vserver peer delete
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Delete a Vserver peer relationship
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The vserver peer delete
command deletes the Vserver peer relationship between two Vservers.
Parameters
-vserver <vserver>
- Vserver Name-
Specifies the local Vserver name for which you want to delete the Vserver peer relationship.
-peer-vserver <vserver>
- Peer Vserver Name-
Specifies the peer Vserver name with which the Vserver peer relationship was established.
[-force <true>]
- Force Delete-
Deletes the Vserver peer relationship even if the remote cluster is not accessible due to, for example, network connectivity issues.
[-foreground {true|false}]
- Foreground-
This parameter optionally specifies whether the Vserver peer delete operation can be executed in the background. If nothing is specified, by default the Vserver peer delete operation is executed in the background.
Examples
The following example illustrates how to delete the Vserver peer relationship between two Vservers lvs1.example.com
residing on cluster1
, and pvs1.example.com
residing on cluster2
.
cluster1::> vserver peer delete -vserver lvs1.example.com -peer-vserver pvs1.example.com