<?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 8.0.5 installation problem on HPUX 11i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030903#M910388</link>
    <description>You may try the following and see if it works:&lt;BR /&gt;1) Check that the environment variable PATH has /usr/ccs/bin prefacing all other bin locations for the OS. &lt;BR /&gt; &lt;BR /&gt;      % echo $PATH &lt;BR /&gt;      PATH=/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/perf/bin:/opt/langtools/bin:.:/apps/app/oracle/product/8.0.5/bin  &lt;BR /&gt; &lt;BR /&gt;      % setenv PATH $ORACLE_HOME/bin:/usr/ccs/bin:$PATH &lt;BR /&gt; &lt;BR /&gt; 2) Relink Oracle's primary executable. &lt;BR /&gt; &lt;BR /&gt;      % cd $ORACLE_HOME/rdbms/lib &lt;BR /&gt;      % make -f ins_rdbms.mk ioracle &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Jul 2003 11:00:21 GMT</pubDate>
    <dc:creator>twang</dc:creator>
    <dc:date>2003-07-23T11:00:21Z</dc:date>
    <item>
      <title>Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030900#M910385</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am having problem installing new Oracle 8.0.5 32-bit on HPUX 11i. The error occurs while it's trying to create the Database instance. From the installation log, i observed that the installation script failed to connect to "svrmgrl" and it got error message "ORA-3113: end-of-file on communication channel" (pls see the attached file for details log messages.).&lt;BR /&gt;&lt;BR /&gt;I have tried to relink by executing the following command:&lt;BR /&gt;# cd /opt/oracle/product/8.0.5/rdbms/lib &lt;BR /&gt;# make -f ins_rdbms.mk &lt;BR /&gt;and also re-configure the kernel parameter "shmmax" to lower, e.g: 1024MB. It's still the same.&lt;BR /&gt;&lt;BR /&gt;I tried also to install the oracle without creating any database instance and I am getting the same error message when I try to connect to "svrmgrl".&lt;BR /&gt;&lt;BR /&gt;Is oracle 8.0.5 supported on HPUX 11i? Do I need to apply any patch for that to work?&lt;BR /&gt;&lt;BR /&gt;Appreciate you help in advance.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Desmond</description>
      <pubDate>Wed, 23 Jul 2003 10:31:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030900#M910385</guid>
      <dc:creator>DESMOND KOH</dc:creator>
      <dc:date>2003-07-23T10:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030901#M910386</link>
      <description>This error is caused when shmmax or other kernel parameters are set too low.&lt;BR /&gt;&lt;BR /&gt;shmmax can be as large as 25% of total memory which is defined as swap plus physial memory.  It should be set generously.&lt;BR /&gt;&lt;BR /&gt;You are going to need an adequate number of shared memory segments and messge queues.  How much depends on what else you are running on  your box.  shmmax is dynamic and can be changed without booting the box.&lt;BR /&gt;&lt;BR /&gt;A few useful commmands.&lt;BR /&gt;&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;determines total memory&lt;BR /&gt;&lt;BR /&gt;ipcs&lt;BR /&gt;shows ipc use. You will be surprised who is using it.&lt;BR /&gt;&lt;BR /&gt;There are no special patches above and beyond this:&lt;BR /&gt;&lt;BR /&gt;metalink.oracle.com lists a half dozen patches for the OS required for Oracle.  They must be installed prior to database installation.&lt;BR /&gt;&lt;BR /&gt;If 8.0.5 uses java, all required java OS patches at &lt;A href="http://www.hp.com/go/java" target="_blank"&gt;http://www.hp.com/go/java&lt;/A&gt; must be installed along with java 1.2 or java 1.3 prior to database installation.&lt;BR /&gt;&lt;BR /&gt;All of the above steps with the possible exception of java should be completed and the database software should be reinstalled.&lt;BR /&gt;&lt;BR /&gt;The install log should also be examined for additional information.  The Ignore option on any install complaints should NEVER be used.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Jul 2003 10:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030901#M910386</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-23T10:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030902#M910387</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Currently I have set the shmmax to 1024MB. Previously it was set to 2048MB. It was still giving the error.&lt;BR /&gt;&lt;BR /&gt;May I know what is the recommended kernel parameter setting for "shmmax" and also others related parameters?&lt;BR /&gt;&lt;BR /&gt;From the swapinfo -tam command, the total memory is 5084MB. &lt;BR /&gt;&lt;BR /&gt;Below are the result from ipcs command which I do not know how to interpret it:&lt;BR /&gt;&lt;BR /&gt;# ipcs&lt;BR /&gt;IPC status from /dev/kmem as of Wed Jul 23 20:47:40 2003&lt;BR /&gt;T      ID     KEY        MODE        OWNER     GROUP&lt;BR /&gt;Message Queues:&lt;BR /&gt;q       0 0x3c1c0731 -Rrw--w--w-      root      root&lt;BR /&gt;q       1 0x3e1c0731 --rw-r--r--      root      root&lt;BR /&gt;Shared Memory:&lt;BR /&gt;m       0 0x411c07a8 --rw-rw-rw-      root      root&lt;BR /&gt;m       1 0x4e0c0002 --rw-rw-rw-      root      root&lt;BR /&gt;m       2 0x41200880 --rw-rw-rw-      root      root&lt;BR /&gt;m    9219 0x5e44591e --rw-------      root      root&lt;BR /&gt;m    1028 0x00000000 D-rw-------      root      root&lt;BR /&gt;m    7173 0x00000000 D-rw-------       www     other&lt;BR /&gt;m    7174 0x2f445918 --rw-------      root      root&lt;BR /&gt;Semaphores:&lt;BR /&gt;s       0 0x411c07a8 --ra-ra-ra-      root      root&lt;BR /&gt;s       1 0x4e0c0002 --ra-ra-ra-      root      root&lt;BR /&gt;s       2 0x41200880 --ra-ra-ra-      root      root&lt;BR /&gt;s       3 0x00446f6e --ra-r--r--      root      root&lt;BR /&gt;s       4 0x00446f6d --ra-r--r--      root      root&lt;BR /&gt;s       5 0x01090522 --ra-r--r--      root      root&lt;BR /&gt;s       6 0x612007db --ra-ra-ra-      root      root&lt;BR /&gt;s       7 0x732007db --ra-ra-ra-      root      root&lt;BR /&gt;s       8 0x702007db --ra-ra-ra-      root      root&lt;BR /&gt;s       9 0x692007db --ra-ra-ra-      root      root&lt;BR /&gt;s      10 0x752007db --ra-ra-ra-      root      root&lt;BR /&gt;s      11 0x632007db --ra-ra-ra-      root      root&lt;BR /&gt;s      12 0x642007db --ra-ra-ra-      root      root&lt;BR /&gt;s      13 0x662007db --ra-ra-ra-      root      root&lt;BR /&gt;s      14 0x6c2007db --ra-ra-ra-      root      root&lt;BR /&gt;s      15 0x6d2007db --ra-ra-ra-      root      root&lt;BR /&gt;s      16 0x6f2007db --ra-ra-ra-      root      root&lt;BR /&gt;s      17 0x410c01e5 --ra-ra-ra-      root      root&lt;BR /&gt;s      18 0x00000001 --ra-ra-ra-      root      root&lt;BR /&gt;s      19 0x2f445918 --ra-ra-ra-      root      root&lt;BR /&gt;s      20 0x522007db --ra-ra-ra-      root      root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have no access to the metalink.oracle.com. Can you give me the list of patches required to be installed so that I can check which patches are missing?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Desmond&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2003 10:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030902#M910387</guid>
      <dc:creator>DESMOND KOH</dc:creator>
      <dc:date>2003-07-23T10:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030903#M910388</link>
      <description>You may try the following and see if it works:&lt;BR /&gt;1) Check that the environment variable PATH has /usr/ccs/bin prefacing all other bin locations for the OS. &lt;BR /&gt; &lt;BR /&gt;      % echo $PATH &lt;BR /&gt;      PATH=/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/perf/bin:/opt/langtools/bin:.:/apps/app/oracle/product/8.0.5/bin  &lt;BR /&gt; &lt;BR /&gt;      % setenv PATH $ORACLE_HOME/bin:/usr/ccs/bin:$PATH &lt;BR /&gt; &lt;BR /&gt; 2) Relink Oracle's primary executable. &lt;BR /&gt; &lt;BR /&gt;      % cd $ORACLE_HOME/rdbms/lib &lt;BR /&gt;      % make -f ins_rdbms.mk ioracle &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2003 11:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030903#M910388</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-23T11:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030904#M910389</link>
      <description>What are your kernel parameter values?&lt;BR /&gt;&lt;BR /&gt;check up your shared memory and semaphore kernel parameter values?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 23 Jul 2003 11:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030904#M910389</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-07-23T11:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030905#M910390</link>
      <description>The attached is from Oracle metalink's certification and availability.</description>
      <pubDate>Wed, 23 Jul 2003 11:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030905#M910390</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-23T11:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030906#M910391</link>
      <description>Hi Desmond&lt;BR /&gt;&lt;BR /&gt;Belive this is the maxdsiz kernel parameter. For 8.0.5 this needs to be at least 256M. &lt;BR /&gt;Increase this value end relink.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Andreas</description>
      <pubDate>Wed, 23 Jul 2003 17:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030906#M910391</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2003-07-23T17:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030907#M910392</link>
      <description>Hi Desmond,&lt;BR /&gt;&lt;BR /&gt;Twang is on the right track here.&lt;BR /&gt;I don't believe Oracle 8.0.5 was ever certified for HP-UX 11i - your suspicion was correct.&lt;BR /&gt;I believe the minimum Oracle version certified for 11i is 8.1.7.4&lt;BR /&gt;If you must run 8.0.5, you'll have to run it on HP-UX 11.0 to run reliably.&lt;BR /&gt;Also the important item in Twang's attachment is the simple fact that 8.0.5 is now an *unsupported* Oracle version.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 23 Jul 2003 18:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030907#M910392</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-07-23T18:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030908#M910393</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;I believe 8.0.6 is support on 11.x. Oracle 8.0.5 was supported on 10.20 and 11.0. So, unless some patch broke something, 8.0.5 should be able to install on these systems.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty &lt;WHO is="" sitting="" here="" with="" the="" cds="" for=""&gt;&lt;/WHO&gt;</description>
      <pubDate>Wed, 23 Jul 2003 18:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030908#M910393</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-07-23T18:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030909#M910394</link>
      <description>Hi Marty,&lt;BR /&gt;&lt;BR /&gt;Yes, 8.0.5/8.0.6 &amp;amp; even 8.1.6 will all run and were/are supported on HP-UX 11.0 - just NOT HP-UX 11i (11.11).&lt;BR /&gt;Of course I'm not a DBA &amp;amp; don't even play one on TV, but this is what all my DBAs tell me.&lt;BR /&gt;We've even learned the lesson the hard way that 8.1.7.3 has trouble on 11i whereas 8.1.7.4 runs fine.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 23 Jul 2003 18:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030909#M910394</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-07-23T18:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030910#M910395</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I have tried the recommendation by Twang, e.g: set the /usr/ccs/bin prefacing all other bin location and also did a relink oracle's primary executable and these are my kernel params setting:&lt;BR /&gt;&lt;BR /&gt;maxfiles  2000&lt;BR /&gt;maxfiles_lim 2048&lt;BR /&gt;maxtsiz  0x10000000 (268MB)&lt;BR /&gt;shmmni  1024&lt;BR /&gt;shmseg  240&lt;BR /&gt;shmmax  0x40000000 (1073MB)&lt;BR /&gt;maxdsize 0x10000000 (268MB)&lt;BR /&gt;semmni  1024&lt;BR /&gt;semmns  8192&lt;BR /&gt;shmem  1&lt;BR /&gt;&lt;BR /&gt;Still couldn't work. :(&lt;BR /&gt;&lt;BR /&gt;Any idea, guys?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Desmond&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 00:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030910#M910395</guid>
      <dc:creator>DESMOND KOH</dc:creator>
      <dc:date>2003-07-24T00:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8.0.5 installation problem on HPUX 11i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030911#M910396</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;In my knowledge Oracle 8.0 is not supported on HP UX 11i.&lt;BR /&gt;&lt;BR /&gt;But you error indicate problem with kernel parameters. You try to change value of maxtsize parameter(incrase by 50 % and try.&lt;BR /&gt;&lt;BR /&gt;It may work&lt;BR /&gt;i faced similer problem with 8.0 with HP UX 11.0&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Thu, 24 Jul 2003 02:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8-0-5-installation-problem-on-hpux-11i/m-p/3030911#M910396</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-07-24T02:05:34Z</dc:date>
    </item>
  </channel>
</rss>

