VMWare ESX

Status
Not open for further replies.

mosprovider

Member
Mar 29, 2002
89
0
0
I have wanted to learn VMWare ESX for a while and would like to attempt installing this at home. I found a version online 3.5 i believe and I have been doing some reading on it find out that it does not load on just any hardware.

I found post mentioning that I should load VMware workstation and running it through that however I had a former colleague who ran this from him home without using VMWare workstation.

Anyone manage to install this at home or know some tricks to get this to run?

Running this in VMWare workstation doesn't really seem like the point of what it would provide for me. I have multiple OS's I use for Training and I couldn't imagine having them all run with in VM Ware workstation under ESX but maybe that's what needs to be done...

Thanks in advance...
 

dinkumthinkum

Senior member
Jul 3, 2008
203
0
0
ESX is a hypervisor, which is supposed to be like a tiny layer on top of the bare hardware that provides virtual machines and a few primitive OS-like services.

I believe ESX requires virtualization support in hardware, which is fairly common nowadays, but not universal.

Workstation is a more traditional product meant to run under an existing OS that can use hardware virtualization but also does the old software-only tricks that Intel-compatible processors used to require because they were never designed properly to begin with (and still aren't, thanks to the need for backwards compatibility).

If you are just using it for training under different OSes then VMWare Workstation (or just VMWare Player, which is free) would be what you want.

I am not a VMWare person (though I do work with a couple of such people) and so I can also recommend other (free) emulators such as QEMU/KVM, VirtualBox, and Bochs for your emulation needs
 

mosprovider

Member
Mar 29, 2002
89
0
0
I have a tower that has 8g ram and a Pent quad core processor which should work fine for this project. I am just checking in to the likely hood of having an issue before wiping the box.

I have used VMware workstation quite a bit now and feel i know it pretty well. However on alot of jobs that cross my desk require ESX experience and Id like to set this up some how at home.

Im kinda getting that this maybe hard to do....
 

bobdole369

Diamond Member
Dec 15, 2004
4,504
2
0
Yup in short ESXi is the "rack" into which virtual "blades" are inserted.

You have a number of virtual machines that are running within a single physical machine.

Often something like this forms the basis for VPS.

Given fat enough hardware that is redundant in all aspects and licenses (if you go the MS way) you can build up several redundant servers virtually and stop and start them at will. Since the hypervisor is at a lower level than the OS, one could crash and not take down the rest of the machines.
 

classy

Lifer
Oct 12, 1999
15,219
1
81
http://www.vm-help.com/esx40i/esx40_whitebox_HCL.php

http://ultimatewhitebox.com/systems

If you check these two links you'll be able to see if your config will work. Up front I can tell you, I have used ESX and ESXi for about two years now, the storage controller and NIC are most important for compatability. You can't run 64 bit VMs without virtualization hardware support. Not all Intel quads have VT support. All AMD64 and higher cpus have virtualization support.
 

bwanaaa

Senior member
Dec 26, 2002
739
1
81
forgive my stupidity, i only use vmware player (fusion to xp on a mac). What does esx and esxi do for you? If i want to run multiple oses, i can do that already.

and also, to the OP, is that avatar unique to you? I know a guy on planetgamer that uses the same. are you and he the same?
 

IndyColtsFan

Lifer
Sep 22, 2007
33,655
687
126
I have a tower that has 8g ram and a Pent quad core processor which should work fine for this project. I am just checking in to the likely hood of having an issue before wiping the box.

I have used VMware workstation quite a bit now and feel i know it pretty well. However on alot of jobs that cross my desk require ESX experience and Id like to set this up some how at home.

Im kinda getting that this maybe hard to do....

Check your hardware against VMWare's compatibility list. Also, if you're worried about wiping your system, buy another drive and load VMWare on that to make sure you can get it working first before wiping anything.

ESXi is available free on their site and it is a lite hypervisor. IIRC, the limitation of the free ESXi is that it cannot be managed in Virtual Center. VC is where a lot of the magic happens but for a home environment, you probably wouldn't have the hardware or money to set up a VMWare cluster and manage it with VC.

I run two systems at home with the free VMWare Server running on a Windows OS. The performance isn't anything close to an ESX/ESXi cluster with a SAN, but for my purposes, it is fine. You might want to start with VMWare Server 2.0 and learn the basics of virtualization first, as that would translate over to ESXi. If you do manage to get ESXi working on your machine, you would gain exposure to the VI Client, as that is also used to manage clusters with VC.
 

IndyColtsFan

Lifer
Sep 22, 2007
33,655
687
126
forgive my stupidity, i only use vmware player (fusion to xp on a mac). What does esx and esxi do for you? If i want to run multiple oses, i can do that already.

ESX and ESXi are industrial-strength virtualization products that are bare metal hypervisors. Because they don't run on top of an underlying OS, they are able to achieve excellent performance.

There are many other features and capabilities that these products have as well, but they're primarily geared towards the enterprise so you generally wouldn't be able to take advantage of them at home.
 

IndyColtsFan

Lifer
Sep 22, 2007
33,655
687
126
Yup in short ESXi is the "rack" into which virtual "blades" are inserted.

You have a number of virtual machines that are running within a single physical machine.

Often something like this forms the basis for VPS.

Given fat enough hardware that is redundant in all aspects and licenses (if you go the MS way) you can build up several redundant servers virtually and stop and start them at will. Since the hypervisor is at a lower level than the OS, one could crash and not take down the rest of the machines.

And if you cluster VMWare servers with a SAN and use DRS and HA, you can literally take a sledge hammer and destroy a single host and all of the VMs on that host will migrate over to another, live host (assuming you've planned your resources carefully) within a couple of seconds. It is extremely slick.
 

bobdole369

Diamond Member
Dec 15, 2004
4,504
2
0
And if you cluster VMWare servers with a SAN and use DRS and HA, you can literally take a sledge hammer and destroy a single host and all of the VMs on that host will migrate over to another, live host (assuming you've planned your resources carefully) within a couple of seconds. It is extremely slick.


Niiiiiiice. I wish I had IT funds for something like that. I'm trying to justify using virtualization in a vessel monitoring system. The redundancy requirement is where I'm losing. It's more cost effective to run another PC, despite the many points of failure, however the industry hasn't opened its eyes. The marine world thinks 2 shitty PC's are better than 1 good PC with double parts.
 

IndyColtsFan

Lifer
Sep 22, 2007
33,655
687
126
Niiiiiiice. I wish I had IT funds for something like that. I'm trying to justify using virtualization in a vessel monitoring system. The redundancy requirement is where I'm losing. It's more cost effective to run another PC, despite the many points of failure, however the industry hasn't opened its eyes. The marine world thinks 2 shitty PC's are better than 1 good PC with double parts.

I flipped the switch on one of our hosts once, and most of the VMs were only down for a couple of pings. Of course, when they come up on the other host, they're in a crash consistent state, but even still, that beats being down for several minutes.
 

JD50

Lifer
Sep 4, 2005
11,888
2,788
136
Niiiiiiice. I wish I had IT funds for something like that. I'm trying to justify using virtualization in a vessel monitoring system. The redundancy requirement is where I'm losing. It's more cost effective to run another PC, despite the many points of failure, however the industry hasn't opened its eyes. The marine world thinks 2 shitty PC's are better than 1 good PC with double parts.

You should look into RHEV (Red Hat Enterprise Virtualization), it's a good bit cheaper than vmware.
 
Feb 24, 2001
14,513
4
81
FWIW ESXi (the free one) has changed it's name to VMware vSphere Hypervisor

I was confused as hell trying to find some updates to our ESXi system.

It really is impressive stuff. We've consolidated servers down to just 2 boxes from what have been 5.

It really is a no-brainer on setting it up. Granted these are on Dell servers and not a workstation, but you just throw the CD in, boot, give the server an IP address and a few minutes later you are ready.

Just fire up the vsphere client and log into the server. Listing on the left of what servers you have and just right click and choose power on and it is literally like sitting in front of a server. Exact same boot procedures and everything.
 
Status
Not open for further replies.
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |