DSCLI no more working after java upgrade
Installed on AIX, dscli is not working anymore after upgrade, as java has also been upgraded with base packages. On latest java update SSLv3 is disable for security reason, so DSCLI won't work anymore.
Here is the workaround to force the SSLv3 activation on java.
http://www-01.ibm.com/support/docview.wss?uid=nas8N1020486
Edit the file and add the following line /opt/ibm/dscli/lib/CLI.CFG
... JAVA_EXEC_OPTIONS=-Dcom.ibm.jsse2.disableSSLv3=false