De-installation of WebLogic 12.2

October 8, 2020
()

De-installation of WebLogic 12.2


We are decommissioning one of our Linux server, that server contains WebLogic instance, so as part of decommission we decided to de- installation WebLogic instance.
Below are the steps that we have to follow to de install Weblogic.


Step1:- Stop Node manager and WebLogic services.

cd $MW/user_projects/domains/base_domain/bin 
[oracle@DBsGuru bin]$ ls -lrt
-rwxr-x--- 1 oracle dba    794 Sep 24 13:43 setStartupEnv.sh
-rwxr-x--- 1 oracle dba   7309 Sep 24 13:43 startWebLogic.sh
-rwxr-x--- 1 oracle dba   2156 Sep 24 13:43 stopWebLogic.sh
-rwxr-x--- 1 oracle dba  14685 Sep 24 13:43 setDomainEnv.sh
--------------
Trimmed output
----------------
-rwxr-x--- 1 oracle dba   1134 Sep 24 13:43 startNodeManager.sh
-rwxr-x--- 1 oracle dba   1083 Sep 24 13:43 stopNodeManager.sh
-rw-r--r-- 1 oracle dba 424934 Oct  1 13:57 startWebLogic.log
-rw-r--r-- 1 oracle dba  13515 Oct  1 14:01 startNodeManager.log

sh stopNodeManager.sh

sh stopWebLogic.sh


Step2 :- Go to <MW_HOME>\oui\bin and execute de install.

./deinstall.sh
Click on Next
Click on Deinstall
Click on Next
Click on Finish


Step3:- After successful de-install of Weblogic, we delete manually Middleware home.

cd /u01/app/oracle
drwxr-xr-x 6 oracle dba 111 Oct  1 14:51 middleware
rm -rf middleware

 

This document is only for learning purpose and always validate in the LAB environment first before applying in the LIVE environment.


Hope so you like this article
!
Please share your valuable feedback/comments/subscribe and follow us below and don’t forget to click on the bell icon to get the latest update. Click here to know more about our pursuit.

Loading

How useful was this post?

Click on a star to rate it!

Average rating / 5. Vote count:

No votes so far! Be the first to rate this post.

As you found this post useful...

Follow us on social media!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

<strong>Hello and welcome to DBsGuru,</strong>DBsGuru is a group of experienced DBA professionals and serves databases and their related community by providing technical blogs, projects, training. Technical blogs are the source of vast information not about databases but its related product like middleware, PL/SQL, replication methodology, and so on.Thanks for the visits!<strong>Share Learn Grow!</strong>

Leave a Reply

Your email address will not be published. Required fields are marked *