SlideShare a Scribd company logo
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
ITM216
Deployment Options with Business Continuity for
SAP HANA (HA and DR)(update 1.11.2016)
Tomas KROJZL, SAP HANA Distinguished Engineer, SAP Mentor
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
2
Disclaimer
This presentation is based on official IBM and SAP information however it is not
representing official position of IBM nor SAP and does not contain statements about
future direction. Content of this presentation is based on personal view and
experience of presenter and cannot be associated with IBM or SAP corporations.
This document is provided without a warranty of any kind, either express or implied,
including but not limited to, the implied warranties of merchantability, fitness for a
particular purpose, or non-infringement. IBM nor SAP assumes no responsibility for
content of this document.
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Agenda
3
• Introduction into Business Continuity
• SAP HANA Host Auto-Failover
• SAP HANA System Replication
• Comparison of Individual Options
• Typical Deployment Options
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Availability Considerations
4
• Availability can be measured on different
levels in the stack
• It can include planned downtime
(maintenances) or can be based only on
unplanned downtime (outages)
• Period against which the availability is
measured (monthly versus yearly) –
important if “mean time between failures”
(MTBF) is more than one monthSAP HANA
Operating System
SUSE Linux Enterprise Server for SAP
Red Hat Enterprise Linux for SAP HANA
Server HW
Internal
Network
Storage
Subsystem
Application
e.g. SAP NetWeaver
Business Process
Database Level
Operating System Level
Application Level
Business Process Level
Infrastructure Level
Unplanned Downtime
(outages)
Planned Downtime
(maintenances)
?
Availability % 99% 99.5% 99.8% 99.9%
Downtime per year 3.65 day 1.83 days 17.5 hour 8.76 hour
Downtime per month 7.20 hour 3.60 hour 86.2 min 43.8 min
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
“Outage Duration”
Recovery Time
Objective (RTO)
is saying how fast you can
recover from an outage
“Data Loss Period”
Recovery Period
Objective (RPO)
is saying how much data
can be lost during recovery
Important Business Continuity KPIs
• Maximum targeted duration of time within which
business process must be restored after disruption
• Can include investigation time, recovery time itself,
testing and communication to the users
5
Recovery Time Objective (RTO)
• Maximum targeted time period in which data might
be lost as a result of disruption
• Only loss of committed transactions is taken into
account (loss of incomplete transactions is not taken
into account)
Recovery Point Objective (RPO)
Backup
Backup
Recovery
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
SAP HANA Business Continuity
• Protection against single server failure
• Hardware failure (e.g. CPU failure)
• Software malfunction (e.g. OS crash)
• Typically inside same location
• Goal is to stay close to the rest of the
customer landscape (bandwidth, latency)
6
• Protection against Data Center failure
• Natural disasters (e.g. floods, earthquakes)
• Man made disasters (e.g. riots, terrorism)
• Typically against other location
• Goal is to move whole customer landscape to
new location (Data Center)
• Different requirements on “safe distance” (next
city versus different continent)
Availability (incl. High Availability) Disaster Recovery
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
SAP HANA Business Continuity
• SAP HANA Host Auto-Failover
• Approach based on +1 node (might be up to +3)
• Additional nodes CANNOT be used for non-prod
• SAP HANA System Replication
• Additional compatible environment required
• Additional nodes CAN be used for non-prod
• Failover can be automated for single-node
• VMware High Availability (Infrastructure Level)
7
• Passive Spare (Backup/Restore)
• Backups must be replicated across both sites
• SAP HANA System Replication
• Storage Replication
• Continuous replication of data between storage
subsystem on primary and secondary side
Availability Techniques Disaster Recovery Techniques
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Agenda
8
• Introduction into Business Continuity
• SAP HANA Host Auto-Failover
• SAP HANA System Replication
• Comparison of Individual Options
• Typical Deployment Options
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
9
SAP HANA Host Auto-Failover for SAP HANA Single-node
• Each SAP HANA node represents
running instance
• Only active node is having own data and
log files
• There are no data and log files on stand-
by node
• Data is written only to active node
• SQL query will retrieve data from active
node
Node 01
(active)
Node 02
(stand-by)
DB
L
SAP HANA
instance
SAP HANA
instance
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node 02
(stand-by)
Node 01
(active)
Node 01
(crashed)
SAP HANA
instance
SAP HANA
instance
10
SAP HANA Host Auto-Failover for SAP HANA Single-node
• Active node will fail (data-set is not
available anymore)
SAP HANA
instance
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node 02
(stand-by)
Node 01
(active)
Node 02
(active)
Node 01
(crashed)
SAP HANA
instance
SAP HANA
instance
10
SAP HANA Host Auto-Failover for SAP HANA Single-node
• Active node will fail (data-set is not
available anymore)
• Stand-by node will take over data and
log files of failed node and will replace it
(data-set is available again)
• SQL query can again retrieve data from
new active node
SAP HANA
instance
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
11
SAP HANA Host Auto-Failover for SAP HANA Scale-out
• Each SAP HANA node represents
running instance
• Each active node is having own data and
log files
• There are no data and log files on stand-
by node
• Data is distributed into pre-defined
locations (shared nothing architecture)
• SQL query will retrieve data from all
nodes in parallel
Node 02
(active)
SAP HANA
instance
Node 01
(active)
Node 03
(active)
Node 04
(stand-by)
DB
L
DB
L
DB
L
SAP HANA
instance
SAP HANA
instance
SAP HANA
instance
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node 02
(active)
SAP HANA
instance
Node 02
(crashed)
SAP HANA
instance
12
SAP HANA Host Auto-Failover for SAP HANA Scale-out
• One node will fail (data-set is not
complete anymore)
Node 01
(active)
Node 03
(active)
Node 04
(stand-by)
DB
L
DB
L
SAP HANA
instance
SAP HANA
instance
SAP HANA
instance
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node 02
(active)
SAP HANA
instance
Node 02
(crashed)
SAP HANA
instance
12
SAP HANA Host Auto-Failover for SAP HANA Scale-out
• One node will fail (data-set is not
complete anymore)
• Stand-by node will take over data and
log files of failed node and will replace it
(data-set is complete again)
• SQL query can again retrieve data from
all nodes in parallel
• Multiple stand-by nodes are allowed but
not common
• One stand-by node is serving as fail-over
target for any of the worker nodes – no
data preloading possible
Node 01
(active)
Node 03
(active)
Node 04
(stand-by)
Node 04
(active)
DB
L
DB
L
SAP HANA
instance
SAP HANA
instance
SAP HANA
instance
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Agenda
13
• Introduction into Business Continuity
• SAP HANA Host Auto-Failover
• SAP HANA System Replication
• Comparison of Individual Options
• Typical Deployment Options
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node B1
(replicating)
Node B2
(stand-by)
SAP HANA
instance
SAP HANA
instance
14
SAP HANA System Replication for SAP HANA Single-node
• SAP HANA System Replication needs
additional “compatible” environment
• During System Replication each primary
worker node is paired with one dedicated
node on secondary side
Node A2
(stand-by)
SAP HANA
instance
Node A1
(active)
SAP HANA
instance
DB
L
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node B1
(replicating)
SAP HANA
instance
14
SAP HANA System Replication for SAP HANA Single-node
• SAP HANA System Replication needs
additional “compatible” environment
• During System Replication each primary
worker node is paired with one dedicated
node on secondary side
• Stand-by node is not required on
secondary side
• When data is written on primary node
then related change is replicated to
secondary node
• This replication is performed on
database level
Node A2
(stand-by)
SAP HANA
instance
Node A1
(active)
SAP HANA
instance
DB
L
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node B3
(replicating)
Node B1
(replicating)
Node B2
(replicating)
Node B4
(stand-by)
SAP HANA
instance
SAP HANA
instance
SAP HANA
instance
SAP HANA
instance
15
SAP HANA System Replication for SAP HANA Scale-out
• SAP HANA System Replication needs
additional “compatible” environment
• During System Replication each primary
worker node is paired with one dedicated
node on secondary side
Node A4
(stand-by)
SAP HANA
instance
Node A3
(active)
SAP HANA
instance
DB
L
Node A1
(active)
SAP HANA
instance
DB
L
Node A2
(active)
SAP HANA
instance
DB
L
DB
L
DB
L
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node B3
(replicating)
Node B1
(replicating)
Node B2
(replicating)
SAP HANA
instance
SAP HANA
instance
SAP HANA
instance
15
SAP HANA System Replication for SAP HANA Scale-out
• SAP HANA System Replication needs
additional “compatible” environment
• During System Replication each primary
worker node is paired with one dedicated
node on secondary side
• Stand-by node is not required on
secondary side
• When data is written on primary node
then related change is replicated to
secondary node
• This replication is performed on
database level
Node A4
(stand-by)
SAP HANA
instance
Node A3
(active)
SAP HANA
instance
DB
L
Node A1
(active)
SAP HANA
instance
DB
L
Node A2
(active)
SAP HANA
instance
DB
L
DB
L
DB
L
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node B1
(replicating)
SAP HANA
instance
Node A2
(stand-by)
SAP HANA
instance
16
SAP HANA System Replication - Advantages
• Main advantages of SAP HANA System
Replication approach:
Node A1
(active)
SAP HANA
instance
DB
L
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node B1
(active)
SAP HANA
instance
Node A2
(stand-by)
SAP HANA
instance
16
SAP HANA System Replication - Advantages
• Main advantages of SAP HANA System
Replication approach:
• Secondary side can be “disconnected” to serve
different purpose – for example:
• Specialized testing
• Fast Back-out plan in case of failed change
• Near Zero Downtime Database Upgrades
Node A1
(active)
SAP HANA
instance
DB
L
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Node B1
(replicating)
SAP HANA
instance
Node B1
(repl./active)
DB
L
DB
L
Non-prod.
SAP HANA
Node A2
(stand-by)
SAP HANA
instance
16
SAP HANA System Replication - Advantages
• Main advantages of SAP HANA System
Replication approach:
• Secondary side can be “disconnected” to serve
different purpose – for example:
• Specialized testing
• Fast Back-out plan in case of failed change
• Near Zero Downtime Database Upgrades
• Non-production can be hosted on secondary
side – must be stopped in case of failover
• Protection against disk corruptions
• Can be used in various scenarios –
including Disaster Recovery or DB copy
Node A1
(active)
SAP HANA
instance
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
17
SAP HANA System Replication – Replication Modes
• Replication process is having three
important milestones
• Four different replication modes are
available
• Synchronous modes are sensitive to
network latency therefore can be used
only across small distance
• Full sync mode will stop operation on
primary system in case that secondary
system is not reachable
3. Secondary system persists
the information (I/O impact)
2. Secondary system receives
the information (network impact)
1. Primary system sends
the information
Asynchronous
Synchronous
in-memory
Synchronous
Synchronous
with full sync
RPO > 0
RPO ~ 0
RPO = 0
RPO = 0
No impact
Primary side is blocked
until secondary reconnects
Primary side may be
blocked until time-out
Impact in case that connection
between systems is lost
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
SAP HANA System Replication – Operation Modes
• Same layout of data across pages
• Full compatibility across features
• More free resources on secondary side
for non-productive system
18
• Same information but different layout
• Reduced network traffic
• Reduced takeover time
• Base for planned active-active setup
Delta Data Shipping Mode Log Replay Mode (SP11+)
Node A1
(active)
DB
L
Storage
Node B1
(replicating)
DB
L
Storage
Full Data
Delta Data
Log Entries
Shipment types:
Node A1
(active)
DB
L
Storage
Node B1
(replicating)
DB
L
Storage
Full Data
Log Entries
Shipment types:
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
SAP HANA Multitier System Replication
A » B B » C Version Use Case (example)
SYNC SYNC SP12+ Local solution for fast failover
combined with DR to nearby
location.SYNC SYNCMEM SP12+
SYNCMEM SYNC SP11+
SYNCMEM SYNCMEM SP12+
SYNC ASYNC SP07+ Local solution for fast failover
combined with DR to distant
location.SYNCMEM ASYNC SP07+
ASYNC ASYNC SP11+ Multi-level DR solution.
19
• Only supported scenario (today) - three
SAP HANA databases in “pipeline”
topology (A » B » C)
• Supported for both single-node and
scale-out deployment options
• Only listed combinations of replication
modes are possible
• Combinations of operation modes
(Delta Data Shipping and Log Replay)
are not supported
Node A
(active)
SAP HANA
instance
DB
L
Node B
(replicating)
SAP HANA
instance
DB
L
Node C
(replicating)
SAP HANA
instance
DB
L
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Agenda
20
• Introduction into Business Continuity
• SAP HANA Host Auto-Failover
• SAP HANA System Replication
• Comparison of Individual Options
• Typical Deployment Options
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Availability / High Availability - Comparison
21
High Availability scenarios
Protection against
Can decrease
planned
downtime
Operation
complexity
Approach
Cost implications
Relative
RTO
Typical
RPO
CanpassiveHW
hostnon-prod
HW
failure
OS
Failure
Failure
of one
DB node
Failure
of all DB
nodes
Single-
node
Scale-
out
Single-
node
Scale-
out
SAP HANA Host Auto-Failover
(one stand-by node)
Y Y Y N
HW, OS
only
N low N+1 medium medium medium 0 N
SAP HANA System Replication
(synchronous) - manual failover
Y Y Y Y Y Y low N+N medium high
very
high
0 Y (*1)
SAP HANA System Replication
(synchronous) - automated failover
Y Y Y Y Y (*2) Y (*2) medium N+N medium high
very
low (*3)
0 Y/N (*4)
VMware High Availability
(Infrastructure Level option)
Y partial N N HW only HW only low
Infra.
option
low low medium 0 n/a
(*1) Non-productive system will be stopped in case of failover, separate storage for non-productive system is required
(*2) Special treatment is required to prevent cluster to takeover during maintenance
(*3) Very low only in case of “Log Replay Mode” (“HotStandby” setup) – otherwise low
(*4) Non-productive system is supported only in single-node (scale-up) scenario
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Disaster Recovery - Comparison
22
(*1) Non-productive system will be stopped in case of failover, separate storage for non-productive system is required
Disaster Recovery scenarios
Checked for
consistency
Operation
complexity
Approach
Cost
implications
Relative
RTO
Typical RPO
Can passive
HW host
non-prod
Passive Spare (Backup/Restore) -
preinstalled
Y low N+N medium high hours Y (*1)
SAP HANA System replication
(synchronous)
Y low N+N medium low 0 Y (*1)
SAP HANA System replication
(asynchronous)
Y low N+N medium low
seconds /
minutes
Y (*1)
Storage Replication
(synchronous) - preinstalled
N low N+N medium low 0 Y (*1)
Storage Replication
(asynchronous) - preinstalled
N low N+N medium low
seconds /
minutes
Y (*1)
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Agenda
23
• Introduction into Business Continuity
• SAP HANA Host Auto-Failover
• SAP HANA System Replication
• Comparison of Individual Options
• Typical Deployment Options
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Business Continuity – Typical Deployment Options (Single-node)
24
active
P’
active
P
synchronous
automatic
(Pacemaker
cluster or
3rd party SW)
active
P’ Q
active
P
synchronous
automatic
(Pacemaker
cluster or
3rd party SW)
active
P’’
active
P’
asynchronous
active
P
synchronous
automatic
(Pacemaker
cluster or
3rd party SW)
manual
Location 1 Location 2
(low latency)
Location 3
(high latency)
Location 1 Location 2
(low latency)
Location 3
(high latency)
active
P’’ D
stand-by
P’’ D
active stand-by
P’ Q P’ Q
asynchronous
active sby
P P
synchronous
manual manual
active stand-by
P’ Q P’ Q
active sby
P P
synchronous
manual
active sby
P P
automatic
(HANA native)
Also referred as
“Single-node
HA cluster”
active
P’ Q
stand-by
P’ Q
asynchronous
active sby
P P
manual
Mandatory Component
P
Q
D
Optional Component
Production Node
Quality Node
Development Node
Legend:
SAP HANA System
Replication Flow
A » B B » C Version
SYNC SYNC SP12+
SYNC SYNCMEM SP12+
SYNCMEM SYNC SP11+
SYNCMEM SYNCMEM SP12+
SYNC ASYNC SP07+
SYNCMEM ASYNC SP07+
ASYNC ASYNC SP11+
Additional combinations of replication modes are possible:
(note the network latency dependencies)
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Location 1 Location 2
(low latency)
Location 3
(high latency)
Business Continuity – Typical Deployment Options (Scale-out)
25
Location 1 Location 2
(low latency)
Location 3
(high latency)
activeactive activeactive active stand-by
Q P’ Q
active sby
P
manual
synchronous
P P’
activeactive activeactive active
Q
stand-by
P’ Q
active sby
P
manual
asynchronous
P P’
activeactiveactive sby
P P
automatic
(HANA native)
Also referred as
“Scale-out
cluster with HA”
active activeactive active activeactiveactive
D
stand-by
P’’ D
active stand-by
Q P’ Q
active sby
P
manual manual
asynchronoussynchronous
P’’P’P
Mandatory Component
P
Q
D
Optional Component
Production Node
Quality Node
Development Node
Legend:
SAP HANA System
Replication Flow
A » B B » C Version
SYNC SYNC SP12+
SYNC SYNCMEM SP12+
SYNCMEM SYNC SP11+
SYNCMEM SYNCMEM SP12+
SYNC ASYNC SP07+
SYNCMEM ASYNC SP07+
ASYNC ASYNC SP11+
Additional combinations of replication modes are possible:
(note the network latency dependencies)
activeactive activeactive active sby
P’
active sby
P
automatic
(Pacemaker
cluster or
3rd party SW)
synchronous
P P’
mm
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Additional Materials (1/3)
• How to Perform System Replication for SAP HANA
https://scn.sap.com/docs/DOC-47702
• FAQ: High Availability for SAP HANA
https://scn.sap.com/docs/DOC-66702
• Introduction: High Availability for SAP HANA
https://scn.sap.com/docs/DOC-65585
• High Availability for SAP HANA
https://help.sap.com/saphelp_hanaplatform/helpdata/en/6d/252d
b7cdd044d19ad85b46e6c294a4/content.htm
• High Availability and Disaster Recovery with the SAP HANA
Platform
https://open.sap.com/courses/hshd1
26
• SAP Note 1999880 - FAQ: SAP HANA System Replication
https://launchpad.support.sap.com/#/notes/1999880/E
• SAP Note 2303243 - SAP HANA Multitier System Replication –
supported replication modes between sites
https://launchpad.support.sap.com/#/notes/2303243/E
• SAP HANA Distinguished Engineer (HDE) Webinar: Overview
of SAP HANA On-Premise Deployment Options (replay)
https://scn.sap.com/community/hana-in-
memory/blog/2016/05/25/sap-hana-distinguished-engineer-hde-
webinar-overview-of-sap-hana-on-premise-deployment-options
• SAP HANA Distinguished Engineer (HDE) Webinar: Overview
of SAP HANA On-Premise Deployment Options
https://www.slideshare.net/TomasKrojzl/sap-hana-distinguished-
engineer-hde-webinar-overview-of-sap-hana-onpremise-
deployment-options
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Additional Materials (2/3)
• SAP on SUSE
https://scn.sap.com/docs/DOC-49204
• Best Practices for Mission-Critical SAP Applications
https://www.suse.com/products/sles-for-sap/resource-
library/sap-best-practices
• Automate SAP HANA System Replication with SLES for SAP
Applications
https://scn.sap.com/docs/DOC-56278
• How to Set Up SAPHanaSR in the Cost Optimized SAP HANA
SR Scenario - Part I
https://scn.sap.com/docs/DOC-65899
• How to Set Up SAPHanaSR in the Cost Optimized SAP HANA
SR Scenario - Part II
https://scn.sap.com/docs/DOC-68633
27
• SAPHanaSR-ScaleOut: Automating SAP HANA System
Replication for Scale-Out Installations with SLES for SAP
Applications
https://www.suse.com/communities/blog/saphanasr-scaleout-
automating-sap-hana-system-replication-scale-installations-sles-
sap-applications
• SAP HANA System Replication Automation (HanaSR) for
HANA Scale-Out now officially available with SLES for SAP 12
SP2
https://www.suse.com/communities/blog/sap-hana-system-
replication-automation-hanasr-hana-scale-now-officially-
available-sles-sap-12-sp2
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
Additional Materials (3/3)
• SAP HANA System Replication simplified
https://www.slideshare.net/snoopy1710/sap-hana-system-
replication-simplified
• SAP on Red Hat
https://scn.sap.com/docs/DOC-37811
• Technical Resources for SAP HANA on Red Hat
https://scn.sap.com/docs/DOC-37812
• Automated SAP HANA System Replication with Pacemaker on
RHEL Setup Guide
https://access.redhat.com/articles/1466063
28
© 2016 IBM Corporation
SAP HANA
Distinguished
Engineers
29
Tomas KROJZL
SAP HANA Architect,
SAP HANA Distinguished
Engineer,
SAP Mentor
IBM Innovation Center
Central Europe
Technicka 2995/21
616 00 Brno
Czech Republic
Mobile: +420-731-435-817
tomas_krojzl@cz.ibm.com
Twitter: @krojzl
Thank You!
Feedback
Please complete your session evaluation.

