<?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: backup solutions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536963#M916042</link>
    <description>Hi Sharif,&lt;BR /&gt;&lt;BR /&gt;1. If you want to save Unix and all files under volume group vg00 which is respresented by the original internal disks, so really you need to use the Ignite solution ( The command is :&lt;BR /&gt;make_recovery -A -d /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;-A : stand for the entire vg00&lt;BR /&gt;/dev/rmt/0mn : No-rewind device assumed to be 0m (could be 1m or whatever it is. )&lt;BR /&gt;&lt;BR /&gt;You may do this backup each time you change the system config or any kind of changes that are stored within internal disks ( vg00 ).&lt;BR /&gt;This allows you to restore the entire environment if you have troubles ( internal disk crash, bad configuration, ... ).&lt;BR /&gt;&lt;BR /&gt;2. If you want to save file systems:&lt;BR /&gt;You can use : tar, fbackup-frecover, cpio, dd ... it depends for which purpose and which quantity .&lt;BR /&gt;&lt;BR /&gt;3. If you want to save heavy amount of data or Online data, you may use OmniBack II ( OB 2 )which can be integrated within Oracle, Sybase, Informix or SAP solution ( for oracle cold backup with streaming mode i could reach a speed of 28 GB per hour on a Quantum drive DLT 8000 ).&lt;BR /&gt;The OB 2 is very intuitive and easy to use GUI, you need first to go through the new concept and to undrestand how it works. You can mange as well distributed backup on different tape drives ( Media Pool ).&lt;BR /&gt;&lt;BR /&gt;The session manager within OB 2 can initiate the ob2rman.exe which is an interface to communicate with the Oracle Recovery Manager RMAN for example ( I guess it's what you are looking for ! ). &lt;BR /&gt;&lt;BR /&gt;I hope this could help .&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Jun 2001 10:22:09 GMT</pubDate>
    <dc:creator>Magdi KAMAL</dc:creator>
    <dc:date>2001-06-06T10:22:09Z</dc:date>
    <item>
      <title>backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536960#M916036</link>
      <description>Hi guys ,&lt;BR /&gt;I have seen some backup solutions which does &lt;BR /&gt;a replication &amp;amp; backup . the implementation is &lt;BR /&gt;simple ,no need for any integration besides that the recovery process is up to the last second then what is the use of ob2 which does only a backup .&lt;BR /&gt;any help is highly appreciated &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;S.N.&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 06:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536960#M916036</guid>
      <dc:creator>sharif naser_1</dc:creator>
      <dc:date>2001-06-06T06:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536961#M916037</link>
      <description>Hi there.&lt;BR /&gt;Depends, what you want.&lt;BR /&gt;If you need a tool, that does backups of any kind ( hot backups, cold backups, special setup for filesystems etc. ), with a relatively easy to handle interface ( GUI and command line ), take OB2. For the recovery of systems gone down, you can use Ignite ( make_recovery ). We use these tools for years now without any major problems.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Wed, 06 Jun 2001 07:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536961#M916037</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-06-06T07:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536962#M916038</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;1. you can use the ignite to backup your vg00&lt;BR /&gt;   with make_recovery &lt;BR /&gt;&lt;BR /&gt;2. you can use the fbackup to backup all the other file system that you have &lt;BR /&gt;&lt;BR /&gt;3. hp omniback is a openview product for doing backup and can be install on the system (nt,hpux) but it cost money . &lt;BR /&gt;&lt;BR /&gt;dont know about a third party that is doing what you ask about one process but the perfer method to backup is tar or fbackup and the system to backup with ignite .&lt;BR /&gt;&lt;BR /&gt;but you can ask about omniback that can backup all your system if you have the right license .&lt;BR /&gt;&lt;BR /&gt;hope i help</description>
      <pubDate>Wed, 06 Jun 2001 07:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536962#M916038</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2001-06-06T07:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536963#M916042</link>
      <description>Hi Sharif,&lt;BR /&gt;&lt;BR /&gt;1. If you want to save Unix and all files under volume group vg00 which is respresented by the original internal disks, so really you need to use the Ignite solution ( The command is :&lt;BR /&gt;make_recovery -A -d /dev/rmt/0mn &lt;BR /&gt;&lt;BR /&gt;-A : stand for the entire vg00&lt;BR /&gt;/dev/rmt/0mn : No-rewind device assumed to be 0m (could be 1m or whatever it is. )&lt;BR /&gt;&lt;BR /&gt;You may do this backup each time you change the system config or any kind of changes that are stored within internal disks ( vg00 ).&lt;BR /&gt;This allows you to restore the entire environment if you have troubles ( internal disk crash, bad configuration, ... ).&lt;BR /&gt;&lt;BR /&gt;2. If you want to save file systems:&lt;BR /&gt;You can use : tar, fbackup-frecover, cpio, dd ... it depends for which purpose and which quantity .&lt;BR /&gt;&lt;BR /&gt;3. If you want to save heavy amount of data or Online data, you may use OmniBack II ( OB 2 )which can be integrated within Oracle, Sybase, Informix or SAP solution ( for oracle cold backup with streaming mode i could reach a speed of 28 GB per hour on a Quantum drive DLT 8000 ).&lt;BR /&gt;The OB 2 is very intuitive and easy to use GUI, you need first to go through the new concept and to undrestand how it works. You can mange as well distributed backup on different tape drives ( Media Pool ).&lt;BR /&gt;&lt;BR /&gt;The session manager within OB 2 can initiate the ob2rman.exe which is an interface to communicate with the Oracle Recovery Manager RMAN for example ( I guess it's what you are looking for ! ). &lt;BR /&gt;&lt;BR /&gt;I hope this could help .&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 10:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536963#M916042</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-06-06T10:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536964#M916043</link>
      <description>Hi all ,&lt;BR /&gt;I meant to say one of the most important feature of any backup software is disaster recovery process if i find a product which spares me the effort of having long disaster recovery procedure which is not suitable for (24*7) environment like ob2 .&lt;BR /&gt;i have integrated ob2 with oracle8i ver. 8.1.6 but if some thing goes wrong the recovery process will take around 6 to 7 hours i have come across lifevault (replica &amp;amp; backup) &amp;amp; veritas volume replicator ( which mirrors data to remote locations over an ip network).&lt;BR /&gt;Do you think ob2 is suitable for disaster recovery in hetrogenous environment (24*7) .&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 11:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536964#M916043</guid>
      <dc:creator>sharif naser_1</dc:creator>
      <dc:date>2001-06-06T11:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536965#M916044</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Well, it's more precise right now.&lt;BR /&gt;1. You may play with the HP Autoraid : so you got the mirroring and the stripping, but attention you need to be less or equal to 50 % used to have your Autoraid running as Raid 0+1.&lt;BR /&gt;In this case, if you got a bad disk you can replace it live without downtime ( Hotswap disk ).&lt;BR /&gt;2. Beside that the Fiber Channel 60 could help in replicating data across geographical places ( till 20 kilometers ) with a high speed rate.&lt;BR /&gt;3. You need to consider for this availability of data ( 24*7 ) the MC Service Guard which deals with packages running on nodes in a cluster ( If you interested by this technologies, I can give you more details ).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 11:38:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536965#M916044</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-06-06T11:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536966#M916045</link>
      <description>Hi there.&lt;BR /&gt;Now we have more details.&lt;BR /&gt;The speed of your recovery depends on the hardware, you use for backup purposes.&lt;BR /&gt;If you use DLT tech, ( DLT 7000 for sample )&lt;BR /&gt;and take a tape library you have a transferrate of 36 GB/hr on one drive.&lt;BR /&gt;We use tape libraries on several machines for the backup of Oracle databases and have OB2 as software.&lt;BR /&gt;Doing a cold backup on four tape drives gives me a window of  2hrs 50 minutes for 340 GB.&lt;BR /&gt;you can spread the files on the tapes and do a parallel restore of several filesystems in case of recovery and many more things.&lt;BR /&gt;We are satisfied with this product.&lt;BR /&gt;If you need more explanation, contact me at&lt;BR /&gt;Alexander_Ermes@web.de&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Wed, 06 Jun 2001 11:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536966#M916045</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-06-06T11:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536967#M916046</link>
      <description>Hi there ,&lt;BR /&gt;I will be more precise i have some applications like oracle financial , erp's &amp;amp; oracle on HPUX &amp;amp; NT i would like to have a recovery site by clonning the same production &lt;BR /&gt;environment to some other remote site .&lt;BR /&gt;how do i go about it ? do i have to go for san or some other thing ?&lt;BR /&gt;BTW Magdi i'm very much interested if you have some information .&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Jun 2001 12:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536967#M916046</guid>
      <dc:creator>sharif naser_1</dc:creator>
      <dc:date>2001-06-06T12:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536968#M916047</link>
      <description>Hi there.&lt;BR /&gt;Back from my vacation think about this :&lt;BR /&gt;do an export of the production database&lt;BR /&gt;and keep the creation scripts, Oracle software and so on on a DDS tape ( weekly ? your deciosion ). For the system make a recovery tape. That would you the chance to recover a complete system. &lt;BR /&gt;Besides that can you create transportable tablespaces for the application ?&lt;BR /&gt;You could copy these to a different database and make a backup of this  or just backup these files.&lt;BR /&gt;Think about it and let me know&lt;BR /&gt;( Alexander_Ermes@web.de )&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jun 2001 04:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536968#M916047</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-06-12T04:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536969#M916048</link>
      <description>Hi there,&lt;BR /&gt;well, the procedure given does not fit because &lt;BR /&gt;i have different applications &amp;amp; more than one database ,the environment is 24*7 &amp;amp; the volume of data is big around 3 terabyte .&lt;BR /&gt;in short i want a disaster recovery solution which replicates this environment to a remote site over ip network &amp;amp; performs synchronization to ensure data consistency .&lt;BR /&gt;disaster recovery process should be fast &amp;amp; minimal .&lt;BR /&gt;Regards&lt;BR /&gt;S.N.</description>
      <pubDate>Tue, 12 Jun 2001 11:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536969#M916048</guid>
      <dc:creator>sharif naser_1</dc:creator>
      <dc:date>2001-06-12T11:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536970#M916049</link>
      <description>You need to get an XP disk system with an extra called Business Copy XP.&lt;BR /&gt;&lt;BR /&gt;It's worth it in the long run..&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Tue, 12 Jun 2001 11:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536970#M916049</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-06-12T11:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: backup solutions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536971#M916050</link>
      <description>Hi Sharif:&lt;BR /&gt;&lt;BR /&gt;If you haven't looked at EMC2 SRDF you might want to do so.  Start with this white paper:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.emc.com/partnersalliances/pdfs/oracle8_srdf.pdf" target="_blank"&gt;http://www.emc.com/partnersalliances/pdfs/oracle8_srdf.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 12 Jun 2001 11:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-solutions/m-p/2536971#M916050</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-06-12T11:46:49Z</dc:date>
    </item>
  </channel>
</rss>

