SlideShare a Scribd company logo
1 of 35
Download to read offline
© Copyright 2019 Pivotal Software, Inc. All rights Reserved.
Rohit Kelapure rkelapure@pivotal.io @rkela
Pivotal Principal Solutions Architect - Pivotal Labs AppTx
How to Migrate
Applications Off a
Mainframe
● How to decide what to modernize
first by looking at business
requirements AND the existing
codebase
● How to take a test-driven approach
to minimize risks in decomposing the
mainframe application
● What to use as a replacement or
evolution of mainframe schedulers
● How to include COBOL and other
mainframe developers in the process
to retain institutional knowledge and
defuse project detractors
● How to replatform mainframe
applications to the cloud leveraging a
spectrum of techniques
Ah, the mainframe. Peel back many transactional business applications
at any enterprise and you’ll find a mainframe application under there. It’s
often where the crown jewels of the business’ data and core transactions
are processed. The tooling for these applications is dated and new code
is infrequent, but moving off is seen as risky. No one. Wants. To. Touch.
Mainframes.
But mainframe applications don’t have to be the electric third rail.
Modernizing, even pieces of those mainframe workloads into modern
frameworks on modern platforms, has huge payoffs. Developers can gain
all the productivity benefits of modern tooling. Not to mention the
scaling, security, and cost benefits.
So, how do you get started modernizing applications off a mainframe?
Join Rohit Kelapure, Consulting Practice Lead at Pivotal, as he shares
lessons from projects with enterprises to move workloads off of
mainframes.
https://www.brighttalk.com/webcast/14891/352286/how-to-migrate-applic
ations-off-a-mainframe
We are a team of consulting experts that
jumpstart cloud journeys and quickly show
measured wins. We use simple tools, start
small and scale fast to redefine current
systems and achieve cloud native speed,
resiliency and economics.
What We See
• Old Application Logic - Poor Documentation
• COBOL, PL/I, Assembler, JCL, Easytreve,
IDMS, DB2, IMS and the list goes on ...
• Tightly Coupled and Brittle Architecture
• Expensive Licensing and Maintenance
• Rehosting and Batch Offload Approaches
• Genuine Desire to Modernize … But How?!
Rewrite
Replace
Modernization
Rewrite
Rearchitect
Cloud Native
Replatforming
ReInterface
Augment
Replatforming
Rehost
Emulate
Code
Translators
Mainframe Migration Strategies
Mainframe Migration Approaches
Option What it Means
Rewrite
Migrate the data off the mainframe and completely rewrite the business processes in
modern frameworks. Change the source language of the original application, for
example, from COBOL or Natural to Java or C#.
Rehost
“Lift and Shift” the applications and data from the mainframe to Unix or Windows with
interface emulation or automatic code translation tools.
ReInterface
Keep the business logic on the mainframe in its present form, but unlock them by
exposing via REST APIs and Web Services.
Replace/Retire
Replace the business processes with packaged applications such as SAP, PeopleSoft,
and Oracle. This involves gap analysis and data conversion. Take an inventory of
applications and retire those that no longer serve a purpose.
Emulation
Replatforming > Automated Code Translation
Pivotal - Modern Systems Whitepaper http://bit.ly/pvtl-ms Modernization Journey of Mainframe
COBOL on Pivotal Cloud Foundry with Microfocus
Visual COBOL Brings first class OO
support to COBOL language
Transparent interop between Visual
COBOL and legacy code and JVM or
.NET languages
Provide friendly APIs to legacy code
Enables devs to use familiar tooling
Proprietary Micro Focus technology
Extract COBOL that represents useful
business rules and use with minimal
change. Create test suites for your
business rules
Rewrite/refactor the ones where you
have the most change
Credit-Service-1.
0.jar
BusinessSyste
m
InteropLayer
CreditServiceSpring
boot
Visual
COBOL
COBOL
WebServer
Request 1
Request 2
StatementContr
oller
StatementContr
oller
MonthlyStateme
nt
MonthlyStateme
nt
Run-Unit
1
Legacy
COBOL
Run-Unit
2
Legacy
COBOL
Continous Modernization Approaches
NTT Data Transfromation Mapping Process
NTT Data Continous Modernization Process
What We Believe
• Automated Analysis to Understand
• Find a Tops-Down Initiative
• Slice Vertically, Modernize Incrementally
• Automate Everything You Can
• Build Skills by Pairing and Doing
• Let Real Work Inform Strategy
The Pivotal Approach
BUILD PRODUCT
CO-LOCATE YOUR PEOPLE AT PIVOTAL LABS; LEARN CLOUD
NATIVE PRACTICES AS WE BUILD SOFTWARE TOGETHER
MODERNIZE AND STREAMLINE
INCREMENTALLY MODERNIZE SYSTEMS
THAT UNDERPIN THE PRODUCT
● Find a Product Opportunity
● Use the Pivotal Way
○ Pairing, Balanced Teams, TDD, etc.
● Target a Cloud Native Platform, Use
Modern Practices and OSS
● Frame a Tactical Plan; Use Tooling
to Understand Current State
● Deliver Incremental Returns
○ Target a Vertical Slice
○ Modernize Modules That
Underpin the Product Initiative
Understand Current State
Code Scanning and Automated
Assessment Tooling
Insight Derived from Current
Application Architecture
Sample Assessment Views
Clone
Metrics
Naming
Sub System
Call Graph
Accurate code metrics are critical to understanding effort and cost
Duplicate code can decrease effort and provide insights into the unintended design
Source code naming conventions can inform all other views
Sub-systems revealed through network analysis help to review incremental opportunities
Reveals interdependencies and code structure
Cloud anti-pattern What elements of the legacy code will pose problems moving to cloud
Composition Function composition drives the understanding of fit-for-purpose solutions
IBM
IBM
Monolith
App
Cache
Win?
App
We restarted with
events first
What we’ve
learned
➔ Events are the language
bridge to the business
➔ This method of
identifying bounded
contexts is a secret to
decoupled architecture
➔ “Tell don’t ask”
Completing the Journey
IBM
App
Cache
App
Win? Microservices
Event-driven
Microservices
AppAppApp AppAppApp
AppAppApp
Migrating zOS Batch to Distributed
Spring Batch provides a physical
implementation of the layers,
components and technical
services commonly found in
robust systems used to address
the creation batch applications,
with the infrastructure and
extensions to address very
complex processing needs
Why us?
We have great experience.
Systemization > Methodology and Techniques
• Portfolio level
goals definition
• Define Measures
• Discuss timeline,
staffing, risk,
dependencies, etc.
• Automated Data
Collection
• Research and
MVP Definition
• Architecture
Design
• Backlog
Definition
• One-week iterations
• Hands-on code within 2-3 days
• 1s to 10s of apps moved in 1s of
weeks
• Working code used to inform a
cookbook of patterns
Iterative Project Execution
Boris
Event
Storming
OKRs
Slice
Analysis
Snap /
SnapE
Patterns
Discovery &
Framing
Scoping
Ongoing Delivery Cycle
We deliver working code via
replatformed apps and modernized
slices that prove out patterns
Value
Stream
We work on a fixed timeline and
spin this wheel many times, using
the techniques as necessary
Fixed Timeline Engagement
Supported by a Paired Team
What Does it Look Like?
The engine on the mainframe was difficult to
scale at short notice with rising transaction
costs and dwindling mainframe SMEs. We
built a distributed event driven engine with
.NET core and Steeltoe on PAS using Linux
stem cells. We overcame challenges by
leveraging domain driven design, XP, & 15
factors cloud native development.
We realized strong performance SLAs with
blue-green deployments.
We had a decades old monolith that
processed 3rd party data was complex,
lacked operational transparency and
creaking under its own weight. Adding new
reports required elaborate analysis and
heavy regression testing resulting in long
delivery cycles. We made the system flexible
in a cloud environment with an event-driven
architecture that allowed us to add new
reports easily with enhanced operational
visibility.
We Transformed and So Can You!
Why us?
We Have The Platform
Consistent Market Shift Towards Open Source
Push Toward Modern Cloud Models
Hardware
IaaS
Container Orchestrator
Application Platform
Serverless
Functions
Strategic Goal: Push as many workloads as technically
feasible to the top of the platform hierarchy
Higher flexibility,
lower standards
enforcement
Lower development
complexity and higher
operational efficiency
Think to the Future: Choose the Right Tool for the Job
Container
Orchestrator
Container Scheduling
Primitives for Network,
Routing, Logs & Metrics
CONTAINER
Developer
Provides
Tool
Provides
Application
Platform
APPLICATION
Container Orchestrator
Serverless
Functions
FUNCTION
Application Platform
IaaS
Container Image & build
L7 Network & Routing
Logs, Metrics, Monitoring
Services Marketplace
Team, Quotas & Usage
Function scheduling
Function exec services
“more than 70 percent of new in-house
applications will be developed on an
open-source database management system,
and 50 percent of existing commercial
relational database management system
instances will have been converted or will be in
process of converting”
Gartner Predicts That By 2020 ...
Our Database Solutions
Open Source, Proven, and with 24x7 Worldwide Global Support
Pivotal Postgres
Flexible and Full Featured
ORDBMS
Pivotal Greenplum
Postgres Based Analytics at
Scale
Pivotal MySQL For
PCF
Bosh Managed MySQL
Mainframe Migration Success “Imperatives”
2. Phased Delivery Pivotal Approach
Deliver Incremental Returns.Target a Vertical Slice. Modernize Modules That
Underpin the Product Initiative.
1. Extract Value from existing deployments
Unlock APIs and data using zOS Connect products and reduce cost with zip,
zaap processors. Migrate easier online workloads first. Strangle the mainframe
3. Address Data and People
Be Kind to the mainframers. Take the opportunity to change data models if it
makes sense. Make the Mainframers champions of your cutover.
4. One size does not fit all
Mainframe portfolio rationalization is key. Leverage different approaches based
on business and technical outcomes desired. FOCUS!!
Cost SavingsFaster Releases Reduce RiskStable SoftwareGet to Scale
Services is how we deliver outcomes
Expert
Guidance
___
Our experts will work
with your team to
show them how and
transfer our best
practices & methods.
Cultural
Transformation
___
Demonstrate new
ways of working,
processes and
approaches in a
hands-on
environment.
Personalized
Engagement
___
Meet you where you
are and work on real
engagements
Successful
Delivery
___
We help you align
work to support
business initiatives
and then deliver.
Sustainability
___
We help you sustain
success and advise
you on how to scale.
Outcomes
Enabling your team and strategy
through pairing and working code.
● Existing Apps Running on PCF
● Measured, Specific ROI
● Sunset Current Licensing
● Established Patterns for
Subsequent Migration Work
● New Operational Efficiencies
● Migration Strategy Refinements
● Skills Enablement
Scope
We pair with your people and work
against a backlog that you prioritize.
● Agile Assessment
● Modernize Apps in Dev Pairs
● Establish Interop Patterns
● Build Automated Pipelines
● Transition Apps Quickly;
Increase Velocity Over Time
● Cookbook of Patterns
● OTJ Skills Enablement
TYPICAL FOCUS AREAS WHAT TO EXPECT
Pivotal AppTx Take the Next Step
SMALL TEAMS
FIXED TIMELINE
Use Real Work to
Inform Your Strategy by
Moving, Modernizing
and Improving Existing
Apps While Learning
https://pivotal.io/application-transformation
Transforming how the world builds software
© Copyright 2019 Pivotal Software, Inc. All rights Reserved.

