* TCP: Server unavailable
@ 2003-10-23 18:00 Chimento, Douglas
2003-10-24 15:33 ` Steve Dickson
2003-10-24 21:00 ` Matthew Galgoci
0 siblings, 2 replies; 4+ messages in thread
From: Chimento, Douglas @ 2003-10-23 18:00 UTC (permalink / raw)
To: 'nfs@lists.sourceforge.net'
[-- Attachment #1.1: Type: text/plain, Size: 184 bytes --]
Hello,
I am trying to setup a Linux client (RH9) to use tcp with nfs.
However
there server (also RH9) replies with
"nfs server reported service unavailable: Address already in use"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: TCP: Server unavailable
2003-10-23 18:00 TCP: Server unavailable Chimento, Douglas
@ 2003-10-24 15:33 ` Steve Dickson
2003-10-24 21:00 ` Matthew Galgoci
1 sibling, 0 replies; 4+ messages in thread
From: Steve Dickson @ 2003-10-24 15:33 UTC (permalink / raw)
To: Chimento, Douglas; +Cc: 'nfs@lists.sourceforge.net'
Chimento, Douglas wrote:
>Hello,
> I am trying to setup a Linux client (RH9) to use tcp with nfs.
>However
> there server (also RH9) replies with
>"nfs server reported service unavailable: Address already in use"
>
>
TCP support on the server side is not configured in by default.
Note the lack of
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
entries in the rpcinfo output (assuming rpcinfo -p was done on the server)
SteveD.
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: TCP: Server unavailable
2003-10-23 18:00 TCP: Server unavailable Chimento, Douglas
2003-10-24 15:33 ` Steve Dickson
@ 2003-10-24 21:00 ` Matthew Galgoci
1 sibling, 0 replies; 4+ messages in thread
From: Matthew Galgoci @ 2003-10-24 21:00 UTC (permalink / raw)
To: Chimento, Douglas; +Cc: 'nfs@lists.sourceforge.net'
>
> # 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
> 100007 2 udp 819 ypbind
> 100007 1 udp 819 ypbind
> 100007 2 tcp 822 ypbind
> 100007 1 tcp 822 ypbind
> 391002 2 tcp 32769 sgi_fam
> 390113 1 tcp 7937
> 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
The server is not advertising nfs v3 over tcp support. Perhaps the kernel the server
is running does not support nfsv3 over tcp? I don't think any of the Red Hat Linux 9
kernels include nfs v3 over tcp support.
--
Matthew Galgoci "If you were a woman I'd kiss you right now."
System Administrator
Red Hat, Inc
919.754.3700 x44155
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: TCP: Server unavailable
@ 2003-10-24 21:04 Chimento, Douglas
0 siblings, 0 replies; 4+ messages in thread
From: Chimento, Douglas @ 2003-10-24 21:04 UTC (permalink / raw)
To: 'Matthew Galgoci'; +Cc: 'nfs@lists.sourceforge.net'
Thank you,
In fact that was the issue, I recompiled the kernel with TCP support and the
client was able to mount via tcp.
I wish to add the performance over TCP appears to be better than udp
Thanks
-----Original Message-----
From: Matthew Galgoci [mailto:mgalgoci@redhat.com]
Sent: Friday, October 24, 2003 5:00 PM
To: Chimento, Douglas
Cc: 'nfs@lists.sourceforge.net'
Subject: Re: [NFS] TCP: Server unavailable
>
> # 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
> 100007 2 udp 819 ypbind
> 100007 1 udp 819 ypbind
> 100007 2 tcp 822 ypbind
> 100007 1 tcp 822 ypbind
> 391002 2 tcp 32769 sgi_fam
> 390113 1 tcp 7937
> 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
The server is not advertising nfs v3 over tcp support. Perhaps the kernel
the server
is running does not support nfsv3 over tcp? I don't think any of the Red Hat
Linux 9
kernels include nfs v3 over tcp support.
--
Matthew Galgoci "If you were a woman I'd kiss you right now."
System Administrator
Red Hat, Inc
919.754.3700 x44155
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
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-10-25 4:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-23 18:00 TCP: Server unavailable Chimento, Douglas
2003-10-24 15:33 ` Steve Dickson
2003-10-24 21:00 ` Matthew Galgoci
-- strict thread matches above, loose matches on Subject: below --
2003-10-24 21:04 Chimento, Douglas
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.