Recover lost Weblogic admin password (tested with 10.3.3)

There's a python script in the referenced forum topic that displays the administrator password of your WebLogic AdminServer. I've tested it with WebLogic v10.3.3 and it worked just fine. In the forum post the script code needs a bit of a cleanup and it didn't work out-of-the-box. I had to comment out the first for in the main function. I've attached the ready for use version of the script, just in case the forum vanishes into thin air. Congrats go to the author of the script!

I've put the script in this dir: WL_HOME/common/bin/wlsdecrypt.py

Now about running the script:
cd DOMAIN_HOME
cp servers/AdminServer/security/boot.properties .
WL_HOME/common/bin/wlst.sh WL_HOME/common/bin/wlsdecrypt.py

AttachmentSize
wlsdecrypt.py4.15 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Works with Weblogic 9.2 on Windows too

Tested on a Weblogic 9.2 server (running on a Windows 2003 server) and worked just fine.