Here my experiment with the lastest release of WebLogic version that is 12c. Sharing Step by Step process of installation for WebLogic 12c on Solaris 10.
1) First we need to download generic jar from http://download.oracle.com site after accepting the license agreement. Note that you must be registered a user for Oracle. 2) copy that file into your location where you want to install. 3) java 1.6 or above should be installed in your machine before the installation of Weblogic12c Check the current version of java with the below command Setting java path: logout and login to make the .bash_profile file changes affect
Instllaing weblogic 12c using generic jar file:
<--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Welcome: This installer will guide you through the installation of WebLogic 12.1.1.0. 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]> <--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Choose Middleware Home Directory: "Middleware Home" = [Enter new value or use default "/opt/wadmin12c/Oracle/Middleware"]
Provide your email address for security updates and to initiate configuration manager. 1|Email:[]
Enter index number to select OR [Exit][Previous][Next]> 3 <--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Register for Security Updates: Provide your email address for security updates and to initiate configuration manager. "Receive Security Update:" = [Enter new value or use default "Yes"]
Enter [Yes][No]? No
<--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Register for Security Updates: Provide your email address for security updates and to initiate configuration manager. "Receive Security Update:" = [Enter new value or use default "Yes"]
<--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Register for Security Updates: Provide your email address for security updates and to initiate configuration manager. 1|Email:[] Enter index number to select OR [Exit][Previous][Next]> <--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Register for Security Updates: Provide your email address for security updates and to initiate configuration manager. 1|Email:[] Enter index number to select OR [Exit][Previous][Next]> n <--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Choose Install Type: Select the type of installation you wish to perform. ->1|Typical 2|Custom Enter index number to select OR [Exit][Previous][Next]> <--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> JDK Selection (Any * indicates Oracle Supplied VM): JDK(s) chosen will be installed. Defaults will be used in script string-substitution if installed. 1|Add Local Jdk *Estimated size of installation: 585.2 MB Enter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]> n <--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Choose Product Installation Directories: Middleware Home Directory: [/opt/wadmin12c/Oracle/Middleware] Product Installation Directories: 1|WebLogic Server: [/opt/wadmin12c/Oracle/Middleware/wlserver_12.1] Enter index number to select OR [Exit][Previous][Next]> n <--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> The following Products and JDKs will be installed: WebLogic Platform 12.1.1.0 *Estimated size of installation: 585.4 MB Enter [Exit][Previous][Next]> n <--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Installing files.. 0% 25% 50% 75% 100%
<--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Configuring OCM... 0% 25% 50% 75% 100%
<--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Installation Complete Congratulations! Installation is complete. Press [Enter] to continue or type [Exit]> <--------------------------------------------------- Oracle Installer - WebLogic 12.1.1.0 --------------------------------------------------> Clean up process in progress ... You have successfully installed weblogic12c.
Verify the installation
To verify the Installation navigate to the Installation Directory for example ( /opt/wadmin12c/Oracle/Middleware )
Check all the directory structure made by the installation wizard.
coherence_3.7
domain-registry.xml logs modules ocm.rsp registry.dat registry.xml utils wlserver_12.1 for any comments please write to
|