ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network interface failover-groups rename

    Rename a logical interface failover Group

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

    Description

    The network interface failover-groups rename command enables you to rename an existing logical interface failover group.

    Parameters

    -vserver <vserver> - Vserver Name

    Use this parameter to specify the name of the Vservers from which this failover group is accessible.

    -failover-group <text> - Failover Group Name

    Use this parameter to specify the failover group that you want to rename.

    -new-failover-group-name <text> - New name

    Use this parameter to specify the new name of the failover group.

    Examples

    This example shows the failover group "clusterwide" being renamed "clyde".

    cluster1::> network interface failover-group rename -failover -vserver vs1 -failover-group clusterwide -new-failover-group-name clyde
    Top of Page