18
Thu, Apr
5 New Articles

The Linux Letter: Virtualization Is Complicating Simplicity

Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

The latest "hot topic" in the IT world is server virtualization. From all of the hoopla, you'd think that this is some new and groundbreaking concept. But as most of us IT old-timers know, IBM has been doing this for years—first on its mainframe computers and more recently on p5s and i5s whose POWER CPUs can be dissected into fractional CPUs. Perhaps your i5 is partitioned into one or more i5/OS or Linux partitions.

Despite the huge volume of press it's currently enjoying, server virtualization (which hereinafter I'll refer to as simply "virtualization") isn't particularly new on Intel-class machines, either. I've been using various incarnations of it on my Linux machines for many years—first with DOSEMU, an early DOS emulator, and then with Win4Lin (which let me run Win9x instances under Linux), and finally with my current favorite, VMWare (about which I wrote a couple of months ago).

We all know the obvious advantages of virtualization, which include lowered energy costs for power and cooling, lower hardware and hardware maintenance costs, and lower physical space requirements. If you spend additional cash for enterprise-level virtualization, you get yourself a whole other realm of nice features, including the ability to move a virtual machine (VM) between physical machines (while the VM is running), the capability of assigning nominal "horsepower" to specific VMs with the virtualization environment dynamically tuning things for you, and high-availability computing (the virtualization engine can identify when a VM dies and automatically restart it or assign its workload to another virtual machine). All of these features have been fully explained numerous times in the deluge of virtualization articles and marketing brochures, so I won't rehash them here. Suffice it to say that, with the exception of Intel and AMD manufacturing CPUs that finally are equipped to provide proper VM isolation (POWER and other CPUs had this first), virtualization is a relatively old technology that's finally becoming mainstream.

So what's driving the current virtualization frenzy? I can't say for sure, but I can make an educated guess.

Naked Virtualization

If you strip away all of the fancy features of virtualization, you'll end up with the realization that a VM is, for all intents and purposes, a computer. That it's built of software instead of hardware is irrelevant for the majority of applications (the exception being applications with specific or exotic hardware needs). If you think about the VM in this way, it seems logical that it should make little difference to operating system or application vendors where their product is running. Yet this doesn't appear to be the case. The novelty of virtualization has given vendors new avenues for marketing and market manipulation, and they're taking full advantage of it. The benefit to the consumer is that it has also given opportunities to go bargain shopping, but there is a dark side....

Bargain Hunting

While the management features of virtualization are nice, many of us are just happy to utilize the otherwise-wasted CPU capacity inherent in modern hardware. By creating VMs, it's possible to consolidate many servers onto one physical piece of hardware, saving the hardware and energy costs associated with the now-superfluous hardware. What virtualization doesn't do in this scenario is lower the costs involved with the software that ran on each machine.

The same problem is encountered when deciding to split up a single server into a group of them for the purposes of isolating services. Let's say that you have an email server that offers SMTP access for mail distribution, scans email for viruses, differentiates SPAM from HAM, and provides Web-based access to the email. I use Linux for just such a box, and it performs well doing all of the functions simultaneously. It would be interesting, though, to place each function onto a different server instance (I'll call a functioning system an "instance" regardless of whether it's hosted on real or virtual hardware) so that one instance is performing only one task. That way, the OS on a given instance could be optimized to its assigned task. The only problem is that, done the old-fashioned way, each instance would cost you additional cash for the OS. This issue seems to be fading, though, as vendors alter their licensing terms to adapt to virtual environments.

Take Red Hat, for example. The software Red Hat provides is, for the most part, open-source and available for free for anyone's use. The company's income is partially derived from the subscription service that you purchase to keep your Red Hat Enterprise Linux systems updated and current. The old subscription model dictated that you had to pay a subscription fee for every instance of RHEL that you ran, regardless of the platform or instance.

