Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:How is using so many VMs more efficient? (Score 1) 122

Many of the apps we used (hello, Oracle Colaboration suite, looking at you) require really messing with system files to make work decent. This makes other programs very unhappy, so apps like these really need to run on their own box.

This makes sense now: incompetent server developers are the driver behind this aspect of VMs. Other aspects are independent of this, but a lot of people responding here have simply taken for granted that most servers are written by monkeys, and are therefore unable to play nicely with others.

I kind of figured this was the case, having written server code (back in the '90's) and seen the gyrations my team went through to make sure we were able to run without requiring a stepped-on environment, but I found it hard to believe that badly-written server code had become so common as to make virtualization the only viable solution.

Yes and no. As I said before a server typically runs at 5%-15% utilization. So if you want to get the most out of your hardware without virtualization, you'd need to run the equivalent of 6-20 servers' worth of applications on there. So that means that for example you may have a domain controller, a print server, a file server, an IIS server, an Apache server, a Tomcat server, the backup server, etc. all on one box. So if the backup server isn't doing anything and you want to install a patch and reboot it, you now bring down all of those other services, or you have to wait until off hours to do it.

Yes, poorly written code and custom configuration is a good reason to go to virtualization, but even properly written software works better when a server is isolated for one or a few select purposes, in the sense that you won't effect other systems when you need to be brought down.

Comment Re:How is using so many VMs more efficient? (Score 5, Informative) 122

I've never really understood the fuss around VMs. Sure , they're useful if you want to test run an OS install or run a different OS on top of another. But otherwise whats the point? Instead of having app + OS you end up with app + VM + OS so how exactly is that benefiting anyone other than the power company for the extra electricity used?

Because for the most part, most servers don't run anywhere near full capacity (and if they do, then they are probably not good candidates for virtualization, except possibly for high availability purposes which I will go over in the second paragraph). I forget the study but I read once that on average a typical server sits at 5-15% utilization. So the idea behind products like VMware ESX is that if you need 5 unique servers, instead of buying 5 servers at $5,000 a piece, you buy 1 server for $5,000 + 1 $5,000 VMware license, and run the 5 virtual servers on that. So you spend $10,000 instead of $25,000, and your footprint is 1/5th of what it was before, meaning less racks, less cooling, less power, etc. And the numbers I gave are very conservative. A lot of people do 10-20 VMs per server easily.

So cost, power, and cooling issues aside, there are other issues. In a typical server environment, if a physical server suffers from a catastrophic hardware failure, that server is down until someone can walk over and swap the hardware. With VMware, if a VM is running on a server and that server fails, the VM is cold booted on another ESX server automatically, and is typically up in 30-60 seconds. With the newest release of ESX server, called vSphere, they take it a step further. You can optionally choose to have A VM mirror itself on to another physical ESX server. So in the event of a hardware failure, the VM keeps running on the mirrored host. And then, it becomes the primary VM and sets itself up to mirror automatically on another ESX server. So you have ZERO downtime and the app re-mirrors itself. These are just some of the many useful features in VMware.

And no, I do not work for VMware. I am a contractor for the Air Force and over the past 2 years I have converted almost 200 physical servers to VMs. We are a relatively small program, but our projections show that we will save $2,000,000 over 10 years just on the cost of servers (and yes, i have added in the cost of VMware licenses and support into that equation), and that doesn't even account for power and cooling savings. We've gone from almost 200 physical servers distributed over 7 full racks racks down to 28 servers in 2 racks (2 racks only because they are two separate facilities. Each rack only contains a single HP c-class chassis)

I think the real question is, how can you NOT understand the fuss around VMs?

Space

Obama Transition Team Examining Space Solar Power 275

DynaSoar writes "President-elect Obama's transition team has published for public comment a white paper entitled Space Solar Power (SSP) — A Solution for Energy Independence & Climate Change. The paper was prepared and submitted by the Space Frontier Foundation and other citizen space advocates, and calls for the new Administration to make development of Space Solar Power a national priority. The SSP white paper was among the first ten released by the Obama transition team. It is the first and only space-related white paper released by the team to date. With 145 comments thus far, it is already among the top five most-discussed of the 20-some white papers on Change.gov."
Movies

Submission + - George Lucas Anounces Two New Star Wars Movies

alberion writes: In interview to the Fox News, George Lucas anounces two new Star Wars Movies. From the interview:
Lucas tells me he will make two more live-action films based in the "Star Wars" era. "But they won't have members of the Skywalker family as characters," he said. "They will be other people of that milieu." The two extra films will also be made for TV and probably be an hour long each. But, like "Clone Wars," Lucas doesn't know where on TV they will land.

Slashdot Top Deals

"Money is the root of all money." -- the moving finger

Working...