Originally posted by: SystemAdmin
To send the output of a type of syslog logging to another server, edit the /etc/syslog.conf file, and add a line such as this:
*.notice @centhost
This will send all notice level messages to the syslog daemon on the host namec centhost.
Remember to have syslog running on centhost, and that after changing the syslog.conf file you need to refresh syslogd (refresh -s syslogd).
#AIX-Forum