- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS serives running via udp / tcp
Categories
Company
Local Language
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
Discussions
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
Community
Resources
Forums
Blogs
- 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
03-20-2006 09:04 PM
03-20-2006 09:04 PM
I have several HP-UX 11.11 servers which use NFS to mount filesystem from a NAS server (NAS9000 - windows based ). After running nfsstat -m on each machine I noticed one machine using the protocol udp whereas the others are using tcp.
I would like to change it so that all my machines were using tcp as the protocol. Does anyone know how to do this.
The /etc/rc.config.d/nfsconf file on all the servers sre identical.
I have also downloaded the white paper by David Olkey, and am going through this as well.
However any help will be most appreciated.
Cheers, Aslam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:08 PM
03-20-2006 09:08 PM
Re: NFS serives running via udp / tcp
when you start the nfsd service you can specify the protocol with the -p option.
Also have a look at the /etc/services file for nfsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:08 PM
03-20-2006 09:08 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:10 PM
03-20-2006 09:10 PM
Re: NFS serives running via udp / tcp
The filesystems are mounted via fstab, and I am not using AUTOMOUNT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:16 PM
03-20-2006 09:16 PM
Re: NFS serives running via udp / tcp
In my /etc/services file I have the following :
# grep -i nfs /etc/services
nfsd-keepalive 1110/udp # Client status info
nfsd-status 1110/tcp # Cluster status info
nfsd 2049/udp # NFS remote file system
nfsd 2049/tcp # NFS remote file system
But I am mounting these file system via fstab. However I'm dont understand why this particular server is mounting using udp whereas the others are mounting via tcp
Cheers, Aslam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:20 PM
03-20-2006 09:20 PM
Re: NFS serives running via udp / tcp
sorry for not reading your response correctly.
In my /etc/rc.config.d/nfsconf file
my current daemon values are :
LOCKD_OPTIONS=""
STATD_OPTIONS=""
MOUNTD_OPTIONS=""
Your suggestion is to change it to
LOCKD_OPTIONS=""
STATD_OPTIONS=""
MOUNTD_OPTIONS="o proto=tcp"
Is this correct ?
Cheers, Aslam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:29 PM
03-20-2006 09:29 PM
Re: NFS serives running via udp / tcp
You can add NFS_TCP=1 in /etc/rc.config.d/nfsconf
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:33 PM
03-20-2006 09:33 PM
Re: NFS serives running via udp / tcp
or
MOUNTD_OPTIONS="-o proto=tcp"
Should do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:34 PM
03-20-2006 09:34 PM
Re: NFS serives running via udp / tcp
http://unix.derkeiler.com/Mailing-Lists/HP-UX-Admin/2004-09/0045.html
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:45 PM
03-20-2006 09:45 PM
Re: NFS serives running via udp / tcp
I'll add in the NFS_TCP = 1 option in my nfsconf file, and see what happens when I reboot around Easter.
HOwever I am still unsure as to why this machine out of several others wanted to the protocol to be udp instead of tcp.
As long as its fixed, that all that counts now.
thank you to all.
Aslam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:49 PM
03-20-2006 09:49 PM
Re: NFS serives running via udp / tcp
You may need to take a look at these threads,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=895314
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=717905&admit=-682735245+1142938130810+28353475
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 08:27 PM
03-21-2006 08:27 PM
Re: NFS serives running via udp / tcp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 05:08 AM
03-23-2006 05:08 AM
Re: NFS serives running via udp / tcp
I know this thread is closed, but I wanted to offer to help if I can.
Some of the suggestions I've seen in this thread are incorrect, like adding NFS_TCP in the nfsconf file or changing the MOUNTD_OPTIONS to add TCP.
Adding NFS_TCP to the nfsconf file is not necessary at 11.11 because TCP is pre-enabled on 11.11 and it is the default transport used by NFS. The fact that you have any filesystems mounting via TCP on this system means TCP is enabled.
The MOUNTD_OPTIONS field is used to pass parameters to the rpc.mountd daemon - which has nothing to do with mounting a filesystem via UDP or TCP.
In a case like this there is likely something else going on and hopefully it's not something you should have to reboot your system to resolve.
I'd be happy to help you get this working if you wish. Since this thread is closed, you can either open a new thread or you can email me directly at: dave.olker@hp.com.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
