Thursday, April 23, 2015

ILOM Java problem: "No appropriate protocol (protocol is disabled or cipher suites are inappropriate)"

ILOM Java problem: "No appropriate protocol (protocol is disabled or cipher suites are inappropriate)"



  Usually above 3 steps are enough, but if the problem persists, then try change Java Security:

























and set the "Exception Site List":



Pay the attention to "Exception Site List". I use the rules:
- not put the port number (allow all ports for applications)
- try add the hostname and IP address of your host. The resolving problems may take place here.

Be lucky !




Some days ago the new 1.8-51 Java was issued.
It works with the Exadata ILOM too (ILOM version 3.1.2.20.e):



How to disable/setup autostart parameters for specified instance ?

Q: We have a 4-node RAC. I need to disable autostart of the DB on one node only.    How to do it and how to see autostart parameters, confir...