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

![](/files/-MY30xfTpv4VF3wLykTX)

{% 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
```

![](/files/-MY31zwkIL7R_cXlSnyi)

{% 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
```

![](/files/-MY32t6pFQpVqSMcXwwq)

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oiadocs.cloudfabrix.io/implementer-guide/platform-installation/cfxdimensions-start-stop-order.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
