Windows
The FCAS installation places an FCAS executable in the FCAS folder with this icon:
To start FCAS, double-click this icon, or a desktop shortcut to it. The FCAS console opens. When the console displays "FCAS initialized and ready", you are ready to use FCAS.
Mac and Linux
The FCAS installation places an FCAS executable called fcasd in the FCAS folder. You can start fcasd directly using fcasd -d, but we recommend that you use the fcasctl shell script provided.
The fcasctl shell script lets you manually start, stop, and check the status of FCAS. To run fcasctl:
1 Open a Terminal window.
2 Type /usr/sbin/fcasctl and end with one of these commands:
To |
Use this command |
Start FCAS. |
start |
Shut down FCAS normally. |
stop |
Stop FCAS immediately. |
force |
Check whether FCAS is running. |
status |
List fcasctl commands. |
help |
Note
If prompted for a password, type the fcadmin user's password.
|