cfxDimensions Start, Stop order
cfxDimensions infra, platform, application services start, stop order
This section explains how to safely start and stop the cfxDimensions infrastructure, platform & application services.
Starting cfxDimensions Services: Order of steps (Infrastructure, Platform & Application services)
Login into cfxDimensions platform VM using SSH client as 'macaw' user for CLI access and start the below services in sequence.
Infrastructure Services
Platform Services
Application Services
Starting cfxDimensions platform infrastructure services:
macaw infra startVerify cfxDimensions platform's infrastructure services status and make sure all of them are up & running.
macaw infra status
macaw platform startVerify cfxDimensions platform's platform services status and make sure all of them are up & running.
macaw platform status
macaw services startVerify cfxDimensions platform's application services status and make sure all of them are up & running.
macaw services status
Stopping cfxDimensions Services: Order of steps (Application, Platform & Infrastructure services)
Login into cfxDimensions platform VM using SSH client as 'macaw' user for CLI access and stop the below services in sequence.
Application Services
Platform Services
Infrastructure Services
To stop cfxDimensions platform's Application services, run the below command. Wait until all of the services are stopped.
macaw services stopmacaw services statusTo stop cfxDimensions platform's Platform services, run the below command. Wait until all of the services are stopped.
macaw platform stopmacaw platform statusTo stop cfxDimensions platform's Infrastructure services, run the below command. Wait until all of the services are stopped.
macaw infra stopmacaw infra statusLast updated