Use this procedure if an expected event is not in the Cluster Systems Management/Management Server (CSM/MS) /var/log/csm/syslog.fabric.notices log file.
If an expected event is not in the remote syslog file for notices on the Cluster Systems Management/Management Server (CSM/MS) /var/log/csm/syslog.fabric.notices, perform the following steps.
# all local6 notice and above priorities go to the following file local6.notice /var/log/csm/syslog.fabric.notices
filter f_fabnotices { facility(local6) and level(notice, alert, warn,
err, crit) and not filter(f_iptables); };
destination fabnotices_fifo { pipe("/var/log/csm/syslog.fabric.notices"
group(root) perm(0644)); };
log { source(src); filter(f_fabnotices); destination(fabnotices_fifo); };
The following udp and tcp definitions are in the src stanza.
udp(ip("0.0.0.0") port(514));
tcp(ip("0.0.0.0") port(514));
local6.* @CSM/MS IPp-address
filter f_fabinfo { facility(local6) and level(info, notice, alert, warn,
err, crit) and not filter(f_iptables); };
destination fabinfo_csm { udp("[CSM/MS IP-address]" port(514)); };
log { source(src); filter(f_fabinfo); destination(fabinfo_csm); };
logSyslogConfig –h [host] –p 514 –f 22 –m 1