Results 1 to 8 of 8

Thread: No Eucalyptus cluster controller was found

  1. #1
    Join Date
    Mar 2010
    Beans
    1

    No Eucalyptus cluster controller was found

    I have gone through the process;
    Install Ubuntu Enterprise Cloud
    on the cluster controller and now installing on the node machine.

    I'm following the instructions from this site:

    https://help.ubuntu.com/community/UEC/CDInstall

    During the installation on the node machine, this message is displayed,

    "No Eucalyptus cluster controller was found on your network,..."

    The network environment here is a 10-space with many subnets.
    There are two subnets for my building, one is dhcp controlled and the other is not.
    These two subnets begin with 10.8.x.x.

    What could be the problem and what should I try?

    Thanks.

  2. #2
    Join Date
    Jun 2006
    Beans
    5

    Re: No Eucalyptus cluster controller was found

    Well, it really depends on your network configuration. The NC and at least one nic need to be set up in the same subnet. It would be easier if you'd post your ifconfig both of your NC and your CC and describe your network infrastructure a little more in detail.

  3. #3
    Join Date
    Dec 2009
    Location
    Chennai, India
    Beans
    88
    Distro
    Ubuntu 10.04 Lucid Lynx

    Lightbulb Re: No Eucalyptus cluster controller was found

    Hi,

    On the cluster controller, can you check if the services eucalyptus-cc-publication and eucalyptus-cc-publication-ip are started and running. They broadcast/ announce their presence over the network.

    HTML Code:
    $ sudo status eucalyptus-cc-publication
    $ sudo status eucalyptus-cc-publication-ip

    Let me know what happens..

  4. #4
    Join Date
    May 2010
    Beans
    11

    Re: No Eucalyptus cluster controller was found

    Hi all, Even we are getting the same problem. We tested the command "sudo status eucalyptus-cc-publication" , eucalyptus-cc-publication is running, but eucalyptus-cc-publication-ip is reported as an unknown job.

  5. #5
    Join Date
    Dec 2009
    Location
    Chennai, India
    Beans
    88
    Distro
    Ubuntu 10.04 Lucid Lynx

    Lightbulb Re: No Eucalyptus cluster controller was found

    Hi,

    eucalyptus-cc-publication-ip need not necessarily run always. What matters is eucalyptus-cc-publication. It broadcasts it's existence.

    Your problem could happen if the node did not get registered on the CC. So do the following in the terminal on the CC and see if the nodes get registered.
    Code:
    $ sudo euca_conf --discover-nodes
    $ sudo euca-describe-availability-zones verbose
    Please make sure all the networking configurations are set up right. Here's a link to a simple Eucalyptus Guide. You might also find it useful.

    http://cssoss.wordpress.com

    Let me know what happens.

  6. #6
    Join Date
    May 2010
    Beans
    11

    Re: No Eucalyptus cluster controller was found

    Hi,
    ya we did wat u said. But we are getting zeros in the free/max field in response to "euca-desacribe-availability-zones verbose".

    Also we tried to register the nodes again. But nothing new turned up

    Please help us.

  7. #7
    Join Date
    Aug 2008
    Beans
    7

    Re: No Eucalyptus cluster controller was found

    Hi. I think I had the same problem.

    This is what I did to solve the problem:
    - de-register the node
    - de-register the cluster from command line (web GUI re-registration gave same problem)
    - restart the cluster controller and the cloud
    - register cluster again
    - discover node and add it

    See http://open.eucalyptus.com/forum/nod...ot-registering for full details.

    I hope this helps

  8. #8
    Join Date
    May 2010
    Beans
    11

    Re: No Eucalyptus cluster controller was found

    Hi mjo_se,
    Its working Thanks a lot.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •