Starting the Services on the Container

If running the All-in-one container, once the services are configured, the services can be started in this order.

  1. VCDx: service directory sentinel-vcdx

  2. VGS: service directory sentinel-vgsx

  3. xDeTECH VGS Tester: service directory sentinel-vgsx-tester

  4. xDeTECH Web App: service directory sentinel-webapp

For the first 3 services run the start-up scripts ./{service directory}/bin/startup.sh &.

Example: ./sentinel-vcdx/bin/startup.sh &.

For the web app:

  1. Navigate to the sentinel-webapp directory, for example cd sentinel-webapp

  2. Enter node app.js

Starting the VCDx GPU Container

Info

The vcdx-gpu deployment requires nvidia-smi to be installed on the host machine.

To start the vcdx-gpu container, use the command:

docker run -t -d -p 8099:8099 --gpus device=0 055116872942.dkr.ecr.us-west-2.amazonaws.com/daon/sentinel-on-prem:vcdx-gpu-0fbe7c3

Where the port, container version, and optional environment variables will change depending on your deployment.