Backend Server

More information is also available in the Operational Guide

Analyzer (fsTransform)

The sandbox engine ("fsTransform") processes run on the backend server and also utilize a few services, which should always be running in the background, which is the URL analysis engine and a NSRL whitelist lookup service. This is how it should typically look:



Broker Service (fsBroker)

The broker runs as the “fsiobroker” service and should be looking like this:



Analyzer Service

The analyzer runs as the “fsio” service and should be looking like this:



Restarting the Broker/Analyzer

sudo service fsio stop

sudo service fsio start

sudo service fsiobroker stop

sudo service fsiobroker start


Verifying the status of the Broker/Analyzer

The broker/analyzer have port 22001 and 23001 open:



On This Page
Backend Server