142
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.
slot_id: Specifies the ID of the physical drive slot.
mode: Specify the action to take. Options include simple, normal, and thorough, which represents
one-time, three-time, and nine-time erasure operations, respectively.
Usage guidelines
If multiple storage controllers exist, use the storcli64 /call show command to obtain a
controller ID.
Examples
# Perform one-time erasure for data on a physical drive.
[root@localhost home]# ./storcli64 /c0/e2/s11 start erase simple
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 Erase Succeeded.
# View the erasure process.
[root@localhost home]# ./storcli64 /c0/e2/s11 show erase
CLI Version = 007.1017.0000.0000 May 10, 2019
Operating system = Linux 4.18.0-193.el8.x86_64
Controller = 0
Status = Success
Description = Show Drive Erse Status Succeeded.
------------------------------------------------------
Drive-ID Progress% Status Estimated Time Left
------------------------------------------------------
/c0/e2/s11 0 In progress 0 Seconds
------------------------------------------------------
# Stop erasing the physical drive.
[root@localhost home]# ./storcli64 /c0/e2/s11 stop erase
CLI Version = 007.1017.0000.0000 May 10, 2019
Operating system = Linux 4.18.0-193.el8.x86_64
Controller = 0
Status = Success
Description = Stop Drive Erase Succeeded.
Viewing supercapacitor information
Perform this task to view supercapacitor information.
Syntax
storcli64 /ccontroller_id/cv show all