<?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 system administration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574388#M30971</link>
    <description>hi everyone,&lt;BR /&gt;I?ve had a problem with a server 9000.It just stops.Consulting syslog.log I found the message&lt;BR /&gt;vmunix:file:table is full&lt;BR /&gt;what happened?&lt;BR /&gt;thank?s</description>
    <pubDate>Mon, 03 Sep 2001 18:12:16 GMT</pubDate>
    <dc:creator>David Almada_1</dc:creator>
    <dc:date>2001-09-03T18:12:16Z</dc:date>
    <item>
      <title>system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574388#M30971</link>
      <description>hi everyone,&lt;BR /&gt;I?ve had a problem with a server 9000.It just stops.Consulting syslog.log I found the message&lt;BR /&gt;vmunix:file:table is full&lt;BR /&gt;what happened?&lt;BR /&gt;thank?s</description>
      <pubDate>Mon, 03 Sep 2001 18:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574388#M30971</guid>
      <dc:creator>David Almada_1</dc:creator>
      <dc:date>2001-09-03T18:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574389#M30972</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;There is a kernel parameter called nfile that is overflowing.&lt;BR /&gt;&lt;BR /&gt;Increase this parameter by 30% of what you have now. HP also suggests to increase nflocks parameter also when increasing nfile.&lt;BR /&gt;&lt;BR /&gt;You can use SAM to accomplish this task. If you want to do it manually,&lt;BR /&gt;&lt;BR /&gt;#vi /stand/system&lt;BR /&gt;(modify nfile &amp;amp; nflock value to currentvalue+30%)&lt;BR /&gt;save the file&lt;BR /&gt;#mk_kernel -o /stand/vmunix&lt;BR /&gt;#shutdown -r y 0&lt;BR /&gt;&lt;BR /&gt;After increasing it, keep a track of it's value by doing a sar -v 2 20 at regular intervals.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 03 Sep 2001 18:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574389#M30972</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-03T18:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574390#M30973</link>
      <description>In addition to adjusting the parameter, you may also want to see what processes are causing this problem by using lsof command. This is to be installed seperately. Try this site,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.asknet.de" target="_blank"&gt;http://hpux.asknet.de&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;(There are US sites UT and WI also. I could never be able to get into these sites so far)&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 03 Sep 2001 18:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574390#M30973</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-03T18:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574391#M30974</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;Looks like you need to increase the kernel parameter nfile which determines the maximum number of files that can be open simultaneously which when full means no more files can be open.&lt;BR /&gt;&lt;BR /&gt;To see the current usage you can also use glance and look at the system parameters usage or you can use sar -v.&lt;BR /&gt;&lt;BR /&gt;You can be liberal with this parameter and double its present value.&lt;BR /&gt;&lt;BR /&gt;To get more information about the kernel paratmer nfile, check the link&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/11i/kcparams/KCparam.Nfile.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/11i/kcparams/KCparam.Nfile.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Mon, 03 Sep 2001 19:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574391#M30974</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-03T19:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574392#M30975</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As already pinpointed by the others your 'nfile' kernel parameter is too small. &lt;BR /&gt;I suggest you use 'SAM' to increase your&lt;BR /&gt;kernel parameters if you not familiar in&lt;BR /&gt;doing it manually as already suggested. &lt;BR /&gt;Be aware however that the manual method &lt;BR /&gt;proposed with not work on HP-UX 10.20 or &lt;BR /&gt;11.00. &lt;BR /&gt;If your kernel has formulas set up SAM will&lt;BR /&gt;assist you in changes for the dependancies.&lt;BR /&gt;&lt;BR /&gt;If you wish to change manually for HP-UX 10.20&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system &lt;BR /&gt;(modify the necessary values and save the file) &lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;# cd /stand&lt;BR /&gt;# mv vmunix vmunix.prev&lt;BR /&gt;# mv /stand/build/vmunix_test /stand/vmunix&lt;BR /&gt;# shutdown -r y 0 &lt;BR /&gt;&lt;BR /&gt;For HP-UX 11 follow this&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system &lt;BR /&gt;(modify the necessary values and save the file) &lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;# kmupdate&lt;BR /&gt;# shutdown -r y 0 &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Mon, 03 Sep 2001 22:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2574392#M30975</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-09-03T22:08:08Z</dc:date>
    </item>
  </channel>
</rss>

