Following are the steps to run and monitor the Infoworks services:
Navigate to the /bin directory in the Infoworks Home folder (/opt/infoworks/ by default), and execute the following commands respectively:
Starting Infoworks Services
If you are not logged in as Infoworks user, use the following commands:
# sudo -u <INFOWORKS-USER>
./start.sh <component-name>
If you are logged in to shell as Infoworks user: ./start.sh <component-name>
, where <component-name>
can be one of the following:
Starting Infoworks Orchestrator
If you are not logged in as Infoworks user, use the following commands: # sudo -u <INFOWORKS-USER>
./start.sh orchestrator
If you are logged in to the shell as Infoworks user: $ ./start.sh orchestrator
Stopping Infoworks Services
If you are not logged in as Infoworks user, use the following commands: # sudo -u <INFOWORKS-USER>
./stop.sh <component-name>
If you are logged in to the shell as Infoworks user: $ ./stop.sh <component-name>
Stopping MongoDB Services
If you are not logged in as Infoworks user, use the following commands: # sudo -u <INFOWORKS-USER>
./stop.sh mongo
If you are logged in to the shell as Infoworks user: $ ./stop.sh mongo
Stopping Orchestrator Services
If you are not logged in as Infoworks user, use the following commands: # sudo -u <INFOWORKS-USER>
./stop.sh orchestrator
If you are logged in to the shell as Infoworks user: $ ./stop.sh orchestrator
Monitoring Status of All Infoworks Services
If you are not logged in as Infoworks user, use the following commands:
# sudo -u <INFOWORKS-USER>
./status.sh
If you are logged in as Infoworks user: $ ./status.sh