Console - CLUSTER STATUS

Displays the status of the cluster in distributed configuration.

Syntax:

  1. CLUSTER STATUS

Example:

  • Display the status of the cluster:

    1. orientdb> CLUSTER STATUS
    2. {
    3. "localName": "_hzInstance_1_orientdb",
    4. "localId": "3735e690-9a7b-44d2-b4bc-27089da065e2",
    5. "members": [
    6. {
    7. "id": "3735e690-9a7b-44d2-b4bc-27089da065e2",
    8. "name": "node1",
    9. "startedOn": "2015-05-14 17:06:40:418",
    10. "listeners": [
    11. {
    12. "protocol": "ONetworkProtocolBinary",
    13. "listen": "10.3.15.55:2424"
    14. },
    15. {
    16. "protocol": "ONetworkProtocolHttpDb",
    17. "listen": "10.3.15.55:2480"
    18. }
    19. ],
    20. "databases": []
    21. }
    22. ]
    23. }

For more information on other commands, see Console Commands.