SOS Report - Mellanox/mlxsw GitHub Wiki
Table of Contents
SOS Report
In order to successfully perform troubleshooting some information should
be gathered from the system. To that end, the sosreport
tool can be
used. The tool collects configuration details and diagnostic information
from the system.
It is recommended to create the report as root using the kernel
,
networking
and teamd
plugins:
$ sosreport -o kernel -o networking -o teamd
The command will produce a compressed archive in /var/tmp
that should
be provided to the support representative.
Further Resources
- man sosreport