we can get it as below:
[applmgr@ebs1213 ~]$ sh /u01/app/oracle/ebsappl/FIN2DB
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
wls:/offline> domain="/u01/app/oracle/ebsapp
wls:/offline> service = weblogic.security.internal.Ser
wls:/offline> encryption = weblogic.security.internal.enc
wls:/offline> print encryption.decrypt("{AES}Gp7Q+
weblogic@123
wls:/offline>
We can get encrypted password from boot.properties.
[applmgr@ebs1213 security]$ cd $FMW_HOME/user_projects/domain
[applmgr@ebs1213 security]$ cat boot.properties
username={AES}LY9AdjI1A7wTpNJp
password={AES}Gp7Q+3yqpimz1+27
 
No comments:
Post a Comment