Softpanorama

May the source be with you, but remember the KISS principle ;-)
Home Switchboard Unix Administration Red Hat TCP/IP Networks Neoliberalism Toxic Managers
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and  bastardization of classic Unix

VM Bulletin 2003

2009 2008 2007 2006 2005 2004 2003 2002 2001 2000
 

USENIX 2003 Annual Technical Conference, FREENIX Track — Paper famous Vimage paer by Marko Zec

A lightweight virtual machine for running user-level operating systems

Emulating a part of computer hardware is a trend in recent virtual machine research. For example, Xen and Denali call such emulation para-virtualization. Xen is a mainframe-type virtual machine monitor for IA-32 [Xen03]. Xen replaces hardware interrupts with its own event system. Xen allows guest operating systems read access to page tables but it mediates write access. Xen hosts Linux and Windows XP. Denali is a virtual machine monitor for distributed and networked systems [Denali03]. Denali has its own memory management mechanism and interrupts. Denali runs thousands of the Ilwaco guest OS. Compared with those systems, our virtual machine differs in that we use a language processor (the assembler preprocessor). Both Xen and Denali require porting effort when they need to execute existing native operating systems.

Virtualizing Linux with Xen: Xen is a para-virtualization technology available for the Linux kernel that can offer users a chance to enclose and test new upgrades as if running them in the existing environment, but without the worries of disturbing the original system. In this article, we look at virtualization on Linux and determine the benefits that come from using Xen in that space. (Articles)

 

[Dec 30, 2003] Analyst Reaction to EMC's VMware Bid Mixed

Analyst Reaction to EMC's VMware Bid Mixed
December 30, 2003
By
Clint Boulton

When EMC (Quote, Chart) announced its intent to purchase VMware two weeks ago, many technology analysts greeted the news with praise while their Wall Street counterparts balked, citing a lack of synergy between server virtualization and EMC's core competency, storage.

Count Susquehanna Financial Group among the doubters of EMC's $635 million bid, which it says is expensive considering VMware's 2003 sales.

While encouraged by EMC's earlier purchases of Legato Systems and Documentum to bolster the company's information lifecycle management (ILM) strategy, Susquehanna views EMC's interest in VMware as largely impractical.

"VMware provides little synergy with storage, whereas Legato and Documentum are building on EMC's Information Lifecycle Management strategy," a Susquehanna report said. "VMware, which makes server provisioning software for Windows and Linux environments, is in a different space altogether."

Susquehanna analysts Kaushik Roy and Phillip Rowe also voiced concern that VMware's revenues are from a low price-point software product with limited growth potential.

VMware offers a number of products, but most revenue comes from software licenses of VMotion, ESX server, and GSX server. VMotion helps customers consolidate servers by migrating applications from smaller servers to new, higher-end servers with no downtime for the applications.

"Although this is a valuable tool, we believe these migrations are relatively infrequent (perhaps several times a year)," Roy and Rowe said in their report.

The ESX and GSX server products allow users to partition their Intel servers for the usage of multiple operating systems and applications simultaneously.

"With already about 2 million users and less than $50 million in revenue last year, we can conclude that these products have a low price point," Roy and Rowe said.

But Mark Stahlman, who covers EMC for American Technology Research, feels VMware could prove very valuable for EMC.

He sees what other analysts from companies such as Sageza Research or Gartner see: a company undergoing a metamorphosis as a leading purveyor of storage hardware to a software provider of so-called on-demand, or utility, computing.

Stahlman dismisses the term utility computing as unclear marketing hype, preferring the phrase "virtual computing" to describe a software-driven strategy that configures and reconfigures computing and storage systems with no downtime.

Stahlman told internetnews.com EMC's recent purchases are evidence that the company is trying to improve its position in storage at the same time it is building a broader strategy in virtual computing.

The increased interest in virtualization as a viable computing platform technology is paving the way for an expansion into servers and networks, Stahlman said. IBM (Quote, Chart), and HP (Quote, Chart) already have placement in this arena.

"EMC's benefit from the deal is likely to be an opportunity to integrate its own R&D with the products of VMware as well as gain access to the new company's considerable x86 expertise — crucial now that the Intel architecture is the largest volume for EMC and now that the 64-bit versions of x86 are getting ready to expand rapidly," Stahlman said.

While he wouldn't make any predictions outright, Stahlman said EMC repeatedly referenced network virtualization in a conference call, which he said could be an area EMC is targeting while it digests VMware.

Among the players in the networking virtualization is Inkra Networks. The Fremont, Calif.-based company integrates multiple services, such as firewall, VPN, intrusion detection, SSL, and load balancing in hardware platforms.

