正文:
Red Hat Satellite 通常使用指定版本的软件。所以在安装或升级 Red Hat Satellite 时,我们需要设置 Red Hat Satellite 的模块流,在设置模块流以后,相应的软件就被锁定制在对应版本无法升级了。
我们可以通过查看 Red Hat Satellite 的模块流,确认有哪些软件被锁定在了哪些版本里
步骤一:
# dnf module enable satellite
或者:
# dnf module enable satellite:el8
......
Requires : pki-core:[]
: platform:[el8]
: postgresql:[12]
: ruby:[2.7]
(补充:这里设置 el8 版本的 Red Hat Satellite 模块流为例)
步骤二:
# dnf module info
或者:
# dnf module info satellite:el8
......
Requires : pki-core:[]
: platform:[el8]
: postgresql:[12]
: ruby:[2.7]
(补充:这里查看 el8 版本的 Red Hat Satellite 模块流为例)
参考文献:
https://docs.redhat.com/en/documentation/red_hat_satellite/6.15/html/installing_satellite_server_in_a_connected_network_environment/installing_server_connected_satellite#configuring-repositories_satellite