<?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: Monitoring File Locks in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943008#M114019</link>
    <description>Guys, we do not have Glance Plus though I do have  trial version on an application CD.&lt;BR /&gt;&lt;BR /&gt;Any non-Glace methods available?&lt;BR /&gt;Jim</description>
    <pubDate>Thu, 03 Apr 2003 13:37:29 GMT</pubDate>
    <dc:creator>Jim Adamson</dc:creator>
    <dc:date>2003-04-03T13:37:29Z</dc:date>
    <item>
      <title>Monitoring File Locks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943005#M114016</link>
      <description>How can I monitor the number of file locks in hpux 11.11. The host is a C360 workstation.&lt;BR /&gt;&lt;BR /&gt;We had a problem with sendmail this morning.  The mail.log showed multiple message - 'Failed to lock /var/spool/mqueue (mail header number) with unexpected error.  No locks available'.&lt;BR /&gt;&lt;BR /&gt;I have increased nflocks from 200 to 800 and increased nfile from 3000 to 12000, and rebuilt the kernel.&lt;BR /&gt;&lt;BR /&gt;The problem seems to have been caused by us receiving around 2000 junk messages this morning.  This caused sendmail to fail and hpux problems.  I'm now trying to strengthen the machine against this happening again.  So how can I now check file lock usage.&lt;BR /&gt;thanks in advance,&lt;BR /&gt;Jim Adamson</description>
      <pubDate>Thu, 03 Apr 2003 13:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943005#M114016</guid>
      <dc:creator>Jim Adamson</dc:creator>
      <dc:date>2003-04-03T13:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring File Locks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943006#M114017</link>
      <description>If you have Glance (and you really ought to), the System Tables Report will show you the nflocks info:  current, high water mark, etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 03 Apr 2003 13:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943006#M114017</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-03T13:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring File Locks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943007#M114018</link>
      <description>Fire up Glance Plus and type "t".  This will show you system tables.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Apr 2003 13:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943007#M114018</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-04-03T13:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring File Locks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943008#M114019</link>
      <description>Guys, we do not have Glance Plus though I do have  trial version on an application CD.&lt;BR /&gt;&lt;BR /&gt;Any non-Glace methods available?&lt;BR /&gt;Jim</description>
      <pubDate>Thu, 03 Apr 2003 13:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943008#M114019</guid>
      <dc:creator>Jim Adamson</dc:creator>
      <dc:date>2003-04-03T13:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring File Locks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943009#M114020</link>
      <description>Glance can get the information as below. &lt;BR /&gt;&lt;BR /&gt;$echo "print tbl_file_lock_util " &amp;gt;&amp;gt; file&lt;BR /&gt;&lt;BR /&gt;$glance -j 1 -i 1 -adviser_only -syntax test &lt;BR /&gt;&lt;BR /&gt;You can what percent of the file lock table is in use with Kernel Resource Monitoring (KRM) which is available on the Support Plus CD.&lt;BR /&gt;&lt;BR /&gt;"...sysdef..." will report nflock kernel parameters.&lt;BR /&gt;&lt;BR /&gt;sysdef | grep -i nflock</description>
      <pubDate>Thu, 03 Apr 2003 13:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943009#M114020</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-03T13:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring File Locks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943010#M114021</link>
      <description>1) Use a recent EMS version with KRM:&lt;BR /&gt;&lt;BR /&gt; # resls -s /system/kernel_resource/file_system/nflocks&lt;BR /&gt;Contacting Registrar on hprtdd32&lt;BR /&gt;&lt;BR /&gt;NAME:   /system/kernel_resource/file_system/nflocks&lt;BR /&gt;DESCRIPTION:    Percentage of file lock table consumption.&lt;BR /&gt;TYPE:   /system/kernel_resource/file_system/nflocks is a Resource Instance&lt;BR /&gt;        whose values are 64-bit floating point values.&lt;BR /&gt;&lt;BR /&gt;There are no active monitor requests reported for this resource.&lt;BR /&gt;&lt;BR /&gt;The current value of the resource is  2.343750&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2) Use Q4, see Doc KBRC00008493&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062909254" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062909254&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Apr 2003 15:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943010#M114021</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-04-03T15:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring File Locks</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943011#M114022</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;just correcting a typo -&lt;BR /&gt;&lt;BR /&gt;$echo "print tbl_file_lock_util " &amp;gt;&amp;gt; file &lt;BR /&gt;&lt;BR /&gt;$glance -j 1 -i 1 -adviser_only -syntax file&lt;BR /&gt;&lt;BR /&gt;your post mentioned this -&lt;BR /&gt;&lt;BR /&gt;$glance -j 1 -i 1 -adviser_only -syntax test &lt;BR /&gt;&lt;BR /&gt;- ramd.&lt;BR /&gt;'cosmetic change...'</description>
      <pubDate>Thu, 03 Apr 2003 15:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-file-locks/m-p/2943011#M114022</guid>
      <dc:creator>Ramkumar Devanathan</dc:creator>
      <dc:date>2003-04-03T15:57:06Z</dc:date>
    </item>
  </channel>
</rss>

