<?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_reqcovery tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590593#M32823</link>
    <description>Hi Jeff:&lt;BR /&gt;&lt;BR /&gt;For makeing an Ignite recovery tape using 'make_tape_revovery' and including all of vg00 (including with 'vgxport'/vgimport' mapfiles!) do:&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;The '-I' option causes the subsequent use of the tape to be interactive.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 05 Oct 2001 19:50:09 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-10-05T19:50:09Z</dc:date>
    <item>
      <title>make_reqcovery tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590591#M32821</link>
      <description>How do you make a make_recovery tape and what does it actually backup?&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 19:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590591#M32821</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2001-10-05T19:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: make_reqcovery tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590592#M32822</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;The command "make_recovery" is used to create a ignite backup of your operating system. &lt;BR /&gt;&lt;BR /&gt;The command you can use is&lt;BR /&gt;make_recovery -Avi&lt;BR /&gt;&lt;BR /&gt;This will backup the complete OS on /dev/vg00. If you take a ignite backup in this manner and you are required to reinstall using this tape, you will not be required to reinstall the other packages you have on your system as on the date the ignite tape was created.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Oct 2001 19:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590592#M32822</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-10-05T19:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: make_reqcovery tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590593#M32823</link>
      <description>Hi Jeff:&lt;BR /&gt;&lt;BR /&gt;For makeing an Ignite recovery tape using 'make_tape_revovery' and including all of vg00 (including with 'vgxport'/vgimport' mapfiles!) do:&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;The '-I' option causes the subsequent use of the tape to be interactive.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 05 Oct 2001 19:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590593#M32823</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-05T19:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: make_reqcovery tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590594#M32824</link>
      <description>A minor point is you need to have ignite on your system. If its not there its on disk 2 of the current application cd set use swinstall to install it. You will find the executeable in /opt/ignite/bin.  Also if you use make_recovery include the -C option as well. You can then use check_ recovery app to assure your self of its integrity. Yo can also do a dd if=/dev/rmt/0m of=/tmp/&lt;SOME_DIR&gt;/&lt;FILENAME&gt; bs=2k then run lifls on &lt;FILENAME&gt; to check the lif integrity.&lt;/FILENAME&gt;&lt;/FILENAME&gt;&lt;/SOME_DIR&gt;</description>
      <pubDate>Sun, 07 Oct 2001 13:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590594#M32824</guid>
      <dc:creator>Neil Harris</dc:creator>
      <dc:date>2001-10-07T13:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: make_reqcovery tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590595#M32825</link>
      <description>The make_recovery command is only backup root vg!!! but you can move usr lv to other vg,&lt;BR /&gt;in this case, make_recovery will backup root vg&amp;amp; the vg contain /usr lv.&lt;BR /&gt;&lt;BR /&gt;to backup all root vg,do&lt;BR /&gt;# make_recovery -A -C&lt;BR /&gt;&lt;BR /&gt;after the backup finish, check /var/opt/ignite/logs&lt;BR /&gt;to confrim the logs report backup complete.&lt;BR /&gt;&lt;BR /&gt;the make_recovery command will be replaced&lt;BR /&gt;by make_tape_recovery, the new command&lt;BR /&gt;allow you to use a menu way to select what&lt;BR /&gt;you want to backup, I think it is more &lt;BR /&gt;convenient that make_recovery&lt;BR /&gt;&lt;BR /&gt;best regards.</description>
      <pubDate>Tue, 09 Oct 2001 02:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-reqcovery-tape/m-p/2590595#M32825</guid>
      <dc:creator>jt yang</dc:creator>
      <dc:date>2001-10-09T02:37:32Z</dc:date>
    </item>
  </channel>
</rss>

