<?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 Kernel Parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938576#M113192</link>
    <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;Is there a way to know how much kernel values are  utilized by the applications from the current kernel value settings?  I would like to know if really the application needs more resources, so that I can tune the kernel parameters.</description>
    <pubDate>Sat, 29 Mar 2003 09:48:21 GMT</pubDate>
    <dc:creator>Omer Mukthar</dc:creator>
    <dc:date>2003-03-29T09:48:21Z</dc:date>
    <item>
      <title>Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938576#M113192</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;Is there a way to know how much kernel values are  utilized by the applications from the current kernel value settings?  I would like to know if really the application needs more resources, so that I can tune the kernel parameters.</description>
      <pubDate>Sat, 29 Mar 2003 09:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938576#M113192</guid>
      <dc:creator>Omer Mukthar</dc:creator>
      <dc:date>2003-03-29T09:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938577#M113193</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would suggest that you install Glance. It is easy to understand and figure out if you need to tune some of the Kernel parameters.&lt;BR /&gt;&lt;BR /&gt;Hope this help.&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Mar 2003 10:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938577#M113193</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-03-29T10:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938578#M113194</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To monitor number of open files , number of locks etc in the system.&lt;BR /&gt;&lt;BR /&gt;#sar -v 1 20&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Sat, 29 Mar 2003 10:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938578#M113194</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-03-29T10:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938579#M113195</link>
      <description>Glance shows only the following values ! what about the rest of the kernel parameters ? !&lt;BR /&gt;&lt;BR /&gt;System Table                 Available        Used      Utilization      High(%)&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Proc Table (nproc)               7320          366            5            5&lt;BR /&gt;File Table (nfile)              19136         4394           23           23&lt;BR /&gt;Shared Mem Table (shmmni)        1024           52            5            5&lt;BR /&gt;Message Table (msgmni)           4096            6            0            0&lt;BR /&gt;Semaphore Table (semmni)         4096           40            1            1&lt;BR /&gt;File Locks (nflocks)             4000         1590           40           40&lt;BR /&gt;Pseudo Terminals (npty)           400            3            1            1&lt;BR /&gt;Buffer Headers (nbuf)              na       553574           na           na&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Mar 2003 11:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938579#M113195</guid>
      <dc:creator>Omer Mukthar</dc:creator>
      <dc:date>2003-03-29T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938580#M113196</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  You can check with glance plus ,if you have perf view this will give you clear picture of disk i/0, each and every disk utilisation indivially,memory,cpu etc ,accordinly u can tune the kernel parmeter ,finding out the bottle neck.&lt;BR /&gt;&lt;BR /&gt;Rizwan&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Mar 2003 16:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938580#M113196</guid>
      <dc:creator>Rizwan Mohammed</dc:creator>
      <dc:date>2003-03-29T16:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938581#M113197</link>
      <description>Ok Omar,&lt;BR /&gt;&lt;BR /&gt;If you want to list the kernel parameters, then use th following command:&lt;BR /&gt;&lt;BR /&gt;#sysdef|pg&lt;BR /&gt;&lt;BR /&gt;This will list the kernel parameters as well as the values next to each.&lt;BR /&gt;&lt;BR /&gt;Hope this more clear.&lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 29 Mar 2003 17:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938581#M113197</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-03-29T17:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938582#M113198</link>
      <description>Just in case it might help, I'm attaching a system data collection script.&lt;BR /&gt;&lt;BR /&gt;Glance however system tables report is a great way to explore utilization versus settings.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 30 Mar 2003 02:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938582#M113198</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-30T02:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938583#M113199</link>
      <description>If you use HP-UX 11i (i.e. 11.11 or higher) then you can also use the, sometimes optional, kcweb web interface (or the command-line commands which come with the kcweb product).&lt;BR /&gt;&lt;BR /&gt;If your version of 11i does not have kcweb, you can download it from http:/&lt;A href="http://www.software.hp.com" target="_blank"&gt;www.software.hp.com&lt;/A&gt;  (just click the "search" button and search for "kcweb").</description>
      <pubDate>Mon, 31 Mar 2003 11:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameters/m-p/2938583#M113199</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-03-31T11:57:01Z</dc:date>
    </item>
  </channel>
</rss>

