- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What can the maximum size of an ignite image be?
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
07-20-2009 09:27 AM
07-20-2009 09:27 AM
What can the maximum size of an ignite image be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 09:47 AM
07-20-2009 09:47 AM
Re: What can the maximum size of an ignite image be?
However, good sysadmin practice is to backup only vg00 which contains HP-UX and application directories. A typical vg00 is 5-10 GB, but then you may have a massively large /tmp, /var or /home.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 10:01 AM
07-20-2009 10:01 AM
Re: What can the maximum size of an ignite image be?
Your image is not too large for Ignite.
I think however you may have included too much data in the image.
I use Ignite to replicate system configuration, vg00, and I exclude large data directories.
This image is going to annoy you if you restore it, because the download is going to take quite a long time.
If possible, I would make a smaller one that excludes data and volume groups other than those needed to build the system.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 10:19 AM
07-20-2009 10:19 AM
Re: What can the maximum size of an ignite image be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 03:54 PM
07-20-2009 03:54 PM
Re: What can the maximum size of an ignite image be?
The recommended method is to backup vg00 with a command like this:
make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/
If your vg00 on the source machine is extremely large, use the exclude options in make_tape_recovery to save just the directories for HP-UX:
/stand
/sbin
/etc
/usr
/var
/tmp
Note that /home is not necessary for the Ignite image. Then with a separate backup tool such as fbackup, copy all the other files and directories.
One of the reasons for a small Ignite image is that you can get up and running a LOT faster and work on the new system while the rest of the data is loaded. A single, very large Ignite image will take a long time before you can use the box -- and a long time to find and fix a problem if it comes up during the restore.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 04:28 PM
07-20-2009 04:28 PM
Re: What can the maximum size of an ignite image be?
are you trying to configure a DR for this server?
the fastest way by which you can do is to take a ignite backup of the vg00 including only FS needs to bootup the server. you can exclude all other FS with exclude option of make_tape_recovery. It will also take less time to recover in your case as you have 74GB of image.
Then you can create other VG and LV on server, same as your primary one and restore the backup on them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2009 05:00 AM
07-21-2009 05:00 AM
Re: What can the maximum size of an ignite image be?
Ignite images in general are images of vg00. It's main purpose is to be able to do a bootable bare metal restore. Nothing more, nothing less. All other volume groups should be saved/restored seperately.
My 2 cents,
Armin
PS: Please assign points if you find answers useful!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2009 07:44 AM
07-21-2009 07:44 AM
Re: What can the maximum size of an ignite image be?
These would be per file, not the total size of the archive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2009 08:25 AM
07-21-2009 08:25 AM
Re: What can the maximum size of an ignite image be?
To replicate a system, you need not copy it byte per byte.
Ignite is not a good tool for replicating a 50 GB Oracle database. Yes, it can do it, I've done it a few times.
Ignite is a GREAT tool for replicating the essence of the system, the vg00 boot partition.
It is as I said earlier, better to exclude large data files from the image. It makes the entire process much easier to deal with.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com