[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Help: How to use VM Universe? Thank you




Hello.
I want to use VM Universe. And follwing the instruction.
I create an vm.cmd file just as follows:
 
VM_TYPE=kvm
VM_MEMORY=2048
VM_MAX_NUMBER=2
VM_NETWORKING=TRUE
VM_NETWORKING_TYPE=bridge,nat
VM_NETWORKING_DEFAULT_TYPE=bridge
VM_SOFT_SUSPEND=True
LIBVIRT_XML_SCRIPT=$(LIBEXEC)/libvirt_simple_script.awk
VM_BRIDGE_SCRIPT=vif-bridge bridge=em1
VM_NO_OUTPUT_VM=True
vm_cdrom_files=/data/linux_OS_ISO/CentOS-6.4-x86_64-bin-DVD1.iso
vm_should_transfer_cdrom_files=True
vm_checkpoint=True
kvm_disk=/data/htcondor.img:sda2:w:raw
kvm_cdrom_device=/media/cdrom
 
and then run the commond : condor_submit vm.cmd
However, the result is :
ERROR: Submitting jobs as user/group 0 (root) is not allowed for security reasons.
 
I am sure that the kvm is install and running.
Can anybody to help me solve this problem and tell me how to use VM Universe?
Thank you very much.
Best regards
 

btdan