- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite backup
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
12-27-2005 08:07 PM
12-27-2005 08:07 PM
We have Oracle 9i RAC on HP-UX (11i) on 2 database server with EVA disk array clustered with M/c service guard.
3 shared VG's are created initially and all datafiles are residing on these 3 vg's in its respective LV's.
I am taking the ignite backup every month.
Now my questioin is If something goes wrong and if i restore through ignite backup will it restore all the VG's and their restecive LV's
or it will just bring up My server.
Regards
Musaddaq
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:11 PM
12-27-2005 08:11 PM
Re: Ignite backup
I don't know what commando you are using for a ignite tape, but normally is it only vg00 which is on the ignite tape
So a restore will bring up only the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:11 PM
12-27-2005 08:11 PM
Re: Ignite backup
What command are you using for Ignite backup.
Remember Ignite backup make_tape_recovery will take backup of your vg00 , and rest of the vg must be backed up using your backup software , like DP or NBU.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:20 PM
12-27-2005 08:20 PM
Re: Ignite backup
Thanks for the response.
I am not talking abt the data. I can restore the data. But what abt my VG's and LV's
will it come up or everything is gone for a toss.
Regards
Musaddaq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:25 PM
12-27-2005 08:25 PM
Re: Ignite backup
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:25 PM
12-27-2005 08:25 PM
Re: Ignite backup
All the current structure of vg00 and data will comeback, when you restore using the ignite backup tape.
Remember to use the flag , -x inc_entire=vg00 option. and -I for interactive.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:30 PM
12-27-2005 08:30 PM
Re: Ignite backup
Also remember to check the backup status of the Ignite backup tape . You can run it every sunday and write a script to send you the success/failure status by email.
check the log file using:
# cat /var/opt/ignite/recovery/latest/recovery.log
| grep -i successful
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:35 PM
12-27-2005 08:35 PM
Re: Ignite backup
#/opt/ignite/bin
#make_tape_recovery -A -v -a /dev/rmt/1mn(tape path)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:45 PM
12-27-2005 08:45 PM
SolutionYou can include , -I (for interective restore) , & -x inc_entire=/dev/vg00 (for entire vg00 ).
So it will look like this:
# make_tape_recovery -A -I -v -x inc_entire=/dev/vg00 -a /dev/rmt/1mn
[ you can use -p for preview. ]
For details you can check # man make_tape_recovery
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 09:03 PM
12-27-2005 09:03 PM
Re: Ignite backup
This FAQ gives good information about Ignite and its functionalities,
http://www.docs.hp.com/en/IUX/faq.html
http://www.compute-aid.com/uxignite.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 09:18 PM
12-27-2005 09:18 PM
Re: Ignite backup
As all the files are backup up in vg00 if the physical layout of the system is not changed and only physical disk is replaced, the system should be able to activate the VGs by itself.
In some cases allthough we are required to vgimport the VG's. But this is what you will require at the max. to do for getting the datafiles accessible.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 04:32 AM
12-29-2005 04:32 AM
Re: Ignite backup
I use this to ignite all my servers.
make_tape_recovery â a /dev/rmt/0mn -I -t "Make recovery of system `uname -n` on `date`" -v -x inc_entire=vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 04:36 AM
12-29-2005 04:36 AM
Re: Ignite backup
make_tape_recovery -a /dev/rmt/0mn -l
-t "Make recovery of system `uname -n` on `date`" -v -x inc_entire=vg00
When restoring it will give you the name of the system, the date ignite was run and as with almost all ignite backups, restore all of your file and disk structures.
Hope this helps :)
Darren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 05:20 AM
12-29-2005 05:20 AM
Re: Ignite backup
"The make_tape_recovery tool captures enough information from the
system so that during a recovery it may reconstruct all visible
aspects of the prior LVM configuration. This includes logical volume
and volume group names, attributes, and even minor number values. The
tool also ensures that the new logical volumes reside on the same
disks within the volume group as they did before."
If you are asking if it will restore the data residing on volume groups (other than vg00) the answer is no.
also note that after igniting the server, disk mirroring (if used) will not be in effect for the recovered vg / lvols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 06:45 PM
01-03-2006 06:45 PM
Re: Ignite backup
For your response.
Finally i came to the conclusion is with ignite backup i can recover my /dev/vg00 only. and for rest of my VG's and LV's i have to look for some other backup solution.
Thanx once again
Regards
Musaddaq