- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote Syslog - Log Parsing
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 06:51 AM
10-21-2004 06:51 AM
Remote Syslog - Log Parsing
For example, on client a syslog.conf
*.emerg @xxx.xxx.xxx.xxx
on server b take that udp stream and put it into
hostname.messages
..rather than just having it go into the default /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 07:13 AM
10-21-2004 07:13 AM
Re: Remote Syslog - Log Parsing
Where would your syslog messages go if your network is down?
Isn´t it an idea to rcp or ftp your clients syslog files to a central server on a daily base?
M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 07:40 AM
10-21-2004 07:40 AM
Re: Remote Syslog - Log Parsing
the actual syslog.conf reads
*.emerg /var/adm/syslog/syslog.log
*.emerg @xxx.xxx.xxx.xxx
so its local & udp, this is more for administration at a glance really.. daily doesn't meet my needs as it would need to be realtime in most cases.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 07:55 AM
10-21-2004 07:55 AM
Re: Remote Syslog - Log Parsing
I think it still isn´t possible yet.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=684937
Regards, M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 07:58 AM
10-21-2004 07:58 AM
Re: Remote Syslog - Log Parsing
I haven´t tested it yet...
Good luck, M