- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS from HP-UX 11.11 to 11.23 and root access
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
01-02-2004 02:23 AM
01-02-2004 02:23 AM
NFS from HP-UX 11.11 to 11.23 and root access
There are other clients for the same filesystem, with HP-UX 11.0, where things work well. Also, an export from a 11.0 server works correctly on the 11.23.
The permissions on the exported directory
are 775. What happens is that on the 11.23 user root cannot write there. It's like if it was a "other", even though it belongs to the "group" (the gid is the same as that of the directory).
The exportfs on the 11.11 is this:
/sapmnt/P00 -root=axp2:axp4:axp5, access=axp2:axp4:axp5
where "axp5" is the 11.23 and "axp2" and "axp4" are the 11.0.
I'm not sure if the problem is on the 11.11 or on the 11.23. Could this be a bug ?
Thanks for your help,
Andre'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2004 02:27 AM
01-02-2004 02:27 AM
Re: NFS from HP-UX 11.11 to 11.23 and root access
P00 PROD APP root://axp5/etc# cat auto_master
/net -hosts -nosuid,soft,nobrowse
/- /etc/auto.direct
P00 PROD APP root://axp5/etc# cat auto.direct
/usr/sap/trans axp3:/usr/sap/trans
/sapmnt/AXP6 axp6:/sapmnt/P00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2004 06:42 AM
01-02-2004 06:42 AM
Re: NFS from HP-UX 11.11 to 11.23 and root access
We do this, but we don't use "access=", just "root=".
On the "exporter", your export should look like this:
/sapmnt/P00 -root=mounter01:mounter02
Also, verify that both "exporter" and "mounter01" can both recognize the names "exporter" and "mounter01". Use nslookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2004 06:48 AM
01-02-2004 06:48 AM
Re: NFS from HP-UX 11.11 to 11.23 and root access
mounter: host = axp5, oper.sys = HP-UX 11.23
No errors on mounting. On axp5 the root user cannot write to the mounted filesystem if permissions are 775 (for example).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 09:39 PM
01-04-2004 09:39 PM
Re: NFS from HP-UX 11.11 to 11.23 and root access
In the passwd file, on the nfs server, have you a "nobody" account ?
I remember root user is viewed as nobody user, and you have to create a nobody user on nfs server like :
nobody:*:-2:60001::/:
hope this help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2004 11:13 PM
01-04-2004 11:13 PM
Re: NFS from HP-UX 11.11 to 11.23 and root access
this is from the Jun 2003 Release Notes:
"HP would like to inform you that Automounter will not be supported on HP-UX version 2 (HP-UX 11.23). This notice serves as a reminder that the last HP-UX releases that will support Automounter are HP-UX 11i version 1.0 (11.11) PA-RISC and HP-UX 11i version 1.6 (11.22) IPF. Automounter will continue to be supported on HP-UX 10.20, 11.0 and 11i versions 1.5 and 1.6."
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 12:44 AM
01-05-2004 12:44 AM
Re: NFS from HP-UX 11.11 to 11.23 and root access
"Automounter" is a (wrong) way of saying it. The configuration in /etc/rc.config.d/nfsconf, for the 11.23 client, is:
AUTO_MASTER="/etc/auto_master"
AUTOFS=1
AUTOMOUNT_OPTIONS=""
AUTOMOUNTD_OPTIONS=""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 12:53 AM
01-05-2004 12:53 AM
Re: NFS from HP-UX 11.11 to 11.23 and root access
AUTOMOUNT=1
AUTOFS=1
AUTO_MASTER="/etc/auto_master"
AUTO_OPTION="-f $AUTO_MASTER"
--> both AUTOMOUNT and AUTOFS must be seted
Is the nfs mount run without automount/autofs ?
Have you this problem between :
the SAME CLIENT and an OTHER SERVER ?
the OTHER CLIENT and an SAME SERVER ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 01:08 AM
01-05-2004 01:08 AM
Re: NFS from HP-UX 11.11 to 11.23 and root access
NFS_CLIENT=1
AUTOMOUNT=1
AUTOFS=1
AUTO_MASTER="/etc/auto_master"
AUTOMOUNTD_OPTIONS="-f $AUTO_MASTER"
Have you ran autofs in debug mode ?
kill -17 pid_automountd
log in /var/adm/automount.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 01:13 AM
01-05-2004 01:13 AM
Re: NFS from HP-UX 11.11 to 11.23 and root access
You can do this by running this on axp6:
showmount -d
The name before the ':' should exactly match with your exportfs file.
And check you nslookup for the name and IP address of axp5 on axp6.
(nslookup axp5
nslookup
If for some reason the machine is wrongly resolved, the entry of axp5 is not used in root and access parameter settings.