More Related Content

What's hot

SAP HANA Run and Deployment Options
SAP HANA Run and Deployment OptionsSAP HANA Run and Deployment Options
SAP HANA Run and Deployment Options
H15430
 
SAP S/4 HANA Disaster Recovery Confidence
SAP S/4 HANA Disaster Recovery ConfidenceSAP S/4 HANA Disaster Recovery Confidence
SAP S/4 HANA Disaster Recovery Confidence
Dirk Oppenkowski
 
Best Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemBest Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA System
SAPinsider Events
 
Autodesk Technical Webinar: SAP HANA in-memory database
Autodesk Technical Webinar: SAP HANA in-memory databaseAutodesk Technical Webinar: SAP HANA in-memory database
Autodesk Technical Webinar: SAP HANA in-memory database
SAP PartnerEdge program for Application Development
 
SAP HANA on Red Hat
SAP HANA on Red HatSAP HANA on Red Hat
SAP HANA on Red Hat
Debajit Banerjee
 
SAP HANA – A Technical Snapshot
SAP HANA – A Technical SnapshotSAP HANA – A Technical Snapshot
SAP HANA – A Technical Snapshot
Debajit Banerjee
 
SAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & MonitoringSAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & Monitoring
SAP Technology
 
YASH Technologies at ASUG Minnesota chapter meeting
YASH Technologies at ASUG Minnesota chapter meetingYASH Technologies at ASUG Minnesota chapter meeting
YASH Technologies at ASUG Minnesota chapter meeting
YASH Technologies
 
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
SAP Technology
 
