Thursday, July 11, 2019

Weblogic Console password reset

I have tried so many ways and concluded that  We don’t have any procedure to override the existing console password. So, in this blog w
e are creating the new user to login to console and once we are get in we can reset the password the system password.
Step 1:
Shutdown the affected domain.


Step 2:
Invoke the setEnv.sh (there is a dot "." then a space then ./setEnv.sh)


Step 3:
Go to the below path and take the backup of DefaultAuthenticatorInit.ldift

Step 4:
Execute the below command.
java weblogic.security.utils.AdminAccount adminuser Password1!  .   (Don't forget to add the "." at the end it is needed.)
Step 6:
Delete the file DefaultAuthenticatormyrealmInit.initialized file from the directory:
/global/site/vendor/psofthr/hcm92dmo/webserv/HCM92DMO/servers/PIA/data/ldap

Step 7:
Start the PIA

Step 8:
Login to console using new user as mentioned in step 5 (adminuser/Password1!)


Step 9:
Go to Security realms -> My realms->Users and Groups
You will see all the users.

Click on system user and go to password tab. Update the new password.

Step :10
Update the boot.properties as webserver is booted with old password. Make sure you are putting plain password and restart the domain and this will encrypt the password.

No comments:

Post a Comment

How to Convert CSV to XLSX in PeopleSoft Using the PSSpreadsheet Class

 Working with large datasets often requires transitioning data between formats. In PeopleSoft, you can efficiently convert a CSV file to an ...