[PYTHON] sosreport Japanese translation

Introduction

The following is a Japanese translation of the manpage about the sosreport command included in the sos package provided by Redhat OS, and is created based on the English version of the manpage of sos-3.3-5.el7.centos.noarch. ..

Please point out any translation errors.

please note

The sos package is provided under GPLv2. Reprinting and reprinting is free, but please note that this article will also be GPLv2 compliant.

name

sosreport-collect and package diagnostic and support data

SYNOPSIS

       sosreport
                 [-l|--list-plugins]
                 [-n|--skip-plugins plugin-names]
                 [-e|--enable-plugins plugin-names]
                 [-o|--only-plugins plugin-names]
                 [-a|--alloptions] [-v|--verbose]
                 [-k plug.opt|--plugin-option plug.opt]
                 [--no-report] [--config-file conf]
                 [--batch] [--build] [--debug]
                 [--name name] [--case-id id] [--ticket-number nr]
                 [-s|--sysroot SYSROOT]
                 [-c|--chroot {auto|always|never}
                 [--tmp-dir directory]
                 [-p|--profile profile-name]
                 [--list-profiles]
                 [--verify]
                 [--log-size]
                 [--all-logs]
                 [-z|--compression-type method]
                 [--experimental]
                 [-h|--help]

DESCRIPTION

sosreport generates an archive of configuration and diagnostic information from the running system. The archive may be stored locally or centrally for recording or tracking purposes or may be sent to technical support representatives, developers or system administrators to assist with technical fault-finding and debugging.

sosreport generates an archive of configuration and diagnostic information from a running system. Archives can be stored locally or centrally for recording or tracking

Sos is modular in design and is able to collect data from a wide range of subsystems and packages that may be installed. An XML or HTML report summarizing the collected information is optionally generated and stored within the archive.

Sos has a modular design that allows you to collect data from a variety of installable subsystems and packages. Arbitrarily generate an XML or HTML report that summarizes the collected information and store it in the archive.

OPTIONS

List all available plugins and their options. Plug-ins that would not be enabled by the current configuration are listed separately.

Disable the specified plugin(s). Multiple plug-ins may be specified by repeating the option or as a comma-separated list.

Enable the specified plugin(s). Multiple plug-ins may be specified by repeating the option or as a comma-separated list.

Enable the specified plugin(s) only (all other plugins should be disabled). Multiple plugins may be specified by repeating the option or as a comma-separated list.

Specify plug-in options. The option PLUGOPT is enabled, or set to the specified value in the plug-in PLUGNAME.

Set all boolean options to True for all enabled plug-ins.

Increase logging verbosity. May be specified multiple times to enable additional debugging messages.

Only log fatal errors to stderr.

Disable HTML/XML report writing.

Specify alternate configuration file.

Specify an alternate root file system path. Useful for collecting reports from containers and images.

Set the chroot mode. When --sysroot is used commands default to executing with SYSROOT as the root directory (unless disabled by a specific plugin). This can be overriden by setting --chroot to "always" (alwyas chroot) or "never" (always run in the host namespace).

Specify alternate temporary directory to copy data as well as the compressed report.

Display a list of available profiles and the plugins that they enable.

Only run plugins that correspond to the given profile. Multple profiles may be specified as a comma-separated list; the set of plugins executed is the union of each of the profile's plugin sets. Currently defined profiles include: boot, cluster, desktop, debug, hardware, identity, network, openstack, packagemanager, security, services, storage, sysmgmt, system, performance, virt, and webserver.

Instructs plugins to perform plugin-specific verification during data collection. This may include package manager verification, log integrity testing or other plugin defined behaviour. Use of --verify may cause the time taken to generate a report to be considerably longer.

Places a global limit on the size of any collected set of logs. The limit is applied separately for each set of logs collected by any plugin.

Tell plugins to collect all possible log data ignoring any size limits and including logs in non-default locations. This option may significantly increase the size of reports.

Override the default compression type specified by the active policy.

Generate archive without prompting for interactive input.

Specify a name to be used for the archive.

Specify a case identifier to associate with the archive. Identifiers may include alphanumeric characters, commas and periods ('.'). Synonymous with --ticket-number.

Specify a ticket number or other identifier to associate with the archive. Identifiers may include alphanumeric characters, commas and periods ('.'). Synonymous with --case-id.

Do not archive copied data. Causes sosreport to leave an uncompressed archive as a temporary file or directory tree.

Enable interactive debugging using the python debugger. Exceptions in sos or plug-in code will cause a trap to the pdb shell.

Enable plugins marked as experimental. Experimental plugins may not have been tested for this port or may still be under active development.

Display usage message.

Finally

We would like to thank the authors of the sosreport and the authors of the English manpage.

Recommended Posts

sosreport Japanese translation
man systemd Japanese translation
streamlit explanation Japanese translation
streamlit tutorial Japanese translation
man systemd.service Japanese translation
man nftables Japanese translation
Dockerfile reference Japanese translation
docker-compose --help Japanese translation
docker help Japanese translation
docker build --help Japanese translation
Japanese translation of sysstat manual
Japanese translation of Linux manual
docker run --help Japanese translation
Biopython Tutorial and Cookbook Japanese translation (4.3)
Japanese translation of the e2fsprogs manual
Compose file version 3 reference Japanese translation
Biopython Tutorial and Cookbook Japanese translation (4.1)
Biopython Tutorial and Cookbook Japanese translation (4.5)
Biopython Tutorial and Cookbook Japanese translation (4.8)
Biopython Tutorial and Cookbook Japanese translation (4.7)
Japanese translation of the man-db manual
Appropriate Japanese translation of pytorch tensor_tutorial
Biopython Tutorial and Cookbook Japanese translation (4.9)
Biopython Tutorial and Cookbook Japanese translation (4.6)
Japanese translation of the util-linux manual
Biopython Tutorial and Cookbook Japanese translation (4.2)
Biopython Tutorial and Cookbook Japanese translation (4.4)
Japanese translation of the iproute2 manual
Apache Spark Document Japanese Translation --Submitting Applications
[Google App Engine] User Objects (Japanese translation)
Getting started: 30 seconds to Keras Japanese translation
Biopython Tutorial and Cookbook Japanese translation (Chapter 1, 2)
Japanese translation: PEP 20 --The Zen of Python
Getting started with Keras Sequential model Japanese translation
Apache Spark Document Japanese Translation --Cluster Mode Overview