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
02-04-2002 10:09 PM
02-04-2002 10:09 PM
After I submit the command "exportfs -a", the problem is solved.
How can I set so that the directory will keep exprot after reboot?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 10:20 PM
02-04-2002 10:20 PM
Solution/sbin/init.d/nfs.server.
See /etc/rc.log to check if the nfs.server script is called and is errorfree.
You should see lines like:
"Start NFS server subsystem"
...
"Reading in /etc/exports"
in /etc/rc.log.
Hardy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 10:20 PM
02-04-2002 10:20 PM
Re: exportfs
If you set up the server as a NFS server, the file /etc/exports will be automatically be exported after a reboot.
Make sure your /etc/rc.config.d/nfsconf is set up properly.
Example
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=4
NUM_NFSIOD=4
The file whereby the command "exportfs -a" will run after a system reboot is at /sbin/init.d/nfs.server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 10:30 PM
02-04-2002 10:30 PM
Re: exportfs
Have a look here where it gives a step by step guide:
http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B1031-90048&service=hpux&path=../B1031-90048/00/00/1&title=Installing%20and%20Administering%20NFS%20Services
*Configuring and Administering the NFS Automounter
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 11:01 PM
02-04-2002 11:01 PM
Re: exportfs
After reading /etc/rc.log, I know the root problem...
The directory in /etc/exports is not exist because it is mounted by MC/SG.
Thanks for your help.