I used free software lsof on AIX 4.3. to list the ports and which services using that port.
For example:
# /usr/local/bin/lsof -P -i
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
syslogd 3406 root 4u IPv4 0x70057500 0t0 UDP *:514
So port 514 is used by syslogd
However, I...
I usually work with AIX based systems that has a feature called mksysb. It lets me make a image of the system backup while system is in full production, to a tape, CD, disk, DVD of file. If the AIX crashed, I can restore the full system by the mksysb image.
Is there a command in solaris like...
I'm going to write a Storage configuration maunal for our environment. I found there were some pictures of FastT on some Redbooks, and these pictures showed the connection of FastT very clearly. I just wonder if it is possible to find such pictures in some kind of format that I can use them on...
AIX 5.1
I'm trying to log a network adapter's activities, including:
1. total in/out data during a time frame
2. every second's in/out data
Is there a command can do this? Netstat ? Thanks.
My company plan to use LDAP to manage AIX user. Any body has such experience?
1. how about AIX LDAP? easy to manage?
2. is there any other LDAP product that can manage AIX users?
Cheers
There is a question on a ibm redbook:
A new p690 with 8 CPUs, 8GB mem, and 2 I/O drawers. Whtat the maximum number of partitions allowable with this size of machine?
The giving answer is 6
I thought that if using 256MB as the memory of each partition, then the maximum possible should be 8.
Any...
I have a file like this:
{"1","abc","hello",
"yes","w",
"ok","thanks"}
{"good","try","56",
"how are you","45",
"long","th"}
...
I need change it to:
{"1","abc","hello","yes","w","ok","thanks"}
{"good","try","56","how are you","45","long","th"}
...
The file is very huge, I may can only use...
I'm monitor the paging space usage, the paging space usage data like xx%, I want to compare which one is bigger, like
If xx%>50% then ...
How can I make it? Thanks.
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.