46
© Copyright IBM Corporation 2015. Jay Kruemcke IBM Cloud [email protected] Kruemcke.com @chromeaix @cloudrancher facebook.com/ibmpowervc LinkedIn PowerVC group AIX & Power Software Trends All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only

AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

Embed Size (px)

Citation preview

Page 1: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Jay KruemckeIBM Cloud

[email protected]

Kruemcke.com

@chromeaix @cloudrancher facebook.com/ibmpowervc LinkedIn PowerVC group

AIX & Power Software Trends

All statements regarding IBM's future direction and intent are subject to

change or withdrawal without notice, and represent goals and

objectives only

Page 2: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

7.2

Next Generation Live Update – Replace entire AIX kernel

Server-based flash caching

bos.net.tcp.client restructuring

POWER7 and POWER8 support

3

Page 3: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX 7.2 Next Generation AIX Live Update Technology

Live update of AIX Kernel with no reboot or application outage

Interim fixes only

Can be applied on a running system either with the geninstall command or a NIM push from a NIM master or pull from a NIM client.

Original

rootvg

New rootvg

(Alt-disk-install)

VIOS

VSCSI

SEA

Original LPAR

Virt. ent

VSCSI

Surrogate LPAR

Virt. ent

CEC

Original

rootvg mirror

New rootvg

(Alt-disk-install)

Original Kernel Updated Kernel

VSCSI

RunningWorkload

RunningWorkload

Live Migration

Project Requirements• Use existing maintenance model and administrative tools (NIM, emgr, installp)

• Start with live AIX kernel replacement for i-fixes, then in future extend to SPs and possibly TLs

• Long term goal is to provide non-disruptive updates for all of AIX (kernel, commands, and Libs)

Page 4: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX 7.2 Server Based Flash Caching

Flash Cache Engine

Workload

Flash / SSD

Server

SAN LUN LUN LUN

I/O APIs (File System, Device, etc.)

•Server caches SAN data in server attached flash

• (SSD, PCI-Card, SAS attached drawer, etc.)

•Caching is transparent, no required application changes

•Potential benefits are performance (more transactions, reduced response time), and/or improved scale and efficiency of SAN infrastructure via SAN off-load

•Provides storage agnostic caching solution integrated into AIX

•Supports virtualization features such as Live Partition Mobility

Page 5: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

SAN

Disks

VIOSLPAR

PowerVMFC

adapter

SSD

adapter

SSD

VFC

DD

CM

SSD

Cache

DD

VSCSI

Client

DD

VSCSI

Server

FC

DD

Cache engine

hdisk

vcache

Cache mgt

hdisk

LVM

cmpart

cmpool

SAN

Disks

LPAR

FC

adapter

SSD

adapter

SSD

FC

DD

CM

SSD

Cache

DD

Cache engine

hdisk

vcache

Dedicated– Cache SSD uses dedicated flash LUN

– Not LPM capable

Virtualized– SSD cache management pool maintained in VIOS

– Client LPAR utilizes VSCSI interface to VIOS

– LPM capable

PowerVM

AIX 7.2 Server Flash Cache Deployments

Page 6: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX 7.2 bos.net.tcp.client re-packaging

Goal: Reduce the need to patch unnecessary packages

– All the new split-out packages are installed by default.

– User may remove the individual (split-out) packages if no other packages require them.

– Once removed, those packages will not be installed/updated during future TL or SP updates.

– If customers have installp packages dependent on any of the three filesets, they will need to update the pre-req for AIX 7.2.

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

Page 7: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX 7.2 Code Removal and LPP Changes

No support for POWER6, POWER5, or POWER4

Additional Code Removals from AIX 7.2– NIS+

– NDAF

– IBM Virtual Shared Disk (rsct.vsd)

– IBM Systems Director Components; pConsole

– Selected old adapters

– IP over FC driver

– Fcparray head driver

– graPhigs

– Java 5

– Bos.INed

– Obsolete locales

– Selected performance toolbox components & eclipse2.rte, including

bos.perf.gtools and performance workbench GUI

8

Page 8: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX 7.2 – Removal of Trusted Computing Base

