Here is the error I get, Unable to complete install ''exceptions.RuntimeError Error creating vdisk /var/lib/xen/images/centos.img Traceback (most recent call last): File "/var/tmp/pkgbuild-gbuild/SUNWvirt-manager-0.6.1-build/virtManager/create.py", line 730, in do_install File "/export/builds/xvm_127///proto/install/usr/lib Please could you help? I would like to create the VM manually is there an howto for opensolaris? Where are the config files supposed to go? There is not an /etc/xen like in Linux. -- This message posted from opensolaris.org
View for instance :- http://www.linuxtoday.com/high_performance/2009111300335OSSV You would have to manage via "virsh create" either on OSOL 1002-127. ZVOLs also are preferable guest''s images location in my experience. Root images on ZFS downgrade I/O performance too much. --- On Fri, 11/20/09, Jensen Lee <haydude@haydude.org> wrote: From: Jensen Lee <haydude@haydude.org> Subject: [xen-discuss] OS b127, fail to create vdisk To: xen-discuss@opensolaris.org Date: Friday, November 20, 2009, 4:02 PM Here is the error I get, Unable to complete install ''exceptions.RuntimeError Error creating vdisk /var/lib/xen/images/centos.img Traceback (most recent call last): File "/var/tmp/pkgbuild-gbuild/SUNWvirt-manager-0.6.1-build/virtManager/create.py", line 730, in do_install File "/export/builds/xvm_127///proto/install/usr/lib Please could you help? I would like to create the VM manually is there an howto for opensolaris? Where are the config files supposed to go? There is not an /etc/xen like in Linux. -- This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
Jensen Lee wrote:> Here is the error I get, > > Unable to complete install ''exceptions.RuntimeError Error creating vdisk> /var/lib/xen/images/centos.img /var/lib/xen/images needs to be read and writeable by user xvm> Traceback (most recent call last): > File "/var/tmp/pkgbuild-gbuild/SUNWvirt-manager-0.6.1-build/virtManager/create.py", line 730, in do_install > File "/export/builds/xvm_127///proto/install/usr/lib > > Please could you help? > > I would like to create the VM manually is there an howto> for opensolaris? Where are the config files supposed to go? > There is not an /etc/xen like in Linux. For the most part, the manual procedures are the same between Linux and Solaris.. You can use xm with py or sxp files... virsh with xml files.. or use virt-install... Auto-start is a little different.. You can set on_xend_start == ''start'' or set auto_power_on and xvm/domains will start the guest when the service starts (usually during dom0 boot). MRJ
> > Unable to complete install ''exceptions.RuntimeError > Error creating vdisk > > /var/lib/xen/images/centos.img > /var/lib/xen/images needs to be read and writeable by > user xvmThank you! That was the problem. -- This message posted from opensolaris.org