Home Linux Central_Management Satellite_5
Client install

yum install spacewalk-oscap.noarch


Install XCCDF document example for scanning, From EPEL repos

yum install scap-security-guide


Perform scan directly on the server

oscap xccdf eval --profile server  --results /tmp/`hostname`-ssg-results.xml --report /tmp/`hostname`-ssg-results.html --cpe /usr/share/xml/scap/ssg/content/ssg-rhel6-cpe-dictionary.xml /usr/share/xml/scap/ssg/content/ssg-rhel6-xccdf.xml

# Open /tmp/`hostname`-ssg-results.html in a browser.

Perform scan from Satellite Server web gui

* > Systems -> Audit -> Schedule
Command-line Arguments: --profile server
Path to XCCDF document: /usr/share/xml/scap/ssg/content/ssg-rhel6-xccdf.xml