Operating System - Tru64 Unix
1751975 Members
4418 Online
108784 Solutions
New Discussion юеВ

Re: Confused about exporting NFS

 
SOLVED
Go to solution
Richard Pereira_1
Regular Advisor

Confused about exporting NFS

Hi,

I'm a little confused about exporting a new NFS mount on tru64.

From what I found on the web i have to edit /etc/exports and then I have to restart nfs services via /sbin/init.d/nfs start and /sbin/init.d/nfsmount start

My only problem is this is a prod box with other nfs mounts. I'm guessing this will cause the other mounts to momentarily dissapear or reset? I would prefer a way to add the nfs mount "on the fly"
4 REPLIES 4
Rob Leadbeater
Honored Contributor
Solution

Re: Confused about exporting NFS

Hi Richard,

You shouldn't need to restart NFS from what I recall.

If you add the new mount to /etc/exports it should be visible straight away on your NFS clients.

Hope this helps,

Regards,

Rob
Steven Schweda
Honored Contributor

Re: Confused about exporting NFS

http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN4/0026____.HTM
or
"man exports":

[...]
To make a change to the exports file and have
it take effect immediately, send the mountd
process a HUP signal. Otherwise, the mountd
process will reread the exports file the next
time it receives a mount request from an NFS
client or a showmount -e request.
[...]


I don't know what/where you "found on the
web", but when in doubt, I start at:

http://h30097.www3.hp.com/docs/pub_page/V51B_DOCS/V51B_DOCLIST.HTM
Richard Pereira_1
Regular Advisor

Re: Confused about exporting NFS

I "found it on the web" on the Unix Rosetta stone, but thanks anyways for the help.
Richard Pereira_1
Regular Advisor

Re: Confused about exporting NFS

Replies helped me discover the solution.