<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Golden Image of 11.11 system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033032#M516595</link>
    <description>I have created an archive image of an A Class system running HP-UX B.11.11 on a directory /iux_images/sys1.  This system does not have a tape drive but I also wanted to keep a backup to tape using another machine.  I went through some search and found that I still have to create a LIF file in order for this tape I want to create to be usable for igniting other systems.  The problem I have is non of the examples in the make_medialif man pages are for an 11.11 system.  Would these examples work for me?  The other reason I would like to put it on tape is to verify the contents of the archive.  Is that the only way to verify the archive of an image?  Thanks in advance.</description>
    <pubDate>Thu, 24 Jul 2003 23:42:42 GMT</pubDate>
    <dc:creator>J.D._3</dc:creator>
    <dc:date>2003-07-24T23:42:42Z</dc:date>
    <item>
      <title>Golden Image of 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033032#M516595</link>
      <description>I have created an archive image of an A Class system running HP-UX B.11.11 on a directory /iux_images/sys1.  This system does not have a tape drive but I also wanted to keep a backup to tape using another machine.  I went through some search and found that I still have to create a LIF file in order for this tape I want to create to be usable for igniting other systems.  The problem I have is non of the examples in the make_medialif man pages are for an 11.11 system.  Would these examples work for me?  The other reason I would like to put it on tape is to verify the contents of the archive.  Is that the only way to verify the archive of an image?  Thanks in advance.</description>
      <pubDate>Thu, 24 Jul 2003 23:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033032#M516595</guid>
      <dc:creator>J.D._3</dc:creator>
      <dc:date>2003-07-24T23:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Golden Image of 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033033#M516596</link>
      <description>The examples in the man page *should* be release independent.  Another good document on how to create a tape from a network archive is /opt/ignite/share/doc/makenetrec.txt and look for the section on creating a tape.&lt;BR /&gt;&lt;BR /&gt;You can verify a make_net_recovery archive, at least the pax backup portion, by going:&lt;BR /&gt;&lt;BR /&gt;# gzcat &lt;ARCHIVE_NAME&gt; | tar -tvf -&lt;BR /&gt;&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;# gzcat &lt;ARCHIVE_NAME&gt; | tar -tvf - &amp;gt; /tmp/somefile&lt;/ARCHIVE_NAME&gt;&lt;/ARCHIVE_NAME&gt;</description>
      <pubDate>Fri, 25 Jul 2003 01:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033033#M516596</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-07-25T01:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Golden Image of 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033034#M516597</link>
      <description>The A class should do make_tape_recovery to an Ignite Server.&lt;BR /&gt;&lt;BR /&gt;That will create an archive file. &lt;BR /&gt;&lt;BR /&gt;Back that up along with the configuration of the Ignite Server itself and you've got it on two tapes.&lt;BR /&gt;&lt;BR /&gt;The only way I trust to verify an image is to restore from it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 25 Jul 2003 01:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033034#M516597</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-25T01:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Golden Image of 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033035#M516598</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;# instl_adm defaults:&lt;BR /&gt;# NOTE: Manual additions between the lines containing "instl_adm defaults"&lt;BR /&gt;#       and "end instl_adm defaults" will not be preserved.&lt;BR /&gt;server="127.0.0.1"&lt;BR /&gt;netmask[]="255.255.255.0"&lt;BR /&gt;route_gateway[0]="172.31.50.254"&lt;BR /&gt;route_destination[0]="default"&lt;BR /&gt;run_ui=false&lt;BR /&gt;control_from_server=false&lt;BR /&gt;env_vars += "INST_ALLOW_WARNNGS=10"&lt;BR /&gt;env_vars += "INST_BATCH_MODE_TIMEOUT=10"&lt;BR /&gt;# end instl_adm defaults.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steven,&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Fri, 25 Jul 2003 21:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033035#M516598</guid>
      <dc:creator>J.D._3</dc:creator>
      <dc:date>2003-07-25T21:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Golden Image of 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033036#M516599</link>
      <description>Good show.&lt;BR /&gt;&lt;BR /&gt;You'll need to customize your make_sys_image file and your Ignite profiles.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;We are in the process of doing just this right now, though we are further along.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 25 Jul 2003 21:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/golden-image-of-11-11-system/m-p/3033036#M516599</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-25T21:38:09Z</dc:date>
    </item>
  </channel>
</rss>

