124
Usage guidelines
When you specify member drives, use a comma (,) to separate two slots and use a hyphen (-) to
indicate a slot range.
Examples
# Create RAID 1.
[root@localhost home]# ./storcli64 /c0 add vd r1 size=all drives=2:8,23
CLI Version = 007.1017.0000.0000 May 10, 2019
Operating system = Linux 4.18.0-193.el8.x86_64
Controller = 0
Status = Success
Description = Add VD Succeeded
[root@localhost home]# ./storcli64 /c0/v0 del
CLI Version = 007.1017.0000.0000 May 10, 2019
Operating system = Linux 4.18.0-193.el8.x86_64
Controller = 0
Status = Success
Description = Delete VD succeeded
Locating a physical drive
Perform this task to turn on or turn off the UID LED of a physical drive.
Syntax
storcli64 /ccontroller_id/eenclosure_id/sslot_id action locate
Parameters
controller_id: Specifies the ID of a storage controller. If only one storage controller exists, the
ID is 0 by default. If multiple storage controllers exist, use the
storcli64 /call show command
to view the controller ID.
enclosure_id: Specifies the enclosure ID. If you specify this field as all, the command turns on
the UID LEDs for all drives in all enclosures.
slot_id: Specifies the ID of the physical drive slot. If you specify this field as all, the command
turns on the UID LEDs for all drives in the enclosure.
action: Specifies the action to take. Options include:
start: Turn on the UID LED.
stop: Turn off the UID LED.
Examples
# Turn on the drive UID LED.
[root@localhost home]# ./storcli64 /c0/e2/s8 start locate
CLI Version = 007.1017.0000.0000 May 10, 2019
Operating system = Linux 4.18.0-193.el8.x86_64
Controller = 0
Status = Success
Description = Start Drive Locate Succeeded.
# Turn off the drive UID LED.
[root@localhost home]# ./storcli64 /c0/e2/s8 stop locate