Hi Guys,
i habe a crazy issue. I can't control my cluster nodes and vms.
I can login into the proxmox ve webinterface on any node. The nodes shown as green. Cluster shown as OK (green).
But i can't start a VM. In my "Tasks" list i can see that the "Node" entry switches from the node names to a number "213". I don't no this number. My nodes don't have this number in it's names or ip addresses.
The command "qm list" does not give any output
IP addresses node proxmox01
All ip addresses are reachable and all hostnames are resolvable.
How can i futher investigate this issue?
i habe a crazy issue. I can't control my cluster nodes and vms.
I can login into the proxmox ve webinterface on any node. The nodes shown as green. Cluster shown as OK (green).
But i can't start a VM. In my "Tasks" list i can see that the "Node" entry switches from the node names to a number "213". I don't no this number. My nodes don't have this number in it's names or ip addresses.
The command "qm list" does not give any output
Code:
root@proxmox01 ~ # qm list
root@proxmox01 ~ #
Code:
root@proxmox01 ~ # pvecm status
Quorum information
------------------
Date: Tue Aug 7 11:12:08 2018
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000001
Ring ID: 2/36
Quorate: Yes
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000002 1 192.168.30.8
0x00000001 1 192.168.30.30 (local)
Code:
root@proxmox01 /etc/pve # cat .members
{
"nodename": "proxmox01",
"version": 8,
"cluster": { "name": "cluster01", "version": 2, "nodes": 2, "quorate": 1 },
"nodelist": {
"proxmox01": { "id": 1, "online": 1, "ip": "192.168.10.30"},
"proxmox02": { "id": 2, "online": 1, "ip": "192.168.10.8"}
}
}
IP addresses node proxmox01
- 192.168.10.30 - promox01
- 192.168.30.30 - proxmox01.giga
- 192.168.10.8 proxmox02
- 192.168.30.8 poxmox02.giga
All ip addresses are reachable and all hostnames are resolvable.
How can i futher investigate this issue?