Scroll to navigation

SUPPORTCONFIG(8) Support Utilities Manual SUPPORTCONFIG(8)

NAME

supportconfig - Gathers system troubleshooting information

SYNOPSIS

supportconfig [-ACDFJLQabdeghklmpqsuvy][-B string][-E string][-G gpg_uid][-H number][-I number][-M string][-N string][-O string][-P string][-R directory path][-S number][-T seconds][-U URI string][-W string][-X number][-f directory][-i keyword list][-o keyword list][-r srnum][-t directory][-x keyword list]

DESCRIPTION

Creates a tar ball that can be attached to a SUSE service request and/or sent to a SUSE Technical Services engineer. Collects comprehensive system information for troubleshooting and reducing resolution time.

This tool will create a tar ball in the default /var/log directory. Please attach the tar ball to your open service request.

If you cannot attach the tar ball to the service request, then email it to the support engineer assigned to your service request.

DISCLAIMER

Detailed system information and logs are collected and organized in a manner that helps reduce service request resolution times. Private system information can be disclosed when using this tool. If this is a concern, please prune private data from the log files. Several startup options are available to exclude more sensitive information. Refer to the OPTIONS below.

OPTIONS

This screen
Activates all supportconfig functions with additional logging and full rpm verification.
Includes the string in the tar ball filename in the format scc_<string>. See supportconfig.conf(5) under VAR_OPTION_CUSTOM_ARCH for string qualifiers.
Creates a new default /etc/supportconfig.conf
Use defaults; ignore /etc/supportconfig.conf
Contact email address. This is an optional email address that is included in the basic-environment.txt file.
Display available supportconfig feature keywords (case-sensitive) used with -i and -x
The GPG recipient user ID used to encrypt the supportconfig tar ball for more secure uploads.
Limit number of included HA Policy engine files
Default log file line count
If the system has 16TB of memory or more, supportconfig will skip potentially times-consuming systool memory device information. This will override to have it included.
Create a full file listing from '/'
Contact company terminal ID. This is an optional terminal identifier that is included in the basic-environment.txt file.
Contact name. This is an optional contact name that is included in the basic-environment.txt file.
Contact company name. This is an optional company name that is included in the basic-environment.txt file.
Contact phone number. This is an optional phone number that is included in the basic-environment.txt file.
Run in quiet mode, no output
Directory path for supportconfig output files
Limit number of included SAR data and text files. This number applies to the data and text files separately, 30 data and 30 text sar files. Default: 30
Binary execution timeout. Some binaries are executed with a timeout value. If the timeout value is exceeded, supportconfig assumes the binary is unresponsive and continues gathering information.
Sets the upload target URI and initiates an upload. Supported services: ftp, ftps, https, scp
Examples:
supportconfig -r 123456789012 -U ftps://support-ftp.us.suse.com/incoming

Uploads the supportconfig tar ball to SUSE's secure server or ftp server respectively, and includes the open service request number.

You might want to create an ssh trusted host configuration for the scp service. This would allow supportconfig to copy the files to the upload target without being prompted for a password.

