Change WLS Password in EBS R12.2 environment
Steps:
1. Shutdown the Application Services using $ADMIN_SCRIPTS_HOME/adstpall.sh
2. Start the admin server on Primary node using $ADMIN_SCRIPTS_HOME/adadminsrvctl.sh start
3. Run the below command to create new password
perl $FND_TOP/patch/115/bin/txkUpdateEBSDomain.pl -action=updateAdminPassword
4. Start the Application MiddleWare services using $ADMIN_SCRIPTS_HOME/adstrtal.sh
Login to the admin console to verify that the new WebLogic user password works.
----------------------------------------------------------------------------------------------------------------
Execution of above steps:
1. Shut down all application tier services except the Admin Server.
a. On the primary node, run the command:
$ <ADMIN_SCRIPTS_HOME>/adstpall.sh -skipNM -skipAdmin
On all secondary nodes, run the command:
$ <ADMIN_SCRIPTS_HOME>/adstpall.sh
2. Change the Oracle WebLogic Server Administration User password by performing the following steps as applicable.
a. Source the environment on the run file system.
b. Run the command
$ perl $FND_TOP/patch/115/bin/txkUpdateEBSDomain.pl -action=updateAdminPassword
3. Start all application tier services.
$ <ADMIN_SCRIPTS_HOME>/adstrtal.sh
4. perform an fs_clone operation to change the WebLogic EBS Domain password on the patch file system:
a. Source the application tier environment file.
$ adop phase=fs_clone
Comments
Post a Comment