<?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: Database Backup in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/database-backup/m-p/3786692#M76343</link>
    <description>Hello Karl&lt;BR /&gt;&lt;BR /&gt;My procedure is similar, but I create an .oaij (optimized aij file), if many updates have been done to a record, only the last one will be applied when restoring&lt;BR /&gt;&lt;BR /&gt;rmu/optimize/after DSA500:[TEST_BACKUP]'base'.aij -&lt;BR /&gt;diskn:[TEST_BACKUP]'base'.oaij&lt;BR /&gt;then I look for a message "/AIJ_BUFFER" when recovering an AIJ journal with&lt;BR /&gt; &lt;BR /&gt;$ ! Use "/AIJ_BUFFERS=xxx" when recovering this AIJ journal&lt;BR /&gt;$ pipe rmu/dump/after dsa500:[test_backup]'base'.aij | -&lt;BR /&gt;sea sys$pipe "/AIJ_BUFFERS="&lt;BR /&gt;&lt;BR /&gt;then I check I can read the .rbf created&lt;BR /&gt;$ pid = f$getjpi("","pid")&lt;BR /&gt;$ fntmp = "sys$scratch:rmu"+pid+".tmp"&lt;BR /&gt;$ rmu/dump/backup/optio=root/out='fntmp' DSA500:[TEST_BACKUP]'base'.rbf&lt;BR /&gt;&lt;BR /&gt;(May be I am paranoid, but according to a book, only the paranoid survive :-)</description>
    <pubDate>Fri, 12 May 2006 00:53:21 GMT</pubDate>
    <dc:creator>labadie_1</dc:creator>
    <dc:date>2006-05-12T00:53:21Z</dc:date>
    <item>
      <title>Database Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/database-backup/m-p/3786689#M76340</link>
      <description>I am using OVMS 7.2-3 and running Oracle RDB 7.1.  I have been looking at Data Protector as a solution for doing weekly/daily backups.&lt;BR /&gt;&lt;BR /&gt;The documentation stated that Oracle 8.x &amp;amp; 9i are supported but I do not find any information on RDB 7.XXXX.&lt;BR /&gt;&lt;BR /&gt;Can you help.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 May 2006 10:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/database-backup/m-p/3786689#M76340</guid>
      <dc:creator>Patrick Laurie</dc:creator>
      <dc:date>2006-05-11T10:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Database Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/database-backup/m-p/3786690#M76341</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;for RDB backups we use the standard RMU tool (see HELP RMUnn, where nn is version number, if multiversion is installed).&lt;BR /&gt;&lt;BR /&gt;We backup the databases to disk (full and incrementals). Then they are treated by the normal backup process and written to tapes.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 11 May 2006 10:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/database-backup/m-p/3786690#M76341</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-05-11T10:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Database Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/database-backup/m-p/3786691#M76342</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;I have attached an example of a RMU backup, which may help get you started.&lt;BR /&gt;&lt;BR /&gt;We use a datafile driven procedure to create detached backupprocesses in parallel for the databases. The attached example is a commandfile created by this procedure for a FULL backup.&lt;BR /&gt;&lt;BR /&gt;regards Kalle&lt;BR /&gt;&lt;BR /&gt;P.S. I could also attach the procedure itself, but it would need a little editing, because auf sitespecific dependancies.</description>
      <pubDate>Thu, 11 May 2006 23:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/database-backup/m-p/3786691#M76342</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-05-11T23:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Database Backup</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/database-backup/m-p/3786692#M76343</link>
      <description>Hello Karl&lt;BR /&gt;&lt;BR /&gt;My procedure is similar, but I create an .oaij (optimized aij file), if many updates have been done to a record, only the last one will be applied when restoring&lt;BR /&gt;&lt;BR /&gt;rmu/optimize/after DSA500:[TEST_BACKUP]'base'.aij -&lt;BR /&gt;diskn:[TEST_BACKUP]'base'.oaij&lt;BR /&gt;then I look for a message "/AIJ_BUFFER" when recovering an AIJ journal with&lt;BR /&gt; &lt;BR /&gt;$ ! Use "/AIJ_BUFFERS=xxx" when recovering this AIJ journal&lt;BR /&gt;$ pipe rmu/dump/after dsa500:[test_backup]'base'.aij | -&lt;BR /&gt;sea sys$pipe "/AIJ_BUFFERS="&lt;BR /&gt;&lt;BR /&gt;then I check I can read the .rbf created&lt;BR /&gt;$ pid = f$getjpi("","pid")&lt;BR /&gt;$ fntmp = "sys$scratch:rmu"+pid+".tmp"&lt;BR /&gt;$ rmu/dump/backup/optio=root/out='fntmp' DSA500:[TEST_BACKUP]'base'.rbf&lt;BR /&gt;&lt;BR /&gt;(May be I am paranoid, but according to a book, only the paranoid survive :-)</description>
      <pubDate>Fri, 12 May 2006 00:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/database-backup/m-p/3786692#M76343</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-05-12T00:53:21Z</dc:date>
    </item>
  </channel>
</rss>

