- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS over TCP (only) not working
Operating System - HP-UX
1822143
Members
3545
Online
109640
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2001 10:38 PM
тАО10-28-2001 10:38 PM
NFS over TCP (only) not working
hi,
I am not able to start nfsd over *only* TCP.
I've configured TCP option (NFS_TCP=1) in /etc/rc.config.d/nfsconf.
Iam able to start nfsd over *both* TCP and UDP.
And also *only* on UDP, using the -p switch of nfsd (/usr/sbin/nfsd -p udp).
BUT, trying to do a "nfsd -p tcp" to start nfsd over TCP *only* does NOT work :(
doing an rpcinfo show
----
100003 2 tcp 0.0.0.0.8.1 nfs superuser
100003 3 tcp 0.0.0.0.8.1 nfs superuser
----
meaning nfsd has bound to rpcbind.
But trying to do a null-proc to the nfsd using "rpcinfo -T tcp localhost nfs" gives following error:
-----
rpcinfo: RPC: Program unavailable
program 100003 version 0 is not available
-----
surprising. moreover iam *NOT* able to mount directories on client. Meaning, nfsd is not really functioning.
"ps -ea | grep -e nfs -e rpc" gives:
------
598 ? 1:20 rpcbind
603 ? 0:00 nfskd
3206 ? 3:11 nfsktcpd
21816 ? 0:00 nfsd
17017 ? 0:00 rpc.lockd
17015 ? 0:00 rpc.statd
21835 ? 0:00 rpc.mountd
------
so all components of nfs server *are* running!
WHAT's the problem then? iam i missing something here.
is this a know bug?
does "nfsd -p tcp" is known not to work? while "nfsd -p udp" does and so "nfsd" plain, which starts nfsd on *both* tcp and udp.
please advice. how do i start nfsd *only* on TCP.
my system config is:
-----
uname -m: HP-UX 9000/821
uname -r: B.11.11
lastest NFS patches installed:
PHCO_24777, 1.0, mountall cumulative patch.
PHNE_24035, 1.0, ONC/NFS General Release/Performance Patch
-----
thanks in advance,
Abhijit.
I am not able to start nfsd over *only* TCP.
I've configured TCP option (NFS_TCP=1) in /etc/rc.config.d/nfsconf.
Iam able to start nfsd over *both* TCP and UDP.
And also *only* on UDP, using the -p switch of nfsd (/usr/sbin/nfsd -p udp).
BUT, trying to do a "nfsd -p tcp" to start nfsd over TCP *only* does NOT work :(
doing an rpcinfo show
----
100003 2 tcp 0.0.0.0.8.1 nfs superuser
100003 3 tcp 0.0.0.0.8.1 nfs superuser
----
meaning nfsd has bound to rpcbind.
But trying to do a null-proc to the nfsd using "rpcinfo -T tcp localhost nfs" gives following error:
-----
rpcinfo: RPC: Program unavailable
program 100003 version 0 is not available
-----
surprising. moreover iam *NOT* able to mount directories on client. Meaning, nfsd is not really functioning.
"ps -ea | grep -e nfs -e rpc" gives:
------
598 ? 1:20 rpcbind
603 ? 0:00 nfskd
3206 ? 3:11 nfsktcpd
21816 ? 0:00 nfsd
17017 ? 0:00 rpc.lockd
17015 ? 0:00 rpc.statd
21835 ? 0:00 rpc.mountd
------
so all components of nfs server *are* running!
WHAT's the problem then? iam i missing something here.
is this a know bug?
does "nfsd -p tcp" is known not to work? while "nfsd -p udp" does and so "nfsd" plain, which starts nfsd on *both* tcp and udp.
please advice. how do i start nfsd *only* on TCP.
my system config is:
-----
uname -m: HP-UX 9000/821
uname -r: B.11.11
lastest NFS patches installed:
PHCO_24777, 1.0, mountall cumulative patch.
PHNE_24035, 1.0, ONC/NFS General Release/Performance Patch
-----
thanks in advance,
Abhijit.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2001 11:46 PM
тАО10-28-2001 11:46 PM
Re: NFS over TCP (only) not working
Hi, abhijitqk
NFS uses UDP protocol not the TCP
NFS uses UDP protocol not the TCP
never give up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2002 05:13 AM
тАО07-05-2002 05:13 AM
Re: NFS over TCP (only) not working
Hi,
Of course NFS can use TCP connections, but You should only activete this on the long distance between server and client. On the short distance UDP is more efficient.
As I know on HP the udp is always available, so You cannot stop this for the NFS service, but You can activate TCP by the flag, for example by setoncenv command.
By default, if You mount some resource, if TCP is available, it will be used. Only when TCP is disabled, UDP will be used.
BR,
Marcin
Of course NFS can use TCP connections, but You should only activete this on the long distance between server and client. On the short distance UDP is more efficient.
As I know on HP the udp is always available, so You cannot stop this for the NFS service, but You can activate TCP by the flag, for example by setoncenv command.
By default, if You mount some resource, if TCP is available, it will be used. Only when TCP is disabled, UDP will be used.
BR,
Marcin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2002 06:54 AM
тАО07-05-2002 06:54 AM
Re: NFS over TCP (only) not working
Hi Abhijit,
Couple of things:
1) Make sure you add
nfsd 2049/tcp
to the /etc/services file as only the UDP entry is there by default.
2) Get the latest NFS performance patch PHNE_26388. Many TCP related problems have been addressed in these NFS perf patches since PHNE_24045
HTH,
Jeff
Couple of things:
1) Make sure you add
nfsd 2049/tcp
to the /etc/services file as only the UDP entry is there by default.
2) Get the latest NFS performance patch PHNE_26388. Many TCP related problems have been addressed in these NFS perf patches since PHNE_24045
HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP