• 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

Archives for August 2008

Qumranet Announces Craig Bauman as Vice President of Sales and Channel Chief

August 7, 2008 by Kris Buytaert Leave a Comment

Qumranet, with its hosted desktop virtualization product, Solid ICE, announced that Craig Bauman has joined the company as the vice president of sales and channels. Bauman will be responsible for launching the Qumranet Partner Program and leading the sales organization through its recent grow th stage.

Buaman joins Qumranet from TriActive. Prior to joining TriActive, Bauman was an enterprise sales director at Microsoft responsible for sales of the Windows enterprise management products in the U.S. and Canada driving sales growth. Bauman was also a key stakeholder in driving Microsoft’s acquisitions of AssetMetrix and Softricity.

Additionally, he has held sales leadership roles at Altiris (now Symantec) assisting
in the successful IPO and helping to grow the company from $10 million to $200 million revenues, along with a 300 percent increase in partner-led sales.

“Since launching Solid ICE several months ago, and with interest in desktop virtuali
zation soaring, it’s vital to get the right people in place to take advantage of these opportunities,” said Rami Tamir, president and co-founder, Qumranet. “Craig has been a major contributor to the virtualization and systems management industry and we
are honored to have him join our team.”

Qumranet is also the maintainer of the open source virtualization project KVM (Kernel-based Virtual Machine)

Filed Under: Guest Posts Tagged With: craig bauman, kvm, qumranet, solid ice

First Workshop on I/O Virtualization (WIOV’08) Announced

August 7, 2008 by Kris Buytaert Leave a Comment

Usenix has just announced it’s first Workshop on I/O Virtualization

Scheduled to take place in San Diego on 10 and 11 december this year , the event wil
l be co-located with the Usenix Symposium on Operating Systems Design and Implementa
tion (OSDI’08)

The past decade the focus was mostly on processor and memory virtualization. I/O vi
rtualization has received less attention. This workshop will provide a forum to dis
cuss the challenges of I/O virtualization that span the virtual machine monitor, gue
st operating system, processor, memory subsystem, and I/O subsystem

The workshop also opened its Call for Papers

Filed Under: Guest Posts Tagged With: I/O, usenix, virtualization, wiov

Virtualization Workloads, a comparative study in Open Source environments

August 7, 2008 by Kris Buytaert Leave a Comment

At the Ottawa Linux Symposium, Benoit de Lingeris and his team from Revolution Linux presented their paper “Virtualization of Linux Server, a comparative study“, mostly the work of Fernando L. Camargos in pursuit of his Masters degree in Computer Science.

They looked at VirtualBox, Xen, KVM, OpenVZ, LinuxVServer and KQemu in an 64bit mode for all tests where possible (hence not for VirtualBox). Their Host OS was Ubuntu 7.10 and the VM’s were Ubuntu 6.06.

It’s pretty obvious that virtualization creates a little overhead, the bigger question however is how much overhead? What’s the penalty when virtualizing an environment? They focused on several aspects, the first one was just trying to figure out what impact the addition of a hypervisor had on an environment.
The second one how many virtual machines one could run in a virtualized environment.

They ran their tests multiple times and the results presented where averages of these tests.

In the first set of tests, impact of the hypervisor compared to the real native machine, they started of with a Linux Kernel compilation workload.

Here Linux Vserver lost almost no performance closely followed by Xen and then OpenVZ. Compared to native machine speed Both VirtualBox and (K)Qemu scored below 50%.
Their second test was file compressions. Here most of the environments scored around 85-95% native speed except from KQemu and OpenVZ.

The Samba team brought us dbench, “dbench is a filesystem benchmark that generates load patterns similar to those of the commercial Netbench benchmark, but without requiring a lab of Windows load generators to run. It is now considered a de-facto standard for generating load on the Linux VFS.”
Here LinuxVserver outscales the rest , Linux VServer scores good here as they use directly the IO drivers of the system where as others don’t. Xen is second best in this test but the other frameworks really need some work done here.

