Sidebar

Welcome to the Virtual Machine

IBM i (OS/400, i5/OS)
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

The System i has been at the forefront of virtualization for a long time. Now it's time for the platform to adopt some new virtualization tricks.

 

You use virtualization every day. One of the core concepts of the System i is virtualization: the use of a simulated CPU, implemented as the TIMI interface, originated in the System/38. Other virtualization and associated concepts, such as single-level storage, have formed the platform from its conception to the present and will continue to shape it.

 

As the platform has matured, expanded, and adapted to influences and requirements from outside technologies, so have its virtualization capabilities. Now in the past few years, virtualization, previously the mainstay of midrange and large systems, has fast become a common sight in the consumer market. The aggressive adoption of virtualization on x86 is driving innovation in today's virtualization arena. New virtualization features that are now being created for x86 will in the future also become tools of the System i administrator.

 

To understand what that future might hold for your System i environment, let's take a look at some basic facts about virtualization.

What Is the Matrix? Control.

Virtualization has two main functions. The first of these is to control the use of computing resources. This resource can be a disk drive, a communications I/O device, an operating system image, or a whole PC with hardware and OS. For each of those resources, virtualization can allow or disallow the usage of the resource, making it either available or unavailable to a requestor; or, instead of providing only a binary choice, it can throttle the usage to some degree. Limiting resource usage is not an end to itself, of course. Resource limiting is employed in order to permit sharing of resources between other resources, between processes or users simultaneously, or over time.

 

The other main function of virtualization is to provide an alternative, customizable interface to the virtualized resource. For instance, your real, unvirtualized processor may have a mixture of 16-bit and 32-bit registers. By virtualizing it, you can add a new control layer that allows programming in 16-bit only, in 128-bit, or in 3-bit, if you feel like it. Or you can go away from bits and do your programming in a higher-level language. This added control layer is the new interface, and the important thing is that it can be tailored to your needs. Typically, the new interface reduces complexity over the original interface. Think higher-level languages versus Assembler code, or Assembler code versus machine code, and you get the picture.

 

In an unvirtualized resource, the desired functionality (computing, I/O, or storage) and its implementation are strongly intertwined. The unvirtualized interface to a 16-bit processor must by necessity use 16-bit data. The virtualized interface can use something else. In order for the virtualized interface to serve its purpose, it must isolate a desired functionality from other particularities of the functionality's implementation.

Functionality Is Money

Why do we use virtualization at all? After all, virtualization comes with two main drawbacks:

  • Virtualization creates resource overhead, reducing performance.
  • Virtualization adds another interface layer, which increases overall system complexity, increasing administration overhead.

These disadvantages, however, are accepted because they are outweighed by the positive effects of virtualization. These are the benefits:

  • Simplified administration
  • Availability
  • Efficiency

Virtualization is used for the sole reason that it helps IT fulfill its goal: to provide computing functionality. Virtualization provides improved functionality. And in these times of ever-narrower budgets and ever-increasing focus on the business side of IT, IT management is delighted to find that, in virtualization, a method exists for getting more bang out of the buck. Functionality is money.

 

Simplified Administration

Virtualization can make many resources of the same type appear as a single resource. This is a direct outcome of the fact that virtualization allows you to define your own interface to a resource, which can also be an interface to multiple resources of the same type. Thus, for instance, a whole disk array can be treated as if it were a single, very large disk. Not only does it make it easier for the user to address content in the disk array, it also can make it easier for the operator to manage the disk array.

 

This benefit is in part counteracted by the complexity added by the additional interface layer. In a nutshell, there are two sides to virtualization: the time-saving side and the time-eating side. In practice, the more time an operator spends with the "simple" (virtual) interface, the more time-saving it is for him. Conversely, the more time he spends on working with both interfaces (e.g., initially setting up a virtualization solution), the more complex his work becomes.

 

Availability

