- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS file ownership ids are different.
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
02-24-2006 01:59 AM
02-24-2006 01:59 AM
NFS file ownership ids are different.
The file owner and group id is Ora9i:dba on the NFS Server:
-rwxrwxrwx 1 ora9i dba 1703936 Feb 22 17:21 aqprod_ctl
But mounting on NFS client both owner and group ids are totally different:
-rwxrwxrwx 1 tkdev psoft 1703936 Feb 22 17:21 aqprod_ctl
How to match it with ora9i:dba ids as they exists on both the servers?
I have exported and mounted file system with the root user account.
Thanks.
Gulam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 02:03 AM
02-24-2006 02:03 AM
Re: NFS file ownership ids are different.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 02:11 AM
02-24-2006 02:11 AM
Re: NFS file ownership ids are different.
Check uid of ora9i in your client. NFS takes uid and gid for getting usernames and groupnames,
#id ora9i in server end
# id tkdev
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 02:14 AM
02-24-2006 02:14 AM
Re: NFS file ownership ids are different.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 02:44 AM
02-24-2006 02:44 AM
Re: NFS file ownership ids are different.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 02:45 AM
02-24-2006 02:45 AM
Re: NFS file ownership ids are different.
Just a thought, Gulam, as the directory you've exported has rwx permissions set for everyone, does it matter than the UID/GID don't match?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 02:54 AM
02-24-2006 02:54 AM
Re: NFS file ownership ids are different.
Thanks,
Gulam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 03:05 AM
02-24-2006 03:05 AM
Re: NFS file ownership ids are different.
There is another thread with the same problem.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1004642
Try changing the UID and GID in NFS client system so that it matches the UID and GID in NFS server for user Ora9i and group dba. You can see some suggestions in the above thread. But I would advice you to wait for more responses from already experienced guys.
Meanwhile I will dig up some related topics in ITRC for you.
Regards,
Senthil