Showing posts with label jrockit. Show all posts
Showing posts with label jrockit. Show all posts

Friday, March 8, 2013

Install Jrockit on Linux

1. Run the command
[root@myserver software]$ ./jrockit-jdk1.6.0_37-R28.2.5-4.1.0-linux-x64.bin
2. Type Next
Extracting 0%....................................................................................................100%
Unable to instantiate GUI, defaulting to console mode.



<------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------>
Welcome:
--------

This installer will guide you through the installation of Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC
4.1. Type "Next" or enter to proceed to the next prompt.  If you want to change data entered previously, type
"Previous".  You may quit the installer at any time by typing "Exit".



Enter [Exit][Next]> Next
3. Give the installation Path
<------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------>
Choose Product Installation Directory:
--------------------------------------

    "Product Installation Directory" = [Enter new value or use default
"/home/root/jrockit-jdk1.6.0_37-R28.2.5-4.1.0"]



Enter new Product Installation Directory OR [Exit][Previous][Next]> /software/Oracle/Middleware/jrockit-jdk1.6.0_37-R28.2.5-4.1.0
4. Type 1 if you want to use the path given in the previous step
<------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------>
Choose Product Installation Directory:
--------------------------------------

    "Product Installation Directory" = [/software/Oracle/Middleware/jrockit-jdk1.6.0_37-R28.2.5-4.1.0]
Use above value or select another option:
    1 - Enter new Product Installation Directory
    2 - Change to default [/home/root/jrockit-jdk1.6.0_37-R28.2.5-4.1.0]



Enter option number to select OR [Exit][Previous][Next]> 1
5. Next
<------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------>
Choose Product Installation Directory:
--------------------------------------

    "Product Installation Directory" = [/software/Oracle/Middleware/jrockit-jdk1.6.0_37-R28.2.5-4.1.0]


Enter new Product Installation Directory OR [Exit][Previous][Next]> Next
6. Press Enter
<------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------>
Installing JDK to /software/Oracle/Middleware/jrockit-jdk1.6.0_37-R28.2.5-4.1.0...
0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]



<------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------>
Installing JRE to /software/Oracle/Middleware/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre...
0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[***************************************************]



<------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------>
Installation Complete

Congratulations! Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 has been successfully installed to /software/Oracle/Middleware/jrockit-jdk1.6.0_37-R28.2.5-4.1.0.

Press [Enter] to continue or type [Exit]>







<------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------>
Optional Components 1

Do you want to install Demos and Samples?
    1 - Yes, install Demos and Samples.
  ->2 - No, do not install.
   


Enter a number or [Exit][Previous][Next]> 2


<------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------>
Optional Components 2

Do you want to install Source Code?
    1 - Yes, install Source Code.
  ->2 - No, do not install.
   


Enter a number or [Exit][Previous][Next]> 2




<------------- Oracle JRockit Installer - Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1 ------------>
Clean up process in progress ...

Thursday, August 23, 2012

Coherence Management Extensions (Managing Coherence at runtime)


To Enable Coherence to be managed at runtime Add the below to JVM startup when starting coherence.
-Dcom.sun.management.jmxremote -Dtangosol.coherence.management=all -Dtangosol.coherence.management.remote=true -Dcom.sun.management.jmxremote.port=7772 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"

You can use any JMX browsers like Jrockit mission control or JConsole to actually look at cluster details, caches etc
image