130
Syntax
storcli64 /ccontroller_id/vraid_id start migrate type=raidx
option=operation drives= vd_drives force
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.
raid_id: Specifies the ID of the RAID array to be scaled up.
raidx: Specifies the target RAID level.
vd_drives: Specifies member drives. The name of each member drive must be in the
enclosure_id:slot_id format, where enclosure_id represents the ID the enclosure in which the drive
resides, and slot_id represents the drive slot ID.
operation: Specifies whether to add or remove member drives. Options include add and
remove.
Usage guidelines
The LSI 9540&9560 controllers support migration and scaling up in UEFI mode or the OS only
when the RAID level is 0, 1, 5, or 6.
Examples
[root@localhost home]# ./storcli64 /c0/v0 start migrate type=raid5 option=add drives=2:11
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 Reconstruction Operation Success
[root@localhost home]# ./storcli64 /c0/v0 start migrate type=raid0 option=remove
drives=2:9
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 Reconstruction Operation Success
Managing external configuration
Perform this task to import or delete external configuration.
Syntax
storcli64 /ccontroller_id/fall operation
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.
operation: Specifies the action to take. Options include:
import: Import external configuration.
del: Delete external configuration.