Operating System - HP-UX
1753666 Members
6352 Online
108799 Solutions
New Discussion юеВ

How to check H/W details like fan, Memory, etcc.. status

 
Viswanadhan
Regular Advisor

How to check H/W details like fan, Memory, etcc.. status

Hi Admins,

How to check H/W details like fan, Memory, etcc.. status from command line of HP UX 11.00 of HP-UX server B.11.00 E 9000/802 1427623321.

Regards,
Viswanadhan
6 REPLIES 6
Torsten.
Acclaimed Contributor

Re: How to check H/W details like fan, Memory, etcc.. status

"9000/802" sounds a bit old.

What type of server is it?

Try "model" and post.

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!   
Avinash20
Honored Contributor

Re: How to check H/W details like fan, Memory, etcc.. status

echo "selclass qualifier cpu;info;wait;infolog" | cstm

You could redirect the file

echo "selclass qualifier cpu;info;wait;infolog" | cstm > /tmp/hw.out
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Torsten.
Acclaimed Contributor

Re: How to check H/W details like fan, Memory, etcc.. status

IMHO this must be a K-class, probably a K250.

Since this box has only 1 fan, you don't need to check the status.

fan off = server off

For all other checks and status use (c/m/xstm)

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!   
Avinash20
Honored Contributor

Re: How to check H/W details like fan, Memory, etcc.. status

You could also execute nickel and sysinfo(not sure for 11.00) from

http://h20331.www2.hp.com/hpsub/cache/286022-0-0-225-121.html

HP Additional tools
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Viswanadhan
Regular Advisor

Re: How to check H/W details like fan, Memory, etcc.. status

Thanks to All.
Eduardo Crespo
Occasional Contributor

Re: How to check H/W details like fan, Memory, etcc.. status

Try to use #mstm if you can,t run the command.
You must install the cd of diagnostics.

Good Luck
Bye