SlideShare a Scribd company logo
1 of 36
© Copyright IBM Corporation 2015
Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM.
Red Hat Enterprise Linux Update
IBM z Systems and Power Systems
Filipe Miranda <fmiranda@redhat.com>
Global Lead for Red Hat Products on IBM z Systems and Power Systems
Red Hat, Inc.
Topics for this session
* Red Hat Client Data, 2014
© Copyright Red Hat Inc 2015
Red Hat in a Nutshell
Red Hat Enterprise Linux for z Systems
Red Hat Enterprise Linux for Power Systems
Red Hat EnterpriseVirtualization for Power Systems
Red Hat in a Nutshell
* Red Hat Client Data, 2014
© Copyright Red Hat Inc 2015
8
© Copyright Red Hat Inc 2015
Growing Market for Red Hat
© Copyright Red Hat Inc 2015
Red Hat Open Source Development Model
Red Hat Enterprise Linux Lifecycle
© Copyright Red Hat Inc 2015
Red Hat Extended Update Support
6.5 (ends November 30, 2015)
6.6 (ends October 31, 2016)
7.1 (ends March 31, 2017)
In Red Hat Enterprise Linux 7, EUS is available for the following releases:
In Red Hat Enterprise Linux 6, EUS is available for the following minor releases:
https://access.redhat.com/articles/rhel-eus
Extended Update Support (EUS) is an optional offering for Red Hat Enterprise Linux subscribers.With EUS, Red Hat
commits to providing backports of Critical-impact security updates and urgent-priority bug fixes for minor releases
of Red Hat Enterprise Linux, even for systems that are still using minor releases behind the current one.
© Copyright Red Hat Inc 2015
© Copyright Red Hat Inc 2015
Red Hat Enterprise Linux on z Systems
Red Hat and IBM z Systems
© Copyright Red Hat Inc 2015
z Systems
Red Hat Enterprise Linux optimized to z Systems (I)
(II) https://access.redhat.com/site/articles/111663
JBoss EAP adding Value to your solution (II)
Take advantage of the IBM JDK on Red Hat Enterprise Linux for IBM z Systems
(1) http://www-03.ibm.com/systems/z/os/
linux/resources/testedplatforms.html
© Copyright Red Hat Inc 2015
Red Hat Enterprise Linux for IBM z Systems
Photo Michael Storze
https://access.redhat.com/ecosystem/search/#/category/Server
© Copyright Red Hat Inc 2015
Red Hat Enterprise Linux 7.1
Additional Linux container support
Linux containers have emerged as a key open source application packaging and delivery technology, combining lightweight
application isolation with the flexibility of image-based deployment methods. Developers have rapidly embraced Linux containers
because they simplify and accelerate application deployment, and many Platform-as-a-Service (PaaS) platforms are built around
Linux container technology, including OpenShift by Red Hat. Red Hat Enterprise Linux 7 implements Linux containers using core
technologies such as control groups (cGroups) for resource management, namespaces for process isolation, and SELinux for
security, enabling secure multi-tenancy and reducing the potential for security exploits.
DOCKER
This page is the 'homepage' of the Linux on z Systems Docker binaries.
Introduction
Docker is a tool for deploying, executing and managing containers.
Experimental Linux on z Systems binaries are provided for Red Hat Enterprise LinuxVersion 7
http://www.ibm.com/developerworks/linux/linux390/docker.html
© Copyright Red Hat Inc 2015
© Copyright Red Hat Inc 2015
RHEL on z Systems InstallationTips
RHEL on z installation process summary
These files can be found at the images directory from the RHEL7.x installation tree
kernel.img
initrd.img
redhat.exec
generic.prm
Highly recommended to edit the PRM file locally in your desktop and then copy it to the
z/VM Virtual Machine.
This is how the stock generic.prm file looks like:
ro ramdisk_size=40000 cio_ignore=all,!condev
Example of modified generic.prm (consult your system’s admin):
ro ramdisk_size=40000 cio_ignore=all,!condev
ip=10.16.10.71::10.16.111.254:21:serv1.redhat.com:enccw0.0.0600:none
rd.znet=qeth,0.0.0600,0.0.0601,0.0.0602,layer2=1
nameserver=10.16.46.244 nameserver=10.16.36.30
rd.dasd=0.0.0100
inst.repo=http://RHEL7.1/s390x/os
Example of what if I use FCP instead of ECKD/EDEV dasd ?
rd.zfcp=0.0.fc00,0x500507630500c74c,0x4010401800000000
© Copyright Red Hat Inc 2015
To copy files over to z/VM, open a Linux terminal on your desktop:
# ftp <FQDN for the z/VM>
login <login>
password <password>
Example:
site fix 80
bin
put kernel.img KERNEL.IMG
put initrd.img INITRD.IMG
ascii
put redhat.exec REDHAT.EXEC
put generic.prm GENERIC.PRM
RHEL on z installation process summary
© Copyright Red Hat Inc 2015
RHEL on z installation process summary
1 2
3
4
© Copyright Red Hat Inc 2015
RHEL on z installation process summary
5
6
7
© Copyright Red Hat Inc 2015
© Copyright Red Hat Inc 2015
RHEL on z Systems technical
features summary
- Production Ready -
z Systems
z Systems
z Systems
z Systems
© Copyright Red Hat Inc 2015
Summary of Specific features for z Systems
© Copyright Red Hat Inc 2015
Automated LUN scan
Unblock the devices
# cio_ignore -r fc00

