SlideShare a Scribd company logo
Systems Technical
Symposium 2015
August 25 - 28 | Melbourne, Australia
Featuring IBM z Systems, IBM Power Systems and IBM System Storage
Red Hat Enterprise Linux Update
IBM z Systems and Power Systems
Filipe Miranda <fmiranda@redhat.com>

Global Technical Lead for Linux on IBM z Systems and Power Systems

Red Hat, Inc.
© Copyright IBM Corporation 2015 © Copyright Red Hat Inc 2015
Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM.
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Session topics
Red Hat in a Nutshell
Open Source Development Model
JBoss EAP and BRMS for RHEL on z System
and Power Systems
Red Hat and IBM Collaboration
Red Hat Enterprise Linux for z Systems
RHEL 7.1 z Systems Features Summary
Automated LUN Scanning
CPACF Exploitation
IBM Redbooks Publications
RHEL 7.1 for Power Systems
RHEL LE
RHEV for Power
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
RED
HAT STORAGE SERVER RELEASED
FIRST RELEASE OF ENTERPRISE LINUX
OPENSHIFT ENTERPRISE RELEASED
CLOUDFORMS & OPENSHIFT
RELEASED
RED
HAT ENTERPRISEVIRTUALIZATION
RELEASED
RED
HAT ADDEDTO
S&P 500 INDEX
1993 1999 2002 2006 2011
FOUNDED
IPO
JBOSS ACQUIRED
20122009
$1 BILLION
IN
REVENUE
2013
RHEL OPENSTACK PLATFORM
RELEASED
2014
CENTOS JOINS RED
HAT
INKTANK (CEPH),

ENOVANCE (OPENSTACK)
& FEEDHENRY ACQUIRED
8
Red Hat in a Nutshell
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Business Development Model
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
(II) https://access.redhat.com/site/articles/111663
Red Hat JBoss EAP and Red Hat BRMS adding Value to your solution (II)
Take advantage of the IBM JDK optimized on Red Hat Enterprise Linux for IBM z Systems and Power Systems
(1) http://www-03.ibm.com/systems/z/os/
linux/resources/testedplatforms.html
JBoss Middleware
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
What is Red Hat JBoss BRMS?
Red Hat® JBoss® BRMS is a comprehensive platform for business rules management, business
resource optimization, and complex event processing (CEP).
https://www.redhat.com/en/technologies/jboss-middleware/business-rules
• Deploy decision services across physical, virtual, and cloud environments.
• Improve business agility.
• Make consistent and efficient decisions.
• Quickly build resource optimization solutions.
• Shorten development cycles for faster time to market.
JBoss BRMS on RHEL for z Systems
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Red Hat Enterprise Linux Lifecycle
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Photo Michael Storze
https://access.redhat.com/ecosystem/search/#/category/Server
IBM & Red Hat Relationship
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
IBM & Red Hat Relationship
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
IBM & Red Hat Relationship
IBM Power E850
High end servers
IBM Power E870
Up 80 POWER8 cores
IBM Power E880
Up 192 POWER8 cores
Up 48 POWER8 cores
Red Hat Enterprise Linux on z Systems
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
- Production Ready -
z Systems
z Systems
z Systems
z Systems
RHEL 7.1 z Systems Specific Features Summary
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
1 .Unblock the devices
# cio_ignore -r fc00

