<?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: fbackup clone oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210155#M168367</link>
    <description>fbackup will be the most efficient and reliable method. Ignite was never designed to backup data directories...it is designed to create or restore opsystems. Other tools like tar, cpio, pax, dump. etc are archaic and totally unaware of the differences between various tape devices. And the classic backup tools don't handle large files (10's of Gbytes). frecover can easily restore to a diffent path as well as recover from tape errors.</description>
    <pubDate>Thu, 04 Mar 2004 22:12:53 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-03-04T22:12:53Z</dc:date>
    <item>
      <title>fbackup clone oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210154#M168366</link>
      <description>Is anyone using fbackup to clone an oracle applications system and database?  We are currently using a set of scripts, but I'm wondering if fbackup could be used more effectively.  I looked at ignite, but that seems to be a bit too much firepower for just cloning some directory systems from one box to another.  Any other methods that are working well also of interest !</description>
      <pubDate>Thu, 04 Mar 2004 22:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210154#M168366</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-03-04T22:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup clone oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210155#M168367</link>
      <description>fbackup will be the most efficient and reliable method. Ignite was never designed to backup data directories...it is designed to create or restore opsystems. Other tools like tar, cpio, pax, dump. etc are archaic and totally unaware of the differences between various tape devices. And the classic backup tools don't handle large files (10's of Gbytes). frecover can easily restore to a diffent path as well as recover from tape errors.</description>
      <pubDate>Thu, 04 Mar 2004 22:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210155#M168367</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-03-04T22:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup clone oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210156#M168368</link>
      <description>Well with trying to clone Oracle, it does have some special links that are required on each system. Using 'ignite' is easy than it may seem. To recover files it is quite easy.&lt;BR /&gt;&lt;BR /&gt;e.g to recover /etc/hosts&lt;BR /&gt;# mt -t /dev/rmt/?mn fsf 1&lt;BR /&gt;# tar xvf /dev/rmt/?mn etc/hosts &lt;BR /&gt;&lt;BR /&gt;You could set up 'fbackup' using a graph file, but it may depend on exactlt what you wish to achieve.</description>
      <pubDate>Thu, 04 Mar 2004 22:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210156#M168368</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-04T22:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup clone oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210157#M168369</link>
      <description>Hi,&lt;BR /&gt;  Well you can clone the database using fbackup.&lt;BR /&gt;  But remember to shutdown the database before you take the backup.&lt;BR /&gt;  Next after the copy the clone to new place , I guest you recreate the control file.Becuase the directory path might be different from the original database.&lt;BR /&gt;&lt;BR /&gt;I attached here the script I used to recreate the control file.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Thu, 04 Mar 2004 22:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210157#M168369</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-03-04T22:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup clone oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210158#M168370</link>
      <description>I use a freeware product called Rsync. This allows you to copy directory stuctures and files to any HPUX system that allows remsh connections.  I use this to backup my data and ORacle binaries to another machine (along with local tape backups).  The DBA setups the init files and basically we have a standby database ready to go in the event of an emergency (This is in conjunction with our true standby database).  Rsync also use compression so that you get better through put.  I can send this to you if you would like.</description>
      <pubDate>Fri, 05 Mar 2004 12:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210158#M168370</guid>
      <dc:creator>Amiel Tutolo</dc:creator>
      <dc:date>2004-03-05T12:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: fbackup clone oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210159#M168371</link>
      <description>Yes, could you send what you can about rsync please.  You can email me as gs1114@stl.rural.usda.gov&lt;BR /&gt;and it is appreciated!&lt;BR /&gt;&lt;BR /&gt;Also, based on some checking/testing I did myself, it looks like named pipes are not compatible with scp, so that approach would seem to be unavailable.</description>
      <pubDate>Fri, 05 Mar 2004 14:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fbackup-clone-oracle/m-p/3210159#M168371</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-03-05T14:23:03Z</dc:date>
    </item>
  </channel>
</rss>

