...
- cluster-status
- down
- is-available
- is-singleton
- leader
- members
- member-status
- unreachable
Arguments
Argument | Description |
---|
<cluster-name> | The name of the akka cluster |
<sc in regex> | The SC that the akka cluster is on in regex |
<cluster node address> | The address of the cluster node |
cluster-status
Code Block |
---|
usage: akka cluster-status <cluster name> <sc in regex> |
...
Listed below are the different return codes for the akka
command:
Code | Description |
---|
0 | Will be returned if the command is successful. |
1 | Will be returned if the argument is invalid. |