Gerar um relatório sos a partir da linha de comando


O Red Hat Enterprise Linux instala o utilitário de relatório sos com o pacote sos:

[root@host ~]# dnf install sos
...output omitted...
Complete!

A geração do relatório sos requer privilégios de root. Execute o comando sos report para gerar o relatório.

[root@host ~]# sos report
...output omitted...
Press ENTER to continue, or CTRL-C to quit.
 
Optionally, please enter the case id that you are generating this report for []:
...output omitted...
Your sosreport has been generated and saved in:
  /var/tmp/sosreport-host-2022-03-29-wixbhpz.tar.xz
..output omitted...
Please send this file to your support representative.

Quando você fornece qualquer ID de caso de suporte no comando anterior, o relatório é anexado diretamente ao caso de suporte criado anteriormente. Você também pode usar a opção —utility do comando sos report para enviar o relatório ao suporte técnico.

Verifique se o comando sos report criou o arquivo no local anterior.

[root@host ~]# ls -l /var/tmp/
total 9388
-rw-------. 1 root root 9605952 Mar 29 02:09 sosreport-host-2022-03-29-wixbhpz.tar.xz
-rw-r--r--. 1 root root      65 Mar 29 02:09 sosreport-host-2022-03-29-wixbhpz.tar.xz.sha256
...output omitted...

O comando sos clean oculta as informações pessoais do relatório.

[root@host ~]# sos clean /var/tmp/sosreport-host-2022-03-29-wixbhpz.tar.xz*
...output omitted...
Press ENTER to continue, or CTRL-C to quit.
...output omitted...
The obfuscated archive is available at
  /var/tmp/sosreport-host0-2022-03-29-wixbhpz-obfuscated.tar.xz
...output omitted...
Please send the obfuscated archive to your support representative and keep the mapping file private

Referências