ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster peer modify-local-name

    Modify the local name for a cluster peer

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

    Description

    The cluster peer modify-local-name command modifies the local name for a remote cluster. The new local name must be unique among all the local names for the remote clusters with which this cluster is peered.

    Parameters

    -name <text> - Cluster Peer Name

    Use this parameter to specify the existing local name for a peer cluster.

    -new-name <Cluster name> - Cluster Peer Local Name

    Use this parameter to specify the new local name of the peer cluster. The new local name must conform to the same rules as a cluster name.

    Examples

    cluster2::> cluster peer modify-local-name -name cluster1 -new-name cluster1A
    Top of Page