cloud set up issues

Oliver Gottwald oliver at drachmatech.com
Fri Feb 12 20:40:15 UTC 2010


Having issues getting my cloud working correctly.
I have 5 questions below regarding my set up and some issues I'm seeing.

I have the following running:
ubuntu 9.10 (32-bit) server
Eucalyptus 1.6
(From the CDInstall)

1 Machine as my controller
2 nodes (there ip's are not 192....  starting with 10.....)

QUESTION #1:
I'm using network IP values.  When setting up via the CD for the controller it asked for a range of IP's.
I put in 192.168.1.200-192.168.1.210
this is the definition in the eucalyptus.conf: VNET_PUBLICIPS="192.168.1.200-192.168.1.210"
Should they have been the actual range of IP values on my network?

QUESTION #2:
When attempting to stop / start eucalyptus I use the following command:
 /etc/init.d/eucalyptus-cc cleanstop
I get the following error:
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service eucalyptus-cc cleanstop

The script you are attempting to invoke has been converted to an Upstart
job, but cleanstop is not supported for Upstart jobs.

I've looked around but cannot find an approach that will properly work.  How do I restart eucalyptus?

QUESTION #3,#4:
sudo euca_conf --no-rsync --discover-nodes
When I register the nodes I do get a warning: WARNING: REMOTE HOSTS IDENTIFICATION HAS CHANGED but for each of my 2 nodes there is a done at the end.

If I issue the command again I see the following:
--2010-02-12 13:20:02--  http://127.0.0.1:8774/axis2/services/
Connecting to 127.0.0.1:8774... connected.
HTTP request sent, awaiting response... 200 OK
Length: 730 [text/html]
Saving to: `STDOUT'

100%[===================================================================================================================>] 730         --.-K/s   in 0s

2010-02-12 13:20:02 (68.4 MB/s) - `-' saved [730/730]


INFO: We expect all nodes to have eucalyptus installed in //var/lib/eucalyptus/keys for key synchronization.


Should I see the nodes listed above?
How do I get a list of the current nodes?

QUESTION #5:
When attempting start an instance with the following command I get the below error:
How do I get my instance up and running with out a pending to terminate?

euca-run-instances emi-E1171093 -k passw0rd -t m1.large



13:34:37 DEBUG [ClusterMessageQueue:New I/O client worker #2-4] :1266006912.0000:TerminateCallback/Clusters.dispatchClusterEvent.116:eucalyptus:eucalyptus:MSG_PENDING:master:<?xml version="1.0" encoding="UTF-8"?>
<euca:TerminateInstances xmlns:euca="http://msgs.eucalyptus.ucsb.edu">
  <euca:VmControlMessage>
    <euca:correlationId>623b5dda-9e40-478d-a301-ad0681870627</euca:correlationId>
    <euca:userId>eucalyptus</euca:userId>
    <euca:effectiveUserId>eucalyptus</euca:effectiveUserId>
  </euca:VmControlMessage>
  <euca:instancesSet>
    <euca:item>
      <euca:entry>i-37800719</euca:entry>
    </euca:item>
  </euca:instancesSet>
</euca:TerminateInstances>:
java.lang.Exception
        at com.eucalyptus.cluster.ClusterMessageQueue.enqueue(ClusterMessageQueue.java:97)
        at com.eucalyptus.cluster.Clusters.dispatchClusterEvent(Clusters.java:116)
        at com.eucalyptus.cluster.Clusters.dispatchClusterEvent(Clusters.java:144)
        at edu.ucsb.eucalyptus.cloud.ws.SystemState.cleanUp(SystemState.java:193)
        at edu.ucsb.eucalyptus.cloud.ws.SystemState.updateVmInstance(SystemState.java:263)
        at edu.ucsb.eucalyptus.cloud.ws.SystemState.handle(SystemState.java:137)
        at com.eucalyptus.cluster.handlers.VmStateHandler.upstreamMessage(VmStateHandler.java:64)
        at com.eucalyptus.cluster.handlers.AbstractClusterMessageDispatcher.messageReceived(AbstractClusterMessageDispatcher.java:173)
        at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:105)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:567)
        at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:803)
        at com.eucalyptus.ws.handlers.MessageStackHandler.handleUpstream(MessageStackHandler.java:128)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:567)
        at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:803)
        at com.eucalyptus.ws.handlers.MessageStackHandler.handleUpstream(MessageStackHandler.java:128)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:567)
        at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:803)
        at com.eucalyptus.ws.handlers.MessageStackHandler.handleUpstream(MessageStackHandler.java:128)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:567)
        at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:803)
        at com.eucalyptus.ws.handlers.MessageStackHandler.handleUpstream(MessageStackHandler.java:128)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:567)
        at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:803)
        at com.eucalyptus.ws.handlers.MessageStackHandler.handleUpstream(MessageStackHandler.java:128)
        at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:567)


Any help would be greatly appreciated.
Oliver

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20100212/1e4a3a20/attachment.html>


More information about the ubuntu-users mailing list