* mount: RPC: Timed out
@ 2003-08-14 17:08 Peter Albertsson
2003-08-15 11:05 ` Steve Dickson
0 siblings, 1 reply; 4+ messages in thread
From: Peter Albertsson @ 2003-08-14 17:08 UTC (permalink / raw)
To: nfs
Could someone please help me with the following problem.
This is what happens when I try to mount a nfs share on a client.
[root@frankenstein3 etc]# mount -t nfs 192.168.53.200:/var/www /var/www
mount: RPC: Timed out
[root@frankenstein3 etc]#
If I mount the share on the same server it works fine.
Netstat on client:
[root@frankenstein3 root]# netstat -n
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State
tcp 0 0 192.168.53.136:895 192.168.53.200:111
TIME_WAIT
On server no connections show up at all.
I've seen this problem being discussed on this mailing list and some
other places, but I haven't found a solution.
The server is running on Red Hat 9.0.
Thanks,
// Peter
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mount: RPC: Timed out
2003-08-14 17:08 mount: RPC: Timed out Peter Albertsson
@ 2003-08-15 11:05 ` Steve Dickson
2003-08-15 12:03 ` Peter Albertsson
0 siblings, 1 reply; 4+ messages in thread
From: Steve Dickson @ 2003-08-15 11:05 UTC (permalink / raw)
To: Peter Albertsson; +Cc: nfs
Is mountd running on the server?
SteveD.
Peter Albertsson wrote:
>Could someone please help me with the following problem.
>
>This is what happens when I try to mount a nfs share on a client.
>
>
>[root@frankenstein3 etc]# mount -t nfs 192.168.53.200:/var/www /var/www
>mount: RPC: Timed out
>[root@frankenstein3 etc]#
>
>If I mount the share on the same server it works fine.
>
>
>Netstat on client:
>
>[root@frankenstein3 root]# netstat -n
>Active Internet connections (w/o servers)
>Proto Recv-Q Send-Q Local Address Foreign Address
>State
>tcp 0 0 192.168.53.136:895 192.168.53.200:111
>TIME_WAIT
>
>On server no connections show up at all.
>
>I've seen this problem being discussed on this mailing list and some
>other places, but I haven't found a solution.
>
>The server is running on Red Hat 9.0.
>
>Thanks,
> // Peter
>
>
>
>
>-------------------------------------------------------
>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>Data Reports, E-commerce, Portals, and Forums are available now.
>Download today and enter to win an XBOX or Visual Studio .NET.
>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>_______________________________________________
>NFS maillist - NFS@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/nfs
>
>
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: mount: RPC: Timed out
2003-08-15 11:05 ` Steve Dickson
@ 2003-08-15 12:03 ` Peter Albertsson
2003-08-15 13:40 ` Steve Dickson
0 siblings, 1 reply; 4+ messages in thread
From: Peter Albertsson @ 2003-08-15 12:03 UTC (permalink / raw)
To: SteveD; +Cc: nfs
I believe so, this is what I get:=20
[root@frankenstein root]# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
391002 2 tcp 32769 sgi_fam
100011 1 udp 931 rquotad
100011 2 udp 931 rquotad
100011 1 tcp 934 rquotad
100011 2 tcp 934 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 udp 32770 nlockmgr
100021 3 udp 32770 nlockmgr
100021 4 udp 32770 nlockmgr
100005 1 udp 32771 mountd
100005 1 tcp 32770 mountd
100005 2 udp 32771 mountd
100005 2 tcp 32770 mountd
100005 3 udp 32771 mountd
100005 3 tcp 32770 mountd
I've gone through the troubleshooter for nfs at redhat.com, but that
didn't solve the problem. Everything seems to be configured right,
but....
I've read somewhere that it could be that a ns lookup is made, and that
this may cause the time out. Neither the client or server is registered
with any dns, but have its domain names set in the hosts file. Could
this be a problem?
// Peter
-----Ursprungligt meddelande-----
Fr=E5n: Steve Dickson [mailto:SteveD@RedHat.com]=20
Skickat: den 15 augusti 2003 13:06
Till: Peter Albertsson
Kopia: nfs@lists.sourceforge.net
=C4mne: Re: [NFS] mount: RPC: Timed out
Is mountd running on the server?
SteveD.
Peter Albertsson wrote:
>Could someone please help me with the following problem.
>
>This is what happens when I try to mount a nfs share on a client.
>
>
>[root@frankenstein3 etc]# mount -t nfs 192.168.53.200:/var/www /var/www
>mount: RPC: Timed out
>[root@frankenstein3 etc]#
>
>If I mount the share on the same server it works fine.
>
>
>Netstat on client:
>
>[root@frankenstein3 root]# netstat -n
>Active Internet connections (w/o servers)
>Proto Recv-Q Send-Q Local Address Foreign Address
>State
>tcp 0 0 192.168.53.136:895 192.168.53.200:111
>TIME_WAIT
>
>On server no connections show up at all.
>
>I've seen this problem being discussed on this mailing list and some
>other places, but I haven't found a solution.
>
>The server is running on Red Hat 9.0.
>
>Thanks,
> // Peter
>
>
>
>
>-------------------------------------------------------
>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>Data Reports, E-commerce, Portals, and Forums are available now.
>Download today and enter to win an XBOX or Visual Studio .NET.
>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_0
1/01
>_______________________________________________
>NFS maillist - NFS@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/nfs
> =20
>
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mount: RPC: Timed out
2003-08-15 12:03 ` Peter Albertsson
@ 2003-08-15 13:40 ` Steve Dickson
0 siblings, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2003-08-15 13:40 UTC (permalink / raw)
To: Peter Albertsson; +Cc: nfs
Would it be possible to get an ethereal trace?
Peter Albertsson wrote:
>I believe so, this is what I get:=20
>
>[root@frankenstein root]# rpcinfo -p
> program vers proto port
> 100000 2 tcp 111 portmapper
> 100000 2 udp 111 portmapper
> 100024 1 udp 32768 status
> 100024 1 tcp 32768 status
> 391002 2 tcp 32769 sgi_fam
> 100011 1 udp 931 rquotad
> 100011 2 udp 931 rquotad
> 100011 1 tcp 934 rquotad
> 100011 2 tcp 934 rquotad
> 100003 2 udp 2049 nfs
> 100003 3 udp 2049 nfs
> 100021 1 udp 32770 nlockmgr
> 100021 3 udp 32770 nlockmgr
> 100021 4 udp 32770 nlockmgr
> 100005 1 udp 32771 mountd
> 100005 1 tcp 32770 mountd
> 100005 2 udp 32771 mountd
> 100005 2 tcp 32770 mountd
> 100005 3 udp 32771 mountd
> 100005 3 tcp 32770 mountd
>
>I've gone through the troubleshooter for nfs at redhat.com, but that
>didn't solve the problem. Everything seems to be configured right,
>but....
>
>I've read somewhere that it could be that a ns lookup is made, and that
>this may cause the time out. Neither the client or server is registered
>with any dns, but have its domain names set in the hosts file. Could
>this be a problem?
>
>// Peter
>
>
>
>-----Ursprungligt meddelande-----
>Fr=E5n: Steve Dickson [mailto:SteveD@RedHat.com]=20
>Skickat: den 15 augusti 2003 13:06
>Till: Peter Albertsson
>Kopia: nfs@lists.sourceforge.net
>=C4mne: Re: [NFS] mount: RPC: Timed out
>
>Is mountd running on the server?
>
>SteveD.
>
>Peter Albertsson wrote:
>
> =20
>
>>Could someone please help me with the following problem.
>>
>>This is what happens when I try to mount a nfs share on a client.
>>
>>
>>[root@frankenstein3 etc]# mount -t nfs 192.168.53.200:/var/www /var/www
>>mount: RPC: Timed out
>>[root@frankenstein3 etc]#
>>
>>If I mount the share on the same server it works fine.
>>
>>
>>Netstat on client:
>>
>>[root@frankenstein3 root]# netstat -n
>>Active Internet connections (w/o servers)
>>Proto Recv-Q Send-Q Local Address Foreign Address
>>State
>>tcp 0 0 192.168.53.136:895 192.168.53.200:111
>>TIME_WAIT
>>
>>On server no connections show up at all.
>>
>>I've seen this problem being discussed on this mailing list and some
>>other places, but I haven't found a solution.
>>
>>The server is running on Red Hat 9.0.
>>
>>Thanks,
>> // Peter
>>
>>
>>
>>
>>-------------------------------------------------------
>>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>>Data Reports, E-commerce, Portals, and Forums are available now.
>>Download today and enter to win an XBOX or Visual Studio .NET.
>>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_0
>> =20
>>
>1/01
> =20
>
>>_______________________________________________
>>NFS maillist - NFS@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/nfs
>>=20
>>
>> =20
>>
>
>
>
> =20
>
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-08-15 13:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-14 17:08 mount: RPC: Timed out Peter Albertsson
2003-08-15 11:05 ` Steve Dickson
2003-08-15 12:03 ` Peter Albertsson
2003-08-15 13:40 ` Steve Dickson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.