- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX Log Forwarding
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
08-16-2007 08:13 PM
08-16-2007 08:13 PM
I'm running hp-ux v.B.11.11.
Is there any possibility to forward the syslog to a windows system?
I need this for SOX compliance - "intrust" from Quest has been purchased and we're to forward the logs to that win system hosting the Itrust application.
Could this be configured on HP-UX ?
Are there any docs /"log forwarding for dummies" on how to do it ?
I've read this, tried to configure accordingly but to no further result...
http://docs.hp.com/en/T2786-90090/ch03s03.html#chdgjaai
Thank you,
Alex.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 08:18 PM
08-16-2007 08:18 PM
Re: HP-UX Log Forwarding
http://docs.hp.com/en/5992-2331/ch06s03.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 08:52 PM
08-16-2007 08:52 PM
Solution(The syslog message forwarding uses UDP port 514. It's a very simple protocol.)
I'm not familiar with Quest Intrust, but a quick Googling (using the words "quest intrust syslog") reveals that Intrust seems to have some sort of syslog functionality. Apparently newer versions of Intrust may have it built-in, but for older versions you may need to install an additional plugin named "Intrust for Syslog".
Of course, you'll need to configure Intrust to receive syslog messages, and you'll need to configure any firewalls in between the HP-UX and the Windows machine to allow UDP packets from HP-UX to port 514 of the Windows machine.
The instructions in
http://docs.hp.com/en/T2786-90090/ch03s03.html#chdgjaai
are assuming that an optional, enhanced version of syslog daemon (called syslog-ng) is used to receive the forwarded logs on a HP-UX system. Syslog-ng is very different from standard syslog: the enhanced version has a lot more functionality and a different configuration syntax.
To forward *everything* using HP-UX's standard syslog, you'll need to write something like this to /etc/syslog.conf on HP-UX:
*.*
Note: replace
After editing the /etc/syslog.conf file, find the PID of the syslogd process and send a "kill -HUP" signal to that process. This causes syslogd to re-read its configuration file and will make the changes effective.
After doing this, run "tail -10 /var/adm/syslog/syslog.log": you should see a log message indicating that syslog configuration was changed. If there was an error in the syslog configuration file, the error message should be in the syslog.log too.
Note that syslog uses UDP protocol, so you cannot use telnet to verify that the connection from HP-UX to the windows host can be established.
You can use the "logger" command on HP-UX to test log forwarding. You can specify the log facility (the "class" of the message), the severity level and the actual message text.
Remember that UDP packets can sometimes be lost in the network. There is no system for acknowledging that a forwarded log message was actually received: syslog forwarding works on a "fire-and-forget" principle.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 09:54 PM
08-16-2007 09:54 PM
Re: HP-UX Log Forwarding
I'll let you know of the result as soon as I'll have any results.
Thanks again,
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2007 07:58 AM
08-17-2007 07:58 AM
Re: HP-UX Log Forwarding
www.kiwisyslog.com
Runs on M$ can collect from any platform using syslogd