Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: exsnafu
  • Content: Threads
  • Order by date
  1. exsnafu

    user may chown files to anyone else???

    I have a weird one and at this point i'm not sure if its a bug or a feature. i have two NFS mountpoints from two different Netapp filers. on one netapp filer mountpoint, a user who owns the mountpount directory may create a file in the mountpoint and then chown that file to any other...
  2. exsnafu

    preserving a variable inside a while loop subshell

    I set the value of $port outside of a while loop read in a file and pull two variable out of it, sometimes the second variable(port) is set, sometimes not.. but if not, then i want it to have a default value seems to be the only way i can solve this is by explicitly checking for $port on each...
  3. exsnafu

    changing primary group within a script.

    I have a user who needs to change which group files get written out as several times within a script. at first we looked at using setgroups and newgrp but those spawn a new shell and thus break the script. i know at the end of the day we can just do a chgrp as a second operation for whatever...
  4. exsnafu

    anyone using xCAT 2.x for datacenter management?

    I'm curious, over the past week i've been playing with xCAT 2.2 to centrally manage our linux/aix servers.. on the aix side of the house it was a breeze, after digging around and finding the right combo of doc's it all came together pretty quick and i've got both software and hardware control...
  5. exsnafu

    aix support, a love story.

    ok, this isn't a technical question and I really don't want it to turn into a flamewar but i'm curious.. have any of you noticed what seems like a drop in the quality of service from IBM's software support? I've always had the occasional issues.. fighting through level 1 guys... working through...
  6. exsnafu

    matching a high range of numbers.

    I need to match numbers 200-220 in a string, this seems pretty simple but i'm having a hard time getting it to match exactly those numbers.. matching 200-219 i can do but matching up to 220 but not 221 im struggling with. sample: #!/usr/bin/perl my $var = $ARGV[0]; if ( $var =~ /2[0-1][0-9]/...
  7. exsnafu

    your thoughts on striping

    i'd like to pose a question regarding striping at the lvm layer and on the backend. we have ESS SAN storage made up of raid-5 packs carved up and sent out to the LPAR's, I don't have a lot of exposure to the backend but I trust the SAN guys know what they're doing and we don't particularly have...
  8. exsnafu

    SRDF/DR site importvg question.

    the scenario is this: we have a source DMX and target DMX doing SRDF/A replication. during a DR event we have a script that reads through a csv file of hosts/VG/hdisk's to do importvg's on all the replicated VG's importing them with a dev known to be in that vg. my question is this, is there...
  9. exsnafu

    linux password complexity policy and pam_cracklib...

    digging further into making our linux servers conform to the same password policy as the aix boxes i've been reading up a bit on pam_cracklib and have a few questions. first, i understand the whole credits scheme for setting password complexity but why does setting a dcredit to "-1" seemingly...
  10. exsnafu

    linux 2.6 and virtual memory management.... question!

    ok, i've recently started getting more involved with the linux side of the house and am finding that the linux VMM is not as well documented as some other OS's.. or maybe it is and I just haven't found a single solid source of information.. instead, i've found many different articles by many...
  11. exsnafu

    expiring accounts after 90 days of inactivity.

    ok, this should be pretty simple and im sure several others out there have implemented this. i need to lock accounts that have been unused for 90 days. my first thought was to simply grab the time_last_login out of lsuser for ALL, do a little math and chuser any offenders. but several...
  12. exsnafu

    lsuser -a attribute ALL not working as expected?

    this should be pretty simple.. I want a list of all users unsuccessful_login_count I have a system that is an LDAP client, if I issue an lsuser -ca unsuccessful_login_count against both a local and LDAP authenticated user I can see the permissions. [root@lab04:/etc/security]: lsuser -ca...
  13. exsnafu

    ldap authentication, adhering to ppolicy overlay issue

    I have an AIX 6.1 server that i'm using as a testbed for LDAP authentication. i've configured idsldap client successfully and the world is at peace.. however, per security policies I need AIX to follow certain attributes in the ppolicy overlay on my ldap server. specifically, when an admin...
  14. exsnafu

    anyone build rpm packages in AIX?

    ok, I must be doing something really stupid here but for the life of me I cannot figure this out and haven't been able to find any mailing lists/forums that pertain to rpm. I'm in the process of attempting to install a new version of curl because after an openssl update the old RPM fails with...
  15. exsnafu

    ent vs et devices on aix

    ok, so i've noticed some of my AIX servers have etX devices in my ifconfig -a output but I'm not sure what they are. I go out and search, the AIX FAQ says that the etX devices are for frame types, enX being DIX for TCPIP and etX devices set up for 802.3 framing. all my AIX servers are...
  16. exsnafu

    entitled capacity over 100% with idle cpu time - why?

    I don't really have a problem but am curious to know why i'd have entitled capacity over 100% -and- idle cycles on a micropartitioned LPAR: server: 9117-MMA AIX xxxxxxxxxx 3 5 00CB1C904C00 05/27/08 System configuration: lcpu=4 ent=1.10 mode=Uncapped 14:51:46 %usr %sys %wio %idle...
  17. exsnafu

    plenty of real mem, paging baaad.

    ok, so I have system that last week was on a P5 P570 and this week has been migrated to a P6 P570 server. since the tech refresh, we've begun seeing periodic system hangs where for up to 30seconds we lose all response from the system and then it recovers. this appears to be when the system...

Part and Inventory Search

Back
Top