What's new on SAP HANA Workload Management
What's new on SAP HANA Workload ManagementWhat's new on SAP HANA Workload Management
What's new on SAP HANA Workload Management
SAP Technology
 
What's new for SAP HANA SPS 11 Dynamic Tiering
What's new for SAP HANA SPS 11 Dynamic TieringWhat's new for SAP HANA SPS 11 Dynamic Tiering
What's new for SAP HANA SPS 11 Dynamic Tiering
SAP Technology
 
SAP HANA Interview questions
SAP HANA Interview questionsSAP HANA Interview questions
SAP HANA Interview questions
IT LearnMore
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- Security
SAP Technology
 
SAP HANA - Understanding the Basics
SAP HANA - Understanding the Basics SAP HANA - Understanding the Basics
SAP HANA - Understanding the Basics
Global Business Solutions SME
 
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationBW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
Linh Nguyen
 
SAP HANA SPS09 - SAP HANA Scalability
SAP HANA SPS09 - SAP HANA ScalabilitySAP HANA SPS09 - SAP HANA Scalability
SAP HANA SPS09 - SAP HANA Scalability
SAP Technology
 
SAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware PlatformsSAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware Platforms
SAP Technology
 
SAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database Containers
SAP Technology
 
What's New in SAP HANA SPS 11 DB Control Center (Operations)
What's New in SAP HANA SPS 11 DB Control Center (Operations)What's New in SAP HANA SPS 11 DB Control Center (Operations)
What's New in SAP HANA SPS 11 DB Control Center (Operations)
SAP Technology
 

