Skip to main content

volume move target-aggr show

List target aggregates compatible for volume move

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The volume move target-aggr show displays information about compatible target aggregates for the specified volume to be moved to.

Parameters

{ [-fields <fieldname>, ...]
If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
| [-instance ]}
If you specify the -instance parameter, the command displays detailed information about all fields.
[-vserver <vserver name>] - Vserver Name (Required field)
Selects information about compatible target aggregates for volumes of the specified Vserver.
[-volume <volume name>] - Volume Name (Required field)
Selects information about compatible target aggregates that have enough space for the specified volume.
[-aggregate <aggregate name>] - Aggregate Name
Selects information about compatible target aggregates with the specified aggregate name (to which the volume might be moved).
[-tiering-policy {snapshot-only|auto|none|backup}] - Volume Tiering Policy
Selects information about compatible target aggregates with the specified destination tiering policy.
[-availsize {<integer>[KB|MB|GB|TB|PB]}] - Available size
Selects information about compatible target aggregates that have the specified available size.
[-storagetype <text>] - Storage Type
Selects information about compatible target aggregates with the specified storage type. Examples of storage types are “ATA”, ”BSAS”, “FCAL”, “LUN”, “SATA”, “SAS” and “SSD”.
[-allow-mixed-aggr-types {true|false}] - Allow Mixing FabricPool and non-FabricPool
If set to true, moving a FlexGroup constituent from a FabricPool to a non-FabricPool, or vice versa, is allowed. The default value is false. This parameter is only supported for FlexGroup constituents.

Examples

The following example lists target aggregates compatible for moving a volume vol1 on a Vserver vs1.

cluster1::> volume move target-aggr show -vserver vs1 -volume vol1
Aggregate Name Available Size Storage Type
-------------- -------------- ------------
aggr1 113.5GB FCAL
aggr2 113.5GB FCAL
2 entries were displayed.