HP 3PAR OS 3.1.3 Command Line Interface Reference

18 Move Commands
movech
DESCRIPTION
The movech command moves a list of chunklets from one physical disk to another.
SYNTAX
movech [options] <fd:fptd:tp>...
AUTHORITY
Super, Service, Edit
Any role granted the ch_move right.
NOTE: You need access to all domains in order to run this command.
OPTIONS
nowait
Specifies that the command returns before the operation is completed.
-dr
Specifies that the operation is a dry run. No chunklets are actually moved.
devtype
Permits the moves to happen to different device types.
perm
Specifies that chunklets are permanently moved and the chunklets’ original locations are not
remembered. If the perm option is not specified, the chunklets’ original locations are retained,
thereby allowing the chunklets to be returned to their original locations through the moverelocpd
and servicemag resume commands.
f
Specifies that the command is forced. If this option is not used, the command requires confirmation
before proceeding with its operation.
-ovrd
Permits the moves to happen to a destination even when there will be a loss of quality because of
the move. This option is only necessary when the target of the move is not specified and the -perm
flag is used.
SPECIFIERS
<fd:fp>[<td:tp>]...
Specifies that the chunklet located at the specified PD (<fd>) and the chunklet’s position on that
disk (<fp>) be moved to either the specified destination disk (<td>) and chunklet position (<tp>),
or a location determined by the system if a destination (<-td:tp>) is not specified. This specifier
must be used at least once on the command line. Repeated use of this specifier allows multiple
chunklets to be moved.
RESTRICTIONS
Access to all domains is required to run this command.
movech 193