简体   繁体   English

海象未在桉树的centos上配置

[英]walrus not configured on centos in eucalyptus

During configuration of a private eucalyptus cloud on centos6 the following error is coming: 在centos6上配置私有桉树云期间,将出现以下错误:

Could not connect to server : connection refused Is the server running on host "local host " (::1) and accepting Tcp/Ip connection on port 8777 ? 无法连接到服务器:连接被拒绝服务器是否在主机“本地主机”(:: 1)上运行并在端口8777上接受Tcp / Ip连接? Could not connect to server : connection refused Is the server running on host "local host " (127.0.0.1) and accepting Tcp/Ip connection on port 8777 ? 无法连接到服务器:连接被拒绝服务器是否在主机“本地主机”(127.0.0.1)上运行并在端口8777上接受Tcp / Ip连接?

How to resolve it? 怎么解决呢?

The message is for a generic admin tool error that occurs when credentials are not configured in the environment. 该消息是针对在环境中未配置凭据时发生的一般管理工具错误。 In this case the tools attempt to connect to the Eucalyptus database to discover credentials. 在这种情况下,工具将尝试连接到Eucalyptus数据库以发现凭据。 The error means that the tools were not able to connect to the database, which could be due to an expected condition, such as there is no database on the host, or the eucalyptus-cloud service is not running. 该错误表示该工具无法连接到数据库,这可能是由于预期情况所致,例如主机上没有数据库,或者eucalyptus-cloud服务未运行。

You don't say how you were trying to configure Eucalyptus, what version you are using or what command you ran when you saw the error, so it is hard to provide a specific answer. 您没有说出如何配置Eucalyptus,看到错误时正在使用的版本或运行的命令,因此很难提供具体的答案。

You may need to run the command on the cloud controller, you could attempt to source credentials , and to troubleshoot further you may want to check the cloud-error.log or look for any faults in the *-fault.log's. 您可能需要在云控制器上运行命令,尝试获取凭据 ,并进行进一步的故障排除,您可能需要检查cloud-error.log或在* -fault.log中查找任何故障。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 CentOS 6对WHM的DDOS攻击 - DDOS Attack on WHM with CentOS 6 如何解决Centos中的端口冲突 - How to resolve port conflicts in Centos 无法在CentOS上使用setsockopt设置TCP_NODELAY - Unable to set TCP_NODELAY with setsockopt on CentOS 在 Centos os 8 运行 Plesk 防火墙中打开一个端口 - Open a port in Centos os 8 Running Plesk Firewall 我如何在centOS6上获取`tcp option timestamp` - How can I get `tcp option timestamp` on centOS6 配置为监听 8080 端口的 Tomcat 连接器启动失败 - The Tomcat connector configured to listen on port 8080 failed to start 如何使用systemd使docker监听unix和TCP套接字在centos下 - How to make docker listening to unix and TCP socket under centos with systemd teamviewer如何找到我的电脑,即使我的电脑。 后面的防火墙和防火墙没有配置? - how does teamviewer find my computer even if my comp. behind of the firewall and firewall isn't configured? 有没有办法用Java找出操作系统中配置的最大允许底层读取TCP套接字缓冲区? - Is there a way to find out in Java the maximum allowed underlying read TCP socket buffer configured in the OS? TCP 套接字 state 在更改 IP 地址后变得持久化,即使提前配置了保活 - TCP socket state become persist after changing IP address even configured keep-alive early
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM