Hello everybody,
I am currently working to my PhD Thesis which is in the Cloud Computing domain. I have made some researches on the internet in order to find some free Cloud Computing solutions to study and test some applications and models involving CC, but I didn't find any. So, I have some questions to the Eucalyptus community, maybe I will have some luck:
[1] Is it possible to install Eucalyptus on a single laptop? I have read some articles from Eucalypus site where is it presented this possibility but I didn't find any details. What kind of computer is necessary for this installation? Core Duo? i7? I suppose that is necessary a kind of hardware that supports Xen.
[2] Maybe some of you are (or were) in the same situation as me -- are there any CC providers that offers some free resources for academic purposes (only study and test small applications and models).
Best Regards,
Adrian
Hello Adrian,
1) it is possible. albeit it can be a bit confusing or complicated to set it up. You can try to start with SYSTEM or STATIC mode and install all components on your laptop. As per the hypervisor to choose, if your processor support hardware virtualization, you can choose between xen and kvm otherwise you have to choose xen.
2) we do have the EPC, which is free to use, but has some limitation on the usage. You may want to check it out in case it fits your needs.
cheers
graziano
Hi rockballad,
Eucalyptus can show some problems when being run inside of a VM. You can try it if you want though we cannot guarantee that it will work and if it does that it will work properly. If you do get it running please let us know what you had done to do so if you get a chance.
Andrew
Hello,
I can setup a cloud on a single machine. There's still issue such as I can't ping the VM from another machine (hope you will have a look), but it can run after all.
However, on a VM, as I check many sources, VT is disabled (VMWare, VirtualBox), so kvm may not work. So we may have to use XEN. Look like many of you here don't like XEN very much. Recent versions of Ubuntu do not have XEN binary on source too.
I'll try to setup with XEN. I'll report when done.
Regards,
This is my configuration
I am using laptop with Windows 7 64 bit 4GB RAM i5 Intel processor
I have tried using 32 bit and 64 bit versions of CentOS on VMWare and its working for me. I think using 64 bit version of CentOS requires you to enable virtualization in the physical machine's BIOS. For intel processors I think its Intel-VT and for AMD i think its AMD-V. For my laptop, I think its already enabled. I tried using my PC also and i have encountered the same problem in 64 bit version. What I did was enable Intel-VT in the BIOS of my PC and everything works fine.
Hope this info helps.