ONTAP 9.12.1 commands

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

    Modify the local name for a peer Vserver

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

    Description

    The vserver peer modify-local-name command modifies the local name for a remote peer Vserver. The new local name must be unique.

    Parameters

    -peer-cluster <text> - Peer Cluster

    Use this parameter to specify the peer cluster.

    -peer-vserver <text> - Remote Peer Vserver

    Use this parameter to specify the existing remote peer Vserver name.

    -new-name <vserver> - Remote Peer Vserver Local Name

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

    Examples

    cluster2::> vserver peer modify-local-name -peer-cluster cluster1 -peer-vserver vs51.example.com -new-name vs51_cluster1.example.com
    Top of Page