this was the changes made
kernel ="/boot/vmlinuz-2.6.18-1.2798.fc6xen"
memory = 416
name = "test"
#disk = ['phy:sda,sda1,w','phy:sdb,sdb1,w']
disk = ['phy:/dev/VolGroup00/LogVol00,sdb1,w']
root = "/dev/sdb1"
extra = "ro selinux=0 3"

and result was ..
[EMAIL PROTECTED] xen]# xm create -c VIDomain vmid=2
Using config file "VIDomain".
Error: Device 2065 (vbd) could not be connected.
Device /dev/VolGroup00/LogVol00 is mounted in the privileged domain,
and so cannot be mounted by a guest.


2008/9/22 Raja Subramanian <[EMAIL PROTECTED]>

> On Mon, Sep 22, 2008 at 9:09 PM,  <[EMAIL PROTECTED]> wrote:
> > disk = ['phy:sdb,sdb1,w']
> > root = "/dev/VolGroup00/LogVol00"
> > extra = "ro selinux=0 3"
>
> Your disk/root entries do not look right.  In your config, you are
> exporting physical disk sdb from dom0 as sdb1 in your domU.
> Ensure sdb, sdb1 is **not in use** by your dom0, or else data loss
> will occur.  If sdb is indeed the right disk you want to export to your
> domU, then try with root="/dev/sdb1".
>
> Don't blindly copy and paste sample configuration from the manuals.
> Read the manuals thoroughly to understand what these settings do.
> Setting "disk" incorrectly can result in data loss.
>
> - Raja
> _______________________________________________
> To unsubscribe, email [EMAIL PROTECTED] with
> "unsubscribe <password> <address>"
> in the subject or body of the message.
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>
_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to