No more GUI after clusteriazion, cpg_dispatch failed but quorum OK

pdan

New Member
Sep 8, 2014
17
0
1
Italy
www.unicas.it
Hello forum,

I installed proxmox 3.2 on three servers and all OK: GUI, network etc. After clusterizing the three server as per https://pve.proxmox.com/wiki/Proxmox_VE_2.0_Cluster I lost GUI and seeking in /var/log/daemon.log while restarting cman, I obtain:

Code:
Sep  8 13:53:31 c11 pmxcfs[2477]: [status] crit: cpg_dispatch failed: 2
Sep  8 13:53:31 c11 pmxcfs[2477]: [status] crit: cpg_leave failed: 2
Sep  8 13:53:31 c11 pmxcfs[2477]: [libqb] warning: epoll_ctl(del): Bad file descriptor (9)
Sep  8 13:53:31 c11 pmxcfs[2477]: [status] crit: cpg_dispatch failed: 2
Sep  8 13:53:31 c11 pmxcfs[2477]: [status] crit: cpg_leave failed: 2
Sep  8 13:53:31 c11 pmxcfs[2477]: [libqb] warning: epoll_ctl(del): Bad file descriptor (9)
Sep  8 13:53:31 c11 pmxcfs[2477]: [confdb] crit: confdb_dispatch failed: 2
Sep  8 13:53:31 c11 pmxcfs[2477]: [libqb] warning: epoll_ctl(del): Bad file descriptor (9)
Sep  8 13:53:31 c11 pmxcfs[2477]: [quorum] crit: quorum_dispatch failed: 2
Sep  8 13:53:31 c11 pmxcfs[2477]: [libqb] warning: epoll_ctl(del): Bad file descriptor (9)
Sep  8 13:53:32 c11 pmxcfs[2477]: [quorum] crit: quorum_initialize failed: 6
Sep  8 13:53:32 c11 pmxcfs[2477]: [quorum] crit: can't initialize service
Sep  8 13:53:32 c11 pmxcfs[2477]: [confdb] crit: confdb_initialize failed: 6
Sep  8 13:53:32 c11 pmxcfs[2477]: [quorum] crit: can't initialize service
Sep  8 13:53:32 c11 pmxcfs[2477]: [dcdb] notice: start cluster connection
Sep  8 13:53:32 c11 pmxcfs[2477]: [dcdb] crit: cpg_initialize failed: 6
Sep  8 13:53:32 c11 pmxcfs[2477]: [quorum] crit: can't initialize service
Sep  8 13:53:32 c11 pmxcfs[2477]: [dcdb] notice: start cluster connection
Sep  8 13:53:32 c11 pmxcfs[2477]: [dcdb] crit: cpg_initialize failed: 6
Sep  8 13:53:32 c11 pmxcfs[2477]: [quorum] crit: can't initialize service

Network is OK and so it is quorum and nodes membership

Code:
root@c10:~# pvecm status
Version: 6.2.0
Config Version: 3
Cluster Name: casilab
Cluster Id: 12844
Cluster Member: Yes
Cluster Generation: 80
Membership state: Cluster-Member
Nodes: 3
Expected votes: 3
Total votes: 3
Node votes: 1
Quorum: 2  
Active subsystems: 5
Flags: 
Ports Bound: 0  
Node name: c10
Node ID: 1
Multicast addresses: 239.192.50.94 
Node addresses: 10.10.0.85 

root@c10:~# pvevm nodes
-bash: pvevm: command not found
root@c10:~# pvecm nodes
Node  Sts   Inc   Joined               Name
   1   M     68   2014-09-08 13:10:22  c10
   2   M     80   2014-09-08 13:53:33  c11
   3   M     72   2014-09-08 13:10:23  c12

but cannot user pveversion because...

