[rsyslog-notify] Forum Thread: Re: pmaixforwardedfrom configuration - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Wed Feb 11 12:40:51 CET 2015
User: xdaxdb
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25232#p25232
Message:
----------
I ended up having a problem which turned out to be caused by
pmaixforwardedfrom, although I don't really understand exactly why.
[url:1png9xo0]http://kb.monitorware.com/post25231.html#p25231[/url:1png9xo0]
It turned out to be better (for me anyway) to solve the problem on the AIX
side, without the module.
>From the AIX command line enter the following:
[code:1png9xo0]chssys -s syslogd -a "-M all -n"
stopsrc -s syslogd
startsrc -s syslogd
[/code:1png9xo0]
Also, if you want to send AIX errpt messages to syslog, create a file
called [b:1png9xo0]errnotify.odm[/b:1png9xo0] containing the following:
[code:1png9xo0]errnotify: en_name =
"syslog1" en_persistenceflg = 1 en_method =
"/usr/bin/logger Error Log: `/usr/bin/errpt -l $1 | /usr/bin/grep -v
TIMESTAMP` "[/code:1png9xo0]
Then run this command:
[code:1png9xo0]odmadd errnotify.odm[/code:1png9xo0]
That will only send the errpt summary code to syslog. You will have to
manually look up the meaning of the codes yourself.
More information about the rsyslog-notify
mailing list