solidDB Help : Configuring and administering : Configuring and administering HotStandby : Configuration file examples : The solid.ini configuration file
  
The solid.ini configuration file
The following text is a sample excerpt of the solidDB configuration file (solid.ini) for the first HotStandby (HSB) 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
The following text is a sample excerpt of the solidDB configuration file (solid.ini) for the second HSB 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
Go up to
Configuration file examples