- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Slow NFS connection
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
10-24-2003 12:20 AM
10-24-2003 12:20 AM
The same thing is happening when I try to access the mount while I am on a SCO 3.2 system. This makes me think that the problem is with the HP/UX 11.11 system, but I can not think of what would cause this type of behaviour.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 12:29 AM
10-24-2003 12:29 AM
Re: Slow NFS connection
When the HPUX 11.11 does a lookup and does not get quick responses from the DNS server it can slow you done.
Sometimes it helps putting the remote servers in the /etc/hosts file and change your nsswitch.conf(first check files then DNS)
I hope that solves the problem.
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 12:35 AM
10-24-2003 12:35 AM
Re: Slow NFS connection
Here is the entry from the /etc/nsswitch.conf file
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 12:41 AM
10-24-2003 12:41 AM
Re: Slow NFS connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 12:46 AM
10-24-2003 12:46 AM
Re: Slow NFS connection
I forgot to mention that right next to the HP/UX 10.20 system is a HP/UX 11.11 system that has no problem with mounting the disk.
I have tested the network connection using ftp and there does not seem to be any problem there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 12:47 AM
10-24-2003 12:47 AM
Re: Slow NFS connection
NUM_NFSD=4
NUM_NFSIOD=4
I believe 4 is the default. Whatever it is, you could try raising both and see what happens. NFSD is the # of nfs daemons to run, and NFSIOD is the # of nfs caching daemons to run. On our heavily used NFS Servers I have them both set to 16.
Also, have you tried explicitly setting the r/w buffer sizes when mounting on the client to see if that helps?
mount -o rs=8192,ws=8192 server:/share /mount
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 12:53 AM
10-24-2003 12:53 AM
Re: Slow NFS connection
NUM_NFSD=30
NUM_NFSIOD=16
I am currently using 8192 as the buffer size on the clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 01:00 AM
10-24-2003 01:00 AM
Re: Slow NFS connection
Here you want to look for a high ration of timeout/calls.
And on the server and client:
netstat -i
Here, look for a high # of collisions or errors.
Get those stats and we'll go from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 01:09 AM
10-24-2003 01:09 AM
SolutionWhat's your load average on the system using 'uptime'?
I'd also look at 'sar -b 2 10' and 'sar -d 2 10' on the server to make sure buffer and disk requests are inline.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 01:24 AM
10-24-2003 01:24 AM
Re: Slow NFS connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 11:27 AM
10-24-2003 11:27 AM
Re: Slow NFS connection
NUM_NFSD has no effect on TCP connections; they are only used by UDP connections. An 11.11 NFS server starts one extra nfsd (multi threaded) just for NFS TCP connections. Therefore, your 11.11 client was not affected by your config change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 10:23 AM
11-10-2003 10:23 AM
Re: Slow NFS connection
Install the patch for the same.
Or atleast make the protocol and version same in both servers. if that doesn't work try to increase the nfsd daemons.
You can check the status by nfsstat. pl check the manpage of the command for details. Look "badcalls", dupchecks, dupreqs etc.. parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 09:22 PM
11-11-2003 09:22 PM
Re: Slow NFS connection
i want to u check it out the traffic in network
All the service which u talking about all connected in the same switch.
If it is not then it may be the prob.
because of cascading may be delay
one more thing i want to inform u
HP-UX 10.20 support only UDP protocol while HP-UX 11i support both TCP and UDP protocol
That may be the prob.
Also u check the all the client and servers are listed in the /etc/hosts file
it may be take the lot of time to resolve the hostname.
Thanx