- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Passwd total management
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
03-14-2003 05:00 PM
03-14-2003 05:00 PM
Nice to meet you in net!
I want to do the total management of root's passwd in many unix systems.
It is difficult for me to change root's passwd with about 50 unix systems-HP,Sun-.
Please, help me....
Sincerely yours
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 05:05 PM
03-14-2003 05:05 PM
Re: Passwd total management
1) Implement NIS or NIS+ - it can be complex and hard to administer but it's a proven solution used widely.
2) Enable rcp/remsh functionality and write a simple script to propagate passwd files to all the servers. This approach has the inherent security flaw of utilizing the "r" commands.
3) Delegate responsibility to others through sudo or restricted SAM.
4) Continue as you have been.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 05:08 PM
03-14-2003 05:08 PM
Re: Passwd total management
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 05:20 PM
03-14-2003 05:20 PM
Re: Passwd total management
I thinked above solutions.
But, Above solutions are complex and have a little problem.
So, In the concrete I want to access this problem with shell script.
Did anyone experience this problem?
Sincerely yours...^^
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 05:22 PM
03-14-2003 05:22 PM
Re: Passwd total management
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 05:38 PM
03-14-2003 05:38 PM
Re: Passwd total management
http://www.unixadm.net/howto/rsync-ssh.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 06:12 PM
03-14-2003 06:12 PM
Re: Passwd total management
But rsync command is used when the passwd files of our servers is same.
Our passwd files of servers is not same.
Best regards~~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 08:36 PM
03-14-2003 08:36 PM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbdb6cf38d6bdd5118ff10090279cd0f9,00.html
Hope this help ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2003 07:55 PM
03-15-2003 07:55 PM
Re: Passwd total management
1) LDAP, then your users will be authenticatec by your network primary domain controller(PDC).
This still leaves you with 50 root passwords to deal with.
I don't like NIS, but thats a personal problem. Next, I'd susggest ssh which replaces remesh/rcp. After exchanging public keys, you only need to regularly remember the root password to one system then ssh nextsystemname and you're there no passsword.
below is a link to the software and attached is Chris Vales' guide to generating and exchanging public keys.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
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
03-16-2003 06:48 PM
03-16-2003 06:48 PM
Re: Passwd total management
I did.
Have a good day~~