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 | IP            |
+------------------------+--------+--------+---------------+
| xmcdev-virtual-machine | active | up     | 10.20.255.114 |
+------------------------+--------+--------+---------------+
--- Time Elapsed: 2.224282775s ---

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

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