# cio_ignore -r fd00
Enable the devices
# chccwdev -e fc00
# chccwdev -e fd00
LUN already detected on all paths
# lsluns
Scanning for LUNs on adapter 0.0.fc00
at port 0x500507630500c74c:
0x4010401700000000
at port 0x50050763050bc74c:
0x4010401700000000
Scanning for LUNs on adapter 0.0.fd00
at port 0x500507630510c74c:
0x4010401700000000
at port 0x50050763051bc74c:
0x4010401700000000
Enable multipath:
# cp /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf /etc/multipath.conf
# systemctl start multipathd
# systemctl enable multipathd
# multipath -ll
mpatha (36005076305ffc74c0000000000001017) dm-2 IBM
size=10G features='1 queue_if_no_path' hwhandler='0' wp=rw
`-+- policy='service-time 0' prio=1 status=active
|- 0:0:0:1075265552 sda 8:0 active ready running
|- 0:0:1:1075265552 sdb 8:16 active ready running
|- 1:0:0:1075265552 sdc 8:32 active ready running
`- 1:0:1:1075265552 sdd 8:48 active ready running
Make the FCP devices persistent:
# lszfcp -D | awk '{ print $1 }' | sed -e 's/// /g' >> /etc/zfcp.conf
Partition the multipath device:
# parted -s /dev/mapper/mpatha mklabel msdos mkpart primary 0% 100%
Example on how simple it is to work with FCP devices
- Production Ready -
© Copyright Red Hat Inc 2015
Summary of Specific features for z Systems
Driver tolerance for Crypto Express 5S
- Production Ready -
- Production Ready -
- Production Ready -
- Production Ready -
- Production Ready -
z Systems
z Systems
z Systems
z Systems
© Copyright Red Hat Inc 2015
Summary of Specific features for z Systems
http://www.ibm.com/developerworks/linux/linux390/documentation_red_hat.html#rhel7 http://www.redbooks.ibm.com
Draft Document for Review May 6, 2015 7:19 am SG24-8147-01
Redbooks
Front cover
The Virtualization Cookbook
for Linux on IBM z Systems
Lydia Parziale
Berthold Gunreben
Filipe Miranda
Paul W Novak
Ken Werner
© Copyright Red Hat Inc 2015
Additional documentation for z Systems
© Copyright Red Hat Inc 2015
Red Hat Enterprise Linux for Power Systems
Red Hat and IBM Power Systems
z Systems
Red Hat Enterprise Linux optimized to Power Systems
(I) https://access.redhat.com/site/articles/111663
JBoss EAP adding Value to your solution
Take advantage of the IBM JDK on Red Hat Enterprise Linux for IBM Power Systems (I)
© Copyright Red Hat Inc 2015
Red Hat Enterprise Linux 7.1
Red Hat Enterprise Linux 7.1 Annoucement
"The enhancements to the world’s leading enterprise Linux platform offered by Red Hat Enterprise Linux 7.1,
as well as the new offerings based on the update, deliver a flexible, reliable, secure and performant platform
that works across nearly every industry use case, from container adoption and rapid application
development to time-sensitive trading applications and systems based on IBM Power Systems architecture.
JIM TOTTONVICE PRESIDENT AND GENERAL MANAGER, PLATFORMS BUSINESS UNIT, RED HAT
© Copyright Red Hat Inc 2015
POWER8 Systems
Target
Also Available
© Copyright Red Hat Inc 2015
Endianess
The terms endian and endianness refer to the convention used to interpret the data when are
stored in the computer's memory.
In computing, memory commonly stores binary data by organizing it into 8-bit units called bytes.
When reading or writing data, into memory, consisting of multiple bits, the order of the bytes
stored in memory determines the interpretation of the data.
What is endian and endianness?
© Copyright Red Hat Inc 2015
Each byte of data in memory has its own address.
Big-endian systems store the most significant byte in the smallest address and the least
significant byte is stored in the largest address
Endianess
Little-endian systems, in contrast, store the least significant byte in the smallest address.
© Copyright Red Hat Inc 2015
Both forms of endianness are in widespread use in computing and networking.
As examples, the Intel x86 processor represents a common little-endian architecture, IBM z
Systems and IBM Power Systems all big-endian; starting with IBM POWER8, IBM Power
Systems now offers a hybrid architecture, both little-endian and big-endian.
Endianness is important as a low-level attribute of a particular data format.
Failure to account for varying endianness across architectures when writing software code
for mixed platforms and when exchanging certain types of data might lead to failures and
data corruption.
Endianess
Why is the endianness important ?
© Copyright Red Hat Inc 2015
Red Hat Enterprise Linux 7.1 offers both options little endian and big endian versions.
Running little endian mode accelerates business application innovation by eliminating a significant
and outdated barrier to application portability and allowing customers with the latest IBM Power
Systems to leverage the significant existing ecosystem of Linux applications previously developed
and restricted to x86 architectures.
Red Hat Enterprise Linux 7.1 little endian enables simple data migration, simplifies data sharing
(interoperability) with Linux on x86, and improves I/O options with modern I/O adapters and
devices, e.g. GPUs.
Red Hat Enterprise Linux 7.1 for Power
Why Red Hat Enterprise Linux on Power Systems ?
© Copyright Red Hat Inc 2015
© Copyright Red Hat Inc 2015
Red HatVirtualization for Power
RHEV for Power
Virtualization Strategy
IBM PowerVM
© Copyright Red Hat Inc 2015
What about IBM PowerKVM ?
https://access.redhat.com/certified-hypervisors
RHEV for Power
• Coexist with RHEV environments for x86: Simply add Power Systems with Linux guests
to the current x86 environment and take advantage of a single graphical console to
manage both distributed systems and Power Systems.
• Open SourceTechnology: Using RHEV for Power will allow customers to benefit from
the KVM virtualization technology without having to learn another hypervisor (IBM
PowerVM) when managing Linux guests.
• Readily available staff with KVM knowledge versus PowerVM
• By using RHEV for Power, or simply RHEV - you can integrate your environment with
other products from Red Hat, such as Cloudforms, to manage Linux cloud environments.
What are the advantages of RHEV for Power?
© Copyright Red Hat Inc 2015
RHEV Manager
© Copyright Red Hat Inc 2015
Filipe Miranda <fmiranda@redhat.com>
Global Lead for Red Hat Products on IBM z Systems and Power Systems
Red Hat Inc.
© Copyright Red Hat Inc 2015
© Copyright IBM Corporation 2015
Continue growing your IBM skills
ibm.com/training provides a

