<?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: MON CLUS query in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mon-clus-query/m-p/3766910#M75525</link>
    <description>&lt;BR /&gt;As you are before Vms 7.3, you should use the program available at &lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/support/asktima/operating_systems/009F6DF1-BC7EC4E1-1C02A1.html" target="_blank"&gt;http://h18000.www1.hp.com/support/asktima/operating_systems/009F6DF1-BC7EC4E1-1C02A1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[OpenVMS] Example-C How to Monitor &lt;BR /&gt;&lt;BR /&gt;the Dynamic Lock Remastering Activity &lt;BR /&gt;&lt;BR /&gt;This is the monitor rlock for before Vms 7.3 (which has seen monitor rlock appear)&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Apr 2006 05:34:59 GMT</pubDate>
    <dc:creator>labadie_1</dc:creator>
    <dc:date>2006-04-07T05:34:59Z</dc:date>
    <item>
      <title>MON CLUS query</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mon-clus-query/m-p/3766907#M75522</link>
      <description>Running a 3 node cluster under VMS7.2.&lt;BR /&gt;2 primary nodes have exactly same sysgen settings and values.  Each of 2 nodes have disk arrays mirrored to the 'paired' node.&lt;BR /&gt;Nodes seem reasonably well balanced, but when issuing MON CLUS command, the results reported in the 'LOCK' quadrant are severely imbalanced; 1 node reporting tot ENQ/DEQ rates that are at times 10x higher than its partner node.  Could anyone please shed light on how these stats should be interpreted?  &lt;BR /&gt;&lt;BR /&gt;What value(s) can be considered good/bad?&lt;BR /&gt;What sysgen parameter - if any - affects this?&lt;BR /&gt;Is it expected to have such relative differences in a cluster that we're attempting to balance.&lt;BR /&gt;&lt;BR /&gt;Would appreciate any advice at all please.</description>
      <pubDate>Thu, 06 Apr 2006 05:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mon-clus-query/m-p/3766907#M75522</guid>
      <dc:creator>Paul Taylor_6</dc:creator>
      <dc:date>2006-04-06T05:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: MON CLUS query</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mon-clus-query/m-p/3766908#M75523</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;lock ENQs (and DEQs) are done by 'the applications'. If the applications are making sensibly use of locking, higher rates would indicate higher application load, which would be 'good'.&lt;BR /&gt;&lt;BR /&gt;You could use MONI LOCK and MONI DLOCK to try to find out, what kind of lock operations are happening and whether there is a lot of 'remote' locking instead of local locking.&lt;BR /&gt;&lt;BR /&gt;There could also be lock re-mastering, but the MONI RLOCK command is not available in V7.2, should would have to look at the RM counters with SDA&amp;gt; SHOW SYMB/ALL PMS$GL_RM&lt;BR /&gt;&lt;BR /&gt;Local locking will just consume kernel mode CPU time, remote locking will also add interrupt mode time and use cluster interconnect bandwidth.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 06 Apr 2006 05:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mon-clus-query/m-p/3766908#M75523</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-04-06T05:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: MON CLUS query</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mon-clus-query/m-p/3766909#M75524</link>
      <description>If your system has files that are opened on more than one node, then the first node that opens a file becomes the "lock mastering node" for that file, and has to handle both local lock processing and locks taken out by the "other" node.&lt;BR /&gt;If your system has mostly "local" file processing then the lock rates are probably just an indication of RMS file activity.&lt;BR /&gt;Setting up RMS statistics and monitoring on "hot" files can be used to check this.&lt;BR /&gt;The RMS_DEFAULT settings can have an effect on the number of locks, more buffers=more concurrent locks.&lt;BR /&gt;I wouldn't worry about enq/deq rates until they are &amp;gt; many thousand per second.&lt;BR /&gt;Phil&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 20:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mon-clus-query/m-p/3766909#M75524</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2006-04-06T20:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: MON CLUS query</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mon-clus-query/m-p/3766910#M75525</link>
      <description>&lt;BR /&gt;As you are before Vms 7.3, you should use the program available at &lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/support/asktima/operating_systems/009F6DF1-BC7EC4E1-1C02A1.html" target="_blank"&gt;http://h18000.www1.hp.com/support/asktima/operating_systems/009F6DF1-BC7EC4E1-1C02A1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[OpenVMS] Example-C How to Monitor &lt;BR /&gt;&lt;BR /&gt;the Dynamic Lock Remastering Activity &lt;BR /&gt;&lt;BR /&gt;This is the monitor rlock for before Vms 7.3 (which has seen monitor rlock appear)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Apr 2006 05:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mon-clus-query/m-p/3766910#M75525</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-04-07T05:34:59Z</dc:date>
    </item>
  </channel>
</rss>

