[EN] Proxmox Cluster Creation

1 minute read

Hi everyone, in this article I will show you how to create Proxmox Cluster and how a node joins to the cluster.

Creating Cluster on Proxmox is not that hard or complex thing.

I have 2 single Proxmox nodes, node-1 and node-2. I will create cluster on node-1 and will add node-2 to the cluster.

Steps are as follows.

ProxmoxClusterCreation

ProxmoxClusterCreation

ProxmoxClusterCreation

The cluster has been successfully installed. It is time to join.

First we need to have “join information” token.

ProxmoxClusterCreation

ProxmoxClusterCreation

node-2

ProxmoxClusterCreation

I am giving join credentials here.

ProxmoxClusterCreation

ProxmoxClusterCreation

If you have virtual machines on this node, you cannot join the cluster directly. Usually the cluster is created before all then VM’s are installed. Otherwise, you should move your VM config files to another directory (for ex. /root directory), then join the cluster, after joining you can move VM config files back to the relevant directory as follows.

Node-2

root@node-2:~# mv /etc/pve/nodes/node-2/qemu-server/101.conf /root/

After joining

root@node-2:~# mv /root/101.conf /etc/pve/nodes/node-2/qemu-server/

Last view:

ProxmoxClusterCreation

Thank you for taking the time to read this article. I hope you found it useful.