- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
04-20-2004 08:48 PM
04-20-2004 08:48 PM
1. If "make_tape_recovery" will span to multiple tapes without any option if there is not enough space for one tape?
2. If I include all the volume groups of a server, does it means I can totally recover the server without any lost of data and configuration?
3. Does the backup tape created from "make_tape_recovery" is bootable and capable to restore all the data without crash? I just wonder if I perform the backup when the server is up, how can it recovers all the system files, that some of them should be locked, updated and some are temporary files when the system is up?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 08:55 PM
04-20-2004 08:55 PM
Re: make tape recovery
-1- Yes
-2- Yes, but ignite is disigned as a OS recovery tool not a backup tool for data.
-3- Yes, the make_tape_recovery (recovery tool) is started at boot time ( reboot server, interupt boot process and boot from tape instead of boot from disk) You can not boot from tape in init state 3.
HTH,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 09:00 PM
04-20-2004 09:00 PM
Solution1. Yes. If the first tape media is full it will prompt for the next media.
2. All the flat files which are taken backup can be retreived without any problem.For active files like database files you need to have separate database backup in order to maintain the integrity.
3. Yes it is bootable and can restore without any crash when you try to recover from the same model of system. Whatever files can be taken backup used by tar will be backed up when you are using make_tape_recover.
Normally make_tape_recovery is meant for creating bootable media and take the backup of vg00. You can use fbackup for other data FS backup.
Ex.
#make_tape_recovery -x inc_entire=vg00 -Iv -a /dev/rmt/0mn
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 09:58 PM
04-20-2004 09:58 PM
Re: make tape recovery
For question 3, what if the system do if it is trying to backup (tar) a file and is being deleted in the middle of the process? Does error comes out, and will the backup process terminate or pause?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 10:27 PM
04-20-2004 10:27 PM
Re: make tape recovery
You just get a warning at the end of the archive completion. No need to worry.