# cio_ignore -r fd00
2 .Enable the devices
# chccwdev -e fc00
# chccwdev -e fd00
3. 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
Example on how simple it is to work with FCP devices:
Automated LUN Scanning (NPIV)
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
4. 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
5. Make the FCP devices persistent:
# lszfcp -D | awk '{ print $1 }' | sed -e 's/// /g' >> /etc/zfcp.conf
6. Partition the multipath device:
# parted -s /dev/mapper/mpatha mklabel msdos mkpart primary 0% 100%
Multipath
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
- Production Ready -
Driver tolerance for Crypto Express 5S• Support for Crypto Express4S
• Tolerance for Crypto Express5S - Production Ready -
• CP Assist for Cryptographic Function (CPACF)
RHEL 7.1 z Systems Specific Features Summary
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
CPACF Exploitation Example
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
CPACF Exploitation Example
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
CPACF Exploitation Example
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
CPACF Exploitation Example
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
…
CPACF Exploitation Example
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
- Production Ready -
- Production Ready -
- Production Ready -
- Production Ready -
- Production Ready -
z Systems
z Systems
z Systems
z Systems
RHEL 7.1 z Systems Specific Features Summary
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
http://www.redbooks.ibm.com
2013 2015
Publications IBM Redbooks
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
systemd is a system and services manager that replaced upstart in RHEL. systemd is the first user space process the
kernel starts when booting.
This process is responsible for starting all the services and their dependencies that allow the system to act as a server.
systemd uses units that can be dependent on other units.
There are different unit types such as:
• Service units, used to start services 

•  Socket units, which allow socket based activations 

• ︎  Device units, which trigger reactions for devices as they appear or disappear 

•  Mount point units, that control mount points 

• Target units, which allow grouping of units to act as synchronization points 

systemd Overview
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
systemd Script Example
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
systemd Script vs SystemV
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
List active service units (running services):
List failed service units:
# systemctl -t service --state=failed
Managing Services using systemd
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Query the status of a service unit:
systemd Commands
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Stop, start, and restart a service unit:
# systemctl stop vsftpd.service

# systemctl start vsftpd.service

# systemctl restart vsftpd.service
You can also omit the suffix and specify multiple units:
# systemctl restart vsftpd sshd
# systemctl reload sshd
Reload a service unit
Not all services support that
systemd Commands
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
List installed service units:
# systemctl list-unit-files -t service
List enabled service units:
Disable a service:
# systemctl disable vsftpd
Query the default target the system boots into:
# systemctl get-default
Switch to a target:
# systemctl isolate multi-user.target
systemd Commands
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
systemd/SysV Table
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Loading System Targets
IPL your Linux server from the 3270 console using the following commands:
In rescue.target mode, all of the file systems in /etc/fstab are mounted, but networking has not been started.
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Load System Targets - FCP
To enter a different systemd target, from the IPL command just type the target you want in the systemd.unit=
parameter. For example, to enter the emergency.target, use the following commands:
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Load System Targets with ECKD/EDEV
To load systemd targets from the IPL command when using DASD ECKD/FBA use the following
commands from the 3270 terminal:
===> ipl 100 PARM systemd.unit=rescue
00: zIPL v1.23.0-17.el7 interactive boot menu
00:
00: 0. default (linux)
00:
00: 1. linux
00:
00: Note:VM users please use '#cp vi vmsg <input>'
00:
00: Please choose (default will boot in 5 seconds):
00: Booting default (linux)...
00: Uncompressing Linux...
...
Welcome to rescue mode!Type "systemctl default" or ^D to enter default mode.
Type "journalctl -xb" to view system logs.Type "systemctl reboot" to reboot.
Give root password for maintenance
(or type Control-D to continue):
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
systemd Journal
The journal is part of systemd and provides a modern logging mechanism. It allows to capture Kernel log
messages, regular syslog messages, the stdout/stderr written by services, and messages from the early boot
stages.
Viewing the journal
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Filtering systemd Journal
Filtering the journal
Show the log messages of the current boot (filters out the messages from previous boots):
# journalctl -b
Show today’s log messages:
# journalctl --since today
Show kernel messages of the current boot only:
# journalctl -b -k
Only show errors:
# journalctl -p err
Show the log messages of a specific unit (like the sshd.service unit):
# journalctl -u sshd.service
Red Hat Enterprise Linux on Power Systems
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Raw performance: You may be running a large Linux server farm but not getting satisfactory
performance. You may need massive horsepower, and your application might not work well with a
clustering of PCs.
Virtualization robustness You may want the maximum flexibility you can have to share unused resources,
allocate and logically partition your servers.
Leveraging existing resources: You may already have a large staff of Linux support personnel.You've fallen
in love with the Power Systems platform for all of the reasons mentioned so far and don't want to invest
the money in retraining your staff on UNIX.
Datacenter consolidation: Sometimes, it seems every large company over the past several years has
performed a server consolidation of some kind.
Etc…
Why Run Linux on IBM Power Systems?
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
The bottom line is, by combining the flexibility and cost savings of
Linux with the scalability and robustness of the POWER platform,
customers across all industries can integrate their environments
using Linux on POWER to reduce costs and consolidate workloads.
Why Run Linux on Power Systems?
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
"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
Red Hat brings RHEL LE to Power Systems
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
The terms endian and endianness refer to the convention used to interpret the data when are stored in the
computer's memory.
When reading or writing data, into memory, the order of the bytes stored in memory determines the
interpretation of the data.
Big-endian systems store the most significant byte in the smallest address and the least significant byte is
stored in the largest address
Little-endian systems, in contrast, store the least significant byte in the smallest address.
What is endian ?
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
6.5 BE 6.6 BE
7.0 BE 7.1 BE/LE 7.2 BE/LE
6.7 BE
5.11 BE 5.12+ BE
Only Linux vendor to offer both BE/LE with the
NEWEST Linux Major Release
IBM 2015
Systems Technical
Symposium© 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.
Why Red Hat Enterprise Linux little endian?
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
High end servers
IBM Power Hardware
IBM PowerVM
Red Hat
Enterprise
Linux 6.5+
Guests
Red Hat
Enterprise
Linux 7+
Guests
IBM PowerVM
IBM Power E850
IBM Power E870
Up 80 POWER8 cores
IBM Power E880
Up 192 POWER8 cores
Up 48 POWER8 cores
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
IBM POWER8 Hardware
IBM Power Firmware Interface
Red Hat EnterpriseVirtualization for IBM Power
Red Hat
Enterprise
Linux 6.5+
Guests
Red Hat
Enterprise
Linux 7+ BE
Guests
Managed by
RHEV-M
on x86
Red Hat
Enterprise
Linux 7.1+ LE
Guests
Red Hat EnterpriseVirtualization (RHEV)
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
Target Linux-only Servers
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
RHEV GUI -VM Overview
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
RHEV GUI - NewVM Menu
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
RHEV GUI -VM Console Access
IBM 2015
Systems Technical
Symposium© Copyright Red Hat Inc 2015
• 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.
RHEV for Power Advantages
IBM 2015
Systems Technical
Symposium© 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.

