• 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

open source

Enomaly Unveils Elastic Computing Platform After Years of R&D

October 7, 2008 by Robin Wauters Leave a Comment

Enomaly today announced Enomaly Elastic Computing Platform (ECP), after having released an Alpha version in March of this year. ECP is an open source, programmable, cloud computing infrastructure for businesses looking to design, deploy and manage virtual applications in the cloud. With its official product launch, Enomaly is shifting its business from a services organization to a software products and support company.

Enomaly’s ECP is designed to work alongside a company’s existing virtual data center providing time and money savings. An intuitive, browser-based dashboard makes it easy for IT personnel to efficiently plan deployments, automate VM scaling and load-balancing; and, analyze, configure and optimize cloud capacity.

The Enomaly ECP is available for immediate download. Proprietary enterprise licenses of the software are available. With the release of the Enomaly ECP, the company is offering paid Web-based and phone support packages. The three plans are: Silver — Web-based support for up to 25 incidents per year; Gold — Phone and Web-based support for up to 50 incidents per year; and Platinum — Phone and Web-based support for up to 100 incidents per year plus assistance and advice with cluster architecture and virtual machine and application design.

Filed Under: Featured, News Tagged With: cloud computing, ECP, Elastic Computing, Enomalism, Enomalism Elastic Computing Platform, Enomaly, Enomaly ECP, Enomaly Elastic Computing Platform, open source, virtualisation, virtualization

Workspace Service Morphs Into Nimbus 2.0

August 19, 2008 by Kris Buytaert Leave a Comment

Grid is dead, and reinventing itself as Cloud. All kidding aside, the idea of providing a virtual machine instance as a service in the Grid rather than just CPU time with the appropriate environment and libraries to be used by different users isn’t new; it actually makes a lot of sense to provide e.g. a working virtual machine instance for a complex scientific application, which is a lot easier than having to document the correct setup for fellow researchers to implement.

The Workspace Service project part of Globus.org has just announced it’s rebranding and releasing the 2.0 version of what will now be known as Nimbus.

One of the core services of the Virtual Workspace project was orchestrating the deployment of VMs on remote resources as well as the release versioning. Today, Nimbus is a set of tools that together provide a “infrastructure-as-a-service” (IaaS) cloud computing solution targeted specifically towards scientific applications. Many non-scientific use cases are supported as well.

Nimbus allows a client to lease remote resources by deploying virtual machines (VMs) on those resources and configuring them to represent an environment desired by the user.

It was formerly known as the “Virtual Workspace Service” (VWS) but the “workspace service” is technically just one the components in the software collection.

Just as Eucalyptus, it is capable of managing clients that are compatible with the Amazon EC2 service.

Open Source Virtualization management platforms like Nimbus , Eucalyptus, OpenNebula and openQRM are catching on. This probably isn’t the last one we’ll learn about. The question is which one will survive eventually.

Filed Under: Guest Posts, News Tagged With: eucalyptus, globus, Globus.org, nimbus, Nimbus 2.0, open source, OpenNEbula, openqrm, virtualisation, virtualization, Workspace Service

DataSheet Proposal for Xen 3.3 Hypervisor Published

August 19, 2008 by Robin Wauters 1 Comment

Stephen Spector published a post yesterday on the Xen blog featuring a proposed data sheet (PDF) for the upcoming Xen 3.3 release, which we said was in final testing stage in the beginning of this month.

Update 26 August: Xen 3.3.0 is available for download.

The complete list of new features in Xen 3.3 includes:

Performance and Scalability

  • CPUID Levelling
  • Shadow 3 Page Table Optimizations
  • EPT/NPT 2MB Page Support
  • Virtual Framebuffer Support for HVM Guests
  • PVSCSI — SCSI Support for PV Guests
  • Full 16-bit Emulation on Intel VT
  • Support for memory overcommit allowing more VMs per physical machine for some workloads

Security

  • PVGRUB Secure Replacement for PYGRUB
  • IO Emulation “stub domains” for HVM IO
  • Green Computing
  • Enhanced C & P State Power Management
  • Graphics Support
  • VT-d Device Pass-Through Support

Miscellaneous

  • Upgrade QEMU Version
  • Multi-Queue Support for Modern NICs
  • Removal of Domain Lock for PV Guests
  • Message Signalled Interrupts
  • Greatly improved precision for time-sensitive SMP VMs
XenSource

Filed Under: News Tagged With: data sheet, datasheet, datasheet proposal, Hypervisor, open source, Stephen Spector, virtualisation, virtualization, Xen, Xen 3.3, Xen hypervisor

