- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS mount on boot
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
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
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-30-2009 11:20 PM
тАО09-30-2009 11:20 PM
The NFS mount point didnt mount automatically during reboot and had to be later mounted manually.
How shall I go about investigating
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2009 11:28 PM
тАО09-30-2009 11:28 PM
Re: NFS mount on boot
Then verify that the NFS mount point is correctly entered in /etc/fstab: if this is the case, the filesystem should be mountable with a simple "mount " with no additional parameters.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2009 11:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2009 11:47 PM
тАО09-30-2009 11:47 PM
Re: NFS mount on boot
Output from "/sbin/rc2.d/S400nfs.core start":
Output from "/sbin/rc2.d/S430nfs.client start":
NFS_CLIENT not set to one in /etc/rc.config.d/nfsconf, exiting.
Output from "/sbin/rc3.d/S100nfs.server start":
NFS_SERVER not set to one in /etc/rc.config.d/nfsconf, exiting.
setting NFS_CLIENT to 1 should solve the problem...hope I am correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2009 05:23 AM
тАО10-01-2009 05:23 AM
Re: NFS mount on boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2009 07:24 AM
тАО10-01-2009 07:24 AM
Re: NFS mount on boot
Host_name:/fs /fs_local nfs ...
Also look at the dmesg if there are any error messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2009 01:30 PM
тАО10-01-2009 01:30 PM
Re: NFS mount on boot
# /sbin/init.d/nfs.client start
and see if the NFS filesystem is mounted as you desired.
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
тАО10-02-2009 02:52 AM
тАО10-02-2009 02:52 AM
Re: NFS mount on boot
If this is the only one NFS volume and doesnt get mounted automatically , i would suggest for the following ,
make sure in /etc/rc.config.d/nfsconf,
NFS_CLIENT=1
NUM_NFSD=16
NUM_NFSIOD=16
also, after the reboot check these process are started automatically or not
/usr/sbin/nfsd , /usr/sbin/rpc.mountd , /usr/sbin/rpcbind
Cheers,
Ranoop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2009 06:38 AM
тАО10-02-2009 06:38 AM