E1Tips Qucik Tip

How To Change The WebLogic Admin Password Using WLST

E1Tips Qucik Tip

Follow the steps below to change the WebLogic Administrator’s password using WLST:

/u01/Oracle/Middleware/Oracle_Home/oracle_common/common/bin/wlst.sh
connect('weblogic','welcome1','t3://SERVER_NAME:7001')
cd('/SecurityConfiguration/DOMAIN/Realms/myrealm/AuthenticationProviders/DefaultAuthenticator')
cmo.resetUserPassword('weblogic','welcome2')
exit()

You should now be able to login to the WebLogic Administration Console using your new password after changing it using WLST.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Quick_Tip_Linux Previous post Quick Tip: How To Set Environment Variables On Linux
Quick_Tip_Linux Next post How To Start/Stop The Server Manager Agent On Linux