- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to NFS share a filesystem without recycling t...
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
09-07-2007 06:17 PM
09-07-2007 06:17 PM
How to NFS share a filesystem without recycling the NFS daemon
can you please let me know any one that how I will NFS share a filesystem without restarting NFS daemon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 06:41 PM
09-07-2007 06:41 PM
Re: How to NFS share a filesystem without recycling the NFS daemon
You definitely do not need to restart the
NFS daemons.
a) vi /etc/exports and add new NFS file system
to export;
b) Run:
exportfs -a
One comparative overview on NFS between
various Unices:
http://www.cites.uiuc.edu/wsg/resources/unixguide/nfs.html
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 08:28 PM
09-07-2007 08:28 PM
Re: How to NFS share a filesystem without recycling the NFS daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 08:58 PM
09-07-2007 08:58 PM
Re: How to NFS share a filesystem without recycling the NFS daemon
Then you can edit the exports file and remove the dir from it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2007 03:48 AM
09-08-2007 03:48 AM
Re: How to NFS share a filesystem without recycling the NFS daemon
exportfs /mydir
Now if /mydir is already exported and you want to change some of the export options, edit the exports file and then exportfs -u /mydir (to unexport it) and exportfs /mydir/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2007 04:06 AM
09-08-2007 04:06 AM
Re: How to NFS share a filesystem without recycling the NFS daemon
hi,
Please also refer to this NFS guide as well
Install & configure NFS
http://docs.hp.com/en/5992-0714/ch02.html
WK
please assign points