<?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: LOCKS set maintained by $MOU for the system (boot) device in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039403#M24312</link>
    <description>Hello, All!&lt;BR /&gt;&lt;BR /&gt; Thanks for the response! I have to look to IDS an other VMS's internals.&lt;BR /&gt;&lt;BR /&gt; The primary problem is the "good old" status "DIFVOLMNT,  different volume already mounted on this device" during boot of Alpha and next BUGCHECK with the status.&lt;BR /&gt;&lt;BR /&gt; I susspect that dirigng MOUNT of the sys$sysdevice a resourse value block is filled by data which describes a physical path to the volume on the HSJ/EVA storage. So, VMS at boot time cannot determine that the volume on the HSJ/EVA is the same.&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Apr 2007 08:53:31 GMT</pubDate>
    <dc:creator>Ruslan R. Laishev</dc:creator>
    <dc:date>2007-04-12T08:53:31Z</dc:date>
    <item>
      <title>LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039396#M24305</link>
      <description>Hello All!&lt;BR /&gt;&lt;BR /&gt; Is there someone wha can help me to get/understand an information about: what is set of locks is created and maintained for the disk volume by MOUNT?&lt;BR /&gt; Is there some differences in lock/resources content between volumes on PKA (SCSI), PNB (CI+HSJ), PG/FG (EVAxK) ?</description>
      <pubDate>Wed, 11 Apr 2007 06:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039396#M24305</guid>
      <dc:creator>Ruslan R. Laishev</dc:creator>
      <dc:date>2007-04-11T06:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039397#M24306</link>
      <description>The MOUNT, DISMOUNT and RMS-level lock use is listed in the back of the Internals and Data Structures Manaual; in the IDSM.&lt;BR /&gt;&lt;BR /&gt;There's the volume label lock, the mount device lock, the volume allocation lock, the volume-blocking lock, among various others.  &lt;BR /&gt;&lt;BR /&gt;These and other locks can be viewed using SDA, among available tools.&lt;BR /&gt;&lt;BR /&gt;The basic locks are the same across the various devices; the port and even the class drivers are not particularly involved in locking.  There are second-level coordination issues around SAN-level mechanisms that the FC SAN giblets can and do get involved with.  These are not generally host-visible.&lt;BR /&gt;&lt;BR /&gt;What might you be looking to do?  (I'm not looking to re-key large tracts of the IDSM into this little text box right now.)  I might guess what you are attempting here, but...&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
      <pubDate>Wed, 11 Apr 2007 08:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039397#M24306</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-04-11T08:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039398#M24307</link>
      <description>$ DEFINE SHOW$DEBUG 1&lt;BR /&gt;$ SET TERMINAL/WID=132&lt;BR /&gt;$ SHOW DEVICE devicename&lt;BR /&gt;&lt;BR /&gt;will show you lock details. The File Systems Internals book has a useful section on locks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Apr 2007 10:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039398#M24307</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2007-04-11T10:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039399#M24308</link>
      <description>Ruslan,&lt;BR /&gt;&lt;BR /&gt;  I'm assuming you understand the distinction between a RESOURCE and a LOCK.&lt;BR /&gt;&lt;BR /&gt;SHOW$DEBUG might help, but it doesn't give you the resource names. SDA helps a bit, but I don't know of a way to look for resource names by wildcard. About the best you can do is&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; SET OUTPUT resourcenames.txt&lt;BR /&gt;SDA&amp;gt; SHOW RESOURCE/BRIEF&lt;BR /&gt;SDA&amp;gt; SET OUTPUT SYS$OUTPUT&lt;BR /&gt;&lt;BR /&gt;This will probably be a large(!) file which you can SEARCH. Make sure you use /BRIEF so the resource name isn't wrapped.&lt;BR /&gt;&lt;BR /&gt;Note that very few of the resource names contain the physical device name - I think the only one relevant to MOUNT is the mount device lock SYS$_&lt;DEVNAM&gt;. All the other resource names are based on the volume label. See F11B$x&lt;VOLNAM&gt; and CACHE$x&lt;VOLNAM&gt; - this is a fairly good clue that they're independent of device technology. &lt;BR /&gt;&lt;BR /&gt;Are you experiencing a problem which you believe to be related to differences you're asking about?&lt;BR /&gt;&lt;BR /&gt;&lt;/VOLNAM&gt;&lt;/VOLNAM&gt;&lt;/DEVNAM&gt;</description>
      <pubDate>Wed, 11 Apr 2007 17:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039399#M24308</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-04-11T17:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039400#M24309</link>
      <description>As Ian already indicated... you gotta get the book if you really want to know.&lt;BR /&gt;The book being: &lt;BR /&gt;"Vms File System Internals - by Kirby McCoy"&lt;BR /&gt;&lt;A href="http://www.amazon.com/Vms-File-System-Internals-VAX/dp/1555580564" target="_blank"&gt;http://www.amazon.com/Vms-File-System-Internals-VAX/dp/1555580564&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Chapter 7 : "Serialization of File System Activity"&lt;BR /&gt;&lt;BR /&gt;There is no differnce as to the driver/disk being used.&lt;BR /&gt;&lt;BR /&gt;Any particular reason you are asking?&lt;BR /&gt;A hung process?&lt;BR /&gt;The most common issue we see is with highwater-marking and performing a non sequential write or a EOF attribute change causing 'everytthing else' to lock up.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Apr 2007 21:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039400#M24309</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-04-11T21:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039401#M24310</link>
      <description>Rusian,&lt;BR /&gt;&lt;BR /&gt;Your subject indicates you are interested in the boot device.&lt;BR /&gt;&lt;BR /&gt;Without knowing more about what you want to do, it is hard to know what synchronization mechanism is in play.&lt;BR /&gt;&lt;BR /&gt;Specifically, there is a requirement to be able to do I/O with a device before it is mounted.  That's at a very low level; $QIO IO$_PACKACK is called to set the volume valid bit, and then IO$_READLBLK can be issued to read data off the the device.  It's been a long time since I did any of this stuff, long before VIOC or XFC, but my guess is that this bypasses any caching done by them, because they are file level caches, not LBN caches.  What happens with third party caching products, I don't know.  I do know there are warnings in the 7.3x realease notes about third party products and multipath devices.&lt;BR /&gt;&lt;BR /&gt;And during the initial boot, the normal drivers aren't even used; instead the boot driver is used (it is also used to write the system dump file, at least that used to be the case 15 years ago).&lt;BR /&gt;&lt;BR /&gt;So can you provide a bit more info about what you are wanting to do that requires knowlege about the locks being used by Mount?&lt;BR /&gt;&lt;BR /&gt;If you are working with this level of stuff, you should have at a minimum:&lt;BR /&gt;&lt;BR /&gt;OpenVMS AXP Internals and Data Structures V1.5 Hardcover, 1672 pg.  1994  ISBN 1-55558-120-X&lt;BR /&gt;plus the two paperback updates.&lt;BR /&gt;&lt;BR /&gt;VMS File System Internals ISBN 1555580564 1990&lt;BR /&gt;&lt;BR /&gt;If you are working with VMS Clusters, and want to know about locks used there&lt;BR /&gt;&lt;BR /&gt;VAXCluster Principles ISBN 1555581129 1993&lt;BR /&gt;&lt;BR /&gt;All are out of print.  The VAXCluster book commands the most $$$ &lt;BR /&gt;&lt;BR /&gt;And if you are doing any system level programming, the VMS source listings are the most accurate documentation, once you know where to look.&lt;BR /&gt;&lt;BR /&gt;May the Source be with you,&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 12 Apr 2007 07:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039401#M24310</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-12T07:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039402#M24311</link>
      <description>Hello, All!&lt;BR /&gt;&lt;BR /&gt; Thanks for te response! I have to look to IDS an other VMS's internals.&lt;BR /&gt;&lt;BR /&gt; The primary problem is the "good old" status "DIFVOLMNT,  different volume already mounted on this device" during boot of Alpha and next BUGCHECK with the status.&lt;BR /&gt;&lt;BR /&gt; I susspect that dirigng MOUNT of the sys$sysdevice a resourse value block is filled by data which describes a physical path to the volume on the HSJ/EVA storage. So, VMS at boot time cannot determine that the volume on the HSJ/EVA is the same.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Apr 2007 08:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039402#M24311</guid>
      <dc:creator>Ruslan R. Laishev</dc:creator>
      <dc:date>2007-04-12T08:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039403#M24312</link>
      <description>Hello, All!&lt;BR /&gt;&lt;BR /&gt; Thanks for the response! I have to look to IDS an other VMS's internals.&lt;BR /&gt;&lt;BR /&gt; The primary problem is the "good old" status "DIFVOLMNT,  different volume already mounted on this device" during boot of Alpha and next BUGCHECK with the status.&lt;BR /&gt;&lt;BR /&gt; I susspect that dirigng MOUNT of the sys$sysdevice a resourse value block is filled by data which describes a physical path to the volume on the HSJ/EVA storage. So, VMS at boot time cannot determine that the volume on the HSJ/EVA is the same.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Apr 2007 08:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039403#M24312</guid>
      <dc:creator>Ruslan R. Laishev</dc:creator>
      <dc:date>2007-04-12T08:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039404#M24313</link>
      <description>Ruslan,&lt;BR /&gt;&lt;BR /&gt;I assume you call it 'good old' because you googled for that code and found pages of relevant hits such as:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/wizard/wiz_9685.html" target="_blank"&gt;http://h71000.www7.hp.com/wizard/wiz_9685.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Apr 2007 09:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039404#M24313</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-04-12T09:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039405#M24314</link>
      <description>Hello, Hein!&lt;BR /&gt;&lt;BR /&gt;Yes, my case is looks like you pointed.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Apr 2007 09:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039405#M24314</guid>
      <dc:creator>Ruslan R. Laishev</dc:creator>
      <dc:date>2007-04-12T09:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039406#M24315</link>
      <description>Ruslan,&lt;BR /&gt;&lt;BR /&gt;are you trying to understand or diagnose a PROCGONE - DIFVOLMNT problem ?&lt;BR /&gt;&lt;BR /&gt;I've also recently seen this problem and scratched my head, whether this bugcheck is really necessary. I have not yet had the time and courage to further dig into this problem scenario.&lt;BR /&gt;&lt;BR /&gt;It was a simple configuration with 2 nodes in a LAN-only cluster. No shared IO buses.&lt;BR /&gt;&lt;BR /&gt;Node1 had Node2's system disk mounted.&lt;BR /&gt;When rebooting Node2, it crashed with PROCGONE R0=DIFVOLMNT.&lt;BR /&gt;&lt;BR /&gt;After dismounting node2's system disk from Node1, Node2 could boot without a problem.&lt;BR /&gt;&lt;BR /&gt;No wrong or changed volume labels and such.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 12 Apr 2007 13:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039406#M24315</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-12T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039407#M24316</link>
      <description>Check the low-level settings in the SCBs for the volumes.  There was a bug I slammed into a while back involving the OpenVMS Freeware.  I'd replicated the Freeware disk volumes from one master disk, and had used SET VOLUME/LABEL to reset the volume labels.  Unfortunately, MOUNT was looking at a field in the SCB that relabeling the volume had not adjusted, and this was resulting in duplicate volume errors during MOUNT operations.  (IIRC, the error was DIFVOLMNT.)  This was back around Freeware V5?  (Yes, I reported it.)&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039407#M24316</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-04-12T14:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039408#M24317</link>
      <description>Ruslan,&lt;BR /&gt;&lt;BR /&gt;I've tried to reproduce this problem. I seem to have left out a minor, but significant, action in my previous description:&lt;BR /&gt;&lt;BR /&gt;Node1 had Node2's system disk mounted.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; Here I had booted Node2 STANDALONE (VAXCLUSTER=0) temporarily !&lt;BR /&gt;&lt;BR /&gt;When rebooting Node2 into the cluster, it crashed with PROCGONE R0=DIFVOLMNT.&lt;BR /&gt;&lt;BR /&gt;After dismounting node2's system disk from Node1, Node2 could boot without a problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So the fact, that Node2's system disk was still mounted from Node1 - disk was in HostUnavailable Mounted on Node1 while Node2 was not in the cluster - AND that Node2 mounted the disk STANDALONE temporarily, seems to have changed enough low-level data on the disk, that Node1 got the DIFVOLMNT error when booting into the cluster again.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sat, 14 Apr 2007 03:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039408#M24317</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-14T03:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039409#M24318</link>
      <description>Ruslan,&lt;BR /&gt;&lt;BR /&gt;the code is in [MOUNT96]MOUDK2&lt;BR /&gt;&lt;BR /&gt;Mount maintains a HASH value of certain fields (including Mount Time) inside the SCB on disk in the Lock Value Block of the Device Lock (SYS$_&lt;DEVICENAME&gt;).&lt;BR /&gt;&lt;BR /&gt;If the HASH value constructed by reading the SCB does not match the field in the lock value block, the DIFVOLMNT error is returned.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/DEVICENAME&gt;</description>
      <pubDate>Sat, 14 Apr 2007 04:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039409#M24318</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-14T04:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039410#M24319</link>
      <description>This usenet thread has some info, see Andy Goldstein's reply.&lt;BR /&gt;&lt;BR /&gt;Thread "Another Question- Something about mapping F11BXQP?"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://groups.google.com/group/comp.os.vms/browse_thread/thread/ff54db0336c8d1b3/c4e6149b3c4639a8?lnk=st&amp;amp;q=&amp;amp;rnum=2#c4e6149b3c4639a8" target="_blank"&gt;http://groups.google.com/group/comp.os.vms/browse_thread/thread/ff54db0336c8d1b3/c4e6149b3c4639a8?lnk=st&amp;amp;q=&amp;amp;rnum=2#c4e6149b3c4639a8&lt;/A&gt;</description>
      <pubDate>Sat, 14 Apr 2007 09:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039410#M24319</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-04-14T09:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: LOCKS set maintained by $MOU for the system (boot) device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039411#M24320</link>
      <description>Thanks a lot to All reponders!&lt;BR /&gt;&lt;BR /&gt;My respects!</description>
      <pubDate>Thu, 19 Apr 2007 08:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/locks-set-maintained-by-mou-for-the-system-boot-device/m-p/5039411#M24320</guid>
      <dc:creator>Ruslan R. Laishev</dc:creator>
      <dc:date>2007-04-19T08:27:40Z</dc:date>
    </item>
  </channel>
</rss>

