<?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: Moving rdb files from one disk to another in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875371#M79403</link>
    <description>rmu/backup followed by RMU/RESTORE/DIR=nnnn could also be used when you want to move files. Then you also have a backup in case your vms copy commands failed.&lt;BR /&gt;&lt;BR /&gt;And a new question:&lt;BR /&gt;Is there any reason at all to use vms copy (or vms backup) commands when I want to move rdb files?&lt;BR /&gt;Think I heard somone said that the files will be "corrupt" if they are vms-copied.</description>
    <pubDate>Fri, 06 Oct 2006 01:46:58 GMT</pubDate>
    <dc:creator>Klaes-Göran Carlsson</dc:creator>
    <dc:date>2006-10-06T01:46:58Z</dc:date>
    <item>
      <title>Moving rdb files from one disk to another</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875366#M79398</link>
      <description>Does the copy command do the same thing as the backup/ignore=nobackup command&lt;BR /&gt;&lt;BR /&gt;when moving rdb file over from one disk to another? &lt;BR /&gt;&lt;BR /&gt;I would assume it does? Feedback?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Oct 2006 14:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875366#M79398</guid>
      <dc:creator>vmsserbo</dc:creator>
      <dc:date>2006-10-05T14:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Moving rdb files from one disk to another</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875367#M79399</link>
      <description>Yes, COPY command and backup/ignore=nobackup commands do the same thing.&lt;BR /&gt;&lt;BR /&gt;I guess you are making a copy of RDB file and want to use the copy on the another disk under RDB. Then you need to change the file path with new disk in the RDB enviornment. I guess you know that.</description>
      <pubDate>Thu, 05 Oct 2006 15:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875367#M79399</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2006-10-05T15:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Moving rdb files from one disk to another</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875368#M79400</link>
      <description>Yes, Thanks!</description>
      <pubDate>Thu, 05 Oct 2006 15:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875368#M79400</guid>
      <dc:creator>vmsserbo</dc:creator>
      <dc:date>2006-10-05T15:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Moving rdb files from one disk to another</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875369#M79401</link>
      <description>Miles, if these are active RDB files you will need to use the rmu/move utility. &lt;BR /&gt;&lt;BR /&gt;Some thing like&lt;BR /&gt;&lt;BR /&gt;$rmu/move/online/log/opt=option.opt Production_database &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Oct 2006 17:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875369#M79401</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-10-05T17:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Moving rdb files from one disk to another</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875370#M79402</link>
      <description>Forgot to add...if the files are part of any RDB databsase, moving them without using the RMU utilities will break the database. Best you leave the work to those with some DBA training. &lt;BR /&gt;Or perform some trail runs on your test host. &lt;BR /&gt;</description>
      <pubDate>Thu, 05 Oct 2006 17:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875370#M79402</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-10-05T17:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Moving rdb files from one disk to another</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875371#M79403</link>
      <description>rmu/backup followed by RMU/RESTORE/DIR=nnnn could also be used when you want to move files. Then you also have a backup in case your vms copy commands failed.&lt;BR /&gt;&lt;BR /&gt;And a new question:&lt;BR /&gt;Is there any reason at all to use vms copy (or vms backup) commands when I want to move rdb files?&lt;BR /&gt;Think I heard somone said that the files will be "corrupt" if they are vms-copied.</description>
      <pubDate>Fri, 06 Oct 2006 01:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875371#M79403</guid>
      <dc:creator>Klaes-Göran Carlsson</dc:creator>
      <dc:date>2006-10-06T01:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Moving rdb files from one disk to another</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875372#M79404</link>
      <description>Hi Klaes,&lt;BR /&gt;the reason for not copying RDB-Files is that&lt;BR /&gt;RDB stores the translated logical file location in its&lt;BR /&gt;RDB$SYSTEM file. So the files themselves do&lt;BR /&gt;not get corrupt, but the database system does&lt;BR /&gt;not find them anymore, if they are moved.&lt;BR /&gt;&lt;BR /&gt;The only workaround ist to use concealed logical&lt;BR /&gt;names during database creation. Then you can&lt;BR /&gt;move the database files and redefine the logicals afterwards.&lt;BR /&gt;&lt;BR /&gt;LG&lt;BR /&gt;Albert</description>
      <pubDate>Fri, 06 Oct 2006 07:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875372#M79404</guid>
      <dc:creator>Albert Öttl</dc:creator>
      <dc:date>2006-10-06T07:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Moving rdb files from one disk to another</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875373#M79405</link>
      <description>Albert,&lt;BR /&gt;&lt;BR /&gt;just a small addendum: those concealed logical names must be in the SYSTEM table.&lt;BR /&gt;If not, all is working fine, UNTIL a process (or node) crashes during a transaction. It that case, the RDMON process needs to do the cleanup, and can only do that if that same logical with the same value exists from its  view.&lt;BR /&gt;&lt;BR /&gt;nb.  CLUSTER logicals would be even (much) more appropriate. Those are available since VMS 7.2. The ugly part: Oracle does not honour those (at least in Rdb and DBMS V7.x)&lt;BR /&gt;I found out early in 2000, and reported it. It was confirmed, it would be repaired in "a" next version, and a patch would come "soon".&lt;BR /&gt;Until now I have not seen "that" next version, and over six years is not yet "soon"   :-(&lt;BR /&gt;&lt;BR /&gt;Until then, be sure to put the Concealed LNMs for database, RUJ, AIJ and SNP in the SYSTEM table.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Fri, 06 Oct 2006 12:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875373#M79405</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-10-06T12:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Moving rdb files from one disk to another</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875374#M79406</link>
      <description>Was the question realy for /IGNORE=NOBACKUP or, was this about /IGNORE=INTERLOCK (which I believe it was)?&lt;BR /&gt;&lt;BR /&gt;DON'T USE BACKUP/IGNORE=INTERLOCK with an application like Rdb which keeps cached disk data in memory. If the Rdb database is in use and has not reached a quiet point the data on disk maybe inconsitent during the duration of the BACKUP copy.&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Mon, 09 Oct 2006 10:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875374#M79406</guid>
      <dc:creator>GuentherF</dc:creator>
      <dc:date>2006-10-09T10:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Moving rdb files from one disk to another</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875375#M79407</link>
      <description>Hi Miles,&lt;BR /&gt;&lt;BR /&gt;I don't think anyone else mentioned it, but you might want to look at the /OPTIONS file qualifier on the rmu/restore command. This will help you move your storage areas around especially if you want to have multiple copies of the same database on the same set of disks.&lt;BR /&gt;&lt;BR /&gt;Regards Richard Maher</description>
      <pubDate>Wed, 11 Oct 2006 17:55:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/moving-rdb-files-from-one-disk-to-another/m-p/3875375#M79407</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2006-10-11T17:55:33Z</dc:date>
    </item>
  </channel>
</rss>

