Networking Forums

Networking Forums > Computer Networking > Linux Networking > nfsroot error

Reply
Thread Tools Display Modes

nfsroot error

 
 
K.Choi
Guest
Posts: n/a

 
      04-30-2004, 12:42 AM
I had used beowulf linux cluster system with Debian GNU/Linux (woody).
But last week, I had updated it to sarge for some libraries and met a
serious problem.

NFSROOT does not work.

When diskless node boot and try mount root file syste on nfs server,
it failed. But if I try mount that directory from another system, it
succese. /var/log/syslog file note below,

==
Apr 30 09:37:49 van rpc.mountd: authenticated mount request from
node8:800 for /tftpboot/192.168.42.8 (/tftpboot/192.168.42.8)
==

and stop. There is no more message and diskless node boot fail. But
if I try from another system,

==
Apr 30 09:37:58 van rpc.mountd: authenticated mount request from
B612:892 for /tftpboot/192.168.42.8 (/tftpboot/192.168.42.8)
Apr 30 09:37:59 van rpc.mountd: authenticated mount request from
B612:896 for /tftpboot/192.168.42.8 (/tftpboot/192.168.42.8)
==

and I could access the mounted directory. My linux kernel has no
problem.(In my opinion.) This is a part of NFS on my kernel set.

#
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=y
CONFIG_SUNRPC=y


....and I thisnk there is no wrong configuration and make a netboot
kernel image from this kernel by mknbi-linux.

I don't know what is the problem. Any ideas?





--
Sincerely, Ki-young

 
Reply With Quote
 
 
 
 
K.Choi
Guest
Posts: n/a

 
      04-30-2004, 12:51 AM
Addition.

Nfsroot fails when boot, but nfsmount success another booted machine.

* K.Choi <(E-Mail Removed)> wrote :
> I had used beowulf linux cluster system with Debian GNU/Linux (woody).
> But last week, I had updated it to sarge for some libraries and met a
> serious problem.
>
> NFSROOT does not work.
>
> When diskless node boot and try mount root file syste on nfs server,
> it failed. But if I try mount that directory from another system, it
> succese. /var/log/syslog file note below,
>
>==
> Apr 30 09:37:49 van rpc.mountd: authenticated mount request from
> node8:800 for /tftpboot/192.168.42.8 (/tftpboot/192.168.42.8)
>==
>
> and stop. There is no more message and diskless node boot fail. But
> if I try from another system,
>
>==
> Apr 30 09:37:58 van rpc.mountd: authenticated mount request from
> B612:892 for /tftpboot/192.168.42.8 (/tftpboot/192.168.42.8)
> Apr 30 09:37:59 van rpc.mountd: authenticated mount request from
> B612:896 for /tftpboot/192.168.42.8 (/tftpboot/192.168.42.8)
>==
>
> and I could access the mounted directory. My linux kernel has no
> problem.(In my opinion.) This is a part of NFS on my kernel set.
>
> #
> # Network File Systems
> #
> CONFIG_NFS_FS=y
> CONFIG_NFS_V3=y
> CONFIG_NFSD=y
> CONFIG_NFSD_V3=y
> CONFIG_ROOT_NFS=y
> CONFIG_LOCKD=y
> CONFIG_LOCKD_V4=y
> CONFIG_EXPORTFS=y
> CONFIG_SUNRPC=y
>
>
> ...and I thisnk there is no wrong configuration and make a netboot
> kernel image from this kernel by mknbi-linux.
>
> I don't know what is the problem. Any ideas?
>
>
>
>
>



--
Sincerely, Ki-young

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Thinkpad A21M pxebooting 2.6.11 nfsroot PenguinsAnonymous@notAchance.org Linux Networking 1 11-07-2005 11:28 PM
nfsroot + DHCP Jean-Philippe Blais Linux Networking 4 03-15-2005 09:15 PM
Interface error and packet filter error for Remote Access Tony Birnseth Windows Networking 0 09-19-2004 04:28 PM
NFSroot error 13 Gareth Ansell Linux Networking 1 06-08-2004 05:59 PM
NFSroot error 13 Gareth Ansell Linux Networking 0 07-07-2003 09:14 AM



1 2 3 4 5 6 7 8 9 10 11