<?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 Re: Help needed for bootable installation tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083148#M143127</link>
    <description>Have you looking to "ignite"?&lt;BR /&gt; &lt;BR /&gt;A utility called "make_tape_recovery" will make a bootable tape with vg00 tar saved on it.&lt;BR /&gt; &lt;BR /&gt;I believe their is a way to add post-install scripts.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
    <pubDate>Wed, 01 Oct 2003 18:53:12 GMT</pubDate>
    <dc:creator>Rodney Hills</dc:creator>
    <dc:date>2003-10-01T18:53:12Z</dc:date>
    <item>
      <title>Help needed for bootable installation tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083147#M143126</link>
      <description>In the make_medialif manpage example 9, making of a bootable depot tape is explained. My intention is to go a little further, to append a x.tar.gz file to the tape and then run a post-install script to deploy the package contained in the file x.tar.gz, but everything should be singly contained in the boot tape.&lt;BR /&gt;Can I do that?&lt;BR /&gt;Jun</description>
      <pubDate>Wed, 01 Oct 2003 14:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083147#M143126</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2003-10-01T14:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for bootable installation tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083148#M143127</link>
      <description>Have you looking to "ignite"?&lt;BR /&gt; &lt;BR /&gt;A utility called "make_tape_recovery" will make a bootable tape with vg00 tar saved on it.&lt;BR /&gt; &lt;BR /&gt;I believe their is a way to add post-install scripts.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 01 Oct 2003 18:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083148#M143127</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2003-10-01T18:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for bootable installation tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083149#M143128</link>
      <description>The best way to make a bootable tape is ignite-ux, &lt;BR /&gt;1. install ignite-ux here:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/download.html#pax1" target="_blank"&gt;http://www.software.hp.com/products/IUX/download.html#pax1&lt;/A&gt;&lt;BR /&gt;2. after installation, you can simply run "make_tape_recovery" to create a bootable tape:&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00&lt;BR /&gt;the tape can used to boot the machine and recover the vg00.</description>
      <pubDate>Wed, 01 Oct 2003 22:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083149#M143128</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-10-01T22:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for bootable installation tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083150#M143129</link>
      <description>Jun,&lt;BR /&gt;&lt;BR /&gt;As previously suggested above, Ignite/UX and make_tape_recovery are the best path.  &lt;BR /&gt;&lt;BR /&gt;Have a look at the following :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX" target="_blank"&gt;http://www.software.hp.com/products/IUX&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have used ignite/UX and created ignite boot tapes for our HPUX 11i 9000 servers.&lt;BR /&gt;&lt;BR /&gt;One thing to remember is that it is worth creating the tapes for the entire root volume group (vg00). Following install of ignite/ux you can achieve this by typing :-&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;It works, and its easy to accomplish!&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Thu, 02 Oct 2003 05:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083150#M143129</guid>
      <dc:creator>Keith Bevan_1</dc:creator>
      <dc:date>2003-10-02T05:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for bootable installation tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083151#M143130</link>
      <description>The best way to make a bootable tape is ignite. It is free tool from hp. Can be downloaded at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=IGNITEUXB&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Use following command&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -v -a /dev/rmt/0mn -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;It will create bootable tape.&lt;BR /&gt;&lt;BR /&gt;-GK-</description>
      <pubDate>Thu, 02 Oct 2003 09:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083151#M143130</guid>
      <dc:creator>GK_5</dc:creator>
      <dc:date>2003-10-02T09:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for bootable installation tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083152#M143131</link>
      <description>Thank you so much for the replies.&lt;BR /&gt;My customers are located nation wide, and my company haven't assign anybody as field engineer. All I know is that the customers have some A,D,L,H,K class machines. Eventhough I can dial in to a customer machine and get the disk configuration, it may not be convenient for me to make one at my site, I don't have all those classed machines. So I liked the idea of the depot tape: get everything on it and let the installer to pick and answer questions.&lt;BR /&gt;My immediate step is to make a depot on the disk including all the source packages (.tar.gz) and scripts I prepared, associated with the information like where they should be copied to the target system, and then swcopy it to the serialdepot, just like I do to core or app.&lt;BR /&gt;You may have better ideas, or be able to help me to make such a depot. &lt;BR /&gt;&lt;BR /&gt;Jun</description>
      <pubDate>Thu, 02 Oct 2003 10:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083152#M143131</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2003-10-02T10:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for bootable installation tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083153#M143132</link>
      <description>When you said "bootable", I assumed booting up an hpux system. If you are distributing software, depots are the way to go.&lt;BR /&gt; &lt;BR /&gt;But rather then tape, you could burn a CD. HPUX11 has made it pretty easy to mount Rock-Ridge formated CDs.&lt;BR /&gt; &lt;BR /&gt;Easier to handle and swinstall can read the depot file directly.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 02 Oct 2003 10:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083153#M143132</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2003-10-02T10:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for bootable installation tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083154#M143133</link>
      <description>Rodney,&lt;BR /&gt;    If you do a manpage view of make_medialif, and see Example 9, we'll be on the same page. I can as well choose to burn CD. The only obstacle is the capacity of a single CD, and most of my customers don't have DVD drive. A DDS-1 tape without compression is 2GB by capacity, which is the size required for OS + applications.&lt;BR /&gt;&lt;BR /&gt;Jun</description>
      <pubDate>Thu, 02 Oct 2003 10:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-for-bootable-installation-tape/m-p/3083154#M143133</guid>
      <dc:creator>Jun Zhang_4</dc:creator>
      <dc:date>2003-10-02T10:53:58Z</dc:date>
    </item>
  </channel>
</rss>

