HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: chown display error not owner
Operating System - HP-UX
1838053
Members
5010
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-14-2005 03:24 AM
02-14-2005 03:24 AM
chown display error not owner
when i tryed to delete or enter to a directory (created by user).
it displayed error not owner.(i login with root)
and this directory was mounted using nfs.
now
from console when i type ll
it display all files. and error display says :
subsys ns_ls_nfs
function faild [ server,function,error] (kamal)get attrauth error.
where (kamal) the user who create this directory
i have hp-ux version10.20
how can i solve this problem?
it displayed error not owner.(i login with root)
and this directory was mounted using nfs.
now
from console when i type ll
it display all files. and error display says :
subsys ns_ls_nfs
function faild [ server,function,error] (kamal)get attrauth error.
where (kamal) the user who create this directory
i have hp-ux version10.20
how can i solve this problem?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 03:40 AM
02-14-2005 03:40 AM
Re: chown display error not owner
kamal,
when using nfs the permissions on the host are set with host userset. So if kamal creates a directory on hostA and then the mountpoint is exported to hostB any user with the same usernumber and groupnumber becomes the owner of that directory.So even root on hostB may not have access to directory on hostA.
I would look to ensure connection works ok and that the permissions on the whole path are ok to read.
BTW: Points to 2 out of 78 replies is not a good record. Are you only being given answers that don't help?
when using nfs the permissions on the host are set with host userset. So if kamal creates a directory on hostA and then the mountpoint is exported to hostB any user with the same usernumber and groupnumber becomes the owner of that directory.So even root on hostB may not have access to directory on hostA.
I would look to ensure connection works ok and that the permissions on the whole path are ok to read.
BTW: Points to 2 out of 78 replies is not a good record. Are you only being given answers that don't help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 03:41 AM
02-14-2005 03:41 AM
Re: chown display error not owner
You have to specifically configure root access on NFS mounts. This is done in the /etc/exports entry on the NFS server.
# cat /etc/exports
/dir -access=nfs_client,root=nfs_client
Once you make the change you must re-export.
# exportfs -va
I'm not sure if you'll have to unmount and remount on the client once the change is made on the server.
# cat /etc/exports
/dir -access=nfs_client,root=nfs_client
Once you make the change you must re-export.
# exportfs -va
I'm not sure if you'll have to unmount and remount on the client once the change is made on the server.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP