ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster peer offer cancel

    Cancel the 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 cancel command cancels an outstanding offer to authenticate with a potentially peered cluster. After the command completes, the given cluster can no longer establish authentication using the given authentication offer.

    Parameters

    -cluster <text> - Peer Cluster Name

    Use this parameter to specify which offer should be cancelled, by specifying the name of the cluster to which the offer is extended.

    Examples

    The following example cancels the authentication offer to cluster2.

    cluster1::> cluster peer offer cancel -cluster cluster2
    Top of Page