Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

VMware Releases Server 1.0

Posted by ScuttleMonkey on Wed Jul 12, 2006 04:02 PM
from the best-things-in-life-are-free dept.
epit writes "VMware has released v1.0 of their VMware Server product for free (as in beer) as planned. Up until now, it had been a beta download. You can download your copy via the VMware website. Release notes are also available."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by ScottLindner (954299) on Wednesday July 12 2006, @04:04PM (#15708389)
    I've never used VMware but have heard lots of great things from many people. I always wondered what the business model was for VMWare. Who uses it? Why would they pay for it? Things like that.

    Are there any legit home uses for VMware on a regular basis?
    • by Gr33nNight (679837) on Wednesday July 12 2006, @04:08PM (#15708415)
      Our corporation has been using VMWare Server ESX for the past 2 years and it is great. Instead of having 5 servers in a rack, you can buy 1 beefy server and just have everything in a VM. But lets say your servers are mission critical and you are worried about a hardware failure on that 1 server. If you use VMotion you can have redundant servers, so if your main VMWare server box fails, the 2nd backup VMWare server automatically picks up where the other left off, you dont even notice that the virtual machine switched servers - it works that good. Seriously, VMWare is awesome.
        • by mchawi (468120) on Wednesday July 12 2006, @04:19PM (#15708525)
          If you have an application that is not memory or cpu intensive, but it doesn't work well with others - this works very well. Even if it does work well with others, it helps you to really put it by itself. This is partly useful for troubleshooting, but it means when you call a company for support they can't really point their fingers at anyone else because their product is the only thing installed.

          It is also useful for things like clustered file servers. They don't take up much cpu/memory, but if you put two (or more) of them out there on a VM box you can roll them back and forth for patches, updates, adding drives, etc.

          It also helps for disaster recovery. You can do the equivalent of a bare metal restore in a few minutes versus loading a machine from scratch, loading drivers, loading your backup software and then restoring.

          So multiple answers - and I'm sure there are many more that I haven't listed.
        • by Rude Turnip (49495) <valuation@nOspaM.gmail.com> on Wednesday July 12 2006, @04:28PM (#15708586)
          "Searching for pr0n and warez in a virtual machine and whack it when I'm done."

          Thanks for sharing that.
        • by suckmysav (763172) <suckmysav@@@gmail...com> on Wednesday July 12 2006, @10:17PM (#15710271) Journal
          "Why would you need more than one server on a big beefy server instead of running everything on one server?"

          Good grief, where do I start?

          Putting everything on one big server is a recipe for disaster. What if one app goes down and you need to take it down, reboot, rebuild, whatever? You have to take your whole bloody network down. Lots of angry users.

          What if you upgrade your apache server which inadvertantly causes your mysql server to die? What do you do. Restore the whole shooting match from backups? Spend an hour or two trying to roll everything back? All while your users are looking over your shoulder asking "how long before it's fixed?"

          Doing it that way is just shitfight city.

          On the other hand, if you run all your servers virtually you open up a whole world of possibilities.

          For example, a few years back I worked at a place that ran their whole operation on a bunch of NT4 servers made up of a pair of Compaq Proliant ML530's (which supported SMP but only had single 1Ghz P3s fitted). These servers also had 1Gb RAM each plus 3 x 18Gb SCSI in raid 5 configuration. On top of that they had a hodge podge of whitebox servers, all with SMP mobos but only single CPUs. It was a nightmare.

          One day the backup tape drive died and the bosses were not keen to spend 3 grand for a new one. Also, I already had the shits with the whole shitfight so I built a few tempory boxes, moved the stuff onto them and pulled the 2 compaqs offline. I cannibalised one of them and made a monster (well it was back then) server with dual P3's, 2Gb RAM, 6 disk hardware raid and redundant PSU's. I kept the remaining chassis as a spare in case the main box died.

          I stuck redhat 9 on the "monster" and GSX server on that. Then I built 8 virtual servers, 2 x Win2K AS and 6 x redhat 9 and ran all of the main apps (apache, sendmail, PDC, BDC, FIle+print, MySQl and a CRM package all on seperate virtual servers. Once this was done I switched off all the other boxes and after running like that for a few weeks to make sure all was OK I also scrapped those boxes. Again I cannibalised them and came up with a lesser monster whitebox which I also put vmware GSX on, stuck 1gbit lan cards in both and hooked the two up with a link cable, wrote some scripts to backup the servers across that link nightly.

          So, I had rationalised the entire server room down to two boxes, considerably improved reliability and all for the price of a vmware license and on top of that I had a spare chassis available in case of a catastrophic failure.

          About a year later one of the SCSI discs died. The whole thing kept working but it was sloooow. So, all I did was manually copy over the server images from the nightly backup, shutdown the main server and turn on the primary lan interface of the backup box. The whole shebang was back up and running within an hour with no loss of data. Neato.

          Other advantages for vmware are;

          If you want to do major upgrade to a server, you can just copy the server image to your development box, fire it up, do the upgrade and then test it all out. All perfectly safely. If you fuck it up then you just do it again and try to figure out what went wrong, document your steps and when it is time to do the live upgrade you simply do a manual backup and then do the upgrade. It should work OK because you have already tested and documented your process and even if it doesn't it is a simple job to just restart the old server from the backup you made and start again.

          If you want to do something like a major overhaul of something like a webserver with a mysql backend then you will love vmware. You just leave your old server running and build up the new one over how many days/weeks/months you like. You can fully test it in a sandbox network (another great feature of vmware, "host only" networks) and once you are satisfied that all is well you just copy it over to the main box, shutdown the old virtual server, start up the new one and you're done. If there is a problem down the track you ju
        • by mchawi (468120) on Wednesday July 12 2006, @04:28PM (#15708582)
          Very true. If you have anything that is cluster aware though this will work. This isn't really a function of VM of course, but what is cool about doing this on VM machines is you have multiple levels of redundancy. You can VMotion the inactive server, swap the cluster and then vmotion the active server - and doing it this way you can move machines from one piece of hardware to another with no downtime.

          Again this isn't really a VM thing but if you have a whole VM farm on a SAN - you can swap out whole servers without impacting running processes. We mainly use this for file servers / DNS / AD / print servers , but if your servers are beefy I don't see why you couldn't do this with any cluster aware application.
        • by nuzak (959558) on Wednesday July 12 2006, @05:12PM (#15708873) Journal
          > The popularity of VM solutions is a damning indictment of the OS environment, scheduling and multi user memory protection capabilitie of Windows.

          Just have to get your digs in on Windows, don't you? So what about those people that like to virtualize Linux? Does Linux automatically suck too?

          Or just maybe there's reasons that go beyond stability.

          • by Anonymous Coward
            Linux doesn't suffer the 1-app/1-server mentality problem that Windows does. And, even without using virtualization software like Xen, QEMU, VMware, etc, it was still possible to create "virtual" environments with chroot. A Linux box could use a single NIC card and host multiple applications and services, each in a private chrooted environment, all using a dedicated IP address (assuming the software could be properly configured to bind only to a single interface and port).

            Virtualization software takes that
          • by statusbar (314703) <jeffk@statusbar.com> on Wednesday July 12 2006, @06:30PM (#15709298) Homepage Journal
            The problem comes with multiple apps that have different dependencies. For instance take installations of php4, php5, apache1, apache2, phpBB, mediawiki, coppermine, subversion and trac, all using mysql and postgresql. Each one has plugins. Each one has potential security vulnerabilities.

            I've been in the situation where one of the above required updating to fix a security hole, effectively breaking the rest. For instance, one needed to be using mysql5 but the others didn't support it.

            Now they can all live on their own separate Vmware machines and can be updated separately.

            --jeffk++
    • by leeum (156395) on Wednesday July 12 2006, @04:13PM (#15708468) Homepage Journal
      Check out Virtual Appliances [vmware.com]. Basically, there are people who've already fully configured environments in a virtual machine so you can just pick up the free (as in beer) VMWare Player product and run them.

      Why would you want to do that? I use a virtual machine to browse the Web - that way, my computer doesn't get bogged down by spyware (only the virtual machine does) and it's much more painless to simply purge a spyware-ridden virtual machine and start afresh than it is for your main computer.
    • As an IT security consultant, VMware server is be a great platform for testing or demoing applications wthout tainting my host OS with some code I'll just want to blow away laster. If you are involved in IT at all, I would recommend evaluating the technology.

      Server virtualization is a hot market, Microsoft is ramping up their existing product line to compete with some of VMware's new features. Part of that roadmap is a good 2-3 years out. This is technology is far from a fad.

      -David

      PS: Legit home uses for
      • by Cato (8296) on Wednesday July 12 2006, @05:02PM (#15708808)
        Exactly - the TWiki project, which I'm involved in, has created a VM that enables a Windows user to download a complete, working TWiki system to evaluate for use as an enterprise Wiki for group collaboration. This radically simplifies installation for people who used to take many hours to install on Windows (primarily the issue was getting Cygwin, Apache, Perl and RCS installed properly) - the VM is actually a Debian GNU/Linux system but that's pretty much invisible to the person installing the VM. The result is that after a hefty download you can have a working Wiki within 5 to 10 minutes, most of which is waiting for Linux to boot in the VM.

        See this page [twiki.org] for more information and download links.

    • by spazimodo (97579) on Wednesday July 12 2006, @04:32PM (#15708614)
      I recently left a position where we were using ESX server to host mail (Lotus Notes under Linux) for around 10k users along with Notes application servers, and other Linux and Windows utility servers.

      ESX was great because it allows for much more efficient use of Server hardware. In a lot of cases we had applications running on seperate servers because the apps were unstable. Without VMWare that means seperate hardware (usually racks filled with shelves and desktop PCs if the company is cheap, or 1U servers if they're not) and all the administrative overhead of dealing with those servers. We had 30-40 VMs running inside 12 physical servers including heavily used primary and failover mail servers.

      Running inside a VM gives you advantages if you're running a lights out data center, or if your servers are at a remote location. Many has been the time where a server hung and I needed someone on-site to power cycle it - with VMWare you can power cycle the VMs from anywhere, and I've never seen ESX take a dive (supposedly there's a purple screen of death, but I've never seen it)

      Another advantage is backup/disaster recover planning. With a VM, your whole server is just a couple files. You can copy those files to a remote location via a variety of means, and boom, you have an off-site clone of your server. More importantly the VMs are hardware independent - you can have a datacenter filled with Dell 6850s burn to the ground and when you power up your VMs in a colo facility running HPs, the VMs don't care about there being different RAID cards, or NICs with the wrong MAC addresses.

      This post was made on a Dell D620 running ubuntu with VMWare workstation on top hosting a windows VM for when I need to do windows stuff :)
    • by spun (1352) <loverevolutionary&yahoo,com> on Wednesday July 12 2006, @05:09PM (#15708854) Journal
      We use it here in the Child, Youth, and Family Development department in New Mexico. We have an IBM BladeCenter where the blades run VMware ESX with Virtual Center, and most VMs run SuSE Linux. We are transitioning from HPUX and AIX to an all Linux backend. We like that combo because it makes it easy to clone and move machines as need be. When a server becomes overloaded, we can buy another blade and move some VMs over onto it with ease.
      • by hsmith (818216) on Wednesday July 12 2006, @04:15PM (#15708484)
        As someone that develops, it is an amazing tool. Right now I want to test load balancing for my web application to ensure everything works correctly. I can setup a load balancing cluster, install it all, then throw requests at it all on my PC. It allows me to purchase no new hardware, no new software, and ensure that I am getting the results I desire.

        While it doesn't allow me to stress test, it does allow me to test other aspects.

        Plus i can install every OS/Browser combination I need and I only need to worry about diskspace. Plus, once you create the images, you never have to reinstall the OS, you just clone it. Awesome piece of software.
  • Virtual PC (Score:4, Interesting)

    by xilet (741528) on Wednesday July 12 2006, @04:05PM (#15708393)
    I wonder if there is any concidence between this and Virtual PC 04/07 being released free. Hrmm...
    • Re:Virtual PC (Score:5, Informative)

      by xilet (741528) on Wednesday July 12 2006, @04:17PM (#15708507)
      If you are not aware of it (I wasn't until earlier today) Microsoft is now putting Virtual PC 04 and 07 [still in beta] out for free. Virtual PC Website [microsoft.com]
    • Probably not because virtual PC is so inferior to VMware. They are not even in the same league really.
    • Re:Virtual PC (Score:5, Informative)

      by Martin Blank (154261) on Wednesday July 12 2006, @04:37PM (#15708643) Journal
      There is some correlation in an overall strategy, and there may be something more than coincidence to the timing of the releases. Microsoft is eager to make its presence known, especially in selling Virtual Server. Virtualization addiction on the desktop leads to virtualization addiction on the server (not that this is a bad thing). Microsoft is more interested in selling Virtual Server, so they make Virtual PC available for free to get their foot in a door on which VMWare Workstation is leaning heavily.

      On a similar vein, knowing that Microsoft has a strong incentive and ability to get Virtual Server known and used, VMWare decided a few months ago to differentiate VMWare GSX from ESX (their enterprise server product), and to make it free as an enticement to play with server-level virtualization so they could upsell to enterprise-level virtualization.

      Both companies made certain products free in an attempt to upsell to their respective primary product lines. Microsoft loses little for giving away Virtual PC because they have so little of the market as it stands. VMWare loses little for giving away Server because it made up a small portion of its own sales. Microsoft possibly gains sales of Virtual Server, while VMWare possibly gains sales of ESX.
  • by Kesch (943326) on Wednesday July 12 2006, @04:09PM (#15708425)
    welcome our new virtualized overlords and their free gifts.

    (Sorry, it had to be said.)
  • by RLiegh (247921) * on Wednesday July 12 2006, @04:11PM (#15708445) Homepage Journal
    With this, apparently I can create new machines, make snapshots and suspend machines to disk. Doesn't making this a free download make vmplayer redundant?
      • by gbjbaanb (229885) on Wednesday July 12 2006, @04:32PM (#15708615)
        I think VMware realise that there are a lot of free virtualisation products out there, and so they had a choice of entering the free market or slowly dying out - something like Novell, Corel, Netscape etc.

        Once we all get used to virtualisation, then the big companies that will start using this and see the benefits will buy the big, expensive ESX Server product.. and the support, and the tools and add-ons. For the rest of us, we get free toys so everyone's happy.

        Xen is a different product, its a virtualisation tool, but it allows you to split 1 OS into several running 'instances'. VMWare is a 'wrapper' that allows you to run several different OSes side by side. Which one you'd go for depends on your requirements.
        • by SirTalon42 (751509) on Wednesday July 12 2006, @05:01PM (#15708797)
          Xen doesn't split "1 OS into several running 'instances'" (which is what Solaris's containers or Linux's VServer or FreeBSD's jails do). Xen vitalizes all OSes that are run (except the Dom0 OS is allowed to tell the hypervisor what to do) which is very similar to how VMware ESX server works. Xen also provides many of the same features that the VMware product family provides (like live migration).
      • Well, correct me if I'm wrong, but they're releasing what was known as GSX for free. ESX, which is the super deluxe product, still costs plenty of money. GSX has limitations compared to ESX which are detailed here http://www.vmware.com/products/server/server_comp . html [vmware.com] . At it's most basic, ESX is a linux 'underhost' which runs on the bare metal and has a web interface where you configure virtual servers and run them on top of this layer. The linux layer is completely hidden from the hosts and the actual ha
      • I do have to wonder what VMware is hoping to get out of this... Basically they are only selling the support and management products and completely opening up the VM end of their business. Is this to stop the mass migration to XEN?

        Actually, they're not even close to opening up the vm portion of their business. They are opening a specific segment of their business, and, in turn, llikely to gain much more business. So, let's check out their listing of free, shall we?

        VMWare Player
        Somebody sends you a group of
  • by dargaud (518470) <slashdot@g d a r g a ud.net> on Wednesday July 12 2006, @04:15PM (#15708494) Homepage
    Today I diched Windows from my laptop and was right in the process of installing Kubuntu. Unfortunately there are a few Windows apps I still need and that have postponed my use of Linux on the desktop for a long time although I've been using it on servers for quite a while. I keep hearing of those emulator/virtualizers/whatnots but can't really figure out what is the difference between them: VMware, Win4Lin, Crossover, Wine... Do you install Windows after or before Linux ? How do you install Windows apps ? Etc... Is there a comparision of them somewhere (I've searched in the past) ?
    • Well, this is what I have at home currently: A Windows XP box, with VMWare player loaded with Kubuntu. I am not a Linux geek, so I have the VMWare player to learn linux without screwing with my host OS. And since Windows is the host OS I can still play all the games I want.

      Now you can do it the opposite. Have linux be your host OS and install Windows in a VM session. As for apps, your VM sessions can see any cds that you put in your CD drive, so installing applications is a snap.

      Hoped that helped
    • by xilet (741528) on Wednesday July 12 2006, @04:33PM (#15708618)
      Those are seperate systems. There are virtualization applications (VMware, VirtualPC) which run as applications and will emulate an entire computer as the program so you can install a fresh OS on top of it and run it in its own little happy sandbox. There are also programs such as wine, crossover, etc, which emulate windows from inside *nix, so they give you the nessecery dll files and hooks to be able to run Windows binaries on unix-based systems. So if you wanted to play Everquest/Wow/Civ4 from your Linux box you would use Wine. If you wanted to run a Linux server for testing from your Windows box you would use VMware.
    • by jharv13 (836258) on Wednesday July 12 2006, @04:40PM (#15708677)
      You install Linux first. Then you install VMware (Server). Then you create virtual machines with reckless abandon, and install Windows into one of them. From there, you can install any Windows application on the Windows virtual machine.

      Be aware that you need a legitimate license/key to install/activate Windows XP; after a P2V (physical-to-virtual) conversion of a WinXP box, I had to make the obligatory call to Microsoft and promise that I didn't have -that-version- of XP installed on any other system.

      Otherwise, I'd suggest just downloading VMware Server, and playing with it for a while. The first time you see the POST (power-on self test) and BIOS screens of the VM it's like you've stepped into another dimension; your mind reels at the possibilities. Tiny servers for all sorts of DNS/LDAP/SAMBA bits. Honeypots. Network IDS. Cookieless web browsing. Knoppix instances for whatever you can think of. It's endless.

      Nuggets: The virtual machine shares (by default) the CD drive of the host; but you can point to an .ISO file instead. You can point the drive to a REMOTE drive, of someone who's connected in through the virtual console, so they (the remote end) can have the CD they need to install from in their hands, instead of in the host's CD drive. Same with floppies. The network bits are similar; a private net, a NAT'ed net, or a bridged net. Whatever you need.

      Just install it. Let the possibilities wash over you.

      \harv
      --
      How does this sig thing work?

  • and have been stated elsewhere in this thread.

    What seems to be missing is good reasons for using a VM at home. I can think of several:

    1) Seems a lot easier than dual-booting (for those of us with SO's who aren't comfortable with Linux)

    2) Makes a good home lab for what is rapidly becoming another standard tool of the IT trade

    3) Hardware speeds are approaching the level where (except for gaming and certain compute-intensive applications) most home machines are quite powerful enough to run multiple partitions without the user even noticing a slowdown.

    4) Shiney!

    5) Free (as in beer)!

    Feel free to add to this list - it's a long way from being complete.

    Incidentally, I wonder if Windows Vista will run under VM? I'm guessing yes (as anything else would mean that Microsoft is cutting their own throat).

    • I've got the Vista beta running on VMware Workstation. They actually have a guest OS option for Vista, but there's a big "experimental" warning on it. However, it seems to work fine. Slow, of course, because the Vista beta is a HUGE resource hog. But it runs...
    • by Dalroth (85450) on Wednesday July 12 2006, @04:54PM (#15708755) Homepage Journal
      Honestly, I think you missed the most important use:

      6) Lock your significant other/children into a sand box. When they inevitably screw windows up, roll back to a previous working version.

      Bryan
    • Seems a lot easier than dual-booting (for those of us with SO's who aren't comfortable with Linux)

      and it's a lot more powerful than that too. The real power of a VM imho is that you set up a machine seperately from the hardware. I like to have a little web server on my home network. I bet most slashdotters have a web server at home. I can't even remember how many times I've installed debian and configured apache. The thing is, I'm all the time taking my little server apart, taking parts out of it for m
  • by Lord Ender (156273) on Wednesday July 12 2006, @04:31PM (#15708607) Homepage
    I love this software, but the Linux client really is neglected. The documentation for Linux is not really there. There is no decent configuration tool for Linux. There are many bugs. For example, if you do any port forwarding, you must edit some nat.conf file. And if you reconfigure anything after that with vmware-config.pl, it completely wipes out all your changes to nat.conf without warning. I spent so much time dealing with these types of bugs while testing the beta, I should have simply purchased another solution.
  • by hackus (159037) on Wednesday July 12 2006, @04:34PM (#15708633) Homepage
    In case you haven't been following Xen, the reason why you cannot run Windows is because we are waiting for intel's VM processor instructions to be implemented in the next VT release of thier processors.

    Well, that appearently is no longer a problem and you should be able to use a standard Linux Fedora Core, or whatever installation to load windows on by next year.

    VMware knows this, and is trying to prevent existing customers from leaving or looking elsewhere by giving away its products.

    Interesting thoughts I have was:

    1) I can install Windows workstations and servers remotely.
    2) How long will it take for Microsoft to add a Service Pack update that detects windows running on a Linux box and have it start not working properly so that people use thier VM product instead, or don't have a choice.
    3) Whats the performance going to be like.

    VMWare is a nice product but A it is too expensive, and be it is too expensive because it turns any VM machine into a basket case performance wise.

    So XeN's approach hopefully won't be any worse, maybe better since they are not trying to emulate an entire machine. :-)

    -Hack
  • Oh Damn (Score:3, Interesting)

    by blackirish (794322) on Wednesday July 12 2006, @05:49PM (#15709101)
    Goddamnit, I just finished testing and upgraded my servers to Beta 3 yesterday.

    I have to say though, as the IT manager in a medium sized business with a limited (whose isn't?) IT budget, VMware has made my life MUCH easier.

    I can buy capable dual-core servers for $500, use VMware to host several platforms on each and have budget leftover for spare hardware. I can offer more services to users, because I don't need to purchase additional hardware or request a budget increase. Security is improved, because VMware lets me separate services which should not be running on the same platform. And reliability is improved and downtime is reduced. If hardware fails, I can restore the virtual machines from backups onto spare hardware already running VMware. With the static nature of most of my servers, logs and databases are on an NFS, I can usually restore full functionality within an hour.

    And you know what the best part is? I don't have to sweet talk the CFO for more money when budget time comes around again. And strangely enough, the higher ups see the better bang for the buck and my budget is increasing.
    • Re:Oh Damn (Score:3, Interesting)

      I feel you on all those points. I would also profer that if you need to eek out the extra performance 5k per CPU is not a bad deal for Infrastructure 3. If you can work with a reseller, you might be able to get lower.

      The only downside I see to ESX 3 is they STILL won't support SATA.
  • A few observations (Score:4, Interesting)

    by PingXao (153057) on Wednesday July 12 2006, @06:31PM (#15709300)
    First if you install Windows into a VM from a legit Windows XP CD and try to download any updates the Genuine Windows Advantage test fails. So MS already knows if you're running VMware. I think MS wants you to buy multiple copies of Windows if you're planning to run in a VM as well as on the real silicon.

    Second, this is a licensing issue too, one thing I've used it for is for software I use too infrequently to purchase and has a trial period like 30 days or whatever. Create a VM, install XP in to it, and take a snapshot. Then install and run the software. You may, as I often do, only need to run it for a couple of hours and then not again for a couple of months. By then the trial period has expired. Simply restore the VM from the snapshot, re-install the trial software and you're good to go for another session. Unethical? Maybe. Flame away.

    Lastly, despite the fact that I occasionally do #2, I mostly use VMware to run Fedora Core for development. I have Apache set up on it with all the bells and whistles and when I'm working on a website I use it as a test server. Runs quite well with 256 MB dedicated to it on my 1 GB main XP system.
    • I got the licence terms that said no commercial use under any

      I just re-read the license. That is not a restriction in the use of VMWare Server that I could find at all.

    • I never saw any restrictions in the final EULA.

      Never read the betas, didnt really care since it was 'testing' anyway.

      The stated upgrade path for GSX is the free 'vmware server' so it would be really hard to restrict its use and get away with it.
    • by illumin8 (148082) on Wednesday July 12 2006, @05:14PM (#15708884) Journal
      I went to download server beta a few days ago to try it, and AFTER filling in my contact details I got the licence terms that said no commercial use under any circumstances.

      This is total BS. Their license agreement has never said that, and as a matter of fact, their FAQ [vmware.com] makes it pretty clear:

      Q: Who can use VMware Server?

      A: The benefits of server virtualization can be realized by a company of any size -- even small companies with just a few servers.
        • I think this only applies to the Beta and is really just to cover thier asses. The betas actually expired after x number of months so you were forced to stay current if you...oh I don't know....platformed a new environment on vmware server and were waiting to turn it live when the real version came out?
    • by Tiger22 (650018) on Wednesday July 12 2006, @05:02PM (#15708805)
      VMWare Server is a server so the VMs running on it are accessible from other machines by running a client tool. With Workstation and Player you can only access and use the VMs from the machine they are running on - no remote connectivity (unless you run a client connectivity tool like VNC fom within the VM). Workstation is more sophisticated (mutiple snapshot capablitities, VM Teams, etc) with the exception that the VMs cannot be accessed remotely.