Skip to main content

vserver consistency-group modify

Contributors
Suggest changes

Modify the configuration of an existing consistency group

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

Description

The vserver consistency-group modify command can be used to modify the following attributes of a consistency group:

  • Application component type

  • Application type

  • Snapshot policy

Parameters

-vserver <Vserver Name> - Vserver Name

This parameter specifies the Vserver that contains the consistency group that is to be modified

-consistency-group <text> - Consistency Group Name

This parameter specifies the consistency group that is to be modified.

-parent-consistency-group <text> - Parent Consistency Group Name

This parameter specifies the parent consistency group.

[-snapshot-policy <snapshot policy>] - Snapshot Copy Policy

This optionally specifies the Snapshot policy for the consistency group.

{ [-application-type <Application type for the parent or top level CG>] - Application Type

This optionally specifies the application type for the parent consistency group.

| [-application-component-type <Application component type for child CG>] - Application Component Type }

This optionally specifies the application component type for the child consistency group.

Examples

The following command modifies the Snapshot policy of consistency group childCg in parent consistency group parentCg in vserver vs0 to default Snapshot policy.

cluster1::> vserver consistency-group modify -vserver vs0 -consistency-group childCg -parent-consistency-group parentCg -snapshot-policy default
        [Job 51] Job succeeded: Success
    1 entry was modified.