1831146 Members
2767 Online
110020 Solutions
New Discussion

Re: nfs share

 
walter crasto_1
Frequent Advisor

nfs share

Hi,

I am mounting my nfs share volume on HP-UX 11.0 server, but it is not giving me any acess to wirte.
I am getting error "cannot create". The mount command is as below
mount -o rw 172.26.12.14:/home/jp1 /nfsshare

My NFS server is Linux & I have shared the folder with read/write permission.

Pls Help

Thanks & Regards
Varain
11 REPLIES 11
Alex Lavrov.
Honored Contributor

Re: nfs share

How is this filesystem exported on Linux box?

What are the flags and options?
I don't give a damn for a man that can only spell a word one way. (M. Twain)
walter crasto_1
Frequent Advisor

Re: nfs share

Hi Alex,

The export Flag is (rw,sync & all_squash)

Regards
Varian
Alex Lavrov.
Honored Contributor

Re: nfs share

If you try to export it without any options?
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Rajesh SB
Esteemed Contributor

Re: nfs share

Hi,

First you verify the visibility nfs share on HPUX server by

# showmount -e

Give the actual /etc/exports file entry of linux box.

Regards,
RAjesh
walter crasto_1
Frequent Advisor

Re: nfs share

Hi,

After exporting the fs with out any option ist gives me same error.

Regards
Varian
walter crasto_1
Frequent Advisor

Re: nfs share

Hi Rajesh,

with showmount -e 172.26.12.14
it gives me following output
(export path) (my hpux servers ip )
/home/jp1 172.26.12.16

Regards
Varian
Rajesh SB
Esteemed Contributor

Re: nfs share

Hi,

Verify the status of nfs.client on HPUX
using # rpcinfo -p
Observe for " nlockmgr", "mountd".
Try to mount by restarting nfs.client on HPUX server.

Regards,
Rajesh
Pedro Cirne
Esteemed Contributor

Re: nfs share

Hi,

Before mounting check the mount point permissions, does it have RWX permissions? After mounting, does mount point have RWX permissions?

Enjoy :)

Pedro
Rajesh SB
Esteemed Contributor

Re: nfs share

Hi,

Also verify the permission of nfsshare on Linux.

Cheers,
Rajesh
Steven E. Protter
Exalted Contributor

Re: nfs share

This seems to me to be a permissions problem within the NFS share. The users involved may have conflicting groups and umask issues creating these problems.

I would start looking there.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
walter crasto_1
Frequent Advisor

Re: nfs share

Hi All,
Problem is resovled.
The problem was with permission on nfs share.

Thanks a lot for so many replies.
Regards
Varian