Remove “Trusted Computing Base”

Rationale:

– Since AIX6.1, Trusted Execution (TE) is available and it's part of base AIX.

– TE is a more powerful and enhanced mechanism that overlaps some of the

TCB functionality and provides advance security policies to better control the

integrity of the system.

– Some key AIX features like WPAR is not supported with TCB

To disable Trusted Computing Base:

odmget -q attribute=TCB_STATE PdAt | sed 's/tcb_enabled/tcb_disabled/' | odmchange -o PdAt -q attribute=TCB_STATE

"odmget -q attribute=TCB_STATE PdAt"

Can be run before and after running above command to ensure that state is indeed had changed.

9

Page 9: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX 7.2 – Additional changes and enhancements

Other changes – CIFS Client – move it to the AIX Expansion Pack and provide the CIFS client

with "as-is" support only.

– JFS “Classic”: Remove as an install option; function would remain in AIX 7.2

and continue to be supported

– Include DSO features in base OS (bos.aso) – no separate LPP on AIX 7.2

LPPs not supported on AIX 7.2– Fast Connect

– Performance Toolbox

– PowerSC Trusted Surveyor not supported on AIX 7.2 as management server

OpenSSH is being added to the Bos Install menus

HTTPD support in NIM

10

Page 10: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation

Benefits of using http download access– Communication occurs over a single http port, easy firewall management

– Secure transactions use digest authentication methods (TLS v1.0/1.1/1.2)

– Actions are driven from the client's end (the install target), no host access required

How does it work?– The HTTP service is an embedded http service option in NIM.

– The service is dynamic, binds to a well-known port, and exists only when resources are being

remotely served.

– IPv4 and IPv6 environments are supported

What is supported?– NIM scripting customization

– Fileset install, bundle install

Limitations– No support for network boot

– No support for NIM BOS installation

– No support for Thin Server provisioning

11

Page 11: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

LVM Mirroring to Flash for Enhanced Performance (7.1 TL4 & 7.2)

Application

File System

AIX LVM

LVMMirror

(lv1)

Flash Based Storage(SAN or direct attached)

PrimaryStorage

(lv1)

PreferredRead PathWrites

LVMMirroring

• New LVM mirroring policy to direct all reads to a specific mirror

• Allows LVM mirror to be used as fast copy for improved read performance

• Off-loads primary storage resources

• Potentially improving the overall performance of the storage environment

Example commands

• mklv –y lv1 –c 2 –R 2 vg1 100

• chlv –R 1 lv1

• lslv lv1 (will show the preferred read copy)

Page 12: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX Enterprise Edition Product Structure change

13

AIX 7.1 Enterprise Edition V1.1

Product 5765-CD1

AIX 7.1

PowerVC

PowerSC Standard Edition

AIX Dynamic System Optimizer

Cloud Manager with OpenStack for Power

IBM Tivoli Monitoring V6.3

IBM BigFix Lifecycle

Product 5765-G99

Page 13: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX Enterprise Edition New Offerings 4Q 2015

AIX 7.1 Enterprise Edition V1.1

Product 5765-CD1

AIX 7.1

PowerVC

PowerSC Standard Edition

AIX Dynamic System Optimizer

Cloud Manager with OpenStack for Power

IBM Tivoli Monitoring V6.3

IBM BigFix Lifecycle

AIX 7.2 Enterprise Edition V1.1

Product 5765-CD3

AIX 7.2

PowerVC

PowerSC Standard Edition

Cloud Manager with OpenStack for Power

IBM Tivoli Monitoring V6.3

IBM BigFix LIfecycle

Note: AIX Dynamic System Optimizer is included in

AIX 7.2 Standard Edition

14

Note: AIX 6 Enterprise Edition will continue unchanged until withdrawal in April 2017

Page 14: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

BigFix Discovery and patching

A single-console management system to identify, patch, and report on

multiple devices and attributes

Discover and report on every endpoint

– Desktops

– Laptops

– Servers

– Purpose-specific endpoints

e.g., ATMs and point-of-sale (POS) devices

Gain accurate, up-to-the minute visibility

