Skip to Main Content Skip to Search
Home |   Select Country  Choose Country  |  Contact Us  |  Cart Store 
Create Account | Log In
Products & Services Solutions Academia Support User Community Company
spacer spacer spacer spacer spacer spacer

Technical Solutions

How do I delay the heartbeat between the Primary and backup Servers in a redundant setup?


Date Last Modified: Friday, June 26, 2009
Solution ID:   1-3NZFSH
Product:   MATLAB
Reported in Release:   R2006b
Platform:   All Platforms
Operating System:   All OS
 

Subject:

How do I delay the heartbeat between the Primary and backup Servers in a redundant setup?

Problem Description:

I would like to be able to have the heartbeat's between the backup Servers and Primary Server occur less often just in case of a network issue.

Solution:

The HEARTBEAT_INTERVAL keyword can be used in the license.dat file. Below is an example of how the HEARTBEAT_INTERVAL feature can be used:

SERVER host hostid1 port HEARTBEAT_INTERVAL=seconds
SERVER host1 hostid2 port
SERVER host2 hostid3 port

"For a three-server redundant configuration, indicates how long a server waits to receive a heartbeat from another server in the configuration before shutting itself down, where seconds is used in the following equation to calculate timeout:


timeout = (3 x seconds) + (seconds - 1)
If not specified, the default value for seconds is 20, equating to a timeout of 79 seconds. Valid values for seconds are 0 through 120. This parameter is optional and is placed on the first SERVER line in the license file. You must be running
v10.8 vendor daemon to use this parameter."

Please provide feedback to help us improve this Solution
Contact support
E-mail this page
Print this page