<?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: Mystery drive keep showing up after reboot in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177340#M89432</link>
    <description>And of course it's possible that there are command files that aren't named ".com". For instance we use custom command file types in our startup mechanism, just where a rouge MOUNT command might be.&lt;BR /&gt;&lt;BR /&gt;Kelly</description>
    <pubDate>Fri, 11 Apr 2008 12:36:09 GMT</pubDate>
    <dc:creator>Kelly Stewart_1</dc:creator>
    <dc:date>2008-04-11T12:36:09Z</dc:date>
    <item>
      <title>Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177325#M89417</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;I have this drive dka300 labeled as disk19 keep on mounting after a reboot even though I had replaced with a new drive dga19 labeled as disk19 in SYSTARTUP_VMS.COM.  I had search the entire SYSTARTUP_VMS.COM and for the old dka300 and find nothing for it.  So, when the old drive mounted first, which caused a conflict with the label name.&lt;BR /&gt;&lt;BR /&gt;Where else can this mystery drive hidden and why can't I find it??&lt;BR /&gt;&lt;BR /&gt;Version VMS 7.3-2 on ES45 server.&lt;BR /&gt;&lt;BR /&gt;Please help!!  I am going nuts trying to find this dka300 disk device.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 10 Apr 2008 03:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177325#M89417</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2008-04-10T03:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177326#M89418</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;You can log the entire boot by setting the sysgen-parameter STARTUP_P2 = "VDC"&lt;BR /&gt;&lt;BR /&gt;$ MC SYSMAN STARTUP SET OPTION/VERIFY/OUTPUT=FILE/CHECKPOINTING&lt;BR /&gt;&lt;BR /&gt;The next boot will create the logfile SYS$SYSTEM:STARTUP.LOG&lt;BR /&gt;&lt;BR /&gt;Then you can search the logfile for the MOUNT-command.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Hakan Zanderau&lt;BR /&gt;HA-solutions</description>
      <pubDate>Thu, 10 Apr 2008 04:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177326#M89418</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2008-04-10T04:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177327#M89419</link>
      <description>&amp;gt; Where else can this mystery drive hidden and why can't I find it??&lt;BR /&gt;&lt;BR /&gt;Maybe in some other command procedure.&lt;BR /&gt;What does&lt;BR /&gt;$ sea *.com dka300&lt;BR /&gt;say?</description>
      <pubDate>Thu, 10 Apr 2008 05:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177327#M89419</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2008-04-10T05:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177328#M89420</link>
      <description>It is not unusual to do some MOUNTs in SYCONFIG or SYLOGICALS, or the MOUNT happens in a completely different procedure that is called from SYSTARTUP_VMS.&lt;BR /&gt;&lt;BR /&gt;Have you watched the system boot sequence to look at what time the mount happens?&lt;BR /&gt;&lt;BR /&gt;If nothing helps, you need to search through all disks, e.g.&lt;BR /&gt;$ search sys$sysdevice:[000000...]*.com; dka300</description>
      <pubDate>Thu, 10 Apr 2008 05:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177328#M89420</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2008-04-10T05:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177329#M89421</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;Uwe wrote&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;If nothing helps, you need to search through all disks, e.g.&lt;BR /&gt;$ search sys$sysdevice:[000000...]*.com; dka300&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;... and if you need to go there, then you should also look for any DEFINE of a name for DKA300. &lt;BR /&gt;You just MIGHT have to repeat the search sequence for any such name.&lt;BR /&gt;I HAVE been to a site that had about a dozen names defined for some of the disks, which then were used in, eh, "rather creative" ways.&lt;BR /&gt;&lt;BR /&gt;Just in case...&lt;BR /&gt;&lt;BR /&gt;Prooost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Thu, 10 Apr 2008 06:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177329#M89421</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-04-10T06:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177330#M89422</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;guessing what you have. You do a "SHOW DEVICE" and a DKA300 is listed as mounted (system?) with a label of DISK19. But you think there should be no DKA300 on your SCSI bus?&lt;BR /&gt;&lt;BR /&gt;Then you see a new DGA19 mounted (system?) with a label of DISK19? So this is a Fibre Channel connected disk? And DKA300 and DGA19 are both mounted and have the same label?&lt;BR /&gt;&lt;BR /&gt;Is this node in a cluster? Or standalone?&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Thu, 10 Apr 2008 13:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177330#M89422</guid>
      <dc:creator>GuentherF</dc:creator>
      <dc:date>2008-04-10T13:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177331#M89423</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;guessing what you have. You do a "SHOW DEVICE" and a DKA300 is listed as mounted (system?) with a label of DISK19. But you think there should be no DKA300 on your SCSI bus?&lt;BR /&gt;&lt;BR /&gt;Then you see a new DGA19 mounted (system?) with a label of DISK19? So this is a Fibre Channel connected disk? And DKA300 and DGA19 are both mounted and have the same label?&lt;BR /&gt;&lt;BR /&gt;Is this node in a cluster? Or standalone? Are there other disks on this node's SCSI bus?&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Thu, 10 Apr 2008 13:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177331#M89423</guid>
      <dc:creator>GuentherF</dc:creator>
      <dc:date>2008-04-10T13:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177332#M89424</link>
      <description>Jorge,&lt;BR /&gt;      Is it possible that the dka300 drive once held pagefiles or swapfiles?   &lt;BR /&gt;&lt;BR /&gt;If so, the mount might have been included in SYS$SPECIFIC:[SYSMGR]SYPAGSWPFILES.COM, which executes before the startup gets to SYSTARTUP_VMS.    This allows page and swapfiles to be installed very early in the startup procedure, particularly if they are not on the system disk.&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Thu, 10 Apr 2008 18:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177332#M89424</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2008-04-10T18:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177333#M89425</link>
      <description>I've searched the entire system drive and I could not come up with the drive.&lt;BR /&gt;&lt;BR /&gt;I will continue to look through the pagefile com procedure and "define" procedures if I can find it.&lt;BR /&gt;&lt;BR /&gt;Thanks you all for great suggestions.&lt;BR /&gt;&lt;BR /&gt;Oh by the way, this is a standalone server.&lt;BR /&gt;&lt;BR /&gt;Thank you!!&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 10 Apr 2008 20:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177333#M89425</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2008-04-10T20:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177334#M89426</link>
      <description>C'mon Jorge, tell us more details. Is it that you see a DKA300 from the SHOW DEVICE or, is it you see a (failed) MOUNT of that device during the boot?&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Thu, 10 Apr 2008 22:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177334#M89426</guid>
      <dc:creator>Guenther Froehlin</dc:creator>
      <dc:date>2008-04-10T22:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177335#M89427</link>
      <description>Guenther,&lt;BR /&gt;&lt;BR /&gt;This device mounted after the server was rebooted.  This device was removed from syslogicals.com file and replaced with a mirrored_set $1$dga19 labeled disk19 instead.&lt;BR /&gt;&lt;BR /&gt;I've searched and purged all the syslogicals.com or any files that had the old mount command.&lt;BR /&gt;&lt;BR /&gt;The funny thing is, the old dka300 device get mounted first, therefore, the new disk19 can't be mounted because of the same name label.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 10 Apr 2008 22:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177335#M89427</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2008-04-10T22:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177336#M89428</link>
      <description>A couple of things I would check;&lt;BR /&gt;&lt;BR /&gt;1. SYSMAN startups;&lt;BR /&gt;&lt;BR /&gt;$ MC SYSMAN STARTUP SHOW FILE&lt;BR /&gt;&lt;BR /&gt;2. Make sure you don't have an older version of a startup procedure (SYSTARTUP_VMS or SYLOGICALS etc) lurking in SYS$SPECIFIC.&lt;BR /&gt;&lt;BR /&gt;3. Is it possible that there is a data-file used to specify disks, labels etc for the mounting process?. This would explain why the DKA300 string is not found in your command procedure search.</description>
      <pubDate>Fri, 11 Apr 2008 00:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177336#M89428</guid>
      <dc:creator>Martin Hughes</dc:creator>
      <dc:date>2008-04-11T00:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177337#M89429</link>
      <description>If the disk is mounted /SYSTEM (or /CLUSTER),&lt;BR /&gt;I'd search for the label (which must be&lt;BR /&gt;specified in the MOUNT command) rather than&lt;BR /&gt;the device name (which could be almost&lt;BR /&gt;anything).&lt;BR /&gt;&lt;BR /&gt;And, for starters, rather than try to guess a&lt;BR /&gt;likely place, I'd search&lt;BR /&gt;sys$sysdevice:[000000...]*.com.  If that&lt;BR /&gt;failed, I might try the same on other disks.&lt;BR /&gt;Then I might try *.*.  (What else does the&lt;BR /&gt;system have to do?)&lt;BR /&gt;&lt;BR /&gt;If I got more desperate, I'd start looking&lt;BR /&gt;for MOUNT commands.&lt;BR /&gt;&lt;BR /&gt;If I got _really_ desperate, I might try&lt;BR /&gt;unplugging the disk drive and waiting for the&lt;BR /&gt;mount failure.</description>
      <pubDate>Fri, 11 Apr 2008 03:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177337#M89429</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-11T03:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177338#M89430</link>
      <description>&lt;BR /&gt;Finally, does SHOW MEMORY/FILES list the disk for using page/swap files ?&lt;BR /&gt;&lt;BR /&gt;A search through all command-files should have found it...&lt;BR /&gt; Usually (secondary-)page/swap files/disks are mounted in sys$system:sypagswap or satellite_page.com .&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Apr 2008 06:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177338#M89430</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2008-04-11T06:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177339#M89431</link>
      <description>&lt;!--!*#--&gt;&amp;gt; A search through all command-files should&lt;BR /&gt;&amp;gt; have found it...&lt;BR /&gt;&lt;BR /&gt;Not around here.  I have a disk-mounting&lt;BR /&gt;procedure which reads a data file,&lt;BR /&gt;SYS$MANAGER:LOCAL_DISKS.DAT.  For example:&lt;BR /&gt;&lt;BR /&gt;!                                               7 September 2005.  SMS.&lt;BR /&gt;!&lt;BR /&gt;! ALP's Local Disks (as seen from ALP$DKA0:).&lt;BR /&gt;!&lt;BR /&gt;!    Format:  CODE  DEVICE  LABEL&lt;BR /&gt;!&lt;BR /&gt;!    Code: N: non-system disk, R: read-only non-system disk, S: system disk.&lt;BR /&gt;!    LABEL = "*" for any label on non-system disks.&lt;BR /&gt;!    For the best messages, place the system disk last.&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;! N  DKA200:  ALP_SCSI_2&lt;BR /&gt;&lt;BR /&gt;N  DKA100:  UTIL5ALPX&lt;BR /&gt;&lt;BR /&gt;N  DKB400:  VMS073ALPX&lt;BR /&gt;&lt;BR /&gt;N  DKB300:  TEST&lt;BR /&gt;&lt;BR /&gt;S  DKA0:  VMS073ALP&lt;BR /&gt;&lt;BR /&gt;! r  dka500:  *&lt;BR /&gt;! r  dka400:  *&lt;BR /&gt;R  DKA600:  *&lt;BR /&gt;&lt;BR /&gt;[The CD-ROM drive keeps migrating around.]&lt;BR /&gt;&lt;BR /&gt;Other cluster members can DECnet in when they&lt;BR /&gt;start up, read the same file, and mount this&lt;BR /&gt;system's disks, too.  The scheme works pretty&lt;BR /&gt;well, but you could look at every .COM file&lt;BR /&gt;in the room and still not find these data.</description>
      <pubDate>Fri, 11 Apr 2008 07:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177339#M89431</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-11T07:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177340#M89432</link>
      <description>And of course it's possible that there are command files that aren't named ".com". For instance we use custom command file types in our startup mechanism, just where a rouge MOUNT command might be.&lt;BR /&gt;&lt;BR /&gt;Kelly</description>
      <pubDate>Fri, 11 Apr 2008 12:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177340#M89432</guid>
      <dc:creator>Kelly Stewart_1</dc:creator>
      <dc:date>2008-04-11T12:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177341#M89433</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;How about a listing of show dev/full $1$dga19 and show dev/full dka300?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 11 Apr 2008 21:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177341#M89433</guid>
      <dc:creator>MarkOfAus</dc:creator>
      <dc:date>2008-04-11T21:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mystery drive keep showing up after reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177342#M89434</link>
      <description>Jorge,&lt;BR /&gt;  Brute force approach. Assuming there is a physical device DKA300... If it's in a storage shelf, just remove it! If it's an internal drive and you don't want to open the case to unplug or remove it, then change the volume name:&lt;BR /&gt;&lt;BR /&gt;$ SET VOLUME/LABEL=NOTDISK19 DKA300&lt;BR /&gt;$ DISMOUNT/CLUSTER DKA300&lt;BR /&gt;&lt;BR /&gt;Next reboot even if you haven't found the MOUNT command, mounting that disk will fail because the volume labels no longer match.</description>
      <pubDate>Sun, 13 Apr 2008 21:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mystery-drive-keep-showing-up-after-reboot/m-p/4177342#M89434</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-04-13T21:38:46Z</dc:date>
    </item>
  </channel>
</rss>

