- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Full Backup or 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
09-16-2002 10:26 PM
09-16-2002 10:26 PM
#fbackup -f /dev/rmt/0m -0i /
and ignite backup with the command..
#make_recovery -AvCi -d /dev/rmt/0m
In order to restore full backup. I booted system with Ignite backup and when I tried to restore the full backup its failed with error volume group not found because Ignite tape created only vg00 not other volume group (vg01,vg02...). I created voulme group manually and able to restore the full backup.
I would appreciate if some can answer my following queries.
1- How can I re-store full backup without creating volume group manually?
2- Can ignite take the backup of all volume group?
3- Does fullbackup or Ignite take a backup of raw devices?
Thanks and best regards,
Mohammad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 10:35 PM
09-16-2002 10:35 PM
Re: Full Backup or Ignite Backup
check make_tape_recovery
check -x option to inclue/exclude what you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 10:53 PM
09-16-2002 10:53 PM
Re: Full Backup or Ignite Backup
In normal cases Ignite will restore the volume group configuration as it was backed up, something must have gone wrong in your case. I use a Ignite server but I dont think there is any difference with this if using tape.
Raw devices (as far as I know) can't be backed up with fbackup or Ignite. You have to use dd or some other tool (for example OmniBack).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 12:26 AM
09-17-2002 12:26 AM
Re: Full Backup or Ignite Backup
a small but important detail: your ignite backup is not OK - it requires that you use the non-rewinding device.
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 12:21 PM
09-17-2002 12:21 PM
Solution1) Perform ignite recovery.
2) Execute script to build VGs and LVs.
3) Perform frecover.
4) Go have a beer while you waite on the restore. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 12:56 PM
09-17-2002 12:56 PM
Re: Full Backup or Ignite Backup
You may use the make_tape_recovery with -x inc_entire=vg00 -x inc_entire=vg01 -x inc_entire=vg02
if you want.
The purpose of using make_recovery_tape is to recover the system as fast as possible with VG00 then restore data from your conventional backup system.
The more data/VGs you include in make_tape_recovery, more time you will need to recover.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 01:27 PM
09-17-2002 01:27 PM
Re: Full Backup or Ignite Backup
Pls look at the points below
1) You must ideally take ignite backup only of vg00 (as you have to bring up your system as fast as possible). Your other volume groups must be backed up by standard backup procedures.
2) Also it is easier to restore normal backups on a priority basis then restoring every volume group with ignite-ux. If you have a database application which is of a higher priority than other applications running on your box, you have a chance of restoring that first with normal backup.
3) You may take multiple volume group backups as listed above by someone before me. I wouldn't repeat the same again.
4) I believe ignite will take the backup of raw devices.
Regards,
Anil (if you find suitable answers then don't forget to assign points)
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 01:36 PM
09-17-2002 01:36 PM
Re: Full Backup or Ignite Backup
Our Disaster Recovery procedures:
1 - Recover vg00 from ignite
2 - create non-root volume groups
3 - frecover non-root data
4 - recover database data from db backups
This is tested twice a year at Sungard.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 11:50 PM
09-18-2002 11:50 PM
Re: Full Backup or Ignite Backup
Thank you very much for your suggestions and guidlines.
I am waiting for the weekend to test all your suggested methods and would come back to you next week.
Cheers,
Mohammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 03:05 AM
09-19-2002 03:05 AM
Re: Full Backup or Ignite Backup
Do you have such script handy which could build the volume groups and logical volumes.
I would appreciate if you could pass it to me.
Regards,
Mohammad