Fresh install not allowing login.

Jack007

New Member
Jun 23, 2012
7
0
1
Hello,

I have recently had my server reinstalled to proxmox 2.1 by our Datacenter and when reinstalled they gave me root password , I logged in first issue I saw was SSL issue with apache not starting so I removed 443 SSL side from virtualhost then proceeded to start it and it worked however when I go to http://IP:8006 and type my root password


D65x


D656
 
seems you typed a wrong password. login via ssh to validate the root password.
 
seems you typed a wrong password. login via ssh to validate the root password.

Tom I have already verified the password

I think it's the install being corrupted or something because I can't seem to get vzrestore to work either..
 
if you can login via ssh you should be able to login via web, too. double-check if you really enter the right password, also check the installed packages via 'pveversion -v'.
 
root@localhost:~# pveversion -v
pve-manager: 2.1-1 (pve-manager/2.1/f9b0f63a)
running kernel: 2.6.32-11-pve
proxmox-ve-2.6.32: 2.0-66
pve-kernel-2.6.32-11-pve: 2.6.32-66
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.3-1
openais-pve: 1.1.4-2
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-2
pve-cluster: 1.0-26
qemu-server: 2.0-39
pve-firmware: 1.0-15
libpve-common-perl: 1.0-27
libpve-access-control: 1.0-21
libpve-storage-perl: 2.0-18
vncterm: 1.0-2
vzctl: 3.0.30-2pve5
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 1.0-9
ksm-control-daemon: 1.1-1
root@localhost:~#

vzrestore showed
something failed DC recommended doing this..

How do I change the Local IP?
root@localhost:~# /etc/init.d/pve-cluster restart
Restarting pve cluster filesystem: pve-cluster[main] crit: Unable to get local IP address
(warning).
 
...
How do I change the Local IP?
root@localhost:~# /etc/init.d/pve-cluster restart
Restarting pve cluster filesystem: pve-cluster[main] crit: Unable to get local IP address
(warning).

also check /etc/network/interfaces and /etc/hosts and /etc/hostname
 
root@localhost:/etc/network# cat int*
auto lo
iface lo inet loopback


auto vmbr0
iface vmbr0 inet static
address 50.7.242.2
netmask 255.255.255.248
gateway 50.7.242.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
root@localhost:/etc/network# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
50.7.242.2 localhost.localdomain localhost pvelocalhost


# The following lines are desirable for IPv6 capable hosts


::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts




root@localhost:/etc/network# cat /etc/hostname
localhost
root@localhost:/etc/network#


Any ideas?
 
Can you help me with this?

root@localhost:~# vzrestore vzdump-103.tar 103
ipcc_send_rec failed: Connection refused
ipcc_send_rec failed: Connection refused
ipcc_send_rec failed: Connection refused
ipcc_send_rec failed: Connection refused
cluster not ready - no quorum?
ipcc_send_rec failed: Connection refused
root@localhost:~#
 
See my last post.
 
I asked for debian6 from DC and installed it myself panel now works however ovz containers don't ping any one got any ideas?