Install into production
Install FairCom products into production
This page describes how to install FairCom products into production.
Security
Create a valid certificate for each FairCom Edge server.
Configure the certificate for
HTTPS
connections only.Turn on file encryption.
Change the ADMIN password to a secure password.
Add additional user accounts for applications and end users.
Note
Do not allow application and end-user accounts to have admin access or to know the ADMIN password. Ensure each account has a secure password.
Configuration settings
Update the settings in the
ctsrvr.cfg
file to fit production needs.Note
Increase the default topic settings for FairCom Edge and FairCom MQ. There needs to be
62*number
of expected topics. If the persistence settings were changed it will be(retentionPeriod+1)*2
.Verify that the system files limit is at least as high as the
FILES
settings from Step 1.Increase the
DAT_MEMORY
andIDX_MEMORY
settings to allow caching as much of the data you expect to access as possible.Note
Keep this within the footprint of the physical RAM the hardware has available.
Store the
data
,index
, andtranlog
folders on fast local SSD storage.Note
Using a shared or network volume to store these files will dramatically slow down performance.