Skip to main content
Feedback

Cluster Status panel

The Cluster Status panel appears on the Runtime Management page (Manage > Runtime Management) when you click a runtime cluster or runtime cloud in the list.

This panel is visible only from the account that owns the runtime cluster or runtime cloud. From the Cluster Status panel, you can view the health and status of individual nodes within the cluster, view the head node, and delete nodes from the cluster—ultimately allowing you to scale down your runtime clusters and basic runtimes as necessary.

The Cluster Status panel has the following tabs:

Node Status
Lists the nodes in the runtime cluster or runtime cloud and displays some basic information about each node. By default, the nodes are sorted by status. You can sort the list by status, node ID, or host name. The columns in the Node Status tab are as follows:

  • The Status column displays a list of statuses to indicate the health and state of the node.

    IconStatusDescription
    img-int-cluster_node_onlineOnlineThis node is online and actively communicating with the platform.
    img-int-cluster_node_spinningStarting nodeThis node is initializing.
    img-int-cluster_node_spinningStopping nodeThis node is shutting down.
    img-int-cluster_node_spinningRestarting nodeThis node is restarting.
    img-int-cluster_node_timeoutNode restart timed outThis node attempted a restart, but has not responded in a reasonable time. Check container logs to identify any potential issues.
    img-int-cluster_node_error_2Unsuccessful restartThis node attempted a restart, but stopped communicating with the platform. Check your container logs to identify any potential issues.
    img-int-cluster_node_offlineOfflineThis node shut down successfully and is no longer communicating with the platform.
    img-int-cluster_node_errorUnsuccessful startThis node attempted a start that was unsuccessful and is now offline. Check container logs to identify any potential issues.
    img-int-cluster_node_errorUnsuccessful shut downThis node is offline, but did not shut down gracefully. Check container logs to identify any potential issues.
    img-int-cluster_node_error_2Connection errorThis node stopped communicating with the platform and may have unexpectedly terminated. Check container logs to identify any potential issues.
    img-int-cluster-node-deletingDeletingThis node is waiting for executions to finish before it is deleted and removed from the cluster.
  • The Node ID column displays the unique identifier associated with a particular node in the runtime cluster or runtime cloud. A star icon img-int-cluster_status_head_node indicates the cluster's head node.

note

The node ID does not change while the node is online or when the application restarts on the cluster node. However, actions like stopping and starting your machine could cause the node ID to change. Therefore over time, you may see different IDs for the same node. A Docker node ID is always the node name.

  • The Host Name column displays the external host name or IP of the machine where the node currently lives.
  • From the Actions column, you can use the Delete action to remove a node from the cluster. If the cluster contains only one node, it cannot be deleted.
note

You must have the Runtime Management privilege to remove nodes from the table. If you have the Runtime Management Read Access privilege, you can sort the list of nodes and view information about any issues, but you cannot remove a node.

Cluster Issues
Lists any issues reported for nodes in their node.localhostid.dat file (also known as the “view snapshot” file). This tab is present only if cluster issues exist.

Clicking an issue’s View more icon reveals details about the issue, including the affected node(s). Clicking hides the details.

note

For nodes that were installed by using Docker, the file name is node.nodeName.dat.