- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring a HPUX 11.3 server as a central syslog...
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
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
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
07-31-2014 10:47 AM
07-31-2014 10:47 AM
Configuring a HPUX 11.3 server as a central syslog receiver/collector...
I have used a LINUX machine as a local syslog collector host where one or more UNIX OS based servers were configured to forward their syslog informqtion to the remote LINUX host.
Now I have a need to leverage an existing HPUX server in this type of syslog collector role. I am assuming at this stage that HPUX supports this type of setup/configuration as it is fairly commonly suported in any of the UNIX OS variants I've worked with in the past, so maybe that is the first question.
As noted already, I know how this sort of setup is established/configured with a LINUX server so tobbom line, I'm looking for HPUX doc that explains how to configure syslog on HPUX 11.31 host to accept/receive syslog data from one or more remote LINUX systems (in this case RHEL 6.4) via TCP and/or UDP?
Thanks in advance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2014 04:06 PM
07-31-2014 04:06 PM
Re: Configuring a HPUX 11.3 server as a central syslog receiver/collector...
HP-UX is a syslog server by default. Nothing to configure. Use logger on your remote systems to generate test messages (after configuring the syslog conf file to send message to the HP-UX system).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2014 05:47 AM
08-01-2014 05:47 AM
Re: Configuring a HPUX 11.3 server as a central syslog receiver/collector...
Thanks for the insight!....that turn was unexpected but is great to know...Is there any HPUX doc you can point me to that describes this aspect of HPUX administration/setup in more detail?
In the LINUX world you typically have to make knowledgeable choices for ports, protocols etc. when setting this type of thing up. The HPUX doc I've come across so far only really seems to address more basic syslog management topics...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2014 06:55 PM
08-01-2014 06:55 PM
Re: Configuring a HPUX 11.3 server as a central syslog receiver/collector...
man syslogd
That's about all there is.
/etc/services is already setup with port 514 and out of the box, HP-UX doesn't block the port 514.
For newer versions of HP-UX, you can replace syslogd with syslog-ng but I don't find the extra effort to replace syslogd adds much value.
Bill Hassell, sysadmin