Generate Reports
The spacewalk-report
command is used to produce a variety of reports.
These reports can be helpful for taking inventory of your subscribed systems, users, and organizations.
Using reports is often simpler than gathering information manually from the SUSE Manager Web UI, especially if you have many systems under management.
To generate reports, you must have the spacewalk-reports
package installed.
The spacewalk-report
command allows you to organize and display reports about content, systems, and user resources across SUSE Manager.
You can generate reports on:
-
System Inventory: list all the systems registered to SUSE Manager.
-
Patches: list all the patches relevant to the registered systems. You can sort patches by severity, as well as the systems that apply to a particular patch.
-
Users: list all registered users and any systems associated with a particular user.
To get the report in CSV format, run this command at the command prompt on the server:
spacewalk-report <report_name>
This table lists the available reports:
Report | Invoked as | Description |
---|---|---|
Actions |
|
All actions. |
Activation Keys |
|
All activation keys, and the entitlements, channels, configuration channels, system groups, and packages associated with them. |
Activation Keys: Channels |
|
All activation keys and the entities associated with each key. |
Activation Keys: Configuration |
|
All activation keys and the configuration channels associated with each key. |
Activation Keys: Server Groups |
|
All activation keys and the system groups associated with each key. |
Activation Keys: Packages |
|
All activation keys and the packages each key can deploy. |
Channel Packages |
|
All packages in a channel. |
Channel Report |
|
Detailed report of a given channel. |
Cloned Channel Report |
|
Detailed report of cloned channels. |
Configuration Files |
|
All configuration file revisions for all organizations, including file contents and file information. |
Latest Configuration Files |
|
The most recent configuration file revisions for all organizations, including file contents and file information. |
Custom Channels |
|
Channel metadata for all channels owned by specific organizations. |
Custom Info |
|
Client custom information. |
Patches in Channels |
|
All patches in channels. |
Patches Details |
|
All patches that affect registered clients. |
All patches |
|
All patches. |
Patches for Clients |
|
Applicable patches and any registered clients that are affected. |
Host Guests |
|
Host and guests mapping. |
Inactive Clients |
|
Inactive clients. |
System Inventory |
|
Clients registered to the server, together with hardware and software information. |
Kickstart Scripts |
|
All kickstart scripts, with details. |
Kickstart Trees |
|
Kickstartable trees. |
All Upgradable Versions |
|
All newer package versions that can be upgraded. |
Newest Upgradable Version |
|
Newest package versions that can be upgraded. |
Proxy Overview |
|
All proxies and the clients registered to each. |
Repositories |
|
All repositories, with their associated SSL details, and any filters. |
Result of SCAP |
|
Result of OpenSCAP |
Result of SCAP |
|
Result of OpenSCAP |
System Data |
|
Client data needed for splice integration. |
System Currency |
|
Number of available patches for each registered client. |
System Extra Packages |
|
All packages installed on all clients that are not available from channels the client is subscribed to. |
System Groups |
|
System groups. |
Activation Keys for System Groups |
|
Activation keys for system groups. |
Systems in System Groups |
|
Clients in system groups. |
System Groups Users |
|
System groups and users that have permissions on them. |
History: System |
|
Event history for each client. |
History: Channels |
|
Channel event history. |
History: Configuration |
|
Configuration event history. |
History: Entitlements |
|
System entitlement event history. |
History: Errata |
|
Errata event history. |
History: Kickstart |
|
Kickstart event history. |
History: Packages |
|
Package event history. |
History: SCAP |
|
OpenSCAP event history. |
MD5 Certificates |
|
All registered clients using certificates with an MD5 checksum. |
Installed Packages |
|
Packages installed on clients. |
System Profiles |
|
All clients registered to the server, with software and system group information. |
Users |
|
All users registered to SUSE Manager. |
MD5 Users |
|
All users for all organizations using MD5 encrypted passwords, with their details and roles. |
Systems administered |
|
Clients that individual users can administer. |
For more information about an individual report, run spacewalk-report
with the option --info
or --list-fields-info
and the report name.
This shows the description and list of possible fields in the report.
For further information on program invocation and options, see the spacewalk-report(8)
man page as well as the --help
parameter of the spacewalk-report
command.