<?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 Max nflocks reached in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458959#M13423</link>
    <description>In our system there there was a lot of problem due to a file lock table full.&lt;BR /&gt;By a shell script (found in a document )we discovered that there were more than 190 entries in the kernel file lock table.&lt;BR /&gt;This is very strange as, I'm sure, there are only 2 products running (oracle 8.1 and vantive 8.2).&lt;BR /&gt;Now. The question is:&lt;BR /&gt;How can I discover what process keep those entries ?&lt;BR /&gt;Or&lt;BR /&gt;May be the kernel doesn't release these entries ?&lt;BR /&gt;Do anyone had an idea ?&lt;BR /&gt;&lt;BR /&gt;Thank to all in advance</description>
    <pubDate>Fri, 27 Oct 2000 18:33:48 GMT</pubDate>
    <dc:creator>ASO MANUFACTORING</dc:creator>
    <dc:date>2000-10-27T18:33:48Z</dc:date>
    <item>
      <title>Max nflocks reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458959#M13423</link>
      <description>In our system there there was a lot of problem due to a file lock table full.&lt;BR /&gt;By a shell script (found in a document )we discovered that there were more than 190 entries in the kernel file lock table.&lt;BR /&gt;This is very strange as, I'm sure, there are only 2 products running (oracle 8.1 and vantive 8.2).&lt;BR /&gt;Now. The question is:&lt;BR /&gt;How can I discover what process keep those entries ?&lt;BR /&gt;Or&lt;BR /&gt;May be the kernel doesn't release these entries ?&lt;BR /&gt;Do anyone had an idea ?&lt;BR /&gt;&lt;BR /&gt;Thank to all in advance</description>
      <pubDate>Fri, 27 Oct 2000 18:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458959#M13423</guid>
      <dc:creator>ASO MANUFACTORING</dc:creator>
      <dc:date>2000-10-27T18:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Max nflocks reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458960#M13424</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Perhaps you have a great number of orphaned processes left around.  See this thread for more suggestions:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6f717e990647d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6f717e990647d4118fee0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 27 Oct 2000 18:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458960#M13424</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-27T18:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Max nflocks reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458961#M13425</link>
      <description>The utility you want is lsof  (it tells you what files are opened and by what process...) do  search in the forums for lsof there have been a lot discussed about it earlier.&lt;BR /&gt;&lt;BR /&gt;cheers</description>
      <pubDate>Fri, 27 Oct 2000 18:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458961#M13425</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-10-27T18:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Max nflocks reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458962#M13426</link>
      <description>In the fists versions of HP-UX 11.00 each telnet sessions  need flocks. Im not sure if it remains, because we configured lots of flocks. This parameter must be higher than npty. A value of NPROC must be run ok.</description>
      <pubDate>Mon, 30 Oct 2000 08:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458962#M13426</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2000-10-30T08:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Max nflocks reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458963#M13427</link>
      <description>Check with "sar -v" to see if you have reached the maximum configured in kernel. or echo "nflock"/D|adb -k /stand/vmunix /dev/kmem. This will give you the size in the kernel.&lt;BR /&gt;You can also check the processes with lsof, download and install from &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/&lt;/A&gt;</description>
      <pubDate>Mon, 30 Oct 2000 11:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458963#M13427</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-10-30T11:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Max nflocks reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458964#M13428</link>
      <description>Check with "sar -v" to see if you have reached the maximum configured in kernel. or echo "nflock"/D|adb -k /stand/vmunix /dev/kmem. This will give you the size in the kernel.&lt;BR /&gt;You can also check the processes with lsof, download and install from &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/&lt;/A&gt;</description>
      <pubDate>Mon, 30 Oct 2000 11:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458964#M13428</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-10-30T11:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Max nflocks reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458965#M13429</link>
      <description>SORRY, "SAR -V" SHOULD BE "SYSDEF"</description>
      <pubDate>Mon, 30 Oct 2000 12:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458965#M13429</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-10-30T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Max nflocks reached</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458966#M13430</link>
      <description>While using adb will let you know the value of nflocks that was compiled into the kernel, adb will not tell you how much of that table is in use.&lt;BR /&gt;&lt;BR /&gt;A new product was introduced in HP-UX 11.0.  Kernel Resource Monitoring (KRM) and is available on the Support Plus CD.  It think this is free.&lt;BR /&gt;&lt;BR /&gt;Installing KRM requires the Event Monitoring Service (EMS), which is also on the same CD.  EMS is also available at &lt;A href="http://www.software.hp.com." target="_blank"&gt;www.software.hp.com.&lt;/A&gt;  It is a free download.&lt;BR /&gt;&lt;BR /&gt;Once KRM and EMS are installed you can what percent of the file lock table is in use.  You can use SAM to view this value, or use it to send you email when the table starts getting full.&lt;BR /&gt;&lt;BR /&gt;Once you have a way to monitor the usage of your file lock table, you can experiment with stopping and starting different applications to see which is consuming the locks.</description>
      <pubDate>Tue, 31 Oct 2000 01:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/max-nflocks-reached/m-p/2458966#M13430</guid>
      <dc:creator>Wade Satterfield</dc:creator>
      <dc:date>2000-10-31T01:34:51Z</dc:date>
    </item>
  </channel>
</rss>

