- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS question
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
11-21-2004 10:03 PM
11-21-2004 10:03 PM
I'd like to have one NFS connection from my HP-UX host to a NFS serever without having plenty of running processes like biod.
I turned off NFS capabilities in /etc/rc.config.d/conf
NFS_CLIENT=0
NFS_SERVER=0
On the other hand I have a line like this in /etc/fstab
1.2.3.4:/share/something /mnt/somewhere nfs rw 0 0
The share can't be mounted automatically when the system boots up, however, I can mount NFS share by command 'mount -a'.
The only running NFS-like process is nfskd
Question. How to mount the share automatically when the system comes up without running plenty of daemons?
Thanks and points in advance for you comments about the problem and/or NFS architecture in HP-UX.
BR,
Mihails
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2004 11:05 PM
11-21-2004 11:05 PM
Re: NFS question
I would turn on the NFSCLIENT in the /etc/rc.config.d/ and do a /sbin/init.d/nfs.client start. This also starts boid so performance will inprove.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2004 11:36 PM
11-21-2004 11:36 PM
Re: NFS question
You will have to enable NFS_CLIENT also.
This will allow the NFS-filesystem to be mounted at boot time with only a limited set of daemons.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2004 11:46 PM
11-21-2004 11:46 PM
Re: NFS question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2004 12:00 AM
11-22-2004 12:00 AM
Re: NFS question
If you want ot start it on boot place this script in /sbin/init.d/ and link it in proper run level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 05:15 PM
11-23-2004 05:15 PM
Solution