第 11 章 管理 ISO 镜像


您可以使用 Satellite 存储 ISO 镜像,可以是从红帽内容交付网络或其他来源。您还可以上传其他文件,如虚拟机镜像,并将它们发布到存储库中。

11.1. 从红帽导入 ISO 镜像

Red Hat Content Delivery Network 为特定产品提供 ISO 镜像。导入此内容的步骤与为 RPM 内容启用存储库的步骤类似。

要使用 CLI 而不是 Satellite Web UI,请参阅 CLI 过程

流程

  1. 在 Satellite Web UI 中,进入 Content > Red Hat Repositories
  2. 在搜索字段中输入 镜像名称,例如: Red Hat Enterprise Linux 7 Server(ISO)
  3. 在 Available Repositories 窗口中,展开 Red Hat Enterprise Linux 7 Server(ISO)
  4. 对于 x86_64 7.2 条目,单击 Enable 图标,为镜像启用存储库。
  5. 在 Satellite Web UI 中,进入 Content > Products 并点 Red Hat Enterprise Linux Server
  6. 单击 Red Hat Enterprise Linux Server 窗口的 Repositories 选项卡,然后点 Red Hat Enterprise Linux 7 Server ISOs x86_64 7.2
  7. 在 Red Hat Enterprise Linux 7 Server ISOs x86_64 7.2 窗口右上角,单击 Select Action,然后选择 Sync Now

查看同步状态

  • 在 Satellite Web UI 中,进入 Content > Sync Status 并展开 Red Hat Enterprise Linux Server

CLI 过程

  1. 找到用于 文件 仓库的 Red Hat Enterprise Linux Server 产品:

    # hammer repository-set list \
    --product "Red Hat Enterprise Linux Server" \
    --organization "My_Organization" | grep "file"
  2. 为 Red Hat Enterprise Linux 7.2 Server ISO 启用 文件 仓库:

    # hammer repository-set enable \
    --product "Red Hat Enterprise Linux Server" \
    --name "Red Hat Enterprise Linux 7 Server (ISOs)" \
    --releasever 7.2 \
    --basearch x86_64 \
    --organization "My_Organization"
  3. 在产品中找到存储库:

    # hammer repository list \
    --product "Red Hat Enterprise Linux Server" \
    --organization "My_Organization"
  4. 同步产品中的存储库:

    # hammer repository synchronize \
    --name "Red Hat Enterprise Linux 7 Server ISOs x86_64 7.2" \
    --product "Red Hat Enterprise Linux Server" \
    --organization "My_Organization"
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.