Operating System - HP-UX
1842078 Members
2318 Online
110186 Solutions
New Discussion

Re: Setting up Syslog Server on Openview

 
SOLVED
Go to solution
James_397
Advisor

Setting up Syslog Server on Openview

I was wondering if hp openview network node manager provided a syslog server? If it does, is it already a service that is running? or do you have to set it up?

Thanks for your help
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Setting up Syslog Server on Openview

If NNM is running on HP-UX then yes, the syslog daemon (syslogd) is already up and running. You may need to configure it by editing /etc/syslog.conf and then sending a SIGHUP to syslogd to get it to reconfigure itself after editing the config file. Man syslogd for details.
If it ain't broke, I can fix that.
James_397
Advisor

Re: Setting up Syslog Server on Openview

what if I'm using a windows server operating system?
Court Campbell
Honored Contributor

Re: Setting up Syslog Server on Openview

Just as an added note you may want to look into syslog-ng as s syslogd replacement. It has the functionality to filter syslog messages based on regular expressions and you can specify output to log files based on any matches. It really gives you a lot of power over what messages go where.

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/syslog_ng-1.6.7/
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
A. Clay Stephenson
Acclaimed Contributor

Re: Setting up Syslog Server on Openview

Beats me. Why would I run an OV/O or NNM server in Windows. Why would I ask your question in an HP-UX forum? The answer to both of those questions is that I wouldn't.

The good news is that a Google search for "syslog for Windows" should turn up tons of hits.
If it ain't broke, I can fix that.