Hi,
actually I need some help about logging at syslog for AIX. In linux or SCO I use the utility logger, so the message comes saved at /etc/syslog:
logger "Hi SCO" comes saved on /etc/syslog for SCO
logger -p syslog.info "Hi Linux" comes saved on /etc/syslog for linux
But as I have to log on AIX I use this:
logger -p syslog.info "Hi AIX"
I don't have any error during execusion of the command above but anyway I dont find where the message comes saved. Anyone can give me an idea?
Thanks in advance