HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS mount behaviour
Operating System - HP-UX
1834931
Members
2594
Online
110071
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
02-21-2001 01:47 AM
02-21-2001 01:47 AM
Hi
How does mount behave during boot (/sbin/init.d/nfs.client), when trying to mount a NFS filesystem from a remote server currently offline (also booting).
Will the the boot process stop, waiting for the remote server to be accessible or
will the server boot, while the rpc continues trying to mount the remote filesystem , and is it some timeout in this attempts.
Andreas
How does mount behave during boot (/sbin/init.d/nfs.client), when trying to mount a NFS filesystem from a remote server currently offline (also booting).
Will the the boot process stop, waiting for the remote server to be accessible or
will the server boot, while the rpc continues trying to mount the remote filesystem , and is it some timeout in this attempts.
Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 02:02 AM
02-21-2001 02:02 AM
Solution
Hi Andreas,
It all depends on the mount flags you have in /etc/fstab:
bg|fg If the first attempt fails, retry in the background, or, in the foreground. The default is fg.
retry=n The number of times to retry the mount operation. The default is 1.
soft|hard Return an error if the server does not respond, or continue the retry request until the server responds. The default value is hard.
Best regards,
Dan
It all depends on the mount flags you have in /etc/fstab:
bg|fg If the first attempt fails, retry in the background, or, in the foreground. The default is fg.
retry=n The number of times to retry the mount operation. The default is 1.
soft|hard Return an error if the server does not respond, or continue the retry request until the server responds. The default value is hard.
Best regards,
Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 05:13 AM
02-21-2001 05:13 AM
Re: NFS mount behaviour
Thanks for clearing things up;
Here is my fstab entry:
ccb4tdb1:/ccb4tdb1/home/bench/updater /home/bench/updater nfs rw,hard 0 0
and as I have been able to figure out:
This is mounted in the foreground using hard, which means that it will retry indefinatly, regardless of the retry setting (1), so if the remote filesystem is unavailable during system startup, the boot process will wait until the remote server is available.
Have I got it right?
Andreas
Here is my fstab entry:
ccb4tdb1:/ccb4tdb1/home/bench/updater /home/bench/updater nfs rw,hard 0 0
and as I have been able to figure out:
This is mounted in the foreground using hard, which means that it will retry indefinatly, regardless of the retry setting (1), so if the remote filesystem is unavailable during system startup, the boot process will wait until the remote server is available.
Have I got it right?
Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2001 11:55 PM
02-21-2001 11:55 PM
Re: NFS mount behaviour
Hi,
You're right ! You should use the 'soft' flag as this will allow the boot process to continue if server is not available.
Dan
You're right ! You should use the 'soft' flag as this will allow the boot process to continue if server is not available.
Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
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