1833883 Members
1693 Online
110063 Solutions
New Discussion

Hardware Error Logs

 
Robjan
Frequent Advisor

Hardware Error Logs

Can anyone tell me how to check for the error logs in hpux11.11 incase of hardware problems.Please reply as soon as possible
4 REPLIES 4
Murat SULUHAN
Honored Contributor

Re: Hardware Error Logs

Hi

following files:
/var/opt/resmon/log/event.log
/var/adm/syslog/syslog.log

following command output:
ioscan -fn

following tool:
stm

will help you

Best Regards
Murat
Murat Suluhan
Ramesh S
Esteemed Contributor

Re: Hardware Error Logs

Hi

You could also check

1) /var/tombstones/ts99 -- while system crashes due to hardware.
But, you need decoders to read those file.

2) MP logs -- May need PIM decoders.

Thanks & Regards

Ramesh

Bill Hassell
Honored Contributor

Re: Hardware Error Logs

The answer depends on what changes were made to a standard installation of HP-UX. By default, hardware errors will be logged not only in the stm logs but also in /var/adm/syslog/syslog.log

Almost all hardware failures result in problems with the system (it will crash or programs will abort because a tape drive doesn't work).


Bill Hassell, sysadmin
Andrew Merritt_2
Honored Contributor

Re: Hardware Error Logs

In addition to the logs mentioned, the EMS HW monitors also send email to root for critical severity events.

You can see details of IO errors in STM, using the 'logtool' option.

Andrew