<?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 differences in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672061#M518541</link>
    <description>Hi Mark:&lt;BR /&gt;&lt;BR /&gt;From the man pages for 'make_tape_recovery':&lt;BR /&gt;&lt;BR /&gt;/begin_quote/&lt;BR /&gt;&lt;BR /&gt;Create a system recovery tape with all the files/directories on the disk(s)/volume group(s) containing the files specified by the default essentials file list /opt/ignite/recovery/mnr_essentials or the user defined version of this file, that replaces this file, /var/opt/ignite/recovery/mnr_essentials.&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -A&lt;BR /&gt;&lt;BR /&gt;Create a system recovery tape that includes files from all file systems in the vg00 volume group:&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;/end_quote/&lt;BR /&gt;&lt;BR /&gt;For simplicity, I prefer the 'inc_entire-vg00' given a standard HP-UX boot disk with the standard filesystems thereon.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 26 Feb 2002 22:46:10 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-02-26T22:46:10Z</dc:date>
    <item>
      <title>make_tape_recovery differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672060#M518540</link>
      <description>Does anyone know what the difference is (if any) between:&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -A&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;Thanks much,&lt;BR /&gt;&lt;BR /&gt;-mark</description>
      <pubDate>Tue, 26 Feb 2002 22:34:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672060#M518540</guid>
      <dc:creator>Mark Sellan</dc:creator>
      <dc:date>2002-02-26T22:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672061#M518541</link>
      <description>Hi Mark:&lt;BR /&gt;&lt;BR /&gt;From the man pages for 'make_tape_recovery':&lt;BR /&gt;&lt;BR /&gt;/begin_quote/&lt;BR /&gt;&lt;BR /&gt;Create a system recovery tape with all the files/directories on the disk(s)/volume group(s) containing the files specified by the default essentials file list /opt/ignite/recovery/mnr_essentials or the user defined version of this file, that replaces this file, /var/opt/ignite/recovery/mnr_essentials.&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -A&lt;BR /&gt;&lt;BR /&gt;Create a system recovery tape that includes files from all file systems in the vg00 volume group:&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;/end_quote/&lt;BR /&gt;&lt;BR /&gt;For simplicity, I prefer the 'inc_entire-vg00' given a standard HP-UX boot disk with the standard filesystems thereon.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 26 Feb 2002 22:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672061#M518541</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-02-26T22:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672062#M518542</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;I believe both are same.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Feb 2002 22:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672062#M518542</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-26T22:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672063#M518543</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Actually the -x option is to include other addtional  VG's like VG01 ..ie "-x inc_entire=vg01" .&lt;BR /&gt; &lt;BR /&gt;1. make_tape_recovery -A &lt;BR /&gt;&lt;BR /&gt;This will defult include the VG00 in the archive.&lt;BR /&gt;&lt;BR /&gt;2. make_tape_recovery -x inc_entire=vg00 &lt;BR /&gt;&lt;BR /&gt;This will include only the volume group data in VG00 and restore the same  use as below&lt;BR /&gt;&lt;BR /&gt;#make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;as stated above both are same only thing is -x option used to include other VG's if you need full system backup , to restore your data..&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Sudalaimani.S</description>
      <pubDate>Tue, 26 Feb 2002 22:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672063#M518543</guid>
      <dc:creator>Sudalaimani</dc:creator>
      <dc:date>2002-02-26T22:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: make_tape_recovery differences</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672064#M518544</link>
      <description>Basically, there is no difference.  If you use the -A option with make_tape_recovery it will backup (by default) vg00.  The man pages are quite informative.&lt;BR /&gt;&lt;BR /&gt;I just finished doing some testing using the different options, and -A and the -x include_entire=vg00 produce the same results.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jo</description>
      <pubDate>Wed, 27 Feb 2002 20:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-tape-recovery-differences/m-p/2672064#M518544</guid>
      <dc:creator>Joanne Keegan</dc:creator>
      <dc:date>2002-02-27T20:46:29Z</dc:date>
    </item>
  </channel>
</rss>

