<?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: Two Ignite questions. (no netscape/kernel paramaters) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731149#M519232</link>
    <description>Sanjay,&lt;BR /&gt;&lt;BR /&gt;Yeah, they are all built up and there.  &lt;BR /&gt;&lt;BR /&gt;The part that I find really strange is that if I do a GUI swinstall and sort by product on my core depot netscape is there.&lt;BR /&gt;&lt;BR /&gt;I currently have 5 cfg files; Apps, Misc_Tools, Patches, core and kernel.&lt;BR /&gt;&lt;BR /&gt;its confusing&lt;BR /&gt;-paul</description>
    <pubDate>Mon, 03 Jun 2002 15:13:33 GMT</pubDate>
    <dc:creator>Paul Mezzanini</dc:creator>
    <dc:date>2002-06-03T15:13:33Z</dc:date>
    <item>
      <title>Two Ignite questions. (no netscape/kernel paramaters)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731145#M519228</link>
      <description>Hi there guys.  I recently had to rebuild my ignite server so like the good little sysadmin that I am, I used the most recent copy of 11.i that I had around.  (sept 01 if memory serves)  Now, after I got the core depot created and the patch/tools depot created I went to install a workstation.  I noticed that I now lack the ability to change from (I forgot the exact terms) a standard workstation install to a "base" install. I now only have "base" as an option. That is an annoyance but not crucial.  The real annoying thing is that I no longer have Netscape being installed by default.  When I search through the ignite list it is not there.  Yet if after the install I point swinstall over at the server change the software view to "Start with Products" instead of "Start with Top", I see netscape and can install it just fine. &lt;BR /&gt;&lt;BR /&gt;Is something wrong with my ignite core depot? Is something wrong with my setup?  Is something wrong with me? :)&lt;BR /&gt;&lt;BR /&gt;Ah, the other quick question (that I could muck thru if I RTFM, but this is faster :).  How can I change a kernel parameter after the install.  For example I wish to set fs_async to 1 for my workstations.  (Unless this is a very-bad-idea(tm) and it should never be touched)&lt;BR /&gt;&lt;BR /&gt;I think I've wasted enough bits.  Thanks for the help that I am about to receive.&lt;BR /&gt;&lt;BR /&gt;-paul</description>
      <pubDate>Fri, 24 May 2002 12:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731145#M519228</guid>
      <dc:creator>Paul Mezzanini</dc:creator>
      <dc:date>2002-05-24T12:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Two Ignite questions. (no netscape/kernel paramaters)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731146#M519229</link>
      <description>Hi Paul, &lt;BR /&gt;&lt;BR /&gt;I am replying to the quick question.&lt;BR /&gt;&lt;BR /&gt;You can setup config files to do post install setup.&lt;BR /&gt;&lt;BR /&gt;In /var/opt/ignite/INDEX  you would reference them.  This is our 11.11 config in INDEX ***&lt;BR /&gt;&lt;BR /&gt;cfg "HP-UX B.11.11 compute" {&lt;BR /&gt;        description "default config - B.11.11 + 18Gb compute disk changes."&lt;BR /&gt;        "/opt/ignite/data/Rel_B.11.11/config"&lt;BR /&gt;        "/opt/ignite/data/Rel_B.11.11/hw_patches_cfg"&lt;BR /&gt;        "/var/opt/ignite/data/Rel_B.11.11/compilers_cfg"&lt;BR /&gt;        "/var/opt/ignite/data/Rel_B.11.11/core_sep2001_eo_cfg"&lt;BR /&gt;        "/var/opt/ignite/data/Rel_B.11.11/patches_2001_sep_cfg"&lt;BR /&gt;        "/var/opt/ignite/data/Rel_B.11.11/F90_patches_cfg"&lt;BR /&gt;        "/var/opt/ignite/data/Rel_B.11.11/11i_load_patches_cfg"&lt;BR /&gt;        "/var/opt/ignite/data/Rel_B.11.11/kernel_cfg"&lt;BR /&gt;        "/var/opt/ignite/config.local"&lt;BR /&gt;        "/var/opt/ignite/saved_cfgs/HP-UX_B.11.11_compute"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the kernel_cfg file ************&lt;BR /&gt;&lt;BR /&gt;sw_source "Compute Kernel Mods" {&lt;BR /&gt;source_format = CMD&lt;BR /&gt;}&lt;BR /&gt;sw_sel "Compute Kernel Mods" {&lt;BR /&gt;     description= "compute kernel mods"&lt;BR /&gt;     sw_source = "kernel mods"&lt;BR /&gt;     sw_category = "System Tuning"&lt;BR /&gt;     mod_kernel += "maxusers             400"&lt;BR /&gt;     mod_kernel += "maxdsiz       2063835136"&lt;BR /&gt;     mod_kernel += "maxdsiz_64bit 4826531848"&lt;BR /&gt;     mod_kernel += "maxssiz        401604608"&lt;BR /&gt;     mod_kernel += "maxssiz_64bit 1073741824"&lt;BR /&gt;     mod_kernel += "maxtsiz       1073741824"&lt;BR /&gt;     mod_kernel += "maxtsiz_64bit 2063835136"&lt;BR /&gt;     mod_kernel += "maxswapchunks       9000"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;there is an Ignite manual on the HP web site&lt;BR /&gt;Generally it is difficult to get information about setting up the config files.&lt;BR /&gt;&lt;BR /&gt;Eileen&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 14:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731146#M519229</guid>
      <dc:creator>Eileen Millen</dc:creator>
      <dc:date>2002-05-24T14:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Two Ignite questions. (no netscape/kernel paramaters)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731147#M519230</link>
      <description>Eileen,&lt;BR /&gt;&lt;BR /&gt;I set it all up so in theory after I re-ignite one of the clients it will do my tweaks.  Thanks a ton :)&lt;BR /&gt;&lt;BR /&gt;Now back to the more annoying problem.. I still don't have netscape available as a selection.  I even have all the app disks copied up.&lt;BR /&gt;&lt;BR /&gt;I just don't get it.&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jun 2002 14:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731147#M519230</guid>
      <dc:creator>Paul Mezzanini</dc:creator>
      <dc:date>2002-06-03T14:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Two Ignite questions. (no netscape/kernel paramaters)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731148#M519231</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;Have you rebuilt your ignite depot cfg file. The command to rebuild the depot config file would be make_config. I have forgotten where the cfg files are located, but they should be easy to locate.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;P.S. : I think the directory which holds this cfg file is /var/opt/ignite.</description>
      <pubDate>Mon, 03 Jun 2002 14:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731148#M519231</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-03T14:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Two Ignite questions. (no netscape/kernel paramaters)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731149#M519232</link>
      <description>Sanjay,&lt;BR /&gt;&lt;BR /&gt;Yeah, they are all built up and there.  &lt;BR /&gt;&lt;BR /&gt;The part that I find really strange is that if I do a GUI swinstall and sort by product on my core depot netscape is there.&lt;BR /&gt;&lt;BR /&gt;I currently have 5 cfg files; Apps, Misc_Tools, Patches, core and kernel.&lt;BR /&gt;&lt;BR /&gt;its confusing&lt;BR /&gt;-paul</description>
      <pubDate>Mon, 03 Jun 2002 15:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/two-ignite-questions-no-netscape-kernel-paramaters/m-p/2731149#M519232</guid>
      <dc:creator>Paul Mezzanini</dc:creator>
      <dc:date>2002-06-03T15:13:33Z</dc:date>
    </item>
  </channel>
</rss>