Code:
root@c10:~# pveversion -v
-bash: pveversion: command not found
root@c10:~# pve-manager
-bash: pve-manager: command not found
root@c10:~# apt-get update
Hit http://ftp.it.debian.org wheezy Release.gpg
Hit http://ftp.it.debian.org wheezy Release    
Hit http://security.debian.org wheezy/updates Release.gpg            
Hit http://ftp.it.debian.org wheezy/main amd64 Packages
Hit http://security.debian.org wheezy/updates Release
Hit http://ftp.it.debian.org wheezy/contrib amd64 Packages           
Hit http://ftp.it.debian.org wheezy/contrib Translation-en
Hit http://security.debian.org wheezy/updates/main amd64 Packages
Hit http://ftp.it.debian.org wheezy/main Translation-en
Hit http://security.debian.org wheezy/updates/contrib amd64 Packages
Ign https://enterprise.proxmox.com wheezy Release.gpg
Hit http://security.debian.org wheezy/updates/contrib Translation-en
Hit http://security.debian.org wheezy/updates/main Translation-en
Ign https://enterprise.proxmox.com wheezy Release
Hit http://ceph.com wheezy Release.gpg
Hit http://ceph.com wheezy Release
Hit http://ceph.com wheezy/main amd64 Packages
Err https://enterprise.proxmox.com wheezy/pve-enterprise amd64 Packages
  The requested URL returned error: 401 Authorization Required
Ign https://enterprise.proxmox.com wheezy/pve-enterprise Translation-en_US
Ign https://enterprise.proxmox.com wheezy/pve-enterprise Translation-en
Ign http://ceph.com wheezy/main Translation-en_US
Ign http://ceph.com wheezy/main Translation-en
W: Failed to fetch https://enterprise.proxmox.com/debian/dists/wheezy/pve-enterprise/binary-amd64/Packages  The requested URL returned error: 401 Authorization Required

E: Some index files failed to download. They have been ignored, or old ones used instead.
root@c10:~# apt-get install pve-manager
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package pve-manager is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'pve-manager' has no installation candidate

any idea?

thank you in advance...

Pasquale
 
If you restart cman, you also need to restart depending service (pve-cluster, pvedaemon, pveproxy, pvestatd).
 
Last edited:
If you restart cman, you also need to restart depending service (pve-cluster, pvedaemon, pveproxy, pvestatd).

Hi Dietmar,

thank you for your repentine answer, result follows:

Code:
root@c10:~# service pvestatd stop
root@c10:~# service pveproxy stop
root@c10:~# service pvedaemon stop
root@c10:~# service pve-cluster stop
Stopping pve cluster filesystem: pve-cluster.
root@c10:~# service cman stop
Stopping cluster:
   Stopping dlm_controld... [  OK  ]
   Stopping fenced... [  OK  ]
   Stopping cman... [  OK  ]
   Waiting for corosync to shutdown:[  OK  ]
   Unloading kernel modules... [  OK  ]
   Unmounting configfs... [  OK  ]
root@c10:~# service cman start
Starting cluster:
   Checking if cluster has been disabled at boot... [  OK  ]
   Checking Network Manager... [  OK  ]
   Global setup... [  OK  ]
   Loading kernel modules... [  OK  ]
   Mounting configfs... [  OK  ]
   Starting cman... /usr/share/cluster/cluster.rng:1002: element ref: Relax-NG parser error : Reference PVEVM has no matching definition
/usr/share/cluster/cluster.rng:1002: element ref: Relax-NG parser error : Internal found no define for ref PVEVM
Relax-NG schema /usr/share/cluster/cluster.rng failed to compile
[  OK  ]
   Waiting for quorum... [  OK  ]
   Starting fenced... [  OK  ]
   Starting dlm_controld... [  OK  ]
   Tuning DLM kernel config... [  OK  ]
   Unfencing self... [  OK  ]
root@c10:~# service pve-cluster start
Starting pve cluster filesystem : pve-cluster.
root@c10:~# service pvedaemon start
root@c10:~# service pveproxy start
root@c10:~# service pvestatd start
root@c10:~# pvecm status
Version: 6.2.0
Config Version: 3
Cluster Name: casilab
Cluster Id: 12844
Cluster Member: Yes
Cluster Generation: 96
Membership state: Cluster-Member
Nodes: 3
Expected votes: 3
Total votes: 3
Node votes: 1
Quorum: 2
Active subsystems: 5
Flags:
Ports Bound: 0
Node name: c10
Node ID: 1
Multicast addresses: 239.192.50.94
Node addresses: 10.10.0.85
root@c10:~# pvecm nodes
Node  Sts   Inc   Joined               Name
   1   M     92   2014-09-08 22:11:25  c10
   2   M     96   2014-09-08 22:11:25  c11
   3   M     96   2014-09-08 22:11:25  c12

