- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite "Golden System Image"
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
06-18-2003 03:02 PM
06-18-2003 03:02 PM
Ignite "Golden System Image"
After a close call last week where a full root volume and a bad disk almost made the system unbootable, the HP rep present who saved our hide suggested the obvious solution of usi9ng Ignite to produce what he referred to as a "Golden System Image"
After viewing the apropos man pages, I am looking for a "recipe" or "howto" someone in this forum has nio doubt already authored or composed an in-depth reference thereof.
Any links or information are much appreciated.
I am quite impressed with the forum thus far, it shows peer-review is one of the best approaches, thanks much!
Karl R. Balsmeier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 03:15 PM
06-18-2003 03:15 PM
Re: Ignite "Golden System Image"
The main Ignite page is:
http://software.hp.com/products/IUX
The Ignite/UX download page is:
http://software.hp.com/products/IUX/download.html
Once you have installed it, you will want to create a make_tape_recovery tape for your system. Ignite currently only supports creating this on DDS and DLT, I believe. The command you will want to use is:
# /opt/ignite/bin/make_tape_recovery -I -v -a /dev/rmt/?mn -x inc_entire=vg00
You will want to replace the ?mn with the appropriate tape drive number. BE SURE to use the no-rewind tape device (the one with the mn on the end).
The above command will create a bootable tape with your entire VG00 on it. If you want to learn more about the command do a:
# man make_tape_recovery
If you ever need to restore any files from your tape you can do that too.
# mt -f /dev/rmt/?mn rew
# mt -f /dev/rmt/?mn fsf 1
The above will space forward over the bootable portion of the tape
# tar -tvf /dev/rmt/?mn
This will list the contents of the tape
# tar -xvf /dev/rmt/?mn dir/filename
The above will restore the file. Not that there is NOT a leading / or ./ there. The 'tar -t' command will give you full listing and let you determine if what you need is there.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 04:15 PM
06-18-2003 04:15 PM
Re: Ignite "Golden System Image"
Patrick gave you excellent details on ignite.
Create make_tape_recovery tapes regularly (you can recycle them) can save you a lot of time and efforts. To use make_tape_recovery, you just have to install Ignite-UX product.
However, to install multiple systems and to recover the systems over the network instead of using tapes, you can setup an ignite server. Once you install ignite product, simply run /opt/ignite/bin/ignite in your X-windows, and it will take you through setting up the ignite server. Basically, you will install one server fresh with all the software, patches, kernel parameters etc., installed/configured with your site specific customization. You will then store that image on the ignite server and use it to install other systems through network from the ignite server. This is called "Golden Image".
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 04:30 PM
06-18-2003 04:30 PM
Re: Ignite "Golden System Image"
The others have given you excellent advice on Ignite. I would add that if you have multiple systems to backup you should look at make_net_recovery. You can use this in a script that runs locally and will back up an image of your system to an Ignite Server.
What I have done is to run a weekly script from cron using make_net_recovery to back up the system to the Ignite Server. This takes all the headaches out of changing tapes etc.
This command is very similar to make_tape_recovery except that it backs up the system to an Ignite Server rather than tape.
If you want an example of a script to do this, let me know.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 05:33 PM
06-18-2003 05:33 PM
Re: Ignite "Golden System Image"
If your server ever becomes unbootable, boot off the Ignite server and re-install your OS.
boot lan