1833827 Members
2062 Online
110063 Solutions
New Discussion

nfs issue

 
jona_1
Frequent Advisor

nfs issue

HI,

i want to remove the following from the xxxx02

xxxx02(OVO8):/opt/ignite (root) showmount -a
yyyyy01.abc.ap.com:/var/opt/ignite/clients
xxxxx02(OVO8):/opt/ignite (root)


xxxx02 --client
yyyyy01 -- server
what i need to do..

regards,
jona
3 REPLIES 3
nijokj
Trusted Contributor

Re: nfs issue

edit /etc/exports file and remove the corresponting nfs share entries from server in case you running otherthan 11iv3. And run exportfs -a
In case of 11iv3 edit /etc/dfs/dfstab for removing nfs share.after editing run /usr/sbin/shareall
Note:first unmount the filesystem in client.
Ismail Azad
Esteemed Contributor

Re: nfs issue

Hi jona,

Adding to njokj, i would like to say that you most probably will have to use the -f option with the umount command for the unmounting of the specific NFS filesystem. The files mentioned in the previous post are for "permanent sharing" and for "permanent mounting" for both local and NFS filesystem is the inevitable file /etc/fstab. Edit accordingly.

Regards
Ismail Azad
Read, read and read... Then read again until you read "between the lines".....
jona_1
Frequent Advisor

Re: nfs issue

Thank you.

Regards,
Jona