<?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: Oracle 8i kernel parameters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358124#M871235</link>
    <description>The recommended kernel parameters are found on oracle's metalink in the release notes for the oracle version under System Requirements.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Aug 2004 11:26:40 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2004-08-16T11:26:40Z</dc:date>
    <item>
      <title>Oracle 8i kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358123#M871234</link>
      <description>Hi Everyone,&lt;BR /&gt;I have an N-Class 9000 that is running Oracle 8i financials. I have been asked to check to see if all tunable kernel parameters are set correctly. The DBA's are not helping out with this too much.  Does anyone have any recommendations for this type of configuration? (besides just seeing what Oracle recommends?)&lt;BR /&gt;Thanks,&lt;BR /&gt;Rob</description>
      <pubDate>Mon, 16 Aug 2004 11:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358123#M871234</guid>
      <dc:creator>Rob Thompson_7</dc:creator>
      <dc:date>2004-08-16T11:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8i kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358124#M871235</link>
      <description>The recommended kernel parameters are found on oracle's metalink in the release notes for the oracle version under System Requirements.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Aug 2004 11:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358124#M871235</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-08-16T11:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8i kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358125#M871236</link>
      <description>I followed this:&lt;BR /&gt;&lt;BR /&gt;Oracle 8i Requirements on HP-UX&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Minimum 256Mb memory&lt;BR /&gt;&lt;BR /&gt;Swap space - minimum 2X physical memory&lt;BR /&gt;&lt;BR /&gt;Disk space for oracle installation - 1.5GB available space (NOT allocated) + 400MB free space in /tmp&lt;BR /&gt;&lt;BR /&gt;Require access to the following executables: ar, cc, ld, make, nm which should be in /usr/ccs/bin&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin should be in path for oracle userid.&lt;BR /&gt;&lt;BR /&gt;oracle userid should have primary group of oinstall and secondary group of dba.&lt;BR /&gt;&lt;BR /&gt;If you need the Apache webserver, then JDK 1.2 or greater is required.&lt;BR /&gt;&lt;BR /&gt;If you need oracle interMedia option, then extra space is required for the system tablespace.&lt;BR /&gt;&lt;BR /&gt;These are MINIMUMS:&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;UNIX System Configuration&lt;BR /&gt;&lt;BR /&gt;Table 2-1 summarizes the requirements for installing Oracle8i on your HP-UX&lt;BR /&gt;&lt;BR /&gt;system. If your system fails to satisfy any listed requirement, perform the tasks&lt;BR /&gt;&lt;BR /&gt;listed on page 2-4 as necessary to configure your system to meet these requirements.&lt;BR /&gt;&lt;BR /&gt;Table 2-1 UNIX System Configuration Summary&lt;BR /&gt;&lt;BR /&gt;System Factor Requirement for Oracle8i&lt;BR /&gt;&lt;BR /&gt;UNIX Kernel Parameters:&lt;BR /&gt;&lt;BR /&gt;Shared Memory&lt;BR /&gt;&lt;BR /&gt;Use the System Administratorâ  s Menu (SAM) to configure the HP-UX kernel with the minimum recommended values.&lt;BR /&gt;&lt;BR /&gt;SHMMAX 1 GB&lt;BR /&gt;&lt;BR /&gt;This setting does not affect how much shared memory is needed or used by Oracle8i or the operating system. It is&lt;BR /&gt;&lt;BR /&gt;used only to indicate the maximum allowable size. This setting also does not impact operating system kernel resources.&lt;BR /&gt;&lt;BR /&gt;SHMMIN 1&lt;BR /&gt;&lt;BR /&gt;SHMMNI 100&lt;BR /&gt;&lt;BR /&gt;SHMSEG 10&lt;BR /&gt;&lt;BR /&gt;Semaphores SEMMNI 70&lt;BR /&gt;&lt;BR /&gt;Set the number of semaphore set identifiers in the system. SEMMNI determines the number of semaphore sets&lt;BR /&gt;&lt;BR /&gt;which can be created at any one time.&lt;BR /&gt;&lt;BR /&gt;The PROCESSES parameter can be found in each initsid.ora file, located in the $ORACLE_HOME/dbs directory. The&lt;BR /&gt;&lt;BR /&gt;default value of PROCESSES for the preconfigured database created by Oracle Database Configuration Assistant is 50.&lt;BR /&gt;&lt;BR /&gt;SEMMNS 200&lt;BR /&gt;&lt;BR /&gt;Set the number of semaphores in the system to 200. The default value of SEMMNS is 128, which is, in most cases, too low for Oracle.&lt;BR /&gt;&lt;BR /&gt;Threads MAX_THREAD_PROC 256 or more&lt;BR /&gt;&lt;BR /&gt;Set the maximum number of threads per process to 256 or more. The default value&lt;BR /&gt;&lt;BR /&gt;of MAX_THREAD_PROC is 64, which is, in most cases, too low for Oracle.&lt;BR /&gt;&lt;BR /&gt;Note: If any of the kernel parameters above are less than your current values, continue to&lt;BR /&gt;&lt;BR /&gt;use the current value. These are the requirements for Oracle8i only. If you have other&lt;BR /&gt;&lt;BR /&gt;programs which use shared memory and semaphores, you will need to adjust the values&lt;BR /&gt;&lt;BR /&gt;accordingly. Take into account that a system reboot is necessary for kernel changes to take&lt;BR /&gt;&lt;BR /&gt;effect when planning for current and future database requirements.&lt;BR /&gt;&lt;BR /&gt;Mount Points (Storage Devices)&lt;BR /&gt;&lt;BR /&gt;Oracle Universal Installer requires only two mount points: one for the software, and one for the database files. An Optimal&lt;BR /&gt;&lt;BR /&gt;Flexible Architecture (OFA)-compliant database requires at least four mount points, all at the same level of the directory&lt;BR /&gt;&lt;BR /&gt;structure. One is for the software, three are for database files. See the Oracle8i Administratorâ  s Reference for information on&lt;BR /&gt;&lt;BR /&gt;implementing OFA on UNIX.&lt;BR /&gt;&lt;BR /&gt;UNIX Groups for Oracle&lt;BR /&gt;&lt;BR /&gt;Roles&lt;BR /&gt;&lt;BR /&gt;A UNIX group is required for the OSDBA role. This book assumes that the group is named dba. The OSOPER role may&lt;BR /&gt;&lt;BR /&gt;belong to the same group as the OSDBA or to a different group.&lt;BR /&gt;&lt;BR /&gt;Special UNIX Group to own the Oracle Universal Installer oraInventory&lt;BR /&gt;&lt;BR /&gt;All users installing Oracle products in any ORACLE_HOME should have oinstall set as their primary UNIX group. The&lt;BR /&gt;&lt;BR /&gt;Installerâ  s inventory is shared by all ORACLE_HOMEs on a system and is group-writable. Install Oracle products with&lt;BR /&gt;&lt;BR /&gt;oinstall set as the current group.&lt;BR /&gt;&lt;BR /&gt;UNIX Accounts &lt;BR /&gt;&lt;BR /&gt;A UNIX account that is dedicated solely to installing and upgrading Oracle products. The account should have the&lt;BR /&gt;&lt;BR /&gt;oinstall group as its primary group and the OSDBA group as a secondary group. This book assumes that the installer owner is&lt;BR /&gt;&lt;BR /&gt;called oinstall and the OSDBA account is called oracle.&lt;BR /&gt;&lt;BR /&gt;Rgd</description>
      <pubDate>Mon, 16 Aug 2004 12:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358125#M871236</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-08-16T12:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8i kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358126#M871237</link>
      <description>Read the doc&lt;BR /&gt;&lt;BR /&gt;Best Rgs&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Mon, 16 Aug 2004 21:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358126#M871237</guid>
      <dc:creator>Alexandr Khristenko</dc:creator>
      <dc:date>2004-08-16T21:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8i kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358127#M871238</link>
      <description>Thanks Alexandr, Looks like I need to spend some time going through this.</description>
      <pubDate>Tue, 17 Aug 2004 08:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-kernel-parameters/m-p/3358127#M871238</guid>
      <dc:creator>Rob Thompson_7</dc:creator>
      <dc:date>2004-08-17T08:07:37Z</dc:date>
    </item>
  </channel>
</rss>

