ONTAP 9.12.1 commands

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

    Modify a Vserver peer relationship

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

    Description

    The vserver peer modify command modifies applications of the Vserver peer relationship.

    Parameters

    -vserver <vserver> - Vserver Name

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

    -peer-vserver <vserver> - Peer Vserver Name

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

    -applications {snapmirror|file-copy|lun-copy|flexcache} - Peering Applications

    Specifies the Vserver peer applications.

    Examples

    The following example illustrates how to modify applications that are part of the peer relationship between the Vservers lvs1.example.com residing on cluster1 , and pvs1.example.com residing on cluster2 .

    cluster1::> vserver peer modify -vserver lvs1.example.com -peer-vserver pvs1.example.com -applications snapmirror
    Top of Page