If you want to do low level data copy on UNIX obviously dd is your favorite tool. For the same reasons as above Linux-Vserver scores good here. The strange thing however is that it scores better than Native speed. When copying an existing file Xen and KVM are a good second but OpenVZ seemed to need some work. Another interesting fact is that KQemu and VirtualBox failed the test. When copying data from /dev/zero KVM scores better.

During the test the block devices were backed by different technologies , for Vserver it was a native disk , for Xen a file. Off course this doesn’t give equally good results. Different options for tuning are available here. Still a good advise, do not virtualize your fileserver.

When looking at network IO performance the team opted to use netperf for the test. VirtualBox, Linux-Vserver, Xen and OpenVZ all score good here. The performance of KQemu and KVM were a disaster.
When testing an Rsync with different filesizes OpenVZ scored best and most of the other tools performed around 80% native machine speed , except for KVM that seemed to have more problems with 1 big file than with different small ones. The good scores of VirtualBox are because of their modified IP stack and their efforts there obviously were worth the time…

So they covered, compiling, disk IO, network IO, obviously we want to know a bit about Database performance too. Revolution Linux chose Sysbench for this test. Again good scores for Linux-Vserver and xen , less for the rest

With strange Looks from the OpenVZ people in the audience they concluded that Linux-Vserver has excellent performance and has presented minimal overhead , off course Linux-VServer and OpenVZ are still chroots on steroids, not full virtualization solution. According to Revolution Linux Xen achieved great performance in most of the tests. KVM was fairly good for full virtualization but didn’t perform well for applications relying on I/0

As mentioned earlier apart from the overhead tests Revolution Linux also set to test the scalability , Only 2 tests here kernel compilation and Sysbench performed with n ( n = 1 , 2, 4,8 ,16 and 32) instances .

If they looked at the Number of Transactions globally per host , so spread over the different Virtual Machines) Xen is the best perform it actually reached a higher total throughout with 32 virtual machines than wit 1 vm, peaking at 4-8 VM’s.

With their new benchmark Kernels Compiled per hour , they only have results for Vserver and Xen. With 1 VM both VServer build around 10-11 Kernels per hour , and as of 2/4 VM’s they go up to 20. Xen keeps pace up to 16 VM’s and then slows down.

So obviously there is a very strong correlation between the performance of a machine and the number of instances in that machine.
Also here Linux-Vserver scores better than average with Xen as a good alternative for bare metal Virtualization.

Their conclusions: It has to be said that Revolution Linux is a Linux-VServer shop , and that’s where their preference goes. If they have to be able to run different kernels they seem to prefer Xen.

Generally speaking it seems lots of optimization could be done for different setups. often other than the default setups could help a technology gain a significant boost in performance.

Different network setups ,using specific network stacks ,
or different disk backends (real disk vs file based backends) a lot can change with tuning and installation by experience people.
The tests also have been performed about 6 months ago .. which means that today the results might probably be a lot different.

Filed Under: Guest Posts, News Tagged With: kvm, linuxvserver, ols, openvz, Ottawa Linux Symposium, revolutionlinux, ubuntu, VirtualBox, virtualization, workload, Xen

Statelesx Looking For A Home

August 5, 2008 by Robin Wauters Leave a Comment

If you’ve been following the Vinternals blog too, this will be no news to you, but the guys behind it have been busy building a virtual appliance, and they are now releasing version 1.0.0 of the app called Statelesx (placeholder page for now).

From the blog post:

“The architecture of the app is something like this:

1) A python script on your fat ESX boxes that runs on startup
2) A Java app that listens for requests and acts via the VirtualCenter SDK
3) A minimal web interface for managing XML cluster configuration files

In a nutshell, you create a cluster configuration file that contains cluster options (DRS,DPM,HA) and network info (vSwitches, portgroups, vmkernel interfaces) and then associate hosts to the cluster config file by their FQDN and UUID. The python script on the ESX host sends the UUID to the statelesx listener, which searches the cluster config files for a match on the UUID. If it finds one, it goes to work. If it doesn’t, nothing happens.”

It runs on Ubuntu 8.04 JeOS with the Sun Java 6 package and Tomcat 6. VI 3.5 is required, although if they get enough requests they may also backport to VI 3.0.

