• 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

profoss 2008

Video: Interview with Tarry Singh, Real-time Analyst at Avastu Research

February 24, 2008 by Robin Wauters Leave a Comment

The interview below is part of our Virtualization Video Series, a recurring theme we want to implement on Virtualization.com featuring interviews with key players from the industry, event reports, etc.

This interview was recorded at the Profoss 2008 event on Virtualisation and features Tarry Singh, Real-time Analyst at Avastu Research being interviewed by Toon Vanagt on what’s happening in the virtualization industry.

PART 1

PART 2

Filed Under: Interviews, People, Videos Tagged With: Avastu, Avastu Research, profoss, profoss 2008, real-time analyst, Tarry Singh, virtualisation, virtualization, virtualization industry

Video: Interview with John Abbott, Chief Analyst & Research Director at The 451 Group

February 24, 2008 by Robin Wauters 1 Comment

The interview below is part of our Virtualization Video Series, a recurring theme we want to implement on Virtualization.com featuring interviews with key players from the industry, event reports, etc.

This interview was recorded at the Profoss 2008 event on Virtualisation and features John Abbott, Chief Analyst & Research Director at The 451 Group.

PART 1

PART 2

Filed Under: Interviews, People, Videos Tagged With: 451 Group, John Abbott, profoss, profoss 2008, The 451 Group, virtualisation, virtualization

Video: Interview with Werner Fischer, Developer at Thomas-Krenn.AG on OpenVZ and High Availibily in Virtualization

February 24, 2008 by Toon Vanagt 2 Comments

The interview below is part of our Virtualization Video Series, a recurring theme we want to implement on Virtualization.com featuring interviews with key players from the industry, event reports, etc.

This interview (written transcript below) was recorded at the Profoss 2008 event on Virtualisation and features Werner Fischer, Developer at Thomas-Krenn.AG being interviewed by Toon Vanagt on OpenVZ, high availability and virtualization in general.

WRITTEN TRANSCRIPT
———————

Welcome Werner Fischer, you are a developer at Thomas-Krenn.AG in Germany and you contributed to the free how-to guide on dealing with High Availability Clustering with regards to the OpenVZ project.

(Editorial note: the free guide can be consulted here)

Yes, in fact we came around OpenVZ and doing high availability clustering two years ago. The main idea behind it is that in the past doing high availability was a rather complex thing because you had to care of all the applications you have on the cluster itself. And so we were looking for a simpler way to do high availability.
There is a great benefit in using virtualization in such a setup, because with virtualization behind a cluster you can simply put all the applications you want to make highly available into a virtual environment and simply cluster the whole virtual environment. You don’t have to take care of all the applications. You simply cluster this virtual resource. You don’t have to think over all the problems you might have with clustering applications only.

Why is it so important to build high availability clusters in virtualized environments?

In fact when it comes down to virtualization you have a lot of benefits, but you also have new dangers behind it. In the past – when you had for example four servers in your setup – and one server went down, you still had three servers up and running. For example it was not that big problem when the database server was down for a few seconds, the mail server was still up and running, the file server was still up and running. But today, in a virtualized environment, when you loose a server, you don’t loose a single server, you loose in fact ten or twenty servers. And that’s also what is important about virtualization today: you have to think about what happens when the hardware fails.

I find it interesting that you documented this for your employer, who then choose to make your How-to guide publicly available. What is the motivation behind this uncommon knowledge sharing?

The reason behind is that we want to spread our knowledge. We at Thomas-Krenn.AG are working for our customers. And our customers want to know what they buy. So it is important for them to know how things work inside. And the good thing with Open Source is that you have the possibility to give the knowledge to the customer. And in fact with our solution we don’t have any drawbacks out of this decision. We have a high test-effort in our solution. We test the implementation on a specific hardware and go to customer and say: “You can use this system. You don’t have to do all the testing again, because we do all the testing in our lab.” And so there is no drawback when we document it and everybody can build it on his own. Because when somebody builds it on his own, he also has to do all the testing. And when it comes to a situation where he wants to use it in a commercial environment, he has to spend so much time and money on testing that it is cheaper to buy our box. So that’s a great deal for both – our company and for users who want to test this technology in their spare time or for a smaller project where they can’t afford to buy a solution.

So Werner, Thomas-Krenn.AG also makes it money in consulting or it just lives on the hardware margins on the boxed solutions?

In fact the solution is running out of the box. So you get a system, you plug it into your data center, go configure the IP addresses and you are up and running. The big benefit is that you can use it within 15 minutes or so. You don’t need a long time until the system is up and running. It is rather fast implemented.

What is your experience with the awareness on virtualization issues at your customers side. Is High availability a major concern or do they ask different questions?

