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 NFSroot

To: Stephan Seitz <s.seitz@xxxxxxxxxxxx>
Subject: Re: [Xen-users] Xen NFSroot
From: john bryant <bryant.johan@xxxxxxxxx>
Date: Tue, 22 Nov 2005 13:10:27 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 22 Nov 2005 18:10:29 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=sOBi9QGRMdkHP9Lqp/KW08wY/MEkp1VD5uYMNfCsGadGeuy8Ev8rGVGzgG5Vq7QxSZMY6EbxdggHtJioIm/7j0E3QNhc1C00PLSu6xTXP//1ZIuMKR9dz3fpKlXBt8Fm0eWsYpPM8ZFteD6cm4E4PqEJIpg5W0WN3xHaFewNOvk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <43834545.6020600@xxxxxxxxxxxx>
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: <b743f6510511220736o697a0692ub3aaa78473a55248@xxxxxxxxxxxxxx> <43834545.6020600@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thanks Stephen. It worked for me. I am including my config file for NFS3 for any futher reference.


kernel = "/boot/vmlinuz-2.6-xenU"
 memory = 256
 name = "ylinux"
 nics = 1
 vif = ['bridge=xen-br0']
 ip = '10.5.144.248 <http://10.5.144.248>'
 netmask='255.255.255.0 <http://255.255.255.0>'
 gateway='10.5.144.245 <http://10.5.144.245>'
 root = "/dev/nfs"
 nfs_server ='10.5.152.12 <http://10.5.152.12>'
 nfs_root = '/home/invigovm/nfs_root,nfsvers=3'

thanks
john
On 11/22/05, Stephan Seitz <s.seitz@xxxxxxxxxxxx> wrote:
john bryant schrieb:

> Hi,
>
> I am trying to boot xen 2.0.7 through nfsroot. By default, it is
> working for NFSv2. How can i specify in the client machine to mount as
> NFSv3. Here is my config file :


Hi, i encountered the very same problem a few days ago.
You need to specify an addition ,v3 at the nfs_root.
More information at google :) searchwords nfs boot parameter etc..

greetings

Stephan



> kernel = "/boot/vmlinuz-2.6-xenU"
> memory = 256
> name = "ylinux"
> nics = 1
> vif = ['bridge=xen-br0']
> ip = '10.5.144.248 <http://10.5.144.248>'
> netmask='255.255.255.0 <http://255.255.255.0>'
> gateway=' 10.5.144.245 <http://10.5.144.245>'
> root = "/dev/nfs"
> nfs_server ='10.5.152.12 <http://10.5.152.12 >'
> nfs_root = '/home/invigovm/nfs_root'
>
> please let me know how can i configure it for NFSv3
>
> thanks
> john
>
>------------------------------------------------------------------------
>
>_______________________________________________
>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>