Meanwhile, Gartner analysts believe an application monitoring and management or server provisioning company is on tap for EMC. And Sageza Research Director Charles King recently told internetnews.com he expects EMC to acquire database and directory components.

While no one seems to agree on what EMC may buy next, EMC CEO and President Joe Tucci has said his company wasn't actively looking to acquire after VMware. Of course, he said the same thing after announcing the Documentum bid in October.

Sep 2, 2003] Introduction to the Xen Virtual Machine

Linux Journal This article is intended mainly for developers who are new to Xen and who want to know more about it. The first two sections, however, are general and do not deal with code.

The Xen VMM (virtual machine monitor) is an open-source project that is being developed in the computer laboratory of the University of Cambridge, UK. It enables us to create many virtual machines, each of which runs an instance of an operating system.

These guest operating systems can be a patched Linux kernel, version 2.4 or 2.6, or a patched NetBSD/FreeBSD kernel. User applications can run on guest OSes as they are, without any change in code. Sun also is working on a Solaris-on-Xen port.

I have been following the Xen project closely for more than a year. My interest in Xen began after I read about it in the OLS (Ottawa Linux Symposium) 2004 proceedings. It increased after hearing an interesting lecture on the subject at a local UNIX group meeting.

Full virtualization has been done with some hardware emulators; one of the popular open-source projects is the Bochs IA-32 Emulator. Another known project is qemu. The disadvantage of hardware emulators is their performance.

The idea behind the Xen Project (para-virtualization) is not new. The performance metrics and the high efficiency it achieves, however, can be seen as a breakthrough. The overhead of running Xen is very small indeed, about 3%.

[Jun 15, 2005] Red Hat virtually supports Xen with Fedora Core 4 - Computer Business Review

The community-led project provides an early view of technologies likely to be included in future releases of Red Hat's Enterprise Linux distribution, and is the first concrete evidence that the Raleigh, North Carolina-based company will introduce support for Xen into RHEL.

Created and distributed by XenSource, Xen is an open source virtualization hypervisor that has already received the backing of IBM, Hewlett-Packard, Intel, and Advanced Micro Devices, among others.

Red Hat began talking positively about Xen in October 2004 but until now no concrete plans have been announced. Red Hat's Linux rival, Novell, introduced support for Xen in its SuSE Linux Professional 9.3 consumer product released in April.

Alongside Xen, Fedora Core 4 also provides an early look at OpenOffice.org 2.0, the new version of the open source office productivity applications suite, which is not yet generally available, as well as Evince, a new document viewer for PDF and Postscript files from the Gnome project.

Fedora Core 4 also includes version 2.10 of the Gnome interface, version 3.4 of the KDE interface, version 3.1 of the Eclipse development environment, as well as Red Hat's Global File System integrated clustering technology.

While Red Hat Enterprise Linux has long been available for Power processor-based servers, as well as including 32-bit X86, AMD64 and Intel EM64T, Intel Itanium 2, and IBM S/390 processor systems, Fedora Core 4 is the first Fedora release to also be available on PowerPC. According to the release notes, Fedora Core 4 should boot on Apple Computer's Macintosh PowerPC-based machines.

Earlier this month, Red Hat announced plans to hand over control of its Fedora community-led Linux development project to the new Fedora Foundation, moving Fedora project development work and copyright of contributed code outside of its core business.

An open letter to the current Fedora community from Karen Bennet, Red Hat vice president of applications and tools, indicates that not too much is expected to change. "There are no current plans to change the Fedora Core distribution project, processes, and management," she wrote. "As many have asked, Red Hat will also maintain ultimate overall control of the project to ensure that we continue to have timely, high quality releases."

However, according to Bennet, the Foundation could encourage new projects to develop under the Fedora umbrella without specific Red Hat involvement. "Fedora can only expand by enabling individuals and groups to contribute rather than consume. The Foundation exists to do this, not just for Red Hat originated Fedora projects but for those that come from the community," she said.


Etc

Society

Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers :   Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism  : The Iron Law of Oligarchy : Libertarian Philosophy

Quotes

War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda  : SE quotes : Language Design and Programming Quotes : Random IT-related quotesSomerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose BierceBernard Shaw : Mark Twain Quotes

Bulletin:

Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 :  Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method  : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law

History:

Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds  : Larry Wall  : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOSProgramming Languages History : PL/1 : Simula 67 : C : History of GCC developmentScripting Languages : Perl history   : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history

Classic books:

The Peter Principle : Parkinson Law : 1984 : The Mythical Man-MonthHow to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater’s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite

Most popular humor pages:

Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor

The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D


Copyright © 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.

This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...

You can use PayPal to to buy a cup of coffee for authors of this site

Disclaimer:

The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.

Last modified: March 12, 2019