<?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 9i recommended kernel parameters? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515443#M844673</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for the answers above. I have reviewed them and changed my OS parameters. I will not know the benefit until the system is in production. But I will ley you know how it goes and give my final settings at that stage.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Martin</description>
    <pubDate>Tue, 05 Apr 2005 08:15:47 GMT</pubDate>
    <dc:creator>Martin Mc Gahon</dc:creator>
    <dc:date>2005-04-05T08:15:47Z</dc:date>
    <item>
      <title>Oracle 9i recommended kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515435#M844665</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I am doing an oracle DB install on a hpux system.&lt;BR /&gt;&lt;BR /&gt;With the following details:&lt;BR /&gt;&lt;BR /&gt;HPUX server details:&lt;BR /&gt;model:  rp3440&lt;BR /&gt;processors: 4&lt;BR /&gt;hpux:  hpux 11i (11.11) 64 bit&lt;BR /&gt;physical mem: 16 G&lt;BR /&gt;Swap:  4 G&lt;BR /&gt;&lt;BR /&gt;Oracle Details:&lt;BR /&gt;&lt;BR /&gt;Oracle:  9.2.0.6 for 64 bit&lt;BR /&gt;SGA_max_sze parameter is to be set between 12 and 15G&lt;BR /&gt;Number of oracle datafiles will be 5000&lt;BR /&gt;Number of users will be approx 30&lt;BR /&gt;&lt;BR /&gt;I have already changed the following HPUX Kernel Params to the following values:&lt;BR /&gt;&lt;BR /&gt;STRMSGSZ  65535&lt;BR /&gt;dnlc_hash_locks  512&lt;BR /&gt;max_thread_proc  256&lt;BR /&gt;maxdsiz   1073741824&lt;BR /&gt;maxdsiz_64bit  2147483648&lt;BR /&gt;maxssiz   134217728&lt;BR /&gt;maxssiz_64bit  1073741824&lt;BR /&gt;maxswapchunks  16384&lt;BR /&gt;maxtsiz   0x4000000&lt;BR /&gt;maxtsiz_64bit  0x40000000&lt;BR /&gt;maxusers  512&lt;BR /&gt;msgmni   4096&lt;BR /&gt;msgseg   32767&lt;BR /&gt;msgtql   4096&lt;BR /&gt;nstrpty   60 &lt;BR /&gt;semmni   4096&lt;BR /&gt;semmns   4096&lt;BR /&gt;semmnu   4092&lt;BR /&gt;shmmax   8589934592&lt;BR /&gt;shmmni   512&lt;BR /&gt;vps_ceiling  64  &lt;BR /&gt;&lt;BR /&gt;And also have seen it recommended to change the following hpux kernel parameters on some related websites:&lt;BR /&gt;&lt;BR /&gt;parameter: Current  Recommended&lt;BR /&gt;&lt;BR /&gt;nbuf   0 50000&lt;BR /&gt;bufpages  0 nbuf*2&lt;BR /&gt;default_disk_ir  0 1&lt;BR /&gt;maxfiles  60 4096&lt;BR /&gt;maxfile_lim  1024 8192&lt;BR /&gt;nfile   7790 8192&lt;BR /&gt;nflocks   4096 8192&lt;BR /&gt;nproc   4096 8192&lt;BR /&gt;ncsize   9896 25120&lt;BR /&gt;maxuprc   3687 nproc - 4&lt;BR /&gt;&lt;BR /&gt;Fisrtly are the values of the parameters that I have already changed Ok? And secondly is it ok to change the values to the recommended parameters. I just need to know if these changes will not affect the operating systems performance to much. The main thing is also to make sure that oracle can have 5000 datafiles open at one time and that the SGA size can be set between 12 and 15G.&lt;BR /&gt;&lt;BR /&gt;Any help much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;&lt;BR /&gt;Martin</description>
      <pubDate>Thu, 31 Mar 2005 10:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515435#M844665</guid>
      <dc:creator>Martin Mc Gahon</dc:creator>
      <dc:date>2005-03-31T10:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i recommended kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515436#M844666</link>
      <description>Martin, If you've really got 5000 database files - then you need to set the maxfiles parameter to at least that high (so that Oracle can start the database).&lt;BR /&gt;Also, your nfile needs to be the total number of files handles that the system will have open at once. So, besides holding open the original 5000 by Oracle itself - each individual PGA space (user shadow process on each users' behalf) will have many files open itself.  So, if you're going to have 100 users, each with 50 or so files open per shadow process - that's another 5000 right there.  This needs to be bigger.</description>
      <pubDate>Thu, 31 Mar 2005 10:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515436#M844666</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-03-31T10:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i recommended kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515437#M844667</link>
      <description>Hi martin,&lt;BR /&gt;&lt;BR /&gt;The parameter MAXDATAFILES value is stored in the CONTROL FILE upon database creation. This is the "hard" limit on the number of datafiles which can be associated with this particular database.     &lt;BR /&gt;    &lt;BR /&gt;The parameter "DB_FILES" is specified in init.ora. This is the limit on the total number of files associated with a particular INSTANCE of a database. This parameter can be changed simply by editing the init.ora and restarting the database, it is considered a "soft" limit.  &lt;BR /&gt;&lt;BR /&gt;In 9i and above, it is even softer. The OS level only comes into play when you try to set db_files or maxdatafiles higher than the OS can handle. &lt;BR /&gt;&lt;BR /&gt;The default and the range of values of maxdatafiles and db_files are operating system specific.&lt;BR /&gt;There is a limit on MAXDATAFILES. Each platform uses a port-specific number of bits to store the ORACLE file numbers. Thus, MAXDATAFILES is limited by this number. This limit is imposed by the limit on control file size (20,000 blocks) with a 4K block size. In 9i, larger block sizes are supported, thus with DB_BLOCK_SIZE=8192 there can be up to 65,534 datafiles (same limit as other platforms). &lt;BR /&gt;&lt;BR /&gt;Now about SGA, there is a Variable Size component of the SGA. One of the components that comprises the Variable Sixe is the Overhead. Various parameters influence the SGA size that constitutes the overhead. Some of the init.ora parameters that inflence the overhead part of variable component are: db_files, open_cursors and processes.&lt;BR /&gt;&lt;BR /&gt;Attached is a document that describes the above.&lt;BR /&gt;&lt;BR /&gt;Your HPUX Kernel Parameters looks close enough to what Oracle 9.2 recommends on HP-UX 11.11. DB_FILES (MAXDATAFILES) depends on nfile and maxfiles of  the kernel parameters.&lt;BR /&gt;&lt;BR /&gt;And finally  when you are installing Oracle 9i on a hpux system  there is a BUG.&lt;BR /&gt;Per HP Bug (Doc ID: KBRC00003627) &lt;BR /&gt;NOTE: This bug is not applicable to 11.22,11.23 &lt;BR /&gt;&lt;BR /&gt;The default 64bit OS installation does not create a few required X library symbolic links. The following symbolic links need to be created: &lt;BR /&gt;cd /usr/lib &lt;BR /&gt;ln -s /usr/lib/libX11.3 libX11.sl &lt;BR /&gt;ln -s /usr/lib/libXIE.2 libXIE.sl &lt;BR /&gt;ln -s /usr/lib/libXext.3 libXext.sl &lt;BR /&gt;ln -s /usr/lib/libXhp11.3 libXhp11.sl &lt;BR /&gt;ln -s /usr/lib/libXi.3 libXi.sl &lt;BR /&gt;ln -s /usr/lib/libXm.4 libXm.sl &lt;BR /&gt;ln -s /usr/lib/libXp.2 libXp.sl &lt;BR /&gt;ln -s /usr/lib/libXt.3 libXt.sl &lt;BR /&gt;ln -s /usr/lib/libXtst.2 libXtst.sl&lt;BR /&gt;&lt;BR /&gt;IA&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2005 22:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515437#M844667</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-03-31T22:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i recommended kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515438#M844668</link>
      <description>Hi Martin.&lt;BR /&gt;&lt;BR /&gt;Oracle &amp;amp; HP Ðºecommend for kernel this Ñ arameters&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Fri, 01 Apr 2005 00:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515438#M844668</guid>
      <dc:creator>Alexandr Khristenko</dc:creator>
      <dc:date>2005-04-01T00:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i recommended kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515439#M844669</link>
      <description>But I use here these and productivity is better</description>
      <pubDate>Fri, 01 Apr 2005 00:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515439#M844669</guid>
      <dc:creator>Alexandr Khristenko</dc:creator>
      <dc:date>2005-04-01T00:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i recommended kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515440#M844670</link>
      <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt;Please also have look my attachment...&lt;BR /&gt;Also take the kernel param;&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct&lt;BR /&gt;dbc_min_pct&lt;BR /&gt;&lt;BR /&gt;These are really important kernel param&lt;BR /&gt;while using Oracle9i.&lt;BR /&gt;Also consider SGA size can be increase &lt;BR /&gt;on high physical mem systems like yours(16Gb)&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Fri, 01 Apr 2005 02:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515440#M844670</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-04-01T02:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i recommended kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515441#M844671</link>
      <description>opsss,&lt;BR /&gt;attachment is here..</description>
      <pubDate>Fri, 01 Apr 2005 02:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515441#M844671</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-04-01T02:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i recommended kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515442#M844672</link>
      <description>There are 2 links things you may read :&lt;BR /&gt;. Oracle prerequisites when installing on Unix server &lt;A href="http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=169706.1&amp;amp;p_showHeader=1&amp;amp;p_showHelp=1" target="_blank"&gt;http://metalink.oracle.com/metalink/plsql/ml2_documents.showNOT?p_id=169706.1&amp;amp;p_showHeader=1&amp;amp;p_showHelp=1&lt;/A&gt;&lt;BR /&gt;. HP cookbook for Oracle &lt;A href="http://h21007.www2.hp.com/dspp/files/unprotected/database/HP3KOracle.ppt" target="_blank"&gt;http://h21007.www2.hp.com/dspp/files/unprotected/database/HP3KOracle.ppt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2005 07:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515442#M844672</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2005-04-01T07:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i recommended kernel parameters?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515443#M844673</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for the answers above. I have reviewed them and changed my OS parameters. I will not know the benefit until the system is in production. But I will ley you know how it goes and give my final settings at that stage.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Martin</description>
      <pubDate>Tue, 05 Apr 2005 08:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-recommended-kernel-parameters/m-p/3515443#M844673</guid>
      <dc:creator>Martin Mc Gahon</dc:creator>
      <dc:date>2005-04-05T08:15:47Z</dc:date>
    </item>
  </channel>
</rss>

