So i got a new server a while back, installed proxmox on it and created a cluster and joined my old proxmox server to the cluster, that way i could migrate my VMs and LXC containers very easy... then i figured i'd reinstall the old server, disable the raid controller and have proxmox handle the array. fist i just reinstalled, the same IP and everything... this messed up the cluster badly so i reinstalled again with a new IP, but i cannot remove the old node from the cluster the new server created...
this is the info from the new server:
pvecm nodes
Membership information
----------------------
Nodeid Votes Name
2 1 192.168.1.3 (local)
cat /etc/corosync/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: MegaSurvurr
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.1.3
}
node {
name: MicroSurvur
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.1.2
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: Home
config_version: 4
interface {
bindnetaddr: 192.168.1.2
ringnumber: 0
}
ip_version: ipv4
secauth: on
version: 2
}
ls /etc/pve/nodes/
MegaSurvurr
i tried to do the following:
systemctl stop pve-cluster corosync
*remove MicroServer from the corosync.conf*
systemctl start pve-cluster corosync
and MicroServer is back in the corosync.conf
how do i manualy remove the old node?
There are some other problems that happened to the new server when all this went down.... the VMs seems to be gone :/ the Disk images are still on the disk, but i cant recreate any VMs since the "create VM" menu wont let me pick a node to create it on anymore.
I dont know what kind of info that would be viable in this situation so pleace tell me any commands you need and i'll post it asap.
this is the info from the new server:
pvecm nodes
Membership information
----------------------
Nodeid Votes Name
2 1 192.168.1.3 (local)
cat /etc/corosync/corosync.conf
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: MegaSurvurr
nodeid: 2
quorum_votes: 1
ring0_addr: 192.168.1.3
}
node {
name: MicroSurvur
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.1.2
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: Home
config_version: 4
interface {
bindnetaddr: 192.168.1.2
ringnumber: 0
}
ip_version: ipv4
secauth: on
version: 2
}
ls /etc/pve/nodes/
MegaSurvurr
i tried to do the following:
systemctl stop pve-cluster corosync
*remove MicroServer from the corosync.conf*
systemctl start pve-cluster corosync
and MicroServer is back in the corosync.conf
how do i manualy remove the old node?
There are some other problems that happened to the new server when all this went down.... the VMs seems to be gone :/ the Disk images are still on the disk, but i cant recreate any VMs since the "create VM" menu wont let me pick a node to create it on anymore.
I dont know what kind of info that would be viable in this situation so pleace tell me any commands you need and i'll post it asap.