Verify that the netdump server is installed: rpm -q netdump-server. If it is not installed, install it by running the command: up2date netdump-server.
After the netdump server package is installed change the password for the "netdump" user to something that you know: passwd netdump
Enable the netdump server: chkconfig netdump-server on
Start the netdump server: service netdump-server start
Client Configuration:
Verify that the netdump client is installed: rpm -q netdump. If it is not installed, install it by running the command: up2date netdump.
Edit /etc/sysconfig/netdump and add the following line:
NETDUMPADDR=192.168.0.5
**192.168.0.5 should be changed to the ip address of the netdump server.
Enter the following command and give the netdump password when prompted: service netdump propagate
Enable the netdump client: chkconfig netdump on