Head Nodes Page#
The Head Nodes page is available via the ClusterWareAI ™ left navigation panel under Cluster > Head Nodes or via the Disk Usage panel on the Cluster Overview Page by clicking the Manage Head Nodes link.

The Head Nodes page provides basic details for all head nodes, including current timestamp, clock, load averages, and ClusterWareAI version.
Some head node values can help diagnose issues when reporting to Penguin Computing support. Use the Copy icon next to each string to send the exact value to support.
You can expand the Services panel to view additional head node status details, such as whether the Telegraf and InfluxDB monitoring services are enabled and active. Use these status values to see if any services are down or misconfigured.
In a cluster with multiple head nodes, comparing the values can uncover issues. For example:
If the head nodes show different ClusterWareAI versions after an upgrade, it could indicate that an upgrade didn't succeed on all head nodes.
The clock is useful for tracking SSL certificate and Slurm security certificate expiration. If the time differs between head nodes, head-to-head communication may be blocked.
The storage hashes indicate if there is a mismatch between head node storage. See File Synchronization Between Head Nodes to investigate and resolve ongoing storage issues.
Use the Management URL link to switch to the ClusterWareAI GUI on another head node.
Review Head Node Status and Disk Usage#
Selecting a head node name in the lower panel displays additional details for that head node. Additional details include current status and the public key that the head node uses to connect to compute nodes. Each head node has a chart showing disk usage for various ClusterWareAI data: ISOs, images, boot configurations, Git repositories, InfluxDB data, the etcd database, and Other. These are the proportional disk usages for ClusterWareAI components and not for the head node as a whole.
The chart for each head node in a cluster with multiple head nodes will likely display small differences in the sizes of the components. Hover over specific components to see their absolute sizes. The replicated content (ISOs, images, and boot configurations) show identical sizes across the head nodes.
Remove Extra Files#
The "Other" category of disk usage consists of files in the ClusterWareAI storage
directory that are not recognized by the system. These are usually files left
behind during partial uploads, interrupted image cloning, or other failure
cases. If the cluster is working as expected, you can remove these files by
clicking the More menu
at the top of the head node panel and
selecting Clean storage/. This action is equivalent to executing the
following command:
cw-clusterctl heads -i <HEADNODE> clean --files
Delete Head Node#
Note
This action is only available for clusters with multiple head nodes.
You can temporarily delete the head node data from the ClusterWareAI etcd database. By default, a head node writes status to the database entry every 10 seconds. If there is a problem writing to the database, the interval increases gradually to a maximum of 10 minutes. Deleting the head node database entry does not remove the head node from the ClusterWareAI software. Instead, a new entry is created the next time the head node sends status information to the database.
Deleting the database entry is useful when a head node is down and not rebooting. It can also be useful if you reinstall a head node and the ClusterWareAI software is showing multiple entries for the same head node. For example, a head node in a three head node cluster may be having problems, so you reinstall the head node, which generates a new unique identifier (UID). When the head node is back online, the ClusterWareAI GUI shows four head nodes - an entry for both the old and new UID of the rebooted head node. In this case, you can delete the old entry from the database.
To delete the head node etcd database entry:
Click the head node name in the lower panel to open the details for that head node.
Click Delete.
Confirm that you want to delete the head node.
The head node details are temporarily removed from the ClusterWareAI GUI. The head node reappears the next time it writes to the database.
This action is equivalent to executing the following command:
cw-clusterctl heads -i <HEADNODE> delete