Showing posts with label vmware. Show all posts
Showing posts with label vmware. Show all posts

Thursday, January 7, 2010

openQRM 4.6 - Love the new UI Design

Screenshots telling more than words ....



This video provides some details about the new features in openQRM 4.6



Please find screenshots and more details about the tons of new cool functionalities in the new release at :


Enjoy !

Saturday, April 18, 2009

reply: On the dangers of OHV

My reply to the post "On the dangers of OHV" at : http://virtualization.com/guest-posts/2009/04/17/on-the-dangers-of-ovf/ from Kris Buytaert :

I would like to suggest to try out openQRM. That way you can perfectly separate "hardware" (virtual or phyiscal) from "software" (your server-images). With openQRM you are completely independent from any virtual disk-image format. Server-images in openQRM are "just" root-filesystems and you can deploy them to virtual machines of any type and also transparently migrate them to other virtualization technologies and even to physical machines at any time without touching or changing your server-image in any way.
.. just my 2 cents, i can perfectly live without OVF

Monday, February 11, 2008

pluggable virtualization for data-centers

I'm going to FOSDEM, the Free and Open Source Software Developers' European Meeting

... and I will talk about


"openQRM, pluggable virtualization for modern data-centers"

Fosdem 2008 will take place at the 23/24.2.2008 in Brussels, Belgium.
The openQRM talk is scheduled for the Virtualization track (within the Main tracks) next to Achim Hasemueller, presenting Virtualbox and Ian Pratt speaking about Xen.

Saturday, February 2, 2008

LCA2008: Hacking on lguest (2)

This is a video from the "hacking on lguest" tutorial at linux.conf.au 2008 in Melbourne.




Lguest is a new and very light virtualization technology created by Rusty Russels.
It is very fast and basically allows to run "linux on linux". The video shows the lguest-host Qemu-image which was provided by the lguest-tutorial at linux.conf.au 2008. After the lguest-host is booted up a lguest virtual-machine is started by a simple user-space launcher. It also shows the simple hypercall printing out "Hey Ho Lguest" which was implemented during the tutorial.

Cool stuff by Rusty !

Thursday, January 31, 2008

LCA2008: Hacking on lguest

Great introduction and tutorial about lguest from Rusty Russels at Linux.conf.au 2008 today (thursday). Lguest (former "lhype") is a very fast and lightweight virtualization approach which concentrates on "running Linux on Linux". New lguests vms are started by a lguest launcher util which basically reserves a specifc memory region in the Host kernel and then re-maps the (l)guests hypercalls.

The lguest tutorial provided a ready prepared Qemu filesystem so the participants could bring up their own lguest-Hosts easy and start hacking on the the different tutorial tasks. What a fun. Even myself was able to implement a new hypercall printing out some string on the lguest console at startup (and i do not consider myself a kernel-hacker).

Lguest is definitely an interesting project and i am curious how it will find its place along the other available virtualization technologies used today.

Tuesday, January 29, 2008

Pictures from Profoss.eu

Raphael put pictures from the Profoss.eu event online at Flickr.

Here myself giving the presentation about "Conform deployment of virtual and physical machines with openQRM and Xen"


Tuesday, January 8, 2008

Interview about openQRM presentation at Profoss.eu


Please find an interview about the topics of the upcoming openQRM presenation

"Conform deployment of virtual and physical machines with openQRM and Xen"

taking place at Profoss.eu in Bruessels on the 22. and 23. january here.

Here some more infos about this upcoming event :

