Hi, I am trying to launch opensolaris domU with the static IP address. I used following py script
-bash-3.2# cat domU.py name = "2008.05-DomU" vcpus = 1 memory = "2048" disk = ['file:/demo/prateek/sunosol-1.3/2008.05_32_1.3.img,0,w'] dhcp = " " ip = "192.29.43.189" gateway = "192.29.43.255" netmask = "255.255.255.0" hostname = "domUstaticTest" vif = [ 'bridge=xnf0' ] on_shutdown = "destroy" on_crash = "restart" on_reboot = "destroy" kernel = "/demo/prateek/sunosol-1.3/unix" extra = "/platform/i86xpv/kernel/unix -B zfs-bootfs=rpool/114,bootpath='/xpvd/[EMAIL PROTECTED]:a'" ramdisk = "/demo/prateek/sunosol-1.3/boot_archive" XM create gives me following error. -bash-3.2# xm create -c domU.py Using config file "./domU.py". Error: Device 0 (vif) could not be connected. Backend device not found. Is there any thing else I need to mention in the py file. Can anybody point me to some blog or instruction which i can follow to bring up domU with static IP address? Regards, Divyen Patel * * _______________________________________________ xen-discuss mailing list [email protected]
