- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS server not responding
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-20-2003 08:00 AM
тАО06-20-2003 08:00 AM
NFS server not responding
I have a L2000 HPUX 11.00 nfs client mounting a filesystem from a rp5405 HPUX 11.11 nfs server.
When creating, copying files (of any size) the following error is sometime logged:
Jun 20 17:47:30 asezat vmunix: NFS server wilsonpriv2 not responding still trying
Jun 20 17:47:30 asezat vmunix: NFS remove failed for server wilsonpriv2: RPC: Timed out
Jun 20 17:47:30 asezat vmunix: NFS server wilsonpriv2 ok
asezat is the name of the client and wilsonpriv2 the name of the second interface of the server
Has someone ever met this issue ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2003 08:07 AM
тАО06-20-2003 08:07 AM
Re: NFS server not responding
It happened during intermittant network problems with wiring and the switch.
It happened when the target filesystem got full.
It happened when I crashed the nfs.core nfs.server daemon on the server.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2003 08:09 AM
тАО06-20-2003 08:09 AM
Re: NFS server not responding
with NFS on HPUX is a very frequent problem.
If there are load issue or high load, nfs server ans client loose contact
Usually changing some mount parameter on the clinet side can help, but not resolve.
Try with these mount parameters:
mount -o rsize=32768,wsize=32768,hard server:/export /yourdir
where server:/export /yourdir are your true values.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2003 08:09 AM
тАО06-20-2003 08:09 AM
Re: NFS server not responding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2003 08:10 AM
тАО06-20-2003 08:10 AM
Re: NFS server not responding
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2003 08:16 AM
тАО06-20-2003 08:16 AM
Re: NFS server not responding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2003 12:52 PM
тАО06-20-2003 12:52 PM
Re: NFS server not responding
Check you nfs server configuration.
Does your server serve many clients that have
lower verions than 11i like the asezat.
Also you may check the kernel configuration
of the client.
On http://docs.hp.com you can find pdf for
tunning the preformance of nfs.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2003 01:01 PM
тАО06-20-2003 01:01 PM
Re: NFS server not responding
This is not to say that you don't make your boxes and network as robust as possible. Apply the latest NFS/ONC/network patches, by all means. Also make sure that the network itself is as solid as possible. If this transfer is taking place over a WAN then problems are even more likely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2003 12:01 AM
тАО06-23-2003 12:01 AM
Re: NFS server not responding
It seems the problem came from the configuration of the lan interface of the NFS server: It was 100 Full Duplex but with auto-negociation ON.
It seems that "sometimes" it was going to 100 half duplex. I don't know why because the client and the server are directly connected (cross cable) and the client interface is set to 100 Full duplex with auto-negociation OFF !
Now the interface of the server is set to 100 Full Duplex with no autonegociation and it works !
No more errors seen even after executing a loop that copy several big files.