<?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: Regarding Online Backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031912#M132791</link>
    <description>Hi, &lt;BR /&gt;i can tell something about Oracle Database.&lt;BR /&gt;the recovery procedure in Oracle is like this&lt;BR /&gt;1. When we take online backup of oracle, it should be in hot backup mode.so nothing will be written to database and transaction will be stored in archive log files.&lt;BR /&gt;2. restore online backup.&lt;BR /&gt;3. apply the archive log files which generated during online backup.&lt;BR /&gt;&lt;BR /&gt;But as you told time taken is very high so it may not be fisiable because lots of archive log files will get generated during this period.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
    <pubDate>Thu, 24 Jul 2003 08:04:21 GMT</pubDate>
    <dc:creator>Sunil Sharma_1</dc:creator>
    <dc:date>2003-07-24T08:04:21Z</dc:date>
    <item>
      <title>Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031903#M132782</link>
      <description>Hi,&lt;BR /&gt;I have a question regarding the online backup. Suppose I am taking an online backup of an open DB that started at 00:00 and end at 18:00. At 20:00 the system crashed. Now my question is after recovering from the backup what will be the time of the data that I'll get. Would it be 00:00 or 18:00?</description>
      <pubDate>Thu, 24 Jul 2003 03:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031903#M132782</guid>
      <dc:creator>Severus</dc:creator>
      <dc:date>2003-07-24T03:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031904#M132783</link>
      <description>Hmmm&lt;BR /&gt;&lt;BR /&gt;Are there any changes being made to data during the backup ?&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 03:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031904#M132783</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2003-07-24T03:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031905#M132784</link>
      <description>That depends on what type of backup software you are using.&lt;BR /&gt;Some softwares take a snapshot at 00:00 and then backup(which is called online backup because you dont have to take the Database Offline)In which case you'll retreive the data till 00:00.&lt;BR /&gt;Some backups softwares make the DB Offline and then start the backup and bring the DB online after the backup is complete. In this case you can retreive the data till 18:00.&lt;BR /&gt;Also if you are backing up the Archive logs then you should not have problem in getting the Data Base up to the say 20:00 when your server crashed.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Thu, 24 Jul 2003 03:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031905#M132784</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-07-24T03:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031906#M132785</link>
      <description>I would be amazed if you got anything useful out of that backup.&lt;BR /&gt;&lt;BR /&gt;It took far too long to get done.&lt;BR /&gt;&lt;BR /&gt;Assuming you used an approved tool from the database vendor (rman in the case of oracle), you'll get something you can restore, but the recovery process will take as long as the backup.&lt;BR /&gt;&lt;BR /&gt;If trasnactions are happening on this database they are supposed to be committed by the backup as it goes through its process.  It is supposed to but new transactions on hold while it gets a good snapshot of the data.&lt;BR /&gt;&lt;BR /&gt;This might be why its taking so long.  Or perhaps its a really big database.&lt;BR /&gt;&lt;BR /&gt;Veritas has oracle tools that lets you split a mirror and get a good snapshot of the data.&lt;BR /&gt;&lt;BR /&gt;The way I get database backups is this:&lt;BR /&gt;&lt;BR /&gt;Shutdown cold, take a copy, bring it back up.&lt;BR /&gt;&lt;BR /&gt;But this takes time.&lt;BR /&gt;&lt;BR /&gt;So you can shut down cold, split a mirror off, bring the database back up, mount the mirror, and take your cold backup off of that.&lt;BR /&gt;&lt;BR /&gt;Then of course before the next backup you have to rebuild the mirror.  This is at least possible with Mirror/UX.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 24 Jul 2003 03:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031906#M132785</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-24T03:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031907#M132786</link>
      <description>Hi,&lt;BR /&gt;If i am using online extension of omniback-II or data protector 5 then what will happen.</description>
      <pubDate>Thu, 24 Jul 2003 03:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031907#M132786</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-07-24T03:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031908#M132787</link>
      <description>Hi Rajeev&lt;BR /&gt;I am using OV Data protector 5.0 with online extention. In this case what will be the time?&lt;BR /&gt;&lt;BR /&gt;Faisal</description>
      <pubDate>Thu, 24 Jul 2003 04:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031908#M132787</guid>
      <dc:creator>Severus</dc:creator>
      <dc:date>2003-07-24T04:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031909#M132788</link>
      <description>Hi Rajeev&lt;BR /&gt;I am using OV Data protector 5.0 with online extention. In this case what will be the time?&lt;BR /&gt;&lt;BR /&gt;Faisal</description>
      <pubDate>Thu, 24 Jul 2003 04:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031909#M132788</guid>
      <dc:creator>Severus</dc:creator>
      <dc:date>2003-07-24T04:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031910#M132789</link>
      <description>Hi,&lt;BR /&gt;the real question is what is the DB ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I can talk about oracle.&lt;BR /&gt;&lt;BR /&gt;For the restore of the files, then takne into account 1:1,5 ratio. If your backup lasted 10 hours, restore will last about 15 hours.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For the recovery (applying of logs): last recovery was using log of 300Mb ,and it took about 12 minutes foe each. It will depend on how many of them are generated in the meantime.&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 05:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031910#M132789</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-24T05:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031911#M132790</link>
      <description>Think about a hot backup from legato, I work with them for a couple off years, I know HP does not like it when I give info about a second party product but this is great !!!!!&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 24 Jul 2003 06:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031911#M132790</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-07-24T06:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031912#M132791</link>
      <description>Hi, &lt;BR /&gt;i can tell something about Oracle Database.&lt;BR /&gt;the recovery procedure in Oracle is like this&lt;BR /&gt;1. When we take online backup of oracle, it should be in hot backup mode.so nothing will be written to database and transaction will be stored in archive log files.&lt;BR /&gt;2. restore online backup.&lt;BR /&gt;3. apply the archive log files which generated during online backup.&lt;BR /&gt;&lt;BR /&gt;But as you told time taken is very high so it may not be fisiable because lots of archive log files will get generated during this period.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Thu, 24 Jul 2003 08:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031912#M132791</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-07-24T08:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Online Backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031913#M132792</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;talking about oracle....&lt;BR /&gt;&lt;BR /&gt;It will not be 00:00 and it will not be 18:00 as well, and it will never be anything in between, because this RESTORE (it is not called RECOVER !!) will be inconsistent.&lt;BR /&gt;&lt;BR /&gt;To become consistent the RESTORE needs to be RECOVERed afterwards (this is something completely diffrent). First of all, to be recoverable the backup needs to be done while tablespace are in BACKUP mode. Second: After all data is written to the tapes, you need to deactivate the backup mode. If you have several tablespaces, the first point of time which would be OK for a successfull consistent recovery is the exact last "END BACKUP" statement to your database. To reach it, you need to recover all archive logs untill this point if time. So if your backup ends at 18:00 and you issue the "END BACKUP" at 19:00:00:00:00, the first consistent time to be reached with this backup is 19:00:00:00:01 (!) no matter that your backup was already finished at 18:00 !&lt;BR /&gt;&lt;BR /&gt;Talking about other databases: If running a filesystem backup of any kind is usually worthless. Usually thes databases have their own tools or APIs to create consisten online backups, which usually represent the exact end of the backup (i.e. SAPDB).&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Volker&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 17:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-online-backup/m-p/3031913#M132792</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2003-07-24T17:42:37Z</dc:date>
    </item>
  </channel>
</rss>

