views:

1445

answers:

3

Ok, so let's say that I want to try virtualization in my environment. I want to use ESXi to do that because it is free. I can use the install disk and setup a box to run the ESXi Host.

I'm not sure if the VMware Infrastructure Client is free for one thing. You can use it to attach an ovf file (a packaged VM). The problem I had is creating an ovf file that worked. The free converter didn't do the trick.

Does anyone have any tips or guidelines?

+1  A: 

Sadly, no, the VMware client is not free:

"Further, managing a VMware ESXi host with VMware vCenter Server requires a VMware vCenter Server Agent for each host, only available with the purchase of a VMware Infrastructure license (Foundation, Standard, or Enterprise)."

From this VMware page:

http://www.vmware.com/products/esxi/uses.html

Brent Ozar
So is the Free ESXi Server free download useless? How do I get this box working with a virtual machine?
jasoncrider
Nah, it's still useful, but it's much more difficult. You have to do everything via command lines, SSH, FTP, that kind of thing. If you're just getting started, I'd use VMware Server, which is free and much easier to manage.
Brent Ozar
agreed. It is much easier and I've used it. I just thought that it was supposed to be better to use the ESXi because it wasn't dependent on an OS.
jasoncrider
+1  A: 

The VMware Infrastructure Client is free with certain restrictions. You just download it over the web from an installed ESXi host.

You need licenses to enable vMotion, but for a single host there's no problem.

We're using ESXi (free) with the VI Client (free) and getting tons better performance than VMware Server (also free). I wasn't so sure about the VI Client thing until I talked to someone else that had a working setup, it's a bit confusing and definitely not "obvious" if you're new to the various enterprise level VMware solutions.

sascha
how do you create the ovf file then?
jasoncrider
I've never used OVF files, just installed the VMs directly via the VI Client
sascha
A: 

Yes, VI Client is free with ESXi, you just don't get advanced features.

For creating an OVF you should have a look at VMware Studio, a new Beta was released recently.