Rich Wolski on Eucalyptus: Open Source Cloud Computing (Video Interview – 2/2)

July 18, 2008 by Toon Vanagt Leave a Comment

In this second part of our video interview with Rich Wolski (see the first part here), recorded at the O’Reilly Velocity conference, we learn how Eucalyptus came around the Amazon subscription method, where credit cards are the key to authentication. Offering ‘free and open’ clouds in university environments was achieved by introducing a system administrator in between the user account request and the issuing of certificates. Upon user request, the Eucalyptus user subscription interface generates an e-mail to an administrator, who will then perform a ‘manual’ verification. This can be a phone call or a physical meeting.


Eucalyptus Director Rich Wolski on open source cloud computing, Xen and Amazon’s EC2 (part 2/2) from Toon Vanagt on Vimeo.

Users did not like Rocks (leading open source cloud management tool), but the community (in smaller community/ deployment supports) preferred to do this manually. So Eucalyptus 1.1 provides Guidance, a script to build from scratch by hand.

A ‘build with one button’ remains the goal for future versions.

The full Eucalyptus image is only 55 Mb (without Linux image) and includes the necessary packages in order to make sure all of the revision-levels are fully compatible. Eucalyptus comes as Free BSD Open-Source license with a small disclaimer that the University of Santa Barbara explicitly wants to avoid any intellectual property infringements and will take necessary steps if needed.

Virtualization is supported by Xen 3.1 for security sake (3.0 works too, but is discouraged).

Lessons learned in building clouds from open source are quite rare. Here are a few from Rich:

Unlike commercial environments (where one controls the configuration, hardware purchase and networking), the architectural decisions are very different in open source environment, where one does not know the installation. One of the current challenges is to build a system depending on the control you have over your specific installation, you could successfully remove more of the portability from the system as you needs fit.

A second lesson is that people do things by hand and this is an opportunity for automation. Nobody is deploying Linux manually, instead sys admin use distributions. Shouldn’t there be a similar cloud distribution product out there? The people at Puppet were eager to help on providing such scripts for cloud deployments. According to Rich, this illustrates how O’Reilly should be credited for creating a good atmosphere at the Velocity 08 conference where a lot of cross-fertilization happened.

Rich ends the interview by throwing a fundamental question at the cloud community. He classifies current cloud initiatives on a scale based on the ‘closeness’ of the application layer to the cloud API. At the one end of this spectrum, he puts Google Apps (with Python oriented function calls) and at the other end Amazon EC2 (a set of very simple web service interfaces to the underlying virtualization technology) and all other cloud offerings float in between. This impacts what you can do with virtualization. Google AppEngine becomes your compiler on their end of the scale.

Rich wonders if this tighter link to the Google AppEngine will become a liability or an asset in the future when it comes to virtualization capabilities?

We invite you to provide your answers in the comments below!

Filed Under: Interviews, People, Videos Tagged With: Amazon EC2, cloud computing, ec2, eucalyptus, interview, kvm, LibVert, O'Reilly, O'Reilly Velocity, open source, open source cloud computing, Rich Wolski, VDE, video, video interview, virtualisation, virtualization, vmware, Xen, Xen virtualization

Rich Wolski on Eucalyptus: Open Source Cloud Computing (Video Interview – 1/2)

July 8, 2008 by Toon Vanagt 4 Comments

A month ago we reported on how you can build your own open source cloud on clusters to make your personal cloud dreams come true!  Simply put your datacenter to use by ordering Xen virtualization on the Rocks and then carefully roll it in fresh Eucalyptus leaves.

In order to learn what makes these clouds tick, we have sent our enthusiastic cloud computing koala Toon Vanagt to San Francisco to interview Eucalyptus Director Rich Wolski at the O’Reilly Velocity conference. Below, you can find the first part of this exclusive video interview (we’ll post the second part tomorrow).

Rich’s students came up with EUCALYPTUS, which stands for ‘Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems’ as an open-source tool for doing “cloud computing”. Their tool is designed to stimulate the development, interest, experiments and research into the nascent concept and industry of cloud computing.

Eucalyptus was build in a modular fashion, so it can “mimic” the interface of popular commercial clouds, like the one they started off with, Amazon EC2. The team plans support for several cloud interfaces as long as they are public and well documented.

Rich underlined that Eucalyptus is designed to experiment and not to compete with industrial strength clouds as Amazon EC2. Although with some engineering, one could take parts of Eucalyptus, mature those and scale to specific needs.

When asked about the underlying virtualization experience, Xen is seen as a very useful technology in ‘cloud’ regards. Rich complements Xen on being well documented and conceptually easy to understand and he looks back at the Xen selection as a good first hypervisor choice. Due to the nature of their specific use, parts of Xen would ‘break’ under load and were modified to meet certain stability needs.