What's hot (19)

SAP HANA Run and Deployment Options
SAP HANA Run and Deployment OptionsSAP HANA Run and Deployment Options
SAP HANA Run and Deployment Options
 
SAP S/4 HANA Disaster Recovery Confidence
SAP S/4 HANA Disaster Recovery ConfidenceSAP S/4 HANA Disaster Recovery Confidence
SAP S/4 HANA Disaster Recovery Confidence
 
Best Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemBest Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA System
 
Autodesk Technical Webinar: SAP HANA in-memory database
Autodesk Technical Webinar: SAP HANA in-memory databaseAutodesk Technical Webinar: SAP HANA in-memory database
Autodesk Technical Webinar: SAP HANA in-memory database
 
SAP HANA on Red Hat
SAP HANA on Red HatSAP HANA on Red Hat
SAP HANA on Red Hat
 
SAP HANA – A Technical Snapshot
SAP HANA – A Technical SnapshotSAP HANA – A Technical Snapshot
SAP HANA – A Technical Snapshot
 
SAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & MonitoringSAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & Monitoring
 
YASH Technologies at ASUG Minnesota chapter meeting
YASH Technologies at ASUG Minnesota chapter meetingYASH Technologies at ASUG Minnesota chapter meeting
YASH Technologies at ASUG Minnesota chapter meeting
 
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
What's New in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
 
What's new on SAP HANA Workload Management
What's new on SAP HANA Workload ManagementWhat's new on SAP HANA Workload Management
What's new on SAP HANA Workload Management
 
What's new for SAP HANA SPS 11 Dynamic Tiering
What's new for SAP HANA SPS 11 Dynamic TieringWhat's new for SAP HANA SPS 11 Dynamic Tiering
What's new for SAP HANA SPS 11 Dynamic Tiering
 
SAP HANA Interview questions
SAP HANA Interview questionsSAP HANA Interview questions
SAP HANA Interview questions
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- Security
 
SAP HANA - Understanding the Basics
SAP HANA - Understanding the Basics SAP HANA - Understanding the Basics
SAP HANA - Understanding the Basics
 
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & MigrationBW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
BW Migration to HANA Part 2 - SUM DMO Tool for SAP Upgrade & Migration
 
SAP HANA SPS09 - SAP HANA Scalability
SAP HANA SPS09 - SAP HANA ScalabilitySAP HANA SPS09 - SAP HANA Scalability
SAP HANA SPS09 - SAP HANA Scalability
 
SAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware PlatformsSAP HANA SPS1- SAP HANA Hardware Platforms
SAP HANA SPS1- SAP HANA Hardware Platforms
 
SAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database Containers
 
What's New in SAP HANA SPS 11 DB Control Center (Operations)
What's New in SAP HANA SPS 11 DB Control Center (Operations)What's New in SAP HANA SPS 11 DB Control Center (Operations)
What's New in SAP HANA SPS 11 DB Control Center (Operations)
 

Viewers also liked

Disaster Recovery for SAP HANA with SUSE Linux
Disaster Recovery for SAP HANA with SUSE LinuxDisaster Recovery for SAP HANA with SUSE Linux
Disaster Recovery for SAP HANA with SUSE Linux
Dirk Oppenkowski
 
SAP HANA McLaren Innovation
SAP HANA McLaren Innovation SAP HANA McLaren Innovation
SAP HANA McLaren Innovation
affectosweden
 
SAP HANA Architecture Overview | SAP HANA Tutorial
SAP HANA Architecture Overview | SAP HANA TutorialSAP HANA Architecture Overview | SAP HANA Tutorial
SAP HANA Architecture Overview | SAP HANA Tutorial
ZaranTech LLC
 
Top 10 Reasons Customers Choose SAP Business Suite powered by SAP HANA
Top 10 Reasons Customers Choose SAP Business Suite powered by SAP HANATop 10 Reasons Customers Choose SAP Business Suite powered by SAP HANA
Top 10 Reasons Customers Choose SAP Business Suite powered by SAP HANA
SAP Technology
 
HANA SPS07 App Function Library
HANA SPS07 App Function LibraryHANA SPS07 App Function Library
HANA SPS07 App Function Library
SAP Technology
 
SAP Platform & S/4 HANA - Support for Innovation
SAP Platform & S/4 HANA - Support for InnovationSAP Platform & S/4 HANA - Support for Innovation
SAP Platform & S/4 HANA - Support for Innovation
Bernhard Luecke
 
10 Golden Rules for S/4 HANA Migrations
10 Golden Rules for S/4 HANA Migrations10 Golden Rules for S/4 HANA Migrations
10 Golden Rules for S/4 HANA Migrations
Bluefin Solutions
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
SAP Technology
 
Strategic Choices in SAP S/4 HANA Deployment
Strategic Choices in SAP S/4 HANA DeploymentStrategic Choices in SAP S/4 HANA Deployment
Strategic Choices in SAP S/4 HANA Deployment
Dirk Oppenkowski
 
SAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringSAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA Monitoring
Linh Nguyen
 

Viewers also liked (10)

Disaster Recovery for SAP HANA with SUSE Linux
Disaster Recovery for SAP HANA with SUSE LinuxDisaster Recovery for SAP HANA with SUSE Linux
Disaster Recovery for SAP HANA with SUSE Linux
 
SAP HANA McLaren Innovation
SAP HANA McLaren Innovation SAP HANA McLaren Innovation
SAP HANA McLaren Innovation
 
SAP HANA Architecture Overview | SAP HANA Tutorial
SAP HANA Architecture Overview | SAP HANA TutorialSAP HANA Architecture Overview | SAP HANA Tutorial
SAP HANA Architecture Overview | SAP HANA Tutorial
 
