WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] xen on NAS

To: chandraprakash.gupta@xxxxxxx
Subject: Re: [Xen-users] xen on NAS
From: "trilok nuwal" <tc.nuwal@xxxxxxxxx>
Date: Thu, 21 Feb 2008 18:22:55 +0530
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 21 Feb 2008 04:53:35 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=H5+tm84Py/qiSE0dy1jRv7ZwBXgNGZb5GmDmeWXyaA0=; b=o+sgRT/4okznnchXUeu5VVhay3S/8JJpS0wmKfVAFAg1ZwIGT/I5Zhze14+okhMblVgf3AKF/e7IDfotXMedjima8WyXxlCQr8R5NnX3Pc2Zk5HJ8ls2jE4ug7AAw8g932pgiSXvn9gkSiR9boyx+mshAaa89R/EPwwWjKoe3+o=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=e2POv2Hh+zkXb068fJ8TBfa51RYaPlaLmGEBZAkQ7IFMbbVU80DAujZZ5+EoIHjAfYCSt4vGe2U2Icdb8CeTA57sfAClJ8Un9CMixDyNwYlsXYNDJzs5QoUzN9KRNV2EPM8ZZr1pmTb7ep7zLYAsY6wjsh8WLaWbW/HOKyC8FT0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <OFFBE371F9.3D57EF81-ON652573F6.002DBE8D-652573F6.002ED93B@xxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <OFFBE371F9.3D57EF81-ON652573F6.002DBE8D-652573F6.002ED93B@xxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
First You have to  mount NAS server to Linux machine, assume this is mounted to dir /mnt in linux machine.

Now you could dd /de/hda3 to NAS server in a file backed VBD.

# dd if=/dev/hda3 of=/mnt/hda.disk

Now modify ur config file slightly as below.


kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'

memory = 1024

name = "winxp"

vcpus=1

pae=0

acpi=0

apic=0

cpus = ""

vif = [ 'type=ioemu, bridge=xenbr0' ]

#disk = [ 'phy:/dev/hda3,ioemu:hda,w' ]

disk = [ 'file:/mnt/hda.disk,ioemu:hda,w' ]
>
on_reboot   = 'restart'

on_crash    = 'destroy'

device_model = '/usr/lib/xen/bin/qemu-dm'

sdl=0

vnc=1

vncviewer=0

stdvga=0

serial='pty'

ne2000=0

usb=1

usbdevice='tablet'


and restart the domain.

Other way u could populate the root file system in some NAS dir also. But this usage and reliability isa suspected.

Thanks
Trilok


On Thu, Feb 21, 2008 at 2:01 PM, <chandraprakash.gupta@xxxxxxx> wrote:

Hi
i am having one NAS box (windows) on which i have created new partation ( e:) . i want to use this drive for my guest os in xen what all need to be defied in the configuration file od domu.

NAS dive for windows:
NAS ip: 172.17.217.49
drive: e
username : admin
password: admin123

complete shared path : \\172.17.217.49\e

kindly let me know how to add these entries to my dom file. ealier i was using local disk and for domU configration. that configuration is as follows:

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'

memory = 1024

name = "winxp"

vcpus=1

pae=0

acpi=0

apic=0

cpus = ""

vif = [ 'type=ioemu, bridge=xenbr0' ]

disk = [ 'phy:/dev/hda3,ioemu:hda,w' ]

>
on_reboot   = 'restart'

on_crash    = 'destroy'

device_model = '/usr/lib/xen/bin/qemu-dm'

sdl=0

vnc=1

vncviewer=0

stdvga=0

serial='pty'

ne2000=0

usb=1

usbdevice='tablet'




=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>