- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Partial restore of a make_tape_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
04-03-2003 09:59 AM
04-03-2003 09:59 AM
Partial restore of a make_tape_recovery tape
With Ignite-UX, it is now possible to backup non-root VGs on a system recovery tape, even if they don't contain /usr.
But now, suppose I have two VGs, "vg01" and "datavg". Suppose that the disc which contains "vg00" fails, and I replace the disc, but the disc containing "datavg" is still intact (let's assume the VGs are single disc VGs): is it possible to restore "vg00" only? Even worse, suppose that the disc containing "datavg" fails... Is it possible to restore "datavg" only on a new disc, leaving "vg00" untouched? In both cases, I suppose that "datavg" has not been reorganised at the LVM level (neither extended, nor reduced) since the last make_tape_recovery, neither have been its logical volumes.
Thanks for your help!
Olivier ROBERT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 10:04 AM
04-03-2003 10:04 AM
Re: Partial restore of a make_tape_recovery tape
This can be done off the ignite tape you described (it's just a tar archive, after all), it's just not the suggested approach - for a number of very good reasons.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 10:17 AM
04-03-2003 10:17 AM
Re: Partial restore of a make_tape_recovery tape
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4f128f960573d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 10:20 AM
04-03-2003 10:20 AM
Re: Partial restore of a make_tape_recovery tape
Btw, I didn't realise one drawback of make_tape_recovery before now: since it's a tar archive, hard links are not preserved...
Thanks!
Olivier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 10:35 AM
04-03-2003 10:35 AM
Re: Partial restore of a make_tape_recovery tape
We also get customers to run a data collection script (sysinfo, BCS_config, LVMCollect etc)and write the output to a file in VG00 before running make_tape_recovery. Always useful in recovery.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 10:40 AM
04-03-2003 10:40 AM
Re: Partial restore of a make_tape_recovery tape
Regards,
Olivier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 10:48 AM
04-03-2003 10:48 AM
Re: Partial restore of a make_tape_recovery tape
Regards,
Olivier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 10:58 AM
04-03-2003 10:58 AM
Re: Partial restore of a make_tape_recovery tape
Sorry if I misled you. The data collection scripts are just that data collection, a list of bdfs, lvdisplays. vgdisplay, lanscan etc. Information useful during DR.
You can get sysinfo @ http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/
We (HP Business Continuity Services) use BCS_config which does the same as sysinfo but we have developed a sister script which rebuilds & mounts the lvols on differing hardware from the BCS_config output.
www.hp.com/go/recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 11:23 AM
04-03-2003 11:23 AM
Re: Partial restore of a make_tape_recovery tape
Olivier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 04:28 AM
04-04-2003 04:28 AM
Re: Partial restore of a make_tape_recovery tape
> since it's a tar archive, hard links are not preserved...
I am by no means a specialist in Ignite-UX, but tar(1) (and pax(1) which is used by Ignite-UX) *can* preserve hard (file) links. Perhaps others can comment on whether or not Ignite-UX preserves hard links. I assume so, otherwise for example device files, man pages, many commands, etc. would be a mess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 06:41 AM
04-06-2003 06:41 AM
Re: Partial restore of a make_tape_recovery tape
I didn't notice that feature of tar, which is not available on all tar commands, but that could turn useful. I'm going to try this as soon as I get back to work. Thanks for the information!
Olivier