<?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: RMDRIVER in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437694#M65931</link>
    <description>Mario,&lt;BR /&gt;&lt;BR /&gt;  Because RMDRIVER and AMDS have hooks deep into the operating system, it's recommended to completely remove them from the system before upgrading to a later version.&lt;BR /&gt;&lt;BR /&gt;  The following procedure can be used to completely remove DECamds from a system:&lt;BR /&gt;&lt;BR /&gt;1. Log into the SYSTEM account on the system Console.  Stop the Console Display processes on the console system (when running).  From either the "System  verview" or "Event Log" display windows, choose the "File" menu and select "Exit".&lt;BR /&gt;&lt;BR /&gt;2. Stop the RMDRIVER using the following commands:&lt;BR /&gt;&lt;BR /&gt;  On a standalone system:&lt;BR /&gt;&lt;BR /&gt;    $ @SYS$STARTUP:AMDS$STARTUP STOP&lt;BR /&gt;&lt;BR /&gt;  On a system in a VMScluster:&lt;BR /&gt;&lt;BR /&gt;    $ MCR SYSMAN&lt;BR /&gt;    SYSMAN&amp;gt; SET ENVIRONMENT/CLUSTER&lt;BR /&gt;    SYSMAN&amp;gt; DO @SYS$STARTUP:AMDS$STARTUP STOP&lt;BR /&gt;    SYSMAN&amp;gt; EXIT&lt;BR /&gt;&lt;BR /&gt;3. Delete the AMDS files using the following commands:&lt;BR /&gt;&lt;BR /&gt;    $ DELETE SYS$STARTUP:AMDS*.*;*&lt;BR /&gt;    $ DELETE AMDS$SYSTEM:AMDS*.*;*&lt;BR /&gt;    $ DELETE AMDS$HELP:AMDS*.*;*&lt;BR /&gt;    $ DELETE AMDS$TEST:AMDS*.*;*&lt;BR /&gt;    $ DELETE SYS$LOADABLE_IMAGES:*RMDRIVER*.*;*&lt;BR /&gt;&lt;BR /&gt;4. Remove AVAIL command verb from DCLTABLES:&lt;BR /&gt;&lt;BR /&gt;     $ SET COMMAND /DELETE=AVAIL -&lt;BR /&gt;       /TABLE=SYS$SHARE:DCLTABLES.EXE -&lt;BR /&gt;       /OUTPUT=SYS$COMMON:[SYSLIB]DCLTABLES.EXE&lt;BR /&gt;&lt;BR /&gt;  NOTE:  After issuing the command above, login to the system at this point with a new session, without logging out of your existing session, to verify that the newly created DCLTABLES functions correctly.&lt;BR /&gt;&lt;BR /&gt;5. Reboot the system.&lt;BR /&gt;&lt;BR /&gt;  As an alternative to rebooting, replace the DCLTABLES and deassign AMDS logical names by issuing the following:&lt;BR /&gt;&lt;BR /&gt;   $ INSTALL&lt;BR /&gt;   INSTALL&amp;gt; REPLACE SYS$LIBRARY:DCLTABLES.EXE&lt;BR /&gt;   INSTALL&amp;gt; EXIT&lt;BR /&gt;&lt;BR /&gt;   $ SHOW LOGICAL/SYSTEM AMDS*&lt;BR /&gt;                     .&lt;BR /&gt;                     .&lt;BR /&gt;                     .&lt;BR /&gt;   $ DEASSIGN/SYSTEM/EXECUTIVE &lt;LOGICAL name=""&gt;&lt;BR /&gt;                     .&lt;BR /&gt;                     .&lt;BR /&gt;                     .&lt;/LOGICAL&gt;</description>
    <pubDate>Mon, 06 Dec 2004 20:26:29 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2004-12-06T20:26:29Z</dc:date>
    <item>
      <title>RMDRIVER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437691#M65928</link>
      <description>For what component of VMS is the RMDRIVER used?</description>
      <pubDate>Mon, 06 Dec 2004 18:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437691#M65928</guid>
      <dc:creator>Mario Abruzzi</dc:creator>
      <dc:date>2004-12-06T18:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: RMDRIVER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437692#M65929</link>
      <description>Mario, AMDS and Availability Manager. You need to DELETE it before installing a new version.&lt;BR /&gt;Lawrence</description>
      <pubDate>Mon, 06 Dec 2004 18:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437692#M65929</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2004-12-06T18:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: RMDRIVER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437693#M65930</link>
      <description>Lawrence,&lt;BR /&gt;&lt;BR /&gt;Could you expand on the "delete it" part of your previous response?</description>
      <pubDate>Mon, 06 Dec 2004 19:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437693#M65930</guid>
      <dc:creator>Mario Abruzzi</dc:creator>
      <dc:date>2004-12-06T19:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: RMDRIVER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437694#M65931</link>
      <description>Mario,&lt;BR /&gt;&lt;BR /&gt;  Because RMDRIVER and AMDS have hooks deep into the operating system, it's recommended to completely remove them from the system before upgrading to a later version.&lt;BR /&gt;&lt;BR /&gt;  The following procedure can be used to completely remove DECamds from a system:&lt;BR /&gt;&lt;BR /&gt;1. Log into the SYSTEM account on the system Console.  Stop the Console Display processes on the console system (when running).  From either the "System  verview" or "Event Log" display windows, choose the "File" menu and select "Exit".&lt;BR /&gt;&lt;BR /&gt;2. Stop the RMDRIVER using the following commands:&lt;BR /&gt;&lt;BR /&gt;  On a standalone system:&lt;BR /&gt;&lt;BR /&gt;    $ @SYS$STARTUP:AMDS$STARTUP STOP&lt;BR /&gt;&lt;BR /&gt;  On a system in a VMScluster:&lt;BR /&gt;&lt;BR /&gt;    $ MCR SYSMAN&lt;BR /&gt;    SYSMAN&amp;gt; SET ENVIRONMENT/CLUSTER&lt;BR /&gt;    SYSMAN&amp;gt; DO @SYS$STARTUP:AMDS$STARTUP STOP&lt;BR /&gt;    SYSMAN&amp;gt; EXIT&lt;BR /&gt;&lt;BR /&gt;3. Delete the AMDS files using the following commands:&lt;BR /&gt;&lt;BR /&gt;    $ DELETE SYS$STARTUP:AMDS*.*;*&lt;BR /&gt;    $ DELETE AMDS$SYSTEM:AMDS*.*;*&lt;BR /&gt;    $ DELETE AMDS$HELP:AMDS*.*;*&lt;BR /&gt;    $ DELETE AMDS$TEST:AMDS*.*;*&lt;BR /&gt;    $ DELETE SYS$LOADABLE_IMAGES:*RMDRIVER*.*;*&lt;BR /&gt;&lt;BR /&gt;4. Remove AVAIL command verb from DCLTABLES:&lt;BR /&gt;&lt;BR /&gt;     $ SET COMMAND /DELETE=AVAIL -&lt;BR /&gt;       /TABLE=SYS$SHARE:DCLTABLES.EXE -&lt;BR /&gt;       /OUTPUT=SYS$COMMON:[SYSLIB]DCLTABLES.EXE&lt;BR /&gt;&lt;BR /&gt;  NOTE:  After issuing the command above, login to the system at this point with a new session, without logging out of your existing session, to verify that the newly created DCLTABLES functions correctly.&lt;BR /&gt;&lt;BR /&gt;5. Reboot the system.&lt;BR /&gt;&lt;BR /&gt;  As an alternative to rebooting, replace the DCLTABLES and deassign AMDS logical names by issuing the following:&lt;BR /&gt;&lt;BR /&gt;   $ INSTALL&lt;BR /&gt;   INSTALL&amp;gt; REPLACE SYS$LIBRARY:DCLTABLES.EXE&lt;BR /&gt;   INSTALL&amp;gt; EXIT&lt;BR /&gt;&lt;BR /&gt;   $ SHOW LOGICAL/SYSTEM AMDS*&lt;BR /&gt;                     .&lt;BR /&gt;                     .&lt;BR /&gt;                     .&lt;BR /&gt;   $ DEASSIGN/SYSTEM/EXECUTIVE &lt;LOGICAL name=""&gt;&lt;BR /&gt;                     .&lt;BR /&gt;                     .&lt;BR /&gt;                     .&lt;/LOGICAL&gt;</description>
      <pubDate>Mon, 06 Dec 2004 20:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437694#M65931</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-12-06T20:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: RMDRIVER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437695#M65932</link>
      <description>Is the removal of RMDRIVER recommended due to the problems that earlier kits had in updating SYS$RMDRIVER which are fixed in the latest kits  according to Barry's posting here&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=757619" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=757619&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Dec 2004 06:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437695#M65932</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-12-07T06:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: RMDRIVER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437696#M65933</link>
      <description>Ian, Sometimes RMDRIVER is in a different location than the new version. So on reboot you wind up running the old version. I don't know if the latest version fixes that problem.&lt;BR /&gt;Lawrence</description>
      <pubDate>Tue, 07 Dec 2004 16:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437696#M65933</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2004-12-07T16:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: RMDRIVER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437697#M65934</link>
      <description>Lawrence, I don't the answer but I expect Barry Kierstein does.</description>
      <pubDate>Wed, 08 Dec 2004 05:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437697#M65934</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-12-08T05:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: RMDRIVER</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437698#M65935</link>
      <description>Mario, Lawrence, and others,&lt;BR /&gt;&lt;BR /&gt;    If you put on the latest kit, it will fix a number of problems in keeping RMDRIVER and related files in synch with the operating system.  There are a few things to note, however.&lt;BR /&gt;    If you had DECamds installed before V7.2, then you might need to clean up some files as the DECamds, Availability Manager and OpenVMS kits now put files in their "new" places.  The older DECamds kits put various files into SYS$COMMON:[AMDS] that are now in SYS$SYSTEM, SYS$MANAGER, etc.  So, if you had a DECamds installation older than V7.2, then you should look at the DECamds installation notes that deal with the change in file locations ("Starting to Use the Data Provider" section).  If you don't do this, then you will get some strange behavior.&lt;BR /&gt;    Once you get the files in the right place, and get the latest kits on, then the PCSI installation will handle keeping the files current for your system.&lt;BR /&gt;&lt;BR /&gt;Barry</description>
      <pubDate>Fri, 17 Dec 2004 07:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/rmdriver/m-p/3437698#M65935</guid>
      <dc:creator>Barry Kierstein</dc:creator>
      <dc:date>2004-12-17T07:47:05Z</dc:date>
    </item>
  </channel>
</rss>

