Some questions from a newbie.

Dario

New Member
Mar 12, 2010
3
0
1
Hello to everybody,
I'm new to using proxmox and other stuff as openvz, kvm, qemu etc etc.
My setup is:
A cluster of 2 proxmox server, both with 2.6.32.-1.pve kernel.
The master server with intel Xeon quad 8GB ram, the secondary server with intel core2 duo 4GB ram.

My questions are:
(1)Today I download a debian 5.0 appliance on master server by web interface,
when I try to create a new container with that template I get:

"/usr/bin/pvectl vzcreate 113 --disk 8 --ostemplate local:vztmpl/debian-5.0-standard_5.0-2_i386.tar.gz --rootpasswd $1$tK+F4g6o$Iyrin9jMHiedEalxwXRz3/ --hostname XXXX --nameserver XXXX --searchdomain XXXXX --onboot no --swap 512 --mem 512 --cpus 1 --netif ifname=eth0,mac=F6:02:33:9D:B3:58
unable to create VE 113: command 'vzctl create 113 --ostemplate debian-5.0-standard_5.0-2_i386 --config pve.auto' failed with exit code 5:
Unable to open /dev/vzctl: No such file or directory
Please check that vzdev kernel module is loaded and you have sufficient permissions to access the file.

unable to apply VM settings -"

This is my first openVZ VM, I never create one before. I created and use many KVM VM with no problems.

(2) I tried to create that container on the secondary server but I can't download the template on it
by the web interface (on secondary server, there isn't a choice to download the template on other servers on master server), I get this browser message:
"You do not have write access".

I've some other questions but I will ask them to you later.

Thanks in advance.

PS: All apoligies to my bad english.
 
why do you want to use scsi emulation? use IDE or VIRTIO.
 
Because I have an old KVM VM with SCSI disk.
I'll use VIRTIO in the future.

What about the second question?