ONTAP 9.12.1 commands

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

    Remove failover targets from a failover group

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

    Description

    The network interface failover-groups remove-targets command enables you to specify a list of failover targets such as network ports, interface groups, or VLANs to be removed from an existing logical interface failover group.

    Parameters

    -vserver <vserver> - Vserver Name

    Use this parameter to specify the name of the Vserver(s) 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 remove failover targets from.

    -targets [node>:<port],…​ - Failover Targets

    Use this parameter to specify the failover targets such as network ports, interface groups, or VLANs you wish to remove from the failover group.

    Examples

    This example shows the failover targets xena1:e0c and xena1:e0d-100 being removed from the failover group "clyde".

    cluster1::> network interface failover-group remove-targets -vserver vs1 -failover-group clyde -targets xena1:e0c, xena1:e0d-100, xena2:a0a
    Top of Page