User manual
Chapter 6: Management with the CLI
159
-s ["<option>=<value>"]Specifies the logical drive settings to change.
alias= A user-specified name for the logical drive.
Up to 16 characters, containing alpha-numeric
characters, blank spaces and underscores. Beginning
and ending blank spaces are discarded.
-v Verbose mode. Used with -a list.
Examples
logdrv
logdrv -v
logdrv -a locate -l2
migrate
Usage
migrate [-a <action>] [-d <DaId>]
migrate -a start -d <DaId> -p <PdIds> -l <LdSettings>
Summary
The migrate command expands the capacity of a logical drives (online capacity
expansion) and changes logical drive RAID levels (RAID level migration).
Options
-a <action> Specifies the action to perform.
list (Default) Displays the migration status of specified disk
array. If no array ID specified, all migration statuses are
displayed.
start Starts the migration.
-d <DA ID> Specifies the ID of the array to be migrated.
-p <PD ID list> Specifies the physical drives to be added to the array.
-l "<option>=<value>" Specifies logical drive migration settings.
id= (Required) Specifies the logical drive ID.
raid= Specifies the new RAID level.
Examples
migrate -a start -d 1 -p 10 -l “id=0 raid=10”