Change Weblogic admin password in Oracle EBS R12.2

How to change the weblogic server administrator password in R12.2??

1. Login to weblogic to server console:-

URL:- 192.168.100.100:7001
User-is:- weblogic
Password:- ******



2.Choose the Lock and Edit button.




3. Select the ‘Domain’ link under the Domain Structure section.


4. Select the Security tab.


5. Select Advanced.


6. Enter the new Node Manager/Weblogic password.
Click on save..


 Verify settings updated successfully and then click on "Activate changes"

7. Choose the ‘Security Realms’ link on the Oracle E-Business Suite 12.2 domain configuration, and then select the ‘myrealm’ link.


click on "Security Realms"


8. Select the Users and Groups tab and choose the ‘weblogic’ link.

9. Provide same password as we have provided above for node manager.


Click on Save >>>


Settings has been updated successfully.

10. we need to edit the configuration file "boot.properties" for all managed and admin server  using text editor and update the password field with the above configured password ( new password)

Take  backup of the following files:
$FMW_HOME/user_projects/domains/EBS_domain_/servers/AdminServer/security/boot.properties
$FMW_HOME/user_projects/domains/EBS_domain_/servers/forms-c4ws_server1/data/nodemanager/boot.properties
$FMW_HOME/user_projects/domains/EBS_domain_/servers/forms_server1/data/nodemanager/boot.properties
$FMW_HOME/user_projects/domains/EBS_domain_/servers/oacore_server1/data/nodemanager/boot.properties
$FMW_HOME/user_projects/domains/EBS_domain_/servers/oafm_server1/data/nodemanager/boot.properties

"$FMW_HOME/user_projects/domains/EBS_domain_" is the absolute PATH for your EBS weblogic domain.


PATH ="/d01/appl_prod/appl/PROD/fs1/FMW_Home/user_projects/domains/EBS_domain_PROD/"


[applmgr@test nodemanager]$ cat boot.properties 
#mon july 22 05:16:35 AST 2015
TrustKeyStore=DemoTrust
password=oracle12345
username={AES}svCfxC1/zM76552t7otwoOMiQNApJavwuur0OfMqsrk\=

[applmgr@test nodemanager]$ cat orig.boot.properties 
#mon july 22 05:16:35 AST 2015
TrustKeyStore=DemoTrust
password={AES}kwT8uzUoZs78Mb9glRKksdfp+w+JKf5EogRPliLHLPE\=
username={AES}svCfxC1/zM76552t7otwoOMiQNApJavwuur0OfMqsrk\=


The above is an example of boot.properties file of one the managed server. "orig.boot.properties" is an original file and the password in that file is encrypted. We have to change the password using text editor and provide the one configured in previous steps.

After editing all the above mentioned files we need to restart the application services using adstpall.sh and adstrtal.sh scripts.

After restarting of services make sure all application services are started successfully. Verify that you are able to access weblogic server console and access ERP application.


***********************************END******************************************







No comments:

ORA-08004: sequence IEX_DEL_BUFFERS_S.NEXTVAL exceeds MAXVALUE

 Error:- IEX: Scoring Engine Harness Error - ORA-08004: sequence IEX_DEL_BUFFERS_S.NEXTVAL exceeds MAXVALUE (Doc ID 2056754.1) SYMPTOMS:- Yo...