I think today the big question for customers is: “Which virtualization technology should I use in my data center?”. That’s a very important question. In fact most of the customers don’t know yet what is the best solution to go today – because it’s a very fast growing market, and technologies are changing very fast. So there is a lot of time necessary to go to the customer, to communicate with him and to get know what’s the right technology to go for the customer. That’s a very big question today.
When customers don’t know what they should use we go to the customer, we spend time with him, but in the end the customer has to make his decision himself what technology to use. So he needs to spend time on focusing on the technologies which are available today and to make the decision afterwards. In fact there are a lot of benefits with all the different kinds of virtualization solutions that are available today but there is also a lot of time needed to get to know all these technologies and to make the decision afterwards.

What advice do you give your customers, who are selecting virtualization vendors and what existing applications are the typical first candidates for virtualization?

It mainly depends on the application, what is technology the best way to go. If the customer does mainly hosting things, like web hosting (Apache Web server, MySQL stuff) or something like this, often a virtualization technology like Virtozzo, OpenVZ or Linux-VServer is a way to go, because there you have a single kernel running. So you have a very small amount of overhead, and very fast solutions in this area. On the other side when you have different systems, like Linux systems, Windows systems, and stuff like that you have to take a technique which has a hypervisor like VMware or Xen, where you have to possibility to virtualize both – Windows and Linux systems – on a single box.

In which cases does it make sense to recommend the hypervisor approach?

The hypervisor is then necessary when you need to provide different operating systems in the guests. For example if you need to provide Windows, Linux, Solaris, or other operating systems on a single box, then it makes sense to use hypervisor-based solutions. On the other side when you can stick with a single operating system, for example you only need a Linux system providing web services, you don’t need a hypervisor because it adds an amount of overhead. When you simply don’t rely on those features it’s much easier to go with other solutions like operating-system-level virtualization like Virtuozzo or Linux-VServer. There you can put much more virtual environments on a single box than you could do with hypervisors.

Werner, what is the main characteristic and advantage of OpenVZ?

The main characteristic is that you have one single kernel image running on the box, but you have still different, secure virtual environments with their own users, their own distributions for example, their own file systems. So you still have secured environments there, but you have the great benefit that you have only a single kernel running. You are much faster than you could be with a hypervisor. For example when you want to up such a virtual environment you don’t have to initialize a virtual hardware or something like that. You only need to fork some processes and you have a new system up and running within four or five seconds. That’s really a great benefit. Also when it comes to highly available systems. When you have a fail over, you don’t need 30 or 60 seconds to boot up the virtual hardware. It takes only a few seconds and the system is up again.

Who are currently driving the growth in the virtualization market? Is it a true demand from customers or rather vendors trying to ‘sell’ their solutions and still raising awareness on the benefits of virtualization?

It’s really a demand. We have seen in the last months that more and more customers are asking for virtualization technologies. In the past our customers bought our servers to put directly operating systems on the servers. We now also see our customers asking for VMware, asking for Xen, or asking for Virtozzo. So they are aware of these different technologies. Sometimes they don’t know what technology they should use. But we see that virtualization or not just a hype, it’s getting into the data center. More and more customers are asking for it.

Thanks a lot for your time and hope to see you soon!

Thanks. Bye!

More info: HA cluster with DRBD and Heartbeat

Filed Under: Interviews, People, Videos Tagged With: developer, development, high availability, openvz, profoss, profoss 2008, Thomas-Krenn, Thomas-Krenn.AG, ThomasKrenn, virtualisation, virtualization, Werner Fischer

Video: Interview with Frank Kohler, Virtualization Project Manager at Suse – Novell

February 24, 2008 by Toon Vanagt Leave a Comment

The interview below is part of our Virtualization Video Series, a recurring theme we want to implement on Virtualization.com featuring interviews with key players from the industry, event reports, etc.

This interview was recorded at the Profoss 2008 event on Virtualisation and features Frank Kohler, Virtualization Project Manager at Suse (Novell) being interviewed by Toon Vanagt on what he saw his clients do with virtualization technology and how you can avoid making those mistakes. Shortly after the interview, Frank was hired by XenSource (Citrix).

Filed Under: Interviews, People, Videos Tagged With: citrix, Citrix XenSource, Frank Kohler, interview, Novell, profoss, profoss 2008, SUSE, Suse Novell, video, virtualisation, virtualization, xensource

Video: Interview with Matt Rechenburg, Project Manager at OpenQRM on Virtualization

February 24, 2008 by Toon Vanagt 1 Comment

