1833187 Members
3281 Online
110051 Solutions
New Discussion

A question about NFS

 
Wang,MinJie
Super Advisor

A question about NFS

Hi all
I want to configure an NFS server on HP-UX system
and according to the manual I should configure "/etc/rc.config.d/nfsconf" file and make "NFS_TCP=1" to enable the TCP in NFS
But I couldn't find "NFS_TCP" parameter.
Is "NFS_TCP" obsoleted?
Thx in advance
3 REPLIES 3
Peter Nikitka
Honored Contributor

Re: A question about NFS

Hi,

we do not know the HP-UX version of your server - how should be tell you something about obsolete parameters?

At 11.00 you had an effect using this setting.
At 11i NFS over TCP was the default.
There is a command 'setoncenv', which helps configuring the NFS stuff - try this.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
V. Nyga
Honored Contributor

Re: A question about NFS

Hi,

yep - it seems so, I don't have it,too (HP-UX 11i!).
Which HP-UX?

Volkmar
*** Say 'Thanks' with Kudos ***
Wang,MinJie
Super Advisor

Re: A question about NFS

Thank you all!
I've checked the manual and now I know that because my os version is higher than 11.0 so TCP is used by default!
So there's no need to enable NFS_TCP.