ONTAP 9.12.1 commands

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

    Add failover targets to a failover group

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

    Description

    The network interface failover-groups add-targets command enables you to add a list of failover targets such as network ports, interface groups, or VLANs to 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 extend.

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

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

    Examples

    This example shows the failover group "clyde" being extended to include additional failover targets.

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