Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

2.11. 验证 OpenStack Platform 10 undercloud

以下是一组步骤,用于在升级前检查 Red Hat OpenStack Platform 10 undercloud 的功能。

流程

  1. 查找 undercloud 访问详情:

    $ source ~/stackrc
  2. 检查失败的 Systemd 服务:

    $ sudo systemctl list-units --state=failed 'openstack*' 'neutron*' 'httpd' 'docker'
  3. 检查 undercloud 可用空间:

    $ df -h

    使用 "Undercloud 要求" 作为基础来确定您是否有足够的可用空间。

  4. 如果您在 undercloud 上安装了 NTP,请检查时钟是否已同步:

    $ sudo ntpstat
  5. 检查 undercloud 网络服务:

    $ openstack network agent list

    所有代理都应 处于活动状态,其状态应为 UP

  6. 检查 undercloud 计算服务:

    $ openstack compute service list

    所有代理的状态都应 为启用状态,其状态应为 up

相关信息