By hiding a number of individual resources under the cloak of a single virtual resource, virtualization allows for the virtual resource to be available even as some of its underlying component resources become unavailable. This allows maintenance operations to be performed without loss of functionality. To stick with the example of the hard-disk array, virtualization enables such wonderful things as hot-swapping a broken disk. Or, if disk usage is increasing limits, a virtualized disk array allows for the "hot" addition of new disks to increase disk space.

 

On a higher level, modern LPAR partitioning allows for individual partitions of a system to be shut down and started independently of one another. In this manner, the frequency of IPLs for OS updates PTF installation can be reduced. That means that the impact on functionality for that system is controlled, as opposed to the whole physical system's functionality becoming unavailable.

 

Efficiency

Virtualization always causes a system to lose performance. This is simply due to the additional layer that it adds to perform the above-mentioned functions of resource control and interface provision.

 

However, virtualization can be used and in fact is increasingly used to improve the efficiency of complex IT installations. The basic idea is to get rid of resource "slack," or unused capacity. For instance, several blade servers can share the same network card because in all but the most exotic situations they would not each fully utilize the card's bandwidth at the same time. And x86 servers, which are notoriously underutilized, can be consolidated onto a single System x machine with virtualization employed, squeezing additional percent points of CPU out of the system.

 

This consolidation aspect has received increased attention of late, due to the current focus on green computing. If virtualization helps reduce slack, it helps cut energy usage and thus reduces the load on the economy (and pocketbooks).

I've Seen the Future, and It's Groovy

Like any other platform, the System i must "go where the money is." That means that if there is a functional benefit in any new technology, the System i will eventually adopt that technology, unless it would require a change to fundamental features of the platform (i.e., the System i will not suddenly switch to a different processor family just because another processor runs faster). By taking a look at virtualization technologies that are already in use and successful on other platforms, it is possible to make some educated guesses about the future of virtualization on the System i platform. The following are some predictions on the changes that are most likely to impact the working life of System i administrators.

 

The Virtual Is the Concrete

The Model 570 sport a nice new piece of hardware that is dedicated to a virtualization feature. Supported from V5R4M5 onward, this Integrated Virtual Ethernet adapter (or IVE for short) will act as a whole number of Ethernet cards and will of course be sharable between partitions. As IBM staff so nicely put it at a recent IBM Breakfast Meeting, it's "virtualization that, finally, you can touch." In the x86 arena, there is VMware's ESX 3i initiative, where the virtualization layer runs in dedicated embedded processors; and Microsoft has similar plans for running its Hyper-V virtualization solution on embedded processors. Expect to see more hardware dedicated to virtualization on System i.

 

Waves of Complexity

A smart man once observed that technological innovation seems to follow a triple jump pattern from the primitive, to the complex, to the simple. Now a long-lived platform such as the System i experiences many technological innovations. So it goes for the System i. A new technology will be introduced. As more and more features are added on, the complexity of the technology and of its management rises. Eventually, IBM will come up with an interface that hides some of that complexity. Viewed on a broader time-scale, administrative complexity undergoes a see-saw, or wave, pattern: up first, then down again.

 

By example, cluster technology has been available for the System i since OS/400 V4R4. Clustering is a combination of system-level and storage-level virtualization techniques, basically increasing functionality availability by abstracting from a number of System i's and either their internal disks or external storage arrays such as TotalStorage. It is not exactly the simplest of technologies to implement. This is the "up" part of the wave pattern.

 

Because of the complexity (and hence cost) of administrating a clustering environment, clustering is generally viewed as something that is apt only for large companies. In order to reduce that complexity, and thus increase appeal with the SMB shops, IBM released, as part of IBM i 6.1, a new product called the High Availability Solution Manager (System i PowerHA for i). That product is the successor to Copy Services for System i Toolkit, which you could formerly obtain only from Global Services as part of a consulting agreement. The High Availability Solution Manager is targeted at lowering the complexity of managing a clustering environment, signifying the "down" part of the pattern.

 

