<?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 backup tool usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6692407#M494698</link>
    <description>&lt;P&gt;Ignite expects a tape drive or server as a target.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jan 2015 11:15:21 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2015-01-09T11:15:21Z</dc:date>
    <item>
      <title>Ignite backup tool usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6692399#M494697</link>
      <description>&lt;P&gt;Hi friends,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can i use ignite tool to take a backup and store it in a particular directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried a command&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;make_tape_recovery -P s -x inc_entire=vg00 -a /alarm/back -m tar&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My installed ignite software version is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;swlist | grep -i ignite
  IGNITE                                                C.7.3.148      HP-UX Installation Utilities (Ignite-UX)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And i got an error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ERROR:   This is not a character special device.
ERROR:   Check tape device failed.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Please help me to overcome this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved&amp;nbsp;from Netservers to HP-UX &amp;gt; Ignite. - Hp forum Moderator&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2015 06:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6692399#M494697</guid>
      <dc:creator>siva3492</dc:creator>
      <dc:date>2015-01-12T06:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite backup tool usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6692407#M494698</link>
      <description>&lt;P&gt;Ignite expects a tape drive or server as a target.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 11:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6692407#M494698</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2015-01-09T11:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite backup tool usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6693377#M494699</link>
      <description>&lt;P&gt;Ignite/UX is a bare-metal recovery program, not a general purpose backup program. Saving a bare-metal backup as a file is useless when your boot disk has been replaced. You have to restore the boot disk, which is exactly what make_tape_recovery will do but it requires a bootable tape.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is also make_net_recovery which allows backup and recovery from another HP-UX system over tyhe network. Without an Ignite backup, bare-metal recovery would require the install DVD, a set of patches, a map of your filesystem layouts and then a restore of data application and data files.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2015 18:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6693377#M494699</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2015-01-12T18:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite backup tool usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6693383#M494700</link>
      <description>&lt;P&gt;If you have a single server without a tape drive you may consider to use a clone of the OS using "drd clone".&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2015 18:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6693383#M494700</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2015-01-12T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite backup tool usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6693748#M494701</link>
      <description>you have to use make_net_recovery command instead of make_tape_recovery to backup to a ignite server or archive server.&lt;BR /&gt;You need to specify the ignite-ux server and archive server:server while running the command.&lt;BR /&gt;Refer the make_net_recovery man page for more details.</description>
      <pubDate>Tue, 13 Jan 2015 09:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-backup-tool-usage/m-p/6693748#M494701</guid>
      <dc:creator>pradeep m</dc:creator>
      <dc:date>2015-01-13T09:17:52Z</dc:date>
    </item>
  </channel>
</rss>

