I actually used the following guide 
http://hub.opensolaris.org/bin/view/Community+Group+xen/virtinstall
and issued a command similar to 

mount -F hsfs /isos/opensuse11.iso /mnt
share -o ro /mnt

virt-install --paravirt --name dom1 --ram 1024 --vnc \
 --os-type=linux --os-variant=sles10 \
 --network bridge \
 --disk path=/tank/guests/dom1/disk0,size=10,driver=phy,subdriver=zvol \
 --location nfs:nfshost.domain.com:/mnt

would re-doing that work? or a specific flag I need
(I'm asking because by xm create centos48.cfg) I'd need to have a cfg file 
which I lack (@ least to specify the path of the zvol image)

Thanks a bunch
-- 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to