Hello,
I wanted a backup solution for my proxmox setup. I installed pve on a new system and added it to my main pve server cluster. This might not have been the correct way of having a backup system.
I have read the manual and have the instructions to remove the cluster. If I use the commands below will I be able to remove the cluster and not destroy my main pve server? I haven't mixed or used any resources from the so called backup server or from my main pve server.
systemctl stop pve-cluster
systemctl stop corosync
Start the cluster file system again in local mode:
pmxcfs -l
rm /etc/pve/corosync.conf
rm /etc/corosync/*
killall pmxcfs
systemctl start pve-cluster
Another question is where do I run these commands? From my main pve node or my added cluster node?
I am looking at installing the Proxmox backup server for my backups.
Thanks in advance.
I wanted a backup solution for my proxmox setup. I installed pve on a new system and added it to my main pve server cluster. This might not have been the correct way of having a backup system.
I have read the manual and have the instructions to remove the cluster. If I use the commands below will I be able to remove the cluster and not destroy my main pve server? I haven't mixed or used any resources from the so called backup server or from my main pve server.
systemctl stop pve-cluster
systemctl stop corosync
Start the cluster file system again in local mode:
pmxcfs -l
rm /etc/pve/corosync.conf
rm /etc/corosync/*
killall pmxcfs
systemctl start pve-cluster
Another question is where do I run these commands? From my main pve node or my added cluster node?
I am looking at installing the Proxmox backup server for my backups.
Thanks in advance.