Sunday, 18 January 2015

Weblogic 10.3.6 Installation

Weblogic 10.3 is supported by Peopletools 8.53. You need to install Weblogic software on web Server host. Prior to Weblogic installation you must install supported JDK to proceed.  Please check JDK installation post for details of JDK installation.

weblogic software installation steps in details as below :

 
Description
Input/Command
1.
Set path of JDK
$ JAVA_HOME=<Path>/jdk170; export JAVA_HOME
 
2.
Make sure installation directory and log directory present & execute permission given to installation file if not run command
$mkdir weblogic1036
$mkdir logs
$chmod 775
3.
Run command to install weblogic
$ ${JAVA_HOME}/bin/java -jar ./wls1036_generic.jar -mode=console -log=./logs/wls1036Install.log
4.
Choose Middleware Home Directory
->1|* Create a new Middleware Home
Enter 1
5.
Choose Middleware Home Directory:
 
Enter New Middleware Home path: <Path>/weblogic1036
6.
Register for Security Updates:
 
   1|Email:[]
   2|Support Password:[]
   3|Receive Security Update:[Yes]
Enter 3  to change Receive Security Update: [No}
7.
Do you wish to bypass initiation of the configuration manager and remain uninformed of critical security issues in your configuration?
 
Enter Yes
8.
Choose Install Type:
Select Typical
9.
JDK Selection (Any * indicates Oracle Supplied VM):
 
Enter 2 to select below jdk 1.7
2|<Path>/jdk170[x]
10.
Verify Summary and complete installation.
$java weblogic.version

After installation completes, You need to check for latest weblogic patch for weblogic software.
you need to install weblogic patch after weblogic installation.

You can check peopletools installation blog for further PeopleTools 8.53 installation.

No comments:

Post a Comment