More Related Content

What's hot

Modernizing Our Data Platform
Modernizing Our Data PlatformModernizing Our Data Platform
Modernizing Our Data Platformaccenture
 
Driving change, leading with the SAP®ecosystem
Driving change, leading with the SAP®ecosystemDriving change, leading with the SAP®ecosystem
Driving change, leading with the SAP®ecosystemaccenture
 
Defining Your Cloud Strategy
Defining Your Cloud StrategyDefining Your Cloud Strategy
Defining Your Cloud StrategyInternap
 
Data Mesh for Dinner
Data Mesh for DinnerData Mesh for Dinner
Data Mesh for DinnerKent Graziano
 
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...Amazon Web Services
 
Azure cloud migration simplified
Azure cloud migration simplifiedAzure cloud migration simplified
Azure cloud migration simplifiedGirlo
 
Cloud migration strategies
Cloud migration strategiesCloud migration strategies
Cloud migration strategiesSogetiLabs
 
Architect’s Open-Source Guide for a Data Mesh Architecture
Architect’s Open-Source Guide for a Data Mesh ArchitectureArchitect’s Open-Source Guide for a Data Mesh Architecture
Architect’s Open-Source Guide for a Data Mesh ArchitectureDatabricks
 
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudCloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudNew Relic
 
The People Model and Cloud Transformation | AWS Public Sector Summit 2016
The People Model and Cloud Transformation | AWS Public Sector Summit 2016The People Model and Cloud Transformation | AWS Public Sector Summit 2016
The People Model and Cloud Transformation | AWS Public Sector Summit 2016Amazon Web Services
 
