storcli /cx/ex download src=<filepath> [forceActivate]
storcli /cx[/ex]/sx show
storcli /cx[/ex]/sx show all
storcli /cx[/ex]/sx start locate
storcli /cx[/ex]/sx stop locate
storcli /cx[/ex]/sx set bootdrive=<on|off>
storcli /cx[/ex]/sx download src=<filepath> [satabridge] [mode= 5|7] [force]
storcli /cx set securitykey=xxxxxxxx {passphrase=xxxx} {keyid=xxx}
storcli /cx set securitykey keyid=xxx
storcli /cx compare securitykey=xxxxxxxxxx
storcli /cx delete securitykey
storcli /cx set securitykey=xxxxxxxx oldsecuritykey=xxxxxxxx
{passphrase=xxxx} {keyid=xxx}
storcli /cx/fall show [all] [securityKey = xxx]
storcli /cx/fall del|delete [securityKey = xxx]
storcli /cx/fall import [preview] [securityKey = xxx]
storcli /cx set factory defaults
storcli /cx download file=<filepath> [fwtype=<val>] [ResetNow] [nosigchk]
[noverchk] [force]
storcli /cx show personality
storcli /cx set personality=RAID|HBA|JBOD
storcli /cx show AliLog [logfile[=filename]]
storcli /cx get config file=<fileName>
storcli /cx set config file=<fileName>
storcli /cx/cv show
storcli /cx/cv show all
storcli /cx/px show
storcli /cx/px show all
To show a summary of the drive and controller status:
storcli show
To show a list of all controllers and drives that need attention:
storcli show all
NVMe commands
Learn about the NVMe commands.
If the
nvme
command is not installed, download the utility from NVMe management command line
interface (github.com/linux-nvme/nvme-cli). Follow the installation instructions available on that site.
To determine which drive you want to replace, use the command:
nvme list
If you are searching for a failed drive, you can check each drive using the command:
nvme smart-log <device>
To turn on the identify LED, use the command:
dd if=/dev/nvmeX of=/dev/null
You can also use the
ledctl
command from the optional
ledmon
package:
ledctl locate=/dev/rsnvmeX
To get the device serial number for verification, use the command:
nvme id-ctrl /dev/nvmeX | grep -i sn
To take the device offline so that it can be removed:
sh -c"echo 0 >/sys/block/nvmeX/device/delete"
Common procedures for servicing or installing features in the 9183-22X system 155