HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Data copy form disk to disk
Operating System - HP-UX
1835267
Members
2272
Online
110078
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-14-2005 06:33 AM
03-14-2005 06:33 AM
Data copy form disk to disk
Hello All experts,
I have two servers (HP 9000). Both loaded with HP-UX11. One is production and other is backup of that. I want to setup backup identical to production. I took backup of data of productio on tapes. But while restoring I come across many errors. So I copied data onto a hard disk with all Logical volumes intact with data. Now I need to attach that hard disk on my backup server and do the restore onto it. For that do I have to add that hard disk into LVM tree of my backup server? Can you guide me through a step wise procedure to accomplish this? What could be the better way to do restore from an external hdd to HP-UX server? Do I have to do LVM import/export commands?
Thanks to all of you in advance.
- sachin
I have two servers (HP 9000). Both loaded with HP-UX11. One is production and other is backup of that. I want to setup backup identical to production. I took backup of data of productio on tapes. But while restoring I come across many errors. So I copied data onto a hard disk with all Logical volumes intact with data. Now I need to attach that hard disk on my backup server and do the restore onto it. For that do I have to add that hard disk into LVM tree of my backup server? Can you guide me through a step wise procedure to accomplish this? What could be the better way to do restore from an external hdd to HP-UX server? Do I have to do LVM import/export commands?
Thanks to all of you in advance.
- sachin
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 06:46 AM
03-14-2005 06:46 AM
Re: Data copy form disk to disk
If its not too much data, I'd do it through the network card.
scp -rp * backup_server_hostname://data_directory
Only factor to be concerned with is making sure any databases involved are shut down during the copy.
It would be helpful to know what errors you encountered in your first methodology.
SEP
scp -rp * backup_server_hostname://data_directory
Only factor to be concerned with is making sure any databases involved are shut down during the copy.
It would be helpful to know what errors you encountered in your first methodology.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
03-14-2005 06:54 AM
03-14-2005 06:54 AM
Re: Data copy form disk to disk
Another approach is to NFS mount the destination filesystem onto the production server (or vice versa). Then do:
find
Cpio from old lvol to new lvol (find -depth | cpio - pdmax)
Note: the -depth will update the timestamps on the target subdirectories
* Unmount the file system
NOTE: Please note that 'find | cpio' won't copy zero-byte files, since
there is no data to bring across. Instead, use the 'touch (filename)' command
to replicate these files.
find
Cpio from old lvol to new lvol (find -depth | cpio - pdmax)
Note: the -depth will update the timestamps on the target subdirectories
* Unmount the file system
NOTE: Please note that 'find | cpio' won't copy zero-byte files, since
there is no data to bring across. Instead, use the 'touch (filename)' command
to replicate these files.
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP