- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Golden Image of 11.11 system
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-24-2003 04:42 PM
07-24-2003 04:42 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2003 06:16 PM
07-24-2003 06:16 PM
SolutionYou can verify a make_net_recovery archive, at least the pax backup portion, by going:
# gzcat
That will list all of the files on the screen for you. If you want the file list in a text file to view later:
# gzcat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2003 06:54 PM
07-24-2003 06:54 PM
Re: Golden Image of 11.11 system
That will create an archive file.
Back that up along with the configuration of the Ignite Server itself and you've got it on two tapes.
The only way I trust to verify an image is to restore from it.
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-25-2003 02:32 PM
07-25-2003 02:32 PM
Re: Golden Image of 11.11 system
Thanks for the reply. I went through that file as well, and that's how I realized that I have to create a lif file. It talked about 3 cfg files (system, control, and archive). Where do I get these? I guess I needed more understanding on what these cfg files consists of. I used the core.cfg file in /opt/ignite/data/examples to create the lif below: Would this work?
# instl_adm defaults:
# NOTE: Manual additions between the lines containing "instl_adm defaults"
# and "end instl_adm defaults" will not be preserved.
server="127.0.0.1"
netmask[]="255.255.255.0"
route_gateway[0]="172.31.50.254"
route_destination[0]="default"
run_ui=false
control_from_server=false
env_vars += "INST_ALLOW_WARNNGS=10"
env_vars += "INST_BATCH_MODE_TIMEOUT=10"
# end instl_adm defaults.
Steven,
We will be using the A class as the ignite server and will be storing the images on a emc storage array. As of now the image is local because we haven't put the necessary cards to hook it up to the san switch and the A class hasn't a tape drive on it. But yes, if I had a drive, I could definitly use a process like this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 02:38 PM
07-25-2003 02:38 PM
Re: Golden Image of 11.11 system
You'll need to customize your make_sys_image file and your Ignite profiles.
What you'll also want to do once the Ignite system is deployed is regular make_net_recovery jobs on the Ignite clients. The Ignite Server will act like a little DR center onsite. An Ignite tape of the A-Class plus a backup of the make_net_recovery archives could put you back in business at a DR site within hours.
We are in the process of doing just this right now, though we are further along.
Makes sure that A Class has a large disk area dedicated to ignite golden image and archive files so you can do the job right.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com