<?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 snap shot backups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816489#M85578</link>
    <description>Hi !!!&lt;BR /&gt;&lt;BR /&gt; We are taking OS partition backups using snapshot method . I am planning to take Database backup using same ( Databse is around 100GB ) other than Cold backup . is it worth ? Anybody&lt;BR /&gt;tried this ? &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Avadhoot&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Oct 2002 06:10:12 GMT</pubDate>
    <dc:creator>Avadhoot_4</dc:creator>
    <dc:date>2002-10-01T06:10:12Z</dc:date>
    <item>
      <title>snap shot backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816489#M85578</link>
      <description>Hi !!!&lt;BR /&gt;&lt;BR /&gt; We are taking OS partition backups using snapshot method . I am planning to take Database backup using same ( Databse is around 100GB ) other than Cold backup . is it worth ? Anybody&lt;BR /&gt;tried this ? &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Avadhoot&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Oct 2002 06:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816489#M85578</guid>
      <dc:creator>Avadhoot_4</dc:creator>
      <dc:date>2002-10-01T06:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: snap shot backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816490#M85579</link>
      <description>&lt;BR /&gt;Weve tried this and as long as you have space for the snapshot, and you can 'freeze' the database (stop updates while the snapshot is completing) then consistency should be ok. Weve tried this a lot and had problems with database consistency as you MUST freeze or stop writes to the DB while the snapshot runs, and the DB must be in archive log mode (again for consistency reasons) otherwise you may not be able to recover your database when needed.&lt;BR /&gt;For this reason we eventually dropped it and went for online hot backups using RMAN.</description>
      <pubDate>Tue, 01 Oct 2002 06:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816490#M85579</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-10-01T06:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: snap shot backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816491#M85580</link>
      <description>Hi Stefan ,&lt;BR /&gt;&lt;BR /&gt;We are taking the backups by Rman online using HP Omniback&lt;BR /&gt;. But we have seen lots of&lt;BR /&gt;problems during the restoration of online backup .so We have started Cold backup.If i use pre-execute and post execute option using omniback then also there will be  consistency problem ? What do &lt;BR /&gt;u think ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Avadhoot&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Oct 2002 07:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816491#M85580</guid>
      <dc:creator>Avadhoot_4</dc:creator>
      <dc:date>2002-10-01T07:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: snap shot backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816492#M85581</link>
      <description>&lt;BR /&gt;We also use Omniback and online backups - Omniback talks directly to Oracle and backs up 'hot' or online. Weve used this a lot and it works fine - even restores. A lot of customers worldwide use this method and its reliable. I think you need to look into what your problems are restoring.&lt;BR /&gt;&lt;BR /&gt;eg. RMAN db itself needs to be backed up cold in order to restore successfully (if you need to restore RMAN on say a different server). Is your db in archive log mode ? Its recommended your dbs are.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Oct 2002 07:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816492#M85581</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-10-01T07:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: snap shot backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816493#M85582</link>
      <description>Hi &lt;BR /&gt;we are using a similar backup with BCV-devices from EMC:&lt;BR /&gt;- building a mirror from the running database&lt;BR /&gt;- split the mirrored devices&lt;BR /&gt;- write the splitted devices to tape&lt;BR /&gt;&lt;BR /&gt;We had a lot of problems, but now it works. &lt;BR /&gt;The major problem was that the freeze-command from oracle doesn't work via sqlnet. &lt;BR /&gt;To prevent the database to write to the datafiles during the split we do a "begin backup" on all tablespaces a "archive log" and after that we split the logical volumes. It is very important to have datafiles, redologs and archived redologs on separate lvols and split them in this order.&lt;BR /&gt;&lt;BR /&gt;The database you'll get on the split-devices is consistent and need no crash recovery to come up.&lt;BR /&gt;&lt;BR /&gt;Christian</description>
      <pubDate>Tue, 01 Oct 2002 07:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816493#M85582</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-10-01T07:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: snap shot backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816494#M85583</link>
      <description>Avadhoot,&lt;BR /&gt;&lt;BR /&gt;OS snapshot backups will help you restore INDIVIDUAL files, but it's not going to help you RECOVER a failed root disk. You should only be using ignite: make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;get a newer version here:&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;As for the database, if it's oracle you should be putting the database into hot backup mode while performing a snapshot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 01 Oct 2002 11:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snap-shot-backups/m-p/2816494#M85583</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-01T11:02:33Z</dc:date>
    </item>
  </channel>
</rss>

