Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: oracle clusterware installation failure

Re: oracle clusterware installation failure

From: JEDIDIAH <jedi_at_nomad.mishnet>
Date: Mon, 17 Jul 2006 09:06:30 -0500
Message-ID: <64iso3-fh7.ln1@nomad.mishnet>


On 2006-07-13, DA Morgan <damorgan_at_psoug.org> wrote:

> Happy wrote:

>> We have 4 linux (red hat EL4 update 3) nodes. No previous instances.
>> Tried to install 10g RAC. Have done all the pre-installation tasks and
>> installed and configured OCFS2. When lauch clusterware/runInstaller, we
>> got following error. Please help!
>>
>> --------------------------------------------------------------------------------------------------------------------------------
>>
>> Checking operating system version: must be redhat-3, SuSE-9, redhat-4,
>> UnitedLinux-1.0, asianux-1 or asianux-2
>> Passed
>>
>>
>> All installer requirements met.
>>
>> Preparing to launch Oracle Universal Installer from
>> /tmp/OraInstall2006-07-13_09-36-34AM. Please wait ...[oracle_at_bprtlorc01
>> ~]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
>> Copyright (C) 1999, 2005, Oracle. All rights reserved.
>>
>> Exception java.lang.UnsatisfiedLinkError:
>> /tmp/OraInstall2006-07-13_09-36-34AM/jre/1.4.2/lib/i386/libawt.so:
>> libXp.so.6: cannot open shared object file: No such file or directory
   ^^^^^^^^^^^

	You might want to hunt down this library first before bothering
with a TAR. Make sure all of your rpm dependencies for Oracle are satisfied. It looks like you're missing part of X.

        ldd can also be helpful.

user_at_server:~> ldd /opt/oracle/jre/1.1.8/lib/i686/native_threads/libawt.so

        linux-gate.so.1 =>  (0xffffe000)
        libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x401aa000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x401b2000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40206000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4020f000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40227000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40236000)
        libm.so.6 => /lib/i686/libm.so.6 (0x40332000)
        libdl.so.2 => /lib/libdl.so.2 (0x40354000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0x40358000)
        libc.so.6 => /lib/i686/libc.so.6 (0x403a9000)
        /lib/ld-linux.so.2 (0x80000000)


[deletia]

>> at
>> oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
>
> http://metalink.oracle.com ... open a TAR.
-- 
	Linux: because everyone should get to drink the beer of their    |||
choice and not merely be limited to pretensious imports or hard cider.  / | \
Received on Mon Jul 17 2006 - 09:06:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US