<?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 IGNITE Backups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951217#M413545</link>
    <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;wondering if someone can help me in how to make an OS image by using the Ignite software.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Tue, 10 Jan 2006 11:38:10 GMT</pubDate>
    <dc:creator>Alex Almaraz</dc:creator>
    <dc:date>2006-01-10T11:38:10Z</dc:date>
    <item>
      <title>IGNITE Backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951217#M413545</link>
      <description>Hi Gurus,&lt;BR /&gt;&lt;BR /&gt;wondering if someone can help me in how to make an OS image by using the Ignite software.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 10 Jan 2006 11:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951217#M413545</guid>
      <dc:creator>Alex Almaraz</dc:creator>
      <dc:date>2006-01-10T11:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951218#M413546</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;How about the make_sys_image command.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 11:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951218#M413546</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2006-01-10T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951219#M413547</link>
      <description>I'd start by reviewing some of the docs at this URL&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/IUX/infolib.html" target="_blank"&gt;http://www.docs.hp.com/en/IUX/infolib.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What's the scope of the ignite backups you're wanting in your environment&amp;gt;&lt;BR /&gt;&lt;BR /&gt;1.  Do you just want to ignite a single server locally? &lt;BR /&gt;&lt;BR /&gt;2.  Or copy the OS of  several servers to one central Ignite server?&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 11:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951219#M413547</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2006-01-10T11:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951220#M413548</link>
      <description>Hi Alex:&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;This will create a bootable tape backup image of vg00.  See the manpages for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 11:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951220#M413548</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-10T11:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951221#M413549</link>
      <description>The make_sys_image command create an image of the vg00 to the default tape device (typically /dev/rmt/0m)&lt;BR /&gt;&lt;BR /&gt;Depending on your configuration, you may want to include other volume groups.&lt;BR /&gt;&lt;BR /&gt;Do a man make_sys_image to see the many options available</description>
      <pubDate>Tue, 10 Jan 2006 11:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951221#M413549</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-01-10T11:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951222#M413550</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The scope of this question is to have a good copy of the current configuration of a server. An HP engineer recommended me  to use the ingnite software but if some of you has a better suggets, I will really appreciate it. In the James response, I suppose I can repeat the command for each VG or include all of them in just one line.&lt;BR /&gt;is this correct?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 10 Jan 2006 12:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951222#M413550</guid>
      <dc:creator>Alex Almaraz</dc:creator>
      <dc:date>2006-01-10T12:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951223#M413551</link>
      <description>Ignite is designed to create a bootable archive, to tape or network, of the operating system ONLY.  It is NOT designed to be used as a general backup tool.&lt;BR /&gt;&lt;BR /&gt;YOu should use Ignite to create bootable backups of your OS and another tool to do regular backups of your data.&lt;BR /&gt;&lt;BR /&gt;I try to keep HP-UX on VG00 and data on other VGs.  That way if VG00 blows up, I can recover it and still have the other data available.&lt;BR /&gt;&lt;BR /&gt;My preferred method is to create tapes via the command:&lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00</description>
      <pubDate>Tue, 10 Jan 2006 12:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951223#M413551</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-01-10T12:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951224#M413552</link>
      <description>Thanks Patrick for the explanation, indeed, I am using another tool for regular backups (netbackup). So, just making a vg00 backup to use just in case, is ok for me.&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
      <pubDate>Tue, 10 Jan 2006 12:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951224#M413552</guid>
      <dc:creator>Alex Almaraz</dc:creator>
      <dc:date>2006-01-10T12:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951225#M413553</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Even if you do not have any other mode of backup, taking non-root VG backups using ignite is not worth useful unless it is taken when the  files are not is use. Which is not the case most of the time.&lt;BR /&gt;&lt;BR /&gt;So it will be always safe to backup your root using ignite and other VGs using proper application supported backup tool. The best reason supporting this will be that there is a rare possibility of both root and other VG's getting corrupted simultaneously. So while recovering, there is no point in recoverying both root and other VG's when there was problem in only one VG either roor or other. This will delay the recovery depending upon the volume of data.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 11 Jan 2006 06:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951225#M413553</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-11T06:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: IGNITE Backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951226#M413554</link>
      <description>Thanks all for you very important help, specially to James, Patrick and Devender.</description>
      <pubDate>Wed, 25 Jan 2006 16:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backups/m-p/4951226#M413554</guid>
      <dc:creator>Alex Almaraz</dc:creator>
      <dc:date>2006-01-25T16:27:08Z</dc:date>
    </item>
  </channel>
</rss>

