euca-describe-images的输出是否意味着我没有连接到Eucalyptus云?

我正在尝试设置一个Eucalyptus。 在使用euca-describe-images的时候,我没有得到任何输出。 这是否意味着它没有连接到桉树云或我做错了什么? eucarc确实显示出口。

你有三件事情要尝试。

  1. 更新时钟: ntpdate -u ntp.yourserver.br
  2. 重新启动节点: /etc/init.d/eucalyptus-nc restart
  3. 再次注册集群:
    # euca_conf --deregister-cluster cluster01 cc-192.168.188.6
    # euca_conf --deregister-sc cluster01 sc-192.168.188.6
    # euca_conf --deregister-nodes “192.168.188.7”
    # euca_conf --register-cluster --partition cluster01 --host 192.168.188.6 \
    --component cc-192.168.188.6

    # euca_conf --register-sc --partition cluster01 --host 192.168.188.6 \
    --component sc-192.168.188.6

    # euca_conf --register-nodes "192.168.188.7"