A newer release of this product is available.
vserver peer suspend
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
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