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] Fai Install Server in DomU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Fai Install Server in DomU
From: th0ma7 <Vincent.Fortier1@xxxxxxxx>
Date: Tue, 16 Oct 2007 09:48:03 -0700 (PDT)
Delivery-date: Wed, 17 Oct 2007 09:45:40 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <46FF939B.4090603@xxxxxxxx>
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: <46FF939B.4090603@xxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I think I fixed part of the problem....

If you add to your PXE default config file the option : NFSOPTS="-o
nolock,udp,retrans=10,wsize=8192,rsize=8192" it removes the short read < 28
error message... although the mount: Device or ressource busy is still
present...

Here is my PXW default file:
-----------------------------
default fai_pxe_install

label fai_pxe_install
kernel vmlinuz-2.6.18-5-486
append initrd=initrd.img-2.6.18-5-486 ip=dhcp devfs=nomount root=/dev/nfs
FAI_ACTION=install NFSOPTS="-o nolock,udp,retrans=10,wsize=8192,rsize=8192"
FAI_FLAGS=verbose,sshd,createvt,syslogd noapic acpi=ht
----------------------------

And now I get theses errors in my /var/log/syslog (on my fai server):
Oct 16 12:46:13 turbulence mountd[3154]: authenticated mount request from
etch.test.wul.qc.ec.gc.ca:964 for /data/fai/nfsroot (/data/fai/nfsroot)
Oct 16 12:46:13 turbulence mountd[3154]: refused unmount request from
etch.test.wul.qc.ec.gc.ca for /root (/): not exported
Oct 16 12:46:15 turbulence mountd[3154]: authenticated mount request from
etch.test.wul.qc.ec.gc.ca:1005 for /data/fai/nfsroot (/data/fai/nfsroot)
Oct 16 12:46:15 turbulence mountd[3154]: refused unmount request from
etch.test.wul.qc.ec.gc.ca for /root (/): not exported
------- LOOP --------

Getting close to resolving the issue but not there quite yet!

- vin
-- 
View this message in context: 
http://www.nabble.com/Fai-Install-Server-in-DomU-tf4543184.html#a13237675
Sent from the Xen - User mailing list archive at Nabble.com.


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

<Prev in Thread] Current Thread [Next in Thread>