- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite image, copy from tape to disk
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-12-2007 03:49 AM
10-12-2007 03:49 AM
Ignite image, copy from tape to disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 04:01 AM
10-12-2007 04:01 AM
Re: Ignite image, copy from tape to disk
Check this link out to see if it helps.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1158402
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 05:14 AM
10-12-2007 05:14 AM
Re: Ignite image, copy from tape to disk
1. 2-step process: restore a machine from the tape, then create a make_net_recovery image from that machine.
2. 1-step process: Extract all tape data. Figure out how to use all the files and create the right setup/configs on an Ignite server to do the net recovery.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 09:17 AM
10-12-2007 09:17 AM
Re: Ignite image, copy from tape to disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2007 03:36 PM
10-12-2007 03:36 PM
Re: Ignite image, copy from tape to disk
It makes a difference whether you have a tape created on a PA system vs IA system.
On PA tapes, the archive file is the second file on the tape. The first file is a LIF image which itself contains several files, including the install kernel, install filesystem, and Ignite-UX config file.
IA tapes are much different. These are ANSI labelled tapes, with a tape header label and labels before and after each file on the tape. In addition to these label files, there are things like a tape descriptor block file, some EFI code, and a bootloader executable on the tape before you get to the config file, and eventually the archive file. I've forgotten the exact number, but there are something like 25 files on an IA make_tape_recovery tape. IA tapes are created by a shell script called make_ipf_tape that is part of the Ignite-UX product, so you could look at that script and learn how the tape is constructed.
Then if you play around with dd enough, you can get the relevant files off the tape, and then compare them to files created by make_net_recovery, add appropriate entries to /var/opt/ignite/INDEX, and it should be possible, but of course unsupported by HP, to do what you are asking about.