- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: copying make_recovery tape
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-27-2000 12:28 AM
09-27-2000 12:28 AM
How can I make a duplicate backup copy of an ignite tape made with make_recovery ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2000 12:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2000 12:32 AM
09-27-2000 12:32 AM
Re: copying make_recovery tape
You can use copy_boot_tape to either copy tape to tape (if you have 2 tape drives) or copy it to disk first, or in case you need to extract something from it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2000 12:35 AM
09-27-2000 12:35 AM
Re: copying make_recovery tape
make_recovery writes two thing to tape:
first a bootable image
second a tar archve of the vg00 data
Here my suggestion:
change to directory that has enough free space.
then copy from tape to fs:
dd if=/dev/rmt/0mn of=boot.img bs=2k
dd if=/def/rmt/0mn of=data bs=10k
Change the tape and then copy from fs to tape:
dd if=boot.img of=/dev/rmt/0mn bs=2k
dd if=data of=/dev/rmt/0mn bs=10k
Not really sure if the bs=# values are right.
Maybe somebody else knows the correct block sizes.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2000 03:36 PM
09-27-2000 03:36 PM
Re: copying make_recovery tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2000 04:12 PM
09-27-2000 04:12 PM
Re: copying make_recovery tape
1. Make boot infomation create without
actually creating the tape
#make_recovery -A -p
2. make two recovery tapes
#make_recovery -r -d /dev/rmt/0mn