- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding Users
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-03-2006 07:30 PM
07-03-2006 07:30 PM
Adding Users
I have built a HP-UX 11.23 server and want to add all the users sitting on the current production server. I have already restored passwd and group files and home directories on to the new server and it looks like all is ok but not sure it it is a abosolutely correct approach. If not what is the best way to add similar users on the new server ?
Thanks in advance. I will be very generous in poits
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 07:38 PM
07-03-2006 07:38 PM
Re: Adding Users
don't forget to copy the /tcb directory if your systems are trusted.
Otherwise you may want to look at:
useradd
/usr/sam/lbin/usermod.sam
and
/usr/lbin/modprpw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 08:17 PM
07-03-2006 08:17 PM
Re: Adding Users
I believe this is a correct approach .
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 12:54 AM
07-04-2006 12:54 AM
Re: Adding Users
To perform a check, use the following commands:
# pwck
# grpck
On a trusted system run:
# authck
See man authck
# pwconv
For updating the tcb database
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 01:11 AM
07-04-2006 01:11 AM
Re: Adding Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 04:16 PM
07-04-2006 04:16 PM
Re: Adding Users
I am just worried if transfering information from HP-UX 11.00 trusted to 11.23 would have no issues in future.
Thanks
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 04:19 PM
07-04-2006 04:19 PM
Re: Adding Users
I am just worried if transfering information from HP-UX 11.00 trusted to 11.23 would have no issues in future. My boss is asking me to add all the users from scratch which is not a easy job. If it is the best approach then any body got a script to add all the users in one go reading info's from the current passwd/group files ?
Thanks
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 04:20 PM
07-04-2006 04:20 PM
Re: Adding Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 04:48 PM
07-04-2006 04:48 PM
Re: Adding Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 11:51 PM
07-04-2006 11:51 PM
Re: Adding Users
GBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 11:03 PM
07-09-2006 11:03 PM
Re: Adding Users
If you have auditing configured, there are additional things to consider.
The suggestion to run authck is a very good one.