More Related Content

What's hot

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
 
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
Bruno Cornec
 
2010-11-08 NSA Technical Symposium
2010-11-08 NSA Technical Symposium2010-11-08 NSA Technical Symposium
2010-11-08 NSA Technical Symposium
Shawn Wells
 
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
Marna Walle
 
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 Ready
Intel IT Center
 
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
Linaro
 
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainlineHKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
Linaro
 
HKG18-100K1 - George Grey: Opening Keynote
HKG18-100K1 - George Grey: Opening KeynoteHKG18-100K1 - George Grey: Opening Keynote
HKG18-100K1 - George Grey: Opening Keynote
Linaro
 
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
Bruno Cornec
 
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
Volodymyr Saviak
 
“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
 
Redfish & python redfish
Redfish & python redfishRedfish & python redfish
Redfish & python redfish
René Ribaud
 
IPMI is dead, Long live Redfish
IPMI is dead, Long live RedfishIPMI is dead, Long live Redfish
IPMI is dead, Long live Redfish
Bruno Cornec
 
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
 
Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...
Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...
Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...
Michelle Holley
 
Intel NFVi Enabling Kit Demo/Lab
Intel NFVi Enabling Kit Demo/LabIntel NFVi Enabling Kit Demo/Lab
Intel NFVi Enabling Kit Demo/Lab
Michelle Holley
 
Introduction to Civil Infrastructure Platform
Introduction to Civil Infrastructure PlatformIntroduction to Civil Infrastructure Platform
Introduction to Civil Infrastructure Platform
SZ Lin
 
