- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- data move
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-13-2003 04:39 PM - last edited on 03-09-2014 07:50 PM by Lisa198503
09-13-2003 04:39 PM - last edited on 03-09-2014 07:50 PM by Lisa198503
data move
Hi,
I'm in a bit of a mess that I can't seem to find a good solution to. Please help!
Well, here is what I have on my plate:
I have an existing server that holds all my data. I've recently purchased a new server and I would like to move all of my data from the old server to the new server.
I have a couple of ideas, but never done it before, so I'm unsure of what the result will be.
1-use vgexport and vgimport (What is the exact syntax for this?)
2-duplicate all the VGs on the new server and restore all data onto the new server.
I think using vgexport and vgimport would be the best way for me. Can someone help me with the exact syntax?
Thanks in advance,
RC
P.S. This thread has been moved from Disk to HP-UX > VM and VxVM. -HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2003 10:23 PM
09-13-2003 10:23 PM
Re: data move
What about using Ignite-UX?
You can clone your old system and restore it to the new system in interactive mode.
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 12:53 AM
09-15-2003 12:53 AM
Re: data move
I'd set up the new server with all the vg's you need. Also add a .rhosts file to allow for easy remote access. Hook on your new server to the net.
After that you can easily copy from old to new by using something like (in the old host)
cd /your_dir_old
rcp -rp * newhost:/your_dir_new
like this you can copy complete directories without loosing owner/group/access rights.
JUST MAKE SURE YOU FIRST CREATE THE USERS/GROUPS ON THE NEW SERVER.
You might consider copying /etc/passwd and /etc/groups first
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 03:28 AM
09-15-2003 03:28 AM
Re: data move
Are you going to move the data disks from your old server to the new server. In this case vgexport/vgimport is an alternative othervise you have no use of it here. Make sure you have a good backup before moving any disk.
If you not are going to reuse the old disks bsckup/restore is an alternative or, perhaps the easiest, NFS mount the volumes to a temporary location and copy the data with "find . -print |cpio -pdvmux