- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mount problem (hangup on write)
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
09-24-2008 01:46 AM
09-24-2008 01:46 AM
NFS mount problem (hangup on write)
I have a strange NFS-problem using Linux (Kernel 2.6.18-5-686, i386) as server and HPUX (B.10.20, A9000/712) as client.
The problem occurs, when some special files are written. Writing of other files works, strangely enough. I could not find any correlation between the files with this error; filesize or modification date seems not to matter.
The wireshark analysis showed, that some of the write calls (3-4) do not receive a write reply. There are retrys, but those fail as well.
Is there some idea, what could be the problem?
Best regards
Arno Baumfalk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 02:28 AM
09-24-2008 02:28 AM
Re: NFS mount problem (hangup on write)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 03:10 AM
09-24-2008 03:10 AM
Re: NFS mount problem (hangup on write)
10.20 is *quite* old - which nfs version are you running at hp-ux and at linux side?
Volkmar
*Best wishes from the Oktoberfest*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 04:04 AM
09-24-2008 04:04 AM
Re: NFS mount problem (hangup on write)
But before thinking harder: we found a hardware problem on the linux server; seems as if there are problems depending on the PCI-cards installed. We added an old network card for testing purposes, which slows down PCI speed to 33 MHz, and now the problem seems gone-even when using the original network adapter.
We guess that it has something to do with the riser-card which is installed...
But thankyou for the quick reaction!
BR
Arno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 04:25 AM
09-24-2008 04:25 AM
Re: NFS mount problem (hangup on write)
it's also a common problem of NFS if switch and network card have different speed (or HalfDuplex/FullDuplex mismatch).
A 'ls -l' works?
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 05:03 AM
09-24-2008 05:03 AM
Re: NFS mount problem (hangup on write)
Now with slower PCI bus speed everything seems to work fine; I performed some larger copy operations and had no errors at all. Seems as if some "harder" bit combinations somehow failed at the receiver side.
I will observe and the problem a bit before going "in production" again... (a stable backup solution is running now).