statclusternodeResult Structure Definition

The statclusternodeResult structure defines the return type for statclusternode API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

clusternodeList

Pointer to the clusternode List.


clusternodestats Structure Definition

The clusternodestats structure defines the actual return type values for statclusternode API.

Syntax



Members

nodeid

ID of the cluster node for which to display statistics. If an ID is not provided, statistics are shown for all nodes.

clearstats

Clear the statsistics / counters

_nextgenapiresource


clsyncstate

Sync state of the cluster node.
Possible Values : ENABLED, SUCCESS, IN PROGRESS, PARTIAL SUCCESS, FAILED, INCREMENTAL SYNC DISABLED, DISABLED, UNKNOWN.

clnodeeffectivehealth

Health of the cluster node.
Possible Values : UP, NOT UP, UNKNOWN, INIT.

clnodeip

NSIP address of the cluster node.

clmasterstate

Operational state of the cluster node.
Possible Values : INACTIVE, ACTIVE, UNKNOWN.

cltothbtx

Number of heartbeats sent. When executed from the NSIP address, shows the statistics for local node only. For remote node it shows a value of 0. When executed from the cluster IP address, shows all the statistics.

cltothbrx

Number of heartbeats received. When executed from the NSIP address, shows the statistics for local node only. For remote node it shows a value of 0. When executed from the cluster IP address, shows all the statistics.

nnmcurconn

Number of connections open for node-to-node communication.

nnmtotconntx

Number of node-to-node messages sent. When executed from the NSIP address, shows the statistics for local node only. For remote node it shows a value of 0. When executed from the cluster IP address, shows all the statistics.

nnmtotconnrx

Number of node-to-node messages received. When executed from the NSIP address, shows the statistics for local node only. For remote node it shows a value of 0. When executed from the cluster IP address, shows all the statistics.

clptpstate

PTP state of the node. This state is Master for one node and Slave for the rest. When executed from the NSIP address, shows the statistics for local node only. For remote node it shows UNKNOWN. When executed from the cluster IP address, shows all the statistics.
Possible Values : UNKNOWN, MASTER, SLAVE.

clptptx

Number of PTP packets transmitted by the node. When executed from the NSIP address, shows the statistics for local node only. For remote node it shows a value of 0. When executed from the cluster IP address, shows all the statistics.

clptprx

Number of PTP packets received on the node. When executed from the NSIP address, shows the statistics for local node only. For remote node it shows a value of 0. When executed from the cluster IP address, shows all the statistics.

nnmerrmsend

Number of errors in sending node-to-node multicast/broadcast messages. When executed from the NSIP address, shows the statistics for local node only. For remote node it shows a value of 0. When executed from the cluster IP address, shows all the statistics.

clnodehealth

Health of the node in the cluster.
Possible Values : UP, NOT UP, UNKNOWN, INIT.

clsyncstate

Sync state of the cluster node.
Possible Values : ENABLED, SUCCESS, IN PROGRESS, PARTIAL SUCCESS, FAILED, INCREMENTAL SYNC DISABLED, DISABLED, UNKNOWN.

See Also