The team has created a couple of demo videos to show off the app: the first one giving an overview and basic configuration demo, and the second one going into much more detail around the XML config files and demoing an advanced configuration being applied to some hosts.

Unfortunately, the app isn’t available for download yet, as they haven’t yet found a hosting provider who can host the 200 MB zip file for free as well provide the necessary bandwidth. If you can help them out, get in touch! (vinternals at gmail dot com)

Filed Under: News Tagged With: Statelesx, Statelesx 1.0.0, Vinternals, Vinternals Statelesx, Vinternals Statelesx 1.0.0, virtual appliance, virtualisation, virtualization

Xenocode Releases Postbuild 2008 for .NET

August 5, 2008 by Robin Wauters Leave a Comment

Xenocode (previous coverage) today announced the availability of Postbuild 2008 for .NET, a major update to its code obfuscation and deployment solution for Windows developers. Xenocode Postbuild allows software developers to deploy .NET applications in a single, secure executable that runs anywhere, with or without the .NET Framework.

Postbuild uses a range of powerful obfuscation techniques to protect intellectual property against decompilation and integrates directly with the advanced Xenocode application virtualization engine. The 2008 edition of Postbuild includes support for the latest .NET platforms and technologies, including Visual Studio 2008, .NET 3.0/3.5, WPF, and LINQ.

Postbuild 2008 for .NET incorporates the latest Xenocode application virtualization technology, allowing developers and ISVs to deploy applications in pre-configured virtual executables that run instantly on any Windows desktop via intranets, the Internet, USB keys, or existing desktop management infrastructure.

Postbuild’s integrated code optimization capabilities – including metadata reduction, transparent compression, dead code pruning, and dead and duplicate literal elimination – maximize application performance and minimize disk footprint.

Deploying applications processed by Postbuild does not require any per-end-user licensing fees or royalties. For more information on Postbuild, or to download a free evaluation copy, click here.

Xenocode

Filed Under: News Tagged With: .NET, application virtualization, PostBuild, Postbuild 2008, Postbuild 2008 for .NET, Virtual Application Studio, virtualisation, virtualization, windows, Xenocode, Xenocode PostBuild, Xenocode Postbuild 2008, Xenocode Postbuild 2008 for .NET, Xenocode Virtual Application Studio

Ceedo Enterprise Support for Citrix XenApp Announced

August 5, 2008 by Robin Wauters Leave a Comment

Ceedo today announced the availability of Ceedo Enterprise for Citrix XenApp, a solution that will give customers using XenApp (formerly Citrix Presentation Server) portable and secure access from any PC without the need to install client software and without requiring administrative rights. Compatibility of the XenApp Plugin for hosted applications with Ceedo’s application virtualization technology has been demonstrated through a rigorous testing program established by Citrix.

Ceedo Enterprise, launched a little over 2 months ago, enables organizations to create customized virtual workspaces, comprising of standard Windows applications, and run them without installation or requiring administration rights on any Windows PC. Ceedo workspaces can be placed and run from a webpage, a folder on a PC, a network drive or a portable storage device. The virtual workspaces can also be controlled and managed through a comprehensive remote management system.
In addition to using the XenApp Plugin, users can install their personal client applications to the workspace (such as WinAmp, Skype, FireFox, etc.), which will be available to them alongside XenApp on any PC.
The Ceedo Enterprise for Citrix XenApp is $89 per seat perpetual license. Discounts are available for large volume purchases. An evaluation version of the solution is available for download here.
Ceedo

Filed Under: News, Partnerships Tagged With: application virtualization, application virtualization solution, Ceedo, Ceedo Enterprise, Ceedo Enterprise for Citrix XenApp, Ceedo Setup Virtualization Engine, citrix, Citrix XenApp, desktop workspace, Setup Virtualization Engine, virtualisation, virtualization, XenApp

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 11
  • Go to page 12
  • Go to page 13
  • Go to page 14
  • Go to page 15
  • Go to page 16
  • 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 © 2026 · Genesis Sample on Genesis Framework · WordPress · Log in

  • Newsletter
  • Advertise
  • Contact
  • About