C.4. 配置主机以进行注册


Red Hat Enterprise Linux 虚拟机默认在客户门户网站订阅管理中注册。您必须更新每个虚拟机配置,以便它们从正确的卫星服务器或胶囊服务器接收更新。

前提条件

  • 主机必须使用以下 Red Hat Enterprise Linux 版本:

    • 6.4 或更高版本
    • 7.0 或更高版本
  • 支持 Red Hat Enterprise Linux 的所有架构(i386、x86_64、s390x、ppc_64)。
  • 确保已启用时间同步工具,并在卫星服务器、任何胶囊服务器和主机上运行。

    • For Red Hat Enterprise Linux 6:

      # chkconfig ntpd on; service ntpd start
    • For Red Hat Enterprise Linux 7:

      # systemctl enable chronyd; systemctl start chronyd
  • 确保后台程序 rhsmcertd 已启用并在主机上运行。

    • For Red Hat Enterprise Linux 6:

      # chkconfig rhsmcertd on; service rhsmcertd start
    • For Red Hat Enterprise Linux 7:

      # systemctl start rhsmcertd

配置主机以进行注册:

  1. 记录卫星服务器或胶囊服务器的完全限定域名(FQDN),如 server.example.com
  2. 在 主机上,以 root 用户身份连接到主机上的终端
  3. 从要注册到主机的卫星服务器或胶囊服务器安装使用者 RPM。使用者 RPM 更新主机的内容源位置,并允许主机从 Red Hat Satellite 中指定的内容源下载内容。

    # rpm -Uvh http://server.example.com/pub/katello-ca-consumer-latest.noarch.rpm
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

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

让开源更具包容性

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

關於紅帽

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

© 2024 Red Hat, Inc.