- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SG/MC syslogd in pak?
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-11-2001 01:13 AM
07-11-2001 01:13 AM
SG/MC syslogd in pak?
How can i run the syslogd in MC/SG listening to the clusternodes and the other hosts?
Kai Bergmann, work-center gmbh, bremen, germany
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2001 01:30 AM
07-11-2001 01:30 AM
Re: SG/MC syslogd in pak?
theese devices are specific to your box so you cannot share them with MC/SG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2001 05:24 AM
07-11-2001 05:24 AM
Re: SG/MC syslogd in pak?
In comp.os.hpux..? i?ve read before to start the syslogd to listen to another port than 514.
Maybe from a chroot,or should we try to take the syslog_ng to our hpux11.0 ? Any other suggestion for runnig logs in pak?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2001 08:48 AM
07-14-2001 08:48 AM
Re: SG/MC syslogd in pak?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2001 10:52 AM
07-14-2001 10:52 AM
Re: SG/MC syslogd in pak?
The 'syslogd' daemon has the capability of forwarding messages to another host.
For instance, as the man pages (1M) for 'syslogd' indicate, the following entries in /etc/syslog.conf :
*.emerg *
*.emerg @admin
would enable "emerg" messages to be written to all logged-in users' terminals, and forwarded to the host "admin".
I'm note sure for what use you would like to leverage this capability in an MC/ServiceGuard cluster. The normal configuation does, of course, write package state changes into the syslog; and for debugging problems, the amount of diagnostic logging can be increased (see KB document #UXSGKBAN00000040).
I suppose you could forward all 'daemon' facility traffic to each node's syslog file. The setup would have to be specified in every node's /etc/syslog.conf for every host (node) by hostname.
Hopefully you find this helpful.
...JRF...