Table 1 lists the command used for rebuilding virtual disks/arrays.
Table 1 Rebuilding Virtual Disk/Array
Command |
IOC |
IOP |
ROC |
Description |
● |
● |
● |
Start, stop, pause, resume, or restart rebuilding virtual disk/array. |
Use rebuild to start, stop, pause, resume, or restart rebuilding of a virtual disk.
The syntax for the rebuild command including all required and optional parameters for is as follows:
rebuild [-a <start|stop|pause|resume|restart>] -l <id> [-d <PDid>] [-h]
Table 2 describes the required and optional parameters for the rebuild command.
Syntax |
Description |
Required Parameter |
|
-l <id> |
Use to specify ID of degraded virtual disk. |
Optional Parameters |
|
[-a <start|stop|pause|resume|restart>] |
Use one of the following options to control rebuilding of the virtual disk: start stop pause resume restart Note: If this parameter is not included in the command line, CLI uses the default action start. |
[-d <PDid>] |
Use when starting rebuild (-a start) to specify the ID of the failed physical disk. |
[-h] |
Use to display help text on rebuild command. |
Example |
|
rebuild -a start -l 0 -d 5 |
Rebuild virtual disk by replacing failed physical disk 5. Note: Use assign to assign global and dedicated spare drives. |