16.6. 检索服务状态
Satellite 使用一组后端服务。在进行故障排除时,您可以检查 Satellite 服务的状态。
流程
在 Satellite Web UI 中,进入到 Administer > About。
- 在 Smart Proxies 选项卡上,查看所有胶囊的状态。
- 在 Compute Resources 选项卡上,查看附加的计算资源提供程序的状态。
- 在 Backend System Status 表中,查看所有后端服务的状态。
CLI 过程
从数据库和 Satellite 服务中获取信息:
hammer ping
# hammer ping
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 检查 systemd 中运行的服务的状态:
satellite-maintain service status
# satellite-maintain service status
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 如需更多信息,请运行
satellite-maintain service --help
。执行健康检查:
satellite-maintain health check
$ satellite-maintain health check
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 如需更多信息,请运行
satellite-maintain health --help
。