Originally posted by: shargus
Step 1 - On each client, edit /etc/syslog.conf to add an entry like this:
mark.debug;*.info @syslogserver
Make sure syslogserver resolves and is pingable. (This is covered in the man page for syslog.conf, under "destination".)
Step 2 - Restart syslogd and make sure it starts without the -R option (lowercase r is ok). The man page says the -R option disables the ability to recieve. I've discovered it also disables the ability to send across the network.
#AIX-Forum