cluster add-node-status
Show cluster expansion progress
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The cluster add-node-status command displays the progress of the node joining a cluster initiated by using the cluster create command or the cluster add-node command
Parameters
- { [-fields <fieldname>, ...]
- If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- | [-instance ]}
- If you specify the -instance parameter, the command displays detailed information about all fields.
- [-node-uuid <UUID>] - Node UUID
- Select the node that match the specified node UUID.
- [-node-name <text>] - Node Name
- Select the nodes that match the specified node name.
- [-cluster-ip <IP Address>] - IP Address of a Cluster Interface of Node
- Select the nodes that match the specified cluster IP.
- [-status <Cluster Operation Status>] - The Status of Current Task Being Performed
- Select the nodes that match the specified status. This status shows whether the operation is ongoing or complete with success or failure. The various phases that a node goes through are node-initialization, joining-cluster, service-startup, post-cluster-setup and success or failure.
- [-failure-msg <text>] - Error Reason
- Select the nodes that match the specified error string.
- [-last-updated <MM/DD/YYYY HH:MM:SS>] - Last Updated
- The date/time stamp of the last update to the status.
Examples
The following example shows the progress of a node add operation:
clus1::> cluster add-node-status
Node Name Node IP Status Error Reason
--------------- ----------------- -------------- ----------------------
node1 1.1.1.1 success -
Give documentation feedback