The "{TARBALL}" is a reserved case insensitive word that supportconfig replaces with the supportconfig tar ball filename. The upload.php script is code you would have to supply that would receive the connection and copy the file locally. The supportconfig sends a User-Agent string to the HTTP server called "SupportConfig".
Contact company store ID. This is an optional store identifier that is included in the basic-environment.txt file.
Max system logs line count
Upload the tar ball to the specified alternate target VAR_OPTION_UPLOAD_TARGET_ALT. See supportconfig.conf(5) for more details. The following upload services are supported: ftp, ftps, https, scp.
Switch to screen buffer mode. This mode echos the current action, but not a status. Useful for third party applications running supportconfig.
Disables curl checks to SUSE update servers. Helpful for local servers. If the server is registered to SMT or SUSE Manager, they are still checked and would be checked instead of SUSE servers.
Exclude detailed disk information and scans. Disks are still scanned, but this switch attempts to minimize the disk scans.
Disables extended scaling. By default extended scaling is disabled. However, if more than EXT_SCALING_PID_LIMIT PIDs are running or more than EXT_SCALING_IRQ_LIMIT IRQs are active or commands take longer than EXT_SCALING_EXEC_LIMIT seconds/nanoseconds to run, extended scaling will instruct supportconfig to exclude pmap and name space comparison data for all running PIDs and disable gathering IRQ data. Any limit exceeded will scale back supportconfig. To force supportconfig to gather the data, use -e. If you disable extended scaling, busy systems may take a long time to gather supportconfig data.
From directory. Don't collect report files, just use files in that directory. This option is most often used in connection with -t <target_directory> and the YaST support module. If a regular directory is used, supportconfig looks for the most recent supportconfig archive directory and uses it. If a valid supportconfig directory is specified, it is used.
Use gzip instead of the default bzip2 compression.
Include keywords. A comma separated list of feature keywords that specify which features to include. Use -F to see a list of valid keywords. Do not use spaces and keywords are case-sensitive.
Example:
supportconfig -i BOOT,aFSLIST,pgroupwise
Disable automatic kernel module loading. Some of the system commands (ie hwinfo), automatically load kernel modules for probing purposes. On rare occasions these additional kernel modules have caused unexpected behavior. This option will not run any system command that is known to load kernel modules. Do not use this option, unless directed by NTS.
Includes all log file lines. Gathers additional rotated logs. Includes commented lines in all configuration files.
Only gather a minimum amount of info: basic env, basic health, hardware, rpm, messages, y2logs
Toggle keywords on or off. A comma separated list of feature keywords that changes the feature state opposite it's current state. For example, if OPTION_LVM is set, -o LVM will turn it off. If OPTION_LVM is not set, -o LVM will turn it on.
Disable all plugin execution
Add a unique identifier to the supportconfig tar ball filename. You usually do not need this, as hostnames, date and times are unique enough within an organization. However, when uploading to a central public repository, it should be included.
Includes the service request number in the basic-environment.txt file and the tar ball filename. Use this option when uploading (-u) tar balls to SUSE.
Include full SLP service lists
Target directory. Just save log files here, do not create tarball.
Uploads the supportconfig tar ball to the specified VAR_OPTION_UPLOAD_TARGET. See supportconfig.conf(5) for more details. The following upload services are supported: ftp, ftps, https, scp.
Performs an rpm -V for each installed rpm.
Enable verbose wait trace logging. Shows the start and stop times of each command supportconfig is running.
Excludes the specified keywords. A comma separated list of feature keywords that specify which features to exclude. Use -F to see a list of valid keywords. Do not use spaces and keywords are case-sensitive.
Example:
supportconfig -x aFSLIST,X,SMART
Gathers full YaST log files.

ENVIRONMENT

SC_CONF

You can use the SC_CONF environment variable to specify an alternate configuration file path.
Example: export SC_CONF=/opt/supportconfig.conf

FILES

/etc/supportconfig.conf

The supportconfig configuration file. See supportconfig.conf(5) for further details.
/usr/lib/supportconfig/plugins
The supportconfig plugin directory. See PLUGINS below for further details.

PLUGINS

You can include your own scripts or applications with the supportconfig tar ball. Simply create the /usr/lib/supportconfig/plugins directory, and copy your script file there. The plugin will be executed, but not sourced into the supportconfig environment. This means you won't have access to the functions and variables in supportconfig. Any file with execute permissions that sends it's output to the stdout and stderr is supported.

For example, say you want to include the pstree output with the supportconfig. Do the following,

1. mkdir -p /usr/lib/supportconfig/plugins

2. cp -a /usr/bin/pstree /usr/lib/supportconfig/plugins/

3. The output will be in the plugin-pstree.txt file.

Supportconfig will include a text file called plugin-myscript.txt in it's tar ball after executing myscript, where myscript is your plugin filename. If you don't want to include plugins, just run supportconfig with the -p parameter.

REPORTING BUGS

Please submit bug fixes or comments via: http://en.opensuse.org/Supportutils#Reporting_Bugs

AUTHOR

Jason Record <jason.record@suse.com>

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>.

SEE ALSO

supportconfig.conf(5) supportconfig.rc(3)

09 Feb 2024 supportutils