- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Copying data from one system to another
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
12-08-2000 10:13 AM
12-08-2000 10:13 AM
Copying data from one system to another
I have a N4000 connected to XP256 that is up and running. This is up for lease and we need to return this
to HP. I also have a new N 4000 with FC60 disk storage.
I need to transfer data from the old N to the new N.
Any idea ?...
Option 1 - Connect the XP256 and FC60 to the new N and do a mirror and then later break the mirror. I don't believe i have enough controllers on the new N to do this.
Option 2 - Tape backup and restore / copy the data over the network.
Aany thoughts ?.
Thanks for the help.
Subbu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 10:22 AM
12-08-2000 10:22 AM
Re: Copying data from one system to another
The network backup sounds good to me. With 100base LAN cards it will be faster than tape.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 10:26 AM
12-08-2000 10:26 AM
Re: Copying data from one system to another
Thanks,
Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 10:43 AM
12-08-2000 10:43 AM
Re: Copying data from one system to another
cd to /directory to be backed up then,
find . -depth |cpio -ocB |remsh remote_servername "cd /destination directory; cpio -ivcmdB"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 12:28 PM
12-08-2000 12:28 PM
Re: Copying data from one system to another
/usr/sbin/vxdump 0f - /dev/vgXX/lvYY | remsh
This works on the vxfs file systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2000 05:43 PM
12-08-2000 05:43 PM
Re: Copying data from one system to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2000 08:19 AM
12-10-2000 08:19 AM
Re: Copying data from one system to another
By the way I would try to rework the deal and keep the XP and send the FC60 back.
Also, you posted this question twice in the hp-ux forum and once in the mass storage. Centralize, centralize.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2000 10:30 AM
12-10-2000 10:30 AM
Re: Copying data from one system to another
Use NFS :
-
1. On the data server export the file system/s that you want the data from.
2. On the receipient server mount those file systems.
3. Cd into the mounted file system and :-
find . |cpio -pudvm /
Quick and easy.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2000 11:21 PM
12-10-2000 11:21 PM
Re: Copying data from one system to another
Even if the network backup looks attractive, I would go for a tape backup because this one would provide you with an extra copy of your data for archiving purposes.
It's one more step than network copying, but it's added safety for your data.
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 10:36 AM
12-13-2000 10:36 AM
Re: Copying data from one system to another
But you dont really need to restore from the tapes, that would take ages.
So, do a tape backup.
Copy the files over the network, using nfs or without.
Test your backup tape by doing a couple of restores.
Regards,
Nabeel