Start and stop components
Here’s how to start and stop Liberator, Transformer, and integration adapters on a server machine.
In the following steps you’ll be using the For a list of |
Starting components
To start all the deployed core components (Liberator, Transformer) and all the Adapter blades that you’ve activated, use the dfw start command:
./dfw start
./dfw start servers
./dfw start Liberator
./dfw start Transformer
./dfw start <bladename1> <bladename2> ...
If the platform components and Adapter blades are deployed on more than one server machine, run the start
command on each of the machines where the target core components and/or blades are located.
When you’ve changed the configuration of a production system, we recommend that you run the dump
command immediately, before restarting the system. The most up-to-date configuration data will then be readily available if Caplin Support need it to help fix a problem with your running system. If you don’t run dump
before restarting, you’ll have to stop the running system to get the configuration needed to diagnose a fault, or copy the configuration manually from the various directories where it’s located.
If your Platform deployment is Windows-based deployment and the core components and Adapter blades are deployed on more than one server machine, before you start everything up, first add all the ports used for the components to the Windows Firewall exceptions on each machine. This will make sure that Windows Firewall doesn’t reject connection requests when the components and Adapters start up. |
Stopping components
To stop all the deployed core components (Liberator, Transformer) and all the Adapter blades that you’ve activated, use the dfw stop command:
./dfw stop
./dfw stop servers
./dfw stop Liberator
./dfw stop Transformer
./dfw stop <bladename1> <bladename2> ...
If the platform components and Adapter blades are deployed on more than one server machine, you’ll need to run the stop
command on each of the machines where the target core components and/or blades are located.
Clean stop
To stop active Caplin Platform components and delete their log files, run the dfw dfw clean command.
./dfw clean
./dfw clean servers
Clean stop and restart
To stop, clean, and restart active Caplin Platform components on the host, run the dfw cleanstart command.
./dfw cleanstart
./dfw cleanstart servers
If the platform components and Adapter blades are deployed on more than one server machine, you need to run the clean
or cleanstart
command on each of the machines where the target core components and/or blades are located.