Operating System - HP-UX
1834088 Members
2577 Online
110063 Solutions
New Discussion

Re: TCP support in NFSD (HPUX 11.0)

 
Vikram Shankar
New Member

TCP support in NFSD (HPUX 11.0)

Hi,
How can I find if the nfsd on my HPUX system supports TPC protocol, and if the nfsd doesn't support TCP protocol, what patch should i download to make it work.
Thanks.
-Vikram Shankar.
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: TCP support in NFSD (HPUX 11.0)

Hi,

Check this doc,

When would I want to use NFS over TCP, and how would I do this?
DocId: KBRC00008342

Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062909143

US
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062909143

Hope this helps,
Robert-Jan
Karthik S S
Honored Contributor

Re: TCP support in NFSD (HPUX 11.0)

You have to explicitly enable tcp protocal with NFS. Refer,

http://www.interex.org/pubcontent/enterprise/sep00/14mcneal.html

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Brian Hackley
Honored Contributor

Re: TCP support in NFSD (HPUX 11.0)

Hi,

From a UNIX system:

rpcinfo -p hpux-servername | grep -i nfs will tell you if the NFS service is registered on TCP and UDP:

nbox# rpcinfo -p vbox | grep -i nfs
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs

rpcinfo -t hpux-servername nfs
will actually "ping" the RPC procedure 0 of the NFS Server "nfsd" to see if it responds:

nbox# rpcinfo -t vbox nfs
program 100003 version 2 ready and waiting
program 100003 version 3 ready and waiting

Hope that helps,
-> Brian H.
Ask me about telecommuting!