- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS Mount - Write Failed - RPC Timed Out
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
05-19-2009 10:09 AM
05-19-2009 10:09 AM
NFS Mount - Write Failed - RPC Timed Out
I am attempting an NFS mount from an HPUX 11.0 server to an HPUX 11iv2 server. I have the exports file set up on the NFS server and when I do a showmount -e on the client, the output shows the directory I wish to mount.
I perform the mount, but when I go to perform a write it says "cannot close
The NIC is set to auto-neg running 1000Full. The switch is set to auto-neg.
I can NFS mount from the HPUX 11i server to the 11.0 server with no problems and move files around without issue.
I'm stumped!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 04:05 PM
05-19-2009 04:05 PM
Re: NFS Mount - Write Failed - RPC Timed Out
Do you see any errors logged via either netstat or lanadmin on either side? If both systems are using Gigabit and within physical proximity of eachother can you try cabling the two systems to eachother to eliminate the network switch from the equation just as a test?
Can other NFS clients mount filesystems from the 11.0 server and successfully move files around?
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 05:05 PM
05-19-2009 05:05 PM
Re: NFS Mount - Write Failed - RPC Timed Out
it should be network issue, what is the gateway for both hpux 11 & 11iv2? is they diff?
better take advice from network support, you can check network conectivity through netstat command. take a look man netstat there are few options for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 08:53 PM
05-19-2009 08:53 PM
Re: NFS Mount - Write Failed - RPC Timed Out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 09:28 PM
05-19-2009 09:28 PM
Re: NFS Mount - Write Failed - RPC Timed Out
From my experience, if a system has no problem reading but has a problem writing and the type of error is a TIMEOUT, that usually means the system in question is able to receive large packets (READ) but not send large packets (WRITE) and it usually boils down to an underlying networking problem.
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 05:32 AM
05-20-2009 05:32 AM
Re: NFS Mount - Write Failed - RPC Timed Out
I've looked at stats using lanadmin on both servers and don't see any errors or collisions reported on either lan interface. The MTU size is 1500 on both.
To answer the question asked, I can read the contents of the mounted filesystem fine. So, it mainly seems a write issue. I'm still working the issue. Also, the servers are in two different locations but using the same default gateway ane nw mask. It's quite possible it's a patching issue on the older server.
We're actually migrating from the 11.0 servers to the 11i servers, so this will more than likely be a moot point in a few weeks. We were just trying to use NFS to move some info back and forth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 06:08 AM
05-20-2009 06:08 AM
Re: NFS Mount - Write Failed - RPC Timed Out
in your source system (hpux11.0) should have below entry in /etc/exportfs file
/home root=unixserver11iv2
here i am exporting /home to my unixserver11iv2 with full root access.
you can also try something like below.
/home -rw=unixserver11iv2
once you make changes can export again with below command.
exportfs -av
best of luck, thanks,