ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system configuration recovery cluster modify

    Modify cluster recovery status

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

    Description

    The system configuration recovery cluster modify command modifies the cluster recovery status. This command should be used to end the cluster recovery after all recovery procedures are applied.

    Parameters

    [-recovery-status {complete|in-progress|not-in-recovery}] - Cluster Recovery Status

    Use this parameter with the value complete to set the cluster recovery status after the cluster has been recreated and all of the nodes have been rejoined to it. This enables each node to resume normal system operations. The in-progress and not-in-recovery values are not applicable to this command.

    Examples

    The following example modifies the cluster recovery status.

    source::> system configuration recovery cluster modify -recovery-status complete
    Top of Page