Skip to main content
System Manager Classic

Verify the health of the system

Contributors NetAppZacharyWambold

Before you expand a cluster, you must verify that all components of the cluster are healthy by running the Config Advisor tool and running several ONTAP CLI commands.

Steps
  1. Verify that you have the latest version of Config Advisor:

    • If you do not have Config Advisor on your laptop, download it.

    • If you have Config Advisor, start it, click Help > Check for Updates, and follow the prompts to upgrade it if necessary.

      Note

      Do not uninstall the previous version of the tool or delete the data folder during the upgrade. The tool uninstalls the previous version and replaces it with the latest version. It renames the data folder as the latest folder and retains all of the contents in the folder.

  2. Verify the cabling and configuration by running Config Advisor:

    1. Connect your laptop to the management network for the cluster.

    2. Click Collect Data.

      Config Advisor displays any problems found.

    3. If problems are found, correct them and run the tool again.

  3. Check the health of the system with the following commands:

    1. Verify that the cluster is in a healthy state by using the system health status show command and verifying that the Status is ok.

      cluster1::> system health status show
      Status
      ---------------
      ok
    2. Verify that all nodes in the cluster are in a healthy state by using the cluster show command and verifying that the Health of each node is true.

      cluster1::> cluster show
      Node                  Health  Eligibility
      --------------------- ------- ------------
      cluster1-1            true    true
      cluster1-2            true    true
      2 entries were displayed.