4.4. 同步 Red Hat Satellite Client 6 存储库
使用本节将 Red Hat Satellite Client 6 存储库从 Red Hat Content Delivery Network (CDN)同步到 Satellite。此存储库为注册到 Satellite 服务器的客户端提供 katello-agent
、katello-host-tools
和 puppet
软件包。根据您要同步 Red Hat Satellite Client 6 存储库的操作系统版本继续执行以下步骤。
要使用 CLI 而不是 Satellite Web UI,请查看与 Red Hat Enterprise Linux 版本相关的流程:
流程
- 在 Satellite Web UI 中,进入到 Content > Sync Status。
- 单击 Red Hat Enterprise Linux for x86_64 产品旁边的箭头,以查看可用的内容。
- 选择 Red Hat Satellite Client 6 for RHEL 9 x86_64 RPMs 或 Red Hat Satellite Client 6 for RHEL 8 x86_64 RPM。
- 点 Synchronize Now。
Red Hat Enterprise Linux 9 的 CLI 步骤
使用
hammer repository synchronize
命令同步您的 Red Hat Satellite Client 6 存储库:hammer repository synchronize \ --name "Red Hat Satellite Client 6 for RHEL 9 x86_64 RPMs" \ --organization "My_Organization" \ --product "Red Hat Enterprise Linux for x86_64"
# hammer repository synchronize \ --name "Red Hat Satellite Client 6 for RHEL 9 x86_64 RPMs" \ --organization "My_Organization" \ --product "Red Hat Enterprise Linux for x86_64"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Red Hat Enterprise Linux 8 的 CLI 步骤
使用
hammer repository synchronize
命令同步您的 Red Hat Satellite Client 6 存储库:hammer repository synchronize \ --name "Red Hat Satellite Client 6 for RHEL 8 x86_64 RPMs" \ --organization "My_Organization" \ --product "Red Hat Enterprise Linux for x86_64"
# hammer repository synchronize \ --name "Red Hat Satellite Client 6 for RHEL 8 x86_64 RPMs" \ --organization "My_Organization" \ --product "Red Hat Enterprise Linux for x86_64"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
您需要 Red Hat Enterprise Linux 延长生命周期支持(ELS)附加服务 来同步 Red Hat Enterprise Linux 6 的软件仓库。如需更多信息,请参阅 Red Hat Enterprise Linux Extended Lifecycle Support (ELS)附加服务 指南。
要使用 CLI 而不是 Satellite Web UI,请查看与 Red Hat Enterprise Linux 版本相关的流程:
流程
- 在 Satellite Web UI 中,进入到 Content > Sync Status。
- 单击 Red Hat Enterprise Linux Server 或 Red Hat Enterprise Linux Server - Extended Lifecycle Support (每个产品)查看可用内容旁边的箭头。
- 选择 Red Hat Satellite Client 6 (for RHEL 7 Server) RPMs x86_64 或 Red Hat Satellite Client 6 for RHEL 6 Server - 基于您的操作系统版本的 ELS RPMs x86_64。
- 点 Synchronize Now。
Red Hat Enterprise Linux 7 的 CLI 步骤
使用
hammer repository synchronize
命令同步您的 Red Hat Satellite Client 6 存储库:hammer repository synchronize \ --async \ --name "Red Hat Satellite Client 6 for RHEL 7 Server RPMs x86_64" \ --organization "My_Organization" \ --product "Red Hat Enterprise Linux Server"
# hammer repository synchronize \ --async \ --name "Red Hat Satellite Client 6 for RHEL 7 Server RPMs x86_64" \ --organization "My_Organization" \ --product "Red Hat Enterprise Linux Server"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Red Hat Enterprise Linux 6 的 CLI 步骤
使用
hammer repository synchronize
命令同步您的 Red Hat Satellite Client 6 存储库:hammer repository synchronize \ --async \ --name "Red Hat Satellite Client 6 for RHEL 6 Server - ELS RPMs x86_64" \ --organization "My_Organization" \ --product "Red Hat Enterprise Linux Server - Extended Lifecycle Support"
# hammer repository synchronize \ --async \ --name "Red Hat Satellite Client 6 for RHEL 6 Server - ELS RPMs x86_64" \ --organization "My_Organization" \ --product "Red Hat Enterprise Linux Server - Extended Lifecycle Support"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow