<?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: display configurable parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632018#M849989</link>
    <description>HI&lt;BR /&gt;Try&lt;BR /&gt;#kmtune -l&lt;BR /&gt;#sysdef&lt;BR /&gt;or &lt;BR /&gt;#sysInfo -K (if you have downloaded)&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Dec 2001 18:51:13 GMT</pubDate>
    <dc:creator>Deshpande Prashant</dc:creator>
    <dc:date>2001-12-19T18:51:13Z</dc:date>
    <item>
      <title>display configurable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632013#M849984</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;how can I display the hp-ux configurable parameter at the command line except from using SAM.... i need them for documentation.&lt;BR /&gt;&lt;BR /&gt;thanks in advance...&lt;BR /&gt;&lt;BR /&gt;bernard</description>
      <pubDate>Tue, 18 Dec 2001 05:48:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632013#M849984</guid>
      <dc:creator>Bernard  Bravo</dc:creator>
      <dc:date>2001-12-18T05:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: display configurable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632014#M849985</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are 3 methods.&lt;BR /&gt;&lt;BR /&gt;# kmtume -S /stand/system (HPUX11)&lt;BR /&gt;/usr/conf/master.d/core-hpux&lt;BR /&gt;/var/sam/boot.config&lt;BR /&gt;&lt;BR /&gt;I prefer methods 2 &amp;amp; 3 as they show all&lt;BR /&gt;parameters.&lt;BR /&gt;&lt;BR /&gt;-Michael</description>
      <pubDate>Tue, 18 Dec 2001 06:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632014#M849985</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-12-18T06:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: display configurable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632015#M849986</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is an on-line document that describes kernel parameters as well.&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;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Tue, 18 Dec 2001 06:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632015#M849986</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-12-18T06:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: display configurable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632016#M849987</link>
      <description>Hi,&lt;BR /&gt;Do,&lt;BR /&gt;#sysdef|more&lt;BR /&gt;or&lt;BR /&gt;#cat /stand/system</description>
      <pubDate>Tue, 18 Dec 2001 06:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632016#M849987</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-12-18T06:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: display configurable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632017#M849988</link>
      <description>Hello Bernard,&lt;BR /&gt;&lt;BR /&gt;"sysdef" does not show all parameters, so, why not use the "/stand/build/tune.h" file (after genereating a kernel)? It does contain ALL kernel "tuneable" parameters (since the kernel is actually built from this file).&lt;BR /&gt;Just m $0.02,&lt;BR /&gt;Wodisch</description>
      <pubDate>Tue, 18 Dec 2001 07:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632017#M849988</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-12-18T07:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: display configurable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632018#M849989</link>
      <description>HI&lt;BR /&gt;Try&lt;BR /&gt;#kmtune -l&lt;BR /&gt;#sysdef&lt;BR /&gt;or &lt;BR /&gt;#sysInfo -K (if you have downloaded)&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Dec 2001 18:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632018#M849989</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-12-19T18:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: display configurable parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632019#M849990</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For hpux 11.0&lt;BR /&gt;Use "kmtune -S /stand/system"&lt;BR /&gt;or "kmtune -l"&lt;BR /&gt;&lt;BR /&gt;For 10.20&lt;BR /&gt;use "sysdef"&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Dec 2001 18:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-configurable-parameter/m-p/2632019#M849990</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-19T18:53:19Z</dc:date>
    </item>
  </channel>
</rss>

