Skip to main content

cluster add-node-status-clear-failed

Remove failed nodes from the status list

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

Description

The cluster add-node-status-clear-failed command removes failed entries from the status list displayed by the cluster add-node-status command.

Examples

The following example removes failed entries:

        clus1::> cluster add-node-status
Node Name Cluster IP Status Error Reason
---------------- ------------------- ------------------- --------------------------
- 2.2.2.2 failure The cluster port MTU
values do not match.
Retry cluster create or
join after updating the
cluster port MTUs to the
same value.
node1 1.1.1.1 success
2 entries were displayed.

clus1::> cluster add-node-status-clear-failed

clus1::> cluster add-node-status
Node Name Cluster IP Status Error Reason
---------------- ------------------- ------------------- --------------------------
node1 1.1.1.1. success