Top 10 Reasons Customers Choose SAP Business Suite powered by SAP HANA
Top 10 Reasons Customers Choose SAP Business Suite powered by SAP HANATop 10 Reasons Customers Choose SAP Business Suite powered by SAP HANA
Top 10 Reasons Customers Choose SAP Business Suite powered by SAP HANA
 
HANA SPS07 App Function Library
HANA SPS07 App Function LibraryHANA SPS07 App Function Library
HANA SPS07 App Function Library
 
SAP Platform & S/4 HANA - Support for Innovation
SAP Platform & S/4 HANA - Support for InnovationSAP Platform & S/4 HANA - Support for Innovation
SAP Platform & S/4 HANA - Support for Innovation
 
10 Golden Rules for S/4 HANA Migrations
10 Golden Rules for S/4 HANA Migrations10 Golden Rules for S/4 HANA Migrations
10 Golden Rules for S/4 HANA Migrations
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
 
Strategic Choices in SAP S/4 HANA Deployment
Strategic Choices in SAP S/4 HANA DeploymentStrategic Choices in SAP S/4 HANA Deployment
Strategic Choices in SAP S/4 HANA Deployment
 
SAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringSAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA Monitoring
 

Similar to SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (HA and DR)

HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & Landscape
SAP Technology
 
TechTalkThai webinar SAP HANA
TechTalkThai webinar SAP HANATechTalkThai webinar SAP HANA
TechTalkThai webinar SAP HANA
Jarut Nakaramaleerat
 
TZH300_EN_COL96
TZH300_EN_COL96TZH300_EN_COL96
TZH300_EN_COL96
Sharib Tasneem
 
IBM Power & SUSE at SAPPHIRE 2016
IBM Power & SUSE at SAPPHIRE 2016IBM Power & SUSE at SAPPHIRE 2016
IBM Power & SUSE at SAPPHIRE 2016
Mike Nelson
 
Cloud advantage for sap hana
Cloud advantage for sap hanaCloud advantage for sap hana
Cloud advantage for sap hana
patmataz
 
Sap hana demo technopad
Sap hana demo technopadSap hana demo technopad
Sap hana demo technopad
Technopad Ameerpet
 
Sap HANA Training doc
Sap HANA Training doc Sap HANA Training doc
Sap HANA Training doc
Mansur Shaik
 
00- SAP-BASIS-EPSS-EN.pptx
00- SAP-BASIS-EPSS-EN.pptx00- SAP-BASIS-EPSS-EN.pptx
00- SAP-BASIS-EPSS-EN.pptx
AhmedSeid38
 
HANA
HANAHANA
5507832a c074-4013-9d49-6e58befa9c3e-161121113026
5507832a c074-4013-9d49-6e58befa9c3e-1611211130265507832a c074-4013-9d49-6e58befa9c3e-161121113026
5507832a c074-4013-9d49-6e58befa9c3e-161121113026
Krishna Kiran
 
SAP on Linux the way to S/4HANA
SAP on Linux the way to S/4HANASAP on Linux the way to S/4HANA
SAP on Linux the way to S/4HANA
Finceptum Oy
 
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
Praveen Sabbavarapu
 
Sap hana master_guide_en
Sap hana master_guide_enSap hana master_guide_en
Sap hana master_guide_en
Farrukh Yusupov
 
Optimising for SAP HANA on AWS
Optimising for SAP HANA on AWSOptimising for SAP HANA on AWS
Optimising for SAP HANA on AWS
Amazon Web Services
 
Dev207 berlin
Dev207 berlinDev207 berlin
Dev207 berlin
Wolfgang Weiss
 
Finance month closing with HANA
Finance month closing with HANAFinance month closing with HANA
Finance month closing with HANA
Douglas Bernardini
 
SAP HANA Vora SITMTY 20160707
SAP HANA Vora SITMTY 20160707SAP HANA Vora SITMTY 20160707
SAP HANA Vora SITMTY 20160707
Henrique Pinto
 
2020.04.28-ASUG_Introduction-to-Extracting-data-from-S4HANA-with-ABAP-CDS-vie...
2020.04.28-ASUG_Introduction-to-Extracting-data-from-S4HANA-with-ABAP-CDS-vie...2020.04.28-ASUG_Introduction-to-Extracting-data-from-S4HANA-with-ABAP-CDS-vie...
2020.04.28-ASUG_Introduction-to-Extracting-data-from-S4HANA-with-ABAP-CDS-vie...
blaisecheuteu1
 
Webinar: SAP HANA - Features, Architecture and Advantages
Webinar: SAP HANA - Features, Architecture and AdvantagesWebinar: SAP HANA - Features, Architecture and Advantages
Webinar: SAP HANA - Features, Architecture and Advantages
APPSeCONNECT
 
2015 04 Preparing for the SAP S/4HANA Migration
2015 04 Preparing for the SAP S/4HANA Migration2015 04 Preparing for the SAP S/4HANA Migration
2015 04 Preparing for the SAP S/4HANA Migration
Bluefin Solutions
 

Similar to SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (HA and DR) (20)

HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & Landscape
 
TechTalkThai webinar SAP HANA
TechTalkThai webinar SAP HANATechTalkThai webinar SAP HANA
TechTalkThai webinar SAP HANA
 
TZH300_EN_COL96
TZH300_EN_COL96TZH300_EN_COL96
TZH300_EN_COL96
 
IBM Power & SUSE at SAPPHIRE 2016
IBM Power & SUSE at SAPPHIRE 2016IBM Power & SUSE at SAPPHIRE 2016
IBM Power & SUSE at SAPPHIRE 2016
 
Cloud advantage for sap hana
Cloud advantage for sap hanaCloud advantage for sap hana
Cloud advantage for sap hana
 
Sap hana demo technopad
Sap hana demo technopadSap hana demo technopad
Sap hana demo technopad
 
Sap HANA Training doc
Sap HANA Training doc Sap HANA Training doc
Sap HANA Training doc
 
00- SAP-BASIS-EPSS-EN.pptx
00- SAP-BASIS-EPSS-EN.pptx00- SAP-BASIS-EPSS-EN.pptx
00- SAP-BASIS-EPSS-EN.pptx
 
HANA
HANAHANA
HANA
 
5507832a c074-4013-9d49-6e58befa9c3e-161121113026
5507832a c074-4013-9d49-6e58befa9c3e-1611211130265507832a c074-4013-9d49-6e58befa9c3e-161121113026
5507832a c074-4013-9d49-6e58befa9c3e-161121113026
 
SAP on Linux the way to S/4HANA
SAP on Linux the way to S/4HANASAP on Linux the way to S/4HANA
SAP on Linux the way to S/4HANA
 
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
507 Real-time Challenges Migration Suite on SAP HANA V2.3 - 2014
 
Sap hana master_guide_en
Sap hana master_guide_enSap hana master_guide_en
Sap hana master_guide_en
 
Optimising for SAP HANA on AWS
Optimising for SAP HANA on AWSOptimising for SAP HANA on AWS
Optimising for SAP HANA on AWS
 
Dev207 berlin
Dev207 berlinDev207 berlin
Dev207 berlin
 
Finance month closing with HANA
Finance month closing with HANAFinance month closing with HANA
Finance month closing with HANA
 
SAP HANA Vora SITMTY 20160707
SAP HANA Vora SITMTY 20160707SAP HANA Vora SITMTY 20160707
SAP HANA Vora SITMTY 20160707
 
