C.3. 配置主机以进行注册
配置您的主机以注册到 Satellite 服务器或 Capsule 服务器。
前提条件
- 主机必须使用受支持的操作系统。如需更多信息,请参阅 第 C.2 节 “注册中支持的客户端”。
流程
确保启用了 time-synchronization 工具并在主机上运行。
对于 Red Hat Enterprise Linux 7 及更新版本:
systemctl enable --now chronyd
# systemctl enable --now chronydCopy to Clipboard Copied! Toggle word wrap Toggle overflow 对于 Red Hat Enterprise Linux 6:
chkconfig --add ntpd chkconfig ntpd on service ntpd start
# chkconfig --add ntpd # chkconfig ntpd on # service ntpd startCopy to Clipboard Copied! Toggle word wrap Toggle overflow