HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Log pattern monitoring tools
Operating System - HP-UX
1839446
Members
2257
Online
110146
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
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
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
02-05-2007 05:50 AM
02-05-2007 05:50 AM
Log pattern monitoring tools
Hi guys,
I am just wondering, is there any good tools that can be used to monitor specified error code in a log from application, system etc. Thanks
Best regards
Henry
I am just wondering, is there any good tools that can be used to monitor specified error code in a log from application, system etc. Thanks
Best regards
Henry
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 08:10 AM
02-05-2007 08:10 AM
Re: Log pattern monitoring tools
most such tools are licensed. in HP world, OpenView ITO is the one able to minotoring certain pattern in a log file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 08:17 AM
02-05-2007 08:17 AM
Re: Log pattern monitoring tools
Hey
check man grep and man regexp, you can create your own specific pattern.
Regards
check man grep and man regexp, you can create your own specific pattern.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 09:51 AM
02-05-2007 09:51 AM
Re: Log pattern monitoring tools
This is the simplest to write:
grep -i -e warn -e fail -e err -e /var/adm/syslog/syslog.log
Add any other error words or strings you might encounter. Many times, looking at a big logfile is a pain because there may be an error but it is more important to know how many times it has occurred. The attached script summarizes all the messages by counting how many times they occur.
Bill Hassell, sysadmin
grep -i -e warn -e fail -e err -e /var/adm/syslog/syslog.log
Add any other error words or strings you might encounter. Many times, looking at a big logfile is a pain because there may be an error but it is more important to know how many times it has occurred. The attached script summarizes all the messages by counting how many times they occur.
Bill Hassell, sysadmin
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP