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

Chapter 3. Troubleshooting a cluster


To begin troubleshooting a Red Hat build of MicroShift cluster, first access the cluster status.

3.1. Checking the status of a cluster

You can check the status of a MicroShift cluster or see active pods by running a simple command. Given in the following procedure are three commands you can use to check cluster status. You can choose to run one, two, or all commands to help you retrieve the information you need to troubleshoot the cluster.

Procedure

  • You can check the system status, which returns the cluster status, by running the following command:

    $ sudo systemctl status microshift

    If MicroShift is failing to start, this command returns the logs from the previous run.

  • Optional: You can view the logs by running the following command:

    $ sudo journalctl -u microshift
Note

The default configuration of the systemd journal service stores data in a volatile directory. To persist system logs across system starts and restarts, enable log persistence and set limits on the maximum journal data size.

  • Optional: If MicroShift is running, you can see active pods by entering the following command:

    $ oc get pods -A
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.

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 oBlog 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.

© 2024 Red Hat, Inc.