- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Moving out user/password information to another se...
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
04-06-2004 05:04 PM
04-06-2004 05:04 PM
We used to have a central trusted server (10.20) keeping all
the user login information for any other server.
Now we have to move the central user information out of that
server to a new 11.0.
I need to know how can I do that safly please ?
Thanks in advance
Nisar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 05:20 PM
04-06-2004 05:20 PM
Re: Moving out user/password information to another server
Why don't you configure NIS or NIS+ for
HP-UX 11.0.
Regs,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 05:23 PM
04-06-2004 05:23 PM
SolutionIn addition to /etc/passwd, the following are some of the files that need to be looked at while transferring login information from one server to another
--------------------------------------------------------------------------
File || Description
--------------------------------------------------------------------------
/etc/d_passwd || Contains additional password information for
|| modem users.
/etc/dialups || Contains additional password information for
|| modem users.
/etc/gettydefs || Contains default getty values.
/etc/group || Defines group information.
/etc/hosts.equiv || Lists node that have equivalent password data bases.
/etc/inittab || Defines processes and default run-levels.
/etc/logingroup || Defines group information.
/etc/securetty || Used to protect user accounts.
--------------------------------------------------------------------------
There is a white paper which talk about the whole login process in detail and that should help you to determine what files need to be moved from one host to another. Take a look at the url below and let us know if you have any questions
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062685574
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 05:40 PM
04-06-2004 05:40 PM
Re: Moving out user/password information to another server
Take a backup of /etc/passwd, /etc/group, /tcb and /.secure and copy it to the new server and you have moved all your user id and their passwds etc to the new server. Don't forget to take a backup of the originals on the new server. Also copy home directories and other user infos.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 06:00 PM
04-06-2004 06:00 PM
Re: Moving out user/password information to another server
Thanks for the help.
How do I incorpoate the entries already there on the new system ?
Can I just convert to non-trusted before copying files and then copy fewer files too ?
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 06:09 PM
04-06-2004 06:09 PM
Re: Moving out user/password information to another server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 06:18 PM
04-06-2004 06:18 PM
Re: Moving out user/password information to another server
If you want to preserve id's that already exist on the system, you may run into duplicate UID. Are you sure you want to mix that. If you want to do that, take a backup from the old system. Convert the new system to trusted one. Bring the files from the old system. Edit the /etc/passwd and /etc/group file and remove duplicate entries and then append the existing passwd and group files. Copy the /tcb directory. Run "authck" once done and i think you should be okay. Never mixed something like this before, so this is a suggestion. Be prepared to backout if necessary. Keep a couple of login screens opened as handy and properly log whatever you are doing.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2004 07:08 PM
04-06-2004 07:08 PM
Re: Moving out user/password information to another server
What about the home directories on the old server ?
Nisar