The configuration of the main/backup functionality is done in the Main/Backup configuration file.
Location: <WorkspaceDirectory>\ConfigFiles\nxaXLinkg.40.cfg.
Within this configuration, all main/backup settings are specified. Each parameter is identified with a name. The name is case-insensitive (i.e. capitalization is not considered). The scope indicates the allowed values of the parameter. The default value specifies the values that is used when no value is set by the user.
Parameter | Description | Scope | Unit | Default value |
---|---|---|---|---|
Redundancy | If true, the main/backup functionality will be activated. | ON/OFF | None | OFF |
MainServerIPAddress | The IP address (e.g. 192.168.1.100) of the network interface of the main server. | IP address | None | None |
BackupServerIPAddress | The IP address (e.g. 192.168.1.100) of the network interface of the backup server. | IP address | None | None |
MainServerPort | The TCP port used for TLS connection to the main server. | 1-65535 | None | 14732 |
BackupServerPort | The TCP port used for TLS connection to the backup server. | 1-65535 | None | 14732 |
Password | TLS connection password for second server. | ON/OFF | None | None |
PIN | TLS connection PIN of this server. | ON/OFF | None | None |
ConnectionTimeout | Specifies the timeout for a detecting a lost connection to the second server. If the second server does not response within the given time interval, it will assume that the second server is down. | 1-600 | None | 10 |