• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Virtualization.com

Virtualization.com

News and insights from the vibrant world of virtualization and cloud computing

  • News
  • Featured
  • Partnerships
  • People
  • Acquisitions
  • Guest Posts
  • Interviews
  • Videos
  • Funding

windows

Microsoft Opened Up Virtualization For Vista Under Court Pressure

March 11, 2008 by Robin Wauters 1 Comment

Earlier this year, Microsoft surprisingly flip-flopped its earlier decision not to allow users to run Vista Home Basic and Vista Home Premium as guest operating systems on a virtual machine. According to Computerworld, court documents now prove MS did this because of a complaint filed with antitrust regulators.

According to a status report filed with U.S. District Court Judge Colleen Kollar-Kotelly, Microsoft changed the end-user licensing agreements (EULA) of Vista Home Basic and Vista Home Premium under pressure from Phoenix Technologies Ltd. Phoenix, best known for the BIOS, or firmware, that it sells to PC makers, had filed a complaint with regulators sometime after early November 2007, arguing that Microsoft should open the less-expensive versions of Vista to virtualization.

virtualization-vista-windows-microsoft.JPG

Although the report didn’t name the Phoenix virtualization product, it was referring to HyperSpace, technology that the company unveiled in November 2007. HyperSpace embeds a Linux-based hypervisor in the computer’s BIOS that allows the computer to run open-source software without booting Windows. A little more than two months after Phoenix filed its complaint, Microsoft gave in. “After discussion with the Plaintiff States and the three-person technical committee that assists in monitoring Microsoft’s compliance, Microsoft agreed to remove the EULA restrictions, and has done so,” the status report said.

Unfortunately, Phoenix Technologies and Microsoft declined to comment about the complaint and the changes to virtualization in Vista.

Filed Under: Featured, News Tagged With: Colleen Kollar-Kotelly, complaint, court, EULA, HyperSpace, microsoft, MS, Phoenix, Phoenix HyperSpace, Phoenix Technologies, virtualisation, virtualization, Vista virtualization, windows, windows vista, Windows Vista virtualization

Looking Back At A Decade of Open Source Virtualization

March 10, 2008 by Kris Buytaert 3 Comments

Will 2008 become the “Virtual Year”?

That’s what some people would have us believe now that the virtualization hype is reaching never before seen heights, and large acquisitions & mergers are starting to become quite common (Citrix bought Xensource, Novell picked up PlateSpin, Sun acquired innotek, Quest Software snapped up Vizioncore while VMware treated itself to Thinstall, and so on).

But few people realize or fail to acknowledge that the large majority of virtualization techniques and developments were started as, or remain Open Source projects.

Where are we coming from ?

Even without looking back, we know that IBM was one of the pioneers in the virtualization area; they were talking about Virtual Machines before I was even born. But who remembers one of the first Open Source virtualization takeovers? Back in 1999, Mandrake Software bought Bochs . Yes, that’s nineteen ninety nine, even before the y2k hype. Kevin Lawton had been working on the Bochs project together with different other developers since 1994. In 1999, he also had started working on Plex86, also known as FreeMWare.

Kevin back then compared Plex86 to other tools such as VMWare, Wine, DOSEMU and Win4Lin. Plex86 in the meanwhile has been totally reinvented. While at first it was capable of running almost all operating systems, it is now a very light virtual machine designed only to run Linux.

Wine was also a frequently covered topic at different Linux Kongress venues. As its initiators claim themselves, Wine is not an emulator, but it most certainly used to be a key player in the virtualization area. Its attempts to run non-native applications in a different operating system, in this case mostly Windows applications on a Linux platform, didn’t exactly pass by unnoticed.

However, installing VMWare or Qemu became such an easier alternative than trying to run an application with Wine. And Win4Lin, its commercial brother, had similar adoption issues. Corporate adoption for neither Wine nor Win4Lin was successful, and Win4Lin recently reinvented itself as a Virtual Desktop Server product, where it is bound to face a lot of stiff competition.

People who claim desktop virtualization was ‘born in 2007’ obviously missed part of history. Although most Unix gurus claim desktop virtualization has been around for several decades via the X11 system, the Open Source alternatives to actually do the same on different platforms (or cross-platform) have also been around for a while.

Who has never heard of VNC, the most famous product that came out the Olivetti & Oracle Research Laboratory (ORL) in Cambridge, England? VNC was one of the first tools people began to use to remotely access Windows machines. System administrators who didn’t feel like running Windows applications on their Unix desktop just hid an old Windows desktop under their desk and connected to it using VNC. It was also quickly adopted by most desktop users as a tool to take over the desktop of a remote colleague. After the Olivetti & Oracle Research Laboratory closed different spin-offs of VNC such as RealVNC , TightVNC and UltraVNC popped up.. and it’s still a pretty actively used tool.

