<?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 10g Installation issue on HP-UX 11.23 IA in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144847#M686583</link>
    <description>Oracle only do one set of media for 10g on HP-UX IA64, regardless of whether you want it for v2/v3, and a lot of the kernel/patch checks can be ignored at least during yje install (although you might find a database doesn't start later). Besides, failing the kernel/patch pre-reqs shouldn't cause the installer to throw a java exception.&lt;BR /&gt;&lt;BR /&gt;A couple of other possibilities:&lt;BR /&gt;&lt;BR /&gt;1. The exception seems to be thrown acessing a file in /tmp - you do have the 400MB of required storage space free in /tmp as indicated in the install guide?&lt;BR /&gt;&lt;BR /&gt;2. You state that you 'set the java path'. AFAIK the Oracle Installer uses its own JRE on the install disk for installation - I see no pre-reqs in the install guide about setting any java paths...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Thu, 14 Feb 2008 08:57:13 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2008-02-14T08:57:13Z</dc:date>
    <item>
      <title>Oracle 10g Installation issue on HP-UX 11.23 IA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144844#M686580</link>
      <description>&lt;!--!*#--&gt;   I tried installing oracle 10g, It throws below error, I have updated the required patches and kernel parameters, This below error will be thrown if I use default installation, when I use Advanced Installation, it proceeds one step further and throws some library error and stops, We are using HP UX 11.23 &lt;BR /&gt;&lt;BR /&gt;Steps followed:&lt;BR /&gt;Mounted 50 GB of LUN to HP-UX&lt;BR /&gt;Installed required patches&lt;BR /&gt;Changed the kernel parameters&lt;BR /&gt;Set the Java path, created user and group for Oracle&lt;BR /&gt;set the .profile and environment, have enough tmp and swap&lt;BR /&gt;&lt;BR /&gt;Please let me know the solution, if you have come across the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-02-13_07-54-34PM. Please wait ...$ Oracle Universal Installer, Version 10.2.0.1.0 Production&lt;BR /&gt;Copyright (C) 1999, 2005, Oracle. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;java.io.FileNotFoundException: /tmp/OraInstall2008-02-13_07-54-34PM/oui/instImages/images.properties (No such file or directory)&lt;BR /&gt;        at java.io.FileInputStream.open(Native Method)&lt;BR /&gt;        at java.io.FileInputStream.&lt;INIT&gt;(FileInputStream.java:106)&lt;BR /&gt;        at java.io.FileInputStream.&lt;INIT&gt;(FileInputStream.java:66)&lt;BR /&gt;        at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.loadProperties(OiifmSplashScreen.java:444)&lt;BR /&gt;        at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.&lt;CLINIT&gt;(OiifmSplashScreen.java:93)&lt;BR /&gt;        at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.&lt;INIT&gt;(OiifmGraphicInterfaceManager.java:259)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)&lt;BR /&gt;        at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)&lt;BR /&gt;        at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)&lt;BR /&gt;Exception java.lang.ExceptionInInitializerError occurred..&lt;BR /&gt;java.lang.ExceptionInInitializerError&lt;BR /&gt;        at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.&lt;INIT&gt;(OiifmGraphicInterfaceManager.java:259)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)&lt;BR /&gt;        at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)&lt;BR /&gt;        at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)&lt;BR /&gt;Caused by: java.lang.NumberFormatException: null&lt;BR /&gt;        at java.lang.Integer.parseInt(Integer.java:436)&lt;BR /&gt;        at java.lang.Integer.&lt;INIT&gt;(Integer.java:609)&lt;BR /&gt;        at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.&lt;CLINIT&gt;(OiifmSplashScreen.java:103)&lt;BR /&gt;        ... 7 more&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError&lt;BR /&gt;        at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.&lt;INIT&gt;(OiifmGraphicInterfaceManager.java:259)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)&lt;BR /&gt;        at oracle.sysman.oii.oiif.oiifm.OiifmAlert.&lt;CLINIT&gt;(OiifmAlert.java:151)&lt;BR /&gt;        at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)&lt;BR /&gt;        at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)&lt;BR /&gt;        at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;Checking for maxdsiz_64bit=2147483648; found maxdsiz_64bit=4294967296. Passed&lt;BR /&gt;Checking for maxssiz=134217728; found maxssiz=100610048. Failed &amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;Checking for maxssiz_64bit=1073741824; found maxssiz_64bit=268435456. Failed &amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;Checking for maxswapchunks=16384; found no entry. Failed &amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;Checking for maxuprc=3687; found maxuprc=3686. Failed &amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;Checking for msgmap=4098; found msgmap=4098. Passed&lt;BR /&gt;Checking for msgmni=4096; found msgmni=4096. Passed&lt;BR /&gt;Checking for msgseg=32767; found msgseg=32767. Passed&lt;BR /&gt;Checking for msgtql=4096; found msgtql=4096. Passed&lt;BR /&gt;Checking for ncsize=34816; found ncsize=35840. Passed&lt;BR /&gt;&lt;/CLINIT&gt;&lt;/INIT&gt;&lt;/CLINIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/CLINIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;</description>
      <pubDate>Thu, 14 Feb 2008 06:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144844#M686580</guid>
      <dc:creator>Rajkumar Ganesan</dc:creator>
      <dc:date>2008-02-14T06:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10g Installation issue on HP-UX 11.23 IA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144845#M686581</link>
      <description>Failed &amp;lt;&amp;lt;&amp;lt;&amp;lt; messages comes when the Oracle requirements failed while installing.&lt;BR /&gt;&lt;BR /&gt;You may change the kernel parameter what Oracle suggest in above error messages.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Feb 2008 07:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144845#M686581</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-02-14T07:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10g Installation issue on HP-UX 11.23 IA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144846#M686582</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;is the right version of java installed in the server?&lt;BR /&gt;&lt;BR /&gt;have u comply with all oracle requirements b4 proceed with install?&lt;BR /&gt;&lt;BR /&gt;I saw errors on kernel settings. You should set it accordingly. You could do it from sam and choose kernel settings.&lt;BR /&gt;&lt;BR /&gt;Check out oracle required values for maxssiz, maxssiz_64bit,maxswapchunks &amp;amp; maxuprc.&lt;BR /&gt;&lt;BR /&gt;whoa, hold down. Are you installing the right version of oracle for hpux 11.23?&lt;BR /&gt;&lt;BR /&gt;As far as i know maxswapchunks is obsolete and is no longer in hpux 11.23!</description>
      <pubDate>Thu, 14 Feb 2008 07:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144846#M686582</guid>
      <dc:creator>Khairy</dc:creator>
      <dc:date>2008-02-14T07:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10g Installation issue on HP-UX 11.23 IA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144847#M686583</link>
      <description>Oracle only do one set of media for 10g on HP-UX IA64, regardless of whether you want it for v2/v3, and a lot of the kernel/patch checks can be ignored at least during yje install (although you might find a database doesn't start later). Besides, failing the kernel/patch pre-reqs shouldn't cause the installer to throw a java exception.&lt;BR /&gt;&lt;BR /&gt;A couple of other possibilities:&lt;BR /&gt;&lt;BR /&gt;1. The exception seems to be thrown acessing a file in /tmp - you do have the 400MB of required storage space free in /tmp as indicated in the install guide?&lt;BR /&gt;&lt;BR /&gt;2. You state that you 'set the java path'. AFAIK the Oracle Installer uses its own JRE on the install disk for installation - I see no pre-reqs in the install guide about setting any java paths...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 14 Feb 2008 08:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144847#M686583</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-02-14T08:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10g Installation issue on HP-UX 11.23 IA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144848#M686584</link>
      <description>The /tmp has 4GBof space,&lt;BR /&gt;&lt;BR /&gt;Followed Oracle Installation Document to set all kernal parameter, maxswapchunks is obsolete.</description>
      <pubDate>Thu, 14 Feb 2008 09:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144848#M686584</guid>
      <dc:creator>Rajkumar Ganesan</dc:creator>
      <dc:date>2008-02-14T09:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10g Installation issue on HP-UX 11.23 IA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144849#M686585</link>
      <description>The kernel errors and the JAVA errors are independent of each other.You can safely ignore all oracle complains about the obsolete kernel parameters. The oracle installed is not aware of these parameters coming out of the kernel.&lt;BR /&gt;&lt;BR /&gt;Also about all other parameter complains, most of them are way oversized in the installer. Whoever wrote this part of the installer simply took the maximum value allowd in the HP-UX kernel and put that value in the installer. If you think the environment is sized approprietly, you can  continue on with the installedr and try to narrow down the JAVA issues. Try the latest JAVA version. &lt;BR /&gt;&lt;BR /&gt;Also check if your /tmp is filling up, clean up all previous Orainst folders in /tmp and start fresh.</description>
      <pubDate>Thu, 14 Feb 2008 16:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144849#M686585</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-02-14T16:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10g Installation issue on HP-UX 11.23 IA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144850#M686586</link>
      <description>Reinstalled OS and used new oracle package for installation, followed all the steps given in the installation guide, it is not going through in default installation but in advanced installation it throws OUI-10151 library error. If any one come across this problem please help me.</description>
      <pubDate>Thu, 21 Feb 2008 06:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144850#M686586</guid>
      <dc:creator>Rajkumar Ganesan</dc:creator>
      <dc:date>2008-02-21T06:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10g Installation issue on HP-UX 11.23 IA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144851#M686587</link>
      <description>Have the same issue trying to install oracle 10G client on HPUX 11.11.&lt;BR /&gt;&lt;BR /&gt;image.properties is not found and it aborts.</description>
      <pubDate>Sun, 01 Jun 2008 02:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144851#M686587</guid>
      <dc:creator>Frederic Paquette</dc:creator>
      <dc:date>2008-06-01T02:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10g Installation issue on HP-UX 11.23 IA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144852#M686588</link>
      <description>&amp;gt; Frederic Paquette: Have the same issue trying to install oracle 10G client on HPUX 11.11.&lt;BR /&gt;&lt;BR /&gt;You have to open up a new thread and describe your problem with as many details possible. If anybody helps you in this thread you can not assign any point and the original poster seems to have given up on this one.</description>
      <pubDate>Sun, 01 Jun 2008 23:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144852#M686588</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-06-01T23:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 10g Installation issue on HP-UX 11.23 IA</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144853#M686589</link>
      <description>look like 2 problems&lt;BR /&gt;1.kernel parameters are not fully prepair.&lt;BR /&gt;2.installation source file may lose something&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check it .......</description>
      <pubDate>Fri, 20 Jun 2008 06:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-10g-installation-issue-on-hp-ux-11-23-ia/m-p/4144853#M686589</guid>
      <dc:creator>stan lin</dc:creator>
      <dc:date>2008-06-20T06:39:28Z</dc:date>
    </item>
  </channel>
</rss>

