<?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: running kernel, parametres in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630115#M40910</link>
    <description>Hi&lt;BR /&gt;  Sorry i missed -k , the command is&lt;BR /&gt;`echo "physmem/D" | adb -k /stand/vmunix /dev/kmem</description>
    <pubDate>Wed, 12 Dec 2001 12:56:11 GMT</pubDate>
    <dc:creator>Praveen Bezawada</dc:creator>
    <dc:date>2001-12-12T12:56:11Z</dc:date>
    <item>
      <title>running kernel, parametres</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630109#M40904</link>
      <description>Hi.&lt;BR /&gt;I want the value of "semmap" and "sema" in the running kernel. How do I get it?&lt;BR /&gt;&lt;BR /&gt;kmtune -q maxusers : 400&lt;BR /&gt;kmtune -q nproc : ((10*maxusers)/3)+128 = 1461&lt;BR /&gt;kmtune -q semmni : (NPROC*2)  = 2922&lt;BR /&gt;&lt;BR /&gt;kmtune -q semmap : (SEMMNI+2) = 2924&lt;BR /&gt;sysdef | grep semmap : 191430656&lt;BR /&gt;&lt;BR /&gt;kmtune -q sema : 1&lt;BR /&gt;sysdef | grep sema : 0&lt;BR /&gt;&lt;BR /&gt;Which command should I use?&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Dec 2001 10:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630109#M40904</guid>
      <dc:creator>CPHVF-U Guard</dc:creator>
      <dc:date>2001-12-12T10:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: running kernel, parametres</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630110#M40905</link>
      <description>&lt;BR /&gt;sysdef is an 'old' 10.20 tool.&lt;BR /&gt;&lt;BR /&gt;you should use kmtune as the manual says:&lt;BR /&gt;&lt;BR /&gt;sysdef will not be supported in&lt;BR /&gt;      the future releases of HP-UX. So users are advised to use kmtune(1M)&lt;BR /&gt;      utility which provides additional information on kernel tunable  &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer</description>
      <pubDate>Wed, 12 Dec 2001 10:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630110#M40905</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-12-12T10:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: running kernel, parametres</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630111#M40906</link>
      <description>Hi&lt;BR /&gt;  Use kmtune or adb or use SAM. We earlier got wrong values from sysdef&lt;BR /&gt;&lt;BR /&gt;...BPK...</description>
      <pubDate>Wed, 12 Dec 2001 10:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630111#M40906</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-12-12T10:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: running kernel, parametres</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630112#M40907</link>
      <description>Moreover, you can always try this command to   check for Kernel params values:&lt;BR /&gt;#more /stand/build/tune.h |grep -i semmap</description>
      <pubDate>Wed, 12 Dec 2001 10:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630112#M40907</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2001-12-12T10:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: running kernel, parametres</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630113#M40908</link>
      <description>you can use adb as&lt;BR /&gt;&lt;BR /&gt;`echo "physmem/D" | adb /stand/vmunix /dev/kmem</description>
      <pubDate>Wed, 12 Dec 2001 10:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630113#M40908</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-12-12T10:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: running kernel, parametres</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630114#M40909</link>
      <description>I were to fast ....&lt;BR /&gt;&lt;BR /&gt;# echo "semmap/D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;Error from elf64_getehdr(application core file)&lt;BR /&gt;Not an Elf file: No Elf header&lt;BR /&gt;semmap:&lt;BR /&gt;semmap:         191430656&lt;BR /&gt;&lt;BR /&gt;#echo "sema/D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;Error from elf64_getehdr(application core file)&lt;BR /&gt;Not an Elf file: No Elf header&lt;BR /&gt;sema:&lt;BR /&gt;sema:           0&lt;BR /&gt;&lt;BR /&gt;If these values are correct, then I can't trust kmtune, or?&lt;BR /&gt;The values match sysdef.&lt;BR /&gt;(By the way, it is HP-UX 11.00)&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Dec 2001 10:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630114#M40909</guid>
      <dc:creator>CPHVF-U Guard</dc:creator>
      <dc:date>2001-12-12T10:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: running kernel, parametres</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630115#M40910</link>
      <description>Hi&lt;BR /&gt;  Sorry i missed -k , the command is&lt;BR /&gt;`echo "physmem/D" | adb -k /stand/vmunix /dev/kmem</description>
      <pubDate>Wed, 12 Dec 2001 12:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/running-kernel-parametres/m-p/2630115#M40910</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-12-12T12:56:11Z</dc:date>
    </item>
  </channel>
</rss>

