Operating System - HP-UX
1833784 Members
5103 Online
110063 Solutions
New Discussion

Re: NFS mounting between Redhat and HPUX

 

NFS mounting between Redhat and HPUX

Redhat Fedora is the server and HPUX the client. I can access the mount with root only but need it to work for my oracle user. Oracle gets access denied messages. Also the directory on the HPUX box that is getting the mount is showing the user and group numbers as if on the Linux server. If I umount the directory on the HPUX box, it reverts back to the original ownership. Is this correct and how do I get my oracle user acccess?
3 REPLIES 3
KapilRaj
Honored Contributor

Re: NFS mounting between Redhat and HPUX

For this to work, you will need to have the same uid on both linux and HPUX. i.e. If oracle's uid is 216 on linux , it should be the same on HPUX side as well.

Regards,

Kaps
Nothing is impossible

Re: NFS mounting between Redhat and HPUX

I will try that. Thanks.

Re: NFS mounting between Redhat and HPUX

Problem resolved.