我已经安装了CloudStack管理服务器,遵循本指南:
http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.9/management-server/index.html
最后,启动服务器:
# 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为什么?
发布于 2017-05-24 05:36:15
看来apache无法连接到Cloudstack数据库。请检查mysql服务是否正在运行,csm是否指向正确的数据库服务器。
您可以重新初始化数据库:
# cloudstack-setup-databases cloud:<dbpassword>@localhost --deploy-as=root:<password> 然后启动管理服务器:
# cloudstack-setup-managementhttps://serverfault.com/questions/845679
复制相似问题