- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: remote syslog to separate files
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
10-21-2004 09:59 AM
10-21-2004 09:59 AM
1. Can you set on on the host server to:
a) keep a copy of the syslog and...
b) also send it to the remote server.
2. Instead of the syslog treating all incoming messages as local, there for creating one huge syslog that contains multiple servers. I would like to set it up so they each have there own file.
server1.messages
server2.messages
etc.
Is there a pkg that can do all this.
We would like to incorporate windows and HP later on.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 12:13 PM
10-21-2004 12:13 PM
SolutionNow, as for separating on the server... not something I've done before..
From what I have read, syslog can't do this nativly. You could however set it to write out to a fifo (| /path/to/fifo), and set up a short perl routine to read from the fifo and split it out according to the server (open( FH, "/path/to/fifo);while (
The 'syslog.conf' man page says what's needed for that option.
Other than that, I've not tried to do this, so am unaware of any other syslog based products that could do this for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 08:11 AM
10-24-2004 08:11 AM
Re: remote syslog to separate files
this syslog server designed only for this purpose.
that case you can use syslog-ng (on linux) which can make seperated log files depends on the source host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 09:18 AM
10-24-2004 09:18 AM
Re: remote syslog to separate files
I have not used it before and have a few questions regarding it.
Is this all server based, meaning, does all the work being done on the syslog-ng server?
I would like only to change the syslog.conf file on the other systems to send the syslog to the syslog-ng server.
This does not mean I need to install a different type of client on any other system?
Appreciate your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 09:52 PM
10-24-2004 09:52 PM
Re: remote syslog to separate files
you only need to change the syslog.conf file on other systems. On syslog-ng site you have to change your standard syslog to syslog-ng. It has a different and more flexible syslog-ng.conf file.
in that file you can define destinations, filters and sources. depends on sources (network, hostname, ip etc) you can select destinations (ie files)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2005 01:04 AM
02-23-2005 01:04 AM