- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote syslog to an Orion server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
тАО06-29-2005 03:22 AM
тАО06-29-2005 03:22 AM
Remote syslog to an Orion server
I have a client that has setup a syslog server on their Orion box.
They want to send HPUX syslogs to this server.
So I've setup the syslog.conf as follows:
# @(#)B.11.11_LR
#
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg /dev/console
*.debug @nnn.n.nn.n
*.notice @nnn.n.nn.n
*.info @nnn.n.nn.n
*.emerg @nnn.n.nn.n
*.alert @nnn.n.nn.n
where nnn.n.nn.n is the IP of their orion server.
I've then stopped and restarted the syslog daemon and run a few logger commands to test it.
The logger commands show up brilliantly in the local syslog but so far have not shown up on the orion machine, although they do have cisco syslogs going to that machine.
Any ideas on what I can check on to see where the problem lies?
TIA and points for all responses.
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2005 03:41 AM
тАО06-29-2005 03:41 AM
Re: Remote syslog to an Orion server
can you do some network detection of the out going (or incoming) packets using TCPDUMP on both servers ?
run the logger, and then monitor packets in another window using TCPDUMP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2005 04:06 AM
тАО06-29-2005 04:06 AM
Re: Remote syslog to an Orion server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2005 04:14 AM
тАО06-29-2005 04:14 AM
Re: Remote syslog to an Orion server
so it sounds like orion is not listening/receiving the snmp messages.
any firewalls in between, does orion trust you?
can you test something out here: (do you have a server that has 'snmpwalk', maybe a linux) ?
snmpwalk -c public
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2005 04:21 AM
тАО06-29-2005 04:21 AM
Re: Remote syslog to an Orion server
I see snmp queries from orion and the responses from this server.
But I don't see any outbound traffic other than snmp. Shouldn't I see outbound from this server to port 514 on the orion server?