This Knowledgebase article provides information about how to synchronize time between the active and passive servers in a Neverfail server pair/trio running Neverfail Heartbeat/Engine v6.7 and later.
The following procedure demonstrates how to create the task necessary to synchronize time between the active and passive servers in a Neverfail server pair running Neverfail Heartbeat/Engine v6.7 and later. To synchronize the time between the servers, follow the steps below.
Procedure
Create the following .bat file:
SyncTime.bat - consisting of the following script:
echo off
nfcmd localhost getsingle Controller ActiveServer | find "<ServerIdentityInAllUpperCase>"
if %errorlevel%==0 goto End
net use \\<Remote_Server_Channel_IP_Address> /user:<Full_Domain_Name>\<Admin_Account> <password>
net time \\<Remote_Server_Channel_IP_Address> /set /y
goto End
:End
IMPORTANT NOTE: If the script is used with Neverfail Engine 7.0 and later you will need to disable the SkipAsSource policy for the Channel connection. To do this, please stop Neverfail Engine on each server in the pair/trio, open Neverfail Configure Server Wizard UI and under the Channel section set the SkipAsSource to "Never Skip" and then click the Finish button to save the change.
Neverfail Heartbeat/Engine v6.7 and Later
None
KBID-1551