Mar 10, 2006 #1 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,
Good afternoon, I wanted to know if there is a command that shows the number of power supplies within an AIX server. Thanks,
Mar 12, 2006 #2 tempest92 Technical User Sep 16, 2003 110 GB does the following give you what you are looking for - lscfg -vp | egrep -ip 'power supply|pwr' Upvote 0 Downvote
Mar 13, 2006 #3 mrn MIS Apr 27, 2001 3,993 GB /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." http://www.airport-parking-site.co.uk/ Upvote 0 Downvote
/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." http://www.airport-parking-site.co.uk/