I created a straight forward script the would scan the syslog.log and report any entries from the current day. I read through it and check if the current Month and Day equals the Month and Day in the log. If any entries are found, I email them to my group so we can review when we get in. This helps us get notified of any potential Hardware issues. I then run this at 23:59 each night...
It works great, unless the system has not been recycled in over a year. This is the case with many of our servers as production is 7X24X365.... I find the Month and Day, but there is no year in syslog.log. So it is now reporting errors from yesterday and a year ago.
In AIX I use "errpt -a -dH -dU -s `date +%m%d0000%y`"
Is there any product in HP-UX to display Hardware or Software errors by day.
It works great, unless the system has not been recycled in over a year. This is the case with many of our servers as production is 7X24X365.... I find the Month and Day, but there is no year in syslog.log. So it is now reporting errors from yesterday and a year ago.
In AIX I use "errpt -a -dH -dU -s `date +%m%d0000%y`"
Is there any product in HP-UX to display Hardware or Software errors by day.