GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ovs-bugtool(8) Open vSwitch Manual ovs-bugtool(8)

ovs-bugtool - Open vSwitch bug reporting utility

ovs-bugtool

Generates a debug bundle with useful information about Open vSwitch on this system and places it in /var/log/ovs-bugtool.

These options influence what categories of data ovs-bugtool collects.

Collect the capabilities specified in the comma-separated list.
Collect all available capabilities.
In addition to Open vSwitch configuration and status, ovs-bugtool can collect a variety of relevant system information. This option limits collection to Open vSwitch-specific categories.
Include the logs with last modification time in the previous days days in the debug bundle. The number of log files included has a big impact on the eventual bundle size. The default value is 20 days.

Answer yes to all prompts.
Writes the categories that ovs-bugtool can collect on stdout in XML, then exits.

These options influence the format and destination of ovs-bugtool output.

Generates a debug bundle with the specified file type. Options include tar, tar.gz, tar.bz2, and zip.
Write output to file. Mutually exclusive with --outfd.
Write output to file descriptor fd. This option must be used with --output=tar.
Do not exclude files which are too large. Also skip checking free disk space. By default up to 90 percent of the free disk space can be used.
Print verbose debugging output.


Suppress most output to stdout.
Print a summary of ovs-bugtool usage to stdout, then exit.

Here's a collection of some commonly useful options:

ovs-bugtool -y -s --output=tar.gz --outfile=/var/log/bugtool-report.tgz

ovs-bugtool makes many assumptions about file locations and the availability of system utilities. It has been tested on Debian and Red Hat and derived distributions. On other distributions it is likely to be less useful.

2.17.12 Open vSwitch

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.