- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to Create user accounts in three servers w...
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
07-18-2005 11:29 PM
07-18-2005 11:29 PM
How to Create user accounts in three servers without affecting the security?
We have three hpux servers and one of them is 11i and other two are 11.
Is there a secure and simple method to create users in single step in all servers?
We currently use a script to copy /etc/passwd and group on all servers.
thanks
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 11:40 PM
07-18-2005 11:40 PM
Re: How to Create user accounts in three servers without affecting the security?
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8339BA3.0
or HP Systems Insight Manager - HP-UX
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T2414BA
Looks like the direction is to go to HP Systems Insight Manager - HP-UX - but both appear to provide central management...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 11:42 PM
07-18-2005 11:42 PM
Re: How to Create user accounts in three servers without affecting the security?
- simple, but not secure: nis
- secure, but not simple: nis+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 01:41 AM
07-19-2005 01:41 AM
Re: How to Create user accounts in three servers without affecting the security?
Copying passwd and group file is not recommented .
Better create a shell script which will do the follwing .
add user in the remote system using useradd.
copy the tcb file and profiles to remote nodes.
Update the secondary group information on remote nodes.
Regards,
BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 05:21 PM
07-20-2005 05:21 PM
Re: How to Create user accounts in three servers without affecting the security?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 10:58 PM
07-20-2005 10:58 PM
Re: How to Create user accounts in three servers without affecting the security?
Stick with the HP products - or if you have the cash, check out KEON - Unix Control:
http://www.tfstech.com/solutions/servercontrol/index.htm
Looks like it is now called "Server Control" - I guess I need to do an upgrade.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:21 AM
07-21-2005 06:21 AM
Re: How to Create user accounts in three servers without affecting the security?
One server has the master list(basically a copy or recreation of the /etc/passwd file) of userids etc. I have created a script that is run by a non root user to add users. This script looks first in the master file. If found it takes all the information from the master password file parses out each piece of needed info and creates a script ( the script is basially just the useradd command with the correct uid, gid, comment, etc) This script is rcp'd as a normal user to each server or a specified one.
Then login to each other server as root. execute the script and user is added.
This method negates the need for root to have remsh or rcp accross servers and negates the need for all the problems associated with NIS.
Tweak this method to suit your needs.
The intent of the master file is to keep UIDs and GIDs consistant when creating new accounts.
Best of luck.(don't forget to assign points)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2005 10:37 PM
07-24-2005 10:37 PM
Re: How to Create user accounts in three servers without affecting the security?
I will get thomas to asign some points.
cheers
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2005 11:10 PM
07-24-2005 11:10 PM
Re: How to Create user accounts in three servers without affecting the security?
using useradd through ssh would comply with that and be quite easily integrated.
:)
flo