- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- move users' passwds from one server to another ser...
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2012 03:07 AM
06-11-2012 03:07 AM
Hi,
I need to migrate one server to another one, and I ask if its possible to migrate the users and users's passwd between to B.11.23 U ia64 servers.
The servers are in trusted mode.
Thanks a lot of!
Carmen.
Solved! Go to Solution.
- Tags:
- Password
- trusted mode
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2012 07:14 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2012 09:03 PM
06-11-2012 09:03 PM
Re: move users' passwds from one server to another server
Hi,
For migrating the tcb files you can use the below script
Please re-check once before doing this
cut -f 1 -d : /etc/passwd > /tmp/userlist ===== > this will create a file contains the list of users..
### Here we can edit this file (/tmp/userlist) we can remove all unwanted user names########
[65]> for i in $(cat /tmp/userlist)
> do
> grep -w $i /tmp/userlist > /tmp/filter
> a=`cut -c 1 /tmp/filter`
> cp -p -r /tcb/files/auth/$a/$i /tmp/final/
> done
####### /tmp/final contains only the passwd details of reqd users ###############
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP