ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • metrocluster check lif repair-placement

    Repair LIF placement for the sync-source Vserver LIFs in the destination cluster

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

    Description

    The metrocluster check lif repair-placement command reruns LIF placement for those LIFs displayed by the metrocluster check lif show command. This command is expected to be run after the admin manually rectifies the LIF placement failures displayed in the metrocluster check lif show command output. The command is successful if the LIF placement rerun does not encounter any LIF placement failure. This is to be confirmed by subsequent running of the metrocluster check lif show .

    Parameters

    -vserver <Vserver Name> - sync-source Vserver Name

    This is the name of the sync source Vserver that has LIF placement failures as reported by the metrocluster check lif show command. This input ensures that the command is run on the specified Vserver.

    [-lif <lif-name>] - Logical Interface Name

    This is the Logical Interface name that belongs to the sync source Vserver that has a LIF placement failure in the destination cluster as reported by the metrocluster check lif show command. This input ensures that the command is run on the specified LIF only.

    Examples

    The following example shows the execution of the command with a sync source Vserver and a LIF specified:

    clusA::> metrocluster check lif repair-placement -vserver vs1.example.com -lif fcplif1
    Command completed. Run the "metrocluster check lif show" command for results.
    
    clusA::> metrocluster check lif repair-placement -vserver vs1.example.com -lif iscsilif1
    Command completed. Run the "metrocluster check lif show" command for results.

    The following example shows the execution of the command with only a sync-source Vserver specified:

    clusA::> metrocluster check lif repair-placement -vserver  vs1.example.com
    
    Command completed. Run the "metrocluster check lif show" command for results.
    
    clusA::>
    Top of Page