Data on the Go

For reasons of high availability, it will become more commonplace even for small businesses to store their data on redundant servers in multiple locations. They may be using IBM solutions for this, employing Copy Services such as Metro Mirror/Global Mirror, or maybe third parties will move into that market. Spreading data across not only multiple pieces of hardware, but across multiple geographical locations, is the way of the future.

 

We may see the rise of distributed file systems on the System i. Such file systems are abstractions of massive banks of disk drives in multiple locations. Google's GFS and Amazon's Dynamo are examples of such distributed file systems. It may even be the case that in the future, storage "in the cloud" will be a viable alternative to owned storage for the System i. Storage in the cloud means that you hire storage capacity from a third party and access it, using encryption, over the Internet. For the end-user market, such services already exist. IBM is doing research there along with its Cloud computing initiative.

 

On a side note, storage is going to be more cross-platform in the future. IBM i 6.1 allows an an i partition to utilize storage that is hosted by a Linux partition. And storage hosted by IBM i will be accessible to VMware running on x86. Expect storage to become less attached to the particular hardware (instance and platform); it will become a matter of interfaces and of abstract qualities such as performance and reliability.

 

Smarter Scheduling

It will become increasingly important for system administrators to plan the time and location of jobs so they can run best, impact other jobs the least, or fulfill other goals. Job planning across systems and locations will become more and more commonplace. This is essentially virtualized job scheduling, with the admin no longer specifying an individual job queue, but a number of constraints, which the actual scheduler then uses to decide on the best implementation (system, job queue, run-time attributes). This type of job scheduling already exists, but is still far from being used to its full extent. The job scheduler of the future will take into account things such as the current and projected energy consumption and thermal situation of a system; follow-the-sun schemes to tie job execution to the presence of staff (end-users or operators) in locations around the world; and the availability of resources available on individual partitions and physical systems. All of this will become automated to a high degree. As said above, IT management is concerned with functionality. It is not concerned with the scheduling of individual jobs. Job schedulers in the future will do a better job of helping you to bridge that gap.

 

Application Mobility: Online

Job scheduling traditionally defines the conditions under which a job is started, or more exactly, queued. Once the job is in the queue, the scheduler goes on to do some other business. But what if you wanted a job to start on one system, but to finish executing on another system?

 

Well, if your OS were Solaris or AIX 6, or if you were employing VMware's VMotion, the answer is that you would move the job to another system. While it is running. Without stopping it. Without an interruption in service to the end-user. How great is that?

 

This feature, called Live Application Mobility in AIX 6, lends itself naturally to follow-the-sun setups. It is also great for data migration, where you just move a running application off of the old server and onto the new server, all without any downtime from the end-user perspective. Maintenance, likewise. This feature seems so immediately useful that you can expect it to be applied to IBM i in a future release. As a matter of fact, IBM's Jim Herring, who is in charge of the "big" System i boxes, IBM i (aka i5/OS), and the "big" System p boxes, recently stated let on that IBM is, well, "very much considering" enabling live partition mobility on the System i.

 

Application Mobility: Offline

How about stopping an application/partition in its tracks, only to revive it a day, a week, or a year later on the same or another system? Since scientists already succeeded at stopping light and then bringing it back, doing the same for a running application on the System i should be a snap! Well, it is not, but that is not to say it is impossible. Storing the total state of an application, with all of its data, could be useful in many situations. The same applies to storing the state of a complete LPAR partition. On x86, this kind of freeze-drying a virtual system is all the rage and is called "snapshotting." It has applications for high availability, for testing, and for situations where more-urgent work requires that a less essential application be put aside for some time. Expect to see that arrive on System i in the next five years, max.

 

There may also be times when you want to turn a stored virtual configuration into the configuration of a physical system, a topic on which MC Press has featured an article called "System Protection: The Key to Virtualization".

 

