Compute Node (HCI) Removal Guide
Removing a compute node is typically due to failure, maintenance, or decommissioning. Ensure all workloads on the node have been migrated before removal. This operation will formally detach the node and its resources from the cluster.
Disable a compute hostβ
By default, the console displays the management view by project.
To access the administrator view, ensure your account has administrator privileges (the default admin account includes this access).
-
Click
Administratorin the top-right corner of the console to switch to the administrative panel.
-
Navigate to
Admin > Compute > Hypervisors. Look for the hostname you wish to remove and click on buttonDISABLE.

- Enter a reason for removal and click
DISABLE SERVICE.

- Verify that the compute service has been disabled successfully.

Migrate instances from the disabled hostβ
- Navigate to
Admin > Compute > Instances > Instances Detail - Hover over
More - Click the
LIVE MIGRATEfrom the dropdown menu.

- You can either select a preferred host for migration or allow the cluster scheduler to automatically choose one, then click OK to proceed.

- Repeat the steps and migrate the rest of the instances.

Verify the removal of a compute nodeβ
- Connect to the cluster VIP or any control node IP address.
Warning: Permanently added '192.168.1.x' (ECDSA) to the list of known hosts.
Password:
- Remove the compute node with the
cluster > remove_nodecommand.
cc1> cluster
cc1:cluster> remove_node
1: compute01
2: compute02
3: compute03
Enter index: 1
this command is only applicable for compute or storage nodes
make sure its running instances have been properly terminated or migrated
shutdown the target host before proceeding
Enter 'YES' to confirm: YES
Verify the compute node removalβ
- Navigate to
Admin > Compute > Hypervisors - Click
Compute hosttab to verify that the compute node has been removed from the cluster.
