How to Prevent Neverfail Engine Failover to an Isolated Passive Server

How to Prevent Neverfail Engine Failover to an Isolated Passive Server

Summary

This Knowledgebase article provides the procedure to configure Neverfail Continuity Engine to prevent failover to an isolated passive server.

More Information

With the Primary (active) and Secondary (passive) server configured for High Availability, should passive server become isolated due to communications failure with the active server long enough to initiate a failover, the failover may result in a Split-brain scenario.

To prevent a Split-brain scenario from occurring, create a Pre-start task to verify communications between the Secondary (newly active) server and a destination that is external to the local network. 

To create a user defined Pre-start task:

  1. Create a script file consisting of the following:

    Note: Neverfail recommends the script file be located in a protect folder to ensure identical scripts are located on both the Primary and Secondary servers.

    ping 8.8.8.8 | find "TTL" || net stop nfserverr2 && net start nfserverr2

  2. Navigate to the Tasks page of the Engine Management Service user interface.
  3. Click Add at the lower right of the pane. The Add Task dialog appears.
  4. Type a Name for the task into the text box.
  5. Select the Task Type from the drop-down list. The Task type selected should be Pre-Start.
  6. In the Command text box, type in the path or browse to the script file for the task to perform.

    Note:
    When the Command entry requires specific user credentials, you must select that user from the Run As drop-down list.
  7. Select from the options presented in the Run As drop-down list (typically includes local and administrator accounts).
  8. Click OK to add the task. 

Applies To

Neverfail Continuity Engine

Related Information

None 

KBID-2967  

 

 

    • Related Articles

    • Continuity Engine Switchover/Failover Processes

      This article discusses Switchovers and Failovers, their similarities and differences. It also discusses a condition called False Failover, which can result in a Split Brain Syndrome. Learning objectives At the end of the session you should be able ...
    • How to Recover from a Neverfail Continuity Engine Failover

      Summary  This Knowledgebase article provides information about the failover process and how to recover from a failover.  More Information A failover should not be confused with a switchover. A switchover is a controlled switch (initiated from the ...
    • Check Continuity Engine Server Status

      This article describes how to check server status by reviewing several indicators, including the system tray icon, the Server Details page and Applications page in EMS, and Windows services. Check Server Status Learning objectives At the end of the ...
    • Neverfail for SQL Server Plug-in Version 201.5.13 - Release Notes

      Summary This Knowledgebase article provides information about this specific release of the Neverfail for SQL Server Plug-in V201.5.13 What's new Changes since previous version: Support for SQL Server 2017 editions Added an option to include the SQL ...
    • Continuity Engine Troubleshooting - Two Active or All Passive Servers

      This session introduces you to resolving unexpected occurrences where two servers are active or all the servers are passive. Neverfail Continuity Engine is designed to operate with one server active, while the other server or servers are passive.  ...