Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
In cases of verifying the filesystem and db of Satellite 6 it may be useful to have a command similar to spacewalk-data-fsck - or at least a series of commands that perform similar functions.
For reference:
[root@sat5 ~]# spacewalk-data-fsck --help
Usage: spacewalk-data-fsck [options]
Options:
-v, --verbose Increase verbosity
-S, --no-size Don't check package size
-C, --no-checksum Don't check package checksum
-O, --no-nevrao Don't check package name, epoch, version, release,
arch, org
-d, --db-only Check only if packages from database are present on
filesystem
-f, --fs-only Check only if packages from filesystem are in the
database
-r, --remove Automaticaly remove packages from filesystem not
present in database
-F, --fix-file-path Restores file paths, try this when you have NEVRAO
mismatches. Do not run this command with another
commands
-h, --help show this help message and exit
I think some subset of the functionality is in foreman-rake katello:clean_backend_objects and the cronjobs in /etc/cron.weekly/, like katello-clean-empty-puppet-environments and katello-remove-orphans.
There's an effort upstream to consolidate all of these kinds of things into foreman-maintain.
@Ivan, Is there already an open BZ that might cover this
RFE?
Thank you for your interest in Satellite 6. We have evaluated this request, and we do not expect this to be implemented in the product in the foreseeable future. We are therefore closing this out as WONTFIX. If you have any concerns about this, please feel free to contact Rich Jerrido or Bryan Kearney. Thank you.
Thank you for your interest in Satellite 6. We have evaluated this request, and we do not expect this to be implemented in the product in the foreseeable future. We are therefore closing this out as WONTFIX. If you have any concerns about this, please feel free to contact Rich Jerrido or Bryan Kearney. Thank you.
In cases of verifying the filesystem and db of Satellite 6 it may be useful to have a command similar to spacewalk-data-fsck - or at least a series of commands that perform similar functions. For reference: [root@sat5 ~]# spacewalk-data-fsck --help Usage: spacewalk-data-fsck [options] Options: -v, --verbose Increase verbosity -S, --no-size Don't check package size -C, --no-checksum Don't check package checksum -O, --no-nevrao Don't check package name, epoch, version, release, arch, org -d, --db-only Check only if packages from database are present on filesystem -f, --fs-only Check only if packages from filesystem are in the database -r, --remove Automaticaly remove packages from filesystem not present in database -F, --fix-file-path Restores file paths, try this when you have NEVRAO mismatches. Do not run this command with another commands -h, --help show this help message and exit