web ui does not display openvz vm after a vzrestore

oos

New Member
Sep 8, 2010
11
0
1
Hello,

I installed Proxmox 1.6 from burned ISO file, updated it (apt-get .....), mounted a NFS share through Storage section and I was able change dir to that location and restore an openvz ve backup file I kept before my original openvz host in Ubuntu 8.04 failed to work properly.

openvz vm is working properly, accessed trac, subversion and viewvc without any issue, but I failed to manage it through Proxmox web ui. Virtual Appliances -> List does not display it.

/etc/vzdump/vps.conf is in place and I also did:
nano /etc/vz/conf/xyz.conf
ORIGIN_SAMPLE="pve.auto"

Would appreciate if somebody can lead me to fix manage my openvz vms through web ui.

Thanks in advance,
Orlando

PS Also noticed I needed to access NFS Storage through ui in order to get it mounted and then access it through command line, but I guess an entry in /etc/fstab would fix this.
 
openvz vm is working properly, accessed trac, subversion and viewvc without any issue, but I failed to manage it through Proxmox web ui. Virtual Appliances -> List does not display it.

Virtual appliance list only shows appliances - what do you expect exactyl?
 
PS Also noticed I needed to access NFS Storage through ui in order to get it mounted and then access it through command line, but I guess an entry in /etc/fstab would fix this.

Yes. Storage is activated on first use.
 
Yes. Storage is activated on first use.

The issue I see is that if a cron job (through ui or command line) is setup to backup to a NFS share and proxmox server is rebooted but ui is not accessed, backup process won't go as expected. Not a mayor issue or request though, an easy entry to /etc/fstab on my side would do the fix.

Thanks,
Orlando
 
Virtual appliance list only shows appliances - what do you expect exactyl?

Hi and thanks for replying,

Maybe I misunderstood the UI behavior, it's my fist time installing/playing with this product.
I though that by creating openvz VMs they were going to get listed in that screen, and managed as needed (eg add more hdd space, ram, etc). This is something WebVZ allows. I prefer promox though.
When you said "Virtual appliances" are you referring to KVM VMs? Not using them for now, although would be nice if OSX VM could be created. I'm not familiar with KVM.

Thanks and have a great day,
Orlando
 
I though that by creating openvz VMs they were going to get listed in that screen, and managed as needed (eg add more hdd space, ram, etc).

Sure, the container is listed in the VM list (not the appliance list).

When you said "Virtual appliances" are you referring to KVM VMs?

no - an appliance is a pre-configured template. You can use them to create Containers.
 
Sure, the container is listed in the VM list (not the appliance list).

no - an appliance is a pre-configured template. You can use them to create Containers.

Thanks dietmar,

Sorry for the confusion,
I said earlier:
....
Virtual Appliances -> List does not display it.
....

I meant Virtual Machines -> List does not display it.

So here is what I repro'ed:

1)
Clean install
Mount NFS share through UI (Storgare -> .....)
cd to NFS share
vzrestore backedupfile.tgz 131
vzctl start 131
At this point I'm able to browse my trac site stored in mentioned openvz backup file
UI -> Virtual Machines -> List says:
Cluster Node 'proxmox'
Node has no VMs
Restart VM, no effect
Reboot proxmox server, no effect

apt-get update
apt-get upgrade
Reboot proxmox server, same result

2)
Clean install
UI -> Downloaded ubuntu 8.04 template
Create VM from that template
Started VM using command line similar to 1)
Same results, UI -> Virtual Machines -> List is empty

Version used: 1.6

Regards,
Orlando
 
What is the output of

# pveversion -v

and

# vzlist -a

any hint in /var/log/syslog?


Before update:
pve-manager: 1.6-2 (pve-manager/1.6/5087)
running kernel: 2.6.32-3-pve
proxmox-ve-2.6.32: 1.6-12
pve-kernel-2.6.32-3-pve: 2.6.32-12
qemu-server: 1.1-18
pve-firmware: 1.0-6
libpve-storage-perl: 1.0-13
vncterm: 0.9-2
vzctl: 3.0.24-1pve3
vzdump: 1.2-7
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.12.5-1
ksm-control-daemon: 1.0-4

proxmox:/mnt/pve/FreeNAS-OpenVZ# vzlist -a
CTID NPROC STATUS IP_ADDR HOSTNAME
131 61 running 120.240.1.31 svn.localnet.net


Monitor where proxmox servers is connected to displays:
svc: failed to register lockdv1 RPC service (errno 97)

After upgrade reboot:
pve-manager: 1.6-2 (pve-manager/1.6/5087)
running kernel: 2.6.32-3-pve
proxmox-ve-2.6.32: 1.6-14
pve-kernel-2.6.32-3-pve: 2.6.32-14
qemu-server: 1.1-18
pve-firmware: 1.0-7
libpve-storage-perl: 1.0-13
vncterm: 0.9-2
vzctl: 3.0.24-1pve4
vzdump: 1.2-7
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.12.5-1
ksm-control-daemon: 1.0-4

CTID NPROC STATUS IP_ADDR HOSTNAME
131 61 running 120.240.1.31 svn.localnet.net


Syslog attached

Thanks much,
Orlando
 

Attachments

Sep 10 09:34:13 proxmox pvedaemon[2017]: ERROR: unable to parse config line: DISK_QUOTA=no#012

Semms the container config file contains stange values - please can you fix that.