How To Recreate the Oracle E-Business Suite (EBS) WLS (Weblogic Server) Domain

To recreate EBS WLS domain, please do the following after taking a full backup of your environment:


1. In the Database Tier exactly do the following:-

     ==> Log into the database tier.

     ==> Source the environment.

     ==> Ensure that database and listener are up and running.


2. In Applications Tier  exactly do the following:-

    ==> Source the RUN file system environment.

    ==> Stop all middle tier services using $ADMIN_SCRIPTS_HOME/adstpall.sh.

    ==> Ensure that no process is running from RUN file system.

    ==> Take a backup of the context file.  Update s_adminservertimeout context variable value to 4000 and run AutoConfig.

   

Execute below command:


 $ $FND_TOP/bin/txkrun.pl -script=ChkEBSDependecies -server=ALL_SERVER


3. Recreate the domain by following below steps:  

        $ cd $FND_TOP/patch/115/bin

        $ perl txkEBSDomainConfig.pl


   ==> Start the services and check the WLS domain is fine. For example, you might want to start the  WLS console and check all the expected managed servers are up and running.


Note: When running txkEBSDomainConfig.pl you will be prompted "Enter the server start mode for the domain [DEFAULT - prod]:".Choose the default value of prod. Oracle Web Logic Server can be run in two different modes, either prod or dev, and the recommended option is to choose prod as it is safer. The dev mode allows to deploy unsigned java classes but is quicker than prod.

No comments:

Post a Comment

Thanks for reading till end. I hope this will help you more to improve your knowledge.

Now it's your turn!

What do you think? Share your experience in the comments box and subscribe for more interesting post.