This interview is part of our Virtualization Video Series, a recurring theme we want to implement on Virtualization.com featuring interviews with key players from the industry, event reports, etc. Our first interview was recorded at the Profoss 2008 event on Virtualisation and features Matt Rechenburg, Project Manager at openQRM, interviewed by Toon Vanagt about what he’s doing and how he looks at the future of virtualization.

You can find a written transcript of the interview below.

WRITTEN TRANSCRIPT

Welcome Matthias Rechenburg.
You are the Project Manager at OpenQRM. Could you tell us something more about the datacenter management platform you are building?

With OpenQRM, we are trying to give the system administrators a complete solution for managing their datacenter. What we often found out is that there are critical, loosely connected tools being used to manage modern data centers today. Some of these tools can not be missed by the sysadmins. With OpenQRM, we offer the option to integrate these utilities as an additional plug-in. We are a well-defined plug-in API. So the system admin benefits from his once loosely connected tools in a single management console. The benefit is that integrated tools cooperate with each other and OpenQRM and its deployment and provisioning framework. This way OpenQRM can handle and act on specific situations automatically. A good example is Nagios, we have an integrated monitor plug-in, which feeds errors into OpenQRM as events and OpenQRM then reacts automatically by for example restarting or redeploying a machine.

So Matt, what problem is openQRM trying to solve?

OpenQRM tries to make it very easy for its users to make their first steps into Virtualization. For example OPenQRM provides tools to migrate Physical Machines into Virtual Machines (aka P2V) from any type. With its partitioning layer it conforms Virtualization Tehcnology, so that a sys admin may decide at any time to move a Physical machine to Xen VM, or from a XEN VM to a Linux Vserver partition, and form a LinuxVserver partition to Quemo And later even back to the Physical machine if needed, without needing to change anything on the server itself or hassling with the configuration

When you look at your competition, what are the Virtualization features on your wishlist?

We are not a single virtualization technology. we are a platform which tries to conform Virtualization technology. What we learned today at this Profoss event, is that there is no single hypervisor technology which is the best or single option for a users. For each service or application, there is always a virtualization solution that fits best for that particular situation. So the user should always select the virtualization technology upon the needs of the services and applications, which they want to virtualize. With OpenQRM, we try to close the gap of the current problem of migrating from one technology to another or for the first step of moving from physical to virtual systems.

What do you think about the standardization discussions by vendors on open formats such as OVF?

What I currently understand from the virtualization vendors, is that there is great motivation and cooperation to build a standard. On the other hand they also want to keep their own customers. The option to move from one virtualization format to another, may not be beneficial for every company.

Matt, what evolution do you see in the virtualization mindset and capabilities of the datacenter engineers and decision makers you work with?

I see a strong movement to “appliance-based deployment”. This means automatic provisioning plus configuration anagement of server-images to either physical- or virtual-machines. Since there are different virtualization technologies available datacenter engineers have to manage migration from physical-to-virtual (p2v), virtual-to-physical (v2p) and also migration from one virtualization type to another depending on the application needs. The goal is it to create an vendor independent data-center management platform which supports all mainstream virtualization technologies and provides lots of automatism.

Do you think we need to educate the business user about the array of possibility virtualization could offer them?

Of course, getting detailed informations and facts from independent professionals helps decision makers to create their own, objective knowledge of how to go on with virtualization.

What about licensing issues? What did you foresee in the Open QRM platform to correlate between the software and the virtual environments they run in?

Since the licensing issues of running operation-systems in virtual machines are not yet fully solved by the operation-system vendors. Therefore openQRM for now “just” provides the technical environment for rapid, appliance-based deployment. Of course we are looking forward to implement licensing-verification add-ons as additional plugin for openQRM as soon as those issues are solved.

Everybody is still struggling in this field?

Yep, we are still waiting for a kind of standard for virtual-machine licensing.

What do you expect the commercial vendors to do?

Asap, they should come up with a transparent and fair licensing model for operation systems running in virtual-machines. This would also help companies to move on in virtualization.

What do you consider a fair model and measurement unit for the users?

Eh, Power-consumption?

You think electricity consumption could be such an underlying unit and a way to educate the users?

Yes.

Storage seems to become quite a virtualization bottleneck? What systems should users be able to support?

Yes, bringing up a new virtual machines basically just requires some space on a storage-server. To my mind we should directly interface modern storage-server solutions with a generic deployment system which is being able to manage both, physical and virtual systems.

Matt, thanks a lot for your time and all the best with OpenQRM!

Filed Under: Interviews, People, Videos Tagged With: interview, linux, matt rechenburg, matthias rechenburg, nagios, open QRM, openvz, profoss, profoss 2008, video, video interview, Videos, virtualisation, virtualization, virtualization video series, vmware, Xen

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