SlideShare una empresa de Scribd logo
1 de 31
SAP HANA SPS 08 - What’s New?
Scale-Out, High Availability and Disaster Recovery
SAP HANA Product Management May, 2014
(Delta from SPS 07 to SPS 08)
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 2Public
High Availability and Disaster Recovery – What’s New in SPS 08?
Agenda
Scale-Out
High Availability
Disaster Recovery
 SAP HANA Storage Replication
• New offerings by hardware partners
 SAP HANA System Replication
• System Replication Modes – FullSync mode
• Improved support for SAP HANA System Replication in SAP HANA Studio
• Hostname management offers a network separation for System Replication
Disaster Recovery
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 6Public
Disaster Recovery
Agenda
Disaster Recovery
SAP HANA Storage Replication
• New offerings by hardware partners
SAP HANA System Replication
• System Replication Modes – FullSync mode
• Improved support for SAP HANA System Replication in SAP HANA Studio
• Hostname management offers a network separation for System Replication
SAP HANA Storage Replication
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 8Public
Certified HANA Hardware – May 2014*
(only China)
Scale Out (BW) S - L M M, L M M S - L M M M
High Availability X X X X X X X X X
DR – Storage Repl.:
Sync
X X X X X X
DR – Storage Repl.:
Async
X X,X X planned
All certified synchronous and asynchronous solutions for SAP HANA Storage Replication are
listed in SAP note 1755396.
* For most up to date list please go to the SAP Product Availability Matrix (Westmere) or http://scn.sap.com/docs/DOC-52522 (IvyBridge)
SAP HANA System Replication
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 10Public
SAP HANA System Replication
What’s New with SPS 08
Replication Modes
Three Replication Modes
 New Full-Sync option for Synchronous
SAP HANA Studio extensions
Extended system replication configuration
 Support for Multi-Tier System Replication
Hostname management
Offering a separation of networks and duties
 System Replication can be supported with an separate network
SAP HANA System Replication
Replication Modes in SAP HANA System Replication
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 12Public
SAP HANA System Replication - Introduction
Performance Optimized for HA and DR
Performance optimized option
 Secondary system completely used for
the preparation of a possible take-over
 Resources used for data pre-load on
Secondary
 Take-overs and Performance Ramp
shortened maximally
Data Center 1
OS: DNS, hostnames, virt. IPs
Primary
(active)
Name Server
Index server
Secondary
(active, data pre-loaded)
Name Server
Index server
HASolutionPartner
Clients Application Servers
HASolutionPartner
Transfer
by
HANA
database
kernelInternal
Disks
Internal
Disks
Data
Disks
Log
Disks
Data
Disks
Log
Disks
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 13Public
SAP HANA System Replication - Introduction
Cost Optimized for HA and DR
Cost optimized with
 Operating non-prod systems on
Secondary
 Resources freed (no data pre-load) to
be offered to one or more non-prod
installations
 During take-over the non-prod
operation has to be ended
 Take-over performance similar to cold
start-up
Data Center 1
OS: DNS, hostnames, virt. IPs
Primary
(active)
Name Server
Index server
Secondary
Name Server
Index server
HASolutionPartner
Clients Application Servers
HASolutionPartner
Transfer
by
HANA
database
kernelInternal
Disks
Data
Disks
Log
Disks
Internal
DisksData
Disks
Log
Disks
Data
Disks
Log
Disks
PRD QA/DEV
QA/DEV
running
PRD
shadow
operation
QA/DEV
running
PRD
shadow
operation
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 14Public
SAP HANA in Data Centers
Cluster Manager with direct SAP HANA System Replication Support
HP Serviceguard
 Directly available from HP and HP drives the implementation process
 Link for further information:
o Reference Guide: HP Serviceguard Extensions for SAP Release Notes, March 2014
o User Guide: Managing HP Serviceguard Extensions for SAP for Linux, December 2013
SUSE Cluster
 Included with “SUSE SLES for SAP Applications”
 Blog: Fail-Safe Operation of SAP HANA®: SUSE Extends Its High-Availability Solution
SAP Landscape Virtualization Manager (SAP LVM)
 Consulting package to create a cluster manager with SAP LVM available
Other cluster managers
 In pipeline or can be adapted with individual consulting packages
Note: Solution certification is not offered for cluster managers
Support is handled by solution partner directly
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 15Public
System Replication Modes
Introduction
SAP HANA offers the following replication modes
With HANA SPS 08 SAP introduces a new option for the synchronous mode SYNC
named Full Sync option
On the following slides these modes are explained together with the new option.
Log replication Since Short name in system table SR_REGISTER
Synchronous SPS 05 SYNC
Synchronous in Memory SPS 05 SYNCMEM
Asynchronous SPS 06 ASYNC
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 16Public
System Replication Modes
Synchronous with Full Sync option
Log Replication “Synchronous with Full Sync Option”
Available since
 SPS 08
Viewed in system table SR_REGISTER as
 SYNC (Full Sync is configured via configuration parameter)
Description
 Log write is successful, when the log buffer has been written to the log volume
of the primary and the secondary instance. In addition, when the secondary
system is getting disconnected (e.g. because of network failures), the primary systems suspends transaction
processing until the connection to the secondary system is re-established. No data loss occurs in this scenario.
Implementation
 The replication mode Synchronous can be configured with the full sync option by setting the following configuration
parameter on the primary site:
• global.ini/[system_replication]/enable_full_sync = true.
• hdbnsutil -sr_fullsync [--enable|--disable]
Replication mode most interesting for financial institutes
Primary Secondary
DataData Log
Transaction
Log
STOP
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 17Public
System Replication Modes
Synchronous with Full Sync option - Implementation
The recommended way for setting up full sync is the following:
 Establish replication between primary and secondary via replication Synchronous first
 Wait until all services are ACTIVE in replication mode Synchronous
 Enable Full Sync (via hdbnsutil or configuration parameter change)
Full Sync Status
With the Full Sync Option also the Full Sync Status has been introduced.
The Full Sync Status determines, if the Full Sync is currently ACTIVE,
that means, when the connection is lost, if transaction processing on the
primary will be suspended. Full Sync Status has three possible values:
 DISABLED