The european virtualisation conference organised by Profoss (http://profoss.eu) will take place on 22 and 23 january in Brussels, featuring non-commercial, informative talks by specialists in their fields (CEOs, analysts, technology specialists, developers, ..). The first day will focus on business and management aspects, the second day on technical aspects. Most of the important players of the market will be present. With the multiple discussion and coffee breaks, you should have time to meet and discuss with speakers, sponsors and attendants.

The schedule is available at http://www.profoss.eu/events/january-2008-virtualisation/?tab=activities
and the speakers' profiles are published at http://www.profoss.eu/events/january-2008-virtualisation/?tab=speakers

Many thanks to Raphael Bauduin for organizing this Event !

Hope to see you all there !




add to Del.icio.us


submit to Furl


Saturday, January 5, 2008

CIOs and IT Managers: Are you willing to adopt virtualization now?

Tarry pointed out an interesting question on Linkedin :

CIOs and IT Managers: Are you willing to adopt virtualization now?

I fully agree with him about the challenge to adopt to virtualization today. It adds another layer of complexity to the IT infra structure which current tools are not ready to manage in a flexible and transparent way for the system-administrators.

Nowadays a common data-center is normally still very static, powered by lots of physical systems with a custom installation, configured and maintained by a couple of loosely connected tools.

Virtualization claims to provide the option to move to an appliance-based deployment via virtual machines to ease-up deployment and to better use the resources of the data-center. Since bringing up a virtual machine more or less just requires space on a storage for the virtual-disk the need for high-end NAS and SAN data-storage systems raises.

On the other hand virtualization adds another level of complexity.
Systems and services migrated to virtual
machines still needs to be setup, monitored and maintained just in the same way as for physical servers.
With a raising number of servers (physical and virtual) it gets more hard to fulfill this task in a successful and efficient way.

Migration itself (e.g. from physical systems to virtual machines) can be a really tricky thing too since most virtualization technologies are still lacking this feature.

Another difficult task for the IT-department is to decide which of the current available virtualization technologies to use.

There comes the question if it is not a disadvantage to be limited to a single virtualization technology ?

To my mind it is because of two reasons :

1) Different virtualization technologies are available today.
There is "full-virtualization" (e.g. Qemu/KVM), "para-virtualization" (e.g. Xen) and "light-virtualization" which is in most cases based on a process-isolation (e.g. Linux-VServer, Solaris Zones).
Each technology has its advantages but also its "limitations".
Now, in a common data-center we normally find lots of different
applications with custom needs e.g. a web hosting company may have hundreds of "idle" customer web-servers plus a couple of in-house oracle data-base servers.
For the web-servers it would make the most sense to choose one of the "light-virtualization" or "para-virtualization" technologies to limit the virtualization overhead to a minimum.
Using "light- or para-virtualization" a single, physical machine can easily host several hundreds virtual partitions.
(please see "Building a virtualized web-farm with openQRM")

On the other hand the data-base servers are CPU, IO and network intensive so choosing one of the "full-virtualization" technologies would be a benefit.
So one reason that it is a disadvantage for the IT-department to limit themselves to a single virtualization technology is that the virtualization type should be selected according to the application needs.

2) The other reason is to simply avoid vendor-locking.

So if it would be best to choose the virtualization technology according the applications and services the IT infra-structure does not only need to support several different virtualization options but also provide an option to move from one virtualization type to another and also the possibility to migrate a virtual machine back to a physical system.

Today, if you try to move a e.g. VMware-partition to Linux-VServer
or a Xen-partition back to a physical machine, sure there are eventually some custom utils, scripts and howtos available which will help but at all this will be an "adventure".

Both situations, the common static data-center using physical servers and the new virtual-appliance-based infra-structure are already quite tricky to manage on their own but with the move to virtualization the system-administrator today even needs to handle "mixed environments", both physical and virtual.

To my mind we would need a tool which seamlessly integrates with the different virtualization technologies and conforms resource-planning, deployment and management of physical systems and virtual machines. This tool should also integrate with modern storage-systems to take the full advantage of fast-cloning servers for rapid and automated provisioning. It should have an open- and plugg-able architecture so that custom third-party utilities can be integrated in an easy way to combine them into a single-management console for the whole IT infra-structure.

If you are interested in such a tool you may want to take a look at the openQRM project which is exactly providing this kind of framework.

Enjoy !



add to Del.icio.us



submit to Furl