comprehensive portfolio of skills and career

accelerators that are designed to meet all 

your training needs.


• Training in cities local to you - where and 

when you need it, and in the format you want
• Use IBM Training Search to locate public training classes 

near to you with our five Global Training Providers
• Private training is also available with our Global Training Providers

• Demanding a high standard of quality – 

view the paths to success
• Browse Training Paths and Certifications to find the 

course that is right for you

• If you can’t find the training that is right for you with our
Global Training Providers, we can help.
• Contact IBM Training at dpmc@us.ibm.com
Global Skills Initiative

More Related Content

What's hot

SHARE.ORG in Boston Aug 2013 RHEL update for IBM System z
SHARE.ORG in Boston Aug 2013 RHEL update for IBM System zSHARE.ORG in Boston Aug 2013 RHEL update for IBM System z
SHARE.ORG in Boston Aug 2013 RHEL update for IBM System zFilipe Miranda
 
Introduction to Red Hat
Introduction to Red HatIntroduction to Red Hat
Introduction to Red HatAlbert Wong
 
Redfish and python-redfish for Software Defined Infrastructure
Redfish and python-redfish for Software Defined InfrastructureRedfish and python-redfish for Software Defined Infrastructure
Redfish and python-redfish for Software Defined InfrastructureBruno Cornec
 
Red Hat for IBM System z Update v5
Red Hat for IBM System z Update v5Red Hat for IBM System z Update v5
Red Hat for IBM System z Update v5Filipe Miranda
 
Presentation on HP ProLiant value add tools on Linux
Presentation on HP ProLiant value add tools on LinuxPresentation on HP ProLiant value add tools on Linux
Presentation on HP ProLiant value add tools on LinuxBruno Cornec
 
Isn’t it Ironic that a Redfish is software defining you
Isn’t it Ironic that a Redfish is software defining you Isn’t it Ironic that a Redfish is software defining you
Isn’t it Ironic that a Redfish is software defining you Bruno Cornec
 
Develop, Deploy, and Innovate with Intel® Cluster Ready
Develop, Deploy, and Innovate with Intel® Cluster ReadyDevelop, Deploy, and Innovate with Intel® Cluster Ready
Develop, Deploy, and Innovate with Intel® Cluster ReadyIntel IT Center
 
Hp cmu – easy to use cluster management utility @ hpcday 2012 kiev
Hp cmu – easy to use cluster management utility @ hpcday 2012 kievHp cmu – easy to use cluster management utility @ hpcday 2012 kiev
Hp cmu – easy to use cluster management utility @ hpcday 2012 kievVolodymyr Saviak
 
Redhat rhev 31-update by syedmshaaf
Redhat rhev 31-update by syedmshaafRedhat rhev 31-update by syedmshaaf
Redhat rhev 31-update by syedmshaafSyed Shaaf
 
Red Hat Enterprise Linux 8
Red Hat Enterprise Linux 8Red Hat Enterprise Linux 8
Red Hat Enterprise Linux 8Kangaroot
 
Redhat training &certification
Redhat training &certificationRedhat training &certification
Redhat training &certificationAhmed Abbas Ahmed
 
Upgrade to IBM z/OS V2.5 Planning
Upgrade to IBM z/OS V2.5 PlanningUpgrade to IBM z/OS V2.5 Planning
Upgrade to IBM z/OS V2.5 PlanningMarna Walle
 
Redfish & python redfish
Redfish & python redfishRedfish & python redfish
Redfish & python redfishRené Ribaud
 
2010-11-08 NSA Technical Symposium
2010-11-08 NSA Technical Symposium2010-11-08 NSA Technical Symposium
2010-11-08 NSA Technical SymposiumShawn Wells
 
“Khronos Group Standards: Powering the Future of Embedded Vision,” a Presenta...
“Khronos Group Standards: Powering the Future of Embedded Vision,” a Presenta...“Khronos Group Standards: Powering the Future of Embedded Vision,” a Presenta...
“Khronos Group Standards: Powering the Future of Embedded Vision,” a Presenta...Edge AI and Vision Alliance
 
Heterogeneous Computing on POWER - IBM and OpenPOWER technologies to accelera...
Heterogeneous Computing on POWER - IBM and OpenPOWER technologies to accelera...Heterogeneous Computing on POWER - IBM and OpenPOWER technologies to accelera...
Heterogeneous Computing on POWER - IBM and OpenPOWER technologies to accelera...Cesar Maciel
 
What are latest new features that DPDK brings into 2018?
What are latest new features that DPDK brings into 2018?What are latest new features that DPDK brings into 2018?
What are latest new features that DPDK brings into 2018?Michelle Holley
 
ONS 2018 LA - Intel Tutorial: Cloud Native to NFV - Alon Bernstein, Cisco & K...
ONS 2018 LA - Intel Tutorial: Cloud Native to NFV - Alon Bernstein, Cisco & K...ONS 2018 LA - Intel Tutorial: Cloud Native to NFV - Alon Bernstein, Cisco & K...
ONS 2018 LA - Intel Tutorial: Cloud Native to NFV - Alon Bernstein, Cisco & K...Kuralamudhan Ramakrishnan
 

What's hot (20)

SHARE.ORG in Boston Aug 2013 RHEL update for IBM System z
SHARE.ORG in Boston Aug 2013 RHEL update for IBM System zSHARE.ORG in Boston Aug 2013 RHEL update for IBM System z
SHARE.ORG in Boston Aug 2013 RHEL update for IBM System z
 
Introduction to Red Hat
Introduction to Red HatIntroduction to Red Hat
Introduction to Red Hat
 
