1RHSM-DEBUG(8) RHSM Debug Tool RHSM-DEBUG(8)
2
3
4
6 rhsm-debug - Compiles information about system's entitlements, prod‐
7 ucts, and identity used by Red Hat Subscription Manager.
8
9
11 rhsm-debug module [options]
12
13
15 rhsm-debug compiles information about system's entitlements, products,
16 and identity used by Red Hat Subscription Manager.
17
18
20 rhsm-debug has specific options available for each module, depending on
21 what operation is being performed. The currently supported modules are:
22
23
24 1. system
25
26
27
28 COMMON OPTIONS
29 -h, --help
30 Prints the specific help information for the given command.
31
32
33 --proxy=PROXY
34 Uses an HTTP proxy. The PROXY name has the format hostname:port.
35
36
37
38 --proxyuser=PROXYUSERNAME
39 Gives the username to use to authenticate to the HTTP proxy.
40
41
42 --proxypassword=PROXYPASSWORD
43 Gives the password to use to authenticate to the HTTP proxy.
44
45
46
47 SYSTEM OPTIONS
48 The system command pulls in debug information off of the current system
49
50
51 --destination=DESTINATION
52 The directory to place the resulting debug data. The default is
53 /tmp.
54
55
56 --no-archive
57 Generates an uncompressed directory instead of a gzipped file.
58
59
60 --sos Excludes data files that are also collected by the sosreport
61 tool.
62
63
65 This tool is part of Red Hat Subscription Manager. To file bugs against
66 this command-line tool, go to <https://bugzilla.redhat.com>, and select
67 Red Hat > Red Hat Enterprise Linux > subscription-manager.
68
69
70
72 William Poteat<wpoteat@redhat.com>. The rhsm-debug tool was written by
73 William Poteat.
74
75
77 Copyright (c) 2012 Red Hat, Inc. This is licensed under the GNU General
78 Public License, version 2 (GPLv2). A copy of this license is available
79 at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
80
81
82
83 RHSM-DEBUG(8)