INI Files
Add these settings to ServerA's .ini file:
[SyncDbService]
DatabaseRole=PrimaryRole
MyName=ServerA
MaxSecondaries=4
AuditCauseEvents=true
JournalXferBlocksize=128K
JournalXferCompression=true
PrimaryServerName=ServerA
DatabaseSubrole=NativeRole
TrackingDisabled=false
ReadAccessDisabled=false
DumpOnTrackingHalt=false
ReconnectInterval=300
ConnectionPollInterval=30
MaxDeferredTransactions=300
SyncMode=JournalBlockWrite
[ConnectionParams.ServerA]
NetworkSpecification1=TcpIp,Enabled,30010
RestrictedAccess=false
RestrictedHostAccess=false
[ConnectionParams.ServerB]
ServerNodeSpecifications=TcpIp,192.168.0.11,30010
RestrictedAccess=false
RestrictedHostAccess=false
Add these settings to ServerB's .ini file:
[SyncDbService]
DatabaseRole=SecondaryRole
MyName=ServerB
PrimaryServerName=ServerA
ReconnectInterval=300
ConnectionPollInterval=30
TrackingDisabled=false
ReadAccessDisabled=false
AuditCauseEvents=true
JournalXferCompression=true
DumpOnTrackingHalt=false
MaxDeferredTransactions=300
SyncMode=JournalBlockWrite
DatabaseSubrole=NativeRole
MaxSecondaries=16
JournalXferBlocksize=128K
[ConnectionParams.ServerA]
ServerNodeSpecifications=TcpIp,192.168.0.10,30010
[ConnectionParams.ServerB]
NetworkSpecification1=TcpIp,Enabled,30010
RestrictedHostAccess=false
Change this setting in ServerB's .ini file:
[JadeServer]
RunAsService=false
These additional .ini file settings tell JADE that we are now running an Instant Secure system, the names we have given each database participating in the Secure Instant environment and how they can be found.
Note: In this example, ServerA must be able to see port 30010 of ServerB, and ServerB must be able to see port 30010 of ServerA. Make sure any applications are commented out of the INI file on the secondary database server if using a copy of the primary .ini file.