• Full Sync is not configured at all (global.ini/[system_replication]/enable_full_sync = false)
 ENABLED
• Full Sync configured, but not yet active (global.ini/[system_replication]/enable_full_sync = true)
 ACTIVE
• Full Sync is configured and active (global.ini/[system_replication]/enable_full_sync = true)
The current value of the Full Sync Status is available via select on M_SERVICE_REPLICATION (column FULL_SYNC) or
hdbcons "replication info".
Primary Secondary
DataData Log
Transaction
Log
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 18Public
System Replication Modes
Synchronous - SYNC
Log Replication “Synchronous”
Available since
 SPS 05
Viewed in System Table SR_REGISTER as
 SYNC
Description
 Log write is successful, when the log buffer has been written to the log volumes of the primary and the
secondary instance.
When the connection to the secondary system is lost (after a timeout period defined with parameter
logshipping_timeout=30), the primary system continues transaction processing and is writing the changes
only to the local disk. No data loss occurs in this scenario as long as the secondary system is connected.
Data loss can occur, when takeover is executed, after the secondary system is disconnected.
Primary Secondary
DataData Log
Transaction
Log
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 19Public
System Replication Modes
Synchronous in Memory – SYNCMEM
Log Replication “Synchronous in Memory”
Available since
 SPS 05
Viewed in System Table SR_REGISTER as
 SYNCMEM
Description
 Log write is successful, when the log buffer has been written to the log volumes of the primary and sending the
log has been acknowledged by the secondary instance after copying to memory.
When the connection to the secondary system is lost, the primary system continues transaction processing and
is writing the changes only to the local disk.
Data loss can occur when primary and secondary fail at the same time as long as the secondary system is
connected or takeover is executed.
Primary Secondary
DataData Log
Transaction
Log
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 20Public
Log Replication “Asynchronous”
Available since
 SPS 06
Viewed in System Table SR_REGISTER as
 ASYNC
Description
 Log write is successful, when the log buffer has been written to the log volumes of the primary and send to the
secondary via the network channel.
In this case data loss can occur.
 The change between replication modes SYNC, SYNCMEM and ASYNC is online possible.
System Replication Modes
Asynchronous – ASYNC
Primary Secondary
DataData Log
Transaction
Log
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 21Public
System Replication Modes
Asynchronous – ASYNC – Improvement
Improvement
 With SPS 07 the ASYNC mode has been changed in a way that
additionally to the buffering capabilities of the Operating System,
an additional memory buffer inside HANA was added and
operated with signaling semaphores. This introduces another
decoupling with possibly limited resources on OS side when it
comes to ASYNC operation.
The size of the intermediate buffer can be changed with the
following parameter (here with default size):
 [system_replication]/logshipping_async_buffer size = 67108864
It is sufficient to set the parameter only for services with high log generation (e.g. in indexserver.ini)
to save memory with other services. It is not necessary to set it globally.
Using the following parameter, the behavior in case of buffer full can be change (with default setting):
 Transactions and their log transfer are waiting for free space in the buffer, if it’s full
global.ini/[system_replication]/logshipping_async_wait_on_buffer_full = true
Primary Secondary
DataData Log
Transaction
Log
Buffer
SAP HANA System Replication
SAP HANA Studio extensions for SAP HANA System Replication:
Support for Multi Tier System Replication
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 23Public
SAP HANA Studio Extensions
Support for Multi-Tier System Replication
Extended system replication configuration
 To offer higher levels of availability you can link
together multiple systems in a multi-tier system
replication landscape.
 After setting up a basic system replication
scenario you add a third system to provide
another level of redundancy.
 In a multi-tier setup the primary system is
always on tier 1, a tier 2 secondary has a
primary system as its replication source and
a tier 3 secondary has the tier 2 secondary as
its replication source.
 The tier 3 secondary can now also be added
using SAP HANA studio.
 On each node only those actions are provided,
which are currently possible – depending on the
system status.
Data CenterData Center
Sync
Async
SAP HANA System Replication
Hostname management with SAP HANA System Replication
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 25Public
Hostname management with SAP HANA System Replication
Introduction
SAP HANA System Replication started with a shared usage of the public client network for
transferring its data and log information between sites
Since SAP HANA SPS 08 its network management offers to separate the networks into
 Client network
 Internal Network
 Network for System Replication
