Oracle Weblogic 12 Server installation in Linux Server
This Oracle Weblogic 12.1.2 server installation is performed for PeopleSoft application.
- Download Oracle Weblogic Server installable from https://edelivery.oracle.com
- Setup JAVA HOME variable $ export JAVA_HOME=/opt/bea/Java/jdk1.7.0_121
- Export ORACLE_HOME variable
4. Navigate to Weblogic Server 12.1.2 setup files and run following command
You can use the xterm or MobaXTerm to install weblogic in GUI mode. This installation is done using console mode.
Prepare the response file and oraInst.loc file in designated location before installation.
$JAVA_HOME/bin/java -jar wls_121200.jar -silent -response /XX/wls1212.rep -invPtrLoc
/XX/oraInst.loc
Extracting files.....
Starting Oracle Universal Installer
Checking if CPU speed is above 300 MHz. Actual XX MHz Passed
Checking swap space: must be greater than 512 MB. Actual XX MB Passed
Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)
Checking temp space: must be greater than 300 MB. Actual XX MB Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstallXX
Log: /XX/install.log
Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
Reading response file..
Expected result: One of enterprise-4,enterprise-5,enterprise-6,redhat-6,redhat-4,redhat-5,SuSE-10,SuSE-11
Actual Result: XX
Check complete. The overall result of this check is: Passed <<<<
Expected result: 1.7
Actual Result: 1.7.XX
Check complete. The overall result of this check is: Passed
CheckJDKVersion Check: Success.
Verifying data......
Copying Files...
-----------20%----------40%----------60%----------80%--------100%
The installation of WebLogic Server 12.1.2.0.0 completed successfully.
5. Verification of installation
Add opatch to PATH variable
export PATH=${PATH}:/XX/OPatch
Run following command to check Installation
$opatch lsinventory
No comments:
Post a Comment