- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS problem: windows server -- hpux 11.00 clie...
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
12-10-2003 05:10 AM
12-10-2003 05:10 AM
NFS problem: windows server -- hpux 11.00 client
Is there anyway to have these files come across with the ownership of a particular user on the client side.
For example, if we have a user that owns filea on the serever, is it possible to have it show up as the corresponding user on the client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 05:18 AM
12-10-2003 05:18 AM
Re: NFS problem: windows server -- hpux 11.00 client
That can lead to the system at one end or the other denying access when you would think there should be no problem.
Compare the id command for the user at both sides of the transaction.
You probably want to create a user id on the windows box that is the same as the user id on the unix side.
Some kind of ldap integration and central authenticaion can also deal with this, but its a lot of work.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 05:28 AM
12-10-2003 05:28 AM
Re: NFS problem: windows server -- hpux 11.00 client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 07:16 AM
12-10-2003 07:16 AM
Re: NFS problem: windows server -- hpux 11.00 client
It may be much easier to deal with the integration issues with this on the machine...
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 07:23 AM
12-10-2003 07:23 AM
Re: NFS problem: windows server -- hpux 11.00 client
You could, I suppose, try having the client side user ID match the user / group 'nobody'
(-2?)
Just a thought, and would need testing to ensure no conflict with 'nobody'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:14 AM
12-12-2003 01:14 AM
Re: NFS problem: windows server -- hpux 11.00 client
It would properly map users/groups from PC side to HP-UX side. Seems to pretty well.