<?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: Make_Tape_Recovery in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582751#M511382</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;also note -I is a capital i&lt;BR /&gt;&lt;BR /&gt;Volkmar</description>
    <pubDate>Thu, 14 Jul 2005 08:32:44 GMT</pubDate>
    <dc:creator>V. Nyga</dc:creator>
    <dc:date>2005-07-14T08:32:44Z</dc:date>
    <item>
      <title>Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582744#M511375</link>
      <description>I am going to make a recovery tape and the following is the command I plan to use.  Would anyone recommend a better command.&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -A -v -x inc_entire=/dev/vg00</description>
      <pubDate>Thu, 14 Jul 2005 08:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582744#M511375</guid>
      <dc:creator>David Dangerfield_1</dc:creator>
      <dc:date>2005-07-14T08:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582745#M511376</link>
      <description>Hi Dave&lt;BR /&gt;&lt;BR /&gt;you might want to specify the device you are going to use with the -a &lt;TAPE_DRIVE&gt; option, e.g.  &lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -A -v -x inc_entire=/dev/vg00 -a /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Remember you can also use "-p" option to preview everything you do.&lt;BR /&gt;&lt;BR /&gt;Other than that seems fine to me&lt;BR /&gt;&lt;BR /&gt;Neil.&lt;/TAPE_DRIVE&gt;</description>
      <pubDate>Thu, 14 Jul 2005 08:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582745#M511376</guid>
      <dc:creator>Neil Wilson_2</dc:creator>
      <dc:date>2005-07-14T08:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582746#M511377</link>
      <description>I don't use the -A option:&lt;BR /&gt;make_tape_recovery -a /dev/rmt/_mn -I -x inc_entire=/dev/vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 14 Jul 2005 08:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582746#M511377</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-14T08:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582747#M511378</link>
      <description>THANKS very much</description>
      <pubDate>Thu, 14 Jul 2005 08:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582747#M511378</guid>
      <dc:creator>David Dangerfield_1</dc:creator>
      <dc:date>2005-07-14T08:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582748#M511379</link>
      <description>This is the one I use.&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -Iv -x inc_entire=vg00 -a /dev/rmt/?mn&lt;BR /&gt;&lt;BR /&gt;-I Cause the system recovery process to be interactive when booting from the tape.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 14 Jul 2005 08:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582748#M511379</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-07-14T08:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582749#M511380</link>
      <description>I also like to add the '-I' option to foce an interactive install when booting from the tape.&lt;BR /&gt;&lt;BR /&gt;My usual command line is:&lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery -a /dev/rmt/?mn -I -m tar -t "$(uname -n) recovery tape create on $(date)" -v -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;Have a look at the man page for explanations of the options.</description>
      <pubDate>Thu, 14 Jul 2005 08:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582749#M511380</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-07-14T08:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582750#M511381</link>
      <description>Add the interactive option. All else looks good. &lt;BR /&gt;&lt;BR /&gt;The default device in 0m. If you prefer to go to a different device add that option as well.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2005 08:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582750#M511381</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-14T08:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582751#M511382</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;also note -I is a capital i&lt;BR /&gt;&lt;BR /&gt;Volkmar</description>
      <pubDate>Thu, 14 Jul 2005 08:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582751#M511382</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-07-14T08:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582752#M511383</link>
      <description>Ok I did the following command &lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -A -I -p -v -x inc_entire=/dev/vg00 -a /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Then I get when the recovery tape starts the following over and over and over.&lt;BR /&gt;&lt;BR /&gt;make_sys_image process still has not stopped.....&lt;BR /&gt;&lt;BR /&gt;Any idea's</description>
      <pubDate>Thu, 14 Jul 2005 10:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582752#M511383</guid>
      <dc:creator>David Dangerfield_1</dc:creator>
      <dc:date>2005-07-14T10:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582753#M511384</link>
      <description>The device should be the non-rewind device;&lt;BR /&gt;0mn&lt;BR /&gt;&lt;BR /&gt;The length of time can be related to system horsepower, DAT drive version (DDS1 or DDS4), size of the DDS tape in use, how big is vg00, etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How long has it been running?</description>
      <pubDate>Thu, 14 Jul 2005 10:18:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582753#M511384</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-14T10:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582754#M511385</link>
      <description>It is a DD3 tape 24gb tape.  36GB drive with about 20GB on VG00.&lt;BR /&gt;&lt;BR /&gt;As soon as I do the make_tape_recovery is when I get the messages.  And the tape never creates</description>
      <pubDate>Thu, 14 Jul 2005 10:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582754#M511385</guid>
      <dc:creator>David Dangerfield_1</dc:creator>
      <dc:date>2005-07-14T10:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582755#M511386</link>
      <description>Also once tape has been done is there a way to check the tape to make sure good recovery tape.</description>
      <pubDate>Thu, 14 Jul 2005 10:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582755#M511386</guid>
      <dc:creator>David Dangerfield_1</dc:creator>
      <dc:date>2005-07-14T10:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582756#M511387</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/0mn rew &lt;BR /&gt;rewinds the tape&lt;BR /&gt;# mt -f /dev/rmt/0mn fsf 1 &lt;BR /&gt;skips the LIF area&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# tar tvf /dev/rmt/0m &amp;gt;&amp;gt; ignite.log&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 14 Jul 2005 13:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582756#M511387</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2005-07-14T13:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Make_Tape_Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582757#M511388</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please check if you really need the '-A' option.&lt;BR /&gt;For make_tape_recovery it means:&lt;BR /&gt;'make_tape_recovery will read the /opt/ignite/recovery/mnr_essentials file or /var/opt/ignite/recovery/mnr_essentials to check the file inclusions'&lt;BR /&gt;&lt;BR /&gt;Do you really want this?&lt;BR /&gt;Does the file exists?&lt;BR /&gt;&lt;BR /&gt;V.</description>
      <pubDate>Fri, 15 Jul 2005 01:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery/m-p/3582757#M511388</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-07-15T01:16:36Z</dc:date>
    </item>
  </channel>
</rss>

