|
Running the realport dump (rpdump) program on Aix. Running the realport dump (rpdump) program on Aix. Steps on setup:
- pdisable all realport tty's for a specific portserver.
- rmdev -l sa# -R
- In smit change the Portserver's IP to the IP of the Aix server you're on and change the realport socket id from '771' to something unique. You do not need to change 'set conf realp=' on the TS.
- mkdev -l sa# -R
- /tmp/rpdump.aix -pa -l 4000 -P 2 -o /tmp/file.rpd 10.1.1.92 &
- -pa = Send all data to the output file.
- -l = Socket id.
- -P # = You may want to use this to monitor specific port(s). Remember that the first port = 0. So port 3 on the TS would mean '-P 2'.
- -o = File to write to. This can only be read by rpdump.
- 10.1.1.92 = IP address of the Portserver.
- -h = Man pages for rpdump.
|