<?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: Oracle LVM mirror split backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039166#M907341</link>
    <description>Hi,&lt;BR /&gt;Small modifcation in ur order sequence like,&lt;BR /&gt;&lt;BR /&gt;1.Shutdown DB&lt;BR /&gt;2.Split mirror &lt;BR /&gt;3.Start DB&lt;BR /&gt;4.Perform vgchid on all miror copy PVs.&lt;BR /&gt;5.Vgimport &lt;BR /&gt;6.Mount and perofrm ur backup activity&lt;BR /&gt;7.Recreate the mirror thru lvextend&lt;BR /&gt;&lt;BR /&gt;U can try even by changing  all oracle table space to offline mode then perform the above steps from 2 to 7.&lt;BR /&gt;&lt;BR /&gt;But if you have 1+2 mirror copies then all is fine other wise u may open a window for SPOF.&lt;BR /&gt;&lt;BR /&gt;ATB,&lt;BR /&gt;Sudhakar</description>
    <pubDate>Fri, 01 Aug 2003 08:33:57 GMT</pubDate>
    <dc:creator>Sudhakar_5</dc:creator>
    <dc:date>2003-08-01T08:33:57Z</dc:date>
    <item>
      <title>Oracle LVM mirror split backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039162#M907337</link>
      <description>I have a server running 11.00 and MirrorDisk/UX&lt;BR /&gt;&lt;BR /&gt;As the EOD (End of Day) job grow longer and longer, now finding a way to shorten the backup time.&lt;BR /&gt;&lt;BR /&gt;I'm using Oracle 8i&lt;BR /&gt;&lt;BR /&gt;For backup, I would like to do the followings.&lt;BR /&gt;Suppose I use LVM mirror&lt;BR /&gt;&lt;BR /&gt;1. Shutdown the DB&lt;BR /&gt;2. Split Mirror&lt;BR /&gt;3. Start DB&lt;BR /&gt;4. Backup mirror to tape&lt;BR /&gt;5. Merge Mirror&lt;BR /&gt;&lt;BR /&gt;Did above step correct? If so, can anyone of &lt;BR /&gt;you guru can suggest some script for me?&lt;BR /&gt;&lt;BR /&gt;Or anyother solution? As my DB is running on VA7100, if use LVM mirror, will quite waste storage. But seems using split mirror is a &lt;BR /&gt;good way to shortage the backup time to provide&lt;BR /&gt;more space for the cron jobs.&lt;BR /&gt;&lt;BR /&gt;TIA~</description>
      <pubDate>Fri, 01 Aug 2003 04:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039162#M907337</guid>
      <dc:creator>Thomas Lee_1</dc:creator>
      <dc:date>2003-08-01T04:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle LVM mirror split backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039163#M907338</link>
      <description>I don't have a script to do this, but your procedure is seems to be correct.&lt;BR /&gt;&lt;BR /&gt;Shutdown your database&lt;BR /&gt;Split the mirror using 'lvsplit' for each logical volume. &lt;BR /&gt;Start your database&lt;BR /&gt;Backup from the mirror to tape &lt;BR /&gt;Run 'lvmerge' to reinstate the mirror. &lt;BR /&gt;&lt;BR /&gt;For some scripting ideas, have a look here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xaa88107d277ad611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xaa88107d277ad611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2003 05:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039163#M907338</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-08-01T05:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle LVM mirror split backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039164#M907339</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;If you run in archive log mode, it is preferable to do HOT backups (never ever shutdown) using RMAN!&lt;BR /&gt;&lt;BR /&gt;You should have ALWAYS been doing hot backups.  Split mirrors, unless you have triple mirroring, will open you up to failure during your backup and re-silvering window. &lt;BR /&gt;&lt;BR /&gt;there are many benefits and features in RMAN.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2003 05:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039164#M907339</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-08-01T05:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle LVM mirror split backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039165#M907340</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your steps are seems to be correct, but by doing this you r adding a single point of failure in system. Suppose during your backup if production disk goes bad you will loose your data.&lt;BR /&gt;&lt;BR /&gt;Best way is to use RMAN backup with archive mode.It takes less time and more accurate.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Fri, 01 Aug 2003 08:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039165#M907340</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-08-01T08:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle LVM mirror split backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039166#M907341</link>
      <description>Hi,&lt;BR /&gt;Small modifcation in ur order sequence like,&lt;BR /&gt;&lt;BR /&gt;1.Shutdown DB&lt;BR /&gt;2.Split mirror &lt;BR /&gt;3.Start DB&lt;BR /&gt;4.Perform vgchid on all miror copy PVs.&lt;BR /&gt;5.Vgimport &lt;BR /&gt;6.Mount and perofrm ur backup activity&lt;BR /&gt;7.Recreate the mirror thru lvextend&lt;BR /&gt;&lt;BR /&gt;U can try even by changing  all oracle table space to offline mode then perform the above steps from 2 to 7.&lt;BR /&gt;&lt;BR /&gt;But if you have 1+2 mirror copies then all is fine other wise u may open a window for SPOF.&lt;BR /&gt;&lt;BR /&gt;ATB,&lt;BR /&gt;Sudhakar</description>
      <pubDate>Fri, 01 Aug 2003 08:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039166#M907341</guid>
      <dc:creator>Sudhakar_5</dc:creator>
      <dc:date>2003-08-01T08:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle LVM mirror split backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039167#M907342</link>
      <description>Hot Backups rock!&lt;BR /&gt; &lt;BR /&gt;After a series of DBA's who told us Oracle Hot backups are un reliable, we finally found one that knew how to run them.&lt;BR /&gt;&lt;BR /&gt;Ours take about 6 hours overnight ( 150 gig dbase) over a 100 mg lan to a NAS filer.&lt;BR /&gt; Our system is running at about half capacity during that time. We run these daily, as opposed to the prior plan of weekly shutdown pain.&lt;BR /&gt;&lt;BR /&gt;We test the backups monthly, when we refresh ( recreate) our user test instances, and every other time we build a dev instance. It works so much better than the export / import method.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2003 10:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039167#M907342</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-08-01T10:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle LVM mirror split backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039168#M907343</link>
      <description>Oh, if want to prevent SPOF, so double mirror and RMAN can solve..&lt;BR /&gt;&lt;BR /&gt;So, can you guys give me some idea for RMAN?</description>
      <pubDate>Mon, 04 Aug 2003 09:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039168#M907343</guid>
      <dc:creator>Thomas Lee_1</dc:creator>
      <dc:date>2003-08-04T09:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle LVM mirror split backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039169#M907344</link>
      <description />
      <pubDate>Mon, 04 Aug 2003 09:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039169#M907344</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-04T09:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle LVM mirror split backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039170#M907345</link>
      <description>There is another solution which you might consider which does not lose redundancy and uses only a small fraction (typically less than 10%) of extra disk. You should look into OnlineJFS snapshot mounts -- they will do what you are trying to do without losing the mirror.&lt;BR /&gt;&lt;BR /&gt;There are a few cases where hotbackups are of limited value. Consider the case of metadata which describe the actual data stored in a database. Unless the application metadata exactly matches the described data then a 'hot' backup, no matter how reliable, is useless. In those pathological cases, you do have to shutdown the database and the applications; snapshot; restart the database and application; and finally backup using the snapshots. This is usually accomplished with only a few minutes of downtime and you then get all the "warm-fuzzy" of a truly cold backup with almost all of the uptime of a hotbackup.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 13:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039170#M907345</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-08-04T13:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle LVM mirror split backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039171#M907346</link>
      <description>Our normal for this is:&lt;BR /&gt;&lt;BR /&gt;1. Put database in backup mode&lt;BR /&gt;2. Split mirrors&lt;BR /&gt;3. Take database out of backup mode&lt;BR /&gt;4. Backup mirror to tape&lt;BR /&gt;5. Sync mirror&lt;BR /&gt;&lt;BR /&gt;We do not normally shutdown the database.  The tablespaces have to be placed in backup mode individually (alter tablespace ... begin backup;) and removed individually (...end backup;).  RMAN is a good solution, but can have complications on restores.  Generally, this is a good way to backup, and makes restoring easy.  &lt;BR /&gt;&lt;BR /&gt;However, you have to make sure that you are getting good copies of the archivelogs every day, as these will be required for the database to be recovered.  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 04 Aug 2003 21:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-lvm-mirror-split-backup/m-p/3039171#M907346</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-08-04T21:45:51Z</dc:date>
    </item>
  </channel>
</rss>