2020.04.28-ASUG_Introduction-to-Extracting-data-from-S4HANA-with-ABAP-CDS-vie...
2020.04.28-ASUG_Introduction-to-Extracting-data-from-S4HANA-with-ABAP-CDS-vie...2020.04.28-ASUG_Introduction-to-Extracting-data-from-S4HANA-with-ABAP-CDS-vie...
2020.04.28-ASUG_Introduction-to-Extracting-data-from-S4HANA-with-ABAP-CDS-vie...
 
Webinar: SAP HANA - Features, Architecture and Advantages
Webinar: SAP HANA - Features, Architecture and AdvantagesWebinar: SAP HANA - Features, Architecture and Advantages
Webinar: SAP HANA - Features, Architecture and Advantages
 
2015 04 Preparing for the SAP S/4HANA Migration
2015 04 Preparing for the SAP S/4HANA Migration2015 04 Preparing for the SAP S/4HANA Migration
2015 04 Preparing for the SAP S/4HANA Migration
 

Recently uploaded

Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 

Recently uploaded (20)

Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 

SAP TechEd 2016 - Deployment Options with Business Continuity for SAP HANA (HA and DR)

  • 1. © 2016 IBM Corporation SAP HANA Distinguished Engineers ITM216 Deployment Options with Business Continuity for SAP HANA (HA and DR)(update 1.11.2016) Tomas KROJZL, SAP HANA Distinguished Engineer, SAP Mentor
  • 2. © 2016 IBM Corporation SAP HANA Distinguished Engineers 2 Disclaimer This presentation is based on official IBM and SAP information however it is not representing official position of IBM nor SAP and does not contain statements about future direction. Content of this presentation is based on personal view and experience of presenter and cannot be associated with IBM or SAP corporations. This document is provided without a warranty of any kind, either express or implied, including but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or non-infringement. IBM nor SAP assumes no responsibility for content of this document.
  • 3. © 2016 IBM Corporation SAP HANA Distinguished Engineers Agenda 3 • Introduction into Business Continuity • SAP HANA Host Auto-Failover • SAP HANA System Replication • Comparison of Individual Options • Typical Deployment Options
  • 4. © 2016 IBM Corporation SAP HANA Distinguished Engineers Availability Considerations 4 • Availability can be measured on different levels in the stack • It can include planned downtime (maintenances) or can be based only on unplanned downtime (outages) • Period against which the availability is measured (monthly versus yearly) – important if “mean time between failures” (MTBF) is more than one monthSAP HANA Operating System SUSE Linux Enterprise Server for SAP Red Hat Enterprise Linux for SAP HANA Server HW Internal Network Storage Subsystem Application e.g. SAP NetWeaver Business Process Database Level Operating System Level Application Level Business Process Level Infrastructure Level Unplanned Downtime (outages) Planned Downtime (maintenances) ? Availability % 99% 99.5% 99.8% 99.9% Downtime per year 3.65 day 1.83 days 17.5 hour 8.76 hour Downtime per month 7.20 hour 3.60 hour 86.2 min 43.8 min
  • 5. © 2016 IBM Corporation SAP HANA Distinguished Engineers “Outage Duration” Recovery Time Objective (RTO) is saying how fast you can recover from an outage “Data Loss Period” Recovery Period Objective (RPO) is saying how much data can be lost during recovery Important Business Continuity KPIs • Maximum targeted duration of time within which business process must be restored after disruption • Can include investigation time, recovery time itself, testing and communication to the users 5 Recovery Time Objective (RTO) • Maximum targeted time period in which data might be lost as a result of disruption • Only loss of committed transactions is taken into account (loss of incomplete transactions is not taken into account) Recovery Point Objective (RPO) Backup Backup Recovery
  • 6. © 2016 IBM Corporation SAP HANA Distinguished Engineers SAP HANA Business Continuity • Protection against single server failure • Hardware failure (e.g. CPU failure) • Software malfunction (e.g. OS crash) • Typically inside same location • Goal is to stay close to the rest of the customer landscape (bandwidth, latency) 6 • Protection against Data Center failure • Natural disasters (e.g. floods, earthquakes) • Man made disasters (e.g. riots, terrorism) • Typically against other location • Goal is to move whole customer landscape to new location (Data Center) • Different requirements on “safe distance” (next city versus different continent) Availability (incl. High Availability) Disaster Recovery
  • 7. © 2016 IBM Corporation SAP HANA Distinguished Engineers SAP HANA Business Continuity • SAP HANA Host Auto-Failover • Approach based on +1 node (might be up to +3) • Additional nodes CANNOT be used for non-prod • SAP HANA System Replication • Additional compatible environment required • Additional nodes CAN be used for non-prod • Failover can be automated for single-node • VMware High Availability (Infrastructure Level) 7 • Passive Spare (Backup/Restore) • Backups must be replicated across both sites • SAP HANA System Replication • Storage Replication • Continuous replication of data between storage subsystem on primary and secondary side Availability Techniques Disaster Recovery Techniques
  • 8. © 2016 IBM Corporation SAP HANA Distinguished Engineers Agenda 8 • Introduction into Business Continuity • SAP HANA Host Auto-Failover • SAP HANA System Replication • Comparison of Individual Options • Typical Deployment Options
  • 9. © 2016 IBM Corporation SAP HANA Distinguished Engineers 9 SAP HANA Host Auto-Failover for SAP HANA Single-node • Each SAP HANA node represents running instance • Only active node is having own data and log files • There are no data and log files on stand- by node • Data is written only to active node • SQL query will retrieve data from active node Node 01 (active) Node 02 (stand-by) DB L SAP HANA instance SAP HANA instance
  • 10. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node 02 (stand-by) Node 01 (active) Node 01 (crashed) SAP HANA instance SAP HANA instance 10 SAP HANA Host Auto-Failover for SAP HANA Single-node • Active node will fail (data-set is not available anymore) SAP HANA instance DB L
  • 11. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node 02 (stand-by) Node 01 (active) Node 02 (active) Node 01 (crashed) SAP HANA instance SAP HANA instance 10 SAP HANA Host Auto-Failover for SAP HANA Single-node • Active node will fail (data-set is not available anymore) • Stand-by node will take over data and log files of failed node and will replace it (data-set is available again) • SQL query can again retrieve data from new active node SAP HANA instance DB L
  • 12. © 2016 IBM Corporation SAP HANA Distinguished Engineers 11 SAP HANA Host Auto-Failover for SAP HANA Scale-out • Each SAP HANA node represents running instance • Each active node is having own data and log files • There are no data and log files on stand- by node • Data is distributed into pre-defined locations (shared nothing architecture) • SQL query will retrieve data from all nodes in parallel Node 02 (active) SAP HANA instance Node 01 (active) Node 03 (active) Node 04 (stand-by) DB L DB L DB L SAP HANA instance SAP HANA instance SAP HANA instance
  • 13. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node 02 (active) SAP HANA instance Node 02 (crashed) SAP HANA instance 12 SAP HANA Host Auto-Failover for SAP HANA Scale-out • One node will fail (data-set is not complete anymore) Node 01 (active) Node 03 (active) Node 04 (stand-by) DB L DB L SAP HANA instance SAP HANA instance SAP HANA instance DB L
  • 14. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node 02 (active) SAP HANA instance Node 02 (crashed) SAP HANA instance 12 SAP HANA Host Auto-Failover for SAP HANA Scale-out • One node will fail (data-set is not complete anymore) • Stand-by node will take over data and log files of failed node and will replace it (data-set is complete again) • SQL query can again retrieve data from all nodes in parallel • Multiple stand-by nodes are allowed but not common • One stand-by node is serving as fail-over target for any of the worker nodes – no data preloading possible Node 01 (active) Node 03 (active) Node 04 (stand-by) Node 04 (active) DB L DB L SAP HANA instance SAP HANA instance SAP HANA instance DB L
  • 15. © 2016 IBM Corporation SAP HANA Distinguished Engineers Agenda 13 • Introduction into Business Continuity • SAP HANA Host Auto-Failover • SAP HANA System Replication • Comparison of Individual Options • Typical Deployment Options
  • 16. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node B1 (replicating) Node B2 (stand-by) SAP HANA instance SAP HANA instance 14 SAP HANA System Replication for SAP HANA Single-node • SAP HANA System Replication needs additional “compatible” environment • During System Replication each primary worker node is paired with one dedicated node on secondary side Node A2 (stand-by) SAP HANA instance Node A1 (active) SAP HANA instance DB L DB L
  • 17. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node B1 (replicating) SAP HANA instance 14 SAP HANA System Replication for SAP HANA Single-node • SAP HANA System Replication needs additional “compatible” environment • During System Replication each primary worker node is paired with one dedicated node on secondary side • Stand-by node is not required on secondary side • When data is written on primary node then related change is replicated to secondary node • This replication is performed on database level Node A2 (stand-by) SAP HANA instance Node A1 (active) SAP HANA instance DB L DB L
  • 18. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node B3 (replicating) Node B1 (replicating) Node B2 (replicating) Node B4 (stand-by) SAP HANA instance SAP HANA instance SAP HANA instance SAP HANA instance 15 SAP HANA System Replication for SAP HANA Scale-out • SAP HANA System Replication needs additional “compatible” environment • During System Replication each primary worker node is paired with one dedicated node on secondary side Node A4 (stand-by) SAP HANA instance Node A3 (active) SAP HANA instance DB L Node A1 (active) SAP HANA instance DB L Node A2 (active) SAP HANA instance DB L DB L DB L DB L
  • 19. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node B3 (replicating) Node B1 (replicating) Node B2 (replicating) SAP HANA instance SAP HANA instance SAP HANA instance 15 SAP HANA System Replication for SAP HANA Scale-out • SAP HANA System Replication needs additional “compatible” environment • During System Replication each primary worker node is paired with one dedicated node on secondary side • Stand-by node is not required on secondary side • When data is written on primary node then related change is replicated to secondary node • This replication is performed on database level Node A4 (stand-by) SAP HANA instance Node A3 (active) SAP HANA instance DB L Node A1 (active) SAP HANA instance DB L Node A2 (active) SAP HANA instance DB L DB L DB L DB L
  • 20. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node B1 (replicating) SAP HANA instance Node A2 (stand-by) SAP HANA instance 16 SAP HANA System Replication - Advantages • Main advantages of SAP HANA System Replication approach: Node A1 (active) SAP HANA instance DB L DB L
  • 21. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node B1 (active) SAP HANA instance Node A2 (stand-by) SAP HANA instance 16 SAP HANA System Replication - Advantages • Main advantages of SAP HANA System Replication approach: • Secondary side can be “disconnected” to serve different purpose – for example: • Specialized testing • Fast Back-out plan in case of failed change • Near Zero Downtime Database Upgrades Node A1 (active) SAP HANA instance DB L DB L
  • 22. © 2016 IBM Corporation SAP HANA Distinguished Engineers Node B1 (replicating) SAP HANA instance Node B1 (repl./active) DB L DB L Non-prod. SAP HANA Node A2 (stand-by) SAP HANA instance 16 SAP HANA System Replication - Advantages • Main advantages of SAP HANA System Replication approach: • Secondary side can be “disconnected” to serve different purpose – for example: • Specialized testing • Fast Back-out plan in case of failed change • Near Zero Downtime Database Upgrades • Non-production can be hosted on secondary side – must be stopped in case of failover • Protection against disk corruptions • Can be used in various scenarios – including Disaster Recovery or DB copy Node A1 (active) SAP HANA instance DB L
  • 23. © 2016 IBM Corporation SAP HANA Distinguished Engineers 17 SAP HANA System Replication – Replication Modes • Replication process is having three important milestones • Four different replication modes are available • Synchronous modes are sensitive to network latency therefore can be used only across small distance • Full sync mode will stop operation on primary system in case that secondary system is not reachable 3. Secondary system persists the information (I/O impact) 2. Secondary system receives the information (network impact) 1. Primary system sends the information Asynchronous Synchronous in-memory Synchronous Synchronous with full sync RPO > 0 RPO ~ 0 RPO = 0 RPO = 0 No impact Primary side is blocked until secondary reconnects Primary side may be blocked until time-out Impact in case that connection between systems is lost
  • 24. © 2016 IBM Corporation SAP HANA Distinguished Engineers SAP HANA System Replication – Operation Modes • Same layout of data across pages • Full compatibility across features • More free resources on secondary side for non-productive system 18 • Same information but different layout • Reduced network traffic • Reduced takeover time • Base for planned active-active setup Delta Data Shipping Mode Log Replay Mode (SP11+) Node A1 (active) DB L Storage Node B1 (replicating) DB L Storage Full Data Delta Data Log Entries Shipment types: Node A1 (active) DB L Storage Node B1 (replicating) DB L Storage Full Data Log Entries Shipment types:
  • 25. © 2016 IBM Corporation SAP HANA Distinguished Engineers SAP HANA Multitier System Replication A » B B » C Version Use Case (example) SYNC SYNC SP12+ Local solution for fast failover combined with DR to nearby location.SYNC SYNCMEM SP12+ SYNCMEM SYNC SP11+ SYNCMEM SYNCMEM SP12+ SYNC ASYNC SP07+ Local solution for fast failover combined with DR to distant location.SYNCMEM ASYNC SP07+ ASYNC ASYNC SP11+ Multi-level DR solution. 19 • Only supported scenario (today) - three SAP HANA databases in “pipeline” topology (A » B » C) • Supported for both single-node and scale-out deployment options • Only listed combinations of replication modes are possible • Combinations of operation modes (Delta Data Shipping and Log Replay) are not supported Node A (active) SAP HANA instance DB L Node B (replicating) SAP HANA instance DB L Node C (replicating) SAP HANA instance DB L
  • 26. © 2016 IBM Corporation SAP HANA Distinguished Engineers Agenda 20 • Introduction into Business Continuity • SAP HANA Host Auto-Failover • SAP HANA System Replication • Comparison of Individual Options • Typical Deployment Options
  • 27. © 2016 IBM Corporation SAP HANA Distinguished Engineers Availability / High Availability - Comparison 21 High Availability scenarios Protection against Can decrease planned downtime Operation complexity Approach Cost implications Relative RTO Typical RPO CanpassiveHW hostnon-prod HW failure OS Failure Failure of one DB node Failure of all DB nodes Single- node Scale- out Single- node Scale- out SAP HANA Host Auto-Failover (one stand-by node) Y Y Y N HW, OS only N low N+1 medium medium medium 0 N SAP HANA System Replication (synchronous) - manual failover Y Y Y Y Y Y low N+N medium high very high 0 Y (*1) SAP HANA System Replication (synchronous) - automated failover Y Y Y Y Y (*2) Y (*2) medium N+N medium high very low (*3) 0 Y/N (*4) VMware High Availability (Infrastructure Level option) Y partial N N HW only HW only low Infra. option low low medium 0 n/a (*1) Non-productive system will be stopped in case of failover, separate storage for non-productive system is required (*2) Special treatment is required to prevent cluster to takeover during maintenance (*3) Very low only in case of “Log Replay Mode” (“HotStandby” setup) – otherwise low (*4) Non-productive system is supported only in single-node (scale-up) scenario
  • 28. © 2016 IBM Corporation SAP HANA Distinguished Engineers Disaster Recovery - Comparison 22 (*1) Non-productive system will be stopped in case of failover, separate storage for non-productive system is required Disaster Recovery scenarios Checked for consistency Operation complexity Approach Cost implications Relative RTO Typical RPO Can passive HW host non-prod Passive Spare (Backup/Restore) - preinstalled Y low N+N medium high hours Y (*1) SAP HANA System replication (synchronous) Y low N+N medium low 0 Y (*1) SAP HANA System replication (asynchronous) Y low N+N medium low seconds / minutes Y (*1) Storage Replication (synchronous) - preinstalled N low N+N medium low 0 Y (*1) Storage Replication (asynchronous) - preinstalled N low N+N medium low seconds / minutes Y (*1)
  • 29. © 2016 IBM Corporation SAP HANA Distinguished Engineers Agenda 23 • Introduction into Business Continuity • SAP HANA Host Auto-Failover • SAP HANA System Replication • Comparison of Individual Options • Typical Deployment Options
  • 30. © 2016 IBM Corporation SAP HANA Distinguished Engineers Business Continuity – Typical Deployment Options (Single-node) 24 active P’ active P synchronous automatic (Pacemaker cluster or 3rd party SW) active P’ Q active P synchronous automatic (Pacemaker cluster or 3rd party SW) active P’’ active P’ asynchronous active P synchronous automatic (Pacemaker cluster or 3rd party SW) manual Location 1 Location 2 (low latency) Location 3 (high latency) Location 1 Location 2 (low latency) Location 3 (high latency) active P’’ D stand-by P’’ D active stand-by P’ Q P’ Q asynchronous active sby P P synchronous manual manual active stand-by P’ Q P’ Q active sby P P synchronous manual active sby P P automatic (HANA native) Also referred as “Single-node HA cluster” active P’ Q stand-by P’ Q asynchronous active sby P P manual Mandatory Component P Q D Optional Component Production Node Quality Node Development Node Legend: SAP HANA System Replication Flow A » B B » C Version SYNC SYNC SP12+ SYNC SYNCMEM SP12+ SYNCMEM SYNC SP11+ SYNCMEM SYNCMEM SP12+ SYNC ASYNC SP07+ SYNCMEM ASYNC SP07+ ASYNC ASYNC SP11+ Additional combinations of replication modes are possible: (note the network latency dependencies)
  • 31. © 2016 IBM Corporation SAP HANA Distinguished Engineers Location 1 Location 2 (low latency) Location 3 (high latency) Business Continuity – Typical Deployment Options (Scale-out) 25 Location 1 Location 2 (low latency) Location 3 (high latency) activeactive activeactive active stand-by Q P’ Q active sby P manual synchronous P P’ activeactive activeactive active Q stand-by P’ Q active sby P manual asynchronous P P’ activeactiveactive sby P P automatic (HANA native) Also referred as “Scale-out cluster with HA” active activeactive active activeactiveactive D stand-by P’’ D active stand-by Q P’ Q active sby P manual manual asynchronoussynchronous P’’P’P Mandatory Component P Q D Optional Component Production Node Quality Node Development Node Legend: SAP HANA System Replication Flow A » B B » C Version SYNC SYNC SP12+ SYNC SYNCMEM SP12+ SYNCMEM SYNC SP11+ SYNCMEM SYNCMEM SP12+ SYNC ASYNC SP07+ SYNCMEM ASYNC SP07+ ASYNC ASYNC SP11+ Additional combinations of replication modes are possible: (note the network latency dependencies) activeactive activeactive active sby P’ active sby P automatic (Pacemaker cluster or 3rd party SW) synchronous P P’ mm
  • 32. © 2016 IBM Corporation SAP HANA Distinguished Engineers Additional Materials (1/3) • How to Perform System Replication for SAP HANA https://scn.sap.com/docs/DOC-47702 • FAQ: High Availability for SAP HANA https://scn.sap.com/docs/DOC-66702 • Introduction: High Availability for SAP HANA https://scn.sap.com/docs/DOC-65585 • High Availability for SAP HANA https://help.sap.com/saphelp_hanaplatform/helpdata/en/6d/252d b7cdd044d19ad85b46e6c294a4/content.htm • High Availability and Disaster Recovery with the SAP HANA Platform https://open.sap.com/courses/hshd1 26 • SAP Note 1999880 - FAQ: SAP HANA System Replication https://launchpad.support.sap.com/#/notes/1999880/E • SAP Note 2303243 - SAP HANA Multitier System Replication – supported replication modes between sites https://launchpad.support.sap.com/#/notes/2303243/E • SAP HANA Distinguished Engineer (HDE) Webinar: Overview of SAP HANA On-Premise Deployment Options (replay) https://scn.sap.com/community/hana-in- memory/blog/2016/05/25/sap-hana-distinguished-engineer-hde- webinar-overview-of-sap-hana-on-premise-deployment-options • SAP HANA Distinguished Engineer (HDE) Webinar: Overview of SAP HANA On-Premise Deployment Options https://www.slideshare.net/TomasKrojzl/sap-hana-distinguished- engineer-hde-webinar-overview-of-sap-hana-onpremise- deployment-options
  • 33. © 2016 IBM Corporation SAP HANA Distinguished Engineers Additional Materials (2/3) • SAP on SUSE https://scn.sap.com/docs/DOC-49204 • Best Practices for Mission-Critical SAP Applications https://www.suse.com/products/sles-for-sap/resource- library/sap-best-practices • Automate SAP HANA System Replication with SLES for SAP Applications https://scn.sap.com/docs/DOC-56278 • How to Set Up SAPHanaSR in the Cost Optimized SAP HANA SR Scenario - Part I https://scn.sap.com/docs/DOC-65899 • How to Set Up SAPHanaSR in the Cost Optimized SAP HANA SR Scenario - Part II https://scn.sap.com/docs/DOC-68633 27 • SAPHanaSR-ScaleOut: Automating SAP HANA System Replication for Scale-Out Installations with SLES for SAP Applications https://www.suse.com/communities/blog/saphanasr-scaleout- automating-sap-hana-system-replication-scale-installations-sles- sap-applications • SAP HANA System Replication Automation (HanaSR) for HANA Scale-Out now officially available with SLES for SAP 12 SP2 https://www.suse.com/communities/blog/sap-hana-system- replication-automation-hanasr-hana-scale-now-officially- available-sles-sap-12-sp2
  • 34. © 2016 IBM Corporation SAP HANA Distinguished Engineers Additional Materials (3/3) • SAP HANA System Replication simplified https://www.slideshare.net/snoopy1710/sap-hana-system- replication-simplified • SAP on Red Hat https://scn.sap.com/docs/DOC-37811 • Technical Resources for SAP HANA on Red Hat https://scn.sap.com/docs/DOC-37812 • Automated SAP HANA System Replication with Pacemaker on RHEL Setup Guide https://access.redhat.com/articles/1466063 28
  • 35. © 2016 IBM Corporation SAP HANA Distinguished Engineers 29 Tomas KROJZL SAP HANA Architect, SAP HANA Distinguished Engineer, SAP Mentor IBM Innovation Center Central Europe Technicka 2995/21 616 00 Brno Czech Republic Mobile: +420-731-435-817 tomas_krojzl@cz.ibm.com Twitter: @krojzl Thank You! Feedback Please complete your session evaluation.