- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: NFS in Linux from HP-UX
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
09-17-2008 02:30 PM
09-17-2008 02:30 PM
NFS in Linux from HP-UX
HP-UX 11.11
NFS Mount directories before to mount it...
Linux directory ownership: oracle:oinstall
HP-UX directoru ownership: oracle:oinstall
But when I mount the HP-UX directory from Linux, the ownership of the directory in linux change to 101:ident
# umount /apptmp/pruebas
# ll
total 4
drwxr-xr-x 2 oracle oinstall 4096 Aug 11 02:37 pruebas
# mount -t nfs 172.16.110.41:/data/LCTEST/TMP /apptmp/pruebas
# ll
total 25
drwxrwxrwx 2 101 ident 24576 Sep 18 2008 pruebas
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2008 02:39 PM
09-17-2008 02:39 PM
Re: NFS in Linux from HP-UX
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 08:35 AM
09-18-2008 08:35 AM
Re: NFS in Linux from HP-UX
uid=101(oracle) gid=101(oinstall) groups=102(dba)
Linux:
uid=500(oracle) gid=500(oinstall) groups=500(oinstall),501(dba),502(dbo)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 11:29 AM
09-18-2008 11:29 AM
Re: NFS in Linux from HP-UX
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2008 12:35 PM
09-18-2008 12:35 PM
Re: NFS in Linux from HP-UX
You have inconsistencies in the numeric user id's between the HP-UX and Linux system.
To get permissions and ownership to be right you need to solve those issues or use NIS and make one server the master and one the slave.
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
09-19-2008 03:47 AM
09-19-2008 03:47 AM