efa status

Displays the role and the status of the nodes in a single-node or multi-node deployment.

Syntax

efa status

Usage Guidelines

Roles are either Active or Standby.

Examples

The following example shows output for a single node installation.

xmcdev@xmcdev-virtual-machine:~$ efa status 
+------------------------+--------+--------+
| Node Name              | Role   | Status |
+------------------------+--------+--------+
| xmcdev-virtual-machine | active | up     |
+------------------------+--------+--------+
--- Time Elapsed: 2.224282775s ---

The following example shows output for a multi-node installation.

(efa:extreme)extreme@tpvm:~$ efa status
+-----------+---------+--------+
| Node Name | Role    | Status |
+-----------+---------+--------+
| tpvm      | active  | up     |
+-----------+---------+--------+
| tpvm2     | standby | up     |
+-----------+---------+--------+
--- Time Elapsed: 2.318350499s ---