The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
vserver consistency-group volume add
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Add a volume to the consistency group
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver consistency-group volume add
adds existing volumes to a consistency group.
Parameters
-vserver <Vserver Name>
- Vserver Name-
This parameter specifies the Vserver that contains the consistency group to which the volumes will be added.
-consistency-group <text>
- Consistency Group-
This parameter specifies the consistency group to which the volumes will be added.
[-parent-consistency-group <text>]
- Parent Consistency Group-
This parameter specifies the parent consistency group to which the volumes will be added.
-volume <text>
- Volume-
This parameter specifies the volume to be added to the consistency group.
Examples
The following example will add volumes vol1,vol2 to a child consistency group named cg in parent consistency group parentCg on a Vserver named vs0.
cluster1::> vserver consistency-group volume add -vserver vs0 -consistency-group cg -parent-consistency-group parentCg -volume vol1,vol2 (vserver consistency-group volume add) [Job 100] Job succeeded: Success