HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hard vs soft NFS mounts
Operating System - HP-UX
1835982
Members
2451
Online
110088
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
08-27-2004 07:12 AM
08-27-2004 07:12 AM
There are endless philosophical debates here about whether we should use hard or soft NFS mounts with our SAP installation.
Considering that our NFS server is highly available, I'm reconsidering it.
I dead somewhere in an official MC/ServiceGuard documentation that we should use hard NFS mounts. But it didn't give much details as to why.
Dave Olker also seems to lean towards hard mounts when in an HA environment in one of his documents, i.e. "forcibly unmounting NFS filesystems"
However, me and some colleagues all hate the hard mounts because we've seen lots of gotchas in the past with them, but things seem different now. For instance, we're supposed to be able to kill processes hung on an NFS call while in the past a reboot as needed when this happend.
What do you use? Are hard mounts really better than before?
Thanks
Considering that our NFS server is highly available, I'm reconsidering it.
I dead somewhere in an official MC/ServiceGuard documentation that we should use hard NFS mounts. But it didn't give much details as to why.
Dave Olker also seems to lean towards hard mounts when in an HA environment in one of his documents, i.e. "forcibly unmounting NFS filesystems"
However, me and some colleagues all hate the hard mounts because we've seen lots of gotchas in the past with them, but things seem different now. For instance, we're supposed to be able to kill processes hung on an NFS call while in the past a reboot as needed when this happend.
What do you use? Are hard mounts really better than before?
Thanks
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2004 07:26 AM
08-27-2004 07:26 AM
Solution
Olivier,
For what it's worth, I've always used hard mounts except for a brief and unsatisfactory experiment with soft mounts way back in the days that we used to have problems. Changing over to soft mounts didn't make much difference for us so we went back to hard mounts and kept patching NFS. In my opinion, current, well patched versions of NFS have few problems with hard mounts and that's what we'll stick with.
Pete
Pete
For what it's worth, I've always used hard mounts except for a brief and unsatisfactory experiment with soft mounts way back in the days that we used to have problems. Changing over to soft mounts didn't make much difference for us so we went back to hard mounts and kept patching NFS. In my opinion, current, well patched versions of NFS have few problems with hard mounts and that's what we'll stick with.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2004 08:48 AM
08-27-2004 08:48 AM
Re: Hard vs soft NFS mounts
Hi Olivier,
Yes, I do like hard mounts. :)
The only reason I've ever advised against hard mounts is when customers have NFS servers that are crashing frequently and their clients are stuck with non-responsive mount points. Since there is no way to forcibly unmount filesystems on HP-UX (yet, but keep reading) soft mounts allow the client's requests to eventually time out and return control to the application - assuming the application doesn't crash when it receives the I/O error resulting from the failed NFS request.
-- HOWEVER --
In a very short time (like October 2004) HP will be releasing HP-UX 11i v2 update 2, and one of the new features of this release is forcible NFS unmounts! This feature will allow an NFS client to unmount a hung NFS filesystem even if the kernel thinks there are outstanding I/O's pending on the filesystem. 11i v2 update 2 will run on most PA-RISC and Itanium systems, so anyone running 11i v1 on these systems today can get this feature very soon.
There are other NFS features arriving in 11i v2u2, like direct I/O over NFS, which will greatly aid applications like Oracle, Sybase, Informix that like to manage their own data caches and want direct access to the underlying filesystems with read-ahead and write-behind.
Bottom line - once 11i v2u2 comes out and forcible NFS unmounts are available, one of the last remaining reasons to use soft mounts will be history. (Just my opinion - as you said, hard vs. soft is a philosophical debate, so if you're a "soft" proponent - I mean no offense. :)
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]
Yes, I do like hard mounts. :)
The only reason I've ever advised against hard mounts is when customers have NFS servers that are crashing frequently and their clients are stuck with non-responsive mount points. Since there is no way to forcibly unmount filesystems on HP-UX (yet, but keep reading) soft mounts allow the client's requests to eventually time out and return control to the application - assuming the application doesn't crash when it receives the I/O error resulting from the failed NFS request.
-- HOWEVER --
In a very short time (like October 2004) HP will be releasing HP-UX 11i v2 update 2, and one of the new features of this release is forcible NFS unmounts! This feature will allow an NFS client to unmount a hung NFS filesystem even if the kernel thinks there are outstanding I/O's pending on the filesystem. 11i v2 update 2 will run on most PA-RISC and Itanium systems, so anyone running 11i v1 on these systems today can get this feature very soon.
There are other NFS features arriving in 11i v2u2, like direct I/O over NFS, which will greatly aid applications like Oracle, Sybase, Informix that like to manage their own data caches and want direct access to the underlying filesystems with read-ahead and write-behind.
Bottom line - once 11i v2u2 comes out and forcible NFS unmounts are available, one of the last remaining reasons to use soft mounts will be history. (Just my opinion - as you said, hard vs. soft is a philosophical debate, so if you're a "soft" proponent - I mean no offense. :)
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
08-30-2004 01:35 AM
08-30-2004 01:35 AM
Re: Hard vs soft NFS mounts
Dave,
I'll check if SAP has a note in OSS about hard vs. soft mounts and we should be set until 11iv2. Even though our HA NFS servers should be 99.5% reliable, I really don't want to end up with locked hard mounts if there's a glitch.
BTW: Thanks for your book, it's a great reference which is concise and well vulgarized.
Olivier
I'll check if SAP has a note in OSS about hard vs. soft mounts and we should be set until 11iv2. Even though our HA NFS servers should be 99.5% reliable, I really don't want to end up with locked hard mounts if there's a glitch.
BTW: Thanks for your book, it's a great reference which is concise and well vulgarized.
Olivier
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP