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 theautoheal
line, and set the value to true.[rhsmcertd] certFrequency = 240 healFrequency = 1440
autoheal = true
The configuration can also be updated using the
config
command:[root@server1 ~]# subscription-manager config --rhsmcertd.autoheal=true