# pf9-muster Service is in Dead State

## Problem

*pf9-muster* service is seen to be in a dead state.

## Environment

* Platform9 Managed Kubernetes - All Versions

## Answer

*pf9-muster* is NOT a *systemctl* service as it runs as a *init.d* process.

{% tabs %}
{% tab title="Status Check via Systemctl" %}

```bash
$ systemctl status pf9-muster
● pf9-muster.service - LSB: Muster
   Loaded: loaded (/etc/rc.d/init.d/pf9-muster; bad; vendor preset: disabled)
   Active: inactive (dead)
     Docs: man:systemd-sysv-generator(8)
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Status Check via init.d" %}

```bash
$ /etc/init.d/pf9-muster status
pf9-muster (pid  16502) is running...
```

{% endtab %}
{% endtabs %}

###


---

# 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/generic/frequently-asked-questions/pf9-muster-service-is-in-dead-state.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.
