- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS sharing........???
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-03-2002 08:14 AM
01-03-2002 08:14 AM
NFS sharing........???
If the only recourse is to make all of the groups the same group id's across boxes, is there an easy way to do this?
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 08:20 AM
01-03-2002 08:20 AM
Re: NFS sharing........???
Have you thought about NIS,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/20-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/20-toc.html&searchterms=NIS&queryid=20020103-082551
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/19-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/19-toc.html&searchterms=NIS&queryid=20020103-082551
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 08:21 AM
01-03-2002 08:21 AM
Re: NFS sharing........???
As you have found, the user and group "name" is simply derived from /etc/passwd by mapping the uid and gid, repectively. That is, the inode contains only the numeric id.
I suggest you align your group id's on your systems. You will find that the 'find' commands '-group' option can help you "find" the files and directories in question.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 08:22 AM
01-03-2002 08:22 AM
Re: NFS sharing........???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 08:25 AM
01-03-2002 08:25 AM
Re: NFS sharing........???
I would suggest you to configure NIS on your systems. Or else you have to align the same gid's across all systems.
Check this out for useful information about NIS:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90043/B1031-90043_top.html&con=/hpux/onlinedocs/B1031-90043/00/00/16-con.html&toc=/hpux/onlinedocs/B1031-90043/00/00/16-toc.html&searchterms=NIS&queryid=20020103-083032
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 08:49 AM
01-03-2002 08:49 AM
Re: NFS sharing........???
Re-arranging the GID and UID on all servers involved will help you, if you do not want to use the NIS to give same functionality.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 12:53 PM
01-03-2002 12:53 PM
Re: NFS sharing........???
This is what we do we create a file called /etc/passwd.map that is nothing but documentation for us.
We make sure all the sidadms and orasids are uniq. When we create a new user we first go to the /etc/passwd.map file and make sure that the ID is not used on any system. We add the entry in our doc file and then add the user on the system that needs it. This is quick and dirty NIS database.
To fix the problem where you have mis-match ID's accross the board. You will have to determine which uniq ID you want each user to be. Then fix every /etc/passwd and /etc/group file for each host. Then finally on the host that have to be changed you will have to change the ownership for the files that just have the numbers.
Since you are a SAP shop an example would be
chown -R sidadm:sapsys /sapmnt/SID
or
chown -R orasid:dba /oracle/SID
I would do this on a test or sandbox environment first and try use your existing production box as the master passwd and group file. That way production will not be impacted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 01:01 PM
01-03-2002 01:01 PM
Re: NFS sharing........???
live free or die
harry