- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syncing passwords on an MC/SG cluster
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-16-2004 06:02 PM
06-16-2004 06:02 PM
syncing passwords on an MC/SG cluster
I have no NIS(+).
Kl@@S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 06:47 PM
06-16-2004 06:47 PM
Re: syncing passwords on an MC/SG cluster
I would keep them up to date manually or use secure shell public keys to allow ssh between boxes without passwords once the id's are set up.
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
06-16-2004 06:53 PM
06-16-2004 06:53 PM
Re: syncing passwords on an MC/SG cluster
The problem of syncing the users/passwords in a MC/SG cluster is the same as on two normal unix servers.
I would suggest having the systems in trusted mode and use rsync on the /tcb directory. Mind that homedirectories etc are not synced, only the user info is synced.
Advantage of using this is that you have a file per user, so it doesn't matter if the user info is changed on server A or server B, it is copied from the server where it has been changed last to the server with the old version of the files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 07:13 PM
06-16-2004 07:13 PM
Re: syncing passwords on an MC/SG cluster
The problem with syncing the passwords is that it's not realtime.
A user updates his password on on server and starts another applications that's running on the other then his new password is not replicated to it.(can be confusing for the user)
For this reason it's better to implement NIS(+).
Be aware of security issues with NIS(+)
HTH,
Peter Geluk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 06:21 PM
06-17-2004 06:21 PM