1835564 Members
2637 Online
110078 Solutions
New Discussion

permission denied error

 
SOLVED
Go to solution
chetana07
Frequent Advisor

permission denied error

i am getting permission denied error while mounting while mounting nfs directory in HP-UX 11.11i.Any body having solution? plz reply.
5 REPLIES 5
Sunny Jaisinghani
Trusted Contributor

Re: permission denied error

check the permissions in the /etc/exports file from where the nfs File system is exported.
Peter Godron
Honored Contributor
Solution

Re: permission denied error

Hi,
can you please check:
1. That you have exported the nfs system correctly (Is the target machine allowed access ? Is the target also in /etc/hosts ?)
2. Where are you trying to mount on the target ?

Does this link help ?
https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1042750

If not, could you please provide more info, like the list of commands used on both servers.
Jollyjet
Valued Contributor

Re: permission denied error

Chetana,

add the nfs permission in the /etc/exports file in the server
example like below


/abc/abcd/wireless -anon=65534,root=srv51:srv7:srv074:srv070:
srv028:srv01
Senthil Prabu.S_1
Trusted Contributor

Re: permission denied error

Hi chetana,

This post is a FYI for you!!!!
And nowhere related to this thread...

When, someone's replies solves your problem, please assign points before closing the thread.


Cheers,
Prabu.S

P.S
I expect zero points for this post.
One man's "magic" is another man's engineering. "Supernatural" is a null word.
chetana07
Frequent Advisor

Re: permission denied error

i modified the permission in /etc/exports and my problem solved.