English 中文(简体)
Home workstation cloud computing solution on Ubuntu [closed]
原标题:

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 7 years ago.

I want to make a cloud computing testing environment on my in-house network. I m using Ubuntu (just to work on; i don t want to watch Gentoo compile screens all time:) and I plan to make an Eucalyptus installation for a cloud platform. I want to get the most of my Core2Quad and Core2Duo machines:) What I need a cloud for?

  • Mysql replication and sharding
  • Load ballancing testing
  • Gearman web application scaling
  • ... and another multi-machine solutions

I m on my way to select a hypervisor for this solution between Xen, KVM and probably OpenVZ. I d like to hear all you advises concerning this technologies. Possible requirements:

  • Support virtual machine creating from templates
  • Support several virtual machines running with ssh access
  • Ability to load both from HDD images and raw disk partitions
  • Not very long learning curve
  • It would be very good if one had some kind of GUI (both desktop and web interfaces are acceptable)

As for my previous searches: found this http://virt-manager.et.redhat.com/ tool available. and this tutorial http://www.howtoforge.com/kvm-guest-management-with-virt-manager-on-ubuntu-8.10-p2 - some kind of relevancy present. Some good info was found here - http://lwn.net/Articles/330872/ and here - https://help.ubuntu.com/community/Eucalyptus-Jaunty

Feel free to say your thoughts about it and provide additional information you concern relevant. Thank you.

最佳回答

If you plan to use Ubuntu or in fact, the eucalyptus packages, take into account that by default they now have moved from Xen to KVM. KVM requires your machines to support hardware assisted virtualization (Intel VT or AMD-V), so check first your processor capabilities before going with KVM. If you prefer/require Xen, I would suggest to move to Debian Lenny + eucalyptus compiled from source. AFAIK, OpenVZ is not supported by eucalyptus by default.

问题回答

暂无回答




相关问题
Add a changing icon to Ubuntu Panel

What would be the most simple way of adding and changing an icon in the Ubuntu (Gnome) Panel? I m looking for something as simple as shell scripting, but I m not restricted to that. Will write a ...

Configuring kernel

After create a new system call, how to update the kernel? I tried these lines, make-kpkg clean fakeroot make-kpkg -initrd -append-to-version=-custom kernel_image kernel_headers But Ubuntu asked me ...

save Exceptions to file in python

I want to save all following Exceptions in a file. The reason why I need this is because the IDLE for python 3.1.1 in Ubuntu raises an Exception at calltipps, but close to fast, that it isn t readble. ...

How can i monitor system statistics in kubuntu using Java?

i am doing a project related to configuration and memory analyzer for kubuntu. i want to display the system statistics information like CPU usage, RAM usage and proceses etc. graphically using an ...

How to pass "--external-locking" for mysqld in Ubuntu

I would like to start my mysql server with the --external-locking option. As mysqld is run by the /etc/init.d/mysql script ubuntu (karmic), I guess that s where I should set this "--external-locking" ...

"g++" and "c++" compiler

I just found on my Ubuntu, there are two different C++ compilers: /usr/bin/g++ and /usr/bin/c++. I am not familiar with the latter, but man c++ just jumps to the manpage of gcc. I wonder what is their ...

热门标签