root@c10:~# ps ax | grep httpd
   8884 pts/0    S+     0:00 grep httpd


Then trying to open GUI using firefox gives me: "Firefox non può stabilire una connessione con il server 10.10.0.85:8006" (Firefox can't estabilish a connection with server 10.10.0.85:8006) (c10 has 10.10.0.85 IP address)

Maybe I miss something crucial...

Pasquale
 
Hi Dietmar,

As I previously stated , no pveversion command is installed and if I try to install pve-manager package an error arise.
Infact:

Code:
root@c10:~# pveversion -v
-bash: pveversion: command not found
root@c10:~# pve-manager
-bash: pve-manager: command not found
root@c10:~# apt-get update
Hit http://ftp.it.debian.org wheezy Release.gpg
Hit http://ftp.it.debian.org wheezy Release    
Hit http://security.debian.org wheezy/updates Release.gpg            
Hit http://ftp.it.debian.org wheezy/main amd64 Packages
Hit http://security.debian.org wheezy/updates Release
Hit http://ftp.it.debian.org wheezy/contrib amd64 Packages           
Hit http://ftp.it.debian.org wheezy/contrib Translation-en           
Hit http://security.debian.org wheezy/updates/main amd64 Packages
Hit http://ftp.it.debian.org wheezy/main Translation-en
Hit http://security.debian.org wheezy/updates/contrib amd64 Packages
Ign https://enterprise.proxmox.com wheezy Release.gpg
Hit http://security.debian.org wheezy/updates/contrib Translation-en
Hit http://security.debian.org wheezy/updates/main Translation-en
Ign https://enterprise.proxmox.com wheezy Release
Hit http://ceph.com wheezy Release.gpg
Hit http://ceph.com wheezy Release
Hit http://ceph.com wheezy/main amd64 Packages
Err https://enterprise.proxmox.com wheezy/pve-enterprise amd64 Packages
  The requested URL returned error: 401 Authorization Required
Ign https://enterprise.proxmox.com wheezy/pve-enterprise Translation-en_US
Ign https://enterprise.proxmox.com wheezy/pve-enterprise Translation-en
Ign http://ceph.com wheezy/main Translation-en_US
Ign http://ceph.com wheezy/main Translation-en
W: Failed to fetch https://enterprise.proxmox.com/debian/dists/wheezy/pve-enterprise/binary-amd64/Packages  The requested URL returned error: 401 Authorization Required

E: Some index files failed to download. They have been ignored, or old ones used instead.
root@c10:~# apt-get install pve-manager
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package pve-manager is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'pve-manager' has no installation candidate
root@c10:~#

Thank you for your reply
Pasquale
 

I modified /etc/apt/sources.list and /etc/apt/sources.list as suggested on wiki and some issues have been resolved. pve-manager has been successfully installed but pve-version is not. GUI isn't yet functional.

Code:
root@c10:~# apt-get update
Get:1 http://download.proxmox.com wheezy Release.gpg [198 B]
Get:2 http://download.proxmox.com wheezy Release [3,083 B]                                            
Hit http://security.debian.org wheezy/updates Release.gpg                                            
Get:3 http://ftp.debian.org wheezy Release.gpg [1,655 B]                                                  
Hit http://security.debian.org wheezy/updates Release                                                     
Get:4 http://download.proxmox.com wheezy/pve-no-subscription amd64 Packages [73.6 kB]       
Get:5 http://ftp.debian.org wheezy Release [168 kB]                             
Hit http://security.debian.org wheezy/updates/main amd64 Packages                                         
Hit http://security.debian.org wheezy/updates/contrib amd64 Packages                                      
Hit http://security.debian.org wheezy/updates/contrib Translation-en                                      
Hit http://security.debian.org wheezy/updates/main Translation-en                                         
Hit http://ceph.com wheezy Release.gpg                                                              
Get:6 http://ftp.debian.org wheezy/main amd64 Packages [5,841 kB]       
Ign http://download.proxmox.com wheezy/pve-no-subscription Translation-en_US   
Ign http://download.proxmox.com wheezy/pve-no-subscription Translation-en      
Hit http://ceph.com wheezy Release                       
Hit http://ceph.com wheezy/main amd64 Packages           
Get:7 http://ftp.debian.org wheezy/contrib amd64 Packages [42.0 kB]                    
Get:8 http://ftp.debian.org wheezy/contrib Translation-en [34.8 kB]                    
Get:9 http://ftp.debian.org wheezy/main Translation-en [3,847 kB]                       
Ign http://ceph.com wheezy/main Translation-en_US                                      
Ign http://ceph.com wheezy/main Translation-en   
Fetched 10.0 MB in 5s (1,953 kB/s)
Reading package lists... Done
root@c10:~# apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages have been kept back:
  fence-agents-pve glusterfs-client glusterfs-common libpve-access-control
The following packages will be upgraded:
  base-files corosync-pve libcorosync4-pve libjpeg62 libjpeg8 libpve-common-perl libpve-storage-perl
  openssh-client openssh-server pve-cluster ssh tzdata vncterm vzctl
14 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 3,567 kB of archives.
After this operation, 102 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://download.proxmox.com/debian/ wheezy/pve-no-subscription libpve-common-perl all 3.0-19 [44.6 kB]
Get:2 http://ftp.debian.org/debian/ wheezy/main base-files amd64 7.1wheezy6 [78.7 kB]
Get:3 http://download.proxmox.com/debian/ wheezy/pve-no-subscription libpve-storage-perl all 3.0-22 [53.9 kB]
Get:4 http://download.proxmox.com/debian/ wheezy/pve-no-subscription libcorosync4-pve amd64 1.4.7-1 [318 kB]
Get:5 http://ftp.debian.org/debian/ wheezy/main libjpeg62 amd64 6b1-3+deb7u1 [96.9 kB]
Get:6 http://ftp.debian.org/debian/ wheezy/main libjpeg8 amd64 8d-1+deb7u1 [138 kB]
Get:7 http://download.proxmox.com/debian/ wheezy/pve-no-subscription pve-cluster amd64 3.0-14 [146 kB]
Get:8 http://ftp.debian.org/debian/ wheezy/main tzdata all 2014e-0wheezy1 [458 kB]
Get:9 http://download.proxmox.com/debian/ wheezy/pve-no-subscription vncterm amd64 1.1-8 [206 kB]
Get:10 http://download.proxmox.com/debian/ wheezy/pve-no-subscription vzctl amd64 4.0-1pve6 [280 kB]
Get:11 http://download.proxmox.com/debian/ wheezy/pve-no-subscription corosync-pve amd64 1.4.7-1 [380 kB]
Get:12 http://ftp.debian.org/debian/ wheezy/main openssh-server amd64 1:6.0p1-4+deb7u2 [340 kB]
Get:13 http://ftp.debian.org/debian/ wheezy/main openssh-client amd64 1:6.0p1-4+deb7u2 [1,024 kB]
Get:14 http://ftp.debian.org/debian/ wheezy/main ssh all 1:6.0p1-4+deb7u2 [1,248 B]
Fetched 3,567 kB in 1s (2,440 kB/s)
Reading changelogs... Done
Preconfiguring packages ...
(Reading database ... 29719 files and directories currently installed.)
Preparing to replace base-files 7.1wheezy5 (using .../base-files_7.1wheezy6_amd64.deb) ...
Unpacking replacement base-files ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Setting up base-files (7.1wheezy6) ...
Installing new version of config file /etc/debian_version ...
(Reading database ... 29719 files and directories currently installed.)
Preparing to replace libjpeg62:amd64 6b1-3 (using .../libjpeg62_6b1-3+deb7u1_amd64.deb) ...
Unpacking replacement libjpeg62:amd64 ...
Preparing to replace libjpeg8:amd64 8d-1 (using .../libjpeg8_8d-1+deb7u1_amd64.deb) ...
Unpacking replacement libjpeg8:amd64 ...
Preparing to replace tzdata 2014a-0wheezy1 (using .../tzdata_2014e-0wheezy1_all.deb) ...
Unpacking replacement tzdata ...
Setting up tzdata (2014e-0wheezy1) ...

Current default time zone: 'Europe/Rome'
Local time is now:      Tue Sep  9 09:12:46 CEST 2014.
Universal Time is now:  Tue Sep  9 07:12:46 UTC 2014.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

(Reading database ... 29722 files and directories currently installed.)
Preparing to replace openssh-server 1:6.0p1-4+deb7u1 (using .../openssh-server_1%3a6.0p1-4+deb7u2_amd64.deb) ...
Unpacking replacement openssh-server ...
Preparing to replace openssh-client 1:6.0p1-4+deb7u1 (using .../openssh-client_1%3a6.0p1-4+deb7u2_amd64.deb) ...
Unpacking replacement openssh-client ...
Preparing to replace libpve-common-perl 3.0-18 (using .../libpve-common-perl_3.0-19_all.deb) ...
Unpacking replacement libpve-common-perl ...
Preparing to replace libpve-storage-perl 3.0-19 (using .../libpve-storage-perl_3.0-22_all.deb) ...
Unpacking replacement libpve-storage-perl ...
Preparing to replace libcorosync4-pve 1.4.5-1 (using .../libcorosync4-pve_1.4.7-1_amd64.deb) ...
Unpacking replacement libcorosync4-pve ...
Preparing to replace pve-cluster 3.0-12 (using .../pve-cluster_3.0-14_amd64.deb) ...
Unpacking replacement pve-cluster ...
Preparing to replace vncterm 1.1-6 (using .../vncterm_1.1-8_amd64.deb) ...
Unpacking replacement vncterm ...
Preparing to replace vzctl 4.0-1pve5 (using .../vzctl_4.0-1pve6_amd64.deb) ...
Unpacking replacement vzctl ...
Preparing to replace corosync-pve 1.4.5-1 (using .../corosync-pve_1.4.7-1_amd64.deb) ...
Unpacking replacement corosync-pve ...
Preparing to replace ssh 1:6.0p1-4+deb7u1 (using .../ssh_1%3a6.0p1-4+deb7u2_all.deb) ...
Unpacking replacement ssh ...
Processing triggers for man-db ...
Setting up libjpeg62:amd64 (6b1-3+deb7u1) ...
Setting up libjpeg8:amd64 (8d-1+deb7u1) ...
Setting up openssh-client (1:6.0p1-4+deb7u2) ...
Setting up openssh-server (1:6.0p1-4+deb7u2) ...
Restarting OpenBSD Secure Shell server: sshd.
Setting up libpve-common-perl (3.0-19) ...
Setting up libpve-storage-perl (3.0-22) ...
Setting up libcorosync4-pve (1.4.7-1) ...
Setting up pve-cluster (3.0-14) ...
Restarting pve cluster filesystem: pve-cluster.
Setting up vncterm (1.1-8) ...
Setting up vzctl (4.0-1pve6) ...
OpenVZ already running..failed
Setting up corosync-pve (1.4.7-1) ...
Setting up ssh (1:6.0p1-4+deb7u2) ...
root@c10:~# apt-get install pve-manager 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  ceph-common glusterfs-common ipset libgoogle-perftools4 libipset2 libiscsi4 libmnl0 libnetfilter-log1
  libpython2.7 libtcmalloc-minimal4 libunwind7 novnc-pve pve-firewall pve-qemu-kvm qemu-server spiceterm
Suggested packages:
  ceph ceph-mds
The following NEW packages will be installed:
  ceph-common ipset libgoogle-perftools4 libipset2 libiscsi4 libmnl0 libnetfilter-log1 libpython2.7
  libtcmalloc-minimal4 libunwind7 novnc-pve pve-firewall pve-manager pve-qemu-kvm qemu-server spiceterm
The following packages will be upgraded:
  glusterfs-common
1 upgraded, 16 newly installed, 0 to remove and 3 not upgraded.
Need to get 23.9 MB of archives.
After this operation, 44.0 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://download.proxmox.com/debian/ wheezy/pve-no-subscription glusterfs-common amd64 3.5.2-1 [4,907 kB]
Get:2 http://ftp.debian.org/debian/ wheezy/main libpython2.7 amd64 2.7.3-6+deb7u2 [1,207 kB]
Get:3 http://ftp.debian.org/debian/ wheezy/main libmnl0 amd64 1.0.3-3 [11.7 kB]   
Get:4 http://ftp.debian.org/debian/ wheezy/main libipset2 amd64 6.12.1-1 [48.0 kB]
Get:5 http://ftp.debian.org/debian/ wheezy/main libtcmalloc-minimal4 amd64 2.0-2 [177 kB]
Get:6 http://ftp.debian.org/debian/ wheezy/main libunwind7 amd64 0.99-0.3 [50.8 kB]      
Get:7 http://ftp.debian.org/debian/ wheezy/main libgoogle-perftools4 amd64 2.0-2 [454 kB]
Get:8 http://ftp.debian.org/debian/ wheezy/main libnetfilter-log1 amd64 1.0.0-1 [10.4 kB]
Get:9 http://ftp.debian.org/debian/ wheezy/main ipset amd64 6.12.1-1 [28.5 kB]          
Get:10 http://download.proxmox.com/debian/ wheezy/pve-no-subscription ceph-common amd64 0.80.5-1~bpo70+1 [7,005 kB]
Get:11 http://download.proxmox.com/debian/ wheezy/pve-no-subscription libiscsi4 amd64 1.12.0-2 [57.5 kB]
Get:12 http://download.proxmox.com/debian/ wheezy/pve-no-subscription novnc-pve amd64 0.4-6 [368 kB]
Get:13 http://download.proxmox.com/debian/ wheezy/pve-no-subscription pve-qemu-kvm amd64 2.1-5 [5,485 kB]
Get:14 http://download.proxmox.com/debian/ wheezy/pve-no-subscription pve-firewall amd64 1.0-7 [51.5 kB]  
Get:15 http://download.proxmox.com/debian/ wheezy/pve-no-subscription qemu-server amd64 3.1-34 [120 kB]   
Get:16 http://download.proxmox.com/debian/ wheezy/pve-no-subscription spiceterm amd64 1.0-2 [64.2 kB]     
Get:17 http://download.proxmox.com/debian/ wheezy/pve-no-subscription pve-manager amd64 3.2-30 [3,874 kB] 
Fetched 23.9 MB in 8s (2,812 kB/s)                                                                        
Reading changelogs... Done
Preconfiguring packages ...
Selecting previously unselected package libpython2.7.
(Reading database ... 29725 files and directories currently installed.)
Unpacking libpython2.7 (from .../libpython2.7_2.7.3-6+deb7u2_amd64.deb) ...
Preparing to replace glusterfs-common 3.4.2-1 (using .../glusterfs-common_3.5.2-1_amd64.deb) ...
Unpacking replacement glusterfs-common ...
Selecting previously unselected package libmnl0:amd64.
Unpacking libmnl0:amd64 (from .../libmnl0_1.0.3-3_amd64.deb) ...
Selecting previously unselected package libipset2:amd64.
Unpacking libipset2:amd64 (from .../libipset2_6.12.1-1_amd64.deb) ...
Selecting previously unselected package libtcmalloc-minimal4.
Unpacking libtcmalloc-minimal4 (from .../libtcmalloc-minimal4_2.0-2_amd64.deb) ...
Selecting previously unselected package libunwind7.
Unpacking libunwind7 (from .../libunwind7_0.99-0.3_amd64.deb) ...
Selecting previously unselected package libgoogle-perftools4.
Unpacking libgoogle-perftools4 (from .../libgoogle-perftools4_2.0-2_amd64.deb) ...
Selecting previously unselected package ceph-common.
Unpacking ceph-common (from .../ceph-common_0.80.5-1~bpo70+1_amd64.deb) ...
Selecting previously unselected package libiscsi4.
Unpacking libiscsi4 (from .../libiscsi4_1.12.0-2_amd64.deb) ...
Selecting previously unselected package libnetfilter-log1.
Unpacking libnetfilter-log1 (from .../libnetfilter-log1_1.0.0-1_amd64.deb) ...
Selecting previously unselected package novnc-pve.
Unpacking novnc-pve (from .../novnc-pve_0.4-6_amd64.deb) ...
Selecting previously unselected package pve-qemu-kvm.
Unpacking pve-qemu-kvm (from .../pve-qemu-kvm_2.1-5_amd64.deb) ...
Selecting previously unselected package ipset.
Unpacking ipset (from .../ipset_6.12.1-1_amd64.deb) ...
Selecting previously unselected package pve-firewall.
Unpacking pve-firewall (from .../pve-firewall_1.0-7_amd64.deb) ...
Selecting previously unselected package qemu-server.
Unpacking qemu-server (from .../qemu-server_3.1-34_amd64.deb) ...
Selecting previously unselected package spiceterm.
Unpacking spiceterm (from .../spiceterm_1.0-2_amd64.deb) ...
Selecting previously unselected package pve-manager.
Unpacking pve-manager (from .../pve-manager_3.2-30_amd64.deb) ...
Processing triggers for man-db ...
Setting up libpython2.7 (2.7.3-6+deb7u2) ...
Setting up glusterfs-common (3.5.2-1) ...
Installing new version of config file /etc/logrotate.d/glusterfs-common ...
Setting up libmnl0:amd64 (1.0.3-3) ...
Setting up libipset2:amd64 (6.12.1-1) ...
Setting up libtcmalloc-minimal4 (2.0-2) ...
Setting up libunwind7 (0.99-0.3) ...
Setting up libgoogle-perftools4 (2.0-2) ...
Setting up ceph-common (0.80.5-1~bpo70+1) ...
Setting up libiscsi4 (1.12.0-2) ...
Setting up libnetfilter-log1 (1.0.0-1) ...
Setting up novnc-pve (0.4-6) ...
Setting up pve-qemu-kvm (2.1-5) ...
Setting up ipset (6.12.1-1) ...
Setting up pve-firewall (1.0-7) ...
Starting PVE firewall logger: pvefw-logger.
Starting Proxmox VE firewall: pve-firewall.
Setting up qemu-server (3.1-34) ...
Setting up spiceterm (1.0-2) ...
Setting up pve-manager (3.2-30) ...
Restarting PVE Daemon: pvedaemonunabe to find handler for 'GET: /access/ticket' at /usr/share/perl5/PVE/RESTHandler.pm line 260.
Compilation failed in require at /usr/bin/pvedaemon line 16.
BEGIN failed--compilation aborted at /usr/bin/pvedaemon line 16.
 (warning).
Restarting PVE API Proxy Server: pveproxyunabe to find handler for 'GET: /access/ticket' at /usr/share/perl5/PVE/RESTHandler.pm line 260.
Compilation failed in require at /usr/bin/pveproxy line 24.
BEGIN failed--compilation aborted at /usr/bin/pveproxy line 24.
 (warning).
Restarting PVE SPICE Proxy Server: spiceproxy.
Restarting PVE Status Daemon: pvestatd.
root@c10:~# pve-version
-bash: pve-version: command not found
root@c10:~# 
root@c10:~# netstat -lnp | grep 8006
root@c10:~#

Pasquale
 
Please try to use the correct command:

# pveversion -v

Note: There is no command called 'pve-version'
 
[SOLVED] Re: No more GUI after clusterization, cpg_dispatch failed but quorum OK

you need to follow the upgrade guide exactly.

you run 'apt-get upgrade', but you need to run 'apt-get dist-upgrade'

see http://pve.proxmox.com/wiki/Download..._to_latest_3.2

Gotcha! :D

My fail... the cluster and GUI are now fully functional !

Code:
root@c10:~# pveversion -v
proxmox-ve-2.6.32: not correctly installed (running kernel: 2.6.32-29-pve)
pve-manager: 3.2-30 (running version: 3.2-30/1d095287)
pve-kernel-2.6.32-29-pve: 2.6.32-126
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-1
pve-cluster: 3.0-14
qemu-server: 3.1-34
pve-firmware: 1.1-3
libpve-common-perl: 3.0-19
libpve-access-control: 3.0-15
libpve-storage-perl: 3.0-22
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.1-5
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1
root@c10:~# 
root@c10:~# netstat -lnp | grep 8006
tcp        0      0 0.0.0.0:8006            0.0.0.0:*               LISTEN      17397/pveproxy  
root@c10:~#

Thank you for your promptly support!

Pasquale
 
Last edited:
[SOLVED] Re: No more GUI after clusterization, cpg_dispatch failed but quorum OK

Please try to use the correct command:

# pveversion -v

Note: There is no command called 'pve-version'

Infact...
Code:
root@c10:~# pveversion -v proxmox-ve-2.6.32: not correctly installed (running kernel: 2.6.32-29-pve) pve-manager: 3.2-30 (running version: 3.2-30/1d095287) pve-kernel-2.6.32-29-pve: 2.6.32-126 lvm2: 2.02.98-pve4 clvm: 2.02.98-pve4 corosync-pve: 1.4.7-1 openais-pve: 1.1.4-3 libqb0: 0.11.1-2 redhat-cluster-pve: 3.2.0-2 resource-agents-pve: 3.9.2-4 fence-agents-pve: 4.0.10-1 pve-cluster: 3.0-14 qemu-server: 3.1-34 pve-firmware: 1.1-3 libpve-common-perl: 3.0-19 libpve-access-control: 3.0-15 libpve-storage-perl: 3.0-22 pve-libspice-server1: 0.12.4-3 vncterm: 1.1-8 vzctl: 4.0-1pve6 vzprocps: 2.0.11-2 vzquota: 3.1-2 pve-qemu-kvm: 2.1-5 ksm-control-daemon: 1.1-1 glusterfs-client: 3.5.2-1 root@c10:~#

Thank you
Pasquale
 
Re: [SOLVED] Re: No more GUI after clusterization, cpg_dispatch failed but quorum OK

run

> apt-get install proxmox-ve-2.6.32
 
Re: [SOLVED] Re: No more GUI after clusterization, cpg_dispatch failed but quorum OK

run

> apt-get install proxmox-ve-2.6.32

ok !
Code:
root@c10:~# pveversion -v
proxmox-ve-2.6.32: 3.2-136 (running kernel: 2.6.32-29-pve)
pve-manager: 3.2-30 (running version: 3.2-30/1d095287)
pve-kernel-2.6.32-32-pve: 2.6.32-136
pve-kernel-2.6.32-29-pve: 2.6.32-126
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-1
pve-cluster: 3.0-14
qemu-server: 3.1-34
pve-firmware: 1.1-3
libpve-common-perl: 3.0-19
libpve-access-control: 3.0-15
libpve-storage-perl: 3.0-22
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.1-5
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1
Pasquale
 
Re: [SOLVED] Re: No more GUI after clusterization, cpg_dispatch failed but quorum OK

you need to reboot to activate kernel "pve-kernel-2.6.32-32-pve: 2.6.32-136"
 
Re: [SOLVED] Re: No more GUI after clusterization, cpg_dispatch failed but quorum OK

you need to reboot to activate kernel "pve-kernel-2.6.32-32-pve: 2.6.32-136"

Done.

Code:
root@c10:~# pveversion -v
proxmox-ve-2.6.32: 3.2-136 (running kernel: 2.6.32-32-pve)
pve-manager: 3.2-30 (running version: 3.2-30/1d095287)
pve-kernel-2.6.32-32-pve: 2.6.32-136
pve-kernel-2.6.32-29-pve: 2.6.32-126
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-1
pve-cluster: 3.0-14
qemu-server: 3.1-34
pve-firmware: 1.1-3
libpve-common-perl: 3.0-19
libpve-access-control: 3.0-15
libpve-storage-perl: 3.0-22
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.1-5
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1
root@c10:~# pvecm status
Version: 6.2.0
Config Version: 3
Cluster Name: casilab
Cluster Id: 12844
Cluster Member: Yes
Cluster Generation: 136
Membership state: Cluster-Member
Nodes: 3
Expected votes: 3
Total votes: 3
Node votes: 1
Quorum: 2  
Active subsystems: 5
Flags: 
Ports Bound: 0  
Node name: c10
Node ID: 1
Multicast addresses: 239.192.50.94 
Node addresses: 10.10.0.85 
root@c10:~# pvecm nodes
Node  Sts   Inc   Joined               Name
   1   M    116   2014-09-09 11:17:48  c10
   2   M    128   2014-09-09 11:22:59  c11
   3   M    136   2014-09-09 11:30:41  c12
root@c10:~#

Pasquale
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!