A Practical Guide to Cloud Migration
A Practical Guide to Cloud MigrationA Practical Guide to Cloud Migration
A Practical Guide to Cloud MigrationAlaina Carter
 
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud Steps
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud StepsAccelerate Cloud Migration to AWS Cloud with Cognizant Cloud Steps
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud StepsAmazon Web Services
 
Considerations for your Cloud Journey
Considerations for your Cloud JourneyConsiderations for your Cloud Journey
Considerations for your Cloud JourneyAmazon Web Services
 
Cloud Migration: Cloud Readiness Assessment Case Study
Cloud Migration: Cloud Readiness Assessment Case StudyCloud Migration: Cloud Readiness Assessment Case Study
Cloud Migration: Cloud Readiness Assessment Case StudyCAST
 
How to Use a Semantic Layer to Deliver Actionable Insights at Scale
How to Use a Semantic Layer to Deliver Actionable Insights at ScaleHow to Use a Semantic Layer to Deliver Actionable Insights at Scale
How to Use a Semantic Layer to Deliver Actionable Insights at ScaleDATAVERSITY
 
Modernizing our data platform
Modernizing our data platformModernizing our data platform
Modernizing our data platformaccenture
 
Mass Migration Strategy - A Key Step in the Enterprise Transformation - AWS C...
Mass Migration Strategy - A Key Step in the Enterprise Transformation - AWS C...Mass Migration Strategy - A Key Step in the Enterprise Transformation - AWS C...
Mass Migration Strategy - A Key Step in the Enterprise Transformation - AWS C...AWS Germany
 
Azure Migration Program Pitch Deck
Azure Migration Program Pitch DeckAzure Migration Program Pitch Deck
Azure Migration Program Pitch DeckNicholas Vossburg
 
