Este conteúdo não está disponível no idioma selecionado.

Chapter 33. Removing the cluster configuration


Permanently remove all Pacemaker and Corosync cluster configuration from a system when a cluster is no longer needed or must be rebuilt from scratch.

Prerequisites

  • You have root access or a non-root user account with sudo privileges.
  • The pcs command-line tool is installed.
Important

Removing the cluster configuration is irreversible. After completion, the node is no longer part of any cluster and cannot be recovered without reconfiguration.

Procedure

  1. Optional: Stop the cluster cleanly on the node.

    # pcs cluster stop
    Copy to Clipboard Toggle word wrap

    Stopping the cluster reduces the risk of incomplete cleanup.

  2. Remove all cluster configuration and disable cluster services.

    # pcs cluster destroy
    Copy to Clipboard Toggle word wrap

Verification

  1. Verify that cluster services are no longer running.

    # pcs status
    Copy to Clipboard Toggle word wrap

    If the cluster is removed successfully, the command reports that no cluster is configured.

  2. Optional: Confirm that cluster services are stopped.

    # systemctl status pacemaker corosync
    Copy to Clipboard Toggle word wrap

    Both services should be inactive or not found.

Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2026 Red Hat
Voltar ao topo