High Availability Guide : HotStandby configuration parameters : Configuration file examples : The solid.ini configuration file
  
The solid.ini configuration file
Below is a sample excerpt of the solidDB® configuration file (solid.ini) for the first HotStandby server:
[Com]
; The first server listens to the network with this
; name
Listen = tcp 1320
[HotStandby]
HSBEnabled=yes
; The first server connects to the second server
; using the following connect string.
Connect = tcp 188.177.166.12 1321
AutoPrimaryAlone=No
[Logging]
LogEnabled=yes
Below is a sample excerpt of the solidDB® configuration file (solid.ini) for the second HotStandby server:
[Com]
; The second server listens to the network using the following
; connect string.Listen = tcp 1321
[HotStandby]
HSBEnabled=yes
; The second server connects to the first server
; using the following connect string.
Connect = tcp 188.177.166.11 1320
AutoPrimaryAlone=No
[Logging]
LogEnabled=yes
See also
Configuration file examples