ONTAP 9.12.1 commands

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

    Delete a failover group

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

    Description

    The network interface failover-groups delete command deletes a 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 name of the logical interface failover group to be deleted.

    Examples

    The following example shows how to delete a failover group named failover-group_2.

    cluster1::> network interface failover-groups delete -vserver vs1 -failover-group failover-group_2
    Top of Page