- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: boot from make_tape_recovery
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
03-30-2006 03:09 AM
03-30-2006 03:09 AM
After that step "recover from make_tape_recovery", I'm not sure how much of the system can be recovered. Is file system back already ?
The next I have is a regular backup by cpio.
Can the next step be cpio -ivcBt < /dev/rmt/0m ?
Thanks,
Chushia
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 03:14 AM
03-30-2006 03:14 AM
Re: boot from make_tape_recovery
Warning: Cpio cannot be used to restore files > 2GB; tar (even patched) has an 8GB limit. If you have large files then you need to use fbackup/frecover or a commercial tools like DataProtector.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 03:19 AM
03-30-2006 03:19 AM
Re: boot from make_tape_recovery
Ignite is designed to recover vg00. Having Ignite'd a server with a 'make_tape_recovery' tape you either 'vgimport' disk volumes or create volume groups, logical volumes and empty filesystems which you then load from backup.
The process of building a vg00 with Ignite leaves you a fully functional operaating and networking system. The manner in which you backup and recover the non-vg00 filesystems is a choice you make.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 03:21 AM
03-30-2006 03:21 AM
Re: boot from make_tape_recovery
But I dont think you have to worry for any as ignite will surely throw error for not restoring anything... if you think everything is functional, cpio wont be good idea..
Rgds
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 03:22 AM
03-30-2006 03:22 AM
Re: boot from make_tape_recovery
Gud luck
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 03:47 AM
03-30-2006 03:47 AM
Re: boot from make_tape_recovery
I use "make_tape_recovery -I -v", and a script using cpio to backup application data and programs. The make tape took only 15 minuts, but the cpio took more than an hour.
I think after recover from the tape, the cpio and file systems on vg00 will be available so I can restore cpio tapes. Files are all < 2G no problem with cpio.
It looks like I need a step to build vg01 before informix restore because as you said, ignite will backup vg00 only.
Another question, all my vg00 and vg01 are mirrored. Will I need to do something to recover the mirrowed copy?
Chushia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 03:58 AM
03-30-2006 03:58 AM
Re: boot from make_tape_recovery
vg00 is normally remirrored after the Ignite is done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 05:22 AM
03-30-2006 05:22 AM
Solutionrefer to
/opt/ignite/share/doc/diskmirror.pdf
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 06:35 AM
03-30-2006 06:35 AM
Re: boot from make_tape_recovery
As others have responded already.. make_tape_recovery restores recover only "Filsystem based" components of the OS partitions plus whatever non-OS filesystems/paths you've specified.
For your vg01 -- which I assume are all raw lvols -- you will have to recover them via whatever tool you possibly used. I just cannot imagine how you were able to back those up via cpio if they were raw.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 01:48 AM
03-31-2006 01:48 AM
Re: boot from make_tape_recovery
Youe are right, vg01 are all raw divices and the Database backup is done by a tool informix provided. Restore to vg01 will be Informix tool as well.
Chushia