Redfish and python-redfish for Software Defined Infrastructure
Redfish and python-redfish for Software Defined InfrastructureRedfish and python-redfish for Software Defined Infrastructure
Redfish and python-redfish for Software Defined Infrastructure
 
Red Hat for IBM System z Update v5
Red Hat for IBM System z Update v5Red Hat for IBM System z Update v5
Red Hat for IBM System z Update v5
 
Presentation on HP ProLiant value add tools on Linux
Presentation on HP ProLiant value add tools on LinuxPresentation on HP ProLiant value add tools on Linux
Presentation on HP ProLiant value add tools on Linux
 
Isn’t it Ironic that a Redfish is software defining you
Isn’t it Ironic that a Redfish is software defining you Isn’t it Ironic that a Redfish is software defining you
Isn’t it Ironic that a Redfish is software defining you
 
Develop, Deploy, and Innovate with Intel® Cluster Ready
Develop, Deploy, and Innovate with Intel® Cluster ReadyDevelop, Deploy, and Innovate with Intel® Cluster Ready
Develop, Deploy, and Innovate with Intel® Cluster Ready
 
Hp cmu – easy to use cluster management utility @ hpcday 2012 kiev
Hp cmu – easy to use cluster management utility @ hpcday 2012 kievHp cmu – easy to use cluster management utility @ hpcday 2012 kiev
Hp cmu – easy to use cluster management utility @ hpcday 2012 kiev
 
Redhat rhev 31-update by syedmshaaf
Redhat rhev 31-update by syedmshaafRedhat rhev 31-update by syedmshaaf
Redhat rhev 31-update by syedmshaaf
 
Red Hat Enterprise Linux 8
Red Hat Enterprise Linux 8Red Hat Enterprise Linux 8
Red Hat Enterprise Linux 8
 
Redhat training &certification
Redhat training &certificationRedhat training &certification
Redhat training &certification
 
Upgrade to IBM z/OS V2.5 Planning
Upgrade to IBM z/OS V2.5 PlanningUpgrade to IBM z/OS V2.5 Planning
Upgrade to IBM z/OS V2.5 Planning
 
Redfish & python redfish
Redfish & python redfishRedfish & python redfish
Redfish & python redfish
 
2010-11-08 NSA Technical Symposium
2010-11-08 NSA Technical Symposium2010-11-08 NSA Technical Symposium
2010-11-08 NSA Technical Symposium
 
“Khronos Group Standards: Powering the Future of Embedded Vision,” a Presenta...
“Khronos Group Standards: Powering the Future of Embedded Vision,” a Presenta...“Khronos Group Standards: Powering the Future of Embedded Vision,” a Presenta...
“Khronos Group Standards: Powering the Future of Embedded Vision,” a Presenta...
 
Heterogeneous Computing on POWER - IBM and OpenPOWER technologies to accelera...
Heterogeneous Computing on POWER - IBM and OpenPOWER technologies to accelera...Heterogeneous Computing on POWER - IBM and OpenPOWER technologies to accelera...
Heterogeneous Computing on POWER - IBM and OpenPOWER technologies to accelera...
 
What are latest new features that DPDK brings into 2018?
What are latest new features that DPDK brings into 2018?What are latest new features that DPDK brings into 2018?
What are latest new features that DPDK brings into 2018?
 
NFV features in kubernetes
NFV features in kubernetesNFV features in kubernetes
NFV features in kubernetes
 
ONS 2018 LA - Intel Tutorial: Cloud Native to NFV - Alon Bernstein, Cisco & K...
ONS 2018 LA - Intel Tutorial: Cloud Native to NFV - Alon Bernstein, Cisco & K...ONS 2018 LA - Intel Tutorial: Cloud Native to NFV - Alon Bernstein, Cisco & K...
ONS 2018 LA - Intel Tutorial: Cloud Native to NFV - Alon Bernstein, Cisco & K...
 
Rh401 rhel5.2
Rh401 rhel5.2Rh401 rhel5.2
Rh401 rhel5.2
 

Similar to IBM Edge2015 Las Vegas

Discover the Linux on z Systems Effect
Discover the Linux on z Systems EffectDiscover the Linux on z Systems Effect
Discover the Linux on z Systems EffectIBM
 
2008-10-14 Red Hat Update for IBM System z
2008-10-14 Red Hat Update for IBM System z2008-10-14 Red Hat Update for IBM System z
2008-10-14 Red Hat Update for IBM System zShawn Wells
 
How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?Zend by Rogue Wave Software
 
z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...
z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...
z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...zOSCommserver
 
Red_Hat_on_Power-IBM_Systems_Summit_2015-Miguel_Perez
Red_Hat_on_Power-IBM_Systems_Summit_2015-Miguel_PerezRed_Hat_on_Power-IBM_Systems_Summit_2015-Miguel_Perez
Red_Hat_on_Power-IBM_Systems_Summit_2015-Miguel_PerezMiguel Pérez Colino
 
The NRB Group mainframe day 2021 - Containerisation on Z - Paul Pilotto - Seb...
The NRB Group mainframe day 2021 - Containerisation on Z - Paul Pilotto - Seb...The NRB Group mainframe day 2021 - Containerisation on Z - Paul Pilotto - Seb...
The NRB Group mainframe day 2021 - Containerisation on Z - Paul Pilotto - Seb...NRB
 
Ibm power systems this is power on a smarter planet
Ibm power systems this is power on a smarter planetIbm power systems this is power on a smarter planet
Ibm power systems this is power on a smarter planetDiego Alberto Tamayo
 
2008-07-15 zNTP Conference, Red Hat Enterprise Solutions for System z
2008-07-15 zNTP Conference, Red Hat Enterprise Solutions for System z2008-07-15 zNTP Conference, Red Hat Enterprise Solutions for System z
2008-07-15 zNTP Conference, Red Hat Enterprise Solutions for System zShawn Wells
 
MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...
MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...
MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...MongoDB
 
Flex and LiveCycle Data Services Best Practices from the Trenches (Adobe MAX ...
Flex and LiveCycle Data Services Best Practices from the Trenches (Adobe MAX ...Flex and LiveCycle Data Services Best Practices from the Trenches (Adobe MAX ...
Flex and LiveCycle Data Services Best Practices from the Trenches (Adobe MAX ...François Le Droff
 
Accelerate your digital transformation
Accelerate your digital transformationAccelerate your digital transformation
Accelerate your digital transformationMichael Dawson
 
wisecloud based open cloud implementation guide
wisecloud based open cloud implementation guidewisecloud based open cloud implementation guide
wisecloud based open cloud implementation guidebizmerce
 
Red Hat Enterprise Linux and NFS by syedmshaaf
Red Hat Enterprise Linux and NFS by syedmshaafRed Hat Enterprise Linux and NFS by syedmshaaf
Red Hat Enterprise Linux and NFS by syedmshaafSyed Shaaf
 
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIY
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIYWhy Pay for Open Source Linux? Avoid the Hidden Cost of DIY
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIYEnterprise Management Associates
 
Red Hat for IBM Power Systems (System p) Update v6
Red Hat for IBM Power Systems (System p) Update v6Red Hat for IBM Power Systems (System p) Update v6
Red Hat for IBM Power Systems (System p) Update v6Filipe Miranda
 
The NRB Group mainframe day 2021 - New Programming Languages on Z - Frank Van...
The NRB Group mainframe day 2021 - New Programming Languages on Z - Frank Van...The NRB Group mainframe day 2021 - New Programming Languages on Z - Frank Van...
The NRB Group mainframe day 2021 - New Programming Languages on Z - Frank Van...NRB
 
Presentazione SimpliVity @ VMUGIT UserCon 2015
Presentazione SimpliVity @ VMUGIT UserCon 2015Presentazione SimpliVity @ VMUGIT UserCon 2015
Presentazione SimpliVity @ VMUGIT UserCon 2015VMUG IT
 

Similar to IBM Edge2015 Las Vegas (20)

Discover the Linux on z Systems Effect
Discover the Linux on z Systems EffectDiscover the Linux on z Systems Effect
Discover the Linux on z Systems Effect
 
2008-10-14 Red Hat Update for IBM System z
2008-10-14 Red Hat Update for IBM System z2008-10-14 Red Hat Update for IBM System z
2008-10-14 Red Hat Update for IBM System z
 
How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?
 
z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...
z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...
z/OS V2.4 Preview: z/OS Container Extensions - Running Linux on Z docker cont...
 
Red_Hat_on_Power-IBM_Systems_Summit_2015-Miguel_Perez
Red_Hat_on_Power-IBM_Systems_Summit_2015-Miguel_PerezRed_Hat_on_Power-IBM_Systems_Summit_2015-Miguel_Perez
Red_Hat_on_Power-IBM_Systems_Summit_2015-Miguel_Perez
 
The NRB Group mainframe day 2021 - Containerisation on Z - Paul Pilotto - Seb...
The NRB Group mainframe day 2021 - Containerisation on Z - Paul Pilotto - Seb...The NRB Group mainframe day 2021 - Containerisation on Z - Paul Pilotto - Seb...
The NRB Group mainframe day 2021 - Containerisation on Z - Paul Pilotto - Seb...
 
Ibm power systems this is power on a smarter planet
Ibm power systems this is power on a smarter planetIbm power systems this is power on a smarter planet
Ibm power systems this is power on a smarter planet
 
2008-07-15 zNTP Conference, Red Hat Enterprise Solutions for System z
2008-07-15 zNTP Conference, Red Hat Enterprise Solutions for System z2008-07-15 zNTP Conference, Red Hat Enterprise Solutions for System z
2008-07-15 zNTP Conference, Red Hat Enterprise Solutions for System z
 
MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...
MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...
MongoDB Linux Porting, Performance Measurements and and Scaling Advantage usi...
 
ansible_rhel_90.pdf
ansible_rhel_90.pdfansible_rhel_90.pdf
ansible_rhel_90.pdf
 
Flex and LiveCycle Data Services Best Practices from the Trenches (Adobe MAX ...
Flex and LiveCycle Data Services Best Practices from the Trenches (Adobe MAX ...Flex and LiveCycle Data Services Best Practices from the Trenches (Adobe MAX ...
Flex and LiveCycle Data Services Best Practices from the Trenches (Adobe MAX ...
 
Accelerate your digital transformation
Accelerate your digital transformationAccelerate your digital transformation
Accelerate your digital transformation
 
wisecloud based open cloud implementation guide
wisecloud based open cloud implementation guidewisecloud based open cloud implementation guide
wisecloud based open cloud implementation guide
 
Red Hat Enterprise Linux and NFS by syedmshaaf
Red Hat Enterprise Linux and NFS by syedmshaafRed Hat Enterprise Linux and NFS by syedmshaaf
Red Hat Enterprise Linux and NFS by syedmshaaf
 
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIY
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIYWhy Pay for Open Source Linux? Avoid the Hidden Cost of DIY
Why Pay for Open Source Linux? Avoid the Hidden Cost of DIY
 
Red Hat for IBM Power Systems (System p) Update v6
Red Hat for IBM Power Systems (System p) Update v6Red Hat for IBM Power Systems (System p) Update v6
Red Hat for IBM Power Systems (System p) Update v6
 
The NRB Group mainframe day 2021 - New Programming Languages on Z - Frank Van...
The NRB Group mainframe day 2021 - New Programming Languages on Z - Frank Van...The NRB Group mainframe day 2021 - New Programming Languages on Z - Frank Van...
The NRB Group mainframe day 2021 - New Programming Languages on Z - Frank Van...
 
Presentazione SimpliVity @ VMUGIT UserCon 2015
Presentazione SimpliVity @ VMUGIT UserCon 2015Presentazione SimpliVity @ VMUGIT UserCon 2015
Presentazione SimpliVity @ VMUGIT UserCon 2015
 
0bnosis 2016
0bnosis 20160bnosis 2016
0bnosis 2016
 
Why linux on power?
Why linux on power?Why linux on power?
Why linux on power?
 

More from Filipe Miranda

IBM Think 2020 Openshift on IBM Z and LinuxONE
IBM Think 2020 Openshift on IBM Z and LinuxONEIBM Think 2020 Openshift on IBM Z and LinuxONE
IBM Think 2020 Openshift on IBM Z and LinuxONEFilipe Miranda
 
New Generation of IBM Power Systems Delivering value with Red Hat Enterprise ...
New Generation of IBM Power Systems Delivering value with Red Hat Enterprise ...New Generation of IBM Power Systems Delivering value with Red Hat Enterprise ...
New Generation of IBM Power Systems Delivering value with Red Hat Enterprise ...Filipe Miranda
 
Sine nomine HAO for RHEL on IBM System z
Sine nomine HAO for RHEL on IBM System zSine nomine HAO for RHEL on IBM System z
Sine nomine HAO for RHEL on IBM System zFilipe Miranda
 
Oracle 11gr2 on_rhel6_0 - Document from Red Hat Inc
Oracle 11gr2 on_rhel6_0 - Document from Red Hat IncOracle 11gr2 on_rhel6_0 - Document from Red Hat Inc
Oracle 11gr2 on_rhel6_0 - Document from Red Hat IncFilipe Miranda
 
Red hat Enterprise Linux 6.4 for IBM System z Technical Highlights
Red hat Enterprise Linux 6.4 for IBM System z Technical HighlightsRed hat Enterprise Linux 6.4 for IBM System z Technical Highlights
Red hat Enterprise Linux 6.4 for IBM System z Technical HighlightsFilipe Miranda
 
IBM/Red Hat RoadShow London - High Availability for zLinux
IBM/Red Hat RoadShow London - High Availability for zLinuxIBM/Red Hat RoadShow London - High Availability for zLinux
IBM/Red Hat RoadShow London - High Availability for zLinuxFilipe Miranda
 
IBM Linux on System z Executive Advisory Customer Council Jersey City 2012
IBM Linux on System z Executive Advisory Customer Council Jersey City 2012 IBM Linux on System z Executive Advisory Customer Council Jersey City 2012
IBM Linux on System z Executive Advisory Customer Council Jersey City 2012 Filipe Miranda
 
Red Hat IBM ISV System z nov15th 2012
Red Hat IBM ISV System z nov15th 2012Red Hat IBM ISV System z nov15th 2012
Red Hat IBM ISV System z nov15th 2012Filipe Miranda
 

More from Filipe Miranda (8)

IBM Think 2020 Openshift on IBM Z and LinuxONE
IBM Think 2020 Openshift on IBM Z and LinuxONEIBM Think 2020 Openshift on IBM Z and LinuxONE
IBM Think 2020 Openshift on IBM Z and LinuxONE
 
New Generation of IBM Power Systems Delivering value with Red Hat Enterprise ...
New Generation of IBM Power Systems Delivering value with Red Hat Enterprise ...New Generation of IBM Power Systems Delivering value with Red Hat Enterprise ...
New Generation of IBM Power Systems Delivering value with Red Hat Enterprise ...
 
Sine nomine HAO for RHEL on IBM System z
Sine nomine HAO for RHEL on IBM System zSine nomine HAO for RHEL on IBM System z
Sine nomine HAO for RHEL on IBM System z
 
Oracle 11gr2 on_rhel6_0 - Document from Red Hat Inc
Oracle 11gr2 on_rhel6_0 - Document from Red Hat IncOracle 11gr2 on_rhel6_0 - Document from Red Hat Inc
Oracle 11gr2 on_rhel6_0 - Document from Red Hat Inc
 
Red hat Enterprise Linux 6.4 for IBM System z Technical Highlights
Red hat Enterprise Linux 6.4 for IBM System z Technical HighlightsRed hat Enterprise Linux 6.4 for IBM System z Technical Highlights
Red hat Enterprise Linux 6.4 for IBM System z Technical Highlights
 
IBM/Red Hat RoadShow London - High Availability for zLinux
IBM/Red Hat RoadShow London - High Availability for zLinuxIBM/Red Hat RoadShow London - High Availability for zLinux
IBM/Red Hat RoadShow London - High Availability for zLinux
 
IBM Linux on System z Executive Advisory Customer Council Jersey City 2012
IBM Linux on System z Executive Advisory Customer Council Jersey City 2012 IBM Linux on System z Executive Advisory Customer Council Jersey City 2012
IBM Linux on System z Executive Advisory Customer Council Jersey City 2012
 
Red Hat IBM ISV System z nov15th 2012
Red Hat IBM ISV System z nov15th 2012Red Hat IBM ISV System z nov15th 2012
Red Hat IBM ISV System z nov15th 2012
 

Recently uploaded

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

IBM Edge2015 Las Vegas

  • 1. © Copyright IBM Corporation 2015 Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM. Red Hat Enterprise Linux Update IBM z Systems and Power Systems Filipe Miranda <fmiranda@redhat.com> Global Lead for Red Hat Products on IBM z Systems and Power Systems Red Hat, Inc.
  • 2. Topics for this session * Red Hat Client Data, 2014 © Copyright Red Hat Inc 2015 Red Hat in a Nutshell Red Hat Enterprise Linux for z Systems Red Hat Enterprise Linux for Power Systems Red Hat EnterpriseVirtualization for Power Systems
  • 3. Red Hat in a Nutshell * Red Hat Client Data, 2014 © Copyright Red Hat Inc 2015 8
  • 4. © Copyright Red Hat Inc 2015 Growing Market for Red Hat
  • 5. © Copyright Red Hat Inc 2015 Red Hat Open Source Development Model
  • 6. Red Hat Enterprise Linux Lifecycle © Copyright Red Hat Inc 2015
  • 7. Red Hat Extended Update Support 6.5 (ends November 30, 2015) 6.6 (ends October 31, 2016) 7.1 (ends March 31, 2017) In Red Hat Enterprise Linux 7, EUS is available for the following releases: In Red Hat Enterprise Linux 6, EUS is available for the following minor releases: https://access.redhat.com/articles/rhel-eus Extended Update Support (EUS) is an optional offering for Red Hat Enterprise Linux subscribers.With EUS, Red Hat commits to providing backports of Critical-impact security updates and urgent-priority bug fixes for minor releases of Red Hat Enterprise Linux, even for systems that are still using minor releases behind the current one. © Copyright Red Hat Inc 2015
  • 8. © Copyright Red Hat Inc 2015 Red Hat Enterprise Linux on z Systems
  • 9. Red Hat and IBM z Systems © Copyright Red Hat Inc 2015 z Systems Red Hat Enterprise Linux optimized to z Systems (I) (II) https://access.redhat.com/site/articles/111663 JBoss EAP adding Value to your solution (II) Take advantage of the IBM JDK on Red Hat Enterprise Linux for IBM z Systems (1) http://www-03.ibm.com/systems/z/os/ linux/resources/testedplatforms.html © Copyright Red Hat Inc 2015
  • 10. Red Hat Enterprise Linux for IBM z Systems Photo Michael Storze https://access.redhat.com/ecosystem/search/#/category/Server © Copyright Red Hat Inc 2015
  • 11. Red Hat Enterprise Linux 7.1 Additional Linux container support Linux containers have emerged as a key open source application packaging and delivery technology, combining lightweight application isolation with the flexibility of image-based deployment methods. Developers have rapidly embraced Linux containers because they simplify and accelerate application deployment, and many Platform-as-a-Service (PaaS) platforms are built around Linux container technology, including OpenShift by Red Hat. Red Hat Enterprise Linux 7 implements Linux containers using core technologies such as control groups (cGroups) for resource management, namespaces for process isolation, and SELinux for security, enabling secure multi-tenancy and reducing the potential for security exploits. DOCKER This page is the 'homepage' of the Linux on z Systems Docker binaries. Introduction Docker is a tool for deploying, executing and managing containers. Experimental Linux on z Systems binaries are provided for Red Hat Enterprise LinuxVersion 7 http://www.ibm.com/developerworks/linux/linux390/docker.html © Copyright Red Hat Inc 2015
  • 12. © Copyright Red Hat Inc 2015 RHEL on z Systems InstallationTips
  • 13. RHEL on z installation process summary These files can be found at the images directory from the RHEL7.x installation tree kernel.img initrd.img redhat.exec generic.prm Highly recommended to edit the PRM file locally in your desktop and then copy it to the z/VM Virtual Machine. This is how the stock generic.prm file looks like: ro ramdisk_size=40000 cio_ignore=all,!condev Example of modified generic.prm (consult your system’s admin): ro ramdisk_size=40000 cio_ignore=all,!condev ip=10.16.10.71::10.16.111.254:21:serv1.redhat.com:enccw0.0.0600:none rd.znet=qeth,0.0.0600,0.0.0601,0.0.0602,layer2=1 nameserver=10.16.46.244 nameserver=10.16.36.30 rd.dasd=0.0.0100 inst.repo=http://RHEL7.1/s390x/os Example of what if I use FCP instead of ECKD/EDEV dasd ? rd.zfcp=0.0.fc00,0x500507630500c74c,0x4010401800000000 © Copyright Red Hat Inc 2015
  • 14. To copy files over to z/VM, open a Linux terminal on your desktop: # ftp <FQDN for the z/VM> login <login> password <password> Example: site fix 80 bin put kernel.img KERNEL.IMG put initrd.img INITRD.IMG ascii put redhat.exec REDHAT.EXEC put generic.prm GENERIC.PRM RHEL on z installation process summary © Copyright Red Hat Inc 2015
  • 15. RHEL on z installation process summary 1 2 3 4 © Copyright Red Hat Inc 2015
  • 16. RHEL on z installation process summary 5 6 7 © Copyright Red Hat Inc 2015
  • 17. © Copyright Red Hat Inc 2015 RHEL on z Systems technical features summary
  • 18. - Production Ready - z Systems z Systems z Systems z Systems © Copyright Red Hat Inc 2015 Summary of Specific features for z Systems
  • 19. © Copyright Red Hat Inc 2015 Automated LUN scan Unblock the devices # cio_ignore -r fc00
 # cio_ignore -r fd00 Enable the devices # chccwdev -e fc00 # chccwdev -e fd00 LUN already detected on all paths # lsluns Scanning for LUNs on adapter 0.0.fc00 at port 0x500507630500c74c: 0x4010401700000000 at port 0x50050763050bc74c: 0x4010401700000000 Scanning for LUNs on adapter 0.0.fd00 at port 0x500507630510c74c: 0x4010401700000000 at port 0x50050763051bc74c: 0x4010401700000000 Enable multipath: # cp /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf /etc/multipath.conf # systemctl start multipathd # systemctl enable multipathd # multipath -ll mpatha (36005076305ffc74c0000000000001017) dm-2 IBM size=10G features='1 queue_if_no_path' hwhandler='0' wp=rw `-+- policy='service-time 0' prio=1 status=active |- 0:0:0:1075265552 sda 8:0 active ready running |- 0:0:1:1075265552 sdb 8:16 active ready running |- 1:0:0:1075265552 sdc 8:32 active ready running `- 1:0:1:1075265552 sdd 8:48 active ready running Make the FCP devices persistent: # lszfcp -D | awk '{ print $1 }' | sed -e 's/// /g' >> /etc/zfcp.conf Partition the multipath device: # parted -s /dev/mapper/mpatha mklabel msdos mkpart primary 0% 100% Example on how simple it is to work with FCP devices
  • 20. - Production Ready - © Copyright Red Hat Inc 2015 Summary of Specific features for z Systems Driver tolerance for Crypto Express 5S
  • 21. - Production Ready - - Production Ready - - Production Ready - - Production Ready - - Production Ready - z Systems z Systems z Systems z Systems © Copyright Red Hat Inc 2015 Summary of Specific features for z Systems
  • 22. http://www.ibm.com/developerworks/linux/linux390/documentation_red_hat.html#rhel7 http://www.redbooks.ibm.com Draft Document for Review May 6, 2015 7:19 am SG24-8147-01 Redbooks Front cover The Virtualization Cookbook for Linux on IBM z Systems Lydia Parziale Berthold Gunreben Filipe Miranda Paul W Novak Ken Werner © Copyright Red Hat Inc 2015 Additional documentation for z Systems
  • 23. © Copyright Red Hat Inc 2015 Red Hat Enterprise Linux for Power Systems
  • 24. Red Hat and IBM Power Systems z Systems Red Hat Enterprise Linux optimized to Power Systems (I) https://access.redhat.com/site/articles/111663 JBoss EAP adding Value to your solution Take advantage of the IBM JDK on Red Hat Enterprise Linux for IBM Power Systems (I) © Copyright Red Hat Inc 2015
  • 25. Red Hat Enterprise Linux 7.1 Red Hat Enterprise Linux 7.1 Annoucement "The enhancements to the world’s leading enterprise Linux platform offered by Red Hat Enterprise Linux 7.1, as well as the new offerings based on the update, deliver a flexible, reliable, secure and performant platform that works across nearly every industry use case, from container adoption and rapid application development to time-sensitive trading applications and systems based on IBM Power Systems architecture. JIM TOTTONVICE PRESIDENT AND GENERAL MANAGER, PLATFORMS BUSINESS UNIT, RED HAT © Copyright Red Hat Inc 2015
  • 26. POWER8 Systems Target Also Available © Copyright Red Hat Inc 2015
  • 27. Endianess The terms endian and endianness refer to the convention used to interpret the data when are stored in the computer's memory. In computing, memory commonly stores binary data by organizing it into 8-bit units called bytes. When reading or writing data, into memory, consisting of multiple bits, the order of the bytes stored in memory determines the interpretation of the data. What is endian and endianness? © Copyright Red Hat Inc 2015
  • 28. Each byte of data in memory has its own address. Big-endian systems store the most significant byte in the smallest address and the least significant byte is stored in the largest address Endianess Little-endian systems, in contrast, store the least significant byte in the smallest address. © Copyright Red Hat Inc 2015
  • 29. Both forms of endianness are in widespread use in computing and networking. As examples, the Intel x86 processor represents a common little-endian architecture, IBM z Systems and IBM Power Systems all big-endian; starting with IBM POWER8, IBM Power Systems now offers a hybrid architecture, both little-endian and big-endian. Endianness is important as a low-level attribute of a particular data format. Failure to account for varying endianness across architectures when writing software code for mixed platforms and when exchanging certain types of data might lead to failures and data corruption. Endianess Why is the endianness important ? © Copyright Red Hat Inc 2015
  • 30. Red Hat Enterprise Linux 7.1 offers both options little endian and big endian versions. Running little endian mode accelerates business application innovation by eliminating a significant and outdated barrier to application portability and allowing customers with the latest IBM Power Systems to leverage the significant existing ecosystem of Linux applications previously developed and restricted to x86 architectures. Red Hat Enterprise Linux 7.1 little endian enables simple data migration, simplifies data sharing (interoperability) with Linux on x86, and improves I/O options with modern I/O adapters and devices, e.g. GPUs. Red Hat Enterprise Linux 7.1 for Power Why Red Hat Enterprise Linux on Power Systems ? © Copyright Red Hat Inc 2015
  • 31. © Copyright Red Hat Inc 2015 Red HatVirtualization for Power
  • 32. RHEV for Power Virtualization Strategy IBM PowerVM © Copyright Red Hat Inc 2015 What about IBM PowerKVM ? https://access.redhat.com/certified-hypervisors
  • 33. RHEV for Power • Coexist with RHEV environments for x86: Simply add Power Systems with Linux guests to the current x86 environment and take advantage of a single graphical console to manage both distributed systems and Power Systems. • Open SourceTechnology: Using RHEV for Power will allow customers to benefit from the KVM virtualization technology without having to learn another hypervisor (IBM PowerVM) when managing Linux guests. • Readily available staff with KVM knowledge versus PowerVM • By using RHEV for Power, or simply RHEV - you can integrate your environment with other products from Red Hat, such as Cloudforms, to manage Linux cloud environments. What are the advantages of RHEV for Power? © Copyright Red Hat Inc 2015
  • 34. RHEV Manager © Copyright Red Hat Inc 2015
  • 35. Filipe Miranda <fmiranda@redhat.com> Global Lead for Red Hat Products on IBM z Systems and Power Systems Red Hat Inc. © Copyright Red Hat Inc 2015
  • 36. © Copyright IBM Corporation 2015 Continue growing your IBM skills ibm.com/training provides a
 comprehensive portfolio of skills and career
 accelerators that are designed to meet all 
 your training needs. 
 • Training in cities local to you - where and 
 when you need it, and in the format you want • Use IBM Training Search to locate public training classes 
 near to you with our five Global Training Providers • Private training is also available with our Global Training Providers
 • Demanding a high standard of quality – 
 view the paths to success • Browse Training Paths and Certifications to find the 
 course that is right for you
 • If you can’t find the training that is right for you with our Global Training Providers, we can help. • Contact IBM Training at dpmc@us.ibm.com Global Skills Initiative