As LibVert is used, Eucalyptus should in theory be relatively easy be able to support other hypervisors such as VMware and KVM. If no major wrinkles appear on the development surface, Eucalyptus therefore expects to support VMware and KVM with its 2.0 release, scheduled for early September 2008.

Rich supportively points to the Enomalism elastic computing platform, an open source cloud platform that enables a scalable enterprise IT and local cloud infrastructure. as an alternative open source virtualization system.

Security remains an issue but in some respects, accountability and authentication are an even bigger problem to the open source community than within commercial projects. “In an academic space, where you are not paying for usage, it is not a credit card that you are accounting to, but a user”. So Eucalyptus had to devise a user accounting system that is based on certificates. On top of that components should not be ‘spoofable’, as there is no message encryption in Eucalyptus (yet). Because these messages can be spoofed, Rich’s team had to take care of an open source implementation of Web Services Security to make sure the cloud controllers cannot be ‘fooled’ by malicious messages of doubtful origin.

The shortage of public IP addresses in university environments was solved by using the open source technology VDE (Virtual Distributed Ethernet). [VDE is an ethernet compliant virtual network that can be spawned over a set of physical computer over the Internet. You can see VDE as the software incarnation of a hardware network switch plus attached cables. Using the vde_switch and vde_plug programs you are able to create quite complex virtual analogies of a network that can span several hosts, even across the Internet.

By creating a virtual Ethernet for every cluster allocation and make that a set of user space processes can tunnel through NATs (Network Address Translation). As a downside to this VDE implementation comes a performance penalty. So Eucaluptus is offered with 2 flavors, linked to the SLA-nature in cloud computing. The first option uses the described very flexible ‘Virtual VLAN’ independent of IP-addresses. The second option bypasses VDE and is faster but less scalable as limits user requests to the confines of a single cluster.

Tomorrow, we’ll publish the second part of this exclusive interview. Stay tuned!

Filed Under: Interviews, People, Videos Tagged With: Amazon EC2, cloud computing, ec2, eucalyptus, interview, kvm, LibVert, O'Reilly, O'Reilly Velocity, open source, open source cloud computing, Rich Wolski, VDE, video, video interview, virtualisation, virtualization, vmware, Xen, Xen virtualization

SourceLabs Adds Support For Xen In Self-Support Suite

June 30, 2008 by Robin Wauters Leave a Comment

SourceLabs, provider of technology to support open source software, today announced that its Self-Support Suite now supports the Xen hypervisor.

SourceLabs’ Self-Support technology aims to give developers, corporate IT pros and solution
providers an on-demand way to reduce the complexity of application development, deployment, troubleshooting and software maintenance for open source technologies.

“As data centers are moving toward a more dynamic model, they are increasingly doing so using server virtualization technology and Xen is the leading technology solution in the market today for running virtualized IT environments,” said Byron Sebastian, SourceLabs CEO and Founder. “The SourceLabs Self- Support Suite gives developers the ability to significantly drive down the costs of deploying and maintaining virtualized data centers with technology that seamlessly and effortlessly harnesses the power of Xen and other open source technologies.”

SourceLabs’ Self-Support Suite identifies issues and ranks potential resolutions from across a wide variety of projects in the open source development ecosystem. Indexing, managing, and storing the data, SourceLabs uses advanced pattern matching and predictive analysis algorithms to automate troubleshooting, reduces the time on routine tasks and analyzes data to flag any potential problems before they can impact systems or designs.

SourceLabs’ supports all current and previous releases of Xen technology, including auxiliary projects
such as ‘libvirt.’ SourceLabs’ Self-Support Suite for Xen references solutions from Xen.org as well as
solutions from across multiple Linux distributions that ship with Xen integration including Debian,
RedHat, Fedora, Ubuntu, and OpenSuSE, as well as the Linux Kernel mailing list and bug database,
providing Xen users an exhaustive resource for troubleshooting and analysis of their virtualization
platforms. SourceLabs’ Self-Support Suite supports the most popular open source Java and Linux
technologies including Apache httpd, GCC, MySQL, Sendmail, and the Linux Kernel among others.

Basic support includes 24×7 global coverage and is available from $399 for one developer seat.

Filed Under: News Tagged With: open source, Self-Support, Self-Support Suite, SourceLabs, SourceLabs Self-Support, SourceLabs Self-Support Suite, SourceLabs Xen, virtualisation, virtualization, Xen, Xen hypervisor, xen.org

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • 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