About Me.

My self Adinarayana working as Implementation Application DBA with advanced technologies like RAC/PCP,OID/SSO,DMZ,Exadata and Fusion Middleware i.e Demantra,Application Server,SOA,FMW,BPEL and UPK. Created this blog to share the useful information related to DBA and Application DBA Your comments and suggestions are most welcome. Disclaimer: Please note all the views and opinions expressed in this site are my own. It's not recommend to use the fixes/suggestions provided in this site directly in production instance, please test them before implementing.

Monday, July 24, 2023

Weblogic user new password update process for versions earlier than TKX DELTA 7

 1) Log in to the Oracle WebLogic Server Administration console at http://<server>.<domain>:<wls_admin_port>/console <http://<server>.<domain>:<wls_admin_port>/console> <http://<server>.<domain>:<wls_admin_port>/console> with the current username and password.

2) Choose the Lock and Edit button.

3) Click on 'EBS_domain_<SID>' under the Domain Structure section.

4) Select the Security tab.

5) Select Advanced.

6) Enter the new Node Manager password.

7) Choose the Save button and then the Activate Changes button.

8) Choose the 'Security Realms' link on the Oracle E-Business Suite 12.2 domain configuration, and then select the 'myrealm' link.

9) Select the Users and Groups tab and choose the 'weblogic' link.

10) Select the Passwords tab and enter the same password you entered in Step 6.

11) Choose the Save button

12) Back up the following files:

$FMW_HOME/user_projects/domains/EBS_domain_<SID>/servers/AdminServer/security/boot.properties

$FMW_HOME/user_projects/domains/EBS_domain_<SID>/servers/forms-c4ws_server1/data/nodemanager/boot.properties

$FMW_HOME/user_projects/domains/EBS_domain_<SID>/servers/forms_server1/data/nodemanager/boot.properties

$FMW_HOME/user_projects/domains/EBS_domain_<SID>/servers/oacore_server1/data/nodemanager/boot.properties

$FMW_HOME/user_projects/domains/EBS_domain_<ID>/servers/oafm_server1/data/nodemanager/boot.properties

13) Use a text editor to edit each of the above files and change the password to the new password.

Note:After the services are restarted in the next step, the password you entered will be obfuscated (not human readable)

14) Stop and restart all application tier services using the adstpall.sh and adstrtall.sh scripts

15) Ensure all services start successfully, and then test the Oracle WebLogic Server console login and Oracle E-Business Suite login

 iii. Start AdminServer using the $INST_TOP/admin/scripts/adadminsrvctl.sh script. Do not start any other application tier services.

 Change the "apps" password in WLS Datasource as follows:

===========================================================

i. Log in to WLS Administration Console.

ii. Click Lock & Edit in Change Center.

iii. In the Domain Structure tree, expand Services, then select Data Sources.

iV. On the "Summary of JDBC Data Sources" page, select EBSDataSource.

V. On the "Settings for EBSDataSource" page, select the Connection Pool tab.

Vi. Enter the new password in the "Password" field.

Vii. Enter the new password in the "Confirm Password" field.

VIII. Click Save.

ix. Click Activate Changes in Change Center.

Step 16: Start MT Services

Step 17: Post Health Checks

Step 18: Run fs clone


No comments:

Post a Comment