<?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 Problems - Setting Kernel Params On Ignite-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256873#M513367</link>
    <description>I've configured my Ignite Server so Ignitions custom tailor our disk partitioning. lvol naming, patches, etc.etc.. as well as Kernel Settings. However, we've a kernel setting that does not seem to get set right (in config.local):&lt;BR /&gt;&lt;BR /&gt;mod_kernel += "nstrpty         1024"&lt;BR /&gt;&lt;BR /&gt;After the ignition, the value is just set to 60.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Apr 2004 13:20:45 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2004-04-22T13:20:45Z</dc:date>
    <item>
      <title>Problems - Setting Kernel Params On Ignite-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256873#M513367</link>
      <description>I've configured my Ignite Server so Ignitions custom tailor our disk partitioning. lvol naming, patches, etc.etc.. as well as Kernel Settings. However, we've a kernel setting that does not seem to get set right (in config.local):&lt;BR /&gt;&lt;BR /&gt;mod_kernel += "nstrpty         1024"&lt;BR /&gt;&lt;BR /&gt;After the ignition, the value is just set to 60.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2004 13:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256873#M513367</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-04-22T13:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems - Setting Kernel Params On Ignite-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256874#M513368</link>
      <description>Hi&lt;BR /&gt;Check interdependancies - I do not have a server here to test it but is it being reset by another setting further down?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 22 Apr 2004 13:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256874#M513368</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2004-04-22T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problems - Setting Kernel Params On Ignite-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256875#M513369</link>
      <description>Here's my entire Kernel Mod Block from config.local, any thing I need to change? Positionally? Will it matter?:&lt;BR /&gt;&lt;BR /&gt;mod_kernel += "dbc_max_pct     10"&lt;BR /&gt;mod_kernel += "dbc_min_pct     10"&lt;BR /&gt;mod_kernel += "dnlc_hash_locks 512"&lt;BR /&gt;mod_kernel += "max_async_ports 3072"&lt;BR /&gt;mod_kernel += "max_thread_proc 3072"&lt;BR /&gt;mod_kernel += "maxdsiz         0X40000000"&lt;BR /&gt;mod_kernel += "maxdsiz_64bit   0X40000000"&lt;BR /&gt;mod_kernel += "maxfiles        400"&lt;BR /&gt;mod_kernel += "maxssiz         0X17000000"&lt;BR /&gt;mod_kernel += "maxssiz_64bit   0X17000000"&lt;BR /&gt;mod_kernel += "maxswapchunks   16384"&lt;BR /&gt;mod_kernel += "maxtsiz                  0x18000000"&lt;BR /&gt;mod_kernel += "maxtsiz_64bit            0x18000000"&lt;BR /&gt;mod_kernel += "maxuprc         3072"&lt;BR /&gt;mod_kernel += "maxusers        800"&lt;BR /&gt;mod_kernel += "maxvgs          255"&lt;BR /&gt;mod_kernel += "msgmap          11002"&lt;BR /&gt;mod_kernel += "msgmnb          440000"&lt;BR /&gt;mod_kernel += "msgmni          4096"&lt;BR /&gt;mod_kernel += "msgseg          32767"&lt;BR /&gt;mod_kernel += "msgssz          2200"&lt;BR /&gt;mod_kernel += "msgtql          11000"&lt;BR /&gt;mod_kernel += "ncallout        14016"&lt;BR /&gt;mod_kernel += "nclist          5120"&lt;BR /&gt;mod_kernel += "nfile           60000"&lt;BR /&gt;mod_kernel += "nflocks         4000"&lt;BR /&gt;mod_kernel += "ninode          20000"&lt;BR /&gt;mod_kernel += "nkthread        14000"&lt;BR /&gt;mod_kernel += "nproc           7000"&lt;BR /&gt;mod_kernel += "npty            1024"&lt;BR /&gt;mod_kernel += "nstrpty         1024"&lt;BR /&gt;mod_kernel += "nstrtel         1024"&lt;BR /&gt;mod_kernel += "scsi_max_qdepth 16"&lt;BR /&gt;mod_kernel += "semmni          4096"&lt;BR /&gt;mod_kernel += "semmns          8192"&lt;BR /&gt;mod_kernel += "semmnu          1024"&lt;BR /&gt;mod_kernel += "semume          512"&lt;BR /&gt;mod_kernel += "shmmax         0x600000000"&lt;BR /&gt;mod_kernel += "shmmni          1024"&lt;BR /&gt;mod_kernel += "shmseg          1024"&lt;BR /&gt;mod_kernel += "swchunk         16384"&lt;BR /&gt;mod_kernel += "maxswapchunk    16384"&lt;BR /&gt;mod_kernel += "vps_ceiling     1024"&lt;BR /&gt;mod_kernel += "vps_chatr_ceiling 1024"&lt;BR /&gt;mod_kernel += "hpux_aes_override 1"&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2004 13:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256875#M513369</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-04-22T13:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems - Setting Kernel Params On Ignite-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256876#M513370</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;I cant test it but try putting nstrpty at the end and see what happens.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 22 Apr 2004 13:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256876#M513370</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2004-04-22T13:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems - Setting Kernel Params On Ignite-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256877#M513371</link>
      <description>Hi&lt;BR /&gt;Off topic but&lt;BR /&gt;&lt;BR /&gt;mod_kernel += "dbc_max_pct 10"&lt;BR /&gt;mod_kernel += "dbc_min_pct 10"&lt;BR /&gt;&lt;BR /&gt;????&lt;BR /&gt;&lt;BR /&gt;Set min for about 80 meg and max for 400 meg.&lt;BR /&gt;These are of couse guideline but usually they are not too far off.&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2004 13:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-setting-kernel-params-on-ignite-ux/m-p/3256877#M513371</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2004-04-22T13:44:26Z</dc:date>
    </item>
  </channel>
</rss>