and continuous enforcement of patches

Manage patches to hundreds of thousands

of endpoints, multiple operating systems

and applications – automatically

Clients report >98% first pass patch success

Protecting 50,000 PCs, servers and ATMs in 1,800 locations with one console

SunTrust Banks

New!

Page 15: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

98% patch and update compliance rate on 4,000+ workstations

with 50% reduced labor costs

Infirmary Health System

BigFix Continuous security configuration compliance

Accurate, real-time visibility and continuous security configuration enforcement

Continuous compliance “set and forget”

• No high-risk periods

• Lower total cost

• Continued improvement

• Identify and report on any configuration drift

• BigFix was designed for Continuous Compliance!

Traditional compliance “out of synch”

• High-risk and cost periods

• Manual approach causes endpoints

to fall out of compliance again

Traditional versus Continuous

Time

Co

mp

lian

ce

ContinuousTraditional

RISK

New!

Page 16: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX Enterprise Edition Includes PowerSC and BigFix

17

BigFix Patch For AIX

• Compliance Profiles PCI, HIPAA,

NERC, DOD

• Real time Alerting for non

compliance

• Trusted Boot – Virtual Trusted

Platform Module

• Policies to monitor TL and patch

levels with alerting

• Trusted Logging

• Enterprise Console for Patching

AIX plugin + support for x86 and

other Unix platforms

• Patching for AIX TL and SP +

iFixes+firmware

• Option to use NIM

• Can use alt boot images for easy

rollback

• Deployment preview to reduce

errors

• Supports NFS repository to speed

deployment and minimize space

usage

• Inventory

• Reporting

New!

Page 17: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

BigFix Technology Level and Service Pack fix coverage for AIX

18

Broad patch coverage– Covers fixes for each TL

and SP fixpack

– Fixes can be deployed by

either using AIX download

plugin or via shared NFS

directory

Flexibility and reliability

in patch deployment– AIX Interim Fix

Management wizard

provides a capability to

install and remove interim

fixes

New!

Page 18: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Alternate Disk, Preview deployments, NFS Support & Rollback

19

Expand the new Advanced

Deployment Wizard to Support

additional Alt Disk features– Replace existing alt disk cloners, create a clone

/ back up without running any deployments on

the new clone, and deploy updates to existing alt

disk images.

Add support for preview

deployments of TL and SP fix

packs– Preview of deploy actions will help determine if

reboot is required during deployment

Add NFS support to the old AIX

Deployment wizard– Expand AIX Deployment wizard source options to

include an NFS directory without requiring files to be

uploaded to the BigFix server and then transferred

to target clients

Rollback AIX patches– Ability to identify and report on filesets in an applied

based on the fix pack they are associated with

– Reject groups of applied filesets that are associated

with a TL / SP fix pack.

– Reject groups of applied filesets that were installed

on or after a specified date.

– Reject individually specified fileset(s) that are

selected by BigFix user.

New!

Page 19: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX 6.1 Withdrawn

Withdrawn from marketing Effective April 2016

Withdrawn from standard support April 2017

Additional fee service extension planned

20

Page 20: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

22

Cloud and big data & analytics are fueled by open innovation

is now beingbuilt for the cloud

85% of

new software1

}

have big data activities underway

3 out of 4organizations2

}

1 Source: 2013 IBM Annual Report

2 Source: IBM Institute for Business Value in collaboration with Saïd Business School at the University of Oxford, Analytics: The real-world use of big data, 2012.

22

Page 21: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

AIX & Power Software Trends

© Copyright IBM Corporation 2014

Jay KruemckeIBM Software Defined Systems

[email protected]

Kruemcke.com

@chromeaix @cloudrancher facebook.com/ibmpowervc LinkedIn PowerVC group

Traditional Workloads New Workloads

MongoDB

Node.JS

Python

Linux

Oracle DB

SAP

Java

AIX & IBM i

Page 22: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

A new generation of IBM Power Systems optimized scale-out data and cloud infrastructures

OpenPOWEROpen systems ecosystem with more than 66 members

including Google, Tyan, NVIDIA and more

Optimized for LinuxCAPI and other POWER features provide

