Description

In RHEL 8.0, Server Shutdown Strategy can not be changed from “Switch Over Resources” to “Do Not Switch Over Resources”

This can not be changed due to the memory management inconsistency between the OpenJDKs that are included with LifeKeeper and the OS.

Workaround: Install the OpenJDK that is included with the LifeKeeper installation image. The following are example commands where the installation image is mounted on /mnt. Execute as root.

# openjdkdir=/opt/LifeKeeper/lib64/java
# mkdir -p $openjdkdir
# tar xzf /mnt/java/openjdk-12.0.2_linux-x64_bin.tar.gz -C $openjdkdir

Remove the OpenJDK path that is included with the OS from /etc/default/LifeKeeper PATH and add “/opt/LifeKeeper/lib64/java/jdk-12.0.2/bin” to the beginning of the path. Restart the LifeKeeper GUI server and the GUI client.

How to change /etc/default/LifeKeeper PATH.
Before:
PATH=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-1.el7.x86_64/jre/bin:/opt/LifeKeeper/bin:/bin:/usr/bin:/usr/sbin:/sbin

After:
PATH=/opt/LifeKeeper/lib64/java/jdk-12.0.2/bin:/opt/LifeKeeper/bin:/bin:/usr/bin:/usr/sbin:/sbin

GUI login prompt may not re-appear when reconnecting via a web browser after exiting the GUI

When you exit or disconnect from the GUI applet and then try to reconnect from the same web browser session, the login prompt may not appear.

Workaround: Close the web browser, re-open the browser and then connect to the server. When using the Firefox browser, close all Firefox windows and re-open.

GUI does not immediately update IP resource state after network is disconnected and then reconnected

When the primary network between servers in a cluster is disconnected and then reconnected, the IP resource state on a remote GUI client may take as long as 1 minute and 25 seconds to be updated due to a problem in the RMI/TCP layer.

Java Mixed Signed/Unsigned Code Warning – When loading the LifeKeeper Java GUI client applet from a remote system, the following security warning may be displayed:



Enter “Run” and the following dialog will be displayed:



Block? Enter “No” and the LifeKeeper GUI will be allowed to operate.

Recommended Actions: To reduce the number of security warnings, you have two options:


  1. Check the “Always trust content from this publisher” box and select “Run”. The next time the LifeKeeper GUI Java client is loaded, the warning message will not be displayed.

    or

  2. Add the following entry to your Java “deployment.properties” file to eliminate the second dialog about blocking. The security warning will still be displayed when you load the Java client, however, the applet will not be blocked and the Block “Yes” or “No” dialog will not be displayed. Please note this setting will apply to all of your Java applets.

    deployment.security.mixcode=HIDE_RUN

    To bypass both messages, implement 1 and 2.

steeleye-lighttpd process fails to start if Port 778 and 779 are in use

If a process is using Port 778 and 779 when steeleye-lighttpd starts up, steeleye-lighttpd fails which can cause GUI connect failiures and resource hierarchy extend issues.

Solution: Set the following tunables on all nodes in the cluster and then restart LifeKeeper on all the nodes:


  • Add the following lines to
/etc/default/LifeKeeper:


API_SSL_PORT=port_number
LKAPI_WEB_PORT=port_number


where port_number is the new port to use.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment