volume aggregate vacate
Move all Infinite Volume constituents from one aggregate to another.
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The volume aggregate vacate command moves all constituents belonging to a given Infinite Volume from the source aggregate to the destination aggregate.
The volume aggregate vacate command is only supported for Infinite Volumes.
Parameters
-vserver <vserver name>- Vserver Name-
The name of the Vserver that owns the volume.
-volume <volume name>- Volume Name-
The name of the volume.
-source-aggregate <aggregate name>- Source Aggregate-
The source aggregate from which all Infinite Volume constituents are being moved.
-destination-aggregate <aggregate name>- Destination Aggregate-
The destination aggregate to which the Infinite Volume constituents are being moved.
[-w, -foreground {true|false}]- Foreground Process-
This specifies whether the operation runs as a foreground process. If this parameter is not specified, the default setting is
false(the operation runs in the background). When set totrue, the command will not return until the process completes.
Examples
The following example moves all constituents of Infinite Volume repo_vol from aggr1 to aggr2.
cluster1::> volume aggregate vacate -vserver vs0 -volume repo_vol -source-aggregate aggr1 -destination-aggregate aggr2