If replication is running, it is advisable to stop replication before stopping the server. If replication is running, you may see error 792 (External server shutdown disabled), although replication should be able to handle an unexpected server shutdown. More information on the FairCom replication technology can be found in the Replication Manager User Guide.
By default, the FairCom Server requires an administrator password to initiate a server shutdown on Windows. The default (and permanent) administrator account is ADMIN with an initial default password of ADMIN.
The Windows Service does not require the administrator password as it is assumed the FairCom Server is running under administrative privileges.
The FairCom Server can be stopped using any of these procedures:
<faircom>\tools\ctstop.exe
Unix, Linux, and Mac OS X users can use the included stop scripts to initiate a server shutdown. The script will be in the following location:
<faircom>/server/stopserver
This script is provided as a "C" shell script and will work in most Unix shell environments. You are free to modify and tailor it to suit your local requirements.
Warning: These scripts must be run from the folder that contains them.
Other ways of stopping the FairCom Server are as follows:
<faircom>\tools\ctstop
ps -e | grep faircom
If the FairCom Server process is running, you will see it ("faircom" in the example below). Note that older versions of the FairCom products called the process "ctreesql" or "ctreeedge".
7288 pts/0 00:00:06 faircom
#kill <ctree PID>
Use "kill 7288" in this example.