Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
We have a problem with NFS acess to NFS volumes to rw to oracle +ASM volumes.
Oracle have told us that we need to publish this NFS v3 as
- no_root_squash
- insecure
We do not have matters with no_root_sqash.
Our problem is on "insecure" mode, which allows every RPC request, not only from default allowed if they come from a privileged source port (<1024).
How do we activate insecure mode?
Thanks
Solved! See The Solution
1 ACCEPTED SOLUTION
AlexDawson has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there!
Insecure functionality is activated by running "vserver nfs modify -vserver vservername -mount-rootonly disabled" and "vserver nfs modify -vserver vservername -nfs-rootonly disabled" on the vserver serving NFS for Oracle.
Hope this helps!
2 REPLIES 2
AlexDawson has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there!
Insecure functionality is activated by running "vserver nfs modify -vserver vservername -mount-rootonly disabled" and "vserver nfs modify -vserver vservername -nfs-rootonly disabled" on the vserver serving NFS for Oracle.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Alex! Superb!
Thanks a lot for the replay!
It seems it will work, it just what we were looking for the server.
Thanks again!
