<?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: SAP Oracle Onlibe Backup Restore in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404842#M201562</link>
    <description>Hi Kenn,&lt;BR /&gt;&lt;BR /&gt;When you say that you want to restore the On-line backup data files from LTO1 tape to a new server......&lt;BR /&gt;&lt;BR /&gt;1. Do you have the Oracle RDBMS software installed on the new server. This should be of the same release version as that of the backup database.&lt;BR /&gt;&lt;BR /&gt;2.1 If you have the software installed then restore the datafiles, redo logs and the arch logs to the new server. Make sure the file system path names are same.&lt;BR /&gt;&lt;BR /&gt;2.2 If you do not have the Oracle software, then install the software first and then restore the data files and logs.&lt;BR /&gt;&lt;BR /&gt;3. startup mount and then recover to the time you have the archive logs for.&lt;BR /&gt;&lt;BR /&gt;4. If you have a off-line backup (cold backup), then you can restore the datafiles, redo logs and control files and startup the database.&lt;BR /&gt;&lt;BR /&gt;Finally remember to configure the tnsnames.ora, listener.ora and oratab files appropriately with the correct hostname.&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Oct 2004 20:13:19 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2004-10-21T20:13:19Z</dc:date>
    <item>
      <title>SAP Oracle Onlibe Backup Restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404837#M201557</link>
      <description>I would like to restore my online backup from LTO1 tape into new server. My backup software is DP5.1 and i have backup the data successfully without error. Now i need to restore all the online data into new box. I have finished all the fs and mounted. I have follow below steps to restore.&lt;BR /&gt;1) Goto omniback and choose the files to be restored. (Before that, should I install oracle library or binary files ? I used brbackup to backup the data).&lt;BR /&gt;2) Restore all the datafiles ...&lt;BR /&gt;3) The restore is ok for small files. It was failed when restoring the big files like oracle datafile (2GB file).&lt;BR /&gt;&lt;BR /&gt;ANy idea ?</description>
      <pubDate>Thu, 21 Oct 2004 04:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404837#M201557</guid>
      <dc:creator>Kenn Chen_1</dc:creator>
      <dc:date>2004-10-21T04:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Oracle Onlibe Backup Restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404838#M201558</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;How did you create your filesystems? Did you use the -o largefiles option? If not files greater then 2GB will not restore.&lt;BR /&gt;&lt;BR /&gt;MB.</description>
      <pubDate>Thu, 21 Oct 2004 04:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404838#M201558</guid>
      <dc:creator>Marcel Boogert_1</dc:creator>
      <dc:date>2004-10-21T04:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Oracle Onlibe Backup Restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404839#M201559</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;For Oracle you can restore the complete application to another server. Just remember to edit alle the config files, like listener.ora, tnsnames.ora, oratab, etc...&lt;BR /&gt;&lt;BR /&gt;You can also online change the largefiles option on your filesystems if you have OnlineJFS.&lt;BR /&gt;&lt;BR /&gt;Regards, MB.</description>
      <pubDate>Thu, 21 Oct 2004 04:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404839#M201559</guid>
      <dc:creator>Marcel Boogert_1</dc:creator>
      <dc:date>2004-10-21T04:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Oracle Onlibe Backup Restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404840#M201560</link>
      <description>For each filesystem that needs &amp;gt; 2Gb files: -&lt;BR /&gt;&lt;BR /&gt;unmount thefilesystem&lt;BR /&gt;fsadm -Fvxfs -olargefiles /dev/vg01/rdevice (where rdevice is replaced with the actual device name)&lt;BR /&gt;remount the filesystem</description>
      <pubDate>Thu, 21 Oct 2004 04:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404840#M201560</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-10-21T04:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Oracle Onlibe Backup Restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404841#M201561</link>
      <description>HI all,&lt;BR /&gt;&lt;BR /&gt;My problem is not due to filesystem limit for 2 GB file. My problem is restore failed when restoring big files. For normal way, restoring datafiles and arch log from DP5.1 should be able to startup oracle, am i right ? or i need to restore oracle binary or library files before restoring datafiles. or using sapdba - brrestore ??</description>
      <pubDate>Thu, 21 Oct 2004 18:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404841#M201561</guid>
      <dc:creator>Kenn Chen_1</dc:creator>
      <dc:date>2004-10-21T18:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Oracle Onlibe Backup Restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404842#M201562</link>
      <description>Hi Kenn,&lt;BR /&gt;&lt;BR /&gt;When you say that you want to restore the On-line backup data files from LTO1 tape to a new server......&lt;BR /&gt;&lt;BR /&gt;1. Do you have the Oracle RDBMS software installed on the new server. This should be of the same release version as that of the backup database.&lt;BR /&gt;&lt;BR /&gt;2.1 If you have the software installed then restore the datafiles, redo logs and the arch logs to the new server. Make sure the file system path names are same.&lt;BR /&gt;&lt;BR /&gt;2.2 If you do not have the Oracle software, then install the software first and then restore the data files and logs.&lt;BR /&gt;&lt;BR /&gt;3. startup mount and then recover to the time you have the archive logs for.&lt;BR /&gt;&lt;BR /&gt;4. If you have a off-line backup (cold backup), then you can restore the datafiles, redo logs and control files and startup the database.&lt;BR /&gt;&lt;BR /&gt;Finally remember to configure the tnsnames.ora, listener.ora and oratab files appropriately with the correct hostname.&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Oct 2004 20:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404842#M201562</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-10-21T20:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Oracle Onlibe Backup Restore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404843#M201563</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;depending on the SAP Release there are diffrent ways for supported ways to copy a SAP system by backup/restore. Checkout the "Systemcopy -guides" for your Platform in &lt;A href="http://service.sap.com/instguides." target="_blank"&gt;http://service.sap.com/instguides.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Doing it the non-supported way on own risk:&lt;BR /&gt;- Setup OS-users&lt;BR /&gt;- Setup Filesystems&lt;BR /&gt;- Install Oracle SW (less good, but works: copy binaries)&lt;BR /&gt;- copy filesystems /usr/sap/SID , /sapmnt/SID&lt;BR /&gt;&lt;BR /&gt;- Install DP-client on new box. Ensure proper client setup, you do not want the restore to be restored on source system.&lt;BR /&gt;&lt;BR /&gt;- copy correspondig backup-protocol-file abcdefg.anf (check timestamp) from /oracle/SID/sapbackup to new box&lt;BR /&gt;- on new box do&lt;BR /&gt;brrestore -m full -b abcdefg.anf -q&lt;BR /&gt;---&amp;gt; fix errors and warnings&lt;BR /&gt;brrestore -m full -b abcdefg.anf&lt;BR /&gt;-&amp;gt; restore will run&lt;BR /&gt;&lt;BR /&gt;Check file abcdefg.anf for sections&lt;BR /&gt;"ARCHIVE LOG LIST" before and after backup. This schould reveal which redologs you need to recover the online backup.&lt;BR /&gt;&lt;BR /&gt;Transfer /oracle/SID/saparch/archSID.log to destination box.&lt;BR /&gt;&lt;BR /&gt;brrestore -a &lt;STARTLOG&gt;-&lt;ENDLOG&gt; -q&lt;BR /&gt;---&amp;gt; fix errors and warnings&lt;BR /&gt;brrestore -a &lt;STARTLOG&gt;-&lt;ENDLOG&gt;&lt;BR /&gt;-&amp;gt; will restore the redologs you need&lt;BR /&gt;&lt;BR /&gt;If you did change the SID, create new controlfile.&lt;BR /&gt;Mount the database. &lt;BR /&gt;Do from sqlplus&lt;BR /&gt;RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;&lt;BR /&gt;&lt;BR /&gt;Give all the logs.&lt;BR /&gt;ALTER DATABASE OPEN RESETLOGS;&lt;BR /&gt;&lt;BR /&gt;Do post-copy-Activities from SAP-Systemcopy-guides.&lt;BR /&gt;Watch the system not to comunicate with wrong partners, so i.e there may be need to modify table RFCDES before you start up the sap system (i.e. if this is a copy from production, which pushes data to an external system, you need to ensure that data is not fed from both systems now!).&lt;BR /&gt;&lt;BR /&gt;There may be need for additional postactivities depending on which modules are active in your SAP-system.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Volker&lt;/ENDLOG&gt;&lt;/STARTLOG&gt;&lt;/ENDLOG&gt;&lt;/STARTLOG&gt;</description>
      <pubDate>Fri, 22 Oct 2004 02:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-oracle-onlibe-backup-restore/m-p/3404843#M201563</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2004-10-22T02:32:34Z</dc:date>
    </item>
  </channel>
</rss>

