This article provides a step-by-step guide on how to set up a Proxmox cluster using the GUI or command line. It covers creating a new cluster, adding slave devices, and checking the status of the master device on the cluster setup page. The instructions are sourced from Howtoforge.com and the Proxmox.com wiki for accurate information.

either use gui or command line

1
2
3
4
5
6
7
# run on master device
pvecm create <cluster_name>
# run on slave device
pvecm add <cluster_ip>
# check on master device
pvecm status

reference:

https://www.howtoforge.com/tutorial/how-to-configure-a-proxmox-ve-4-multi-node-cluster/

https://pve.proxmox.com/wiki/Cluster_Manager

Comments