differentiating capabilities for Linux applications

Linux-only systemsoffer better economics for Linux deployments

Ubuntu Server for Powerbrings the fastest growing cloud OS to Power Systems

simplifies management of heterogeneous data centers

A different approach to Linux on Power

Open Innovation to

put data to work

Page 23: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

• SRIOV NIC Adapter Support− Virtual Function(VF) PCI Pass through to Guest VMs

− Virtual Function(VF) Hot plug support for Guest VMs

− Full Enhanced Error Handling support for SRIOV devices

• vCPU and Memory Hot-plug Support

• Dynamic Micro-Threading – Automatically adjusts Micro-Threading for workload

• Support for new Linux Scale-out S812LC and S822LC Servers

• PowerKVM Host Now runs in Little Endian Mode

− Enablement for eco system - simpler porting of host software

• New Linux Distro release guest VM support− RHEL 7.2(BE & LE) + Service Pack refresh for RHEL 6,

− SLES 11, SLES 12, Ubuntu 15

PowerKVM v3.1

Open Virtualization Choice for Linux-only Scale-out Servers

Reduces IT Infrastructure

costs

Optimize Linux workload

consolidation at a lower

cost

Simplify your virtualization

management using open

source tools

Optimize Linux Workload Consolidation and scale out of workloads at a lower cost of

ownership

Maintain flexibility and agility by exploiting Open Source Community

Leverage traditional Linux admin skills on Power Systems to administer virtualization

Use open source tools like OpenStack to manage virtualization

25

Announce – 10/5/2015 GA – 11/20/2015

Page 24: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Power S824L

1 or 2 sockets

Up to 12 cores/socket

Power S824, S814

1 or 2 sockets

Up to 12 cores/socket

Power S822 Power S812L, S822L

Building upon Excellence Building New Ecosystems

Page 25: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Announcing the IBM Power Systems S812LC

1-socket, 2U

Up to 10 cores (2.9-3.3Ghz)

1 TB Memory (32 DIMMs)

115GB/sec memory bandwidth

14 LFF (HDD/SSD) 84TB storage

4 PCIe slots, 2 CAPI enabled

Default 3 year 9x5 warranty, 100% CRU

Improve the agility and reduce the cost of running Spark and Hadoop

workloads

• 16X the memory capacity of Xeon E3 servers, 2X 1P Xeon E5 servers

• Complete the same Spark workloads for <½ the cost of Intel Xeon E5-2690 v3 systems

• 2.3X BETTER performance per dollar spent

• 94% more Spark workloads in the same rack space as Intel Xeon E5-2690 v3 systems

• 1.94X BETTER performance per system (10 core S812LC vs 24 core DL380)

Optimized for entry and small Hadoop workloads

Page 26: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Announcing the Power Systems S822LC for commercial computing

2-socket, 2U

Up to 20 cores (2.9-3.3Ghz)

1 TB Memory (32 DIMMs)

230GB/sec memory bandwidth

2x SFF (HDD/SSD), 2 TB storage

5 PCIe slots, 4 CAPI enabled, IB Add-in

Default 3 year 9x5 warranty, 100% CRU

Simplify and optimize your infrastructure• 2.7x transactions/second/core with PostgreSQL vs Xeon E5-2699

v3-based servers

• 40% better price/performance with PostgreSQL vs Xeon E5-2699 v3-

based servers

• Ideal economics for on-premises and in cloud applications

Ideal for data in the cloud and flexible capacity for MSPs

Page 27: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Scale Out

Power S824

Power S822

Power S814

Power S822L

PowerLinux

Enterprise Chip SCMScale-Out Chip DCM

Power S824L

Enterprise

Power E870

Power E880

Midrange

Power E850

POWER8 Systems

Power S812L

Power S812LC

Power S822LC

Page 28: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

PowerVM Focus Areas

PowerVM Systems Management

Live Partition Mobility

PowerVM Virtual Networking

Enterprise Linux

Cloud

Shared processor pool weighting consistency

Page 29: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Scenario- Shared Processor Pool with 4 cores of capacity

