- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Forwarding my syslog message to other machine
Operating System - HP-UX
1823714
Members
4087
Online
109664
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-02-2004 02:39 AM
тАО07-02-2004 02:39 AM
Forwarding my syslog message to other machine
Hi,
I've to forward my syslog message to another machine which is the syslog server.
What I've to do
Thanks Fabrizio
I've to forward my syslog message to another machine which is the syslog server.
What I've to do
Thanks Fabrizio
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 02:44 AM
тАО07-02-2004 02:44 AM
Re: Forwarding my syslog message to other machine
Hi Fabrizio,
This is set up in the /etc/syslog.conf file.
Would be entry(s) like:
*.emerg @syslog_server_name
*.alert @syslog_server_name
*.crit @syslog_server_name
You must insure that port 514/UDP is open between the servers as that's the transport mechanism.
HTH,
Jeff
This is set up in the /etc/syslog.conf file.
Would be entry(s) like:
*.emerg @syslog_server_name
*.alert @syslog_server_name
*.crit @syslog_server_name
You must insure that port 514/UDP is open between the servers as that's the transport mechanism.
HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 02:45 AM
тАО07-02-2004 02:45 AM
Re: Forwarding my syslog message to other machine
Make sure that port udp/514 is enabled.
Configure the syslogd.conf to send messages to the syslog server.
*.emerg, *.info @server
Anil
Configure the syslogd.conf to send messages to the syslog server.
*.emerg, *.info @server
Anil
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 02:49 AM
тАО07-02-2004 02:49 AM
Re: Forwarding my syslog message to other machine
You have to modify the /etc/syslog.conf file. The man page for syslogd gives details on what each field means and different things you can do.
I believe to send all your different levels of alerts to another server you would have a config file that would look like:
*.info @hostname
*.alert @hostname
*.emerg @hostname
Hostname would be your syslog server. I would make a backup of your original syslog.conf file though. I'm not sure if your intention is not to log at all on the server. I would suggest keeping the normal loggin and just adding these as additions.
Kind of like:
*.alert /dev/console
*.alert root
*.alert @hostname
*.emerg *
*.emerg @hostname
Looking at the man page it should still log locally but would also send it your syslog server.
I believe to send all your different levels of alerts to another server you would have a config file that would look like:
*.info @hostname
*.alert @hostname
*.emerg @hostname
Hostname would be your syslog server. I would make a backup of your original syslog.conf file though. I'm not sure if your intention is not to log at all on the server. I would suggest keeping the normal loggin and just adding these as additions.
Kind of like:
*.alert /dev/console
*.alert root
*.alert @hostname
*.emerg *
*.emerg @hostname
Looking at the man page it should still log locally but would also send it your syslog server.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP