Server Manager Agent Not Connecting To SMC

Read Time:33 Sec
E1Tips Qucik TipAfter a Java update, the server manager agent may not connect to the SMC because of parameters in the java.security file.
To resolve this, comment out the jdk.tls.disabledAlgorithms parameter lines in the java.security files in the following locations:
  • IBM i / iSeries / AS400
    • /QOpenSys/QIBM/ProdData/JavaVM/jdkxx/xxbit/jre/lib/security
      and/or
    • /QIBM/ProdData/Java400/jdkxx/lib/security
  • Windows/Linux
    • %JAVA_HOME%\jre\lib\security
      and/or
    • %JDE_HOME%\SCFHA\jdk\jre\lib\security
Example:
#jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, 3DES_EDE_CBC, DESede, \
#    EC keySize < 224, anon, NULL

Author

Stewart Schatz

Career: Principal CNC Consultant for Syntax Systems Limited specializing Oracle JD Edwards EnterpriseOne and the technology that supports it. Side Hustle: Owner/Operator of E1Tips.com Location: Lancaster, PA USA  What I like to do: Invest in Family, Explore Technology, Lead Teams, Share Knowledge/Experience, Hunt, Hike, etc.
Happy
Happy
0
Sad
Sad
0
Excited
Excited
0
Sleepy
Sleepy
0
Angry
Angry
0
Surprise
Surprise
0

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

4 thoughts on “Server Manager Agent Not Connecting To SMC

  1. Actually, you only need to remove ‘anon’ from the list, so you can keep the others disabled (it’s something…). Our java.security entry looks like this:

    jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \
    EC keySize < 224, NULL

      1. Hey, might’ve been a combination of both, but i can’t find anything on MOS anymore…
        This is TR 9.2.3.3 and Windows platform with Oracle JDK/JRE btw, might be different on others – i know for sure that IBM JDK needs 3DES_EDE_CBC disabled e.g. (see Doc ID 2256869.1)

        1. Ha! Agreed!

          Either way, I’m glad you were able to get things working and really appreciate you taking time to comment. Trying to do CNC work in a vacuum is not easy and we all need as many tips as we can get.

          Thanks again!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

E1Tips Qucik Tip Previous post Find Windows Server Uptime Using Net Statistics Server
E1Tips Qucik Tip Next post Random Windows Tip: My PC Wakes Up In The Middle Of The Night And I Don’t Know Why