Warning: Table './jebas/www_sessions' is marked as crashed and should be repaired
query: SELECT u.*, s.* FROM www_users u INNER JOIN www_sessions s ON u.uid = s.uid WHERE s.sid = 'c967b585ad73d8673b012128e1f6e019' in /var/www/localhost/htdocs/includes/database.mysql.inc on line 174
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/localhost/htdocs/includes/database.mysql.inc:174) in /var/www/localhost/htdocs/includes/bootstrap.inc on line 913
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/includes/database.mysql.inc:174) in /var/www/localhost/htdocs/includes/bootstrap.inc on line 545
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/includes/database.mysql.inc:174) in /var/www/localhost/htdocs/includes/bootstrap.inc on line 546
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/includes/database.mysql.inc:174) in /var/www/localhost/htdocs/includes/bootstrap.inc on line 547
Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/includes/database.mysql.inc:174) in /var/www/localhost/htdocs/includes/bootstrap.inc on line 548 www.JeBas.us - virtualization
http://www.jebas.us/taxonomy/term/12/0
enBuilding a Home Data Center for Fun and Profit.
http://www.jebas.us/content/building-home-data-center-fun-and-profit
<p>A while back, the <a href="http://www.gentoo-wiki.com" target="_blank">gentoo-wiki</a> and <a href="http://www.gentoo-portage.com" target="_blank">gentoo-portage</a> websites got yanked off of the net because the ISP got into a dispute with its landlord. This got me wondering if it was possible for a small business owner or hobbyist to build their own data center. So I am starting a project to do just that.</p>
<p>The first step for me is to move my existing servers off of the physical hardware and onto virtual servers. Virtual servers can easily be moved from one physical system to another. As a bonus it is possible to clone a virtual machine to test upgrades before they go into production. Also, none of my present servers use enough I/O, CPU, or RAM to require an independent box.</p>
<p>After a little research, I chose my virtualization software based on my requirements.</p>
<p>I eliminated <a href="http://wiki.openvz.org" target="_blank">OpenVZ</a> fairly early. Though most of my servers are Linux based, I occasionally need access to a Windows machine. OpenVZ uses one main kernel to run all of the separate environments, and will not run Windows.</p>
<p>I also eliminated <a href="http://www.virtualbox.org/" target="_blank">Virtual Box</a> and <a href="http://bellard.org/qemu/" target="_blank">QEMU</a>. These system seemed to be designed to run on desktops environments. Both have heavy emphasis on the user interface. Neither of them seem to be interested in server cloning or clusters.</p>
<p>KVM was eliminated because of my hardware. <a href="http://kvm.qumranet.com/kvmwiki" target="_blank">KVM</a> requires the Intel VT or AMD-V, and some of my machines don't have it. Since I don't have the money to replace these machines, I can't use KVM.</p>
<p><a href="http://www.vmware.com/" target="_blank">VMWare</a> was eliminated for the same reason that KVM was. Though VMWare will run on machines without Intel VT or AMD-V, it will not run a 64 bit OS. VMWare is limited to using 32 bit OSes if it does not have the hardware support.</p>
<p>This left me with <a href="http://www.xen.org/" target="_blank">Xen</a>. It will run 64 bit OS as long as that OS is built for paravirtualization. It will limit which machines will run Windows, but I don't see that as a problem. It supports server cloning, and allows servers to be moved to different physical machines. </p>
<p>So my first step is to move JeBas.us off of its present server, and onto a Xen virtual machine.</p>
http://www.jebas.us/content/building-home-data-center-fun-and-profit#commentsdata centerplanningvirtualizationMon, 23 Feb 2009 10:00:00 +0000JeBas11 at http://www.jebas.us