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 strongm 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: *

  1. DarinGowan

    How to terminate lingering TCP connections?

    How do I terminate active and lingering TCP connections? I use netstat -tna then grep for a port. I currently have to wait until all connections on my port timeout before I am able to proceed with my actions. Status include: (fyi only) LAST_ACK FIN_WAIT_2 Thank you for your time and...
  2. DarinGowan

    domain controller

    Dear smacattack, To begin with, I find this quite odd indeed, that an AIX server is spoofing your Domain Controller...???!!! Let me simply clarify a couple of points: 1) Your domain, is it WinNT, Win2000, or ??? 2) What version of AIX is running on your RS6000/pSeries server? 3) What is the IP...
  3. DarinGowan

    mksysb on previously used tape

    Dear redbeard2975, Can you perform other operations with the "bad" tape? Try to list the files backed up (restore -T -f /dev/rmtx). Since this is a mksysb, you'll have to forward space past the bootable image, etc. first (tctl -f /dev/rmtx fsf 1 [or 2]) Does this happen with all the...
  4. DarinGowan

    Where can I get topaz

    When we installed our AIX 4.3.3 systems, we apparently did not select the fileset that included the topaz utility. How do I determine the appropriate installation option (or CD) to get topaz installed? Thank you. DjG
  5. DarinGowan

    tctl read - not enough memory

    During a backup script, file 1 is read to populate several variables. However, the backup is failing on two of my servers with the following error msg: bkup.ksh[44]: 0403-029 There is not enough memory available now. After further investigation, I found that the error message is being issued...
  6. DarinGowan

    How to prevent concatenation?

    Here's an update. I used a different method of setting the perl variable... I used the split function rather than relying on eval. It worked! elsif (index($data,'origin=') == 0) { # eval("\$" . "$data") ; ($junk, $origin) = split(/=/, $data); }...
  7. DarinGowan

    How to prevent concatenation?

    How do I prevent perl from concatenating a value? I am parsing out multiple variable=vaule from a long string (array). One of those variable=value pairs is something like this "origin=aaa.bbb.ccc.ddd" (yep, it's an IP address). Here is a snipit of my program...
  8. DarinGowan

    Why do access dates change after mv'ing a file

    env: AIX 4.3.3 Alleged issue: Access dates change when I rename (mv) a file. Question: Why does this happen? HP-UX does not do this. Is there an option, or fix that addresses this issue? Problem: I want to maintain true "last update" date/time on files. I now have backup copies...

Part and Inventory Search

Back
Top