<?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: CPU Bottleneck and /tmp questions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474028#M775944</link>
    <description>For your filesystem full problem:&lt;BR /&gt;du -s /tmp&lt;BR /&gt;Devide the output by two, should give size in mb.&lt;BR /&gt;&lt;BR /&gt;fuser -c /tmp, check which processes are having files open on /tmp&lt;BR /&gt;&lt;BR /&gt;Swap:&lt;BR /&gt;You can add extra swap to the system, what you should check, what is causing the high swap usage???&lt;BR /&gt;&lt;BR /&gt;Can you please show the output of &lt;BR /&gt;swapinfo -t&lt;BR /&gt;&lt;BR /&gt;Do you have a databse running on the server?&lt;BR /&gt;&lt;BR /&gt;check recommended kernel parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://www.docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Dec 2000 16:52:23 GMT</pubDate>
    <dc:creator>Darrel Louis</dc:creator>
    <dc:date>2000-12-14T16:52:23Z</dc:date>
    <item>
      <title>CPU Bottleneck and /tmp questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474026#M775942</link>
      <description>I have two questions:&lt;BR /&gt;&lt;BR /&gt;1.  My /tmp files system filled up.  I cleared out the file that caused the problem but my /tmp file system still shows 100%.  Why is my /tmp file still showing 100%.&lt;BR /&gt;&lt;BR /&gt;2.  I'm having CPU bottleneck problems, End of global swap space is nearly full.  I obtained this information in Glance.  The system table report shows shared memory available 1024gb and requested 1.66gb.  I have 3.00gb of physical memory.  Can I add more swap space without causing more problems.</description>
      <pubDate>Thu, 14 Dec 2000 16:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474026#M775942</guid>
      <dc:creator>Angela L. Shepherd_1</dc:creator>
      <dc:date>2000-12-14T16:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Bottleneck and /tmp questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474027#M775943</link>
      <description>Angela, &lt;BR /&gt;&lt;BR /&gt;I'll answer the first question:&lt;BR /&gt;&lt;BR /&gt;You may have removed the file, but the process that created it still thinks it is open, so the OS will not release that file space until the process dies, or you reboot.</description>
      <pubDate>Thu, 14 Dec 2000 16:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474027#M775943</guid>
      <dc:creator>Tracey</dc:creator>
      <dc:date>2000-12-14T16:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Bottleneck and /tmp questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474028#M775944</link>
      <description>For your filesystem full problem:&lt;BR /&gt;du -s /tmp&lt;BR /&gt;Devide the output by two, should give size in mb.&lt;BR /&gt;&lt;BR /&gt;fuser -c /tmp, check which processes are having files open on /tmp&lt;BR /&gt;&lt;BR /&gt;Swap:&lt;BR /&gt;You can add extra swap to the system, what you should check, what is causing the high swap usage???&lt;BR /&gt;&lt;BR /&gt;Can you please show the output of &lt;BR /&gt;swapinfo -t&lt;BR /&gt;&lt;BR /&gt;Do you have a databse running on the server?&lt;BR /&gt;&lt;BR /&gt;check recommended kernel parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://www.docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2000 16:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474028#M775944</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-12-14T16:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Bottleneck and /tmp questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474029#M775945</link>
      <description>Hi Angela,&lt;BR /&gt;&lt;BR /&gt;The files in /tmp should not bother once cleared and on reboot the will clean out if you have set CLEAR_TMP=1 in /etc/rc.config.d/clean_tmps.&lt;BR /&gt; &lt;BR /&gt;With RAM of 3Gb, increase your swap device upto 2Gb, enable swapmem_on=1, this will give you pseudo memory of 75%RAM. Set nbuf and bufpages to zero for dynamic buffer caching.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Dec 2000 16:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474029#M775945</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-12-14T16:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Bottleneck and /tmp questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474030#M775946</link>
      <description>Angela:&lt;BR /&gt;&lt;BR /&gt;The file you removed may still have been opened by a running process - if that is the case, "it is still there".  Find out what process created that file and shut it down (and restart it) to reclaim your disk space - usually, you should not remove a file without first verifying that it is not "in use" by a running process.&lt;BR /&gt;&lt;BR /&gt;you can use lsof &lt;BR /&gt;&lt;A href="http://eigen.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.51/" target="_blank"&gt;http://eigen.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.51/&lt;/A&gt;&lt;BR /&gt;to see what files are owned by what processes.&lt;BR /&gt;&lt;BR /&gt;good luck.</description>
      <pubDate>Thu, 14 Dec 2000 16:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474030#M775946</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-12-14T16:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Bottleneck and /tmp questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474031#M775947</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You can safely and easily add more device swap.&lt;BR /&gt;&lt;BR /&gt;Enable the kernel parameter 'swapmem_on' by setting it to one (1). This is called "pseudo swap" and allows for the use of system memory as additional swap space. &lt;BR /&gt;&lt;BR /&gt;You may need to increase the kernel &lt;MAXSWAPCHUNKS&gt; too, in order to create additional swap environments. &lt;BR /&gt;&lt;BR /&gt;You can setup a new logical volume as an additional swap space. For best performance, make the size of this secondary swap the same as your primary, and set the swap priority to be the same too. &lt;BR /&gt;&lt;BR /&gt;For additional procedural guidelines for managing swap space, see the System Administration Tasks manual: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/MAXSWAPCHUNKS&gt;</description>
      <pubDate>Thu, 14 Dec 2000 17:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474031#M775947</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-12-14T17:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Bottleneck and /tmp questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474032#M775948</link>
      <description>Dynamic Buffer cache.&lt;BR /&gt;&lt;BR /&gt;When the parameters bufpages and nbuf are both set to their default value of 0, the size of the buffer cache grows or shrinks dynamically, depending on competing requests for system memory.&lt;BR /&gt;&lt;BR /&gt;The value of dbc_max_pct sets the maximum percentage of physical memory that can be allocated to the dynamic buffer cache.&lt;BR /&gt;&lt;BR /&gt;It is possible to set both dbc_max_pct and dbc_min_pct to the same value, 12 for example, and create a kernel that uses exactly that percentage of physical memory for the buffer cache, regardless of the size of physical memory.&lt;BR /&gt;&lt;BR /&gt;If your dbc_max_pct is set to 50 %, that means that 1.5 Gb is allocated for Dynamic buffer cache. &lt;BR /&gt;As Chris stated set nbuf and bufpages to zero.&lt;BR /&gt;If dbc_max_pct is 50, bring it close to dbc_min_pct or equalize those two.&lt;BR /&gt;&lt;BR /&gt;See the url in the previous answer given.</description>
      <pubDate>Thu, 14 Dec 2000 17:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-bottleneck-and-tmp-questions/m-p/2474032#M775948</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-12-14T17:14:11Z</dc:date>
    </item>
  </channel>
</rss>

