- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog forwarding question
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 05:27 AM
01-12-2006 05:27 AM
Points to be awarded!
Thanks,
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 06:31 AM
01-12-2006 06:31 AM
Re: syslog forwarding question
There is a file called /etc/syslog.conf
See the line called
*.info;mail.none /var/adm/syslog/syslog.log
Add a line right below that looks like this:
*.info;mail.none @hostname_of_log_server
/sbin/init.d/syslogd stop
/sbin/init.d/syslogd start
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 06:36 AM
01-12-2006 06:36 AM
Re: syslog forwarding question
local6.info @xx.xxx.xx.xxx
Are you saying that i need to add the line you suggested to get the correct origination of the message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:44 AM
01-12-2006 07:44 AM
Re: syslog forwarding question
If this is the case, I believe there is no way to get the correct originator in Server B. Why not just forward the traps from Cisco devices to Server B ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 07:57 AM
01-12-2006 07:57 AM
Re: syslog forwarding question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 08:39 AM
01-12-2006 08:39 AM
Re: syslog forwarding question
Do you know how Cisco forwards the traps to Server A ?
I can suggest one more way - append local6.* messages in a file in Server A. Run a routine from crontab to scan the file for new messages and use some other syslog facility (for ex local7 ) to forward the message to Server B.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2006 03:18 AM