<?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: Full Backup or Ignite Backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807409#M83397</link>
    <description>Dears,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your suggestions and guidlines.&lt;BR /&gt;&lt;BR /&gt;I am waiting for the weekend to test all your suggested methods and would come back to you next week.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Mohammad</description>
    <pubDate>Thu, 19 Sep 2002 06:50:45 GMT</pubDate>
    <dc:creator>Mohammad Kaleem</dc:creator>
    <dc:date>2002-09-19T06:50:45Z</dc:date>
    <item>
      <title>Full Backup or Ignite Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807401#M83389</link>
      <description>We have four volume group (vg00, vg01, vg02, vg03) on N &amp;amp; K-Class servers. I took a full backup with the following command.&lt;BR /&gt;#fbackup -f /dev/rmt/0m -0i / &lt;BR /&gt;and ignite backup with the command..&lt;BR /&gt;#make_recovery -AvCi -d /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;In order to restore full backup. I booted system with Ignite backup and when I tried to restore the full backup its failed with error volume group not found because Ignite tape created only vg00 not other volume group (vg01,vg02...). I created voulme group manually and able to restore the full backup.&lt;BR /&gt;&lt;BR /&gt;I would appreciate if some can answer my following queries.&lt;BR /&gt;&lt;BR /&gt;1- How can I re-store full backup without creating volume group manually?&lt;BR /&gt;&lt;BR /&gt;2- Can ignite take the backup of all volume group?&lt;BR /&gt;&lt;BR /&gt;3- Does fullbackup or Ignite take a backup of raw devices?&lt;BR /&gt;&lt;BR /&gt;Thanks and best regards,&lt;BR /&gt;&lt;BR /&gt;Mohammad</description>
      <pubDate>Tue, 17 Sep 2002 05:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807401#M83389</guid>
      <dc:creator>Mohammad Kaleem</dc:creator>
      <dc:date>2002-09-17T05:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Full Backup or Ignite Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807402#M83390</link>
      <description>ignite will take the backup of vg00 only by default. you will have to specify volume groups you want backup on command line&lt;BR /&gt;check make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;check -x option to inclue/exclude what you want.</description>
      <pubDate>Tue, 17 Sep 2002 05:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807402#M83390</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-09-17T05:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Full Backup or Ignite Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807403#M83391</link>
      <description>Hi&lt;BR /&gt;In normal cases Ignite will restore the volume group configuration as it was backed up, something must have gone wrong in your case. I use a Ignite server but I dont think there is any difference with this if using tape.&lt;BR /&gt;&lt;BR /&gt;Raw devices (as far as I know) can't be backed up with fbackup or Ignite. You have to use dd or some other tool (for example OmniBack).</description>
      <pubDate>Tue, 17 Sep 2002 05:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807403#M83391</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-09-17T05:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Full Backup or Ignite Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807404#M83392</link>
      <description>Hi Mohammad,&lt;BR /&gt;             a small but important detail: your ignite backup is not OK - it requires that you use the non-rewinding device. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 07:26:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807404#M83392</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2002-09-17T07:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Full Backup or Ignite Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807405#M83393</link>
      <description>The whole pupose of ignite is to get you up and going with your base OS, aka vg00.  It is not meant to be a complete backup strategy unto itself.  I would write a script that would build the volume groups and logical volumes for you, then you could get away with doing the following:&lt;BR /&gt;&lt;BR /&gt;1) Perform ignite recovery.&lt;BR /&gt;2) Execute script to build VGs and LVs.&lt;BR /&gt;3) Perform frecover.&lt;BR /&gt;4) Go have a beer while you waite on the restore. :)</description>
      <pubDate>Tue, 17 Sep 2002 19:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807405#M83393</guid>
      <dc:creator>Matt Walker_1</dc:creator>
      <dc:date>2002-09-17T19:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Full Backup or Ignite Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807406#M83394</link>
      <description>HI&lt;BR /&gt;You may use the make_tape_recovery with -x inc_entire=vg00 -x inc_entire=vg01 -x inc_entire=vg02&lt;BR /&gt;if you want.&lt;BR /&gt;&lt;BR /&gt;The purpose of using make_recovery_tape is to recover the system as fast as possible with VG00 then restore data from your conventional backup system.&lt;BR /&gt;&lt;BR /&gt;The more data/VGs you include in make_tape_recovery, more time you will need to recover.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Tue, 17 Sep 2002 19:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807406#M83394</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-09-17T19:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Full Backup or Ignite Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807407#M83395</link>
      <description>Mohammed,&lt;BR /&gt;&lt;BR /&gt;Pls look at the points below&lt;BR /&gt;&lt;BR /&gt;1) You must ideally take ignite backup only of vg00 (as you have to bring up your system as fast as possible). Your other volume groups must be backed up by standard backup procedures.&lt;BR /&gt;&lt;BR /&gt;2) Also it is easier to restore normal backups on a priority basis then restoring every volume group with ignite-ux. If you have a database application which is of a higher priority than other applications running on your box, you have a chance of restoring that first with normal backup.&lt;BR /&gt;&lt;BR /&gt;3) You may take multiple volume group backups as listed above by someone before me. I wouldn't repeat the same again.&lt;BR /&gt;&lt;BR /&gt;4) I believe ignite will take the backup of raw devices.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil (if you find suitable answers then don't forget to assign points)&lt;BR /&gt;&lt;BR /&gt;:-)</description>
      <pubDate>Tue, 17 Sep 2002 20:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807407#M83395</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-09-17T20:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Full Backup or Ignite Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807408#M83396</link>
      <description>I wouldn't trust ignite to recover raw devices. I would recover raw devices frfom database backups.&lt;BR /&gt;&lt;BR /&gt;Our Disaster Recovery procedures:&lt;BR /&gt;1 - Recover vg00 from ignite&lt;BR /&gt;2 - create non-root volume groups&lt;BR /&gt;3 - frecover non-root data&lt;BR /&gt;4 - recover database data from db backups&lt;BR /&gt;&lt;BR /&gt;This is tested twice a year at Sungard.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 17 Sep 2002 20:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807408#M83396</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-09-17T20:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Full Backup or Ignite Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807409#M83397</link>
      <description>Dears,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your suggestions and guidlines.&lt;BR /&gt;&lt;BR /&gt;I am waiting for the weekend to test all your suggested methods and would come back to you next week.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Mohammad</description>
      <pubDate>Thu, 19 Sep 2002 06:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807409#M83397</guid>
      <dc:creator>Mohammad Kaleem</dc:creator>
      <dc:date>2002-09-19T06:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Full Backup or Ignite Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807410#M83398</link>
      <description>Hi Matt,&lt;BR /&gt;&lt;BR /&gt;Do you have such script handy which could build the volume groups and logical volumes.&lt;BR /&gt;&lt;BR /&gt;I would appreciate if you could pass it to me.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mohammad</description>
      <pubDate>Thu, 19 Sep 2002 10:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-backup-or-ignite-backup/m-p/2807410#M83398</guid>
      <dc:creator>Mohammad Kaleem</dc:creator>
      <dc:date>2002-09-19T10:05:30Z</dc:date>
    </item>
  </channel>
</rss>

