HPE 9000 and HPE e3000 Servers
1748171 Members
4177 Online
108758 Solutions
New Discussion юеВ

Re: How to find the power supply info

 
SOLVED
Go to solution
jazzspot
Occasional Contributor

How to find the power supply info

I'm looking for the power supply unit(s) info on our 9000/800/L2000-36 server. I've tried sam and other commands to locate this info, but so far no success. Is there a hardware command for me to extract this info from this server?
9 REPLIES 9
Jeff_Traigle
Honored Contributor
Solution

Re: How to find the power supply info

You can't see power supply info from the OS as far as I know. Access the GSP and issue the PS command to see power management module status.
--
Jeff Traigle
jazzspot
Occasional Contributor

Re: How to find the power supply info

Thanks... but I didn't want to have to bring the server down to single user mode.
Vishu
Trusted Contributor

Re: How to find the power supply info

Hi,

To access GSP, you dont need to down the server to single user mode.

What you need to do is to just access your server console and press ctrl+B from there to access GSP and then issue the PS command from there.

Raj D.
Honored Contributor

Re: How to find the power supply info

Jazzspot,

Log on to GSP ,
--USe Ctrl+B

-- At GSP prompt: use CM then PS .

GSP:> CM
GSP:CM>


GSP:CM> PS # PS for power status.



Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
R.K. #
Honored Contributor

Re: How to find the power supply info

Hi Jazzspot,

As said you need to access the server from MP ip.
You will get a "GSP>" prompt.
There is no need to bring the server to any mode for this. Simply do this:

GSP> ps

Attached is o/p of "ps" command from GSP.

Regds..
Don't fix what ain't broke
Javed Khan_1
Valued Contributor

Re: How to find the power supply info

Hi,

Alternatively you can get this info from OS

run cstm --> cstm>sel dev all --> cstm>info -->cstm>infolog

#############Sample Output##########

Cabinet 0 Hardware Inventory:
Component Slots Present Failure State
--------- ------- ------- ------- -------
Cabinet Fans (blowers) 8 8 1 NA
Cabinet Power Supplies 2 2 0 NA

FAILED FANS

Fan 2 : Performance Lags
Never Give Up
Johnson Punniyalingam
Honored Contributor

Re: How to find the power supply info

>>Thanks... but I didn't want to have to bring the server down to single user mode<<

Using the MP - Login " Need not bring in Single User mode"

How to check for Power Supply & Fan status:
========================================
GSP> ps

PS

Power Monitor Status:
Firmware Revision : 5
System Power state: On Power Switch : On
Temperature : Normal Selected fan state: Normal

Power supplies | Fan
# State Type | States
-----------------------------------------------------------
0 Fault Type 0 | Normal
1 Normal Type 0 | Normal
2 Normal Type 0 | Normal
3 - - | Normal
4 - - | Normal
5 - - | Normal
6 - - | Normal
7 - - | Normal


Show the list of GSP commands:
============================
GSP> he

HE

Problems are common to all, but attitude makes the difference
Viveki
Trusted Contributor

Re: How to find the power supply info

#cstm
#cstm>sel dev all
#cstm>info
#cstm>infolog

check for the entries "power supplly".
jazzspot
Occasional Contributor

Re: How to find the power supply info

Thanks to everyone for you assistance!!!