- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IGNITE Backups
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
01-10-2006 03:38 AM
01-10-2006 03:38 AM
IGNITE Backups
wondering if someone can help me in how to make an OS image by using the Ignite software.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 03:49 AM
01-10-2006 03:49 AM
Re: IGNITE Backups
How about the make_sys_image command.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 03:51 AM
01-10-2006 03:51 AM
Re: IGNITE Backups
http://www.docs.hp.com/en/IUX/infolib.html
What's the scope of the ignite backups you're wanting in your environment>
1. Do you just want to ignite a single server locally?
2. Or copy the OS of several servers to one central Ignite server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 03:53 AM
01-10-2006 03:53 AM
Re: IGNITE Backups
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
This will create a bootable tape backup image of vg00. See the manpages for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 03:55 AM
01-10-2006 03:55 AM
Re: IGNITE Backups
Depending on your configuration, you may want to include other volume groups.
Do a man make_sys_image to see the many options available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:26 AM
01-10-2006 04:26 AM
Re: IGNITE Backups
The scope of this question is to have a good copy of the current configuration of a server. An HP engineer recommended me to use the ingnite software but if some of you has a better suggets, I will really appreciate it. In the James response, I suppose I can repeat the command for each VG or include all of them in just one line.
is this correct?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:34 AM
01-10-2006 04:34 AM
Re: IGNITE Backups
YOu should use Ignite to create bootable backups of your OS and another tool to do regular backups of your data.
I try to keep HP-UX on VG00 and data on other VGs. That way if VG00 blows up, I can recover it and still have the other data available.
My preferred method is to create tapes via the command:
# make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 04:38 AM
01-10-2006 04:38 AM
Re: IGNITE Backups
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 10:16 PM
01-10-2006 10:16 PM
Re: IGNITE Backups
Even if you do not have any other mode of backup, taking non-root VG backups using ignite is not worth useful unless it is taken when the files are not is use. Which is not the case most of the time.
So it will be always safe to backup your root using ignite and other VGs using proper application supported backup tool. The best reason supporting this will be that there is a rare possibility of both root and other VG's getting corrupted simultaneously. So while recovering, there is no point in recoverying both root and other VG's when there was problem in only one VG either roor or other. This will delay the recovery depending upon the volume of data.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2006 08:27 AM
01-25-2006 08:27 AM