Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a command to display number of power supplies on AIX ?

Status
Not open for further replies.

strikelit

MIS
Sep 10, 2003
88
US
Good afternoon, I wanted to know if there is a command that shows the number of power supplies within an AIX server. Thanks,
 
does the following give you what you are looking for -

lscfg -vp | egrep -ip 'power supply|pwr'
 
/usr/lpp/diagnostics/bin/uesensor -l

or

/usr/lpp/diagnostics/bin/uesensor -l | grep power

Mike

"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant."

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top