formations/slides/modules_EOLE_envole/tronc-commun-1/trouver.tex

19 lines
747 B
TeX
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\begin{frame}
\frametitle{Trouver de l'information sur le serveur}
\begin{itemize}
\item Les journaux sont remontés sur le maître en mode conteneur ;
\item les journaux locaux sont maintenant dans /var/log/rsyslog/local/ ;
\item possibilité dagréger des logs de serveurs distants dans /var/log/rsyslog/remote/ ;
\item principaux journaux :
\begin{itemize}
\item kernel/ : tous les messages du noyau ;
\item auth/ : contient les connexions des utilisateurs ;
\item cron/ : fichier log du service cron (planificateur système).
\end{itemize}
\item \commande{systemctl status <unit>} ;
\item \commande{journalctl [-f] -u <unit>} ;
\item \commande{diagnose} ;
\item \commande{gen\_rpt}.
\end{itemize}
\end{frame}