Total Pageviews

Tuesday, February 24, 2015

how to check global passphrase in OAM 11gr2 for simple mod

1. run wlst command
./ wlst.sh

2. connect to wlst
In the WLST shell, enter the command to connect and then enter the requested information.
wls:/offline> connect()
Please enter your username [weblogic] :
Please enter your password [weblogic] :
Please enter your server URL [t3://localhost:7001] :
wls:/base_domain/serverConfig>



3. change location
Enter the following command to change the location to the read-only domainRuntime tree (for help, use help(domainRuntime)). For example:
wls:/OAM_AC>domainRuntime()



4.View the global passphrase by entering the following command. For example:
wls:/OAM_AC> displaySimpleModeGlobalPassphrase()

No comments:

Post a Comment