[EN] Proxmox Cluster Creation
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.
The cluster has been successfully installed. It is time to join.
First we need to have “join information” token.
node-2
I am giving join credentials here.
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:
Thank you for taking the time to read this article. I hope you found it useful.