Operating System - HP-UX
1833788 Members
2770 Online
110063 Solutions
New Discussion

diagnose hardware problem tips

 
thebeatlesguru
Regular Advisor

diagnose hardware problem tips

please tell me some diagnose hardware tips

what i know are:
mstm
ioscan -fn
sar

anything else? :)

and please tell how to use them
hihi
4 REPLIES 4
Michael Tully
Honored Contributor

Re: diagnose hardware problem tips

EMS monitoring is a place that produces messages that can run into a script to gather potential problem information. Depending on your configuration of EMS can be where information is sent. 'root's mail is good place to look, other than in /etc/resmon/lbin/monconfig.

/var/adm/syslog/syslog.log

dmesg

GSP logs from your system console
Anyone for a Mutiny ?
S.K. Chan
Honored Contributor

Re: diagnose hardware problem tips

I feel you should familiarize yourself with EMS (Event Monitoring Services) as well. It's part of the Online Diagnostic Bundle. I would recommend reading this EMS whitepaper.

http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058668754

The documentID is UEMSKBAN00000730.
Robert_Jewell
Honored Contributor

Re: diagnose hardware problem tips

A quick and easy command to use would be dmesg.

Run the command #dmesg every now and again to view the contents of the diagnostic message buffer. A normal output will show you boot up info ending in a description of memory.

What you may see logged here are SCSI errors, single bit errors (logged as LPMC's).

Run # man dmesg for more info.

-Bob
----------------
Was this helpful? Like this post by giving me a thumbs up below!
Ronnie Soderquist
New Member

Re: diagnose hardware problem tips

find out if your system has Support Tools loaded. (All machines with HP-UX 11.x have to have this software loaded). Then use the following commands:

#mstm - texted-based
#xstm - graphics based.

Manuals to use this software are available at docs.hp.com in pdf format. This software will allow you to run diagnostics on all components of your system, plus it will monitor your system and notify you of any potential problems. The software is on the Support + CD of your software bundle, if it is not installed on your system already.