0% found this document useful (0 votes)
31 views7 pages

Change Weblogic Admin Password in Oracle EBS 12.2

Uploaded by

shanayasingh066
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views7 pages

Change Weblogic Admin Password in Oracle EBS 12.2

Uploaded by

shanayasingh066
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

MMK

[email protected]

Change Weblogic admin password in Oracle EBS R12.2

Login to weblogic to server console:

Select the lock and edit button

MMK
MMK
[email protected]

MMK
MMK
[email protected]

- Click on "Advanced" TAB

- Provide the new password which you want to configure for weblogic admin user

- Click on "save"

MMK
MMK
[email protected]

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

- Verify all changes has been activated successfully.

MMK
MMK
[email protected]

- Now click on "Security Realms"

MMK
MMK
[email protected]

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

Login using putty

$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.propertie
s
$FMW_HOME/user_projects/domains/EBS_domain_/servers/oacore_server1/data/nodemanager/boot.properti
es
$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.

MMK
MMK
[email protected]

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

[applR12@erpnode2 nodemanager]$ cat boot.properties


#Tue Oct 22 05:16:35 AST 2013
TrustKeyStore=DemoTrust
password=oracle12345
username={AES}svCfxC1/zM76552t7otwoOMiQNApJavwuur0OfMqsrk\=
[applR12@erpnode2 nodemanager]$ cat orig.boot.properties
#Tue Oct 22 05:16:35 AST 2013
TrustKeyStore=DemoTrust
password={AES}kwT8uzUoZs78Mb9glRKksdfp+w+JKf5EogRPliLHLPE\=
username={AES}svCfxC1/zM76552t7otwoOMiQNApJavwuur0OfMqsrk\=
[applR12@erpnode2 nodemanager]$

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.

The password edited in the above files will again become in non human readable format.

MMK

You might also like