Wednesday, December 2, 2020

Reconfiguring a WebLogic Domain

Reconfiguring a WebLogic Domain (Demantra)

Backing Up the Domain

Prior to running the Reconfiguration Wizard, make a backup copy of the domain directory. For example, copy $DOMAIN_HOME to $DOMAIN_HOME_BKP_<DATE>.

Prior to updating the domain on each remote Managed Server, make a backup copy of the domain directory on each remote machine.

If domain reconfiguration fails for any reason, you must copy all files and directories from the backup directory into the original domain directory to ensure that the domain is returned entirely to its original state prior to reconfiguration.

 

 

To start the Reconfiguration Wizard in graphical mode from a Windows command prompt or on UNIX systems:

  • Log in to the system on which the domain resides.
  • Open an MS-DOS command prompt window (on Windows) or a command shell (on UNIX).
  • Go to the following directory, where ORACLE_HOME is your Oracle home directory:

On UNIX: ORACLE_HOME/oracle_common/common/bin

  • Execute the following command:

On UNIX: sh reconfig.sh

 

To create a log file of the Reconfiguration Wizard session, include the -log=reconfig.log -log_priority=debug parameter in the command. You can specify any file name for the log file, such as config_<date>.log. The log file is stored in the logs directory of the Oracle Home directory. Other valid values for log_priority are OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, and ALL.

Ex : cd $ORACLE_HOME/oracle_common/common/bin

             ./reconfig.sh -log=reconfig.log -log_priority=debug

Enter the full path to the domain directory or click Browse to navigate to and select the domain directory.

Click Next to continue.


Shows the progress of the application of reconfiguration templates.


When the process completes, click Next to continue


Domain mode cannot be changed.

Select the JDK to use in the domain or click Browse to navigate to the JDK you want to use.

Click Next to continue


Select the check box next to Data source which will enable Next button then click on Next


Upon Clicking Next it will check jdbc connection 


Nodemanager configuration


Select the check box for each category (if any) for which you want to perform advanced configuration tasks

The available check boxes depend on the domain configuration.

Click Next to continue


Review the configuration.

 Click the Back button to change the configuration or click the Reconfig button to complete the domain reconfiguration process.

 


 Reconfiguration process



Shows the final status of the reconfiguration process.

Click Finish to exit the Configuration Wizard.



No comments:

Post a Comment