Showing and Hiding Incompatible Subscriptions
The entitlements that are made available to a consumer are filtered, by default, according to whether the architecture for the product matches the architecture of the system. This is compatibility. The CentOS Subscription Manager can be configured to display even incompatible entitlements.
When running the command-line tools, the incompatible facts can be displayed simply by using the --all
option:
[root@server1 ~]# subscription-manager list --available --all
To have the incompatible subscriptions displayed in the GUI and through the command-line by default, edit the rhsm.conf
configuration file.
- Open the Subscription Manager configuration file.
vim /etc/rhsm/rhsm.conf
- Change the
showIncompatiblePools
directive in the[rhsm]
section. A value of0
shows only compatible entitlements.[rhsm] # Content base URL: showIncompatiblePools = 1