Enabling Healing
System healing is disabled by default. It can be enabled by manually adding the autoheal parameter to the Subscription Manager configuration.
- Open the Subscription Manager configuration file.
vim /etc/rhsm/rhsm.conf
- In the
[rhsmcertd]area, add theautohealline, and set the value to true.[rhsmcertd] certFrequency = 240 healFrequency = 1440
autoheal = trueThe configuration can also be updated using the
configcommand:[root@server1 ~]# subscription-manager config --rhsmcertd.autoheal=true