Legacy application modernization with microsoft azure
Legacy application modernization with microsoft azureLegacy application modernization with microsoft azure
Legacy application modernization with microsoft azureOptiSol Business Solutions
 

What's hot (20)

Modernizing Our Data Platform
Modernizing Our Data PlatformModernizing Our Data Platform
Modernizing Our Data Platform
 
Driving change, leading with the SAP®ecosystem
Driving change, leading with the SAP®ecosystemDriving change, leading with the SAP®ecosystem
Driving change, leading with the SAP®ecosystem
 
Defining Your Cloud Strategy
Defining Your Cloud StrategyDefining Your Cloud Strategy
Defining Your Cloud Strategy
 
Data Mesh for Dinner
Data Mesh for DinnerData Mesh for Dinner
Data Mesh for Dinner
 
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
 
Azure cloud migration simplified
Azure cloud migration simplifiedAzure cloud migration simplified
Azure cloud migration simplified
 
Cloud migration strategies
Cloud migration strategiesCloud migration strategies
Cloud migration strategies
 
Architect’s Open-Source Guide for a Data Mesh Architecture
Architect’s Open-Source Guide for a Data Mesh ArchitectureArchitect’s Open-Source Guide for a Data Mesh Architecture
Architect’s Open-Source Guide for a Data Mesh Architecture
 
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudCloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
 
The People Model and Cloud Transformation | AWS Public Sector Summit 2016
The People Model and Cloud Transformation | AWS Public Sector Summit 2016The People Model and Cloud Transformation | AWS Public Sector Summit 2016
The People Model and Cloud Transformation | AWS Public Sector Summit 2016
 
Building your Cloud Strategy
Building your Cloud StrategyBuilding your Cloud Strategy
Building your Cloud Strategy
 
A Practical Guide to Cloud Migration
A Practical Guide to Cloud MigrationA Practical Guide to Cloud Migration
A Practical Guide to Cloud Migration
 
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud Steps
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud StepsAccelerate Cloud Migration to AWS Cloud with Cognizant Cloud Steps
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud Steps
 
Considerations for your Cloud Journey
Considerations for your Cloud JourneyConsiderations for your Cloud Journey
Considerations for your Cloud Journey
 
Cloud Migration: Cloud Readiness Assessment Case Study
Cloud Migration: Cloud Readiness Assessment Case StudyCloud Migration: Cloud Readiness Assessment Case Study
Cloud Migration: Cloud Readiness Assessment Case Study
 
How to Use a Semantic Layer to Deliver Actionable Insights at Scale
How to Use a Semantic Layer to Deliver Actionable Insights at ScaleHow to Use a Semantic Layer to Deliver Actionable Insights at Scale
How to Use a Semantic Layer to Deliver Actionable Insights at Scale
 
Modernizing our data platform
Modernizing our data platformModernizing our data platform
Modernizing our data platform
 
Mass Migration Strategy - A Key Step in the Enterprise Transformation - AWS C...
Mass Migration Strategy - A Key Step in the Enterprise Transformation - AWS C...Mass Migration Strategy - A Key Step in the Enterprise Transformation - AWS C...
Mass Migration Strategy - A Key Step in the Enterprise Transformation - AWS C...
 
Azure Migration Program Pitch Deck
Azure Migration Program Pitch DeckAzure Migration Program Pitch Deck
Azure Migration Program Pitch Deck
 
Legacy application modernization with microsoft azure
Legacy application modernization with microsoft azureLegacy application modernization with microsoft azure
Legacy application modernization with microsoft azure
 

Similar to How to Migrate Applications Off a Mainframe

Technology insights: Decision Science Platform
Technology insights: Decision Science PlatformTechnology insights: Decision Science Platform
Technology insights: Decision Science PlatformDecision Science Community
 
Cloud native fundamentals
Cloud native fundamentalsCloud native fundamentals
Cloud native fundamentalsVictor Morales
 
Application Migration: How to Start, Scale and Succeed
Application Migration: How to Start, Scale and SucceedApplication Migration: How to Start, Scale and Succeed
Application Migration: How to Start, Scale and SucceedVMware Tanzu
 
Securing the Cloud Native stack
Securing the Cloud Native stackSecuring the Cloud Native stack
Securing the Cloud Native stackHector Tapia
 
Application Modernisation with PKS
Application Modernisation with PKSApplication Modernisation with PKS
Application Modernisation with PKSPhil Reay
 
Application Modernisation with PKS
Application Modernisation with PKSApplication Modernisation with PKS
Application Modernisation with PKSPhil Reay
 
Securing the Cloud Native Stack
Securing the Cloud Native StackSecuring the Cloud Native Stack
Securing the Cloud Native StackApcera
 
A DevOps adoption playbook- achieving business value at scale
A DevOps adoption playbook- achieving business value at scaleA DevOps adoption playbook- achieving business value at scale
A DevOps adoption playbook- achieving business value at scaleSanjeev Sharma
 
