<?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: How to create an Ignite tape for hp-ux??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093743#M145461</link>
    <description>for the (tape) explanation run the command &lt;BR /&gt;"man 7 mt"&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;JL</description>
    <pubDate>Wed, 15 Oct 2003 06:20:43 GMT</pubDate>
    <dc:creator>Jean-Luc Oudart</dc:creator>
    <dc:date>2003-10-15T06:20:43Z</dc:date>
    <item>
      <title>How to create an Ignite tape for hp-ux???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093742#M145460</link>
      <description>Hello Everybody!&lt;BR /&gt;I need to make an Ignite to my servers, but I need to know the right command to do it.&lt;BR /&gt;O.S.&amp;gt;hp-ux 11i, tape drive&amp;gt;DDS3&lt;BR /&gt;I want to know the syntaxis, options and wich is better, make_recovery or make_tape_recovery?? &lt;BR /&gt;When We use ioscan -fnC tape, appear: /dev/rmt/3m&lt;BR /&gt;/dev/rmt/3mn; /dev/rmt/3mb; /dev/rmt/3mn, wich is the meaning of 3m, 3mn_???&lt;BR /&gt;Thank yor for your comments.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 06:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093742#M145460</guid>
      <dc:creator>Sebastian Perez</dc:creator>
      <dc:date>2003-10-15T06:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an Ignite tape for hp-ux???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093743#M145461</link>
      <description>for the (tape) explanation run the command &lt;BR /&gt;"man 7 mt"&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;JL</description>
      <pubDate>Wed, 15 Oct 2003 06:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093743#M145461</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-10-15T06:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an Ignite tape for hp-ux???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093744#M145462</link>
      <description>Hi&lt;BR /&gt;Try the following command:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -a $tapein -x inc_entire=vg00 -I -t "Recovery&lt;BR /&gt; tape created from $hostname on $date"&lt;BR /&gt;&lt;BR /&gt;Replace the $tapein with your device (/dev/rmt/3mn) it need the no rewind device to work correctly, the bit after the -t is for your own comments, this will create a bootable Ignite image of the server that you are running it on.&lt;BR /&gt;&lt;BR /&gt;Kev,&lt;BR /&gt;&lt;BR /&gt;"I'd rather be flying"</description>
      <pubDate>Wed, 15 Oct 2003 06:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093744#M145462</guid>
      <dc:creator>Kevin Lamb_2</dc:creator>
      <dc:date>2003-10-15T06:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an Ignite tape for hp-ux???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093745#M145463</link>
      <description>3mb is the berkely device driver, 3mn is the AT&amp;amp;T driver with no rewind on the tape.  It doesn't matter if you use the "m" or the "mb" but you MUST use one with an "n" at the end. &lt;BR /&gt; &lt;BR /&gt;Please read the make_tape_recovery man page for complete options for your site but the simplest form would be "make_tape_recovery -A -a /dev/rmt/3mn"</description>
      <pubDate>Wed, 15 Oct 2003 06:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093745#M145463</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-15T06:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an Ignite tape for hp-ux???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093746#M145464</link>
      <description>Hi,&lt;BR /&gt;make_recovery is old and obsolete. You should use make_tape_recovery, e.g.:&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/3mn&lt;BR /&gt; &lt;BR /&gt;as ignite requires that the non-rewinding device be used.&lt;BR /&gt;If you want to include all of vg00 then append this to the above:&lt;BR /&gt; &lt;BR /&gt; -x inc_entire=vg00"&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;and then remember to take a new ignite backup after every change made to the OS.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 06:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093746#M145464</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2003-10-15T06:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an Ignite tape for hp-ux???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093747#M145465</link>
      <description>&lt;BR /&gt;The comand required will be :-&lt;BR /&gt;&lt;BR /&gt;opt/ignite/bin/make_tape_recovery -a /dev/rmt/3mn -x inc_entire=vg00 &lt;BR /&gt;&lt;BR /&gt;The inc_entire vg00 will ensure that you default root volume group &amp;amp; os filesystems are recoverable from the tape.&lt;BR /&gt;&lt;BR /&gt;You should also be able to get a man page on make_tape_recovery for more information :-&lt;BR /&gt;&lt;BR /&gt;man make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Wed, 15 Oct 2003 06:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-an-ignite-tape-for-hp-ux/m-p/3093747#M145465</guid>
      <dc:creator>Keith Bevan_1</dc:creator>
      <dc:date>2003-10-15T06:44:42Z</dc:date>
    </item>
  </channel>
</rss>

