15.2 Cluster Node Crashing Issue

If you stop the cluster service on a cluster node while running Update 2 OES 2023 Patch or the latest kernel version, the cluster node will crash. To avoid the cluster node from crashing, follow the below steps:

  1. Log in to the node as the root user, then open a terminal console.

  2. Disable the Novell Cluster Service.

    systemctl disable novell-ncs.service

  3. Remove the node from the cluster.

    cluster leave

  4. Ensure that all cluster resources are moved to other cluster node.

  5. Stop the Novell Cluster Service.

    systemctl stop novell-ncs.service

    NOTE:Stopping the Novell Cluster Service leads to cluster node crash.

  6. Reboot the server.

  7. Enable the Novell Cluster Service on the cluster node.

    systemctl enable novell-ncs.service

  8. Apply the Update 3 OES 2023 Patch on the cluster node.

    zypper patch

  9. Reboot the server.