- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Where is the network problem ? ( for nfs )
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
04-11-2001 12:37 AM
04-11-2001 12:37 AM
Where is the network problem ? ( for nfs )
When I run nfsstat -c from the client , it seems there is a network problem ( since timeout >> badxids ) according to the HP performance and tuning course . Following is the "nfsstat -c" output :
************************************************************************************
Client rpc:
Connection oriented:
N/A
Connectionless oriented:
calls badcalls retrans
227104 1 340
badxids timeouts waits
1 340 0
newcreds badverfs timers
0 0 423
toobig nomem cantsend
0 0 0
bufulocks
.....
*********************************************************************************
There is no udp overflow on the NFS server . and when I ftp the same file from the NFS server to the client , it's very faster ( maybe 6 times ) than cp this file .
Any body encounters this before ?
Note : Server is 1000M lancard and the client is 100M card !!! both are runing HPUX11.0 .
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 01:06 AM
04-11-2001 01:06 AM
Re: Where is the network problem ? ( for nfs )
check the following thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x236fdfe5920fd5118fef0090279cd0f9,00.html
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 01:10 AM
04-11-2001 01:10 AM
Re: Where is the network problem ? ( for nfs )
check for these HP recommended patches:
PHKL_16074 - nfs performance fix ...
PHKL_20335 - critical (includes NFS)
PHNE_20627 - performance patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 01:32 AM
04-11-2001 01:32 AM
Re: Where is the network problem ? ( for nfs )
When you're timeouts are rapidly increasing then there might be something wrong with your network. There will always be timeouts due to the fact that HP-UX NFS uses the UDP protocol.
You could reset your nfs statistics (nfsstat -z) and then monitor your timeouts. When the number of timeouts exceeds 5 percent of the number of calls, reduce your wsize and rsize mount parameters to 1024.
How are the NICs configured: half or full duplex?
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 12:57 PM
04-11-2001 12:57 PM
Re: Where is the network problem ? ( for nfs )
Take a long look at the ITRC NFS Performance Assessement application note, KBAN00000261. Also the ITRC NFS Server Not Responding note NETUXKBRC00006283 is very helpful in this area.
Hope they help,
-> Brian Hackley