With the release of the newest RHEL incarnation, RHEL 5, the rules are changed. Red Hat Enterprise Linux 5 comes in two versions for server use: the standard Enterprise version and Advanced Server, both of which have integrated support for Xen, an open-source virtualization product. Enterprise has the ability for you to run up to four virtual machines (your choice of OSes in the virtual machine) within the host system, while Advanced Server has no hard limit, save for the hardware resources of the physical host. The new subscription scheme is simple: You may update any and all virtual hosts running on any physical host under the subscription you purchased for the physical host. The caveat is that you are running the same OS and version on the virtual host as you are on the physical one, which in my shop would be what I'd typically do. In short, this means that I can break up the services on my email server into individual virtual instances on one physical host (perhaps recycling the email server hardware), yet not incur any additional licensing or subscription costs. This is huge! And it makes sense, too. All i5 users are conditioned to processor-capacity licensing (the higher the "P" value, the higher the price for the same software), and this new model by Red Hat fits into this model well. You may have three or four virtual servers running on a physical server, but the aggregate capacity of them all will never exceed the capacity of the host system, so why charge more? (For completeness, RHEL pricing is not based on server capacity in the sense that the i5 does, but the analogy holds.)

I don't doubt that as more and more companies start availing themselves of virtualization, software vendors will follow RH and the other companies that are early adopters.

The Dark Side

There always has to be a dark side, so of course virtualization has one. Earlier, I posited that logically a VM should appear to the software running on it as just another computer, without regard to the components with which the computer was built. In my opinion, it shouldn't matter one whit to a vendor that I'm going to run a piece of software on a virtual machine instead of a physical one. The Redmond giant disagrees with me and has created a convoluted licensing scheme that makes it difficult to legally run its software virtualized. Let me rephrase that: The company is making it difficult to run its software on virtualization software other than its own, in its typical "wait for us, we're the leader" fashion. You can read about this in a white paper on the VMWare site. So if you're an MS acolyte and want to use its product, you get to wait for [fill in some lengthy period of time] until the company gets its virtualization software to do what most other virtualization engines can do now. The whole point of the MS licensing scheme, again in my opinion, is to stall the market until MS can catch up. It's manipulation, plain and simple. While Microsoft is the most obvious example of this behavior, I'm sure that there are other vendors out there that are doing the same...or will be.

An Already Overcomplicated World

Right now is a great time to be in the IT world. Server virtualization is just one of many great technologies that make it easier and cheaper to provision and deploy a server than ever before. Virtualization is more than hype; it's one of the rare technologies that does deliver what it promises to. For the most part, there's little downside for the consumer. Little downside, that is, but unnecessary complication in the already overcomplicated world of software licensing.

As IT management, it behooves you to hunt for the bargains that are now being made available to the marketplace. Vendors are always looking for industry buzz on which to piggyback their products, and server virtualization is the buzz du jour. If you find a piece of software that you think might be a good candidate, be sure that you read the fine print to ensure that you're using the software as the vendor deigns to allow you. I'm just glad that the majority of the software that I run is open-source and GPLed; I can skip right to the installation and configuration section of the manual.

Barry L. Kline is a consultant and has been developing software on various DEC and IBM midrange platforms for over 23 years. Barry discovered Linux back in the days when it was necessary to download diskette images and source code from the Internet. Since then, he has installed Linux on hundreds of machines, where it functions as servers and workstations in iSeries and Windows networks. He co-authored the book Understanding Linux Web Hosting with Don Denoncourt. Barry can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it..

Barry Kline 0

Barry L. Kline is a consultant and has been developing software on various DEC and IBM midrange platforms since the early 1980s. Barry discovered Linux back in the days when it was necessary to download diskette images and source code from the Internet. Since then, he has installed Linux on hundreds of machines, where it functions as servers and workstations in iSeries and Windows networks. He co-authored the book Understanding Web Hosting on Linux with Don Denoncourt. Barry can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it.

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: