Verify the health of the system
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.
-
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.
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.
-
-
Verify the cabling and configuration by running Config Advisor:
-
Connect your laptop to the management network for the cluster.
-
Click Collect Data.
Config Advisor displays any problems found.
-
If problems are found, correct them and run the tool again.
-
-
Check the health of the system with the following commands:
-
Verify that the cluster is in a healthy state by using the
system health status show
command and verifying that the Status isok
.cluster1::> system health status show Status --------------- ok
-
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 istrue
.cluster1::> cluster show Node Health Eligibility --------------------- ------- ------------ cluster1-1 true true cluster1-2 true true 2 entries were displayed.
-