If anyone has got syslog-ng working on Solaris 10, do you have a set of instructions I could follow to get it installed and working?
I tried following this http://opensystems.wordpress.com/2006/06/01/replacing-syslog-on-solaris-10-with-syslog-ng/ but got stuck with the syslog-ng service stuck restarting with no indication of why.
Thanks for any help. NickB
I do not like the instructions on the opensystems blog you pointed to, as it replaces the default service in SMF. This is bad as it is likely that a future system patch will revert your changes. Here's my take on it, from a default system state:
svcadm disable system-log
http:// sunfreeware.com/programlistintel10.html#syslogng
Do not forget to also download and install its dependencies.
svccfg import /var/svc/manifest/site/syslog-ng.xml
svcadm enable syslog-ng
Now, your system is not vanilla if you followed the procedure on Open Systems blog. Here's what you need to do to revert:
Hope this helps.
https://lists.balabit.hu/pipermail/syslog-ng/2005-June/007531.html
http://www.swissunixsupport.com/syslog-ngsoalris10
should help you out.