- 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
09-15-2005 10:03 PM
09-15-2005 10:03 PM
make_tape recovery ?
do you to do something in addition?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 10:05 PM
09-15-2005 10:05 PM
Re: make_tape recovery ?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 10:06 PM
09-15-2005 10:06 PM
Re: make_tape recovery ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 10:07 PM
09-15-2005 10:07 PM
Re: make_tape recovery ?
Did you backup the whole of vg00 when you did the backup? If not, there may be additional work to do.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 10:09 PM
09-15-2005 10:09 PM
Re: make_tape recovery ?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 10:25 PM
09-15-2005 10:25 PM
Re: make_tape recovery ?
We normally do make_tape_recovery for OS backup (VG00), depends on your case, if you backup your entire system (os,data, and apps) using make_tape_recovery, it is sufficient to recover back using this methode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 10:29 PM
09-15-2005 10:29 PM
Re: make_tape recovery ?
For restoring apps and data you should use something like DataProtector.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 11:26 PM
09-15-2005 11:26 PM
Re: make_tape recovery ?
yes it's sufficient if you created a make_tape_recovery archive including all VG of your system,
otherwise you should restore the root VG, then recreate the other VGs and restore data in these from backups that hope you did.
But if you have for example 2 VG:
VG00 = root VG
VG01 = Vg for data and applications
Then, if you did a tape in this way:
/opt/ignite/bin/make_tape_recovery -I -A -x inc_entire=VG00 -x inc_entire=VG01
then you can restore ALL your system, including non-system data (VG01)
Have a look to these documentations for further details:
http://docs.hp.com/en/B2355-90875/ch09.html
Cheers,
Alessandro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 11:38 PM
09-15-2005 11:38 PM
Re: make_tape recovery ?
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2005 12:47 AM
09-16-2005 12:47 AM
Re: make_tape recovery ?
an hp-ux11i machine connected to an EVA3000
the vg00 contains all system config
2 others vg (vg01 and vg02) that contains app data
i run make_tape_recovery with the following options. make_tape_recovery -A ( vg00 is backuped on 0mn Tape)
others vg are backuped by DATAPROTECTOR.
if i restore with make_tape_recovery. could i recover the config of other vg (only config, not data)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2005 12:57 AM
09-16-2005 12:57 AM
Re: make_tape recovery ?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2005 02:07 AM
09-16-2005 02:07 AM
Re: make_tape recovery ?
To backup your system with ignite-ux make_tape_recovery , you can run :
#/opt/ignite/bin/make_tape_recovery -v -I -x inc_entire=vg00 -a /dev/rmt/0mn
Check if the backup is successful :
# cd /var/opt/ignite/recovery/latest
# cat recovery.log | grep -i successful
And you are safe now , you can recover your system , for any kind of OS failure. This tape is bootable , and can be boot from this tape to restore the system. And all filesystems of vg00 will be restored.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2005 04:22 AM
09-16-2005 04:22 AM