- Two VMs/LPARs, Uncapped, each with 1/10 core Entitled Capacity & 4 Virtual Processors

- Since there is no contention in the shared processor pool, all 8 VPs can run simultaneously

Before Firmware 840

- Uncapped weight was ONLY considered when there is contention on physical cores for CPU

- When each partition consumes 2.0 processor units, pool cap kicks in and suspends both

VMs until next dispatch window

Shared Processor Pools Weighting Enhancement

Prior to Firmware 840

Client ExpectationVM1 = EC 0.1 + 1/100 of capacity

VM2 = EC .01 + 99/100 of capacity

RealityVM1 = EC 0.1 + 1/2 of capacity

VM2 = EC .01 + 1/2 of capacity

After Firmware 840

-The hypervisor considers the weight even on an unloaded system resulting in the Production

workload (VM2) receiving the bulk (3.862) of processor capacity

After Firmware 840

Client ExpectationVM1 = EC 0.1 + 1/100 of capacity

VM2 = EC .01 + 99/100 of capacity

RealityVM1 = EC 0.1 + 1/99 of capacity

VM2 = EC .01 + 99/100 of capacity

Page 30: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Virtual I/O Server Updates

VIOS Release / Technology Level• Example 2.1, 2.2, 2.2.3, 2.2.4, 3.1.0

• Start of a new service stream

• Contains:- Significant new features

- Infrastructure enablement

- Bug fixes

Service Pack• Example Previously 2.2.3.1, 2.2.3.2,

Now 2.2.3.50. 2.2.3.60

• Cumulative to last Release / TL

• Contains:- Infrastructure enablement

- Bug fixes

Mini Service Pack (aka Minipack)• Example 2.2.3.51, 2.2.3.61

• Based on the previous Service Pack

• Contains:- Infrastructure enablement

- Bug fixes

Interim Fix (aka iFix)• Contains Emergency fixes that cannot wait

• More difficult to manage

http://www-304.ibm.com/webapp/set2/sas/f/vios/svcstrategy.html

Page 31: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

PowerVM v2.2.4 Virtualization without Limits

Direct OpenStack Enablement

Shared Storage Pool Enhancements

Mobility for SRIOV Adapters

Simplified Management

• PowerVM NovaLink Architecture

−Allows direct OpenStack connection to PowerVM host

−Improves Cloud scalability and OpenStack Community adoption of PowerVM drivers

• vNIC Adapters – Enables VM Mobility for VMs with SRIOV Adapters and

improved performance

• Live Partition Mobility Improvements

–Better NPIV Validation, Improved performance, Allow LPM when one VIOS has

failed, Improved Resiliency, Target vswitch can now be selected

• Shared Storage Pools Improvements

– New Storage Tiers within a storage pool. Up to 10 Tiers provide better control for

performance and segregation of data

– Ability to Grow a Virtual Disk

Page 32: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

PowerVM

PHYP

FSP

Novalink

VIOS

OpenStack

Nova

NovaLink architecture: POWER8 Platform Management

Goal: Simplify PowerVM virtualization, accelerate cloud enablement, and improve scale

PowerVM

PHYP

FSP

HMC

VIOSVIOSVIOS

Controller

OpenStack

NovaOpenStack

NovaOpenStack

NovaController

Becomes

Key Benefits

Improved management scalability – support more virtual machines

Aligns PowerVM with the OpenStack community scale model – simplifying future OpenStack exploitation

Simplifies management configuration – HMC not needed for virtual machine deployment and configuration

Enables flexibility to use any OpenStack based manager to manage PowerVM

Uniform management for PowerVM and PowerKVM based systems

PowerVM

PHYP

FSP

Novalink

VIOS

OpenStack

Nova

34

Page 33: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

VNIC – SR-IOV Adapter Virtualization with LPM Support (4Q15) (AIX 7.1 and 7.2)

Improved performance– Removes data copies and reduces LPAR to VIOS

control traffic

– Reduces VIOS CPU Utilization

– Exploits adapter offload support for Intra-CEC communication

Deterministic Quality of Service– One-to-one relationship between client

partition virtual adapter and adapter VF

