How to Change the nodemanager password in weblogic admin console

Problem:
Not able to start/stop managed server via weblogic admin console after changed weblogic admin password.

Cause:
Updated password not reflected in Nodemanager properties. Continue reading “How to Change the nodemanager password in weblogic admin console”

How to reset Weblogic Administrator password

Requirement:
Need to change weblogic password.

Steps to reset/change weblogic password:
1. set environment variable like MW_HOME, WL_HOME, CLASSPATH
2. Delete data directory under <DOMAIN_HOME>/servers/AdminServer
3. Take backup of *.ldift <DOMAIN_HOME>/security
4. run “java weblogic.security.utils.AdminAccount weblogic Dev@1234 .”
5. Update boot.properties with new password and start

Continue reading “How to reset Weblogic Administrator password”