Hi all,<br><br>I am quite new to Open nebula, Trien with 2.0 today, <br><br>I installed open Nebula from Karan Repo, installed and Configured the setup successfully,<br><br>I have a Xen Node on another machine, which i can see with <br>
<br>[root@sios-centos-test centos]# onehost list<br> ID NAME CLUSTER RVM TCPU FCPU ACPU TMEM FMEM STAT<br> 6 hostx21 default 0 1600 1599 1600 32G 127M on<br><br>[root@sios-centos-test centos]# oneimage list<br>
ID USER NAME TYPE REGTIME PUB PER STAT #VMS<br> 1 user1 Centos-jeos OS Oct 25, 2010 09:36 Yes No rdy 0<br> 2 user1 Centos_base_image OS Oct 25, 2010 11:18 Yes No used 1<br>
<br>when i try to run a vm, it is still in pending state<br><br>[root@sios-centos-test centos]# onevm list<br> ID USER NAME STAT CPU MEM HOSTNAME TIME<br> 7 user1 centos-b pend 0 0K 00 00:40:26<br>
<br>and the configuration file we used to create a VM with <br><br># onevm create vmtest.one<br><br>[root@sios-centos-test centos]# cat vmtest.one <br>NAME = "centos-base"<br>PUBLIC = YES<br>DESCRIPTION = "Centos 5.5 base image"<br>
<br>CPU = 1<br>MEMORY = 512<br><br># --- kernel & boot device ---<br><br>OS = [<br> kernel = "/opt/VMS/vmlinuz-2.6.18-194.17.1.el5xen",<br> initrd = "/opt/VMS/initrd-2.6.18-194.17.1.el5xen.img",<br>
root = "sda" ]<br><br># --- 3 disks ---<br><br>DISK = [<br> image = "Centos_base_image" ]<br><br>DISK = [<br> type = swap,<br> size = 1024,<br> readonly = "no" ]<br><br>
# --- 1 NIC ---<br><br># NIC = [ network = "Private lab 3 LAN" ]<br><br># --- Placement options ---<br><br>RANK = FREECPU<br><br># --- Contextualization ---<br><br>CONTEXT = [<br> files = "/service/init.sh /service/certificates /service/service.conf" ]<br>
<br>Could anyone please guide me creating a vm in xen, with open nebula?<br><br>Thanks,<br>Saravanan Sundaramoorthy<br>