vserver consistency-group attach
Contributors
Suggest changes
- 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
Attach a consistency group to an existing parent consistency group
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver consistency-group attach
command can be used to attach a consistency group to a parent consistency group.
Parameters
-vserver <Vserver Name>
- Vserver Name-
This parameter specifies the Vserver that contains the consistency group that is to be attached.
-consistency-group <text>
- Consistency Group-
This parameter specifies the consistency group that is to be attached.
-parent-consistency-group <text>
- Parent Consistency Group-
This parameter specifies the parent consistency group to be attached to.
[-new-name <text>]
- New Name for the Consistency Group-
This parameter optionaly specifies a new name for the attached consistency group.
Examples
The following command attaches the consistency group singleCG to a parent consistency group parentCG in Vserver vs0.
cluster1::> vserver consistency-group attach -vserver vs0 -consistency-group childCG -parent-consistency-group parentCG [Job 174] Job succeeded: Success
+ The following command attaches the consistency group singleCG to a parent consistency group parentCG in Vserver vs0, which is renamed to childCG.
cluster1::> vserver consistency-group attach -vserver vs0 -consistency-group childCG -parent-consistency-group parentCG -new-name childCG (vserver consistency-group attach) [Job 174] Job succeeded: Success