WebLogic 12c Installation/Uninstallation Using CLI Mode:

 WebLogic 12c Installation/Uninstallation Using CLI Mode:


To Install:

You need to do the installation with the inventory location:

/opt/Oracle/oraInventory/oraInst.loc

$ mkdir -p /opt/Oracle/oraInventory/

$ vi /opt/Oracle/oraInventory/oraInst.loc


Enter the following values in the above oraInst.loc:

inventory_loc=/opt/Oracle/oraInventory/

inst_group=wlsuser


Execute the command:

$ cd /opt/software/WLS/

$ /opt/java/bin/java -jar fmw_12.1.3.0.0_wls.jar -silent -responseFile /opt/software/SCRIPTS/12c_repository_file.xml -invPtrLoc /opt/Oracle/oraInventory/oraInst.loc


To uninstall:

Stop All the running services:

Remove the Weblogic First:

rm -rf /opt/Oracle/Middleware/


Remove the Oracle Inventory:

rm -rf /opt/Oracle/oraInventory/


Good Luck

Vijayarathinam

Comments

Popular posts from this blog

SSL certificate in WebSphere Application Server

Tomcat Upgrade Steps on Windows.