IBM AIX Syslog
IBM AIX Syslog monitoring logs, which are available in AIX system.
-
Edit the configuration file
/etc/syslog.conf
. -
Insert the following code into it:
*.debug @<Logmanager_IP_address>
Logmanager_IP_address is IP address of your Logmanager server. -
Activate the configuration with command:
stopsrc -s syslogd chssys -s syslogd -n startsrc -s syslogd
Parameter -n: Suppresses the “Message forwarded from <log_host_name>: ” string added to the beginning of the syslog message that is forwarded to a remote log host.