ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver peer permission modify

    Modify the Existing Vserver peer permission

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

    Description

    The vserver peer permission modify command is used to modify attributes of the Vserver peer permission relationship. Changes made using this command will only apply to Vserver peer relationships that are created after the Vserver peer permission have been modified. Vserver peer permission is used to give permission to a local Vserver for intercluster Vserver peer relationship creation so that the command vserver peer accept is not required for incoming Vserver peer relationship creation from a remote cluster for that local Vserver.

    Parameters

    -peer-cluster <text> - Peer Cluster Name

    Specifies the name of the peer cluster.

    -vserver <text> - Vserver Name

    Specifies name of the local Vserver for which you want to modify applications of the Vserver peer permission relationship.

    -applications {snapmirror|flexcache} - Peering Applications

    Specifies the applications that can make use of the intercluster Vserver peer relationship.

    Examples

    The following example illustrates how to modify Vserver peer permissions:

    cluster1::*> vserver peer permission modify -peer-cluster cluster2 -vserver vs1 -applications snapmirror
    Top of Page