1752463 Members
5559 Online
108788 Solutions
New Discussion юеВ

Re: Error export NFS

 
SOLVED
Go to solution
Prasanth Thomas
Valued Contributor

Re: Error export NFS

please paste the o/p of
#showmount -e
from SAPL917 server.

Regards,
PT.
Prasanth Thomas
Valued Contributor

Re: Error export NFS

Hello,

>>>if nedd modify the owner to NFS
what have to do?

Do you want to change the ownership for the mount point? Please clarrify the same.

Regards,
Prasanth Thomas.
Eli Daniel
Super Advisor

Re: Error export NFS

SAPL917:/> showmount -e
export list for SAPL917:
/var/opt/ignite/clients (everyone)
/temporal (everyone)
Eli Daniel
Super Advisor

Re: Error export NFS

Do you want to change the ownership for the mount point? Please clarrify the same.
***************************************
******************************************


yes, nedd change the ownership for the mount point.

example:
user: SIDADM


Prasanth Thomas
Valued Contributor

Re: Error export NFS

Hi,
>>>SAPL917:/> showmount -e
export list for SAPL917:
/var/opt/ignite/clients (everyone)
/temporal (everyone

As per the above o/p everyone can access the /temporal share point.

Regards,
Prasanth Thomas.
Prasanth Thomas
Valued Contributor

Re: Error export NFS

ok fine try the below command which you have posted earlier..

exportfs -i -o SIDADM=sapl903 /temporal

Regards,
PT.
Prasanth Thomas
Valued Contributor

Re: Error export NFS

if you wanna more clarrification please refer the below link.

http://docs.hp.com/en/B2355-60127/exports.4.html

Regards,
Prasanth Thomas.
Eli Daniel
Super Advisor

Re: Error export NFS

thanks, all right