Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b16 mixed mode solaris-sparc ) - Error while Install the 11g agent on Solaris 11 (Sparc/X64)
There is a java version incompatibility that causes failure of the 11g agent push procedure (deployment form the Enterprise Manager 11.1.0.1 Cloud Control console).
During execution of the runInstaller utility, the required JVM can fail with the following error:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xffffffff9bebf060, pid=26146, tid=78
#
# JRE version: 6.0_14-b08
# Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b16 mixed mode solaris-sparc )
# Problematic frame:
# C 0xffffffff9bebf060
Solution
1. Ensure that all OS package requirements for the 11g agent are met according to the following reference:
Oracle® Enterprise Manager Grid Control Basic Installation Guide
11g Release 1 (11.1.0.1.0)
Part Number E15838-13
Appendix B Meeting Package, Kernel Parameter, and Library Requirements\
Section titled: Package Requirements for Oracle Management Agent
Table B-2
URL:
http://docs.oracle.com/cd/E11857_01/install.111/e15838/appdx_package_reqs.htm#BCFJHFEH
2. Download the JDK 1.6.0_26 or higher version under oracle base directory using the following link:
http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jdk-6u26-oth-JPR
<<Solaris SPARC 64-bit - Self Extracting Binary jdk-6u26-solaris-sparcv9.sh>>
<<Solaris SPARC 64-bit - Self Extracting Binary jdk-6u26-solaris-sparc.sh>>
NOTE: In Solaris 64 bit machines jdk installation is different from other platforms. Installing a new jdk will be an alteration to the target agent host. While normally considered a begin action as described for the agent, the user is advised to coordinate any such actions with the appropriate parties responsible for the system.
3. Invoke runInstaller and specify the new java (JDK 1.6.0_26) location, from the software staging location
$ unset LD_LIBRARY_PATH
$<11g agent install stage>/runInstaller -jreLoc <location of JDK 1.6.0_26> -silent -responseFile <path to response file>
4. The remaining installation steps are the same as those described in the 11.1.0.1 Installation guide:
Oracle® Enterprise Manager Grid Control Advanced Installation and Configuration Guide
11g Release 1 (11.1.0.1.0)
Part Number E16847-13
Chapter 12: Installing Oracle Management Agent Using Response File
http://docs.oracle.com/cd/E11857_01/install.111/e16847/install_agent_usng_rsp.htm#CEGGACJE
Ref : Doc ID 1518650.1
Comments
Post a Comment