Developing for Industrial IoT with Linux OS on DragonBoard™ 410c: Session 3
Developing for Industrial IoT with Linux OS on DragonBoard™ 410c: Session 3Developing for Industrial IoT with Linux OS on DragonBoard™ 410c: Session 3
Developing for Industrial IoT with Linux OS on DragonBoard™ 410c: Session 3
Qualcomm Developer Network
 
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta VekariaArm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
Linaro
 

What's hot (20)

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?
 
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
 
2010-11-08 NSA Technical Symposium
2010-11-08 NSA Technical Symposium2010-11-08 NSA Technical Symposium
2010-11-08 NSA Technical Symposium
 
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
 
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
 
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
Andrew J Younge - Vanguard Astra - Petascale Arm Platform for U.S. DOE/ASC Su...
 
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainlineHKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
HKG18-501 - EAS on Common Kernel 4.14 and getting (much) closer to mainline
 
HKG18-100K1 - George Grey: Opening Keynote
HKG18-100K1 - George Grey: Opening KeynoteHKG18-100K1 - George Grey: Opening Keynote
HKG18-100K1 - George Grey: Opening Keynote
 
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
 
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
 
“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...
 
Redfish & python redfish
Redfish & python redfishRedfish & python redfish
Redfish & python redfish
 
IPMI is dead, Long live Redfish
IPMI is dead, Long live RedfishIPMI is dead, Long live Redfish
IPMI is dead, Long live Redfish
 
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?
 
Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...
Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...
Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...
 
Intel NFVi Enabling Kit Demo/Lab
Intel NFVi Enabling Kit Demo/LabIntel NFVi Enabling Kit Demo/Lab
Intel NFVi Enabling Kit Demo/Lab
 
Introduction to Civil Infrastructure Platform
Introduction to Civil Infrastructure PlatformIntroduction to Civil Infrastructure Platform
Introduction to Civil Infrastructure Platform
 
Developing for Industrial IoT with Linux OS on DragonBoard™ 410c: Session 3
Developing for Industrial IoT with Linux OS on DragonBoard™ 410c: Session 3Developing for Industrial IoT with Linux OS on DragonBoard™ 410c: Session 3
Developing for Industrial IoT with Linux OS on DragonBoard™ 410c: Session 3
 
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta VekariaArm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
 

Similar to IBM Systems Technical Symposium Melbourne, 2015

Software Variability Management
Software Variability ManagementSoftware Variability Management
Software Variability Management
XavierDevroey
 
MuleSoft Sizing Guidelines - VirtualMuleys
MuleSoft Sizing Guidelines - VirtualMuleysMuleSoft Sizing Guidelines - VirtualMuleys
MuleSoft Sizing Guidelines - VirtualMuleys
Angel Alberici
 
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slidesMaking the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
Susan Yoskin
 
Visão geral do hardware do servidor System z e Linux on z - Concurso Mainframe
Visão geral do hardware do servidor System z e Linux on z - Concurso MainframeVisão geral do hardware do servidor System z e Linux on z - Concurso Mainframe
Visão geral do hardware do servidor System z e Linux on z - Concurso Mainframe
Anderson Bassani
 
LSU Nordic 2015 - Agile development on system z
LSU Nordic 2015 - Agile development on system zLSU Nordic 2015 - Agile development on system z
LSU Nordic 2015 - Agile development on system z
Flemming Petersen
 
Siebel monitoring
Siebel monitoringSiebel monitoring
Siebel monitoring
Sarnindar Purewal
 
Cloud Foundry Platform Operations - CF Summit 2015
Cloud Foundry Platform Operations - CF Summit 2015Cloud Foundry Platform Operations - CF Summit 2015
Cloud Foundry Platform Operations - CF Summit 2015
cornelia davis
 
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
Filipe Miranda
 
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
 
l011029
l011029l011029
Leverage Virtual Design to Build a Better System
Leverage Virtual Design to Build a Better SystemLeverage Virtual Design to Build a Better System
Leverage Virtual Design to Build a Better System
Rockwell Automation
 
IBM Capacity Management Analytics
IBM Capacity Management AnalyticsIBM Capacity Management Analytics
IBM Capacity Management Analytics
IBM z Systems Software - IT Service Management
 
