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...
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...
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...
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
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...
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);
}...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.