– Extends VF QoS capability to client LPAR

– Isolation, multi-tenancy

LPM compatible

Client based redundancy model Etherchannel, Network Interface Backup (NIB)

vNICAdapter

LPAR A

Hypervisor

VIOS LPAR

SR-IOV

Adapter

Fabric

VF

VF VF VF

VF VF

Switch

LPAR B

VFvNICAdapter

vNICAdapter

vNIC Server

LPAR C

vNIC Server

VF VFvNIC Server

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

Page 34: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Shared Storage Pool (2H2015)

Storage tiers - Quality of Service and Isolation

– Bind workloads to specific tiers

QoS: segregate workloads based on performance requirements (fast, medium, slow)

Redundancy: may choose to mirror some tiers, but not others

Isolation: LPARs 1-3 use storage from tierA, while LPARs 4-6 use tierB

– Live storage mobility (move workloads / virtual devices between tiers).

– 10 Tiers per storage pool

Grow LU

– Dynamically resize an LU, while the LPAR is active

– Grow capacity on demand

36

Page 35: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

PowerSC Trusted Network Connect (TNC) Enhancements (AIX 7.1 TL4 and 7.2)

TNC

Policy

Server

FIX CENTRAL

4. Monitor systems

1. Download SP/APAR/Advisories

New Vulnerability discovered

and fixed

Admin

3. Notify

Admin

Issue fixed and system booted

Vulnerability discovered

Patch

Mgmt

Server

Send

Patch systems

command

NIM +

SUMA

2. Notify

• Enhancements to assist with snap data collection for PMR i-fix requests• IBM placement of i-fixes for prior SP levels to an IBM download site• TNC policy improvements for automated notification of vulnerabilities for older SP levels

PMR Data

request

Response

PMR data

Improved

Auto-policy

4. Apply Fixes

I

Page 36: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Building a Power Cloud

38

Cloud management• Self-service provisioning

•Virtual systems & applications services

•Subscriber and account management)

• Sophisticated patterns of virtual machines

• Management interface: Cloud Manager With

OpenStack for Power(SCE), IBM Cloud

Orchestration

Base Virtualization management• Create virtual machines

• Virtual network management

• Infrastructure monitoring

• Management interface: HMC or PowerKVM host

Advanced Virtualization management• Virtual Image Management and Deployment

• Resource Pooling and Dynamic VM Placement

• Improved Utilization and VM Resilience

• Management interface: PowerVC

PowerVC

HMC PowerKVM NovaLink

Cloud

Page 37: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Systems Management Transition

39

Cross IBM Platform management

Proprietary interfaces

IBM Eco System only

IBM provided resource support

Monolithic design

Broad functionality

Built for in-house IT management

Heterogeneous Management at the Cloud level

Open, standard APIs

Rich, diverse Eco System

Hardware vendor provided device support

Loosely coupled design

Extendable, Fit-For-Purpose functionality

Built for Private, Public, and Hybrid Clouds

The market shift to Cloud drove our adoption of Open standards-based

Systems Management

Page 38: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

IBM Systems Director Withdrawn

40

https://ibm.biz/directordead

Includes:

- Systems Director

- WPAR Manager

- FSM

- Network manager

- Storage manager

- VMControl

And…

- AIX 6

- AIX 7 Enterprise (old)

- FastConnect

- X25/AIXLink

- Performance Toolbox

… and more

Page 39: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

What Can PowerVC do for you?

41

“A simple tool to quickly roll out LPARs/Virtual Machines on Power Systems”

Easily clone, resize, and relocate Power Systems virtual machines– Increase agility and execution to quickly respond to changing business requirements

– Complete virtual machine provisioning including Storage, Compute, and Network

– Policy-based placement of new and relocated virtual machines

– Remote restart of Virtual Machines from failed physical hosts (POWER8 only)

Quick and easy installation to get you up and running quickly– One button verification of stack integration and operational environment

– Simplify operations by not having to logon to HMC, VIOS, or storage to provision virtual machines

– Easy to use user interface and completely programmable API

Upward integration to cloud managers for private cloud management– Build on OpenStack APIs for automation and extensibility

