The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.

8.1.1 Configuring and Using sosreport

If the sos package is not already installed on your system, use yum to install it.

Use the following command to list the available plugins and plugin options.

# sosreport -l
The following plugins are currently enabled:

acpid            acpid related information
anaconda         Anaconda / Installation information
.
.
.
The following plugins are currently disabled:

amd                Amd automounter information
cluster            cluster suite and GFS related information
.
.
.
The following plugin options are available:
apache.log             off gathers all apache logs
auditd.syslogsize      15 max size (MiB) to collect per syslog file
.
.
.

See the sosreport(1) manual page for information about how to enable or disable plugins, and how to set values for plugin options.

To run sosreport:

  1. Enter the command, specifying any options that you need to tailor the report to report information about a problem area.

    # sosreport [options ...]

    For example, to record only information about Apache and Tomcat, and to gather all the Apache logs:

    # sosreport -o apache,tomcat -k apache.log=on
    
    sosreport (version 2.2)
    .
    .
    .
    Press ENTER to continue, or CTRL-C to quit.

    To enable all boolean options for all loaded plugins except the rpm.rpmva plugin that verifies all packages, and which takes a considerable time to run:

    # sosreport -a -k rpm.rpmva=off

  2. Type Enter, and enter additional information when prompted.

    Please enter your first initial and last name [email_address]: AName
    Please enter the case number that you are generating this report for: case#
    
      Running plugins. Please wait ...
    
      Completed [55/55] ...      
    Creating compressed archive...
    
    Your sosreport has been generated and saved in:
      /tmp/sosreport-AName.case#-datestamp-ID.tar.xz
    
    The md5sum is: checksum
    
    Please send this file to your support representative.

    sosreport saves the report as an xz-compressed tar file in /tmp.

For more information, see the sosreport(1) manual page.