<?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: Ignite Recovery in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705892#M59280</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Assign points then !&lt;BR /&gt;&lt;BR /&gt;C.</description>
    <pubDate>Thu, 18 Apr 2002 06:35:18 GMT</pubDate>
    <dc:creator>Clemens van Everdingen</dc:creator>
    <dc:date>2002-04-18T06:35:18Z</dc:date>
    <item>
      <title>Ignite Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705888#M59276</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yesterday I made a ignite recovery tape of one A-Class server and then booted the machine from it. It has done perfect recovery . But to my surprise it has also recovered /test and /test1 partitions which are in the same vg [root vg , vg00]. I believe ignite is meant for only recovering var, opt, usr., / , stand, etc partitions. I have prepared the tape with following syntax :-&lt;BR /&gt;&lt;BR /&gt;make_recovery -A -C -v -d /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;Can someone pl explain me why it was so.</description>
      <pubDate>Thu, 18 Apr 2002 06:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705888#M59276</guid>
      <dc:creator>SSP_1</dc:creator>
      <dc:date>2002-04-18T06:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705889#M59277</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No !&lt;BR /&gt;&lt;BR /&gt;If you use make_recovery -A all content of VG00 is backup up.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Thu, 18 Apr 2002 06:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705889#M59277</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-18T06:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705890#M59278</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Using those permissions, the archive being created will include the entire /dev/vg00 volume group. That is why you have also recovered /test &amp;amp; /test1.&lt;BR /&gt;&lt;BR /&gt;It is always better to have a clean /dev/vg00 volume group containing only the necessary filesystems that you need. This is especially true if your going to deploy the archives across other systems.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Thu, 18 Apr 2002 06:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705890#M59278</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-18T06:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705891#M59279</link>
      <description>thanks......I got it........</description>
      <pubDate>Thu, 18 Apr 2002 06:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705891#M59279</guid>
      <dc:creator>SSP_1</dc:creator>
      <dc:date>2002-04-18T06:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705892#M59280</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Assign points then !&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Thu, 18 Apr 2002 06:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705892#M59280</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-18T06:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705893#M59281</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Instead of using the deprecated 'make_recovery', use 'make_tape_recovery'.  The later command allows you to specify the inclusion and/or exclusion of files and directories.  The man pages for 'make_tape_recovery' detail these options.&lt;BR /&gt;&lt;BR /&gt;Volume group vg00 can be archived with 'make_tape_recovery' with the following simple command: &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;Or, in your case, you could do:&lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery -x inc_entire=vg00 -x exclude=/test -I -v -a /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;Get the latest Ignite software and documentation here: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/download.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Apr 2002 11:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-recovery/m-p/2705893#M59281</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-18T11:04:57Z</dc:date>
    </item>
  </channel>
</rss>

