Remove Proxmox Node From Cluster
If you need to remove a node from a Proxmox cluster, this blog post will guide you through the process. Whether you are decommissioning a node or migrating to a new one, the steps below will help you successfully remove the node. Let’s get started!
Prerequisites
Before proceeding, ensure that you have the following prerequisites in place:
- Access to a working/running node in the Proxmox cluster.
- Administrative privileges on the Proxmox cluster.
Removing a Node
Follow these steps to remove a node from the cluster:
- Delete or migrate any VMs that are running on the node that you want to remove. This step ensures that no active VMs are impacted during the removal process.
- SSH into a working/running node in the Proxmox cluster.
ssh username@IPAddress/Hostname
- Check which nodes are online in the Proxmox cluster. Run the following command:
pvecm nodes
- Identify the name of the offline node that you want to remove.
- Delete the offline node using the following command:
pvecm delnodes <nodename>
- After executing the above command, refresh the Proxmox GUI to ensure that the node is fully removed from the cluster.
You have successfully removed a node from your Proxmox cluster! Remember to update your documentation and adjust your cluster configuration as needed.