Slashdot Mirror


Ask slashdot: Which 100+ User Virtualization Solution Should I Use?

Gonzalez_S writes "Let's say you need to give access to 100+ users to create their own virtual machines and devices (eg. switches, .., ms windows or linux family) in a manageable and secure way. Which virtualization solution would you choose? There are vmware, xen, kvm, .. based solutions, but which one would you prefer and why? The solution should be stable, manageable, scriptable and preferably have ldap integration. In this case I also need to setup a playground for IT students, next to hosting production servers on the same system."

52 of 191 comments (clear)

  1. That already exists... by Anonymous Coward · · Score: 3, Informative

    Why not work with AWS to setup a "private cloud" sandbox? Reserved instances can keep your costs relatively flat, and the AWS crew seems pretty amenable to helping out when it comes to unique needs...

    1. Re:That already exists... by Anonymous Coward · · Score: 4, Informative

      You have a very good point in that Amazon is about 80% of the virtualization market and growing and are far more competent than anyone except Google. There's almost no other API it is worth dealing directly except for ones which access both EC2, Eucalyptus and OpenStack. Amazon's infrastructure is also pretty cheap as long as you are not too demanding. Certainly much cheaper than their competitors.

      There are some serious problems though. Amazon will ban you if you start to run serious security, stability or load tests on their systems. This means that whilst it may be suitable for production use (if you overload in production they will normally work with you to solve "real" problems) it is not suitable for testing or learning. Amazon's infrastructure is also pretty opaque and when you start researching into detail they may get upset. Finally, Amazon has some "interesting" performance limits which they will never care about fixing.

      This means that the correct answer to the question posed is to use Eucalyptus, which provides an Amazon compatible interface as your private cloud and to use Amazon for whatever suits the public cloud. Your research students and some of your production use which has a benefit from being private (typically needs access to large amounts of data currently locked inside your network for whatever reason) can be on the Eucalyptus.

      Eucalyptus had some stability problems which are going away. It was also delicate to configure and the configuration files are still nasty. However it's definitely the only currently functional solution to the problem set above.

  2. VMWare vs Citrix by alen · · Score: 4, Informative

    vmware is cheaper and easier to set up
    Citrix is a lot more expensive and a PITA to set up but a lot faster since Windows 7 and later has native citrix code in it for virtualization and a lot more customization

  3. Re:If you have to ask /. by ludwigmace · · Score: 2

    Pretend the last sentence or two weren't there. Then how would you answer the question? That might help the OP and community at large.

  4. VMWare, Ubuntu and Puppet by i_want_you_to_throw_ · · Score: 4, Interesting

    When my company had to come up with a solution to have all of our developers to develop in an environment that absolutely mimicked the production server we used a combination of VMWare to run a version of the Ubuntu. Puppet made creating all of this really easy. It gave us the ability to completely blow away a machine and reconstitute in very little time.

  5. do you need full virtualization? by Chirs · · Score: 2

    If you can get away with sharing one kernel (and ideally one distro for userspace), a container-based solution is likely going to be less resource-intensive overall.

    1. Re:do you need full virtualization? by gl4ss · · Score: 2

      If you can get away with sharing one kernel (and ideally one distro for userspace), a container-based solution is likely going to be less resource-intensive overall.

      well, he needs virtual switches and routers so they can ditch the physical networks learning lab.

      --
      world was created 5 seconds before this post as it is.
  6. Hyper-V or vSphere. by tysonedwards · · Score: 5, Informative

    Considering that you are likely out of an educational institution, Microsoft likely provides you with free licenses for their products. As such, Hyper-V and SystemCenter would provide you with a fairly good experience that is easy to manage and automatically deploy based off of Active Directory. It is a solution that will likely meet all of your stated requirements and your other likely needs and wants in a package that is "good enough".

    If you have a budget, consider VMware's vSphere offering. It can get pretty expensive (license costs greater than that of your physical hardware) however it is currently best-in-class and provides some truly amazing administration tools.

    --
    Thirty four characters live here.
    1. Re:Hyper-V or vSphere. by TheRealSlimShady · · Score: 2

      There is basically no lock-in to any virtualisation platform these days. They all use essentially open virtual hard disk formats and it's trivial to convert from one to the other. But you end up locked in anyway, as all your scripting & management is targeted at whatever platform you choose - be it KVM/vSphere/Hyper-V. So choose the one that makes managing it easiest for you. If you like bash, choose KVM. If you like PowerShell, choose Hyper-V or vSphere.

    2. Re:Hyper-V or vSphere. by jerquiaga · · Score: 3, Informative

      As such, Hyper-V and SystemCenter would provide you with a fairly good experience that is easy to manage and automatically deploy based off of Active Directory. It is a solution that will likely meet all of your stated requirements and your other likely needs and wants in a package that is "good enough".

      As long as your definition of "good enough" includes endless problems with Linux guests.

      A couple of years ago, you would have been right. Anything with a 3.0 or above kernel has all of the Hyper-V modules in the kernel. For CentOS or RHEL, you can use the integration tools. I run about a dozen Linux machines on our Hyper-V cluster without any issues.

    3. Re:Hyper-V or vSphere. by evenmoreconfused · · Score: 3, Informative

      I second this. I've migrated several business services (e.g. svn, flyspray, etc.) from physical boxes running various OSes (W2K8, Ubuntu) to CentOS virtual hosts on HyperV. Apart from one issue*, which is a stupidity using Minimal CentOS unrelated to Hyper-V, I have yet to see a single problem running CentOS on Hyper-V.

      * CentOS Minimal requires manual network setup, which is fine, but there is no plug-and-play support. So whenever the VM is moved to a new Hyper-V server, the CentOS networking breaks (the solution is to manually assign a MAC address for the virtual NIC, rather than using the default "automatic" setting).

      --
      No. Well...maybe. Actually, yes. It really just depends.
  7. Re:If you have to ask /. by papa1890 · · Score: 5, Insightful

    Opinions are a great thing to gather when building any type of system no matter how experienced you are. People stand shit up all the time that they aren't 100% familiar with and in this day and age products can change drastically. Do you really expect OP to know everything about every possible virtualization product? I don't see anywhere in his post that he is asking for anything more than an opinion. He doesn't even state that he needs one, he's simple asking for peer feedback. Instead he gets asshat responses from the internets...

  8. Re:If you have to ask /. by Anonymous Coward · · Score: 2, Informative

    Ah fuck off. It's actually a good and interesting question to see what the various specialists come up with.

  9. Proxmox by Anonymous Coward · · Score: 5, Informative

    It's free and offers higher performance than VMWare (which as far as ESXi 5 goes) sucks.

    You can create users with privilege levels as expected and you may also cluster several servers together (as you can with other solutions).

    You can also do containers OR a full virtual machine depending upon the OS you are trying to emulate.

    Give this a shot before paying for any of the software others have recommended. Our company has switched all virtualized servers to run on Proxmox hosts and the uptime is 100% with MANY users.

    1. Re:Proxmox by bprodoehl · · Score: 2

      Yes, +1 to Proxmox. Runs on commodity hardware, performance is good, cluster and backups haven't given me a headache yet. I'm running 100+ VMs across 5 machines, with about a dozen users, and it feels nowhere near its limit.

  10. KVM by Zeromous · · Score: 5, Informative

    End of story, everything else here is overkill. KVM sounds just about right for your needs and is very stable and FREE.

    You can provide people with a variety of images and single command to deploy them (without root). It's not even that hard to setup. The hard part really is setting up an LDAP server to meet your needs.

    --
    ---Up Up Down Down Left Right Left Right B A START
    1. Re:KVM by DarkOx · · Score: 4, Informative

      KVM is great for a environment where everyone is being cooperative; and sorta knows what they are doing. It lacks the resource management and isolation features you'd want in an academic lab. You need to be able control how much storage I/O a single vm can use. You might have someone learning about networking even doing things purposefully that are going to slam CPU resources like creating loops in Ethernet topologies.

      Yes you might be able to get some Linux hosts with KVM to what you need with cgroups, and limits, etc but its going to be anything but simple and manageable across multiple physical hosts without tons of scripting and testing on your part. Libvirt is still a moving target, so keeping everything working is going to be adventure as well. All the precursors to provide the experience vSphere and Xen offer are there but lets not kidd anyone about the work that is still needed to get there. It would be wonderful if original poster could offer the resources to do that and even better if it could get contributed back to the community but its a tall order.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    2. Re:KVM by Coram · · Score: 2

      kvm itself doesn't really give you anything in terms of control or management features. That all comes from libvirt or ganeti or whatever you've got. We've been using ganeti for a while and it does a reasonable job for our purposes but it is still a long way off from being something i'd feel comfortable deploying for customer use.

      --
      I say I ain't giving you no tree fiddy you goddamned Loch Ness monster, get yo own goddamned money!
  11. If you ask me by Anonymous Coward · · Score: 2, Informative

    Xen with paravirtualized guests would be stable and scale well, as I understand it. There is Xen Center to do this, or you could get the new Debian 7, which is supposed to have good support for that out of the box as well. It has good manageability as I understand it.

    But yeah, I'd be of the inclination to do your research rather than have us make the choice for you. We can only offer suggestions, but you need a good idea of what you want to do too. For example, IT students often don't have a good understanding of Linux, despite what you'd think.

  12. Re:If you have to ask /. by DarkOx · · Score: 5, Insightful

    I don't agree. There is nothing really unique to virtualization, it's just really interdisciplinary, storage, network engineering, wintel admin, Linux admin, physical datacenter management, etc on these scales. Nothing anyone who has been in IT for awhile and worn a few hats in that time can't be expected to do so reading and then get started.

    It is a useful question to ask though, at least several of the products mentioned can likely meet his needs, there are qualitative and technical differences and soliciting some info on he experience of others, to help direct his research effort is not unreasonable

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  13. You cannot mix production and playground by gweihir · · Score: 4, Interesting

    Virtualization will not isolate them against each other. For example, it is quite easy to saturate I/O from the playground. Then your production performance goes down the drain as well. Also, basically no plain virtualization is really secure, these things are fat too complex. Another reason not to mix different classification levels like production and playground. Maybe if you really, really carefully isolate them with SE-Linux, but then you still have things like VM-to-VM crypto-key leakage.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:You cannot mix production and playground by gweihir · · Score: 2

      The timing and cache attacks are very much non-academic, unfortunately. As are the problems of generating good key-material in virtualized environments in the first place.

      Your SAN proposal should solve the I/O issues, but it makes everything that more complicated as this has to be configured right, and that is _not_ easy and requires quite a bit of experience and skill. If it can be done at all without having the thing fail regularly for a while. It would be far easier to just have on production cluster and one playground cluster, as the playground is extremely hard to model, but at the same time not that critical. KISS applies. Virtualization increases complexity and its therefore a problem in itself. It only makes sense if there are significant benefits to be expected. Being buzzword-compliant is not a benefit, unless you have to cater to the whims of terminally stupid management.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  14. Sounds like a job for..... by Heebie · · Score: 4, Insightful

    I think the closest thing you'll get to "out of the box" for what you're looking for is Apache Cloudstack running on Citrix XenServer for a hypervisor. With basic networking, you can keep things pretty simple. With advanced networking, you can allow your users to build virtual data centres. It can be 100% free open-source software as well, although if you get Citrix CloudPlatform, you get a couple of extra features, and support, but you pay for the support. You could be something similar with other products, but CloudStack actually has a pretty amazing amount of stuff that is just there already, and doesn't need configuring.

  15. Re:If you have to ask /. by bloodhawk · · Score: 3

    I don't agree. There is nothing really unique to virtualization, it's just really interdisciplinary, storage, network engineering, wintel admin, Linux admin, physical datacenter management, etc on these scales. Nothing anyone who has been in IT for awhile and worn a few hats in that time can't be expected to do so reading and then get started.

    If he had those discplines and skills then I doubt he would be asking slashdot. Seriously if you need to ask slashdot the question he asked then he is unlikely to have the skillset to implemet ANY of the solutions in a well managed way.

  16. A REAL Answer.. by Anonymous Coward · · Score: 4, Informative

    There are a lot of options, and the OP is just asking for a general structure. Classic /. community fail to assume we are even dealing with someone that will be doing with implementation. This could be the director trying to get a ballpark before sinking their teeth in or a under-paid teacher, with little time, whto wants to make their students' learning environment better. I was the only one with a VPS in my classes, and thus the only one, in the end, who actually knew how to get anything done, outside of theory.

    My rant to /. is over. Now to answer the OP:

    The easiest way to get started would be Xen Cloud Platform + Citrix Xen Center. That alone will get you a free robust virtual hosting environment, but this will require you to set up a few VM templates and manually deploy to students. You can take this one step further by using OpenStack + XCP which will give you an API which you can use to build a web-front for student deployment. Some might already exist, but all the ones I am aware of are built around payment models.

    As for users managing switches, I have no clue and good luck there. IMHO, I would VLAN and let OpenStack manage it. You can use the US Navy's network simulator to teach concepts if you like. It even allows using tools like wireshark for real-world analysis experience.

    Good luck, I hope you use this to make students more ready for the real world.

    1. Re:A REAL Answer.. by GPLHost-Thomas · · Score: 2

      As for users managing switches, I have no clue and good luck there. IMHO, I would VLAN and let OpenStack manage it.

      VLAN used to be the common solution for networking with OpenStack. Though there are major drawbacks with that (limitation in the number of VLAN, hardware needs to support it, etc.), so these days, mostly everyone (me included) prefer the GRE tunnel solution.

  17. linux and virtual box by Anonymous Coward · · Score: 3, Interesting

    I ran redhat 6.0 with virtualbox to 60 plus student doing computer science projects. The base was on a quad core with 16 Gb and local Tb storage. this worked great with ssh access. Adim was via nomachine and ssh.

    Try the same in redhat 6.3 with redhat virtualization.

  18. Re:Vagrant and Jenkins and Virtual Box by cstacy · · Score: 4, Funny

    Take a look at using Jenkins which is a continuous integration builder but can be customized to just bring up VMS as needed.

    VMS? Cool!!

    $ DEFINE/SYSTEM LNK$LIBRARY $DISK1:[PLAYGROUND]STARTER_EXAMPLES

  19. Re:If you have to ask /. by Billly+Gates · · Score: 4, Insightful

    If you have to be so arrogant and pretend to know what is best without research or asking other I.T. professionals then I have to say you are not doing yours and neither are the moderators who made this +4??

    Stating that you are not qualified is also highly insulting and ruins the quality of candid discussion on Slashdot that I do like and enjoy reading the comments.

    In fact regardless of the field I do not know of anyone who is competent who does not look to others with more expertise in a specific area for opinions. No matter how badass you think you are at your job there is always someone who knows more than you. Especially in a particularly area such as this case virtualization.

  20. Re:If you have to ask /. by Anonymous Coward · · Score: 3, Insightful

    Nah, it's called getting a set of basic user requirements and then looking through a set of products to see which match the list.

    "That worked so well!!", said no one who ever did that ever.

  21. Re:If you have to ask /. by Billly+Gates · · Score: 5, Insightful

    Or an expert for that matter?

    I have setup VMware before but I sure as hell would ask others before I put live production and recommend an expensive solution and put my job on the line for 100 users. Google will show just search engine optimized crap of people trying to see stuff anyway and it is hard to tell which is real and which is a fake website pulling data from another designed to pimp up the ratings of a 2nd website.

    Windows 7 forums are copied by bots all the time and put in fake ad/malware ridden sites with links to someone trying to sell something to get a higher Google SEO rating whenever I try to search for something technical. It is annoying.

  22. OpenStack by subreality · · Score: 4, Informative

    The specific virtualization system you use doesn't really matter. You're looking for ways to manage it.

    If you want to run your own cluster, check out http://en.wikipedia.org/wiki/OpenStack , specifically the Nova, Quantum, and Keystone components.

    If you want to do it efficiently you might also want to consider using it as a service. Other people are already selling OpenStack on a massive scale with levels of efficiency that you'll never touch. Rent what you need, see what works, and then start building your own in-house when (or if) you find things you need to improve.

  23. oVirt by Anonymous Coward · · Score: 5, Informative

    www.ovirt.org

    Full VM solution, for free. What more do you want. Easy to setup, easy to use, easy to control. It has LDAP integration.

  24. Re:If you have to ask /. by nospam007 · · Score: 4, Insightful

    "Even if it's just for students to play with: If you have to ask us, then you're not qualified to do your job."

    You seem to suffer under the impression that US schools have the money to hire top specialists.

  25. oVirt by new23d · · Score: 3, Interesting

    oVirt, of course. It is the upstream of RHEV - which is Red Hat's offering, well polished and what not.

  26. OpenStack by buss_error · · Score: 2

    What about Open Stack? For production, don't oversubscribe RAM. For a play ground, isolate them to one physical machine and let that machine over subscribe. I'm guessing but you can host about 20-25 virtual servers per compute node, you'll need a physical management machine, and if you do a lot of different images/want backups, you'll need a machine with a bunch of disk space or a iSCSI appliance. The open stack doc will tell you which iSCSI system will work.

    --
    Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
  27. Re:If you have to ask /. by XcepticZP · · Score: 4, Insightful

    I highly agree with you. The answers to technical/geeky questions on Slashdot always have a lot of experience and insight. That is something Google searches would never yield, unless they happen to be results of Slashdot questions regarding the topic you're searching for.

  28. Re:If you have to ask /. by kermidge · · Score: 3, Insightful

    Gotta step in somewhere.

    My first response halfway through Gonzalez' post was "Oh, yeah, he's an instructor, maybe at a community college, and he's in charge of getting this thing up and running." Next thought, "He's done no homework other than learning the names of some virtualization methods/engines and wants the smart folks on /. to do it for him." Clinched with the last two sentences.

    Then, before delving into all the helpful posts thus far, I figured it was also possible he'd done a bit of swotting up and reached the point where he's brain-burnt, confused and maybe over his head. As another here has said, simply trying to use Google to get to sources for decent advice or real infos can be... disheartening.

    Finally, since we all plopped out of the womb knowing little more than how to suck, poop, and cry, it's not unreasonable to ask those who might know more, or who've been in the same boat, for any useful info, pointers, advices, which lead him to right here and now.

    Now to continue reading, see if anything interesting and useful shows up.

  29. Re:Vagrant and Jenkins and Virtual Box by gavron · · Score: 2

    /trans=(conc)

  30. Nested virtualization by shentino · · Score: 2

    Look into solutions that make use of nested virtualization.

    If you want to create an IT playground that itself involves virtualization, being able to have nested virtualization will let you use VMs to confine the playground without taking away the VM toys.

  31. Re:If you have to ask /. by kermidge · · Score: 2

    so I got to the end, and /.ers stepped up. Nice!

    I never did any of this for a living, only a few classes, and very little of it for a hobby as time allows, only use VirtualBox for my own stuff, having tried several of the other end-user solutions over the past few years. Already got hipped to some neat things I'd not heard of - proxmox, chef, vagrant, ovirt, jenkins, etc. Don't know what OP gets from it, but I have some reading to do.

    I'd be interested to see what Gonzalez ends up doing.

    From those who really know their stuff, I suppose it's not a hardship to toss off the informative paragraph or two, but I can imagine that it might be nice to get some feedback even so.

  32. Re:If you have to ask /. by smittyoneeach · · Score: 2

    I 90% agree with you.
    But the force of the 10% disagreement is 9 times that of the agreement, leaving me stymied.

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  33. Re:If you have to ask /. by hodet · · Score: 3, Interesting

    What a load of elitist bullshit. Maybe he has already done a lot of research and has a good idea. Do you really think he is panicking and turning to /. because he has no clue? I think that this, being a technical community that still has alot of expertise and insight in it, he decided to hear other peoples/professionals perspectives.

  34. Re:VMware hypervisor for virtualization. by mysidia · · Score: 4, Insightful

    OP: You can do what you want with a simple install of ubuntu and 20 minutes worth of bash to get a prototype together.

    Prototypes are easy; there are a lot of problems you don't have to worry about like bad neighbors on a VM host, or proper failover and reliability considerations.

    The author said secure and manageable.

    It's hard to imagine something as less manageable than "You have to write your own code" just to even get a working prototype.

    And it's hard to imagine something less secure from an availability perspective than... "I just cobbled together some ad-hoc failover code in bash"

  35. Re:Look for a orchestration platform by GPLHost-Thomas · · Score: 2

    OpenStack is new, but still relatively immature.

    I would have say that 8 months ago. Now, with the latest release (code name Grizzly, version 2013.1.x), we are up to a very good level, with quantum finally working correctly. For storage, I would suggest Ceph rather than Swift + Cinder. Thomas

  36. Re:If you have to ask /. by loxosceles · · Score: 2

    Hi! I'm your Slashdot assistant! I see you have misused the word "advise".
    "Advise" is a verb. You advise someone on some subject matter.
    "Advice" is a noun. You give someone advice.

  37. Yep by Sycraft-fu · · Score: 4, Informative

    Our central infrastructure is on Hyper-V at work now on account of VMWare wanting way too much money. We use a lot of RHEL systems and they all work well. Our web server, MySQL server, puppet server, that sort of thing all run on Hyper-V. The Linux admin didn't have much trouble with it. The main limitation I'm aware of is that you can't do dynamic memory.

    While it isn't ad Linux friendly as VMWare, it seems to work just fine. As to which between them you should use, depends on features and price. In our case Hyper-V was "free" since we have software assurance with MS campus wide and VMWare wanted like $20,000 per system for vSphere with the feature set we wanted, so it was stacked heavily to Hyper-V. You case may be different, so make sure to check out both.

    However don't write off Hyper-V because it is MS. With Server 2012 it is a real, no-shit, enterprise virtualization solution that works well and has loads of good features. They fixed their rubbish networking from 2008R2 also, their virtual switches are exceedingly fast, and it supports full SR-IOV if your NICs do.

    I was very pleased when I tried it out, our Linux admin liked it, so we migrated (we had an old VMWare 3 setup). Migrating VMs was easy too. Uninstall VMWare tools, use the Starwind converter to go from vmdk to vhd, use Hyper-V to go from vhd to vhdx (and make it fixed size), set up a VM, start it, and install the integration services.

  38. The one your distro recommends, take it from there by Qbertino · · Score: 2

    That's easy: Choose the one your distro of choice recommends - I'm presuming you're using Linux here.
    Otherwise I'd recommend you switch to it before virtualising things - my fairly safe blind guess is that the custom-virtualisation-setup-community is by far the largest for x86 Linux.

    If you run into troubles you can't get a grip on, start switching through the ones the most helpful people in the forums/irc channels you're using recommend.

    Good luck.

    --
    We suffer more in our imagination than in reality. - Seneca
  39. Re:Citrix because its web enabled by Billly+Gates · · Score: 2

    Not to sound like an ass but I need something tested and well supported. Not freeware.

    +100 users have specific needs as well as the I.T. staff who need to manage it on 100 users. A hypervisor is not what is needed. What is needed is a real managed, supported, and configurable way, and scaleable. That means clustering, no special software if possible for each client, authentication to the VM, scalability on the servers, IE or Firefox addons or none at all with a java server frontend to the VMs etc.

    Xen is just a hypervisor. Not even close to the same league as a professional virtualization suite.

    I mentioned Citrix because it is the only one I have seen which workers over a browser which means the desktop support agents do not have to bother with this and users can stay at home and still do work on personal equipment or their Ipads. VMware might be working on similarly offering but Citrix is more geared towards this problem but I could be wrong as I have dabbled in it but not did any large layout before.

  40. Re:Citrix because its web enabled by postbigbang · · Score: 2

    A lot depends on what you want to host. The Windows Type 1 hypervisor platforms are well-known. If you want to host Linux/BSD/etc., there's really a different family for that.

    If you want to add-in VDI, it's a different mix of products, but the commercial vendors are the same. VMware is expensive, Citrix less-so, Oracle is reasonable if and only if you like Oracle; Microsoft supports Microsoft and a hand-picked set of Linux options.

    But you can teach a lot by using Xen, vyatta, and a bunch of FOSS components that are as secure and LDAP-using as the rest of them.

    If you need your hand held, and you have budget and hardware, VMware is deluxe but sometimes opaque. Citrix is strong if loose and fast and more egalitarian (especially in VDI support).

    You can get HTML5 support from any of the commercial vendors, but supporting Linux is a bit tougher-- Citrix does this better. Oracle doesn't support HTML5 at this point.

    --
    ---- Teach Peace. It's Cheaper Than War.
  41. KVM, Gentoo, and Salt Stack by FreeUser · · Score: 2

    When my company had to come up with a solution to have all of our developers to develop in an environment that absolutely mimicked the production server we used a combination of VMWare to run a version of the Ubuntu. Puppet made creating all of this really easy. It gave us the ability to completely blow away a machine and reconstitute in very little time.

    We did the exact same thing for developing proprietary trading software, using KVM on Gentoo with Salt Stack. There are numerous free options for achieving massive virtualization...paying for a VMWare license (which you'll have to do if your environment gets serious at all) is a complete waste of money. Want Enterprise resiliency, vm migration, etc., add a clustered filesystem and Opennebula/Openstack to the mix.

    The only reason not to do this would be a lack of in-house expertise, in which case, be prepared to pay well over the market for commercial solutions in perpetuity, and be beholden to their support staff and contracts. Good luck with that.

    --
    The Future of Human Evolution: Autonomy
  42. Dumb question - sharing OS disks between VMs by billstewart · · Score: 2

    This is a dumb question, but is there a recommended way to share operating system virtual disks between VMs, so you don't need 100 copies of the same Ubuntu? I realize you could set up one server VM and advertise /usr/share over nfs or samba across a virtual switch, but are there better approaches?

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks