1837935 Members
2317 Online
110124 Solutions
New Discussion

Re: lbolt Monitoring

 
Scott Frye_1
Super Advisor

lbolt Monitoring

I was thinking about monitoring syslog for any lbolt messages. I'm wondering if "every" lbolt message is tied to a hardware failure? I don't want to create alarms if they are not needed.

Thanks!

Scott
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: lbolt Monitoring

You could set up a cron job that greps for lbolt in /var/adm/syslog/syslog.log and emails you if it finds any. If you're getting a lot of them, they should definitely be looked into. They're not necessarily indicative of a failure but they shouldn't be completely ignore either.


Pete

Pete
Deoncia Grayson_1
Honored Contributor

Re: lbolt Monitoring

Its definitely a good idea to monitor your syslog for lbolt error message because majority of the error are usually signalling a potential hardware failure.

Better safe then sorry.
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
Steven E. Protter
Exalted Contributor

Re: lbolt Monitoring

If you swap a hot swap disk, you will get an lbolt without any disk actually failing. This goes away next boot.

In general, lbolt requires action.

I have had complete disk failure without an lbolt message btw.

Attaching an lbolt detect script cron runs every night for us.

CHANGE the email address in this script if you use it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Scott Frye_1
Super Advisor

Re: lbolt Monitoring

SEP,

I saw this script while reviewing some of my previous posts. This is what got my mind wondering about this.

If I use this script and don't change the emails, does that mean you will fix my issues as well ;o).

Thanks