Automation, Audits, and Apps Tour
Automation, Audits, and Apps TourAutomation, Audits, and Apps Tour
Automation, Audits, and Apps TourChef
 
Contino Webinar - Migrating your Trading Workloads to the Cloud
Contino Webinar -  Migrating your Trading Workloads to the CloudContino Webinar -  Migrating your Trading Workloads to the Cloud
Contino Webinar - Migrating your Trading Workloads to the CloudBen Saunders
 
DevOps on Oracle Cloud
DevOps on Oracle CloudDevOps on Oracle Cloud
DevOps on Oracle CloudMee Nam Lee
 
SoCal DevOps Meetup 1/26/2017 - Habitat by Chef
SoCal DevOps Meetup 1/26/2017 - Habitat by ChefSoCal DevOps Meetup 1/26/2017 - Habitat by Chef
SoCal DevOps Meetup 1/26/2017 - Habitat by ChefTrevor Hess
 
Azure App Modernization
Azure App ModernizationAzure App Modernization
Azure App ModernizationPhi Huynh
 
Disruptive Trends in Application Development
Disruptive Trends in Application DevelopmentDisruptive Trends in Application Development
Disruptive Trends in Application DevelopmentWaveMaker, Inc.
 
We are drowning in complexity—can we do better?
We are drowning in complexity—can we do better?We are drowning in complexity—can we do better?
We are drowning in complexity—can we do better?Jonas Bonér
 
How to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform InnovationHow to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform InnovationClaudia Ring
 
DevOps LA Meetup Intro to Habitat
DevOps LA Meetup Intro to HabitatDevOps LA Meetup Intro to Habitat
DevOps LA Meetup Intro to HabitatJessica DeVita
 

Similar to How to Migrate Applications Off a Mainframe (20)

Technology insights: Decision Science Platform
Technology insights: Decision Science PlatformTechnology insights: Decision Science Platform
Technology insights: Decision Science Platform
 
Cloud native fundamentals
Cloud native fundamentalsCloud native fundamentals
Cloud native fundamentals
 
Application Migration: How to Start, Scale and Succeed
Application Migration: How to Start, Scale and SucceedApplication Migration: How to Start, Scale and Succeed
Application Migration: How to Start, Scale and Succeed
 
Securing the Cloud Native stack
Securing the Cloud Native stackSecuring the Cloud Native stack
Securing the Cloud Native stack
 
Application Modernisation with PKS
Application Modernisation with PKSApplication Modernisation with PKS
Application Modernisation with PKS
 
Application Modernisation with PKS
Application Modernisation with PKSApplication Modernisation with PKS
Application Modernisation with PKS
 
Securing the Cloud Native Stack
Securing the Cloud Native StackSecuring the Cloud Native Stack
Securing the Cloud Native Stack
 
A DevOps adoption playbook- achieving business value at scale
A DevOps adoption playbook- achieving business value at scaleA DevOps adoption playbook- achieving business value at scale
A DevOps adoption playbook- achieving business value at scale
 
Automation, Audits, and Apps Tour
Automation, Audits, and Apps TourAutomation, Audits, and Apps Tour
Automation, Audits, and Apps Tour
 
Contino Webinar - Migrating your Trading Workloads to the Cloud
Contino Webinar -  Migrating your Trading Workloads to the CloudContino Webinar -  Migrating your Trading Workloads to the Cloud
Contino Webinar - Migrating your Trading Workloads to the Cloud
 
DevOps on Oracle Cloud
DevOps on Oracle CloudDevOps on Oracle Cloud
DevOps on Oracle Cloud
 
SoCal DevOps Meetup 1/26/2017 - Habitat by Chef
SoCal DevOps Meetup 1/26/2017 - Habitat by ChefSoCal DevOps Meetup 1/26/2017 - Habitat by Chef
SoCal DevOps Meetup 1/26/2017 - Habitat by Chef
 
Azure App Modernization
Azure App ModernizationAzure App Modernization
Azure App Modernization
 
Disruptive Trends in Application Development
Disruptive Trends in Application DevelopmentDisruptive Trends in Application Development
Disruptive Trends in Application Development
 
We are drowning in complexity—can we do better?
We are drowning in complexity—can we do better?We are drowning in complexity—can we do better?
We are drowning in complexity—can we do better?
 
How to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform InnovationHow to Balance System Speed and Risk for Multi-Platform Innovation
How to Balance System Speed and Risk for Multi-Platform Innovation
 
Smarter Retail
Smarter RetailSmarter Retail
Smarter Retail
 
Legacy Migration Overview
Legacy Migration OverviewLegacy Migration Overview
Legacy Migration Overview
 
Legacy Migration
Legacy MigrationLegacy Migration
Legacy Migration
 
DevOps LA Meetup Intro to Habitat
DevOps LA Meetup Intro to HabitatDevOps LA Meetup Intro to Habitat
DevOps LA Meetup Intro to Habitat
 

More from VMware Tanzu

What AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItWhat AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItVMware Tanzu
 
Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023VMware Tanzu
 
Enhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleEnhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleVMware Tanzu
 
Spring Update | July 2023
Spring Update | July 2023Spring Update | July 2023
Spring Update | July 2023VMware Tanzu
 
Platforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductPlatforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductVMware Tanzu
 
Building Cloud Ready Apps
Building Cloud Ready AppsBuilding Cloud Ready Apps
Building Cloud Ready AppsVMware Tanzu
 
Spring Boot 3 And Beyond
Spring Boot 3 And BeyondSpring Boot 3 And Beyond
Spring Boot 3 And BeyondVMware Tanzu
 
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfSpring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfVMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023VMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023VMware Tanzu
 
tanzu_developer_connect.pptx
tanzu_developer_connect.pptxtanzu_developer_connect.pptx
tanzu_developer_connect.pptxVMware Tanzu
 
Tanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchTanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchVMware Tanzu
 
Tanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishTanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishVMware Tanzu
 
Virtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVirtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVMware Tanzu
 
Tanzu Developer Connect - French
Tanzu Developer Connect - FrenchTanzu Developer Connect - French
Tanzu Developer Connect - FrenchVMware Tanzu
 
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023VMware Tanzu
 
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootSpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootVMware Tanzu
 
SpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerSpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerVMware Tanzu
 
SpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeSpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeVMware Tanzu
 
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsSpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsVMware Tanzu
 

More from VMware Tanzu (20)

What AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About ItWhat AI Means For Your Product Strategy And What To Do About It
What AI Means For Your Product Strategy And What To Do About It
 
Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023Make the Right Thing the Obvious Thing at Cardinal Health 2023
Make the Right Thing the Obvious Thing at Cardinal Health 2023
 
Enhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at ScaleEnhancing DevEx and Simplifying Operations at Scale
Enhancing DevEx and Simplifying Operations at Scale
 
Spring Update | July 2023
Spring Update | July 2023Spring Update | July 2023
Spring Update | July 2023
 
Platforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a ProductPlatforms, Platform Engineering, & Platform as a Product
Platforms, Platform Engineering, & Platform as a Product
 
Building Cloud Ready Apps
Building Cloud Ready AppsBuilding Cloud Ready Apps
Building Cloud Ready Apps
 
Spring Boot 3 And Beyond
Spring Boot 3 And BeyondSpring Boot 3 And Beyond
Spring Boot 3 And Beyond
 
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdfSpring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
Spring Cloud Gateway - SpringOne Tour 2023 Charles Schwab.pdf
 
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
Simplify and Scale Enterprise Apps in the Cloud | Boston 2023
 
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
Simplify and Scale Enterprise Apps in the Cloud | Seattle 2023
 
tanzu_developer_connect.pptx
tanzu_developer_connect.pptxtanzu_developer_connect.pptx
tanzu_developer_connect.pptx
 
Tanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - FrenchTanzu Virtual Developer Connect Workshop - French
Tanzu Virtual Developer Connect Workshop - French
 
Tanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - EnglishTanzu Developer Connect Workshop - English
Tanzu Developer Connect Workshop - English
 
Virtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - EnglishVirtual Developer Connect Workshop - English
Virtual Developer Connect Workshop - English
 
Tanzu Developer Connect - French
Tanzu Developer Connect - FrenchTanzu Developer Connect - French
Tanzu Developer Connect - French
 
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
Simplify and Scale Enterprise Apps in the Cloud | Dallas 2023
 
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring BootSpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
SpringOne Tour: Deliver 15-Factor Applications on Kubernetes with Spring Boot
 
SpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software EngineerSpringOne Tour: The Influential Software Engineer
SpringOne Tour: The Influential Software Engineer
 
SpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs PracticeSpringOne Tour: Domain-Driven Design: Theory vs Practice
SpringOne Tour: Domain-Driven Design: Theory vs Practice
 
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense SolutionsSpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
SpringOne Tour: Spring Recipes: A Collection of Common-Sense Solutions
 

Recently uploaded

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 

Recently uploaded (20)

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 