Maximize o valor do z/OS
Maximize o valor do z/OSMaximize o valor do z/OS
Maximize o valor do z/OS
Anderson Bassani
 
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDzRDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
Susan Yoskin
 
Tech talk with lampro mellon an open source solution for accelerating verific...
Tech talk with lampro mellon an open source solution for accelerating verific...Tech talk with lampro mellon an open source solution for accelerating verific...
Tech talk with lampro mellon an open source solution for accelerating verific...
RISC-V International
 
SD Times - Docker v2
SD Times - Docker v2SD Times - Docker v2
SD Times - Docker v2
Alvin Richards
 
Using Databases and Containers From Development to Deployment
Using Databases and Containers  From Development to DeploymentUsing Databases and Containers  From Development to Deployment
Using Databases and Containers From Development to Deployment
Aerospike, Inc.
 
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Sharon James
 
Octobus technical university def
Octobus technical university   defOctobus technical university   def
Octobus technical university def
Daniela Zuppini
 
Vision2015-CBS-1148-Final
Vision2015-CBS-1148-FinalVision2015-CBS-1148-Final
Vision2015-CBS-1148-Final
Patrick Spedding
 

Similar to IBM Systems Technical Symposium Melbourne, 2015 (20)

Software Variability Management
Software Variability ManagementSoftware Variability Management
Software Variability Management
 
MuleSoft Sizing Guidelines - VirtualMuleys
MuleSoft Sizing Guidelines - VirtualMuleysMuleSoft Sizing Guidelines - VirtualMuleys
MuleSoft Sizing Guidelines - VirtualMuleys
 
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slidesMaking the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
Making the Dinosaur Dance - RDz, RTC and UrbanCode Lunch and Learn slides
 
Visão geral do hardware do servidor System z e Linux on z - Concurso Mainframe
Visão geral do hardware do servidor System z e Linux on z - Concurso MainframeVisão geral do hardware do servidor System z e Linux on z - Concurso Mainframe
Visão geral do hardware do servidor System z e Linux on z - Concurso Mainframe
 
LSU Nordic 2015 - Agile development on system z
LSU Nordic 2015 - Agile development on system zLSU Nordic 2015 - Agile development on system z
LSU Nordic 2015 - Agile development on system z
 
Siebel monitoring
Siebel monitoringSiebel monitoring
Siebel monitoring
 
Cloud Foundry Platform Operations - CF Summit 2015
Cloud Foundry Platform Operations - CF Summit 2015Cloud Foundry Platform Operations - CF Summit 2015
Cloud Foundry Platform Operations - CF Summit 2015
 
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
 
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...
 
l011029
l011029l011029
l011029
 
Leverage Virtual Design to Build a Better System
Leverage Virtual Design to Build a Better SystemLeverage Virtual Design to Build a Better System
Leverage Virtual Design to Build a Better System
 
IBM Capacity Management Analytics
IBM Capacity Management AnalyticsIBM Capacity Management Analytics
IBM Capacity Management Analytics
 
Maximize o valor do z/OS
Maximize o valor do z/OSMaximize o valor do z/OS
Maximize o valor do z/OS
 
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDzRDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
RDz for DevOps Webcast Series: Implementing Continuous Integration with RDz
 
Tech talk with lampro mellon an open source solution for accelerating verific...
Tech talk with lampro mellon an open source solution for accelerating verific...Tech talk with lampro mellon an open source solution for accelerating verific...
Tech talk with lampro mellon an open source solution for accelerating verific...
 
SD Times - Docker v2
SD Times - Docker v2SD Times - Docker v2
SD Times - Docker v2
 
Using Databases and Containers From Development to Deployment
Using Databases and Containers  From Development to DeploymentUsing Databases and Containers  From Development to Deployment
Using Databases and Containers From Development to Deployment
 
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
Bp307 Practical Solutions for Connections Administrators, tips and scrips for...
 
Octobus technical university def
Octobus technical university   defOctobus technical university   def
Octobus technical university def
 