But VNC wasn’t the only contender in the field. Back in 2003, I ran into NX for the very first time , written by the Italian folks from NoMachine , with a FreeNX release co-existing alongside a commercial offering. It was first claimed to be yet another X reinvention, however NX slightly modified the concept and eliminated the annoying X roundtrips. The fact that NX used proxies on each side of the connection guaranteed that it could function even on extremely slow connections.

In the early days of this century, there was some confusion between UML and UMLinux. While Jeff Dike called his User-mode Linux the port of Linux to Linux, it was in essence a full blown Linux kernel running as a process on another Linux machine.

Apart from UML, there was UMLinux, also a User Mode Linux project, featuring a UML linux machine which booted using Lilo and from which an out-of-the-box Linux distribution could be installed. Two projects, one on each side of the Atlantic, with both a really similar goal and similar naming was simply asking for confusion. In 2003, the UMLinux folks decided to rebrand to FAUmachine. hence ending the confusion once and for all.

Research on virtualization wasn’t conducted exclusively in Germany; the Department of Computer Science and Engineering of the University of Washington was working on the lesser known Denali project. The focus of the Denali project is on lightweight protection domains; they are aiming at running 100s and 1000s VM’s concurrently on one single physical host.

And apparently, one project with a confusing name wasn’t enough. The Open Source community seemed desparate for more of that. Hence, the Linux-VServer project and Linux Virtual Server came around around the same time. The Linux Virtual Server actually hasn’t got that much to do with virtualization, at all. In essence, Linux Virtual Server is a load balancer that will balance TCP/IP connections to a bunch of other servers hence acting to the end user as one big High Performant and Highly Available Virtual Server. (The IPVS patch for Linux has been around since early 1999).

Linux VServer (released for the first time in late 2001) on the other hand provides us with different Virtual Private Servers that are running in different security contexts. Linux VServer will create different user space segments , so that each Virtual Private server looks like a real server and can only ‘see’ its own processes.

By then, Plex86 had a big competitor coming from France, where Fabrice Bellard was working Qemu. At first, Qemu was really a Machine Emulator. Much like Bochs (anyone still running AmigaOS?), you could create different virtual machines from totally different architectures. Evidently froml X86, but also from ARM, Sparc, PowerPC, Mips, m68k and even development versions for Alpha and alternative 64bit architectures. Qemu however was perceived by a lot of people as slow compared to other alternatives. There was an Accelerator module available providing an enormous performance boost, however that didn’t have such an open license as the rest of Qemu, which held back its adoption significantly. It was only about a year ago (early 2007) that the Accelerator module also became completely open source.

The importance of Qemu however should not be underestimated, as most of the current hot virtualization projects are borrowing Qemu knowledge or technology left and right. KVM (Kernel-based Virtual Machine) is the most prominent user of Qemu, but even VirtualBox, Xen (in HVM mode) and the earlier mentioned Win4Lin are using parts of Qemu.

As this is an overview of the recent Open Source Virtualisation history the focus has been on running virtual machines on Linux, or connecting to a remote platform from a Linux or Unix desktop, where most of the early developments have taken place. We shouldn’t fail to mention CoLinux in this regard, however. CoLinux allows you to run Linux as a Windows process, giving people on locked down desktops an alternative for VMWare to run Linux on their desktop.

Xen is with no doubt the most famous open source virtualization solution around, certainly after its acquisition by Citrix. Xen was conceived at the XenoServer project from the University of Cambridge, an initiative aiming to build an infrastructure for distributed computing and to create a place where one can safely execute potentially dangerous code in a distributed environment. Xen was first described in a paper presented at SOSP in 2003 but work on it began somewhere in 2001.

Next week, we’ll talk more about virtualization and open source with a detailed look at today’s landscape.

Filed Under: Featured, Guest Posts Tagged With: 64bit, Accelerator, acquisitions, Alpha, ARM, bochs, citrix, CoLinux, denali, DOSEMU, faumachine, FreeMWare, freenx, IBM, Jeff Dike, Kevin Lawton, kvm, linux, linux kernel, Linux Kongress, Linux Virtual Server, Linux-VServer, m68k, Mandrake, Mips, nomachine, nx, Olivetti & Oracle Research Laboratory, open source, ORL, OS, Plex86, PowerPC, qemu, RealVNC, SOSP, sparc, TightVNC, UltraVNC, UML, UMLinux, Unix, User Mode Linux, virtual desktop, virtual machines, Virtual Private Server, VirtualBox, virtualisation, virtualization, vnc, Win4Lin, windows, wine, X11, X86, Xen, xenoserver, xensource

Kace Integrates Virtual Systems Management Tool Kbox Into VMWare Infrastructure

February 18, 2008 by Robin Wauters 1 Comment