How to Migrate Applications Off a Mainframe

  • 1. © Copyright 2019 Pivotal Software, Inc. All rights Reserved. Rohit Kelapure rkelapure@pivotal.io @rkela Pivotal Principal Solutions Architect - Pivotal Labs AppTx How to Migrate Applications Off a Mainframe
  • 2. ● How to decide what to modernize first by looking at business requirements AND the existing codebase ● How to take a test-driven approach to minimize risks in decomposing the mainframe application ● What to use as a replacement or evolution of mainframe schedulers ● How to include COBOL and other mainframe developers in the process to retain institutional knowledge and defuse project detractors ● How to replatform mainframe applications to the cloud leveraging a spectrum of techniques Ah, the mainframe. Peel back many transactional business applications at any enterprise and you’ll find a mainframe application under there. It’s often where the crown jewels of the business’ data and core transactions are processed. The tooling for these applications is dated and new code is infrequent, but moving off is seen as risky. No one. Wants. To. Touch. Mainframes. But mainframe applications don’t have to be the electric third rail. Modernizing, even pieces of those mainframe workloads into modern frameworks on modern platforms, has huge payoffs. Developers can gain all the productivity benefits of modern tooling. Not to mention the scaling, security, and cost benefits. So, how do you get started modernizing applications off a mainframe? Join Rohit Kelapure, Consulting Practice Lead at Pivotal, as he shares lessons from projects with enterprises to move workloads off of mainframes. https://www.brighttalk.com/webcast/14891/352286/how-to-migrate-applic ations-off-a-mainframe
  • 3. We are a team of consulting experts that jumpstart cloud journeys and quickly show measured wins. We use simple tools, start small and scale fast to redefine current systems and achieve cloud native speed, resiliency and economics.
  • 4. What We See • Old Application Logic - Poor Documentation • COBOL, PL/I, Assembler, JCL, Easytreve, IDMS, DB2, IMS and the list goes on ... • Tightly Coupled and Brittle Architecture • Expensive Licensing and Maintenance • Rehosting and Batch Offload Approaches • Genuine Desire to Modernize … But How?!
  • 5.
  • 7. Mainframe Migration Approaches Option What it Means Rewrite Migrate the data off the mainframe and completely rewrite the business processes in modern frameworks. Change the source language of the original application, for example, from COBOL or Natural to Java or C#. Rehost “Lift and Shift” the applications and data from the mainframe to Unix or Windows with interface emulation or automatic code translation tools. ReInterface Keep the business logic on the mainframe in its present form, but unlock them by exposing via REST APIs and Web Services. Replace/Retire Replace the business processes with packaged applications such as SAP, PeopleSoft, and Oracle. This involves gap analysis and data conversion. Take an inventory of applications and retire those that no longer serve a purpose.
  • 9. Replatforming > Automated Code Translation Pivotal - Modern Systems Whitepaper http://bit.ly/pvtl-ms Modernization Journey of Mainframe
  • 10. COBOL on Pivotal Cloud Foundry with Microfocus Visual COBOL Brings first class OO support to COBOL language Transparent interop between Visual COBOL and legacy code and JVM or .NET languages Provide friendly APIs to legacy code Enables devs to use familiar tooling Proprietary Micro Focus technology Extract COBOL that represents useful business rules and use with minimal change. Create test suites for your business rules Rewrite/refactor the ones where you have the most change Credit-Service-1. 0.jar BusinessSyste m InteropLayer CreditServiceSpring boot Visual COBOL COBOL WebServer Request 1 Request 2 StatementContr oller StatementContr oller MonthlyStateme nt MonthlyStateme nt Run-Unit 1 Legacy COBOL Run-Unit 2 Legacy COBOL
  • 11. Continous Modernization Approaches NTT Data Transfromation Mapping Process NTT Data Continous Modernization Process
  • 12. What We Believe • Automated Analysis to Understand • Find a Tops-Down Initiative • Slice Vertically, Modernize Incrementally • Automate Everything You Can • Build Skills by Pairing and Doing • Let Real Work Inform Strategy
  • 13. The Pivotal Approach BUILD PRODUCT CO-LOCATE YOUR PEOPLE AT PIVOTAL LABS; LEARN CLOUD NATIVE PRACTICES AS WE BUILD SOFTWARE TOGETHER MODERNIZE AND STREAMLINE INCREMENTALLY MODERNIZE SYSTEMS THAT UNDERPIN THE PRODUCT ● Find a Product Opportunity ● Use the Pivotal Way ○ Pairing, Balanced Teams, TDD, etc. ● Target a Cloud Native Platform, Use Modern Practices and OSS ● Frame a Tactical Plan; Use Tooling to Understand Current State ● Deliver Incremental Returns ○ Target a Vertical Slice ○ Modernize Modules That Underpin the Product Initiative
  • 14. Understand Current State Code Scanning and Automated Assessment Tooling Insight Derived from Current Application Architecture
  • 15. Sample Assessment Views Clone Metrics Naming Sub System Call Graph Accurate code metrics are critical to understanding effort and cost Duplicate code can decrease effort and provide insights into the unintended design Source code naming conventions can inform all other views Sub-systems revealed through network analysis help to review incremental opportunities Reveals interdependencies and code structure Cloud anti-pattern What elements of the legacy code will pose problems moving to cloud Composition Function composition drives the understanding of fit-for-purpose solutions
  • 18. What we’ve learned ➔ Events are the language bridge to the business ➔ This method of identifying bounded contexts is a secret to decoupled architecture ➔ “Tell don’t ask”
  • 19. Completing the Journey IBM App Cache App Win? Microservices Event-driven Microservices AppAppApp AppAppApp AppAppApp
  • 20. Migrating zOS Batch to Distributed Spring Batch provides a physical implementation of the layers, components and technical services commonly found in robust systems used to address the creation batch applications, with the infrastructure and extensions to address very complex processing needs
  • 21. Why us? We have great experience.
  • 22. Systemization > Methodology and Techniques • Portfolio level goals definition • Define Measures • Discuss timeline, staffing, risk, dependencies, etc. • Automated Data Collection • Research and MVP Definition • Architecture Design • Backlog Definition • One-week iterations • Hands-on code within 2-3 days • 1s to 10s of apps moved in 1s of weeks • Working code used to inform a cookbook of patterns Iterative Project Execution Boris Event Storming OKRs Slice Analysis Snap / SnapE Patterns Discovery & Framing Scoping Ongoing Delivery Cycle We deliver working code via replatformed apps and modernized slices that prove out patterns Value Stream We work on a fixed timeline and spin this wheel many times, using the techniques as necessary Fixed Timeline Engagement Supported by a Paired Team
  • 23. What Does it Look Like?
  • 24. The engine on the mainframe was difficult to scale at short notice with rising transaction costs and dwindling mainframe SMEs. We built a distributed event driven engine with .NET core and Steeltoe on PAS using Linux stem cells. We overcame challenges by leveraging domain driven design, XP, & 15 factors cloud native development. We realized strong performance SLAs with blue-green deployments. We had a decades old monolith that processed 3rd party data was complex, lacked operational transparency and creaking under its own weight. Adding new reports required elaborate analysis and heavy regression testing resulting in long delivery cycles. We made the system flexible in a cloud environment with an event-driven architecture that allowed us to add new reports easily with enhanced operational visibility. We Transformed and So Can You!
  • 25. Why us? We Have The Platform
  • 26. Consistent Market Shift Towards Open Source
  • 27. Push Toward Modern Cloud Models Hardware IaaS Container Orchestrator Application Platform Serverless Functions Strategic Goal: Push as many workloads as technically feasible to the top of the platform hierarchy Higher flexibility, lower standards enforcement Lower development complexity and higher operational efficiency
  • 28. Think to the Future: Choose the Right Tool for the Job Container Orchestrator Container Scheduling Primitives for Network, Routing, Logs & Metrics CONTAINER Developer Provides Tool Provides Application Platform APPLICATION Container Orchestrator Serverless Functions FUNCTION Application Platform IaaS Container Image & build L7 Network & Routing Logs, Metrics, Monitoring Services Marketplace Team, Quotas & Usage Function scheduling Function exec services
  • 29. “more than 70 percent of new in-house applications will be developed on an open-source database management system, and 50 percent of existing commercial relational database management system instances will have been converted or will be in process of converting” Gartner Predicts That By 2020 ...
  • 30. Our Database Solutions Open Source, Proven, and with 24x7 Worldwide Global Support Pivotal Postgres Flexible and Full Featured ORDBMS Pivotal Greenplum Postgres Based Analytics at Scale Pivotal MySQL For PCF Bosh Managed MySQL
  • 31. Mainframe Migration Success “Imperatives” 2. Phased Delivery Pivotal Approach Deliver Incremental Returns.Target a Vertical Slice. Modernize Modules That Underpin the Product Initiative. 1. Extract Value from existing deployments Unlock APIs and data using zOS Connect products and reduce cost with zip, zaap processors. Migrate easier online workloads first. Strangle the mainframe 3. Address Data and People Be Kind to the mainframers. Take the opportunity to change data models if it makes sense. Make the Mainframers champions of your cutover. 4. One size does not fit all Mainframe portfolio rationalization is key. Leverage different approaches based on business and technical outcomes desired. FOCUS!!
  • 32. Cost SavingsFaster Releases Reduce RiskStable SoftwareGet to Scale Services is how we deliver outcomes Expert Guidance ___ Our experts will work with your team to show them how and transfer our best practices & methods. Cultural Transformation ___ Demonstrate new ways of working, processes and approaches in a hands-on environment. Personalized Engagement ___ Meet you where you are and work on real engagements Successful Delivery ___ We help you align work to support business initiatives and then deliver. Sustainability ___ We help you sustain success and advise you on how to scale.
  • 33.
  • 34. Outcomes Enabling your team and strategy through pairing and working code. ● Existing Apps Running on PCF ● Measured, Specific ROI ● Sunset Current Licensing ● Established Patterns for Subsequent Migration Work ● New Operational Efficiencies ● Migration Strategy Refinements ● Skills Enablement Scope We pair with your people and work against a backlog that you prioritize. ● Agile Assessment ● Modernize Apps in Dev Pairs ● Establish Interop Patterns ● Build Automated Pipelines ● Transition Apps Quickly; Increase Velocity Over Time ● Cookbook of Patterns ● OTJ Skills Enablement TYPICAL FOCUS AREAS WHAT TO EXPECT Pivotal AppTx Take the Next Step SMALL TEAMS FIXED TIMELINE Use Real Work to Inform Your Strategy by Moving, Modernizing and Improving Existing Apps While Learning https://pivotal.io/application-transformation
  • 35. Transforming how the world builds software © Copyright 2019 Pivotal Software, Inc. All rights Reserved.