Problem on Proxmox VE Login to nodes

ap87

New Member
Feb 8, 2012
10
0
1
Russia, Kirov
Hi
There is a problem in the management of the cluster.
New installation on 2 nodes.

Did everything according to the instructions:
http://pve.proxmox.com/wiki/Proxmox_VE_2.0_Cluster
node-0 - Cluster + node
node-1 - Node
Code:
root@node-0:~# pveversion -v
pve-manager: 2.0-28 (pve-manager/2.0/30bb4d33)
running kernel: 2.6.32-7-pve
proxmox-ve-2.6.32: 2.0-60
pve-kernel-2.6.32-7-pve: 2.6.32-60
lvm2: 2.02.88-2pve1
clvm: 2.02.88-2pve1
corosync-pve: 1.4.1-1
openais-pve: 1.1.4-1
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.8-3
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.7-1
pve-cluster: 1.0-22
qemu-server: 2.0-17
pve-firmware: 1.0-15
libpve-common-perl: 1.0-14
libpve-access-control: 1.0-11
libpve-storage-perl: 2.0-11
vncterm: 1.0-2
vzctl: 3.0.30-2pve1
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 1.0-3
ksm-control-daemon: 1.1-1
Code:
root@node-0:~# pvecm s
Version: 6.2.0
Config Version: 4
Cluster Name: cluster
Cluster Id: 13364
Cluster Member: Yes
Cluster Generation: 76
Membership state: Cluster-Member
Nodes: 2
Expected votes: 2
Total votes: 2
Node votes: 1
Quorum: 2
Active subsystems: 5
Flags:
Ports Bound: 0
Node name: node-0
Node ID: 1
Multicast addresses: 239.192.52.104
Node addresses: 192.168.0.10
Code:
root@node-0:~# pvecm n
Node  Sts   Inc   Joined               Name
   1   M     16   2012-02-19 23:01:23  node-0
   2   M     76   2012-02-19 23:56:12  node-1


node-1
Code:
root@node-1:~# pveversion -v
pve-manager: 2.0-28 (pve-manager/2.0/30bb4d33)
running kernel: 2.6.32-7-pve
proxmox-ve-2.6.32: 2.0-60
pve-kernel-2.6.32-7-pve: 2.6.32-60
lvm2: 2.02.88-2pve1
clvm: 2.02.88-2pve1
corosync-pve: 1.4.1-1
openais-pve: 1.1.4-1
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.8-3
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.7-1
pve-cluster: 1.0-22
qemu-server: 2.0-17
pve-firmware: 1.0-15
libpve-common-perl: 1.0-14
libpve-access-control: 1.0-11
libpve-storage-perl: 2.0-11
vncterm: 1.0-2
vzctl: 3.0.30-2pve1
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 1.0-3
ksm-control-daemon: 1.1-1
Code:
root@node-1:~# pvecm status
Version: 6.2.0
Config Version: 4
Cluster Name: cluster
Cluster Id: 13364
Cluster Member: Yes
Cluster Generation: 76
Membership state: Cluster-Member
Nodes: 2
Expected votes: 2
Total votes: 2
Node votes: 1
Quorum: 2
Active subsystems: 5
Flags:
Ports Bound: 0
Node name: node-1
Node ID: 2
Multicast addresses: 239.192.52.104
Node addresses: 192.168.0.11
Code:
root@node-1:~# pvecm n
Node  Sts   Inc   Joined               Name
   1   M     76   2012-02-18 23:55:53  node-0
   2   M     32   2012-02-18 23:55:18  node-1

Login on web:
[video=youtube;Oq6jDsFbM_I]http://www.youtube.com/watch?v=Oq6jDsFbM_I[/video]

pvecm updatecert didn't help

Ideas?
 
When i choose the second node in the cluster the authorization window appears. After entering the name and password it reappears and cycles. Probably does not pass authorization. Login/password are the same on both nodes.
P.S. Linux PAM
 
Last edited:
When i choose the second node in the cluster the authorization window appears. After entering the name and password it reappears and cycles. Probably does not pass authorization. Login/password are the same on both nodes.

Try the following on the node:

# pvecm updatecerts --force

Then reboot that node.

Does that help?
 
No, this does not help

Reinstalled both nodes again:)
Does not help ... the same situation ...
In all browsers one and too.

If i enter via the web on the second node it is vice versa. Allows to manage the second node does not permit first.
 
Last edited:
You installed using our installation CD?
Is the system time correct on both nodes?
Any hints in /var/log/syslog?
 
>Is the system time correct on both nodes?
The problem turned out to be the date. Fixed-all work. I've had isn't careful, sorry.
Thank you.