Slashdot Mirror


VMware ESXi Available For Free Starting Today

Mierdaan writes "VMware's bare-metal hypervisor is available for free starting today. ESXi, which can either be installed or run from an embedded device available in certain servers, has a 32MB footprint and gives small businesses an easy way to get into the virtualization world, with easy upgrade paths to enterprise-level features such as (H)igh (A)vailability and (D)istributed (R)esource (S)cheduler. ESXi runs on most any hardware with a server-class disk controller, and previously retailed for $495. VMware is obviously shooting to prevent Microsoft's Hyper-V technology from gaining a foothold in the marketplace."

4 of 241 comments (clear)

  1. Replying to myself by Bandman · · Score: 3, Interesting

    I checked out the datasheet here(PDF), and ESXi is just the small-footprint operating system on-top of which you can run multiple virtual machines.

    So instead of having a fullblown Windows/Linux installation, you install this, and the smaller footprint leaves more resources for the guest OSes.

    Am I right? And what is the software that you need to manage ESXi?

  2. Still no Firewire support? by PingXao · · Score: 3, Interesting

    That's been a showstopper standing between us and vmware forever. Maybe it is finally supported, but I RTFA, then I even went and RTFWS and I couldn't find any mention of Firewire or IEEE 1394 (a or b).

  3. Re:awesome... by mitgib · · Score: 4, Interesting

    HyperV is also Xen aware. I played with it for a short period when RC1 was released, but was totally dissatisfied with it. I don't think VMWare has much to worry about as HyperV was not ready for production in my opinion at the time.

    I was able to install Xen kernels in Fedora and CentOS without a problem in HyperV, but could not for the life of me get w2k3 or w2k8 to install, while both install without issue in my Xen cluster. Virtual Server 2005 was a far better product from Microsoft, but still way lacking as it required windows as the base OS.

    Another lacking part I found with HyperV was poor ethernet support for *nix, limited to a realtech driver at 100Mbit. I really don't think enterprise clients will adopt HyperV for the one main reason of support though, it only officially supports SUSE, and if big enterprise clients can not purchase support for other linux distro's, they are not going to waste their time on Microsofts product.

    --
    Being a spelling & grammar Nazi is a sign you do not poses the intelligence to contribute to the conversation
  4. Thoroughly suitable for DIY management by joe_n_bloe · · Score: 3, Interesting

    Embedded ESX supports a large subset of the VI API (basically, everything that a standalone host can give you). You can write Perl or Java to your heart's content and get ESXi to jump through hoops. Virtual Center uses the VI API and it's quite possible you can write something you enjoy better. Go check out the Virtual Infrastructure SDK.