12.2. 重命名胶囊服务器
Capsule 服务器的主机名由 Satellite 服务器组件和注册的所有主机引用。此流程可确保除了重命名胶囊服务器外,您还可以更新对新主机名的所有引用。
重命名您的胶囊服务器主机会关闭该主机上的所有 Satellite 服务。重命名完成后服务会重启。
先决条件
- 重命名之前备份您的胶囊服务器。如果您无法成功重命名它,请从备份中恢复。如需更多信息,请参阅 第 10 章 备份 Satellite 服务器和 Capsule 服务器。
在胶囊服务器上运行主机名和
主机名
-fsatellite-change-hostname
脚本将无法完成。如果
hostname
命令返回 Capsule 服务器的短名称而不是 FQDN,请在尝试使用satellite-change-hostname
脚本前,使用hostnamectl set-hostname My_Old_FQDN
正确设置旧 FQDN。
流程
在服务器上,为您的胶囊服务器生成一个新的证书存档文件。
如果您使用默认 SSL 证书,请重新生成默认的 SSL 证书:
# capsule-certs-generate \ --certs-tar /root/new-capsule.example.com-certs.tar \ --foreman-proxy-fqdn new-capsule.example.com
确保输入到
.tar
文件的完整路径。- 如果您使用自定义 SSL 证书,请为您的胶囊服务器创建新的 SSL 证书。如需更多信息,请参阅安装 Capsule 服务器 中的 使用自定义 SSL 证书配置 Capsule 服务器。
在 Satellite 服务器上,将证书存档文件复制到您的胶囊服务器中。例如,将归档文件复制到
root
用户的主目录中:# scp /root/new-capsule.example.com-certs.tar root@capsule.example.com:
在您的胶囊服务器上运行
satellite-change-hostname
脚本,并提供主机的新名称、Satellite 凭据和证书存档文件名。# satellite-change-hostname new-capsule.example.com \ --certs-tar /root/new-capsule.example.com-certs.tar \ --password My_Password \ --username My_Username
确保输入到
.tar
文件的完整路径。-
如果您已经为胶囊服务器创建了自定义证书,请输入
capsule-certs-generate
命令返回的satellite-installer
命令,将证书部署到您的 Capsule 服务器。如需更多信息,请参阅 安装 Capsule 服务器 中的 将自定义 SSL 证书部署到 Capsule 服务器。 - 重新注册注册到您的胶囊服务器的所有主机。如需更多信息,请参阅 管理主机 中的 注册主机和设置主机集成。
在 Satellite Web UI 中更新 Capsule 主机名。
- 在 Satellite Web UI 中,进入到 Infrastructure > Capsules。
- 在列表中找到胶囊服务器,然后单击 Edit。
- 编辑 Name 和 URL 字段以匹配胶囊服务器的新主机名,然后单击 Submit。
- 在您的 DNS 服务器上,为胶囊服务器的新主机名添加记录,并删除之前主机名的记录。