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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: ASM install for 2-node RAC fails with OUI-25031

RE: ASM install for 2-node RAC fails with OUI-25031

From: Peter McLarty <p.mclarty_at_cqu.edu.au>
Date: Tue, 14 Aug 2007 11:18:44 +1000
Message-ID: <27AA2E9CA7A0C44283BC1E9B00086AA9079707C5@UNIMAIL.staff.ad.cqu.edu.au>


Hi Ravi  

You might have a problem with the format of one of your network .ora file, We found a problem whereby a cut and past of some details from the Oracle documentation and then edited to suit the local environment, caused the Java tools to fail, however sqlplus, Perl, etc all worked fine.  

Just had to tidy up the formatting,
I guess the Java apps have defined limits in the parser that sometimes we can exceed.  

Cheers  

Peter


From: Ravi Gaur [mailto:ravigaur1_at_gmail.com] Sent: Saturday, 11 August 2007 12:48 AM
To: oracle-l_at_freelists.org
Subject: ASM install for 2-node RAC fails with OUI-25031

Hello everyone,

I'm trying to install ASM on a 2-node Linux cluster (RHEL4) using the 10203 software (64 bit) and it is failing on the configuration assistant part (last thing in the installation).

Specifically NETCA is failing to invoke. The popup on the screen has this message --
OUI-25031 Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time...........

I also tried to invoke NETCA directly from the newly created ASM home (from a separate session) but it returns the error shown below (I get the same error if I try running the "configToolAllCommands" stored in the oraInventory) --



<chidb2> /u01/app/oracle/product/asm/bin: ./netca

Oracle Net Services Configuration:

An unexpected exception has been detected in native code outside the VM.

Unexpected Signal : 11 occurred at PC=0xE9F15A16 Function=lxhh2ci+0x6
Library=/u01/app/oracle/product/asm/lib32/libclntsh.so.10.1

Current Java thread:

        at oracle.ldap.util.discovery.DiscoveryHelper.ldapDiscover (Native Method)

        at
oracle.ldap.util.discovery.DiscoveryHelper.discover(DiscoveryHelper.java :254)

        at oracle.net.config.Config.discoverLdapConfig(Unknown Source)
        at oracle.net.config.Config.<init>(Unknown Source) 
        at oracle.net.ca.ConfigureLDAP.initConfig(Unknown Source)
        at oracle.net.ca.InitialSetup.setupConfigObjects(Unknown Source)
        at oracle.net.ca.InitialSetup.<init>(Unknown Source)
        at oracle.net.ca.NetCA.main(Unknown Source)

Dynamic libraries:
00108000-0011e000 r-xp 00000000 fd:00 40035 /lib/ld-2.3.4.so
.....
.....
Heap at VM Abort:
Heap
 def new generation total 576K, used 87K [0xeba20000, 0xebac0000, 0xebf00000)
  eden space 512K, 5% used [0xeba20000, 0xeba27428, 0xebaa0000)   from space 64K, 91% used [0xebab0000, 0xebabeae0, 0xebac0000)   to space 64K, 0% used [0xebaa0000, 0xebaa0000, 0xebab0000)  tenured generation total 1408K, used 569K [0xebf00000, 0xec060000, 0xefa20000)

   the space 1408K, 40% used [0xebf00000, 0xebf8e6c8, 0xebf8e800, 0xec060000)
 compacting perm gen total 4096K, used 3870K [0xefa20000, 0xefe20000, 0xf3a20000)

   the space 4096K, 94% used [0xefa20000, 0xefde7b98, 0xefde7c00, 0xefe20000)

Local Time = Fri Aug 10 09:30:50 2007
Elapsed Time = 1
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
#
# An error report file has been saved as hs_err_pid24272.log.
# Please refer to the file for further information.
#

./netca: line 190: 24272 Aborted                 $JRE -mx64m
$SRVM_PROPERTY_DEFS -Dsun.java2d.font.DisableAlgorithmicStyles=true
-classpath $CLASSPATH oracle.net.ca.NetCA $*
------------------------------------------------------------------------
------ 

I'll appreciate if anyone can give any advices on this. We've an SR open with Oracle on this, but that might take a while to move.

TIA,

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Aug 13 2007 - 20:18:44 CDT

Original text of this message

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