ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • metrocluster configuration-settings dr-group delete

    Delete a DR group in a MetroCluster over IP setup

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

    Description

    The metrocluster configuration-settings dr-group delete command deletes a DR group and its node partnerships that were configured using the metrocluster configuration-settings dr-group create command.

    This command cannot be run if the metrocluster configuration-settings interface create command has configured a network logical interface on a network port provisioned for MetroCluster. The metrocluster configuration-settings interface delete command must then be run to delete the network logical interfaces on every node in the DR group.

    The metrocluster configuration-settings commands are run in the following order to remove the MetroCluster over IP configuration:

    Parameters

    -dr-group-id <integer> - Dr group Id

    This parameter indentifies the DR group to be deleted.

    Examples

    The following example shows the deletion of the MetroCluster DR group:
    clusA::> metrocluster configuration-settings dr-group delete -dr-group-id 1
    
    Warning: This command deletes the existing DR group relationship. Are you sure
             you want to proceed ? {y|n}: y
    [Job 279] Job succeeded: DR Group Delete is successful.
    
    clusA::>  metrocluster configuration-settings dr-group  show
    No DR groups exist.
    
    clusA::> metrocluster configuration-settings show-status
    Cluster                    Node               Configuration Settings Status
    -------------------------- ------------------ ---------------------------------
    clusA
                               A1                 ready for DR group create
                               A2                 ready for DR group create
    clusB
                               B1                 ready for DR group create
                               B2                 ready for DR group create
    4 entries were displayed.
    Top of Page