Study, Study, Study

The world is moving fast for IT administrators, too. One thing that follows from all the fancy new virtualization features is that you will need to do a lot of learning to keep up. Management wants to get the most out of IT? Get training. It will pay.

Operating in a Virtual World

You can teach an old dog new tricks. The System i platform has been at the forefront of virtualization for a long time. Now it is time for the System i to adopt some new virtualization tricks. Technological innovation on other platforms is creating new possibilities in the virtualization landscape, simultaneously rendering it more complex. For you, whose job it is to keep a System i environment up and efficient, new virtualization features will mainly be one thing: new tools to get the job done. This article was aimed to introduce some of the new perspectives and technologies that will have an impact for the System i (or Power Systems) platform. And when you do see that announcement for partition mobility in IBM i 6.3, or for energy-aware all-automated schedulers, you will be able to say: "That's soooo old hat! I read about that back in 2008!

Kurt Thomas

Kurt Thomas is a System Engineer for CCSS, a provider of flexible, affordable solutions to monitor performance and manage messages on IBM i. Based in Bonn, Germany, Kurt works with businesses worldwide to realize the potential of their IBM i environments. Contact Kurt.

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

RESOURCE CENTER

  • WHITE PAPERS

  • WEBCAST

  • TRIAL SOFTWARE

  • White Paper: Node.js for Enterprise IBM i Modernization

    SB Profound WP 5539

    If your business is thinking about modernizing your legacy IBM i (also known as AS/400 or iSeries) applications, you will want to read this white paper first!

    Download this paper and learn how Node.js can ensure that you:
    - Modernize on-time and budget - no more lengthy, costly, disruptive app rewrites!
    - Retain your IBM i systems of record
    - Find and hire new development talent
    - Integrate new Node.js applications with your existing RPG, Java, .Net, and PHP apps
    - Extend your IBM i capabilties to include Watson API, Cloud, and Internet of Things


    Read Node.js for Enterprise IBM i Modernization Now!

     

  • Profound Logic Solution Guide

    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 companyare not aligned with the current IT environment.

    Get your copy of this important guide today!

     

  • 2022 IBM i Marketplace Survey Results

    Fortra2022 marks the eighth edition of the IBM i Marketplace Survey Results. Each year, Fortra captures data on how businesses use the IBM i platform and the IT and cybersecurity initiatives it supports.

    Over the years, this survey has become a true industry benchmark, revealing to readers the trends that are shaping and driving the market and providing insight into what the future may bring for this technology.

  • Brunswick bowls a perfect 300 with LANSA!

    FortraBrunswick is the leader in bowling products, services, and industry expertise for the development and renovation of new and existing bowling centers and mixed-use recreation facilities across the entertainment industry. However, the lifeblood of Brunswick’s capital equipment business was running on a 15-year-old software application written in Visual Basic 6 (VB6) with a SQL Server back-end. The application was at the end of its life and needed to be replaced.
    With the help of Visual LANSA, they found an easy-to-use, long-term platform that enabled their team to collaborate, innovate, and integrate with existing systems and databases within a single platform.
    Read the case study to learn how they achieved success and increased the speed of development by 30% with Visual LANSA.

     

  • Progressive Web Apps: Create a Universal Experience Across All Devices

    LANSAProgressive Web Apps allow you to reach anyone, anywhere, and on any device with a single unified codebase. This means that your applications—regardless of browser, device, or platform—instantly become more reliable and consistent. They are the present and future of application development, and more and more businesses are catching on.
    Download this whitepaper and learn:

    • How PWAs support fast application development and streamline DevOps
    • How to give your business a competitive edge using PWAs
    • What makes progressive web apps so versatile, both online and offline

     

     

  • The Power of Coding in a Low-Code Solution

    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:

    • Discover the benefits of Low-code's quick application creation
    • Understand the differences in model-based and language-based Low-Code platforms
    • Explore the strengths of LANSA's Low-Code Solution to Low-Code’s biggest drawbacks

     

     

  • Why Migrate When You Can Modernize?

    LANSABusiness 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.
    In this white paper, you’ll learn how to think of these issues as opportunities rather than problems. We’ll explore motivations to migrate or modernize, their risks and considerations you should be aware of before embarking on a (migration or modernization) project.
    Lastly, we’ll discuss how modernizing IBM i applications with optimized business workflows, integration with other technologies and new mobile and web user interfaces will enable IT – and the business – to experience time-added value and much more.

     

  • UPDATED: Developer Kit: Making a Business Case for Modernization and Beyond

    Profound Logic Software, Inc.Having trouble getting management approval for modernization projects? The problem may be you're not speaking enough "business" to them.

    This Developer Kit provides you study-backed data and a ready-to-use business case template to help get your very next development project approved!

  • What to Do When Your AS/400 Talent Retires

    FortraIT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators is small.

    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:

    • Why IBM i skills depletion is a top concern
    • How leading organizations are coping
    • Where automation will make the biggest impact

     

  • Node.js on IBM i Webinar Series Pt. 2: Setting Up Your Development Tools

    Profound Logic Software, Inc.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. In Part 2, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Attend this webinar to learn:

    • Different tools to develop Node.js applications on IBM i
    • Debugging Node.js
    • The basics of Git and tools to help those new to it
    • Using NodeRun.com as a pre-built development environment

     

     

  • Expert Tips for IBM i Security: Beyond the Basics

    SB PowerTech WC GenericIn this session, IBM i security expert Robin Tatam provides a quick recap of IBM i security basics and guides you through some advanced cybersecurity techniques that can help you take data protection to the next level. Robin will cover:

    • Reducing the risk posed by special authorities
    • Establishing object-level security
    • Overseeing user actions and data access

    Don't miss this chance to take your knowledge of IBM i security beyond the basics.

     

     

  • 5 IBM i Security Quick Wins

    SB PowerTech WC GenericIn today’s threat landscape, upper management is laser-focused on cybersecurity. You need to make progress in securing your systems—and make it fast.
    There’s no shortage of actions you could take, but what tactics will actually deliver the results you need? And how can you find a security strategy that fits your budget and time constraints?
    Join top IBM i security expert Robin Tatam as he outlines the five fastest and most impactful changes you can make to strengthen IBM i security this year.
    Your system didn’t become unsecure overnight and you won’t be able to turn it around overnight either. But quick wins are possible with IBM i security, and Robin Tatam will show you how to achieve them.

  • Security Bulletin: Malware Infection Discovered on IBM i Server!

    SB PowerTech WC GenericMalicious programs can bring entire businesses to their knees—and IBM i shops are not immune. It’s critical to grasp the true impact malware can have on IBM i and the network that connects to it. Attend this webinar to gain a thorough understanding of the relationships between:

    • Viruses, native objects, and the integrated file system (IFS)
    • Power Systems and Windows-based viruses and malware
    • PC-based anti-virus scanning versus native IBM i scanning

    There are a number of ways you can minimize your exposure to viruses. IBM i security expert Sandi Moore explains the facts, including how to ensure you're fully protected and compliant with regulations such as PCI.

     

     

  • Encryption on IBM i Simplified

    SB PowerTech WC GenericDB2 Field Procedures (FieldProcs) were introduced in IBM i 7.1 and have greatly simplified encryption, often without requiring any application changes. Now you can quickly encrypt sensitive data on the IBM i including PII, PCI, PHI data in your physical files and tables.
    Watch this webinar to learn how you can quickly implement encryption on the IBM i. During the webinar, security expert Robin Tatam will show you how to:

    • Use Field Procedures to automate encryption and decryption
    • Restrict and mask field level access by user or group
    • Meet compliance requirements with effective key management and audit trails

     

  • Lessons Learned from IBM i Cyber Attacks

    SB PowerTech WC GenericDespite the many options IBM has provided to protect your systems and data, many organizations still struggle to apply appropriate security controls.
    In this webinar, you'll get insight into how the criminals accessed these systems, the fallout from these attacks, and how the incidents could have been avoided by following security best practices.

    • Learn which security gaps cyber criminals love most
    • Find out how other IBM i organizations have fallen victim
    • Get the details on policies and processes you can implement to protect your organization, even when staff works from home

    You will learn the steps you can take to avoid the mistakes made in these examples, as well as other inadequate and misconfigured settings that put businesses at risk.

     

     

  • The Power of Coding in a Low-Code Solution

    SB PowerTech WC GenericWhen 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:

    • Discover the benefits of Low-code's quick application creation
    • Understand the differences in model-based and language-based Low-Code platforms
    • Explore the strengths of LANSA's Low-Code Solution to Low-Code’s biggest drawbacks

     

     

  • Node Webinar Series Pt. 1: The World of Node.js on IBM i

    SB Profound WC GenericHave 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.
    Part 1 will teach you what Node.js is, why it's a great option for IBM i shops, and how to take advantage of the ecosystem surrounding Node.
    In addition to background information, our Director of Product Development Scott Klement will demonstrate applications that take advantage of the Node Package Manager (npm).
    Watch Now.

  • The Biggest Mistakes in IBM i Security

    SB Profound WC Generic The Biggest Mistakes in IBM i Security
    Here’s the harsh reality: cybersecurity pros have to get their jobs right every single day, while an attacker only has to succeed once to do incredible damage.
    Whether that’s thousands of exposed records, millions of dollars in fines and legal fees, or diminished share value, it’s easy to judge organizations that fall victim. IBM i enjoys an enviable reputation for security, but no system is impervious to mistakes.
    Join this webinar to learn about the biggest errors made when securing a Power Systems server.
    This knowledge is critical for ensuring integrity of your application data and preventing you from becoming the next Equifax. It’s also essential for complying with all formal regulations, including SOX, PCI, GDPR, and HIPAA
    Watch Now.

  • Comply in 5! Well, actually UNDER 5 minutes!!

    SB CYBRA PPL 5382

    TRY 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.

    Request your trial now!

  • Backup and Recovery on IBM i: Your Strategy for the Unexpected

    FortraRobot automates the routine 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:
    - Simplified backup procedures
    - Easy data encryption
    - Save media management
    - Guided restoration
    - Seamless product integration
    Make sure your data survives when catastrophe hits. Try the Robot Backup and Recovery Solution FREE for 30 days.

  • Manage IBM i Messages by Exception with Robot

    SB HelpSystems SC 5413Managing messages on your IBM i can be more than a full-time job if you have to do it manually. 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:
    - Automated message management
    - Tailored notifications and automatic escalation
    - System-wide control of your IBM i partitions
    - Two-way system notifications from your mobile device
    - Seamless product integration
    Try the Robot Message Management Solution FREE for 30 days.

  • Easiest Way to Save Money? Stop Printing IBM i Reports

    FortraRobot 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:

    - Automated report distribution
    - View online without delay
    - Browser interface to make notes
    - Custom retention capabilities
    - Seamless product integration
    Rerun another report? Never again. Try the Robot Report Management Solution FREE for 30 days.

  • Hassle-Free IBM i Operations around the Clock

    SB HelpSystems SC 5413For over 30 years, Robot has been a leader in systems management for IBM i.
    Manage your job schedule with the Robot Job Scheduling Solution. Key features include:
    - Automated batch, interactive, and cross-platform scheduling
    - Event-driven dependency processing
    - Centralized monitoring and reporting
    - Audit log and ready-to-use reports
    - Seamless product integration
    Scale your software, not your staff. Try the Robot Job Scheduling Solution FREE for 30 days.