WEB not accessible after upgrade fro 3.0 to 3.2

stathis

Renowned Member
May 2, 2014
7
0
66
Hello,

I have just bought a subscription in order to upgrade my proxmox installation.

I followed the instructions and after the reboot i lost the access to web interface.

I have access to pve through ssh but netstat does not show anything for port 8006 allthough it listening on port 443.


Do you have any suggestions?


Best regards


Stathis Alexopoulos
 
post the output of 'pveversion -v' - how did you upgrade from 3.0 to 3.2 in detail?
 
Hello Tom,

Thanks for your interest.

how did you upgrade from 3.0 to 3.2 in detail?

I followed the instructions of http://pve.proxmox.com/wiki/Downloads#Update_a_running_Proxmox_Virtual_Environment_3.x_to_latest_3.2
post the output of 'pveversion -v' -
There is no pveversion in my system.

Also, during the upgrade, i had to install the https support with apt-get install apt-transport-https

Finally the apt-get update returns
Err https://enterprise.proxmox.com wheezy/pve-enterprise amd64 Packages
The requested URL returned error: 401


If there is any need for more information, please fell free to ask.

Thanks

Stathis
 
Hi,
looks that some pve-things are missed.

On an normal system you should have things like this:
Code:
root@proxmox:~# dpkg -l | grep pve
ii  clvm                             2.02.98-pve4                  amd64        Cluster LVM Daemon for lvm2
ii  corosync-pve                     1.4.5-1                       amd64        Standards-based cluster framework (daemon and modules)
ii  dmsetup                          2:1.02.77-pve4                amd64        Linux Kernel Device Mapper userspace library
ii  fence-agents-pve                 4.0.5-1                       amd64        fence agents for redhat cluster suite
ii  libcorosync4-pve                 1.4.5-1                       amd64        Standards-based cluster framework (libraries)
ii  libdevmapper-event1.02.1:amd64   2:1.02.77-pve4                amd64        Linux Kernel Device Mapper event support library
ii  libdevmapper1.02.1:amd64         2:1.02.77-pve4                amd64        Linux Kernel Device Mapper userspace library
ii  liblvm2app2.2:amd64              2.02.98-pve4                  amd64        LVM2 application library
ii  libopenais3-pve                  1.1.4-3                       amd64        Standards-based cluster framework (libraries)
ii  libpve-access-control            3.0-11                        amd64        Proxmox VE access control library
ii  libpve-common-perl               3.0-14                        all          Proxmox VE base library
ii  libpve-storage-perl              3.0-19                        all          Proxmox VE storage management library
ii  lvm2                             2.02.98-pve4                  amd64        Linux Logical Volume Manager
ii  openais-pve                      1.1.4-3                       amd64        Standards-based cluster framework (daemon and modules)
ii  pve-cluster                      3.0-12                        amd64        Cluster Infrastructure for Proxmox Virtual Environment
ii  pve-firmware                     1.1-2                         all          Binary firmware code for the pve-kernel
ii  pve-kernel-2.6.32-27-pve         2.6.32-121                    amd64        The Proxmox PVE Kernel Image
ii  pve-libspice-server1             0.12.4-3                      amd64        SPICE remote display system server library
ii  pve-manager                      3.2-1                         amd64        The Proxmox Virtual Environment
ii  pve-qemu-kvm                     1.7-4                         amd64        Full virtualization on x86 hardware
ii  redhat-cluster-pve               3.2.0-2                       amd64        Red Hat cluster suite
ii  resource-agents-pve              3.9.2-4                       amd64        resource agents for redhat cluster suite
ii  tar                              1.27.1+pve.1                  amd64        GNU version of the tar archiving utility
ii  vzctl                            4.0-1pve4                     amd64        OpenVZ - server virtualization solution - control tools
Udo
 
I do have all of them allthough for some of them my version is behind yours. If you want i can post a detailed output of dpkg -l

Also, my command completion can find only the commands pvecm pvesm pveum

Any idea of what happening?
 
I noticed that pve-manager & pve-qemu-kvm are marked as rc instead of ii


do you know how to reconfigure them?
 
I noticed that pve-manager & pve-qemu-kvm are marked as rc instead of ii


do you know how to reconfigure them?

Hi,
just install them - because pve-manager contains pveversion:
Code:
dpkg -L pve-manager
...
/usr/bin/pveversion
...
Update your repositories apt-get update
then intall the packages "apt-get install pve-manager pve-qemu-kvm"

Udo
 
Hello Udo,

I am sorry about the delay, but i had to go.

Finally it works.

Just for the history, the problem occured when i changed the /etc/apt/sources.list as it was suggested in the tutorial.

I commented out the http://ftp.gr.debian.org/debian repository. So, when i tried to install the missing packages it found many unsatisfied dependencies.

I enabled the repository and everything was installed correctly.

Now it works.

I would like to thank you for your clear view and your willing to help.

Best regards


Stathis Alexopoulos