我已经按照以下指南安装了 CloudStack 管理服务器:
版本
- CloudStack:4.9
- CentOS:6.8
最后我启动服务器:
# cloudstack-setup-management
Starting to configure CloudStack Management Server:
Configure Firewall ... [OK]
Configure CloudStack Management Server ...[OK]
CloudStack Management Server setup is Done!
并从浏览器访问它:
http://192.168.33.101:8080/client
我收到此错误:
HTTP Status 404 -
type Status report
message
description The requested resource () is not available.
Apache Tomcat/6.0.24
为什么?
答案1
看起来 apache 无法连接到 Cloudstack 数据库。请检查 mysql 服务是否正在运行以及 csm 是否指向正确的数据库服务器。
您可以重新初始化数据库:
# cloudstack-setup-databases cloud:<dbpassword>@localhost --deploy-as=root:<password>
然后启动管理服务器:
# cloudstack-setup-management