[04:30] I've been here for like 24 hours and no one has said a damn thing [06:44] :D [06:44] it was weekend [06:44] nobody's working with a cloud on weekends duh [06:44] ;P [06:45] ? [06:45] monday is over [06:45] its tuesday night here [06:47] ah yes [06:47] it's tuesday [06:48] my bad [06:48] lol [06:49] plus someone had said in the 24hrs something [06:49] anyways, how do I associate ip-address to nodes, they seem to have lost their public ip's overnight and the associate command gives permission denied while trying to release address [06:54] Would someone explain how the computer resources are assigned to each server in the cloud, for example If there's been required two Xeon CPUs how they are virtually assigned? what's the technology used? Is it supposed to be two actual Xeon CPUs to meet the requirement? [07:37] anyone knows where to get the tinylinux image for UEC from? [08:06] I hate my life [08:09] TeTeT: it should be rather easy to make it yourself [08:09] Makere: really? never done so [08:09] yes [08:10] lemme find a link to howto [08:11] http://cssoss.wordpress.com/2010/05/10/eucalyptus-beginner%E2%80%99s-guide-%E2%80%93-uec-edition-chapter-4-%E2%80%93-image%C2%A0management/ [08:11] there [08:12] anyways, why doesn't my cloud work after being turned off [08:17] Makere: thanks. I forgot that I could simply loopback mount the official image and inject anything [08:17] Makere: well, if it's turned off it should not be running? [08:20] well after starting it ofcourse :) [08:23] Makere: hmm, does euca-describe-availability-zones give any output? [08:23] yea [08:24] got running now [08:24] what can I do to preserve instances? [08:24] to survive shutdown [08:25] Makere: just restart eucalyptus without CLEAN=1 [08:25] Makere: they should be still there, but not sure about the survivability of the network [08:28] but if I shutdown the machines completely [08:28] although now couple had survived [08:29] but they didn't have public ip [08:29] Makere: yeah, the public ip is assigned via NAT on the CC, if you reboot it, it will loose it's memory [08:30] Makere: in summary, the front-end (CC+CLC) is really the brain of your cloud. If it goes down/reboots, so will your cloud [08:31] so will I lose my virtual machines by shutting down controllers? [08:31] or are they preserved? [08:31] should I shutdown CC or CLC first? [08:33] Makere: you should first stop all instances, then reboot the front-end. I think CC first, then CLC [08:34] how do I stop the instances without terminating them? [08:34] just shutdown -h now? [08:35] or is there some distributed way of doing that? === whaley is now known as SirLoins [08:35] Makere: yes, shutdown -h from inside the instance should do the trick [08:37] how do I start them afterwards then? [08:37] isn't that a terminate? [08:38] well how does eucalyptus recover from power outage [08:39] * nigelb joins kim0's world :p [08:41] Makere: you need to restart the cloud and the apps running on top of it [08:49] I did shutdown -h now [08:49] it doesn't start anymore [08:51] now it expired [08:57] ok tried to shutdown CC's and then CLC [08:57] and restart [08:58] VM didn't get proper public IP [08:58] and won't allow me to associate ip to it === dendro-afk is now known as dendrobates === SirLoins is now known as whaley [16:17] anyone here? [16:23] no [16:46] is it ok to change the permissions on the /var/lib/eucalyptus/keys directory? [17:27] Hi. Where does one get started with the EC2 and their free offer & Ubuntu from scratch? I found this: http://ubuntu-smoser.blogspot.com/2010/11/using-ubunt-images-on-aws-free-tier.html which assumes that ec2-api-tools is up and running. I downloaded it, but it comes with no visible instructions. === dendrobates is now known as dendro-afk === 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 [20:37] is it possible to take a snapshot from virtual machine state in eucalyptus? [20:41] or do I need to create a script that mounts a volume, tars everything up and puts in there? === dendro-afk is now known as dendrobates [21:06] Makere, the answer is most likely 'no' [21:06] euca-bundle-vol is what you would use to basically copy '/' into a new "bundle" that could then be passed to euca-upload-bundle and euca-register-image. [21:06] ok [21:06] but there is nothing that would give you that below the VM [21:07] thank you [21:07] and, in reality, you'd want to shut the vm down anyway just to make sure you had a clean filesystem [21:08] but when I shutdown the whole cluster (all controller machines), instances either dissappear or lose their public ip [21:09] oh lol, I googled something and noticed that I ended up on smosers blog [21:10] I guess I need to start tomorrow by creating some sort of backup plan [21:10] well, the whole idea is that you should be not be putting state in the instances themselves [21:10] but putting any important data on an ebs volume [21:10] i realize that isn't 100% realistic [21:11] and is really why EC2 backed off that and started offering EBS root [21:11] (ebs root instances will be available in 11.04 UEC, per eucalyptus) [21:11] .... [21:11] well nice to know :) [21:11] anyone know how to use hsql at the command line? [21:11] but the idea of "the cloud" is that your intsances are ephemeral [21:11] and you should design for their failure above them [21:12] anyway... but backing up, what you'll get in /var/lib/eucalyptus... instance-id... is a disk image, not a partition image. [21:12] seems that eucalyptus uses hsql to store data, I was wondering how to get access by command line to hsql [21:12] it will be a full backup, but if you ever had to create a new AMI based on it, you'd have to get the partition image out of the disk image. [21:14] hrr [21:14] I starting to lose the point of having a cloud in the first place [21:14] just too many negative things [21:15] so there is no way to put root on ebs volume before 11.04? [21:18] ah well, good night [23:29] How come ec2-run-instances isn't detecting the mykey file? http://paste.pocoo.org/show/295273/ [23:33] It doesn't look like mykey is in your clouds folder [23:34] is it in the same folder you are running the command from? [23:34] Yeah... [23:35] $ ls cert-JCQRPACIXXAID2UHNV3RODMYAXFC6W7T.pem mykey pk-JCQRPACIXXAID2UHNV3RODMYAXFC6W7T.pem [23:35] vadi@vadi-laptop:~/Documents/Cloud Computing$ ec2-run-instances --region us-east-1 --instance-type t1.micro --key mykey ami-548c783d Client.InvalidKeyPair.NotFound: The key pair 'mykey' does not exist [23:35] Erm, do the cert and pk ids matter? [23:36] idk i've never connected to an instance like that [23:36] Just pasted them by accident here - should I redo them now? heh [23:37] Trying to follow http://ubuntu-smoser.blogspot.com/2010/11/using-ubunt-images-on-aws-free-tier.html instructions here for the 10gb root image [23:37] sorry I'm the wrong person to ask. I haven't created an instance from the command line [23:37] I create from AWS interface [23:37] just thought i would try to help since no one else answered [23:38] alrighty [23:38] did you make yours be 10gb ubuntu? [23:38] ya [23:38] oh well, I'll try that then [23:38] followed any guide or just clicked about? [23:38] oh ur on the free tier/ [23:38] ? [23:39] yeah [23:39] i was looking at that article last night [23:39] didn't try it out though [23:39] alright