Vision2015-CBS-1148-Final
Vision2015-CBS-1148-FinalVision2015-CBS-1148-Final
Vision2015-CBS-1148-Final
 

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 LinuxONE
Filipe 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
 
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
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 z
Filipe 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 Inc
Filipe Miranda
 
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
Filipe 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 Highlights
Filipe 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 zLinux
Filipe 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 2012
Filipe Miranda
 

More from Filipe Miranda (10)

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

Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
Mydbops
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
AppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSFAppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSF
Ajin Abraham
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Pitangent Analytics & Technology Solutions Pvt. Ltd
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
Jason Yip
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
Safe Software
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
Ivo Velitchkov
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
A Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's ArchitectureA Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's Architecture
ScyllaDB
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Christine's Product Research Presentation.pptx
Christine's Product Research Presentation.pptxChristine's Product Research Presentation.pptx
Christine's Product Research Presentation.pptx
christinelarrosa
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Session 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdfSession 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdf
UiPathCommunity
 
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptxPRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
christinelarrosa
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 

Recently uploaded (20)

Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
AppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSFAppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSF
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
Crafting Excellence: A Comprehensive Guide to iOS Mobile App Development Serv...
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
A Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's ArchitectureA Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's Architecture
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Christine's Product Research Presentation.pptx
Christine's Product Research Presentation.pptxChristine's Product Research Presentation.pptx
Christine's Product Research Presentation.pptx
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Session 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdfSession 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdf
 
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptxPRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
PRODUCT LISTING OPTIMIZATION PRESENTATION.pptx
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 

