19
KVM for IBM z Systems Introducing Megan Hampton | [email protected] | © 2016 IBM Corporation 1

Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

KVM for IBM z Systems

Introducing

Megan Hampton | [email protected] | © 2016 IBM Corporation 1

Page 2: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

The central module of an operating system (OS)

(Quick Emulator) A free and open-source hosted hypervisor that performs hardware virtualization

Also called a virtual machine manager, is a program that allows multiple operating systems to share a single hardware host

A large high-speed computer, especially one supporting numerous workstations or peripherals

Software that manages all of the hardware resources associated with your desktop or laptop, server or mainframe.

Key Terms

Kernel

QEMU

Hypervisor

Mainframe

Operating System

Megan Hampton | [email protected] | © 2016 IBM Corporation 2

Page 3: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

Z Systems

The Evolution of z Systems

Linux

History of Unix/Linux

The Connection

Benefits of KVM

Standard management interface for KVM

KVM's target audience

The future of KVM

I want KVM

Agenda

Megan Hampton | [email protected] | © 2016 IBM Corporation 3

Page 4: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

4

z Systems is a long line of mainframe computers – spanning over 50 years.

z Systems is comprised of hardware, technological innovations, operating systems, and software designed for critical enterprise applications and processes.

z Systems

What is z

System ?

Megan Hampton | [email protected] | © 2016 IBM Corporation

“When IBM designed the original mainframe in 1964, it told its customers they

would never have to change a line of code. That promise is still true today and

remains a major value proposition for IBM customers.”

– Lawrence Miller

Page 5: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

Evolution of z Systems

April 1964

September 1990

October 2000

July 2010

April 2014

August 2015

IBM introduced the System/360 (S/360) as a

“new generation of electronic computing equipment”.

IBM unveiled the eServer zSeries 900 – the first

mainframe built from scratch with e-business as its

primary function.

IBM introduced it’s 13th high end processor family based

on CMOS technology. z Systems (z13 zEnterprise) and as a result IBM marked it’s anniversary of fifty years

of mainframe innovation.

IBM announced System/390 (S/390) - the company’s

most comprehensive rollout of products, features, and functions in more than a

quarter of a century.

IBM zEnterpriseSystem

(zEnterprise) is the latest line of IBM

mainframes – now an enterprise systems category solution.

IBM unveiled the most secure Linux servers in

the industry, called

LinuxOne.

5Megan Hampton | [email protected] | © 2016 IBM Corporation

Page 6: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

Megan Hampton | [email protected] | © 2016 IBM Corporation

LinuxLinux is an Operating System (OS)

The Linux kernel design is based on Unix

Ultimately, Linux manages the communication between your software and hardware

Linux is actually everywhere!

6

Page 7: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

The bootloader

Kernel

Daemons

The Shell

Graphical Server

Desktop Environment

Applications

Linux

Megan Hampton | [email protected] | © 2016 IBM Corporation

Components of

an Operating

System (OS)

such as Linux:

7

Page 8: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

History of Unix/Linux

8Megan Hampton | [email protected] | © 2016 IBM Corporation

In 1968, Ken Thompson and Dennis Ritchie created Unix at Bell Labs. From that point on, a number of side projects started with the vision of Unix in mind…

“A Kernel that took the world be storm!”

Linux was started in 1991 by Linus Torvalds, a graduate student at the University of Helsinki

In 1999, IBM incorporated the Linux port on the Mainframe

Page 9: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

KVM : Kernel-based Virtual Machine

A full virtualization solution for Linux on x86 hardware

A loadable kernel module

The kernel component of KVM is included in Linux since version 2.6.20

Megan Hampton | [email protected] | © 2016 IBM Corporation 9

Page 10: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

Allows the Linux kernel to act as a hypervisor

Linux provides the base capabilities

QEMU provides I/O device virtualization and emulation

KVM

Megan Hampton | [email protected] | © 2016 IBM Corporation

An Open Source

