/srv/irclogs.ubuntu.com/2011/07/29/#ubuntu-cloud.txt

=== da is now known as davinci11
davinci11can't start instance and get this output [ FinishedVerify: Not enough resources (0 < 1: vm instances.Not enough resources (0 < 1: vm instances.]06:28
ncidavinci11: if you are using euca2ools, what is the output of euca-describe-availability-zones verbose?06:49
davinci11AVAILABILITYZONE|- vm typesfree / max   cpu   ram  disk06:50
davinci11AVAILABILITYZONE|- m1.small0000 / 0000   1    192     206:50
davinci11AVAILABILITYZONE|- c1.medium0000 / 0000   1    256     506:50
davinci11AVAILABILITYZONE|- m1.large0000 / 0000   2    512    1006:50
davinci11AVAILABILITYZONE|- m1.xlarge0000 / 0000   2   1024    2006:50
davinci11AVAILABILITYZONE|- c1.xlarge0000 / 0000   4   2048    2006:50
nciso that means your compute nodes aren't registered within the cluster06:50
davinci11i tried to deregister and register nodes again06:51
davinci11but still same06:51
ncilook at euca_conf --list-nodes06:51
davinci11no output06:52
nci:(06:52
ncimaybe try removing the cluster and re-adding it, then adding the nodes?06:52
ncialso check the keys06:53
davinci11tried as well too06:53
davinci11even remove the key and created new one06:54
ncisorry, that's about as much as I know. I got Eucalyptus working after reinstalling a few times. I remember having issues if the auto-discover didn't work during the uec install.06:55
davinci11no other way without reinstall ?? :(''06:57
nciMaybe someone with more eucalyptus experience can help you, I'm not familiar enough with it. I assume you've checked the config files to make sure the nodes are looking at the right address, and that the correct ports are open?06:59
davinci11look at nodes machine ? or cc07:00
flaccidmaybe tits literal07:00
flaccidnot enough resources07:00
flaccidtry googling the error07:00
davinci11already tried what i found07:01
ncigo to the compute nodes and check you can connect to the right port on the CC using telnet07:01
davinci11i'm using ssh to CC is that means ok?07:03
ncissh goes over port 22, you want to check the node can connect to the CC over a different port that eucalyptus is using07:03
davinci11how to check ?07:04
nciOn the front-end, ports 8443, 8773, 8774 and 9001 must be open; on the node, port 8775 must be open.07:05
nciso on the CC, try telnet [IP-address-of-node] 877507:06
nciif the connection is accepted then the port is open and the eucalyptus compute node is ok07:06
=== kooolhead11|afk is now known as kooolhead11
ncithen SSH to the compute node, try to telnet [IP-address-of-CC] 877307:07
nciand check the other numbers as well.07:07
davinci11cant telnet from CC to nodes07:07
davinci11port 877507:07
ncicheck if the eucalyptus process is running on the nodes - SSH to the node and run ps aux | grep euca07:09
=== ubc1_ is now known as davin11
=== davin11 is now known as davinc1
davinc1root      1824  0.0  0.1   5108  2148 ?        Ss   12:22   0:00 apache2 -f /var/run/eucalyptus/httpd-nc.conf -D FOREGROUND07:13
davinc1107       1913  0.0  0.2  40048  4748 ?        Sl   12:22   0:01 apache2 -f /var/run/eucalyptus/httpd-nc.conf -D FOREGROUND07:13
davinc1root      2071  0.0  0.0   2352   912 ?        Ss   12:22   0:00 avahi-publish -s cluster1 node _eucalyptus._tcp 8775 txtvers=1 protovers=1.5.0 type=node07:13
davinc1ubc1     23024  0.0  0.0   3608   868 pts/1    S+   15:09   0:00 grep --color=auto euca07:13
nciok07:13
nciso the process is running07:13
ncitry telnet localhost 877507:14
ncion the compute node07:14
davinci11Trying 127.0.0.1...07:14
davinci11Connected to localhost.07:14
davinci11Escape character is '^]'.07:14
nciok07:14
nciescape from that07:15
nciso I'm not 100% sure, but it seems like your CC can't connect to your NC07:15
nciwhich is usually a firewall issue07:15
flaccidportmap will check the port satus07:16
flaccid*status sorry07:16
davinc1Chain INPUT (policy ACCEPT)07:18
davinc1target     prot opt source               destination07:18
davinc1ACCEPT     udp  --  anywhere             anywhere            udp dpt:domain07:18
davinc1ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:domain07:18
davinc1ACCEPT     udp  --  anywhere             anywhere            udp dpt:bootps07:18
davinc1ACCEPT     all  --  192.168.122.0/24     anywhere07:18
davinc1ACCEPT     all  --  anywhere             anywhere07:18
davinc1REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable07:18
davinc1REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable07:18
davinci11iptables from CC07:18
nciI'm not sure...sorry07:21
TeTeTdavinc1: maybe your cloud is not setup correctly? what's the output of euca-describe-availability-zones verbose?08:12
davinci11AVAILABILITYZONE|- vm typesfree / max   cpu   ram  disk08:13
davinci11AVAILABILITYZONE|- m1.small0000 / 0000   1    192     208:13
davinci11AVAILABILITYZONE|- c1.medium0000 / 0000   1    256     508:13
davinci11AVAILABILITYZONE|- m1.large0000 / 0000   2    512    1008:13
davinci11AVAILABILITYZONE|- m1.xlarge0000 / 0000   2   1024    2008:13
davinci11AVAILABILITYZONE|- c1.xlarge0000 / 0000   4   2048    2008:13
davinci11it work before, but now can start anymore08:14
TeTeTdavinc1: you seee the 0000, that means your node controllers are not in the cloud anymore08:15
TeTeTdavinc1: did you reboot the systems or something like that?08:15
davinci11yeah. both CC and NC rebooted08:15
davinci11still same08:15
TeTeTdavinc1: from the front-end, do a $ sudo euca_conf --list-nodes08:18
davinci11no output08:19
TeTeTdavinc1: so for whatever reasons your node controller was dropped from eucas config08:19
TeTeTdavinc1: try a $ sudo euca_conf --discover-nodes08:20
TeTeTand see if the node controller is picked up again08:20
TeTeTdavinc1: what Ubuntu version do you use btw?08:21
davinci11INFO: We expect all nodes to have eucalyptus installed in //var/lib/eucalyptus/keys for key synchronization.08:21
davinci11output of $ sudo euca_conf --discover-nodes08:21
TeTeTdavinc1: weird, what would remove the keys from there on the front-end? I'm a bit out of ideas right now08:22
davinci11Ubuntu Enterprise Cloud (UEC) 11.0408:22
TeTeTdavinci11: can you ping the node controller from the front-end? maybe $ sudo euca_conf --register-nodes <ip node controller> will work?08:23
davinci11yep both work08:24
TeTeTdavinci11: try the euca-describe-availability-zones verbose again08:24
davinci11same08:25
TeTeTand euca_conf --list-nodes?08:25
davinci11still no output08:26
TeTeTdavinci11: what's the oputput of $ sudo euca_conf --register-nodes <ip of node controller>?08:27
davinci11INFO: We expect all nodes to have eucalyptus installed in //var/lib/eucalyptus/keys for key synchronization.08:28
davinci11Trying rsync to sync keys with "192.168.168.20"...done.08:28
TeTeTdavinci11: that looks ok, when you do a '$ sudo su - eucalyptus' on the front-end08:30
TeTeTdavinc11: and then ssh to the node controller, does that work?08:30
davinci11yes is working08:32
TeTeTdavinci11: looks like a bug to me then. Daviey, do you have an opinion on the above node registration problem on 11.04?08:33
TeTeTdavinci11: maybe this bug is hitting you: https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/58510809:04
uvirtbotLaunchpad bug 585108 in eucalyptus "euca_conf --register-nodes returns 0 but the node is not registered" [Medium,Confirmed]09:04
TeTeTdavinci11: probably dereigstering the node and then trying to add it again will help, but I'm not sure09:04
davinci11TeTeT: I tried that way before, but still not work09:07
TeTeTdavinci11: hmm, on the front-end, try a $ sudo restart eucalyptus CLEAN=109:09
TeTeTdavinci11: and then try the registering dance again09:09
davinci11still same09:13
=== daker_ is now known as daker
=== F000 is now known as F00D
=== F00D is now known as F000
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
marruslkim0, great blog post today.  i'm sitting in a hadoop class right now.  nice timing.17:41
kim0marrusl: hehe nice17:41
kim0marrusl: is canonical supporting hadoop professionally now17:41
marruslkim0, for premium customers I would think so yes.  but probably not in general unless it went into main.17:43
kim0got it17:43
koolhead17hi all17:54
=== daker is now known as daker_
=== dendro-afk is now known as dendrobates
=== skrewler_ is now known as skrewler
=== dendrobates is now known as dendro-afk
=== niemeyer_ is now known as niemeyer
=== dendro-afk is now known as dendrobates
=== erichammond1 is now known as erichammond
=== erichammond1 is now known as erichammond
=== dendrobates is now known as dendro-afk

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!