启动 luci 服务后无法通过 web 在 RHEL 6 中访问集群的高可用性管理

Unable to access High Availablity Management for clustering via web in RHEL6 after starting luci service

我正在尝试在 RHEL 6.6 中设置集群。虽然 luci 服务已启动,但高可用性管理网页未加载。

例如:

[root@red1 Desktop]# service ricci start
Starting ricci:                                            [  OK  ]
[root@red1 Desktop]# passwd ricci
Changing password for user ricci.
New password: 
Retype new password: 
passwd: all authentication tokens updated successfully.
[root@red1 Desktop]# service luci start
Start luci...                                              [  OK  ]
Point your web browser to https://red1.com:8084 (or equivalent) to access luci

我在 URL 上方打开但浏览器失败并显示如下错误消息:

An error occurred during a connection to red1.com:8084. Issuer certificate is invalid. (Error code: sec_error_ca_cert_invalid)

请指教

我没能启动 rgmanager,我猜这是问题所在。

service rgmanager start

在 运行 之后,这与其他服务一起按照以下顺序变得顺利。

service ricci start
service lucy start
service rgmanager start
service cman start