- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: .rhosts and /etc/hosts.equiv
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
06-14-2002 09:38 AM
06-14-2002 09:38 AM
We have 2 HPUX servers. Both are running 11.0.
One server is a data warehouse and the other runs the warehousing application. The server running the warehouse app has over 300 users. Currently the data warehouse box does not have all 300+ of the warehouse app users set up.
Is there anyway for the users from the warehouse app box to access the data warehouse box without setting all 300+ users up on the data warehouse box?
I am looking at .rhosts and hosts.equiv, but that sounds like the users need to exist on both boxes.
Any help would be appreciated.
Thanks,
jody
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:43 AM
06-14-2002 09:43 AM
SolutionTo use .rhosts and /etc/hosts.equiv the user should exist on both the server. You may look into NIS to address this issue. But that will need a whole lot of configuration. Maybe too much for now but good for future.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/27-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/27-toc.html&searchterms=nis&queryid=20020614-105224
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:46 AM
06-14-2002 09:46 AM
Re: .rhosts and /etc/hosts.equiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 09:46 AM
06-14-2002 09:46 AM
Re: .rhosts and /etc/hosts.equiv
I believe you're right - the users would need to exist on both servers. At least the password files would need to be the same. You can accomplish this by implementing NIS, or if you use NFS, you can simply copy the password file from one to the other.
HTH,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 10:20 AM
06-14-2002 10:20 AM
Re: .rhosts and /etc/hosts.equiv
NIS is the best way to make it common. In case you need immediate solution, you can copy /etc/password & group files from warehouse server to data warehouse server. Also it will need to copy /tcb/files/auth/* files to get passwords. While copying these files on data warehouse server, please take care of existing logins, do not overwrite, otherwise you will lose them.
Ameet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 10:24 AM
06-14-2002 10:24 AM
Re: .rhosts and /etc/hosts.equiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 10:36 AM
06-14-2002 10:36 AM
Re: .rhosts and /etc/hosts.equiv
Users need to have their own homedirectories in each system from where they login. Create it with same path as defined in NIS's password set up, e.g. /home/user1. If you do not have /home space for all users, make a symbolic link with this path on another hard disk.
Ameet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 07:06 PM
06-14-2002 07:06 PM
Re: .rhosts and /etc/hosts.equiv
The technique involves programming using network sockets and essentially, a server program would validate the user through a special file, then connect to the database. Duplicate the environment on each server and now the only thing to modify is a single user file which is simply copied to each of the servers.
Rule 6 of the sysadmin's survival chart: Never give a user shell access unless absolutely necessary.
Bill Hassell, sysadmin