Server Manager Agent Not Connecting To SMC
Share
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
#jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, 3DES_EDE_CBC, DESede, \ # EC keySize < 224, anon, NULL
Author
Stewart Schatz
Average Rating
4 thoughts on “Server Manager Agent Not Connecting To SMC”
Leave a Reply Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
More Stories
How to Use the XCOPY Command in Windows
Did you know that all versions of Windows have a limitation of 260 characters that can be in the path...
How to Clean Up Empty Directories Using the find Command in Linux
Managing files and directories in Linux often involves dealing with empty directories that can clutter your workspace. Manually finding and...
How to Print a Directory Structure Using PowerShell: Step-by-Step Guide
If you need to print out the directory structure and list the files within, this PowerShell script will help you...
Quick Tip: Determine Active Directory Account Status From The Windows Commandline
Use the following command to Determine Active Directory Account Status from the Windows Commandline without Powershell or any special software....
Where Is Java Installed?
Below are a few commands that can be run to determine where Java is installed on each Operating System: Windows:...
Quick Tip: IBM Navigator for i Default URL
This is a really quick one but I keep forgetting it: http://<SERVERNAME>:2004/ibm/console
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
Thanks, Mattias! I’ll definitely try that the next time.
Did you figure this out by trial and error or is there some Oracle doc out there that I missed?
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)
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!