- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Move all user setting
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
05-14-2005 04:16 AM
05-14-2005 04:16 AM
Move all user setting
I remember that linux has a command can "save" the setting in /etc/passwd , /etc/grooup & /etc/shadow , but not sure what is the command , could someone can advise ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 04:58 AM
05-14-2005 04:58 AM
Re: Move all user setting
Save new files on the new server, copy the files from the old on the new server but for /etc/passwd be sure you appended or completed the file by comparizon you the file you saved.... Are yuu on a trusted system?
for the home directories or data Ive found the fastest was export the filesystem form the new box to the old one, mount them on the old box then copy the the nfs mounted fs using cpio:
e.g for /home:
cd /home
find . |cpio -pduml /
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 05:47 AM
05-14-2005 05:47 AM
Re: Move all user setting
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 06:15 AM
05-14-2005 06:15 AM
Re: Move all user setting
Don't you want to use NIS, do you ? In this case all users' information will be stored on NIS master.
In any case, save on the new server /etc/passwd, /etc/shadow, /etc/group, /etc/profile and copy these files from the lod server to the new one.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 11:25 AM
05-14-2005 11:25 AM
Re: Move all user setting
autcally I want to copy the user from unix to linux , I remember a command can do that , could advise ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2005 11:37 AM
05-14-2005 11:37 AM
Re: Move all user setting
Bill Hassell, sysadmin