[SOLVED] How to change Weblogic Admin Server password in Oracle EBS Release 12.2?

Issue

How to change Weblogic Admin Server password in Oracle EBS Release 12.2?

Solution

Simply run through the below mentioned steps:

Step 1. Stop all Application Tier Services running under the Application Server:

cd $INST_TOP/admin/scripts
./adstpall.sh 

 Step 2. Now run the below command to change Oracle Weblogic Server password:

[oracle@apps scripts]$ perl $FND_TOP/patch/115/bin/txkUpdateEBSDomain.pl -action=updateAdminPassword

Program: txkUpdateEBSDomain.pl started at Sun Aug 19 15:22:48 2018

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/install/APPS/fs1/inst/apps/EBSDB_apps/appl/admin/EBSDB_apps.xml]:
Enter the WLS Admin Password:
Enter the new WLS Admin Password:
Enter the APPS user password:

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

Updating Weblogic Domain in online mode
---------------------------------------
Backup Location : /u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/rgf/TXK/txkUpdateEBSDomain_Sun_Aug_19_15_22_48_2018
Logfile Location: /u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/rgf/TXK/txkUpdateEBSDomain_Sun_Aug_19_15_22_48_2018/updateAdminPassword.log

Executing: /u01/install/APPS/fs1/EBSapps/comn/util/jdk32/jre/bin/java -classpath :/u01/install/APPS/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/u01/install/APPS/fs1/FMW_Home/Oracle_EBS-app1/oui/jlib/srvm.jar:/u01/install/APPS/fs1/EBSapps/comn/java/classes:/u01/install/APPS/fs1/EBSapps/comn/shared-libs/ebs-3rdparty/WEB-INF/lib/ebs3rdpartyManifest.jar:/u01/install/APPS/fs1/FMW_Home/Oracle_EBS-app1/shared-libs/ebs-appsborg/WEB-INF/lib/ebsAppsborgManifest.jar oracle.apps.ad.util.UpdateEBSDomain updateAdminPassword -contextfile /u01/install/APPS/fs1/inst/apps/EBSDB_apps/appl/admin/EBSDB_apps.xml -promptmsg hide -logdir /u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/rgf/TXK/txkUpdateEBSDomain_Sun_Aug_19_15_22_48_2018 -logfile /u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/rgf/TXK/txkUpdateEBSDomain_Sun_Aug_19_15_22_48_2018/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/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/admin/log/adadminsrvctl.txt for details

AdminServer logs are located at /u01/install/APPS/fs1/FMW_Home/user_projects/domains/EBS_domain_EBSDB/servers/AdminServer/logs

adadminsrvctl.sh: exiting with status 0

adadminsrvctl.sh: check the logfile /u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/admin/log/adadminsrvctl.txt for more information ...


You are running adnodemgrctl.sh version 120.11.12020000.12


NodeManager log is located at /u01/install/APPS/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1

adnodemgrctl.sh: exiting with status 0

adnodemgrctl.sh: check the logfile /u01/install/APPS/fs1/inst/apps/EBSDB_apps/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/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/admin/log/adadminsrvctl.txt for details

AdminServer logs are located at /u01/install/APPS/fs1/FMW_Home/user_projects/domains/EBS_domain_EBSDB/servers/AdminServer/logs

adadminsrvctl.sh: exiting with status 0

adadminsrvctl.sh: check the logfile /u01/install/APPS/fs1/inst/apps/EBSDB_apps/logs/appl/admin/log/adadminsrvctl.txt for more information ...

*************** IMPORTANT ****************
WebLogic Admin Password is changed.
Restart all application tier services using control scripts.
********************************************
Program: txkUpdateEBSDomain.pl completed at Sun Aug 19 15:26:36 2018
You have new mail in /var/spool/mail/oracle 

 Environment

+ Oracle Linux 6.5

+ Oracle E-Business Suite Release 12.2.7

Oracle E-Business Suite Installation of Release 12.2.0 failed with error RW-50004 under Oracle Linux 7.5 OS
[SOLVED] Linux 7 user shows -bash-4.2 instead of u...
[SOLVED] How to find Linux Release/Version in Orac...