Hello everyone,
I'm folowing the: Remove a Cluster Node but when trying to delete Node 1 (powered off as well) from Node 2 I receive this:
As you can see, it appears the node names are the IP addresses, so why are the names IP addresses if that is an invalid format and how can I delete Node 1 (192.168.1.4)?
I'm folowing the: Remove a Cluster Node but when trying to delete Node 1 (powered off as well) from Node 2 I receive this:
Bash:
root@proxmox2:~# pvecm delnode 192.168.1.4
400 Parameter verification failed.
node: invalid format - value does not look like a valid node name
pvecm delnode <node>
Bash:
root@proxmox2:~# pvecm nodes
Membership information
----------------------
Nodeid Votes Name
1 1 192.168.1.4
2 1 192.168.1.5 (local)
As you can see, it appears the node names are the IP addresses, so why are the names IP addresses if that is an invalid format and how can I delete Node 1 (192.168.1.4)?