cluster peer offer modify
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Modify an outstanding offer to authenticate with a peer cluster
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The cluster peer offer modify
command modifies the outstanding offer to authenticate with a potentially peered cluster. Every authentication offer has an expiration time, after which the offer will no longer be honored. This command is used to change that expiration time. To cancel the offer outright, use the cluster peer offer cancel command instead.
Parameters
-cluster <text>
- Peer Cluster Name-
Use this parameter to specify the offer to be modified by indicating the name of the cluster to which it has been extended.
[-offer-expiration {MM/DD/YYYY HH:MM:SS | {1..7}days | {1..168}hours | PnDTnHnMnS | PnW}]
- Authentication Offer Expiration Time-
Use this parameter to specify the new expiration time for the offer.
[-initial-allowed-vserver-peers <Vserver Name>,…]
- Vservers Initially Allowed for Peering-
Use this optional parameter to specify the list of Vservers for which reciprocal Vserver peering with peer cluster should be enabled.
Examples
This example modifies the expiration time for the authentication offer to push it out by an hour.
cluster1::> cluster peer offer show Peer Cluster Name Authentication Creation Expiration ----------------------- -------------- ------------------- ------------------- cluster2 absent_but_offer 7/23/2013 14:45:47 7/23/2013 15:45:47 cluster1::> cluster peer offer modify -cluster cluster2 -offer-expiration "7/23/2013 16:45:47" cluster1::> cluster peer offer show Peer Cluster Name Authentication Creation Expiration ----------------------- -------------- ------------------- ------------------- cluster2 absent_but_offer 7/23/2013 14:45:47 7/23/2013 16:45:47