- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS issue
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 05:39 AM
07-24-2007 05:39 AM
Hi All,
Please see the below auto_master & auto.direct files
Host01:/etc# cat auto_master
/net -hosts -nosuid,soft,nobrowse
/- /etc/auto.direct
Host01:/etc# cat auto.direct
/usr/sap/r3_trans -vers=3,proto=udp host1:/export/usr/sap/r3_trans
/sap_interfaces -vers=3,proto=udp host1:/export/sap_interfaces
/hr_interfaces -vers=3,proto=udp host1:/export/hr_interfaces
/home/chkbacs -vers=3,proto=udp host1:/export/home/chkbacs
/vault -vers=3,proto=udp host1:/export/vault
/sap_archive -vers=3,proto=udp host1:/export/sap_archive
/opt/cssap/cs_ap0/data -vers=3,proto=udp host1:/export/opt/cssap/cs_ap0/data
/bw_interfaces -vers=3,proto=udp host1:/export/bw_interfaces
/usr/sap/AP0/portal/share -vers=3,proto=udp host1:/export/usr/sap/AP0/portal/share
/sapmnt/AP0 -vers=3,proto=udp host1:/export/sapmnt/AP0
(Here Host01 and host1 are same system)
My issue is when I try to create any file/directory in any of the filesystems listed in the auto.direct, it creates with the owner nobody:sys. For egs:- /usr/sap/r3_trans .
This happens only when I try to create the files with “root” login.
All other filesystems are working fine. For egs:- In /export/usr/sap/r3_trans files creates with root:sys.
Can some one help me to resolve this issue?
How do I check the setuid of a filesystem?
Thanks,
Benoy Easaw
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 05:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 07:43 AM
07-24-2007 07:43 AM
Re: NFS issue
By default "root" is treated as nobody unless specified otherwise. Of course this is done to improve security.
The NFS server needs to have "root=host1" added to the export options for that file system. Multiple hosts can be colon separated (root=host1:host2).
NOTE: Adding a "root=" option is extremely insecure, use with caution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2007 04:18 AM
07-25-2007 04:18 AM
Re: NFS issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2007 04:29 AM
07-25-2007 04:29 AM
Re: NFS issue
Did you actually re-export the filesystem or just update the /etc/exports file? Just modifying the file won't do anything to the existing exported filesystem. You would need to un-export and re-export the filesystems to get the changes to /etc/exports to take effect.
# exportfs -uav
# exportfs -av
If things still don't work after that then please attach a copy of your /etc/xtab file so I can see exactly what is exported and how.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2007 09:14 PM
07-25-2007 09:14 PM