2

I am trying to setup a Eucalyptus cloud. While using the euca-describe-images, I do not get any output. Does this mean it is not connected to the Eucalyptus cloud or am I doing something wrong ? The eucarc does display the exports.

mattdm
  • 6,550
  • 1
  • 25
  • 48
darkknight
  • 121
  • 1
  • 1
    Can you run the following command: euca-describe-images --debug This will give us more insight as to what issues there may be. –  Sep 24 '12 at 20:57

1 Answers1

0

You have 3 things to try.

  1. Update the clock: ntpdate -u ntp.yourserver.br
  2. Restart the nodes: /etc/init.d/eucalyptus-nc restart
  3. Register again the cluster:
    # 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"
voretaq7
  • 79,345
  • 17
  • 128
  • 213
Knoblauch
  • 121
  • 4