Networking Forums

Networking Forums > Computer Networking > Linux Networking > NFS server problems with Fedora Core 1

Reply
Thread Tools Display Modes

NFS server problems with Fedora Core 1

 
 
Aaron Turner
Guest
Posts: n/a

 
      03-03-2004, 12:18 PM
I have a server with three NICs as a beowulf head node.
One NIC is on the motherboard as is 100Mb/s and unused.
The second and third are gigabit PCI cards, one for
the internal network, and one facing outwards.

The beowulf nodes pxe boot from the server, and then
should mount various parts of the head node's file system.

The DHCP and tftp parts work.

I was previously using Mandrake 9.1 on the server, but
many people on campus have gone to Fedora Core 1, and so
I felt that it was simpler to follow suit.

On Mandrake 9.1 the NFS mounts onto the client nodes worked.

Under Fedora Core 1 exportfs -a for half a dozen file systems
seems to take about 6 minutes. When the clients try to mount
the file systems (even if booted individually) they time out.

Has anyone else experienced this or have an inkling of what
might be going on?

Thanks

Sincerely

Aaron Turner

 
Reply With Quote
 
 
 
 
Cameron Kerr
Guest
Posts: n/a

 
      03-04-2004, 04:23 AM
Aaron Turner <(E-Mail Removed)> wrote:

> Under Fedora Core 1 exportfs -a for half a dozen file systems
> seems to take about 6 minutes. When the clients try to mount
> the file systems (even if booted individually) they time out.
>
> Has anyone else experienced this or have an inkling of what
> might be going on?


Check that the clients can do the following in a timely manner.

rpcinfo -p <server_ip>
rpcinfo -p <server_hostname>
showmount -e <server_ip>
showmount -e <server_hostname>
host <server_hostname>
host <client_ip>

If any of the delays are about 6 seconds, that's often indicative of a
DNS PTR record that is missing.

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
 
Aaron Turner
Guest
Posts: n/a

 
      03-04-2004, 09:36 AM
That's shouldn't affect the behaviour on the
server though. The server takes about 6 minutes
to export the file systems, let alone any
behaviour by the clients. To remove any obvious
DNS dependency I modified /etc/resolv.conf to
remove any DNS server references and modified
the client export list to a single machine
referenced by IP address alone. This still
takes approximately 6 minutes to export half
a dozen file systems.

The only other boxes I have on that network are
either locked down (no NFS client tools) or
need to be able to mount the NFS server's /
directory to actually boot, which is a bit of a
pain!

Thanks

Aaron Turner

Cameron Kerr wrote:
> Aaron Turner <(E-Mail Removed)> wrote:
>
>
>>Under Fedora Core 1 exportfs -a for half a dozen file systems
>>seems to take about 6 minutes. When the clients try to mount
>>the file systems (even if booted individually) they time out.
>>
>>Has anyone else experienced this or have an inkling of what
>>might be going on?

>
>
> Check that the clients can do the following in a timely manner.
>
> rpcinfo -p <server_ip>
> rpcinfo -p <server_hostname>
> showmount -e <server_ip>
> showmount -e <server_hostname>
> host <server_hostname>
> host <client_ip>
>
> If any of the delays are about 6 seconds, that's often indicative of a
> DNS PTR record that is missing.
>


 
Reply With Quote
 
Cameron Kerr
Guest
Posts: n/a

 
      03-04-2004, 04:38 PM
Aaron Turner <(E-Mail Removed)> wrote:
> That's shouldn't affect the behaviour on the
> server though. The server takes about 6 minutes
> to export the file systems, let alone any
> behaviour by the clients. To remove any obvious
> DNS dependency I modified /etc/resolv.conf to
> remove any DNS server references and modified
> the client export list to a single machine
> referenced by IP address alone. This still
> takes approximately 6 minutes to export half
> a dozen file systems.


So start removing all-but-one of the exported filesystems, and see if
there is any particular export that is causing the trouble.

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
Reply With Quote
 
Aaron Turner
Guest
Posts: n/a

 
      03-05-2004, 07:08 AM
Thanks - that should have been an obvious step! Doh!

It seems / is the offending export. Now I just need
to work out why...



Cameron Kerr wrote:
> Aaron Turner <(E-Mail Removed)> wrote:
>
>>That's shouldn't affect the behaviour on the
>>server though. The server takes about 6 minutes
>>to export the file systems, let alone any
>>behaviour by the clients. To remove any obvious
>>DNS dependency I modified /etc/resolv.conf to
>>remove any DNS server references and modified
>>the client export list to a single machine
>>referenced by IP address alone. This still
>>takes approximately 6 minutes to export half
>>a dozen file systems.

>
>
> So start removing all-but-one of the exported filesystems, and see if
> there is any particular export that is causing the trouble.
>


 
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
Fedora Core 5: How do I use tcpd and conrolling access to my server? Ohmster Linux Networking 2 11-20-2006 06:53 PM
Fedora Core 4 and e1000 problems as0 Linux Networking 0 12-13-2005 04:30 AM
Strange SSH halting problem between Fedora Core 2/Fedora Core 3 Jonathan Abbey Linux Networking 4 12-03-2004 05:00 PM
Fedora Core 1 apparent routing problems C Stewart Linux Networking 6 10-07-2004 09:16 PM
fedora core 2 kickstart server Keenan Atkinson Linux Networking 0 08-30-2004 05:26 PM



1 2 3 4 5 6 7 8 9 10 11