- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Duplicate a 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
10-26-2005 01:21 AM
10-26-2005 01:21 AM
Duplicate a tape
I did:
#dd if=/dev/rmt/0mn of=/dev/rmt/1mn bs=2k
=>The bootable parts was cloned
After
#dd if=/dev/rmt/0mn of=/dev/rmt/1mn bs=10k
For the second part which is empty
Then
#dd if=/dev/rmt/0mn of=/dev/rmt/1mn bs=10k
=>To create the datas parts
In the firmware, I can boot to the tape, but not to the setup , the error is:
"Bad magic LIF"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 01:30 AM
10-26-2005 01:30 AM
Re: Duplicate a tape
I think it is easier to use the ignite command copy_boot_tape.
/opt/ignite/bin/copy_boot_tape
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 02:09 AM
10-26-2005 02:09 AM
Re: Duplicate a tape
BUT, i'll try to make a dd after the copy_boot_tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 02:12 AM
10-26-2005 02:12 AM
Re: Duplicate a tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 02:29 AM
10-26-2005 02:29 AM
Re: Duplicate a tape
If you are making copy of tape build with make_tape_recovery than you have only:
#dd if=/dev/rmt/0mn of=/dev/rmt/1mn bs=2k
for boot and
#dd if=/dev/rmt/0mn of=/dev/rmt/1mn bs=10k
for files.
But if you make installation tape you have to be aware of this:
First on a bootable tape is the Logical Interchange Format (LIF)
volume containing all the components required to boot off the tape. It
also includes the Ignite-UX toolset and configuration information that
controls how Ignite-UX will operate. Additionally, the tape includes
configuration file information about the software sources on the tape, SD
depot (if there is one), and all archives on the media. An installation tape
can be comprised of just the LIF volume. For example, if you need an
installation tape to simply boot a system and load the software from the
network, then only the LIF volume is necessary.
The LIF volume is followed by the first operating system archive (A1) or
is empty (E) (A1/E) if the installation is solely from the software depot.
This is followed by either a serial depot (D) or another operating system
archive (A2) (D/A2). There can only be one depot on a tape, and it must
be the third file on the tape due to an SD restriction.
Lastly, the previous volumes can be followed by one or more additional
archives, limited only by the capacity of the tape. If more archives are
needed, they can be put on a second tape.
In your case the best way is to repeat the procedure for making the installation tape from the system than making the copy of the first tape.
Regards,
Borislav