<?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: SAP installer lying about kernel tuanbles in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228539#M894192</link>
    <description>Ralph,&lt;BR /&gt;&lt;BR /&gt;I wonder I SAP (like some other suppliers) check that your swap area is x times your Physical memory, and then run some "logic" and check shmmax ,...&lt;BR /&gt;(how much swap area o this server compared to the other one ?)&lt;BR /&gt;&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;The box has some 8 GB phys. memory installed&lt;BR /&gt;&lt;BR /&gt;# echo "sc prod mem;info;wait;il"|cstm|grep Total\ Configured&lt;BR /&gt;Total Configured Memory : 8192 MB&lt;BR /&gt;&lt;BR /&gt;The funny thing is that we have another box which even has less memory (i.e. 5 GB) but has a kernel running with exacvtly the same values for shared mem tunables seems to be reconciled.&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Mar 2004 04:54:51 GMT</pubDate>
    <dc:creator>Jean-Luc Oudart</dc:creator>
    <dc:date>2004-03-25T04:54:51Z</dc:date>
    <item>
      <title>SAP installer lying about kernel tuanbles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228533#M894182</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;DBAs currently are trying to install yet another SAP monster.&lt;BR /&gt; &lt;BR /&gt;Their installation routine aborts with these error messages:&lt;BR /&gt; &lt;BR /&gt;ERROR 2004-03-24 16:53:03 INSTANCEPROFILE_IND_IND CheckProfile:0&lt;BR /&gt;    While generating instance profile parameters are exceeding&lt;BR /&gt;    system-imposed limit. Max. size of shared memory segments is 0.&lt;BR /&gt;    Required size by SAP is 253132800. Please reconfigure the shared&lt;BR /&gt;    memory segment size of your OS kernel.&lt;BR /&gt;  &lt;BR /&gt;ERROR 2004-03-24 16:53:03 INSTANCEPROFILE_IND_IND InstallationDo:0&lt;BR /&gt;    Phase failed.&lt;BR /&gt; &lt;BR /&gt;ERROR 2004-03-24 16:53:03 Main :0&lt;BR /&gt;    Installation aborted.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;The shared memory tunables were set according to SAP recommendations, and at least shmmax and shmseg are far from the above alleged naught.&lt;BR /&gt; &lt;BR /&gt;# kmtune|grep shm&lt;BR /&gt;core_addshmem_read          0  Y  0                          &lt;BR /&gt;core_addshmem_write         0  Y  0                          &lt;BR /&gt;shmem                       1  -  1                          &lt;BR /&gt;shmmax            17179869184  Y  17179869184                &lt;BR /&gt;shmmni                    256  -  256                        &lt;BR /&gt;shmseg                    200  Y  200                        &lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 11:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228533#M894182</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-03-24T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP installer lying about kernel tuanbles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228534#M894184</link>
      <description>Total shot in the dark here.  &lt;BR /&gt;&lt;BR /&gt;Could your value of shmmax actually be too LARGE for the SAP installer program?  Try setting shmmax to 1 GB temporarily and rerunning the install.</description>
      <pubDate>Wed, 24 Mar 2004 13:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228534#M894184</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-03-24T13:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAP installer lying about kernel tuanbles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228535#M894185</link>
      <description>You shmmax is too large.&lt;BR /&gt;Reduce to be below 4GB.&lt;BR /&gt;Maybe even less than 2GB.&lt;BR /&gt;You will NOT notice a performance for this reduction.&lt;BR /&gt;&lt;BR /&gt;How mych physical memory do you have?&lt;BR /&gt;How much do you intend to give to SAP (extended memory)and/or ORACLE (sga).&lt;BR /&gt;&lt;BR /&gt;Even if you wanted SAP (or ORACLE) to run with say 6GB shared memory, there is not going to be a difference between a single 6GB section and 3 times 3GB.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 15:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228535#M894185</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-03-24T15:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAP installer lying about kernel tuanbles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228536#M894187</link>
      <description>Hm, you both may be right.&lt;BR /&gt;But the paper with the SAP recommendations I got from the DBAs in order to build and boot an appropriate kernel prior to installation explicitly states&lt;BR /&gt;shmmax &amp;gt;= 17,179,869,184&lt;BR /&gt; &lt;BR /&gt;The box has some 8 GB phys. memory installed&lt;BR /&gt; &lt;BR /&gt;# echo "sc prod mem;info;wait;il"|cstm|grep Total\ Configured&lt;BR /&gt;    Total Configured Memory   : 8192 MB&lt;BR /&gt; &lt;BR /&gt;The funny thing is that we have another box which even has less memory (i.e. 5 GB) but has a kernel running with exacvtly the same values for shared mem tunables seems to be reconciled.&lt;BR /&gt; &lt;BR /&gt;Anyway, I will follow your suggestion and half the shmmax value to 0x200000000,&lt;BR /&gt;because currently this value is set (and thanks to 11i this is one of the few dynamical tunables)&lt;BR /&gt; &lt;BR /&gt;# echo "obase=16;$(kmtune -q shmmax|awk '$1~/shmmax/{print$2}')"|bc&lt;BR /&gt;400000000&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2004 03:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228536#M894187</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-03-25T03:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP installer lying about kernel tuanbles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228537#M894188</link>
      <description>Queer things are happening.&lt;BR /&gt;After having kmtune-d the shmmax to this value&lt;BR /&gt; &lt;BR /&gt;# kmtune -q shmmax     &lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;shmmax              200000000  Y  200000000                  &lt;BR /&gt;  &lt;BR /&gt;the SAP installer is suddenly calculating a non-zero but too small shared memory segment size.&lt;BR /&gt;  &lt;BR /&gt;ERROR 2004-03-25 09:37:26 INSTANCEPROFILE_IND_IND CheckProfile:0&lt;BR /&gt;    While generating instance profile parameters are exceeding&lt;BR /&gt;    system-imposed limit. Max. size of shared memory segments is&lt;BR /&gt;    134217728. Required size by SAP is 253132800. Please reconfigure&lt;BR /&gt;    the shared memory segment size of your OS kernel.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;What's going on here?&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2004 03:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228537#M894188</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-03-25T03:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP installer lying about kernel tuanbles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228538#M894191</link>
      <description>Actually, the SAP installer must have been written by some madmen.&lt;BR /&gt;As it seems, the shmmax hasn't been too large for the installer but rather too small.&lt;BR /&gt;After several fruitless attempts of dynamically decreasing shmmax in halving steps I gave it a shot in the opposite direction, and doubled shmmax.&lt;BR /&gt;It then stood at an incredible 0x800000000 (or some 34 GB dec).&lt;BR /&gt;And surprise, surprise, the installer didn't croak anymore.</description>
      <pubDate>Thu, 25 Mar 2004 04:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228538#M894191</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-03-25T04:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP installer lying about kernel tuanbles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228539#M894192</link>
      <description>Ralph,&lt;BR /&gt;&lt;BR /&gt;I wonder I SAP (like some other suppliers) check that your swap area is x times your Physical memory, and then run some "logic" and check shmmax ,...&lt;BR /&gt;(how much swap area o this server compared to the other one ?)&lt;BR /&gt;&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;The box has some 8 GB phys. memory installed&lt;BR /&gt;&lt;BR /&gt;# echo "sc prod mem;info;wait;il"|cstm|grep Total\ Configured&lt;BR /&gt;Total Configured Memory : 8192 MB&lt;BR /&gt;&lt;BR /&gt;The funny thing is that we have another box which even has less memory (i.e. 5 GB) but has a kernel running with exacvtly the same values for shared mem tunables seems to be reconciled.&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2004 04:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228539#M894192</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-03-25T04:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP installer lying about kernel tuanbles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228540#M894193</link>
      <description>Jean-Luc,&lt;BR /&gt; &lt;BR /&gt;the SAP requirements are some 20 GB Swap.&lt;BR /&gt;Not to waste that much (mirrored) disk space the primary swap device was configured to be 10 GB wide.&lt;BR /&gt;This together with pseudo swap should satisfy later operational swap reservation requirements in my view.&lt;BR /&gt;Therefore, only for the purpose of SAP installation, I added the remaining 10 GB as least priority filesystem swap in the savecrash area (which isn't even mirrored).&lt;BR /&gt; &lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev       10000       0   10000    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;localfs    1808       0    1808    0%    none    2000    9  /var/adm/crash/paging&lt;BR /&gt;reserve       -     200    -200&lt;BR /&gt;memory     6331     553    5778    9%&lt;BR /&gt;total     18139     753   17386    4%       -    2000    -&lt;BR /&gt; &lt;BR /&gt;# du -skx /var/adm/crash/paging &lt;BR /&gt;10240136        /var/adm/crash/paging&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2004 06:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sap-installer-lying-about-kernel-tuanbles/m-p/3228540#M894193</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-03-25T06:07:50Z</dc:date>
    </item>
  </channel>
</rss>

