enterprise manager weblogic password change

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

enterprise manager weblogic password change

angela watson
how can i change Enterprise Manager Cloud Control weblogic password?
Reply | Threaded
Open this post in threaded view
|

Re: enterprise manager weblogic password change

ErmanArslansOracleBlog
Administrator
Hi Angela,

please use the following MOS document:

12c , 13c Cloud Control: Steps for Modifying the Password for Weblogic and Nodemanager User Accounts in the Enterprise Manager Installation (Doc ID 1450798.1)
Reply | Threaded
Open this post in threaded view
|

Re: enterprise manager weblogic password change

angela watson
cool... ty for your fast response erman.i ll try that
Reply | Threaded
Open this post in threaded view
|

Re: enterprise manager weblogic password change

angela watson
i am trying to do that but getting error while trying to open weblogic in "step7"(Changing the Weblogic Password When Existing Password is Unknown);

<Jan 1, 2017 5:34:39 PM EET> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "EMGC_ADMINSERVER" for domain "GCDomain" running in Production Mode>
<Jan 9, 2017 5:34:39 PM EET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<Jan 9, 2017 5:34:39 PM EET> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
<Jan 9, 2017 5:35:16 PM EET> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer 10.10.10.6 - 10.10.10.6 during SSL handshake.>
<Jan 9, 2017 5:35:16 PM EET> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer 10.10.10.6 - 10.10.10.6 during SSL handshake.>
<Jan 9, 2017 5:35:21 PM EET> <Warning> <Security> <BEA-090476> <Invalid/unknown SSL header was received from peer 10.10.10.6 - 10.10.10.6 during SSL handshake.>

---------------------------------------------------------------
on browser;

There is a problem with this website’s security certificate.

The security certificate presented by this website is not secure.
Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.  
We recommend that you close this webpage and do not continue to this website.  
Recommended iconClick here to close this webpage.  
Reply | Threaded
Open this post in threaded view
|

Re: enterprise manager weblogic password change

ErmanArslansOracleBlog
Administrator
Please do the following diagnostics;

How to Enable WebLogic SSL Debug Logging
--------------------------------------------
For WebLogic 10.3.x, do the following:
    1. Add these parameters to the 'JAVA_OPTIONS_os' parameter in setEnv.sh/cmd:
           -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true -Dweblogic.security.SSL.verbose=true -Djavax.net.debug=all
        Here is an example:
           SET JAVA_OPTIONS_WIN=-jrockit -XnoOpt -XXnoJITInline -Xms512m -Xmx512m - Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true - Dweblogic.security.SSL.verbose=true -Djavax.net.debug=all

     2. Restart WebLogic and recreate issue (note that if running WebLogic as a Windows service, you will need to uninstall/re-install service to pick up above changes)
     3. Recreate the problem, and then check WebLogic standard out log
Reply | Threaded
Open this post in threaded view
|

Re: enterprise manager weblogic password change

ErmanArslansOracleBlog
Administrator
Bytheway,

On which url you get this "There is a problem with this website’s security certificate. " error ? Weblogic admin console?

Send me the screenshot , so I can see the url.
Also what server's ip is this : 10.10.10.6  ?

Also, please write me all the steps that you have taken so far. one by one..

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: enterprise manager weblogic password change

angela watson
erman, issue was resolved.problem was appear while starting weblogic adminconsole.And also emctl start oms couldnt start the admin console becase of that.
I used the below start script  to open admin console
"./startWebLogic.sh -Dweblogic.ssl.JSSEEnabled=True"
when weblogic is running mode,I enabled the JSSE.
>>Select your Server in the Weblogic Console -> SSL -> Advanced -> set “Enable JSSE” to true. Restart your weblogic.
After that closed the admin console and i can start normally now