Kace announced today what it calls the first virtual systems management appliances to run natively within the VMware infrastructure. Kace’s Virtual Kbox appliances offer users a software product that runs on the user’s existing hardware. Earlier versions of the Kbox appliance required the installation of separate hardware to deploy and manage IT resources.

virtualization-kace-kbox.png

The Virtual Kbox appliances family is now shipping and fully supports physical and virtual machines across Windows, Mac, Linux and Solaris environments.

“Unlike a generation of virtual appliances preceding it, the Virtual Kbox family provides a systems management and deployment solution that is fully integrated from a highly optimized and hardened operating system through an easy-to-use, Web-based application,” Rob Meinhardt, cofounder and CEO of Kace, told TechNewsWorld.

virtualiztion-kace-kbox-21.gif

The virtual appliance aims at delivering the benefits of a hardware appliance, including fast deployment times with low costs and ease of use. It also provides the benefits of virtualization, such as improved resource utilization, reduced energy and cost savings, improved maintainability and support and the ability to quickly scale. While the product’s name implies that it is an actual hardware device, it is a software product that runs on the customer’s computer. The virtual appliance product will do all that a physical appliance will do, he said. It provides the full range of features found in physical appliance management devices.

Virtualization is exploding in popularity in many enterprise categories. Organizations are seeking new ways to leverage this technology, also according to Meinhardt. “We’ve seen an incredible ramping up for virtualization. This gave us an opportunity to deliver our Kbox products for virtual appliance management,” said Lubos Parobek, Senior Director of Product Management for Kace.

Kace, which started in 2003, is targeting companies with from 100 to 1 000 employees. It currently has 450 customers worldwide, mostly in the SMB category, according to CEO Rob Meinhardt.”That gives us up to 100 000 companies worldwide as potential users,” he said.

Technorati Tags: Kace, Kace+Kbox, Kace+Virtual+Kbox, Kbox, linux, Lubos+Parobek, Macintosh, Rob+Meinhardt, Solaris, Virtual+Kbox, virtualisation, virtualization, vmware, windows

Company Index: VMWare

[Source: TechNewsWorld]

Filed Under: News, Partnerships, People Tagged With: Kace, Kace Kbox, Kace Virtual Kbox, Kbox, linux, Lubos Parobek, Mac, Rob Meinhardt, Solaris, Virtual Kbox, virtualisation, virtualization, vmware, windows

Novell CTO Jeff Jaffe Outlines Technical Strategy for 2008

January 16, 2008 by Robin Wauters Leave a Comment

Jeff Jaffe , Executive Vice President and Chief Technical Officer for Novell, published a blog post 2 days ago outlining the company’s technical strategy for 2008. This is what he had to say about its focus on virtualization:

We see agility and customer focus as key in our progress on virtualization – one of the hottest areas in the industry. In SUSE Linux Enterprise 10, we introduced open source virtualization into a commercial Linux distribution before anyone else did. Once we introduced this, we spoke to customers. We spoke to partners. We spoke to analysts. We spoke to everyone! By listening, we discovered that we had not yet nailed it. In 2007 we listened, and in a very short time we became a leader in virtualization.

Our Open Enterprise Server customers told us that they wanted NetWare virtualized on SUSE Linux Enterprise Server – to take advantage of all of the drivers provided by Linux. And it needed to perform. After all, file and storage performance for NetWare is critical. A unique partnership between our Workgroup team and our Open Platform Solutions team has resulted in virtualization capability in SUSE Linux Enterprise Server 10 SP1 that is higher performance and more manageable than any other open source solution. This is the basis for OES 2.

We talked to other customers. They did not want virtualization as a bare technology. They wanted it to be managed. Novell quickly turned around and built technology to manage workloads and provision virtual machines. ZENworks Orchestrator. The best managed open source virtualization solution.

And we listened to customers and partners some more. They said get a tight partnership with Microsoft to optimize Windows on SUSE Linux Enterprise Server. Build a joint lab for testing – so customers have the confidence that our solution works best with Microsoft. We did all of that!

Here is the totality. From a barebones hypervisor in SUSE Linux Enterprise Server, we now have an industrial strength hypervisor, supporting the demanding NetWare workload, optimized for Microsoft, SAP and others, with a joint lab for testing. It is manageable with ZENworks and will address low latencies.

How did we do this? We listened!

Virtualization clearly is a key topic for the industry, and with the 2007 results we have both staked a claim and demonstrated our agile processes. Look for this to continue to be an area of significant investment in 2008.

Filed Under: News, People Tagged With: 2008, Jeff Jaffe, linux, Novell, OES 2, Open ENterprise Server, SUSE Linux Enterprise 10, virtualisation, virtualization, windows, ZENWorks Orchestrator

Parallels Server Beta program launched

January 10, 2008 by Robin Wauters Leave a Comment

