I've set up a new PVE instance, created the cluster configuration using the web UI, and installed a second PVE instance which should join the new created cluster.
Unfortunately the host entry of the second instance was wrong and pointed to a wrong IP address and after the join process the IP of the second server was wrong. Changing the IP of the server and in the corosync config didn't help, so I wanted to remove the cluster node again.
I've tried to remove the second cluster node using
```
pvecm expected 1
pvecm delnode 2
```
and
`pvecm nodes` only shows one nodes again.
But the web UI still has the second node listed with an error symbol on it.
I've reinstalled node 2 and wanted to join the node again but the web UI does not provide the cluster join information any more. I could create a new cluster using a new name, because PVE tells me the old name is still in use.
What's the correct approach to fix this issue?
Also there is a VM on node 1 running which should not be taken offline without knowing it
Thanks for your help!
Unfortunately the host entry of the second instance was wrong and pointed to a wrong IP address and after the join process the IP of the second server was wrong. Changing the IP of the server and in the corosync config didn't help, so I wanted to remove the cluster node again.
I've tried to remove the second cluster node using
```
pvecm expected 1
pvecm delnode 2
```
and
`pvecm nodes` only shows one nodes again.
But the web UI still has the second node listed with an error symbol on it.
I've reinstalled node 2 and wanted to join the node again but the web UI does not provide the cluster join information any more. I could create a new cluster using a new name, because PVE tells me the old name is still in use.
What's the correct approach to fix this issue?
Also there is a VM on node 1 running which should not be taken offline without knowing it
Thanks for your help!