<?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: Bootable Tape Backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795307#M80815</link>
    <description>The closest equivalent is an Ignite/UX make_tape_recovery. This is intended to restore /dev/vg00 but you do bring the machine back complete with all patches and installed software (as long as /opt and /usr are in VG00). You then rely upon your more traditional backups for remaining VG's. In the best of worlds, you still run make_tape_recovery but you never need it because you are also running Mirror/UX, all your disks are hot-pluggable, and thus you never need to shutdown for a failed disk.&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Aug 2002 19:54:31 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-08-27T19:54:31Z</dc:date>
    <item>
      <title>Bootable Tape Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795305#M80813</link>
      <description>Which backup method should I use to make a tape that I can boot from? I am looking for the HP-UX equivalent of the AIX mksysb command.&lt;BR /&gt;Will this command cover all filesystems or only the root filesystem?</description>
      <pubDate>Tue, 27 Aug 2002 19:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795305#M80813</guid>
      <dc:creator>Don Clayton</dc:creator>
      <dc:date>2002-08-27T19:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable Tape Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795306#M80814</link>
      <description>If you want to make a emergency recovery tape you can download Ignite UX from HP Website for free. By that you can create the emergency recovery tape with complete backup of VG00.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Tue, 27 Aug 2002 19:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795306#M80814</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-08-27T19:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable Tape Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795307#M80815</link>
      <description>The closest equivalent is an Ignite/UX make_tape_recovery. This is intended to restore /dev/vg00 but you do bring the machine back complete with all patches and installed software (as long as /opt and /usr are in VG00). You then rely upon your more traditional backups for remaining VG's. In the best of worlds, you still run make_tape_recovery but you never need it because you are also running Mirror/UX, all your disks are hot-pluggable, and thus you never need to shutdown for a failed disk.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Aug 2002 19:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795307#M80815</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-27T19:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable Tape Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795308#M80816</link>
      <description>Hi Don:&lt;BR /&gt;&lt;BR /&gt;"Ignite" software implements this ability.&lt;BR /&gt;&lt;BR /&gt;You can obtain both documentation and software from 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;Ignite software can be installed (via 'swinstall') in a few minutes and does not require a reboot.  'man' pages are provided with the installed software, too.&lt;BR /&gt;&lt;BR /&gt;Once installed, you can create a bootable tape of volume group vg00 containing the operating system's filesystems use: &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;This tape is bootable and can be used to clone your server; recover a defunct vg00; or simply reinstall the OS while resizing its filesystems.&lt;BR /&gt;&lt;BR /&gt;'vgexport' map files are automatically created for each non-vg00 volume group and a 'vgimport' is attempted for them if the recovery tape is invoked.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Aug 2002 19:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795308#M80816</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-27T19:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bootable Tape Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795309#M80817</link>
      <description>Yes, make_tape_recovery is the command. You can make the bootable tape with that and can reload the OS if necessary in future:&lt;BR /&gt;&lt;BR /&gt;# man make_tape_recovery&lt;BR /&gt;# man make_recovery (old version)</description>
      <pubDate>Tue, 27 Aug 2002 20:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootable-tape-backup/m-p/2795309#M80817</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-27T20:02:19Z</dc:date>
    </item>
  </channel>
</rss>