Leopard server virtual machines are now possible in the Parallels Server Open beta launch.

The Parallels Server Beta program, invites you to toss your proverbial hat into the ring and help them get the product ready for shipping. Parallels Server seems packed with lots of great stuff, like:

The ability to run more than 50 different x86 and x64 guest operating systems on any, Windows, Linux and Mac OS X Server. That’s right, this isn’t just a Mac product; its ready to go on just about any server, PC or Mac.

The option to run virtual machines either in lightweight hypervisor mode (similar in implementation to Desktop for Mac) or in the headless mode via a “bare metal” hypervisor. This second option is particularly interesting as it enables VMs to run in parallel (pun intended) without being dependent on a primary operating system

The ability to – for the first time EVER – run Mac OS X Leopard Server in a virtual machine! Yes, you heard right; if you’re a Mac user, you will be able to run Leopard Server in its own VM. Great for testing and development, but also important for Mac Server admins who want to maximize their Xserve hardware.

More information by Ben Rudolph at source.

Filed Under: News Tagged With: Leopard, Leopard Server, linux, Mac OS X, Parallels, Parallels Server Beta, virtualisation, virtualization, windows

Hitachi elbows into the Virtualization Game

December 6, 2006 by Robin Wauters Leave a Comment

VMware, Xen and Microsoft Look Out!

Jave Developer’s Journal reports that Hitachi is claiming to have a mainframe-derived firmware approach to virtualization that’s better than VMware or Xen or Microsoft.

The approach has been built into a new species of Hitachi’s blade servers called BladeSymphony with Virtage, Virtage being the so-called “breakthrough” embedded widgetry that bakes virtualization into the hardware as an alternative to third-party virtualization software.

Virtage

Being firmware, Hitachi says, Virtage can decrease overhead costs while increasing manageability and performance. The box runs both Windows and Linux.

IDC group VP Vernon Turner, the head of the researcher’s Enterprise Computing practice, says BladeSymphony with Virtage is a “leap ahead in the virtualization game” and will fuel the proliferation of blades.

The machine has been out in Japan since August. Hitachi America Ltd, the company’s year-old server unit, will start offering the Itanium version of the box here in January. The company is wholly unclear when it will have an advertised Xeon unit and be able to mix and match Xeon and Itanium blades in the same chassis.

…As an Intel account, Virtage exploits Intel’s VT extensions in Itanium and Woodcrest. Applications never have to be changed to be virtualized, it said, like they sometimes have to be with VMware. …Hitachi claims the BladeSymphony server is the industry’s first real enterprise-class mission-critical blade server and Hitachi chief systems architect Paul Figliozzi says the box deserves that distinction because of its multi-blade SMP interconnect architecture, hot-swap capabilities, high performance, 16 PCI slots and native virtualization.

Hitachi positions it as the place to consolidate all three data center tiers – the edge, the application and the database – into a single chassis and hence lower TCO. Hitachi marketing VP Steve Campbell says that for rival IBM to do that would take a combination of both Intel servers and p Series iron for the back-end, a less elegant solution that takes up more real estate.

BladeSymphony’s SMP architecture lets up to four blades be lashed together into a single system. Since the 10U chassis holds eight blades altogether that’s two 16-way SMP systems to a chassis. Each Itanium blade holds two dual-core processors for a total of 32 cores per chassis, reducing footprint and power consumption.

Hitachi has been peddling the BladeSymphony line for the last two years and owns 20% of Japanese blade market.

Read more at source

Filed Under: News, Partnerships Tagged With: BladeSymphony, firmware, Hitachi, Hitachi Data Systems, linux, virtage, virtualisation, virtualization, vmware, windows, Xen

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Go to Next Page »

Primary Sidebar

Tags

acquisition application virtualization Cisco citrix Citrix Systems citrix xenserver cloud computing Dell desktop virtualization EMC financing Funding Hewlett Packard HP Hyper-V IBM industry moves intel interview kvm linux microsoft Microsoft Hyper-V Novell oracle Parallels red hat research server virtualization sun sun microsystems VDI video virtual desktop Virtual Iron virtualisation virtualization vmware VMware ESX VMWorld VMWorld 2008 VMWorld Europe 2008 Xen xenserver xensource

Recent Comments

  • C program on Red Hat Launches Virtual Storage Appliance For Amazon Web Services
  • Hamzaoui on $500 Million For XenSource, Where Did All The Money Go?
  • vijay kumar on NComputing Debuts X350
  • Samar on VMware / SpringSource Acquires GemStone Systems
  • Meo on Cisco, Citrix Join Forces To Deliver Rich Media-Enabled Virtual Desktops

Copyright © 2025 · Genesis Sample on Genesis Framework · WordPress · Log in

  • Newsletter
  • Advertise
  • Contact
  • About