Tuesday 23 April 2019

Change or Re set weblogic password in Oracle EBS Suite 12.2.0 or later


1. On the primary node, run the command:
$<ADMIN_SCRIPTS_HOME>/adstpall.sh -skipNM -skipAdmin

2. Change the Oracle WebLogic Server Administration User password by performing
the following steps on the run file system of the primary node.

1. Source the environment on the run file system.
2. Run the commands appropriate for your platform

appldev@ctssd:/backup/DEVAPP/fs1/inst/apps/DEV_ctssd/admin/scripts$ perl $FND_TOP/patch/115/bin/txkUpdateEBSDomain.pl -action=updateAdminPassword

Program: txkUpdateEBSDomain.pl started at Tue Aug 22 14:06:02 2017

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

Executing: /backup/DEVAPP/fs1/FMW_Home/webtier/perl/bin/perl /backup/DEVAPP/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/adProvisionEBS.pl  ebs-get-serverstatus -contextfile=/backup/DEVAPP/fs1/inst/apps/DEV_ctssd/appl/admin/DEV_ctssd.xml -servername=AdminServer -promptmsg=hide -logfile=/backup/DEVAPP/fs1/inst/apps/DEV_ctssd/logs/appl/rgf/TXK/txkUpdateEBSDomain_Tue_Aug_22_14_06_02_2017/EBSProvisioner.log
Verifying if ssh is enabled for secondary nodes
Executing: /backup/DEVAPP/fs1/FMW_Home/webtier/perl/bin/perl /backup/DEVAPP/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkRunSSHSetup.pl  verifyssh -contextfile=/backup/DEVAPP/fs1/inst/apps/DEV_ctssd/appl/admin/DEV_ctssd.xml -invalidnodefile=/backup/DEVAPP/fs1/inst/apps/DEV_ctssd/logs/appl/rgf/TXK/txkUpdateEBSDomain_Tue_Aug_22_14_06_02_2017/invalidnodefile.txt -hosts=
    Log: /backup/DEVAPP/fs1/inst/apps/DEV_ctssd/logs/appl/rgf/TXK/verifyssh.log
    Output: /backup/DEVAPP/fs1/inst/apps/DEV_ctssd/logs/appl/rgf/TXK/out.xml

Updating Weblogic Domain in online mode
---------------------------------------
Backup Location : /backup/DEVAPP/fs1/inst/apps/DEV_ctssd/logs/appl/rgf/TXK/txkUpdateEBSDomain_Tue_Aug_22_14_06_02_2017
Logfile Location: /backup/DEVAPP/fs1/inst/apps/DEV_ctssd/logs/appl/rgf/TXK/txkUpdateEBSDomain_Tue_Aug_22_14_06_02_2017/updateAdminPassword.log

Executing: /backup/DEVAPP/fs1/EBSapps/comn/util/jdk/jre/bin/java -classpath :/backup/DEVAPP/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/backup/DEVAPP/fs1/FMW_Home/Oracle_EBS-app1/oui/jlib/srvm.jar:/backup/DEVAPP/fs1/EBSapps/comn/java/classes:/backup/DEVAPP/fs1/EBSapps/comn/shared-libs/ebs-3rdparty/WEB-INF/lib/ebs3rdpartyManifest.jar:/backup/DEVAPP/fs1/FMW_Home/Oracle_EBS-app1/shared-libs/ebs-appsborg/WEB-INF/lib/ebsAppsborgManifest.jar oracle.apps.ad.util.UpdateEBSDomain updateAdminPassword  -contextfile /backup/DEVAPP/fs1/inst/apps/DEV_ctssd/appl/admin/DEV_ctssd.xml -promptmsg hide -logdir /backup/DEVAPP/fs1/inst/apps/DEV_ctssd/logs/appl/rgf/TXK/txkUpdateEBSDomain_Tue_Aug_22_14_06_02_2017 -logfile /backup/DEVAPP/fs1/inst/apps/DEV_ctssd/logs/appl/rgf/TXK/txkUpdateEBSDomain_Tue_Aug_22_14_06_02_2017/updateAdminPassword.log
appldev@ctssd:/backup/DEVAPP/fs1/inst/apps/DEV_ctssd/admin/scripts$

No comments:

Post a Comment