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: RAC9i

Re: RAC9i

From: Pons <pons_at_gmx.li>
Date: Sun, 29 Dec 2002 08:28:18 +0200
Message-ID: <aum4ce$8b8cl$1@ID-172702.news.dfncis.de>


more input .......

Problem 1

fact: Oracle Server - Enterprise Edition 8.1.7.2 fact: AIX-Based Systems

symptom: Cannot open database
symptom: Startup mount fails
symptom: sh: /usr/sbin/cluster/utilities/clhandle:
0403-006 Execute
permission denied.
symptom: ORA-27500: inter-instance IPC error symptom: ORA-27300: OS system dependent
operation:nodename failed with
status: 2
symptom: ORA-27301: OS failure message: No such file or directory
symptom: ORA-27302: failure occurred at: sskgxpclu2 change: One-off patch 2012303 applied
cause: One-off patch 2012303 uses
/usr/sbin/cluster/utilities/clhandle.
This file does not have execute permission

Fix:

Apply execute permission to
/usr/sbin/cluster/utilities/clhandle.
$ chmod 751 /usr/sbin/cluster/utilities/clhandle

cd /usr/sbin/cluster
cd utilities
ls -l
ls -l clhandle
chmod 751 clhandle



Problem 2

Node 2
$sqlplus

exec():0509-036 Can not load program .... symbol resolution failed for /usr/lib/libc.a

Fix:
make sure to execute ./rootpre.sh on both nodes It will load the post-wait driver which is required to run Oracle on AIX. Please shutdown the databases before doing this.



Problem 3

Error loading Native Library /lib/libnjni9.so when I try to execute netca

>>netca

ld.so.1: /u01/app/oracle/jre/1.1.8/bin/../bin/sparc/native_threads/jre: fatal: /u01/app/oracle/product/9.0.1/lib/libnjni9.so: wrong ELF class: ELFCLASS64 (/u01/app/oracle/product/9.0.1/lib/libnjni9.so) Error loading native library: libnjni9.so.

java.lang.UnsatisfiedLinkError: jniGetOracleHome
at oracle.net.common.NetGetEnv.getOracleHome(Compiled Code)
at oracle.net.ca.CmdlineArgs.setOraArgs(Compiled Code)
at oracle.net.ca.NetCA.<init>(Compiled Code)
at oracle.net.ca.NetCA.main(Compiled Code)

>>netmgr

ld.so.1: /u01/app/oracle/jre/1.1.8/bin/../bin/sparc/native_threads/jre: fatal: /u01/app/oracle/product/9.0.1/lib/libnjni9.so: wrong ELF class: ELFCLASS64 (/u01/app/oracle/product/9.0.1/lib/libnjni9.so) Error loading native library: libnjni9.so.

java.lang.UnsatisfiedLinkError: jniGetOracleHome
at oracle.net.common.NetGetEnv.getOracleHome(Compiled Code)
at oracle.net.mgr.container.NetUtils.getImageDirectory(Compiled Code)
at oracle.net.mgr.container.NetApplication.init(Compiled Code)
at oracle.sysman.emSDK.client.appContainer.WebApplication.launch(Compiled
Code)
at oracle.sysman.emSDK.client.appContainer.WebApplication.main(Compiled Code)

Fix:

Change the Lib/lib32 order in oracle profile, Lib32 should come first

LIBPATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib32:$LIBPATH; export LIBPATH LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib32:/lib:/usr/lib:/usr/local /lib; export LD_LIBRARY_PATH

LIBPATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib:$LIBPATH; export LIBPATH LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local /lib; export LD_LIBRARY_PATH

-Pons
pons_at_gmx.li

"Steve" <sroesch3_at_attbi.com> wrote in message news:efc3f20b.0212260124.1a71f19d_at_posting.google.com...

> Check if
> /usr/sbin/cluster/utilities/clhandle
> has execute permission
>
> -- Steve
>
> "Pons" <pons_at_gmx.li> wrote in message
news:<au8ugf$4v71i$1_at_ID-172702.news.dfncis.de>...
> > During  the installation of Oracle 9.2.0.1 with RAC on IBM
> > AIX 5L ML03. Installation ran smoothly. Now I am trying to
> > build the database on the 2 nodes  using DBCA.
> > In the phase: Creating and Starting Oracle Instance we get
> > the following message:
> > ORA-27504: Message 27504 not found;
> > product=RDBMS; facility=ORA
> > ORA-27300: OS system dependent operation:
> > nodename failed with status: 2
> > ORA-27301: OS failure message:No such file or directory
> > ORA-27302: failure occurred at sskgxpclu2
> > (ignore), (abort)
> > I cannot determine the cause of this error. Any advice would
> > be appreciated asap.
> >
> > -Pons
> > pons_at_gmx.li
> >
> >
> >
> >
> > "Pons" <pons_at_gmx.li> wrote in message
> > news:au78vl$4r3cv$1_at_ID-172702.news.dfncis.de...
> > > GIVEN: AIX5.1 5L ML03 HACMP/ES 4.4.1
> > >
> > > NOTE:
> > > To install Oracle9i RAC, please make sure that all
> > > required operating system  filesets are installed:
> > >
> > > * bos.adt.base
> > > * bos.adt.lib
> > > * bos.adt.libm
> > > * bos.perf.libperfstat
> > >
> > > otherwise you will get an error message during the linking phase
> > >
> > > -Pons
> > > pons_at_gmx.li
> > >

> > >
> > > Received on Sun Dec 29 2002 - 00:28:18 CST

Original text of this message

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