- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- User migration from HP-UX PA-RISC 11.11 to Itanium...
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
09-02-2009 06:19 AM
09-02-2009 06:19 AM
User migration from HP-UX PA-RISC 11.11 to Itanium 11.31
I want to migrate my users from HP-UX PA-RISC 11.11 to Itanium 11.31 Server. Could you please let me know the process for the same....
Thanks in advance
Gaby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2009 06:28 AM
09-02-2009 06:28 AM
Re: User migration from HP-UX PA-RISC 11.11 to Itanium 11.31
The answer depends on current security setup.
You can take non-admin portions of /etc/passwd straight across, the format of the user is is the same.
If you use /etc/shadow or trusted system, the password files would have to be migrated.
Best actually to convert to a non-trusted system and then copy the relevant /etc/passwd entries across.
SEP
hpuxadmin in gtalk
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
09-03-2009 04:46 AM
09-03-2009 04:46 AM
Re: User migration from HP-UX PA-RISC 11.11 to Itanium 11.31
After copying the /etc/passwd, do we need to set the password for each user using 'passwd' and created the home directory?
We are using the powerbroker ( pbksh ) Shell so will be installing the same.
Thanks
Gaby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2009 05:20 AM
09-03-2009 05:20 AM
Re: User migration from HP-UX PA-RISC 11.11 to Itanium 11.31
> to set the password for each user using
> 'passwd'
If the encrypted passwords are in this
/etc/passwd file, then they should be ok.
> and created the home directory?
Did copying /etc/passwd create any home
directories? If they don't exist, then I'd
guess that someone will need to create (copy)
them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2009 05:32 AM
09-03-2009 05:32 AM
Re: User migration from HP-UX PA-RISC 11.11 to Itanium 11.31
The password is as mentioned below (*)
gaby:*:124:20:Gaby:/home/Gaby:/usr/local/bin/pbksh
and the home directory doesn't exit.
Please suggest.
Thanks
Gaby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2009 06:14 AM
09-03-2009 06:14 AM
Re: User migration from HP-UX PA-RISC 11.11 to Itanium 11.31
After that, you can copy all user's home directory to the new system.
Users will still keep their old password and you don't need to reset them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2009 06:37 AM
09-03-2009 06:37 AM
Re: User migration from HP-UX PA-RISC 11.11 to Itanium 11.31
> copy /etc/shadow [...]
That's "copy /etc/passwd", here. (The other
/etc/shadow is ok.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2009 07:37 AM
09-03-2009 07:37 AM
Re: User migration from HP-UX PA-RISC 11.11 to Itanium 11.31
> gaby:*:124:20:Gaby:/home/Gaby:/usr/local/bin/pbksh
This looks like a trusted system to me. Verify by checking if there is a /tcb directory.
You not only need tocreate the user home directories but migrate their contents. What about other settings for users in /etc/profile? Or the pbksh? Any customizations need to be transferred over. Also you did not mention any other applications that the users need from the old server. Are they going to be there in the new server?