# PMK Stack Restart

## Problem

There is a need to restart the PMK stack on one or more hosts.

## Environment

* Platform9 Managed Kubernetes - v4.0 and Higher

## Procedure

Execute the following command on the target Host.

{% tabs %}
{% tab title="Bash" %}

```bash
# systemctl stop pf9-hostagent pf9-nodeletd 
# /opt/pf9/nodelet/nodeletd phases stop 
# systemctl start pf9-hostagent
```

{% endtab %}
{% endtabs %}

{% hint style="warning" %}
**Warning**

To prevent ETCD quorum loss, ensure that the PMK stack has successfully restarted on the target master node before proceeding to the next.
{% endhint %}


---

# 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://platform9.com/kb/pmk/solutions/pmk-stack-restart.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.