software which

10

Page 11: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

Megan Hampton | [email protected] | © 2016 IBM Corporation

The Connection

Reduce operating costs through x86 server consolidation and deployment of Linux workloads

Simple installations and standardized Linux administration

Sharing of resources

Flexibility of using multiple Linux workloads

Improving service levels to meet high demands

KVM for IBM z

Systems allows

KVM for IBM z Systems provides open source virtualization for IBM z Systems

and the LinuxONE platforms

KVM is an efficient combination of a highly scalable hardware architecture and

latest Open Source technology

11

Page 12: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

An open source tool that runs on all hardware (x86, Power and z)

Virtual Machine life cycle and device management

Live Guest Mobility / Live Migration

Memory/CPU overcommit

Accelerates cloud deployments

Linux runs seamlessly on a:trusted, scalable, available, and secure platform

KVM

Megan Hampton | [email protected] | © 2016 IBM Corporation

Benefits of

KVM include

12

Page 13: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

Standard Management Interface for KVM

Megan Hampton | [email protected] | © 2016 IBM Corporation

Some basic virsh commands:

–virsh define guest.xml

– virsh start VM_NAME –console

– virsh list --all

Libvirt is a virtualization management API

Libvirt supports several hypervisors such as

QEMU/KVM | Xen | VMWare ESX

Provides a simple CLI to define and

manage guests

13

Page 14: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

I Want KVM

Megan Hampton | [email protected] | © 2016 IBM Corporation

To order KVM for IBM z Systems or obtain fixes, simply go to the KVM for z Systems developerWorks page.

14

https://g01acxwass069.ahe.pok.ibm.com/cms/

developerworks/linux/kvmforz/index.html

Page 15: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

15

Page 16: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

16

Page 17: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

17

Page 18: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

KVM for IBM z Systems

http://www-03.ibm.com/systems/z/solutions/virtualization/kvm/

Builds on Linux Success

http://www-03.ibm.com/press/us/en/pressrelease/47474.wss

IBM z13

http://www.clipper.com/research/TCG2015001.pdf

IBM Software for System Z for dummies(pdf)

http://user.xmission.com/~danicody/CTEC/CS%201400/systemZ.pdf

Linux-KVM

http://www.linux-kvm.org/page/Main_Page

Resources

Megan Hampton | [email protected] | © 2016 IBM Corporation 18

Page 19: Introducing KVM for IBM z Systems4 z Systems is a long line of mainframe computers –spanning over 50 years. z Systems is comprised of hardware, technological innovations, operating

Performance is in Internal Throughput Rate (ITR) ratio based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput that any user will experience will vary depending upon considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve throughput improvements equivalent to the performance ratios stated here.

All customer examples cited or described in this presentation are presented as illustrations of the manner in which some customers have used IBM products and the results they may have achieved. Actual environmental costs and performance characteristics will vary depending on individual customer configurations and conditions.

This publication was produced in the United States. IBM may not offer the products, services or features discussed in this document in other countries, and the information may be subject to change without notice. Consult your local IBM business contact for information on the product or services available in your area.

All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only.

Information about non-IBM products is obtained from the manufacturers of those products or their published announcements. IBM has not tested those products and cannot confirm the performance, compatibility, or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.

Prices subject to change without notice. Contact your IBM representative or Business Partner for the most current pricing in your geography.

This presentation and the claims outlined in it were reviewed for compliance with US law. Adaptations of these claims for use in other geographies must be reviewed by the local country counsel for compliance with local laws.

TrademarksIBM, the IBM logo, ibm.com and Rational are trademarks or registered

trademarks of International Business Machines Corp., registered in

many jurisdictions worldwide. Other product and service names might

be trademarks of IBM or other companies. A current list of IBM

trademarks is available on the Web at “Copyright and trademark

information” at www.ibm.com/legal/copytrade.shtml.

Megan Hampton | [email protected] | © 2016 IBM Corporation19