1833187 Members
2660 Online
110051 Solutions
New Discussion

Hardware failures

 
SOLVED
Go to solution
B V B Kumar
Frequent Advisor

Hardware failures

Hi All,

How to find hardware failure messages or any logfile in HP-UX 11.23 like disk failures, power supply unit failures.

regards
Kumar
13 REPLIES 13
Torsten.
Acclaimed Contributor

Re: Hardware failures

You should check the syslog and root's email account first for any diagnostic related notifications.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Prashanth Waugh
Esteemed Contributor

Re: Hardware failures

Hi ,

First check the /var/adm/syslog/syslog.log

for any error or failure

Regards
atul
For success, attitude is equally as important as ability
Prashanth Waugh
Esteemed Contributor

Re: Hardware failures

Hi,

can you tell me what type of hardware failure means disk ,power supply,..etc

Reagrds
Atul
For success, attitude is equally as important as ability
B V B Kumar
Frequent Advisor

Re: Hardware failures

Thanks for reply.

Any specific string to search in the syslog.log.
This file is very big file.


regards
Kumar
Vihang.
Trusted Contributor
Solution

Re: Hardware failures

Hi Kumar,

Normally you would see an "EMS Event Notification" in your syslog incase of any hardware failures. This even will also have a command which you can run to get the details of the hardware failure. Or else, you can check the /var/opt/resmon/log/event.log file.


Regards,
Vihang.
Prashanth Waugh
Esteemed Contributor

Re: Hardware failures

Hi ,

Suppose the problem will occur today then

# view syslog.log then it will open the file
use ur vi editor skill.
/Aug 13 or
/error or
/failure
search these strings in syslog.log

Check all todays log.
Or
u can grep error or failure in syslog.log

Regards
atul
For success, attitude is equally as important as ability
Torsten.
Acclaimed Contributor

Re: Hardware failures

You can also check the system management homepage for any "degraded" items:

http://:2301

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
B V B Kumar
Frequent Advisor

Re: Hardware failures

Hi,

Actually we are impleementing HP OV operations for server monitoring and i have to do hardware monitoring also. If any specific entries for hardware failures in logfiles, i can sent those events to system admin for trobleshooting.

regards
Kumar
OldSchool
Honored Contributor

Re: Hardware failures

"Normally you would see an "EMS Event Notification" in your syslog"

well...yes...if you actually installed EMS that is.
Steven E. Protter
Exalted Contributor

Re: Hardware failures

Shalom,

Those port 2301 services work well for HP-UX.

I like EMS.

Also grep /var/adm/syslog/syslog.log for lbolt

That's a good indicator of disk trouble.

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
candlejack
Advisor

Re: Hardware failures

also might want to search for the word "POWERFAILED" in syslog.

dmesg is also useful
"The future starts today, not tomorrow." -Pope John Paul II
Grayh
Trusted Contributor

Re: Hardware failures

THE BEST WAY TO FIND OUT H/W FAILURES:-

Log on to MP/GSP and collect the logs from there:-

Loging MP LAN, then execute the below commands:-
MP IP address

MP>CM

MP:CM>ls --------> lan status

U did not menson which HP-UX box Ur using (Cellboard based)?

MP:CM>sysrev --------> system firmware version

MP:CM>pe ---------> system power option (Cellboard based)

MP:CM>pc ----------> system power option (non cellboard based)

MP:CM>cp ---------> Cabinet Parts
MP:CM>ps ---------> power status

MP:CM> pe

This command controls power enable to a hardware device.

You can also obtain the h/w failures by decoding the chasis codes from the following logs:-

MP>CM>SL(Serial Logs)
MP>CM>fpl(Forward process logs)

DMV
prasadb
Super Advisor

Re: Hardware failures

hello kumar,

you may check event.log at
path :/var/opt/resmon/log


it will show h/w failure messages if any

Best Luck