1752563 Members
4801 Online
108788 Solutions
New Discussion

syslog server

 
SOLVED
Go to solution
Ricky_4
Frequent Advisor

syslog server

Hi All:

I would like my router to dump all the log to syslog server. How do I configure my HPUX server to be syslog server?

Thanks in advance
1 REPLY 1
U.SivaKumar_2
Honored Contributor
Solution

Re: syslog server

Hi,
If it is a Cisco Router do this.
logging x.x.x.x
where x.x.x.x is the IP address of the HP-UX server.
Save the configuration of the router.
This is all enough on cisco router side. You
need not do anything on HP-UX server side.
As syslog will be listening on 514 by default.
you can that /etc/services file.
Now router will log the messages in /var/adm/syslog/syslog.log file.

regards,
U.SivaKumar
Innovations are made when conventions are broken