ONTAP 9.12.1 commands

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

    Suspend a Vserver peer relationship

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

    Description

    The vserver peer suspend command suspends the Vserver peer relationship between two Vservers.

    Parameters

    -vserver <vserver> - Vserver Name

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

    -peer-vserver <vserver> - Peer Vserver Name

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

    [-force <true>] - Force Suspend

    Suspends the Vserver peer relationship even if the remote cluster is not accessible due to, for example, network connectivity issues.

    Examples

    The following example illustrates how to suspend the Vserver peer relationship between two Vservers lvs1.example.com residing on cluster1 , and pvs1.example.com residing on cluster2 .

    cluster1::> vserver peer suspend -vserver lvs1.example.com -peer-vserver pvs1.example.com
    Top of Page