LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Permission in NFS (https://www.linuxquestions.org/questions/linux-newbie-8/permission-in-nfs-792646/)

malickhat 03-02-2010 09:57 AM

Permission in NFS
 
Hi,
I have a Node mounted from my Appserver(Solaris) to DBserver(Solaris),the reason why i Mount is that My Oracle writes file using UTIL_File in Dbserver only,so now i done the Mount and i can create file using Vi in the Mounted point.But My UTIL_file is not able to create a file ,the reason might be that Oracle writes only as ORA user and my Appserver has no such user,for that i have given the permission 777 for that particular folder,but no use , so i wonder do i need additional permission for this ,If this thread is not related to this Forum Please inform me

chrism01 03-02-2010 08:54 PM

Show the export file:

cat /etc/exports

Have you tried manually ie login as the ORA user on the DBserver: can you mount the export? Can you create a file eg

touch testfile

malickhat 03-03-2010 06:54 AM

Quote:

Originally Posted by chrism01 (Post 3883356)
Show the export file:

cat /etc/exports

Have you tried manually ie login as the ORA user on the DBserver: can you mount the export? Can you create a file eg

touch testfile

Hey i got it fixed ,the permission was not given for recursive folder
now i fixed it


All times are GMT -5. The time now is 11:11 PM.