IBM Systems Technical Symposium Melbourne, 2015

  • 1. Systems Technical Symposium 2015 August 25 - 28 | Melbourne, Australia Featuring IBM z Systems, IBM Power Systems and IBM System Storage Red Hat Enterprise Linux Update IBM z Systems and Power Systems Filipe Miranda <fmiranda@redhat.com> Global Technical Lead for Linux on IBM z Systems and Power Systems Red Hat, Inc. © Copyright IBM Corporation 2015 © Copyright Red Hat Inc 2015 Technical University/Symposia materials may not be reproduced in whole or in part without the prior written permission of IBM.
  • 2. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Session topics Red Hat in a Nutshell Open Source Development Model JBoss EAP and BRMS for RHEL on z System and Power Systems Red Hat and IBM Collaboration Red Hat Enterprise Linux for z Systems RHEL 7.1 z Systems Features Summary Automated LUN Scanning CPACF Exploitation IBM Redbooks Publications RHEL 7.1 for Power Systems RHEL LE RHEV for Power
  • 3. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 RED HAT STORAGE SERVER RELEASED FIRST RELEASE OF ENTERPRISE LINUX OPENSHIFT ENTERPRISE RELEASED CLOUDFORMS & OPENSHIFT RELEASED RED HAT ENTERPRISEVIRTUALIZATION RELEASED RED HAT ADDEDTO S&P 500 INDEX 1993 1999 2002 2006 2011 FOUNDED IPO JBOSS ACQUIRED 20122009 $1 BILLION IN REVENUE 2013 RHEL OPENSTACK PLATFORM RELEASED 2014 CENTOS JOINS RED HAT INKTANK (CEPH),
 ENOVANCE (OPENSTACK) & FEEDHENRY ACQUIRED 8 Red Hat in a Nutshell
  • 4. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Business Development Model
  • 5. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 (II) https://access.redhat.com/site/articles/111663 Red Hat JBoss EAP and Red Hat BRMS adding Value to your solution (II) Take advantage of the IBM JDK optimized on Red Hat Enterprise Linux for IBM z Systems and Power Systems (1) http://www-03.ibm.com/systems/z/os/ linux/resources/testedplatforms.html JBoss Middleware
  • 6. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 What is Red Hat JBoss BRMS? Red Hat® JBoss® BRMS is a comprehensive platform for business rules management, business resource optimization, and complex event processing (CEP). https://www.redhat.com/en/technologies/jboss-middleware/business-rules • Deploy decision services across physical, virtual, and cloud environments. • Improve business agility. • Make consistent and efficient decisions. • Quickly build resource optimization solutions. • Shorten development cycles for faster time to market. JBoss BRMS on RHEL for z Systems
  • 7. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Red Hat Enterprise Linux Lifecycle
  • 8. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Photo Michael Storze https://access.redhat.com/ecosystem/search/#/category/Server IBM & Red Hat Relationship
  • 9. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 IBM & Red Hat Relationship
  • 10. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 IBM & Red Hat Relationship IBM Power E850 High end servers IBM Power E870 Up 80 POWER8 cores IBM Power E880 Up 192 POWER8 cores Up 48 POWER8 cores
  • 11. Red Hat Enterprise Linux on z Systems
  • 12. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 - Production Ready - z Systems z Systems z Systems z Systems RHEL 7.1 z Systems Specific Features Summary
  • 13. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 1 .Unblock the devices # cio_ignore -r fc00
 # cio_ignore -r fd00 2 .Enable the devices # chccwdev -e fc00 # chccwdev -e fd00 3. 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 Example on how simple it is to work with FCP devices: Automated LUN Scanning (NPIV)
  • 14. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 4. 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 5. Make the FCP devices persistent: # lszfcp -D | awk '{ print $1 }' | sed -e 's/// /g' >> /etc/zfcp.conf 6. Partition the multipath device: # parted -s /dev/mapper/mpatha mklabel msdos mkpart primary 0% 100% Multipath
  • 15. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 - Production Ready - Driver tolerance for Crypto Express 5S• Support for Crypto Express4S • Tolerance for Crypto Express5S - Production Ready - • CP Assist for Cryptographic Function (CPACF) RHEL 7.1 z Systems Specific Features Summary
  • 16. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 CPACF Exploitation Example
  • 17. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 CPACF Exploitation Example
  • 18. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 CPACF Exploitation Example
  • 19. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 CPACF Exploitation Example
  • 20. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 … CPACF Exploitation Example
  • 21. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 - Production Ready - - Production Ready - - Production Ready - - Production Ready - - Production Ready - z Systems z Systems z Systems z Systems RHEL 7.1 z Systems Specific Features Summary
  • 22. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 http://www.redbooks.ibm.com 2013 2015 Publications IBM Redbooks
  • 23. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 systemd is a system and services manager that replaced upstart in RHEL. systemd is the first user space process the kernel starts when booting. This process is responsible for starting all the services and their dependencies that allow the system to act as a server. systemd uses units that can be dependent on other units. There are different unit types such as: • Service units, used to start services 
 •  Socket units, which allow socket based activations 
 • ︎  Device units, which trigger reactions for devices as they appear or disappear 
 •  Mount point units, that control mount points 
 • Target units, which allow grouping of units to act as synchronization points 
 systemd Overview
  • 24. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 systemd Script Example
  • 25. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 systemd Script vs SystemV
  • 26. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 List active service units (running services): List failed service units: # systemctl -t service --state=failed Managing Services using systemd
  • 27. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Query the status of a service unit: systemd Commands
  • 28. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Stop, start, and restart a service unit: # systemctl stop vsftpd.service
 # systemctl start vsftpd.service
 # systemctl restart vsftpd.service You can also omit the suffix and specify multiple units: # systemctl restart vsftpd sshd # systemctl reload sshd Reload a service unit Not all services support that systemd Commands
  • 29. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 List installed service units: # systemctl list-unit-files -t service List enabled service units: Disable a service: # systemctl disable vsftpd Query the default target the system boots into: # systemctl get-default Switch to a target: # systemctl isolate multi-user.target systemd Commands
  • 30. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 systemd/SysV Table
  • 31. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Loading System Targets IPL your Linux server from the 3270 console using the following commands: In rescue.target mode, all of the file systems in /etc/fstab are mounted, but networking has not been started.
  • 32. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Load System Targets - FCP To enter a different systemd target, from the IPL command just type the target you want in the systemd.unit= parameter. For example, to enter the emergency.target, use the following commands:
  • 33. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Load System Targets with ECKD/EDEV To load systemd targets from the IPL command when using DASD ECKD/FBA use the following commands from the 3270 terminal: ===> ipl 100 PARM systemd.unit=rescue 00: zIPL v1.23.0-17.el7 interactive boot menu 00: 00: 0. default (linux) 00: 00: 1. linux 00: 00: Note:VM users please use '#cp vi vmsg <input>' 00: 00: Please choose (default will boot in 5 seconds): 00: Booting default (linux)... 00: Uncompressing Linux... ... Welcome to rescue mode!Type "systemctl default" or ^D to enter default mode. Type "journalctl -xb" to view system logs.Type "systemctl reboot" to reboot. Give root password for maintenance (or type Control-D to continue):
  • 34. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 systemd Journal The journal is part of systemd and provides a modern logging mechanism. It allows to capture Kernel log messages, regular syslog messages, the stdout/stderr written by services, and messages from the early boot stages. Viewing the journal
  • 35. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Filtering systemd Journal Filtering the journal Show the log messages of the current boot (filters out the messages from previous boots): # journalctl -b Show today’s log messages: # journalctl --since today Show kernel messages of the current boot only: # journalctl -b -k Only show errors: # journalctl -p err Show the log messages of a specific unit (like the sshd.service unit): # journalctl -u sshd.service
  • 36. Red Hat Enterprise Linux on Power Systems
  • 37. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Raw performance: You may be running a large Linux server farm but not getting satisfactory performance. You may need massive horsepower, and your application might not work well with a clustering of PCs. Virtualization robustness You may want the maximum flexibility you can have to share unused resources, allocate and logically partition your servers. Leveraging existing resources: You may already have a large staff of Linux support personnel.You've fallen in love with the Power Systems platform for all of the reasons mentioned so far and don't want to invest the money in retraining your staff on UNIX. Datacenter consolidation: Sometimes, it seems every large company over the past several years has performed a server consolidation of some kind. Etc… Why Run Linux on IBM Power Systems?
  • 38. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 The bottom line is, by combining the flexibility and cost savings of Linux with the scalability and robustness of the POWER platform, customers across all industries can integrate their environments using Linux on POWER to reduce costs and consolidate workloads. Why Run Linux on Power Systems?
  • 39. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 "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 Red Hat brings RHEL LE to Power Systems
  • 40. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 The terms endian and endianness refer to the convention used to interpret the data when are stored in the computer's memory. When reading or writing data, into memory, the order of the bytes stored in memory determines the interpretation of the data. Big-endian systems store the most significant byte in the smallest address and the least significant byte is stored in the largest address Little-endian systems, in contrast, store the least significant byte in the smallest address. What is endian ?
  • 41. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 6.5 BE 6.6 BE 7.0 BE 7.1 BE/LE 7.2 BE/LE 6.7 BE 5.11 BE 5.12+ BE Only Linux vendor to offer both BE/LE with the NEWEST Linux Major Release
  • 42. IBM 2015 Systems Technical Symposium© 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. Why Red Hat Enterprise Linux little endian?
  • 43. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 High end servers IBM Power Hardware IBM PowerVM Red Hat Enterprise Linux 6.5+ Guests Red Hat Enterprise Linux 7+ Guests IBM PowerVM IBM Power E850 IBM Power E870 Up 80 POWER8 cores IBM Power E880 Up 192 POWER8 cores Up 48 POWER8 cores
  • 44. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 IBM POWER8 Hardware IBM Power Firmware Interface Red Hat EnterpriseVirtualization for IBM Power Red Hat Enterprise Linux 6.5+ Guests Red Hat Enterprise Linux 7+ BE Guests Managed by RHEV-M on x86 Red Hat Enterprise Linux 7.1+ LE Guests Red Hat EnterpriseVirtualization (RHEV)
  • 45. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 Target Linux-only Servers
  • 46. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 RHEV GUI -VM Overview
  • 47. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 RHEV GUI - NewVM Menu
  • 48. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 RHEV GUI -VM Console Access
  • 49. IBM 2015 Systems Technical Symposium© Copyright Red Hat Inc 2015 • 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. RHEV for Power Advantages
  • 50. IBM 2015 Systems Technical Symposium© 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.