The necessary changes in the parameter files (e.g. global.ini) are described in the following slides.
 Starting with the case of using a separate network for System Replication
 And comparing it with the situation before
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 26Public
Network design options for System Replication
System Replication over separate network with single host configuration
Host
s1h1
Site 1 Site 2
Separate Replication Network 10.5.*
Public Network 10.0.*
Client Applications
Host
s2h110.5.1.* 10.5.2.*
10.0.1.* 10.0.2.*
Host Configuration:
global.ini
[communication]
listeninterface=.local
[system_replication_hostname_resolution]
10.5.2.1=s2h1
Optionally configurable with global.ini:
[public_hostname_resulution]
Host Configuration:
global.ini
[communication]
listeninterface=.local
[system_replication_hostname_resolution]
10.5.1.1=s1h1
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 27Public
Network design options for System Replication
System Replication over separate network with Scale-Out configuration
Host
s1h1
Host
s1h2
Host
s1h3
Site 1 Site 2
Separate Replication Network 10.5.*
Public Network 10.0.*
Client Applications
Host
s2h1
Host
s2h2
Host
s2h310.5.1.* 10.5.2.*
10.0.1.* 10.0.2.*
Optionally configurable with global.ini:
[public_hostname_resulution]
Host Configuration:
global.ini
[communication]
listeninterface=.global
[ [system_replication_hostname_resolution]
10.5.2.1=s2h1
10.5.2.2=s2h2
10.5.2.3=s2h3
Host Configuration:
global.ini
[communication]
listeninterface=.global
[ [system_replication_hostname_resolution]
10.5.1.1=s2h1
10.5.1.2=s2h2
10.5.1.3=s2h3
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 28Public
Internal Network 192.168.*Internal Network 192.168.*
Network design options for System Replication
System Replication over separate network with Scale-Out and internal network separation
Host
s1h1
Host
s1h2
Host
s1h3
Site 1 Site 2
Separate Replication Network 10.5.*
Public Network 10.0.*
Client Applications
Host
s2h1
Host
s2h2
Host
s2h310.5.1.* 10.5.2.*
10.0.1.* 10.0.2.*
Host Configuration:
global.ini
[communication]
listeninterface=.internal
[internal_host _resolution]
192.168.1.1=s1h1
192.168.1.2=s1h2
192.168.1.3=s1h3
[system_replication_hostname_resolution]
10.5.2.1=s2h1
10.5.2.2=s2h2
10.5.2.3=s2h3
Optionally configurable with global.ini:
[public_hostname_resulution]
Host Configuration:
global.ini
[communication]
listeninterface=.internal
[internal_host _resolution]
192.168.1.1=s2h1
192.168.1.2=s2h2
192.168.1.3=s2h3
[system_replication_hostname_resolution]
10.5.1.1=s1h1
10.5.1.2=s1h2
10.5.1.3=s1h3
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 29Public
Internal Network 192.168.*Internal Network 192.168.*
Network design options for System Replication
System Replication over public network with Scale-Out and internal network separation
Host
s1h1
Host
s1h2
Host
s1h3
Site 1 Site 2
Public Network 10.0.*
Client Applications
Host
s2h1
Host
s2h2
Host
s2h3
10.0.1.* 10.0.2.*
Host Configuration:
global.ini
[communication]
listeninterface=.internal
[internal_host _resolution]
192.168.1.1=s1h1
192.168.1.2=s1h2
192.168.1.3=s1h3
Optionally configurable with global.ini:
[public_hostname_resulution]
Host Configuration:
global.ini
[communication]
listeninterface=.internal
[internal_host _resolution]
192.168.1.1=s2h1
192.168.1.2=s2h2
192.168.1.3=s2h3
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 30Public
Disclaimer
This presentation outlines our general product direction and should not be relied on in making
a purchase decision. This presentation is not subject to your license agreement or any other
agreement with SAP.
SAP has no obligation to pursue any course of business outlined in this presentation or to
develop or release any functionality mentioned in this presentation. This presentation and
SAP’s strategy and possible future developments are subject to change and may be changed
by SAP at any time for any reason without notice.
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. SAP assumes no responsibility for errors or omissions in this document,
except if such damages were caused by SAP intentionally or grossly negligent.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 31Public
How to find SAP HANA documentation on this topic?
SAP HANA Platform SPS
 What’s New – Release Notes
 Installation
– SAP HANA Server InstallationGuide
 Security
 Administration
– SAP HANA Administration Guide
 Development
– SAP HANA Developer Guide
 References
– SAP HANA SQL Reference
• In addition to this learning material, you find SAP HANA documentation on
SAP Help Portal knowledge center at http://help.sap.com/hana_platform.
• The knowledge center is structured according to the product lifecycle: installation, security, administration,
development. So you can find e.g. the SAP HANA Server Installation Guide
in the Installation section and so forth …
© 2014 SAP AG or an SAP affiliate company. All rights reserved.
Thank you
Contact information
Dr. Ralf Czekalla
SAP HANA Product Management
AskSAPHANA@sap.com
To get the best overview of what’s new in SAP HANA SPS 08, read this blog.
© 2014 SAP AG or an SAP affiliate company. All rights reserved. 33Public
© 2014 SAP AG or an SAP affiliate company. All rights reserved.
No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG or an SAP affiliate company.
SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG (or an SAP affiliate
company) in Germany and other countries. Please see http://global12.sap.com/corporate-en/legal/copyright/index.epx for additional trademark information and notices.
Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors.
National product specifications may vary.
These materials are provided by SAP AG or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP AG or its
affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP AG or SAP affiliate company products and services
are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an
additional warranty.
In particular, SAP AG or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or
release any functionality mentioned therein. This document, or any related presentation, and SAP AG’s or its affiliated companies’ strategy and possible future
developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP AG or its affiliated companies at any time for
any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-
looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place
undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions.

Más contenido relacionado

La actualidad más candente

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 & MigrationLinh Nguyen
 
SAP HANA System Replication simplified
SAP HANA System Replication simplifiedSAP HANA System Replication simplified
SAP HANA System Replication simplifiedDirk Oppenkowski
 
Sap S4 HANA Everything You Need To Know
Sap S4 HANA Everything You Need To Know Sap S4 HANA Everything You Need To Know
Sap S4 HANA Everything You Need To Know Soumya De
 
HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeSAP Technology
 
Migrating to the SAP Cloud
Migrating to the SAP Cloud Migrating to the SAP Cloud
Migrating to the SAP Cloud Capgemini
 
Sap lama presentation
Sap lama presentationSap lama presentation
Sap lama presentationRupesh Ghadi
 
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 DeploymentDirk Oppenkowski
 
HANA - the backbone for S/4 HANA
HANA - the backbone for S/4 HANAHANA - the backbone for S/4 HANA
HANA - the backbone for S/4 HANAChris Kernaghan
 
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 LinuxDirk Oppenkowski
 
SAP Migration Overview
SAP Migration OverviewSAP Migration Overview
SAP Migration OverviewSitaram Kotnis
 
SAP Teched 2019 - Deployment Options with Business Continuity for SAP HANA
SAP Teched 2019 - Deployment Options with Business Continuity for SAP HANASAP Teched 2019 - Deployment Options with Business Continuity for SAP HANA
SAP Teched 2019 - Deployment Options with Business Continuity for SAP HANATomas Krojzl
 
Sap S/4 HANA New Implementation
Sap S/4 HANA New ImplementationSap S/4 HANA New Implementation
Sap S/4 HANA New ImplementationSoumya De
 
Slides-for-Benefits-for-Finance-moving-from-ECC-to-S4HANA-Final.pdf
Slides-for-Benefits-for-Finance-moving-from-ECC-to-S4HANA-Final.pdfSlides-for-Benefits-for-Finance-moving-from-ECC-to-S4HANA-Final.pdf
Slides-for-Benefits-for-Finance-moving-from-ECC-to-S4HANA-Final.pdfAlexYuniarto1
 
Migrating Critical Workloads at Scale: Best Practice for SAP Migration - AWS ...
Migrating Critical Workloads at Scale: Best Practice for SAP Migration - AWS ...Migrating Critical Workloads at Scale: Best Practice for SAP Migration - AWS ...
Migrating Critical Workloads at Scale: Best Practice for SAP Migration - AWS ...Amazon Web Services
 

La actualidad más candente (20)

Migrating to SAP S/4HANA
Migrating to SAP S/4HANAMigrating to SAP S/4HANA
Migrating to SAP S/4HANA
 
Migration to sap s4 hana
Migration to sap s4 hanaMigration to sap s4 hana
Migration to sap s4 hana
 
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 System Replication simplified
SAP HANA System Replication simplifiedSAP HANA System Replication simplified
SAP HANA System Replication simplified
 
SAP HANA Overview
SAP HANA OverviewSAP HANA Overview
SAP HANA Overview
 
Sap S4 HANA Everything You Need To Know
Sap S4 HANA Everything You Need To Know Sap S4 HANA Everything You Need To Know
Sap S4 HANA Everything You Need To Know
 
HANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & LandscapeHANA SPS07 Architecture & Landscape
HANA SPS07 Architecture & Landscape
 
Migrating to the SAP Cloud
Migrating to the SAP Cloud Migrating to the SAP Cloud
Migrating to the SAP Cloud
 
SAP HANA - Understanding the Basics
SAP HANA - Understanding the Basics SAP HANA - Understanding the Basics
SAP HANA - Understanding the Basics
 
Sap lama presentation
Sap lama presentationSap lama presentation
Sap lama presentation
 
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
 
HANA - the backbone for S/4 HANA
HANA - the backbone for S/4 HANAHANA - the backbone for S/4 HANA
HANA - the backbone for S/4 HANA
 
SAP ECC to S/4HANA Move
SAP ECC to S/4HANA MoveSAP ECC to S/4HANA Move
SAP ECC to S/4HANA Move
 
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 Overview
SAP HANA OverviewSAP HANA Overview
SAP HANA Overview
 
SAP Migration Overview
SAP Migration OverviewSAP Migration Overview
SAP Migration Overview
 
SAP Teched 2019 - Deployment Options with Business Continuity for SAP HANA
SAP Teched 2019 - Deployment Options with Business Continuity for SAP HANASAP Teched 2019 - Deployment Options with Business Continuity for SAP HANA
SAP Teched 2019 - Deployment Options with Business Continuity for SAP HANA
 
Sap S/4 HANA New Implementation
Sap S/4 HANA New ImplementationSap S/4 HANA New Implementation
Sap S/4 HANA New Implementation
 
Slides-for-Benefits-for-Finance-moving-from-ECC-to-S4HANA-Final.pdf
Slides-for-Benefits-for-Finance-moving-from-ECC-to-S4HANA-Final.pdfSlides-for-Benefits-for-Finance-moving-from-ECC-to-S4HANA-Final.pdf
Slides-for-Benefits-for-Finance-moving-from-ECC-to-S4HANA-Final.pdf
 
Migrating Critical Workloads at Scale: Best Practice for SAP Migration - AWS ...
Migrating Critical Workloads at Scale: Best Practice for SAP Migration - AWS ...Migrating Critical Workloads at Scale: Best Practice for SAP Migration - AWS ...
Migrating Critical Workloads at Scale: Best Practice for SAP Migration - AWS ...
 

Destacado

SAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS10- Scale-Out, High Availability and Disaster RecoverySAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS10- Scale-Out, High Availability and Disaster RecoverySAP Technology
 
Automating SAP HANA System Replication
Automating SAP HANA System ReplicationAutomating SAP HANA System Replication
Automating SAP HANA System ReplicationDirk Oppenkowski
 
Running SAP Business Warehouse in the AWS Cloud-SAPPHIRE NOW 2016
Running SAP Business Warehouse in the AWS Cloud-SAPPHIRE NOW 2016Running SAP Business Warehouse in the AWS Cloud-SAPPHIRE NOW 2016
Running SAP Business Warehouse in the AWS Cloud-SAPPHIRE NOW 2016Amazon Web Services
 
VMworld 2013: Big Data: Virtualized SAP HANA Performance, Scalability and Bes...
VMworld 2013: Big Data: Virtualized SAP HANA Performance, Scalability and Bes...VMworld 2013: Big Data: Virtualized SAP HANA Performance, Scalability and Bes...
VMworld 2013: Big Data: Virtualized SAP HANA Performance, Scalability and Bes...VMworld
 
BW on HANA optimisation answers
BW on HANA optimisation answersBW on HANA optimisation answers
BW on HANA optimisation answersAjay Kumar Uppal
 
SAP HANA and MS Azure: combining strengths
SAP HANA and MS Azure: combining strengthsSAP HANA and MS Azure: combining strengths
SAP HANA and MS Azure: combining strengthsdelaware BeLux
 
SAP on Azure. Use Cases and Benefits
SAP on Azure. Use Cases and BenefitsSAP on Azure. Use Cases and Benefits
SAP on Azure. Use Cases and BenefitsmyCloudDoor
 
SAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HASAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HALinh Nguyen
 
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 ConfidenceDirk Oppenkowski
 
SAP HANA System Replication with SLES for SAP
SAP HANA System Replication with SLES for SAPSAP HANA System Replication with SLES for SAP
SAP HANA System Replication with SLES for SAPDirk Oppenkowski
 

Destacado (10)

SAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS10- Scale-Out, High Availability and Disaster RecoverySAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS10- Scale-Out, High Availability and Disaster Recovery
 
Automating SAP HANA System Replication
Automating SAP HANA System ReplicationAutomating SAP HANA System Replication
Automating SAP HANA System Replication
 
Running SAP Business Warehouse in the AWS Cloud-SAPPHIRE NOW 2016
Running SAP Business Warehouse in the AWS Cloud-SAPPHIRE NOW 2016Running SAP Business Warehouse in the AWS Cloud-SAPPHIRE NOW 2016
Running SAP Business Warehouse in the AWS Cloud-SAPPHIRE NOW 2016
 
VMworld 2013: Big Data: Virtualized SAP HANA Performance, Scalability and Bes...
VMworld 2013: Big Data: Virtualized SAP HANA Performance, Scalability and Bes...VMworld 2013: Big Data: Virtualized SAP HANA Performance, Scalability and Bes...
VMworld 2013: Big Data: Virtualized SAP HANA Performance, Scalability and Bes...
 
BW on HANA optimisation answers
BW on HANA optimisation answersBW on HANA optimisation answers
BW on HANA optimisation answers
 
SAP HANA and MS Azure: combining strengths
SAP HANA and MS Azure: combining strengthsSAP HANA and MS Azure: combining strengths
SAP HANA and MS Azure: combining strengths
 
SAP on Azure. Use Cases and Benefits
SAP on Azure. Use Cases and BenefitsSAP on Azure. Use Cases and Benefits
SAP on Azure. Use Cases and Benefits
 
SAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HASAP HANA Distributed System Scaleout and HA
SAP HANA Distributed System Scaleout and HA
 
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
 
SAP HANA System Replication with SLES for SAP
SAP HANA System Replication with SLES for SAPSAP HANA System Replication with SLES for SAP
SAP HANA System Replication with SLES for SAP
 

Similar a SAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery

What's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center OperationsWhat's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center OperationsSAP Technology
 
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 in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)SAP Technology
 
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle ManagementSAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle ManagementSAP Technology
 
Fut1441 SUSE Linux Enterprise Server for SAP Solutions
Fut1441  SUSE Linux Enterprise Server for SAP SolutionsFut1441  SUSE Linux Enterprise Server for SAP Solutions
Fut1441 SUSE Linux Enterprise Server for SAP SolutionsChristian Holsing
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP Technology
 
SAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle ManagementSAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle Management SAP Technology
 
HANA SPS07 Replication
HANA SPS07 ReplicationHANA SPS07 Replication
HANA SPS07 ReplicationSAP Technology
 
Hana e2 e_adminmonitoring_sps08
Hana e2 e_adminmonitoring_sps08Hana e2 e_adminmonitoring_sps08
Hana e2 e_adminmonitoring_sps08RAJAT123523
 
What's New in SAP HANA SPS 11 Operations
What's New in SAP HANA SPS 11 OperationsWhat's New in SAP HANA SPS 11 Operations
What's New in SAP HANA SPS 11 OperationsSAP Technology
 
SAP HANA SPS09 - Backup and Recovery
SAP HANA SPS09 - Backup and RecoverySAP HANA SPS09 - Backup and Recovery
SAP HANA SPS09 - Backup and RecoverySAP Technology
 
SAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/RecoverySAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/RecoverySAP Technology
 
SAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database ContainersSAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database ContainersSAP Technology
 
SAP HANA SPS09 - Application Lifecycle Management
SAP HANA SPS09 - Application Lifecycle ManagementSAP HANA SPS09 - Application Lifecycle Management
SAP HANA SPS09 - Application Lifecycle ManagementSAP Technology
 
SAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & MonitoringSAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & Monitoring SAP Technology
 
SAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfSAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfssuser17886a
 
SAP HANA SPS09 - Security
SAP HANA SPS09 - SecuritySAP HANA SPS09 - Security
SAP HANA SPS09 - SecuritySAP Technology
 
SAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP Technology
 

Similar a SAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery (20)

What's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center OperationsWhat's New in SAP HANA SPS 11 Mission Critical Data Center Operations
What's New in SAP HANA SPS 11 Mission Critical Data Center 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 in SAP HANA SPS 11 Platform Lifecycle Management (Operations)
 
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
What's New in SAP HANA SPS 11 Backup and Recovery (Operations)
 
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle ManagementSAP HANA SPS10- SAP HANA Platform Lifecycle Management
SAP HANA SPS10- SAP HANA Platform Lifecycle Management
 
Fut1441 SUSE Linux Enterprise Server for SAP Solutions
Fut1441  SUSE Linux Enterprise Server for SAP SolutionsFut1441  SUSE Linux Enterprise Server for SAP Solutions
Fut1441 SUSE Linux Enterprise Server for SAP Solutions
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration Monitoring
 
SAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle ManagementSAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle Management
 
HANA SPS07 Replication
HANA SPS07 ReplicationHANA SPS07 Replication
HANA SPS07 Replication
 
TZH300_EN_COL96
TZH300_EN_COL96TZH300_EN_COL96
TZH300_EN_COL96
 
Hana e2 e_adminmonitoring_sps08
Hana e2 e_adminmonitoring_sps08Hana e2 e_adminmonitoring_sps08
Hana e2 e_adminmonitoring_sps08
 
What's New in SAP HANA SPS 11 Operations
What's New in SAP HANA SPS 11 OperationsWhat's New in SAP HANA SPS 11 Operations
What's New in SAP HANA SPS 11 Operations
 
SAP HANA SPS09 - Backup and Recovery
SAP HANA SPS09 - Backup and RecoverySAP HANA SPS09 - Backup and Recovery
SAP HANA SPS09 - Backup and Recovery
 
SAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/RecoverySAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/Recovery
 
SAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database ContainersSAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database Containers
 
SAP HANA SPS09 - Application Lifecycle Management
SAP HANA SPS09 - Application Lifecycle ManagementSAP HANA SPS09 - Application Lifecycle Management
SAP HANA SPS09 - Application Lifecycle Management
 
SAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & MonitoringSAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & Monitoring
 
SAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfSAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdf
 
HANA SPS07 Security
HANA SPS07 Security HANA SPS07 Security
HANA SPS07 Security
 
SAP HANA SPS09 - Security
SAP HANA SPS09 - SecuritySAP HANA SPS09 - Security
SAP HANA SPS09 - Security
 
SAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information Management
 

Más de SAP Technology

SAP Integration Suite L1
SAP Integration Suite L1SAP Integration Suite L1
SAP Integration Suite L1SAP Technology
 
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...SAP Technology
 
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...SAP Technology
 
Extend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processesExtend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processesSAP Technology
 
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...SAP Technology
 
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology PlatformAccelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology PlatformSAP Technology
 
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...SAP Technology
 
Transform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANATransform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANASAP Technology
 
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...SAP Technology
 
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...SAP Technology
 
The IoT Imperative for Consumer Products
The IoT Imperative for Consumer ProductsThe IoT Imperative for Consumer Products
The IoT Imperative for Consumer ProductsSAP Technology
 
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...SAP Technology
 
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...SAP Technology
 
The IoT Imperative in Government and Healthcare
The IoT Imperative in Government and HealthcareThe IoT Imperative in Government and Healthcare
The IoT Imperative in Government and HealthcareSAP Technology
 
SAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital CoreSAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital CoreSAP Technology
 
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANAFive Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANASAP Technology
 
SAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial DataSAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial DataSAP Technology
 
Spotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASESpotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASESAP Technology
 
SAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP Technology
 

Más de SAP Technology (20)

SAP Integration Suite L1
SAP Integration Suite L1SAP Integration Suite L1
SAP Integration Suite L1
 
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
Future-Proof Your Business Processes by Automating SAP S/4HANA processes with...
 
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
7 Top Reasons to Automate Processes with SAP Intelligent Robotic Processes Au...
 
Extend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processesExtend SAP S/4HANA to deliver real-time intelligent processes
Extend SAP S/4HANA to deliver real-time intelligent processes
 
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
Process optimization and automation for SAP S/4HANA with SAP’s Business Techn...
 
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology PlatformAccelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
Accelerate your journey to SAP S/4HANA with SAP’s Business Technology Platform
 
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
Accelerate Your Move to an Intelligent Enterprise with SAP Cloud Platform and...
 
Transform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANATransform your business with intelligent insights and SAP S/4HANA
Transform your business with intelligent insights and SAP S/4HANA
 
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
SAP Cloud Platform for SAP S/4HANA: Accelerate your move to an Intelligent En...
 
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
Innovate collaborative applications with SAP Jam Collaboration & SAP Cloud Pl...
 
The IoT Imperative for Consumer Products
The IoT Imperative for Consumer ProductsThe IoT Imperative for Consumer Products
The IoT Imperative for Consumer Products
 
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
The IoT Imperative for Discrete Manufacturers - Automotive, Aerospace & Defen...
 
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
IoT is Enabling a New Era of Shareholder Value in Energy and Natural Resource...
 
The IoT Imperative in Government and Healthcare
The IoT Imperative in Government and HealthcareThe IoT Imperative in Government and Healthcare
The IoT Imperative in Government and Healthcare
 
SAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital CoreSAP S/4HANA Finance and the Digital Core
SAP S/4HANA Finance and the Digital Core
 
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANAFive Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
Five Reasons To Skip SAP Suite on HANA and Go Directly to SAP S/4HANA
 
SAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial DataSAP Helps Reduce Silos Between Business and Spatial Data
SAP Helps Reduce Silos Between Business and Spatial Data
 
Why SAP HANA?
Why SAP HANA?Why SAP HANA?
Why SAP HANA?
 
Spotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASESpotlight on Financial Services with Calypso and SAP ASE
Spotlight on Financial Services with Calypso and SAP ASE
 
SAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance FeaturesSAP ASE 16 SP02 Performance Features
SAP ASE 16 SP02 Performance Features
 

Último

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Último (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

SAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery

  • 1. SAP HANA SPS 08 - What’s New? Scale-Out, High Availability and Disaster Recovery SAP HANA Product Management May, 2014 (Delta from SPS 07 to SPS 08)
  • 2. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 2Public High Availability and Disaster Recovery – What’s New in SPS 08? Agenda Scale-Out High Availability Disaster Recovery  SAP HANA Storage Replication • New offerings by hardware partners  SAP HANA System Replication • System Replication Modes – FullSync mode • Improved support for SAP HANA System Replication in SAP HANA Studio • Hostname management offers a network separation for System Replication
  • 4. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 6Public Disaster Recovery Agenda Disaster Recovery SAP HANA Storage Replication • New offerings by hardware partners SAP HANA System Replication • System Replication Modes – FullSync mode • Improved support for SAP HANA System Replication in SAP HANA Studio • Hostname management offers a network separation for System Replication
  • 5. SAP HANA Storage Replication
  • 6. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 8Public Certified HANA Hardware – May 2014* (only China) Scale Out (BW) S - L M M, L M M S - L M M M High Availability X X X X X X X X X DR – Storage Repl.: Sync X X X X X X DR – Storage Repl.: Async X X,X X planned All certified synchronous and asynchronous solutions for SAP HANA Storage Replication are listed in SAP note 1755396. * For most up to date list please go to the SAP Product Availability Matrix (Westmere) or http://scn.sap.com/docs/DOC-52522 (IvyBridge)
  • 7. SAP HANA System Replication
  • 8. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 10Public SAP HANA System Replication What’s New with SPS 08 Replication Modes Three Replication Modes  New Full-Sync option for Synchronous SAP HANA Studio extensions Extended system replication configuration  Support for Multi-Tier System Replication Hostname management Offering a separation of networks and duties  System Replication can be supported with an separate network
  • 9. SAP HANA System Replication Replication Modes in SAP HANA System Replication
  • 10. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 12Public SAP HANA System Replication - Introduction Performance Optimized for HA and DR Performance optimized option  Secondary system completely used for the preparation of a possible take-over  Resources used for data pre-load on Secondary  Take-overs and Performance Ramp shortened maximally Data Center 1 OS: DNS, hostnames, virt. IPs Primary (active) Name Server Index server Secondary (active, data pre-loaded) Name Server Index server HASolutionPartner Clients Application Servers HASolutionPartner Transfer by HANA database kernelInternal Disks Internal Disks Data Disks Log Disks Data Disks Log Disks
  • 11. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 13Public SAP HANA System Replication - Introduction Cost Optimized for HA and DR Cost optimized with  Operating non-prod systems on Secondary  Resources freed (no data pre-load) to be offered to one or more non-prod installations  During take-over the non-prod operation has to be ended  Take-over performance similar to cold start-up Data Center 1 OS: DNS, hostnames, virt. IPs Primary (active) Name Server Index server Secondary Name Server Index server HASolutionPartner Clients Application Servers HASolutionPartner Transfer by HANA database kernelInternal Disks Data Disks Log Disks Internal DisksData Disks Log Disks Data Disks Log Disks PRD QA/DEV QA/DEV running PRD shadow operation QA/DEV running PRD shadow operation
  • 12. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 14Public SAP HANA in Data Centers Cluster Manager with direct SAP HANA System Replication Support HP Serviceguard  Directly available from HP and HP drives the implementation process  Link for further information: o Reference Guide: HP Serviceguard Extensions for SAP Release Notes, March 2014 o User Guide: Managing HP Serviceguard Extensions for SAP for Linux, December 2013 SUSE Cluster  Included with “SUSE SLES for SAP Applications”  Blog: Fail-Safe Operation of SAP HANA®: SUSE Extends Its High-Availability Solution SAP Landscape Virtualization Manager (SAP LVM)  Consulting package to create a cluster manager with SAP LVM available Other cluster managers  In pipeline or can be adapted with individual consulting packages Note: Solution certification is not offered for cluster managers Support is handled by solution partner directly
  • 13. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 15Public System Replication Modes Introduction SAP HANA offers the following replication modes With HANA SPS 08 SAP introduces a new option for the synchronous mode SYNC named Full Sync option On the following slides these modes are explained together with the new option. Log replication Since Short name in system table SR_REGISTER Synchronous SPS 05 SYNC Synchronous in Memory SPS 05 SYNCMEM Asynchronous SPS 06 ASYNC
  • 14. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 16Public System Replication Modes Synchronous with Full Sync option Log Replication “Synchronous with Full Sync Option” Available since  SPS 08 Viewed in system table SR_REGISTER as  SYNC (Full Sync is configured via configuration parameter) Description  Log write is successful, when the log buffer has been written to the log volume of the primary and the secondary instance. In addition, when the secondary system is getting disconnected (e.g. because of network failures), the primary systems suspends transaction processing until the connection to the secondary system is re-established. No data loss occurs in this scenario. Implementation  The replication mode Synchronous can be configured with the full sync option by setting the following configuration parameter on the primary site: • global.ini/[system_replication]/enable_full_sync = true. • hdbnsutil -sr_fullsync [--enable|--disable] Replication mode most interesting for financial institutes Primary Secondary DataData Log Transaction Log STOP
  • 15. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 17Public System Replication Modes Synchronous with Full Sync option - Implementation The recommended way for setting up full sync is the following:  Establish replication between primary and secondary via replication Synchronous first  Wait until all services are ACTIVE in replication mode Synchronous  Enable Full Sync (via hdbnsutil or configuration parameter change) Full Sync Status With the Full Sync Option also the Full Sync Status has been introduced. The Full Sync Status determines, if the Full Sync is currently ACTIVE, that means, when the connection is lost, if transaction processing on the primary will be suspended. Full Sync Status has three possible values:  DISABLED • Full Sync is not configured at all (global.ini/[system_replication]/enable_full_sync = false)  ENABLED • Full Sync configured, but not yet active (global.ini/[system_replication]/enable_full_sync = true)  ACTIVE • Full Sync is configured and active (global.ini/[system_replication]/enable_full_sync = true) The current value of the Full Sync Status is available via select on M_SERVICE_REPLICATION (column FULL_SYNC) or hdbcons "replication info". Primary Secondary DataData Log Transaction Log
  • 16. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 18Public System Replication Modes Synchronous - SYNC Log Replication “Synchronous” Available since  SPS 05 Viewed in System Table SR_REGISTER as  SYNC Description  Log write is successful, when the log buffer has been written to the log volumes of the primary and the secondary instance. When the connection to the secondary system is lost (after a timeout period defined with parameter logshipping_timeout=30), the primary system continues transaction processing and is writing the changes only to the local disk. No data loss occurs in this scenario as long as the secondary system is connected. Data loss can occur, when takeover is executed, after the secondary system is disconnected. Primary Secondary DataData Log Transaction Log
  • 17. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 19Public System Replication Modes Synchronous in Memory – SYNCMEM Log Replication “Synchronous in Memory” Available since  SPS 05 Viewed in System Table SR_REGISTER as  SYNCMEM Description  Log write is successful, when the log buffer has been written to the log volumes of the primary and sending the log has been acknowledged by the secondary instance after copying to memory. When the connection to the secondary system is lost, the primary system continues transaction processing and is writing the changes only to the local disk. Data loss can occur when primary and secondary fail at the same time as long as the secondary system is connected or takeover is executed. Primary Secondary DataData Log Transaction Log
  • 18. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 20Public Log Replication “Asynchronous” Available since  SPS 06 Viewed in System Table SR_REGISTER as  ASYNC Description  Log write is successful, when the log buffer has been written to the log volumes of the primary and send to the secondary via the network channel. In this case data loss can occur.  The change between replication modes SYNC, SYNCMEM and ASYNC is online possible. System Replication Modes Asynchronous – ASYNC Primary Secondary DataData Log Transaction Log
  • 19. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 21Public System Replication Modes Asynchronous – ASYNC – Improvement Improvement  With SPS 07 the ASYNC mode has been changed in a way that additionally to the buffering capabilities of the Operating System, an additional memory buffer inside HANA was added and operated with signaling semaphores. This introduces another decoupling with possibly limited resources on OS side when it comes to ASYNC operation. The size of the intermediate buffer can be changed with the following parameter (here with default size):  [system_replication]/logshipping_async_buffer size = 67108864 It is sufficient to set the parameter only for services with high log generation (e.g. in indexserver.ini) to save memory with other services. It is not necessary to set it globally. Using the following parameter, the behavior in case of buffer full can be change (with default setting):  Transactions and their log transfer are waiting for free space in the buffer, if it’s full global.ini/[system_replication]/logshipping_async_wait_on_buffer_full = true Primary Secondary DataData Log Transaction Log Buffer
  • 20. SAP HANA System Replication SAP HANA Studio extensions for SAP HANA System Replication: Support for Multi Tier System Replication
  • 21. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 23Public SAP HANA Studio Extensions Support for Multi-Tier System Replication Extended system replication configuration  To offer higher levels of availability you can link together multiple systems in a multi-tier system replication landscape.  After setting up a basic system replication scenario you add a third system to provide another level of redundancy.  In a multi-tier setup the primary system is always on tier 1, a tier 2 secondary has a primary system as its replication source and a tier 3 secondary has the tier 2 secondary as its replication source.  The tier 3 secondary can now also be added using SAP HANA studio.  On each node only those actions are provided, which are currently possible – depending on the system status. Data CenterData Center Sync Async
  • 22. SAP HANA System Replication Hostname management with SAP HANA System Replication
  • 23. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 25Public Hostname management with SAP HANA System Replication Introduction SAP HANA System Replication started with a shared usage of the public client network for transferring its data and log information between sites Since SAP HANA SPS 08 its network management offers to separate the networks into  Client network  Internal Network  Network for System Replication The necessary changes in the parameter files (e.g. global.ini) are described in the following slides.  Starting with the case of using a separate network for System Replication  And comparing it with the situation before
  • 24. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 26Public Network design options for System Replication System Replication over separate network with single host configuration Host s1h1 Site 1 Site 2 Separate Replication Network 10.5.* Public Network 10.0.* Client Applications Host s2h110.5.1.* 10.5.2.* 10.0.1.* 10.0.2.* Host Configuration: global.ini [communication] listeninterface=.local [system_replication_hostname_resolution] 10.5.2.1=s2h1 Optionally configurable with global.ini: [public_hostname_resulution] Host Configuration: global.ini [communication] listeninterface=.local [system_replication_hostname_resolution] 10.5.1.1=s1h1
  • 25. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 27Public Network design options for System Replication System Replication over separate network with Scale-Out configuration Host s1h1 Host s1h2 Host s1h3 Site 1 Site 2 Separate Replication Network 10.5.* Public Network 10.0.* Client Applications Host s2h1 Host s2h2 Host s2h310.5.1.* 10.5.2.* 10.0.1.* 10.0.2.* Optionally configurable with global.ini: [public_hostname_resulution] Host Configuration: global.ini [communication] listeninterface=.global [ [system_replication_hostname_resolution] 10.5.2.1=s2h1 10.5.2.2=s2h2 10.5.2.3=s2h3 Host Configuration: global.ini [communication] listeninterface=.global [ [system_replication_hostname_resolution] 10.5.1.1=s2h1 10.5.1.2=s2h2 10.5.1.3=s2h3
  • 26. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 28Public Internal Network 192.168.*Internal Network 192.168.* Network design options for System Replication System Replication over separate network with Scale-Out and internal network separation Host s1h1 Host s1h2 Host s1h3 Site 1 Site 2 Separate Replication Network 10.5.* Public Network 10.0.* Client Applications Host s2h1 Host s2h2 Host s2h310.5.1.* 10.5.2.* 10.0.1.* 10.0.2.* Host Configuration: global.ini [communication] listeninterface=.internal [internal_host _resolution] 192.168.1.1=s1h1 192.168.1.2=s1h2 192.168.1.3=s1h3 [system_replication_hostname_resolution] 10.5.2.1=s2h1 10.5.2.2=s2h2 10.5.2.3=s2h3 Optionally configurable with global.ini: [public_hostname_resulution] Host Configuration: global.ini [communication] listeninterface=.internal [internal_host _resolution] 192.168.1.1=s2h1 192.168.1.2=s2h2 192.168.1.3=s2h3 [system_replication_hostname_resolution] 10.5.1.1=s1h1 10.5.1.2=s1h2 10.5.1.3=s1h3
  • 27. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 29Public Internal Network 192.168.*Internal Network 192.168.* Network design options for System Replication System Replication over public network with Scale-Out and internal network separation Host s1h1 Host s1h2 Host s1h3 Site 1 Site 2 Public Network 10.0.* Client Applications Host s2h1 Host s2h2 Host s2h3 10.0.1.* 10.0.2.* Host Configuration: global.ini [communication] listeninterface=.internal [internal_host _resolution] 192.168.1.1=s1h1 192.168.1.2=s1h2 192.168.1.3=s1h3 Optionally configurable with global.ini: [public_hostname_resulution] Host Configuration: global.ini [communication] listeninterface=.internal [internal_host _resolution] 192.168.1.1=s2h1 192.168.1.2=s2h2 192.168.1.3=s2h3
  • 28. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 30Public Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your license agreement or any other agreement with SAP. SAP has no obligation to pursue any course of business outlined in this presentation or to develop or release any functionality mentioned in this presentation. This presentation and SAP’s strategy and possible future developments are subject to change and may be changed by SAP at any time for any reason without notice. 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. SAP assumes no responsibility for errors or omissions in this document, except if such damages were caused by SAP intentionally or grossly negligent.
  • 29. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 31Public How to find SAP HANA documentation on this topic? SAP HANA Platform SPS  What’s New – Release Notes  Installation – SAP HANA Server InstallationGuide  Security  Administration – SAP HANA Administration Guide  Development – SAP HANA Developer Guide  References – SAP HANA SQL Reference • In addition to this learning material, you find SAP HANA documentation on SAP Help Portal knowledge center at http://help.sap.com/hana_platform. • The knowledge center is structured according to the product lifecycle: installation, security, administration, development. So you can find e.g. the SAP HANA Server Installation Guide in the Installation section and so forth …
  • 30. © 2014 SAP AG or an SAP affiliate company. All rights reserved. Thank you Contact information Dr. Ralf Czekalla SAP HANA Product Management AskSAPHANA@sap.com To get the best overview of what’s new in SAP HANA SPS 08, read this blog.
  • 31. © 2014 SAP AG or an SAP affiliate company. All rights reserved. 33Public © 2014 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG or an SAP affiliate company. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG (or an SAP affiliate company) in Germany and other countries. Please see http://global12.sap.com/corporate-en/legal/copyright/index.epx for additional trademark information and notices. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP AG or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP AG or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP AG or SAP affiliate company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. In particular, SAP AG or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and SAP AG’s or its affiliated companies’ strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP AG or its affiliated companies at any time for any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward- looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions.