<?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: Clean backups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776970#M76205</link>
    <description>Yes, it is a common practice.&lt;BR /&gt;&lt;BR /&gt;I would halt the database server first, break the mirror, then start your database server again. That way you have a consistent state on your database.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
    <pubDate>Wed, 31 Jul 2002 18:19:44 GMT</pubDate>
    <dc:creator>Rodney Hills</dc:creator>
    <dc:date>2002-07-31T18:19:44Z</dc:date>
    <item>
      <title>Clean backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776969#M76204</link>
      <description>My company is acquiring a N class system with internal storage only.  If we use the MirrorDisk product, can I break the mirror at predetermined times (i.e. cron) to achieve a full and clean backup of the mirrored data?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Rick.</description>
      <pubDate>Wed, 31 Jul 2002 18:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776969#M76204</guid>
      <dc:creator>Rick Pancratz</dc:creator>
      <dc:date>2002-07-31T18:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clean backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776970#M76205</link>
      <description>Yes, it is a common practice.&lt;BR /&gt;&lt;BR /&gt;I would halt the database server first, break the mirror, then start your database server again. That way you have a consistent state on your database.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 31 Jul 2002 18:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776970#M76205</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-07-31T18:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Clean backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776971#M76206</link>
      <description>The answer is that it depends. You can certainly break the mirror at any time and you will get an absolutely perfect backup - at least to the extent that the backup is a perfect copy of the files at that moment in time. What is not so obvious is that this may also be a perfectly USELESS backup in that the files (e.g. database) may not have been in a consistant state when the mirror was split.&lt;BR /&gt;I'm trying to tell you that it depends upon your applications and that long before you choose a backup you need a plan.&lt;BR /&gt;&lt;BR /&gt;I also suggest that if you are using Mirror/UX and plan to split mirrors that you have 2 mirrors so that your production environment is still mirrored while you are backing up. You really would not want a disk crash to occur while you are not mirrored. You should also examine OnlineJFS snapshot mounts as well.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jul 2002 18:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776971#M76206</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-31T18:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Clean backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776972#M76207</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Yes you may do that. I would also recommend taking ignite backups using make_tape_recovery command.&lt;BR /&gt;&lt;BR /&gt;You should be more carefull if you are going to split a database mirror for taking backups. A cold backup in this case will be better.&lt;BR /&gt;&lt;BR /&gt;regds</description>
      <pubDate>Wed, 31 Jul 2002 18:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776972#M76207</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-07-31T18:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Clean backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776973#M76208</link>
      <description>Thank you all for your very helpful suggestions!  I really appreciate your time.&lt;BR /&gt;&lt;BR /&gt;-Rick.</description>
      <pubDate>Wed, 31 Jul 2002 18:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776973#M76208</guid>
      <dc:creator>Rick Pancratz</dc:creator>
      <dc:date>2002-07-31T18:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Clean backups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776974#M76209</link>
      <description>You need to insure all your data is on disk. Application, espeically DB applications, tend to buffer data in memory. Unless the buffers are flushed, the data on disk can be in an inconsistent state, making them useless in the event of a recovery.&lt;BR /&gt;&lt;BR /&gt;You need to shutdown your applications to flush the buffers. There database products that will allow to dump the data in the databases without actually having to shutdown your databases. In that case, you would recover from the dumps, not the database data files.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 31 Jul 2002 18:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/clean-backups/m-p/2776974#M76209</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-07-31T18:35:05Z</dc:date>
    </item>
  </channel>
</rss>