– Integration to Cloud Manager with OpenStack for POWER (formerly SmartCloud Entry)

– Planned integration to IBM Cloud Orchestrator (formerly SmartCloud Orchestrator)

Page 40: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

PowerVC 1.3.0 Summary Available 4Q 2015

Enhanced storage support – Increase size of data volumes

– Support for up to 26 SAN fabrics

– DS8870 storage support (NPIV & vSCSI)

Exploitation of Novalink architecture management interface – Alternative to HMC for POWER8 servers

– Provides increased management scalability

Support for PowerVC Multiple Shared Processor Pools –Improved control for applications that need to control processor capacity for software

licensing

Dynamic Resource Optimizer automatic workload balancing– Relocate VM to less loaded servers

– Move server capacity between servers using Enterprise Capacity on Demand

Based on the OpenStack “Liberty” release

42

Page 41: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015. Host 2

PowerVC V1.3.0 Dynamic Resource Optimizer

4343 Host 1 Host 3

PowerVC Dynamic Resource Optimizer allows for automated rebalancing

of workloads between servers

• Server workload can be automatically balanced two ways:

• Relocating Virtual Machines between servers

• Moving processor capacity between servers using Enterprise

Capacity on Demand

• Works with AIX, IBM i or Linux VMs

Policy-based automation to balance workloads

Relocate VM

Relocate VM

Move server

Capacity with COD

Page 42: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Pervasive adoption of Cloud and explosive proliferation of Systems of Engagement are creating a shift in application development and integration

1. IDC Public C loud S ervices Forecast , 2013

2. VDC : G lobal Market for Enterprise Mobile Devices , 2013

3. IDC : EMEA Internet of Things Top 10 Predictions , 2013

Key Trends

Platform as a Service market will grow to over $14B in 2017 1

300.6 Million mobile units by 2017 2

212 Billion connected things by 2020 3

Page 43: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

Integrated DevOps services

Develop/Deploy/Change

Support for integrating

applications on Cloud with

existing systems of record

Targeted at Enterprise

developers and operations

Development environment,

with catalog of Open Source,

IBM and 3rd party APIs

“Software-as-a-Service”

offerings development and

integration platform

Bluemix Overview

Page 44: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

Now you can get Bluemix in three unique yet fully connected delivery methods.

46

1 | PublicMaximize on cloud

economics and

agility.

2 | DedicatedEverything is dedicated

and connected to you

— agility of public cloud,

yet feels like home.

3 | NEW: LocalBehind the firewall for the

most sensitive

workloads.

S eamless ExperienceRegardless of which

combination you choose,

you can expect a single,

seamless experience.

Page 45: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

IBM C ontainers in BluemixBluemix now comes with a fully integrated, high performance Docker experience, meaning

monitoring, logging, elasticity, enterprise images, and VM abstraction are all standard.

47

Docker Value IBM Value-add Customer Value

Docker Hub Registry holds a repository of

75000+ Docker images

• IBM hosted public registry containing IBM images -linked to Docker Hub

• C lient unique registry available on and off premises

• Enterprise-ready images

Access to the images you require to deploy

containers that meet your business needs and

strategy

Open-source, standardized, lightweight,

self sufficient LXC container technology

• Enhanced performance with bare metal

deployment

• Run images to local datacenter or c loud• Deployment choice with pSeries & zSeries

Flexibility to choose the right hybrid cloud mix for your business

Build, ship, and run standardized

containers

• Integrated monitoring & logging• Elasticity to grow storage & container needs

• Life-cycle management of containers and data

volumes

• No VMs to manage

Docker ease of use combined with

enterprise-level integrity and confidence

C ontainer connections using links and

service discovery

• Private network communication• External IP address

• Subnet Range

Extends and connects Docker containers to

production-ready enterprise environments

Page 46: AIX & Power Software Trends€¦ · (Alt -disk install) VIOS VSCSI SEA Original LPAR ... AIX 7.2 NIM HTTP Option for Client ‘Pull’ Installation ... • Option to use NIM • Can

© Copyright IBM Corporation 2015.

48

Open innovation to put data to work

48