On this page we will aim to document HP Hardware information including Linux HP command line utilities. HP Command Line Utilities Most commands can be run in one of 2 ways. The first is by running the command line utility with no arguments which will drop you to a => prompt and then running each of the commands. The second is to run each of the commands but prepend with the command line utility name to the beginning.
Could be found in /usr/sbin/hpacucli. Will show/set/configure information about the controllers, arrays, logical disk, physical disks and more. Show disk and raid status summary
ctrl all show config
Show disk and raid status detail
ctrl all show config detail
Show controller status
ctrl all show status
Show drive status
ctrl slot=0 physicaldrive all show status ctrl slot=0 pd all show status
Show individual drive status (Give loads more info like make, model, serial number and more
ctrl slot=0 pd 2I:1:6 show detail
Show array status
ctrl slot=0 array all show status
Show logical drive
ctrl slot=0 logicaldrive all show status ctrl slot=0 ld all show status
Could be found in /sbin/hpasmcli. Will show you information about the fans, dimms, asr, power supplies and much more. Show fans
hpasmcli -s "show fans"
Show power supplies
hpasmcli -s "show powersupply"
Show ASR (Automatic System Recovery)
hpasmcli -s "show asr"