Proxmox 3.2 - dead web interface

AMVavilov

New Member
Apr 30, 2014
11
0
1
[h=1]Hi, i cannot access the Web interface for my Proxmox 3 with the url https://myserver.com:8006/. I get a blank page.[/h][h=1]
root@proxmox:~# pveversion -v
[/h]proxmox-ve-2.6.32: 3.2-124 (running kernel: 2.6.32-28-pve)
pve-manager: 3.2-2 (running version: 3.2-2/82599a65)
pve-kernel-2.6.32-28-pve: 2.6.32-124
pve-kernel-2.6.32-26-pve: 2.6.32-114
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-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.5-1
pve-cluster: 3.0-12
qemu-server: 3.1-15
pve-firmware: 1.1-2
libpve-common-perl: 3.0-14
libpve-access-control: 3.0-11
libpve-storage-perl: 3.0-19
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-6
vzctl: 4.0-1pve5
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.7-6
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.2-1
 
10 подсеть внес в исключения интернет экплорера?
 
10 подсеть внес в исключения интернет экплорера?
Добавил в надёжные узлы. Брандмауэр отключил. Всё равно не заходит. Раньше работало. В какой-то момент перестало. Дело в самом сервера, может какая служба не стартует?
 
this is an English forum ONLY, please no other languages here.
 
run this two commands on pve host

Code:
netstat -ant | grep 8006
Code:
netstat -ant | grep 443

and you should get something like this:


tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN

tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
 
root@proxmox:~# netstat -ant | grep 8006
tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN
tcp 192 0 10.0.0.20:8006 10.0.0.22:52350 CLOSE_WAIT
tcp 192 0 10.0.0.20:8006 10.0.0.22:52393 CLOSE_WAIT
tcp 192 0 10.0.0.20:8006 10.0.0.22:52351 CLOSE_WAIT
tcp 192 0 10.0.0.20:8006 10.0.0.22:52055 CLOSE_WAIT
tcp 192 0 10.0.0.20:8006 10.0.0.22:52054 CLOSE_WAIT
tcp 192 0 10.0.0.20:8006 10.0.0.22:52392 CLOSE_WAIT
root@proxmox:~# netstat -ant | grep 443
root@proxmox:~# netstat -ant | grep 443

PC has an ip address 10.0.0.22
What is CLOSE_WAIT&?
 
When I run into this issue it is due to missing keys. "pvecm updatecerts --force" Just a shot in the dark, but might be your issue. Check to see if the keys exist first.
 
When I run into this issue it is due to missing keys. "pvecm updatecerts --force" Just a shot in the dark, but might be your issue. Check to see if the keys exist first.

Don't work.

Thank you all for your help. What else to do?
 
Last edited: