Friday, October 9, 2020

Change Weblogic admin password in Oracle E-Business Suite R12.2.x

Pre-requisite:

R12.AD.C.Delta.7 and R12.TXK.C.Delta.7 or later.

Solution:

Shut down all application tier services except the Admin Server.

 On the primary node, run the command:

$ /adstpall.sh -skipNM -skipAdmin

On all secondary nodes, run the command:

$ /adstpall.sh

perl $FND_TOP/patch/115/bin/txkUpdateEBSDomain.pl -action=updateAdminPassword


[applprod@pandba security]$ perl $FND_TOP/patch/115/bin/txkUpdateEBSDomain.pl -action=updateAdminPassword

AdminServer will be re started after changing WebLogic Admin Password
All Mid Tier services should be SHUTDOWN before changing WebLogic Admin Password
Confirm if all Mid Tier services are in SHUTDOWN state. Enter "Yes" to proceed or anything else to exit: Yes

Enter the full path of Applications Context File [DEFAULT - /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/appl/admin/EBSPROD_pandba.xml]:
Enter the WLS Admin Password:
Enter the new WLS Admin Password:
Enter the APPS user password:

Executing: /u02/oracle/EBSPROD/fs1/FMW_Home/webtier/perl/bin/perl /u02/oracle/EBSPROD/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/adProvisionEBS.pl ebs-get-serverstatus -contextfile=/u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/appl/admin/EBSPROD_pandba.xml -servername=AdminServer -promptmsg=hide -logfile=/u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/logs/appl/rgf/TXK/txkUpdateEBSDomain_Mon_OCT_12_23_34_03_2019/EBSProvisioner.log

Updating Weblogic Domain in online mode
---------------------------------------
Backup Location : /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/logs/appl/rgf/TXK/txkUpdateEBSDomain_Mon_OCT_12_23_34_03_2019
Logfile Location: /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/logs/appl/rgf/TXK/txkUpdateEBSDomain_Mon_OCT_12_23_34_03_2019/updateAdminPassword.log

Executing: /u02/oracle/EBSPROD/fs1/EBSapps/comn/util/jdk32/jre/bin/java -classpath :/u02/oracle/EBSPROD/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/u02/oracle/EBSPROD/fs1/FMW_Home/Oracle_EBS-app1/oui/jlib/srvm.jar:/u02/oracle/EBSPROD/fs1/EBSapps/comn/java/classes:/u02/oracle/EBSPROD/fs1/EBSapps/comn/shared-libs/ebs-3rdparty/WEB-INF/lib/ebs3rdpartyManifest.jar:/u02/oracle/EBSPROD/fs1/FMW_Home/Oracle_EBS-app1/shared-libs/ebs-appsborg/WEB-INF/lib/ebsAppsborgManifest.jar oracle.apps.ad.util.UpdateEBSDomain updateAdminPassword -contextfile /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/appl/admin/EBSPROD_pandba.xml -promptmsg hide -logdir /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/logs/appl/rgf/TXK/txkUpdateEBSDomain_Mon_OCT_12_23_34_03_2019 -logfile /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/logs/appl/rgf/TXK/txkUpdateEBSDomain_Mon_OCT_12_23_34_03_2019/updateAdminPassword.log
 
Domain updated successfully
Restarting AdminServer with new Admin Password.
 
You are running adadminsrvctl.sh version 120.10.12020000.10
 
Stopping WLS Admin Server...
Refer /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/logs/appl/admin/log/adadminsrvctl.txt for details
 
AdminServer logs are located at /u02/oracle/EBSPROD/fs1/FMW_Home/user_projects/domains/EBS_domain_EBSPROD/servers/AdminServer/logs
 
adadminsrvctl.sh: exiting with status 0
 
adadminsrvctl.sh: check the logfile /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/logs/appl/admin/log/adadminsrvctl.txt for more information ...

 
You are running adnodemgrctl.sh version 120.11.12020000.12

 
NodeManager log is located at /u02/oracle/EBSPROD/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1
 
adnodemgrctl.sh: exiting with status 0
 
adnodemgrctl.sh: check the logfile /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/logs/appl/admin/log/adnodemgrctl.txt for more information ...
 
 
You are running adadminsrvctl.sh version 120.10.12020000.10
 
Starting WLS Admin Server...
Refer /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/logs/appl/admin/log/adadminsrvctl.txt for details
 
AdminServer logs are located at /u02/oracle/EBSPROD/fs1/FMW_Home/user_projects/domains/EBS_domain_EBSPROD/servers/AdminServer/logs
 
adadminsrvctl.sh: exiting with status 0
 
adadminsrvctl.sh: check the logfile /u01/oracle/EBSPROD/fs1/inst/apps/EBSPROD_pandba/logs/appl/admin/log/adadminsrvctl.txt for more information ...
 
 
*************** IMPORTANT ****************
WebLogic Admin Password is changed.
Restart all application tier services using control scripts.
********************************************


Start all the application services using adstrtal.sh script.
 
Try to login to the Weblogic Console using the new weblogic admin password.

No comments:

Post a Comment

Featured post

Migrate OCR & vote from external to normal or High redundancy in ASM

How to Move OCR & Vote from external to Normal or high. 1)  Create New diskgroup(CRS) with suitable redundancy for OCR and Voting files....

Popular Posts