# cfxDimensions 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 start
```

Verify cfxDimensions platform's infrastructure services status and make sure all of them are up & running.&#x20;

```
macaw infra status
```

![](https://4260296531-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MAygHzNCQ33zRR43qxF%2F-MY309hvqBFB2MclxnKR%2F-MY30xfTpv4VF3wLykTX%2FScreen%20Shot%202021-04-11%20at%208.01.58%20PM.png?alt=media\&token=9f190420-e335-4837-b287-39c6fe8789c7)

{% hint style="info" %}
Please wait for 60 to 90 seconds before starting cfxDimensions platform's platform services
{% endhint %}

```
macaw platform start
```

Verify cfxDimensions platform's platform services status and make sure all of them are up & running.&#x20;

```
macaw platform status
```

![](https://4260296531-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MAygHzNCQ33zRR43qxF%2F-MY309hvqBFB2MclxnKR%2F-MY31zwkIL7R_cXlSnyi%2FScreen%20Shot%202021-04-11%20at%208.06.46%20PM.png?alt=media\&token=486ad0b2-2b02-4193-9cfc-85f27c7eb2f7)

{% hint style="info" %}
Please wait for 60 to 90 seconds before starting cfxDimensions platform's application services
{% endhint %}

```
macaw services start
```

Verify cfxDimensions platform's application services status and make sure all of them are up & running.&#x20;

```
macaw services status
```

![](https://4260296531-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MAygHzNCQ33zRR43qxF%2F-MY324_-rDA3yCFOfG1O%2F-MY32t6pFQpVqSMcXwwq%2FScreen%20Shot%202021-04-11%20at%208.10.49%20PM.png?alt=media\&token=d13c6e32-1bef-4e35-bf35-a70e23bd4447)

### 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 stop
```

```
macaw services status
```

To stop cfxDimensions platform's Platform services, run the below command. Wait until all of the services are stopped.

```
macaw platform stop
```

```
macaw platform status
```

To stop cfxDimensions platform's Infrastructure services, run the below command. Wait until all of the services are stopped.

```
macaw infra stop
```

```
macaw infra status
```
