SlideShare ist ein Scribd-Unternehmen logo
1 von 20
SAP HANA Product Management December, 2015
(Delta from SPS 10 to SPS 11)
SAP HANA SPS 11 - What’s New?
Mission Critical Data Center Operations
Scale-Out, High Availability and Disaster Recovery
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 2Confidential
Mission Critical Data Center Operation – What’s New in SPS 11?
Agenda
Scale-Out, High Availability (Host Auto-
Failover)
 Operational Security: Time-check during integration
of new Scale-Out members
Disaster Recovery, High Availability
 SAP HANA Storage Replication
o Changes in certification management
 SAP HANA System Replication
o New option: HotStandby (continuous Log Replay)
o Snapshot backups for starting SAP HANA System
Replication initialization
o ProxyViews of Secondary on Primary with SAP
HANA System Replication
o HA/DR Provider Framework
o New Hook: srConnectionChanged()
o Miscellaneous
o Good to know…
Scale-Out
High Availability
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Confidential
What’s New in SAP HANA SPS 11: Scale-Out/Host Auto-Failover
Operational security for Scale-Out
Operational security:
For new members of a Scale-Out cluster a check for local time settings
during integration of this new host(s) is performed
Standard is to prevent an integration of new Scale-Out members with
bigger time differences
Alternatively the installation tools (hdbaddhost) got manual overwrite
options for the graphical and console tool versions
 hdbaddhost --ignore=check_timediff
Additionally there exists an alert which checks regularly on time
differences in Scale-Out clusters
 Time difference on a host/member to initiate alert: 1,2,3 minute differences
equal to Low, Med, High priority warning
 Frequency: every hour
 Alert number: 76 – Discrepancy between host server times
Disaster Recovery
High Availability
SAP HANA Storage Replication
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 7Confidential
What’s New in SAP HANA SPS 11: SAP HANA Storage Replication
Changes in certification management
Existing storage replication solution certifications for all
SAP HANA appliances continue their validity
Solutions reported in SAP note 1755396
All newer solutions are supported directly by corresponding
vendors (hardware and/or storage partners)
No further certification of these storage replication solutions
by SAP for use with SAP HANA
With the huge pool of certified technologies by SAP ICC for
SAP HANA tailored data center integration (TDI), SAP HANA
can use a lot of option of these hardware and technology
vendors
Data Center 2Data Center 1
OS: Mounts
Data
Volumes
Log
Volume
OS: DNS, virt. hostnames, virt. IP
Primary
Name
Server
Index
server
Name
Server
Index
server
Name
Server
Index
server
Secondary
Prod. (inactive), QA&DEV (active)
Name
Server
Index
server
Name
Server
Index
server
Name
Server
Index
server
HASolutionPartner
Storage
Mirroring
Clients Application Servers
HASolutionPartner
Data
Volumes
Log
Volume
Data
Volumes
Log
Volume
Data
Volumes
Log
Volume
Data
Volumes
Log
Volume
Data
Volumes
Log
Volume
SAP HANA System Replication
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Confidential
What’s New in SAP HANA SPS 11: SAP HANA System Replication
HotStandby – Continuous Log Replay - Overview
Continuous log replay (Pure log-based transfer)
Redo Log is processed immediately on Secondary (Commit based)
New Operation mode “logreplay”
 Option to hdbnsutil: --operationMode=logreplay
 Has to be defined on Secondary connecting to Primary
No more delta-data transfer necessary
Reduced take-over times
Network traffic significantly reduced
Automatic initial data transfer still supported
Operations mode delta data shipment still supported
 Option to hdbnsutil: --operationMode=delta_datashipping
Compatible to the current set of operation commands – optimization under the hood
o Parameter name operation_mode [delta_datashipping|logreplay]
o Multi-Tier system replication supported
o No mixture with delta-data shipment (all members must use same operation mode)
Build the foundation for active/active operations (planned beyond)
Automatic Initial
Data Load
Primary
HANA
Secondary
HANA
Log
Delta-
Data
Primary
HANA
Secondary
HANA
Client
r/or/w
Log
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 10Confidential
What’s New in SAP HANA SPS 11: SAP HANA System Replication
HotStandby – Continuous Log Replay – Activation
Only a few steps are necessary to configure
SAP HANA system replication:
 Create an initial data backup (native or storage snapshot)
 Enable primary system for system replication
 Register secondary
 New option in Operation Mode: “logreplay”
 Start secondary
Command line tool hdbnsutil
First initial data backup
Enable Primary
 hdbnsutil -sr_enable ...
Jump to Secondary and register
 hdbnsutil –sr_register
–-replicationMode=[sync|syncmem|async]
--operationMode=[delta_datashipping|logreplay]...
Start Secondary
SAP HANA studio
Prim.
Sec.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 11Confidential
What’s New in SAP HANA SPS 11: SAP HANA System Replication
HotStandby – Continuous Log Replay – New Parameters
logshipping_max_retention_size <> 0 (soft limit)
 In disconnect situation the log segments are not re-used until max size limit
is reached or in log full situation – then they are reused.
 Prevents system standstill on primary site due to too many log segments,
that are held for syncing the secondary site.
 This way primary is kept running with the drawback, that the secondary
cannot sync anymore and will have to be reinitialized with a data shipping.
logshipping_max_retention_size = 0 (hard limit)
 log segments required for secondary syncing are not re-used and a log full
results into a system standstill on primary site until log writing can continue.
 Here to sync the secondary has priority over standstill on the primary.
 When the reason for the log full has been resolved (on primary or secondary
site), transaction processing can continue.
 Consequence: Increase Log Volume capacity in case of longer
outages of system replication to prevent following initial loads.
 Alternatively: De-registration
A re-registration will automatically check if an initial shipment is again
necessary and execute accordingly (e.g. on longer extractions)
New
New
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 12Confidential
What’s New in SAP HANA SPS 11: SAP HANA System Replication
HotStandby – Continuous Log Replay – Feedbacks from Beta Shipment program
Comparison between
delta_datashipping and logreplay
with regards to network traffic showing the
expected
o (measurements done with itop Linux tool capturing
network traffic every 5 minutes):
 Delta data shipping: peaks roughly every 10
minutes (when delta data shipping is triggered)
 Logreplay: no peaks – continuously shipped log
buffers
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 13Confidential
What’s New in SAP HANA SPS 11: SAP HANA System Replication
HotStandby – Continuous Log Replay – Operation
Dual purpose use – running non-PROD on Secondary
Worst case memory requirement for shadow PROD operation: Persistent data – LOB data
 „Persistent data“ is all relevant content from data volumes loaded in memory
 „LOB data“ are large (binary|character) objects which are usually kept on disk (hybrid LOBs)
 Presumably half of Secondary occupied with shadow PROD operation
First sizing formula to evaluate situation from live systems:
Size of loaded column tables (in-memory)
+ RowStore size
+ 50 GB (for log replay operation)
Size of loaded column tables:
 select round(sum(memory_size_in_total)/1024/1024/1024) size_GB from m_cs_tables;
RowStore size:
 select host,round(sum(page_size * USED_BLOCK_COUNT)/1024/1024/1024,2) as
"RowStore Size GB"
from m_data_volume_page_statistics
where page_sizeclass = '16k-RowStore' group by host;
Further refinement probably follow…
Automatic Initial
Data Load
Primary
HANA
PROD
Secondary
HANA
shadow
PROD
HANA
non-
PROD
Log
Sizing?
Free
Resources
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 14Confidential
What’s New in SAP HANA SPS 11: SAP HANA System Replication
Snapshot backups for starting SAP HANA System Replication initialization
For starting SAP HANA System Replication an initial data
backup is necessary with a subsequent entry in SAP HANA
backup history
With SAP HANA SPS11 also a Storage Snapshot backup
listed in the backup history of SAP HANA can be accepted
Since SAP HANA Studio version 2.5 ff. this option is possible
in GUI tool
On console operation of SAP HANA System Replication it’s
already accepted today
 Benefit for administrators:
No waiting time for initial data backup to finish
SiteA
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Confidential
What’s New in SAP HANA SPS 11: SAP HANA System Replication
Renamed parameter
Renamed option for hdbnsutil:
--mode=[sync|syncmem|async]
has been renamed to
--replicationMode=[sync|syncmem|async]
Downwards compatibility is given
 Option --mode still recognized and interpreted as --replicationMode
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Confidential
What’s New in SAP HANA SPS 11: SAP HANA System Replication
ProxyViews of Secondary on Primary with SAP HANA System Replication
ProxyViews
For easier monitoring and reporting of the secondary site statistics, like
 detailed memory consumption,
 I/O-load and more
remote access via SQL is introduced on the primary site.
This feature is realized by providing proxy schemas and views on the primary site, which
extract the corresponding information from the monitoring views on the secondary site.
A new schema is available on the primary site named
_SYS_SR_SITE_<siteName>
where <siteName> is equivalent to the case-sensitive name used to register the secondary
site.
Note:
 Views can have an additional "<viewname>_RESET" view, e.g., "M_HEAP_MEMORY_RESET“
 Allows to reset the counters for a monitoring session on the selected view
Limitations
 Monitoring view access only possible, if primary and secondary run with exactly the same software version
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 17Confidential
What’s New in SAP HANA SPS 11: SAP HANA System Replication
HA/DR Provider Framework – new hook: srConnectionChanged()
HA/DR Provider Framework now offers an active
“communication” channel
 Possibility to inform external entities about activities
inside of SAP HANA operations
 New: Communication with an external cluster
manager to inform about trouble on the connection
to Secondary
 Detailed documented in SAP HANAAdmin Guide with
detailed code examples
 A Python script provides hooks that can be called in
response to events during System Replication process or
state change (see table)
 Parameter section in global.ini:
[ha_dr_provider_<classname>]
o provider = : The class name
o path = : Location of the script
o execution_order = : The ordering of the HA/DR Provider
if there is more than one; this is a number between 1 and 99
Name Trigger Caller Landscape Error behavior
startup() Beginning of
nameserver’s
startup phase
Starting
nameserver
Each host
individually
Nameserver
aborts, startup
is cancelled
shutdown() Just before the
nameserver exists
Stopping
nameserver
Each host
individually
Error trace is
written
preTakeover()
[System Replication]
s soon as the
hdbnsutil -
sr_takeover
command is issued
Master
nameserver
Called only
once on the
master
Takeover is
aborted
postTakeover()
[System Replication]
As soon as all
services with a
volume return from
their assign-call
(open SQL port)
Master
nameserver
Called only
once on the
master
Error trace is
written
srConnectionChanged()
[System Replication]
HA/DR Provider
hook for system
replication
connectivity
changes: As soon
as one of the
replicating services
loses or (re-)
establishes the
system replication
connection
Master
nameserver
Called only
once on the
master
Error trace is
writtenNew
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 18Confidential
What’s New in SAP HANA SPS 11: SAP HANA System Replication
Miscellaneous – Good to know…
Take-Over Decisions
SAP Note 2063657 gives some guideance on „Takeover Decisions“
 What helps when
Troubleshooting Guide
http://help.sap.com/hana/SAP_HANA_Troubleshooting_and_Performance_Analysis_Guide_en.pdf
SAP HANA System Replication for System Copy
Documented in SAP Note 2165547
Changes in the area of Alerts for SAP HANA System Replication
Alert 78 (Connection between systems in system replication setup – connection close) and
Alert 79 (Configuration consistency of system in system replication setups)
are now longer visible than 5 minutes  rechecked every hour
© 2015 SAP SE or an SAP affiliate company. All rights reserved.
Thank you
Contact information
Dr. Ralf Czekalla
SAP HANA Product Management
ralf.czekalla@sap.com
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 22Confidential
© 2015 SAP SE 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 SE 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 SE (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 SE and its distributors contain proprietary software components of other software vendors.
National product specifications may vary.
These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its
affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE 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 SE 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 SE’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 SE 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.

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
SAP HANA SPS10- SAP HANA Dynamic Tiering
SAP HANA SPS10- SAP HANA Dynamic TieringSAP HANA SPS10- SAP HANA Dynamic Tiering
SAP HANA SPS10- SAP HANA Dynamic TieringSAP Technology
 
SAP HANA SPS08 Application Lifecycle Management
SAP HANA SPS08 Application Lifecycle ManagementSAP HANA SPS08 Application Lifecycle Management
SAP HANA SPS08 Application Lifecycle Management 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
 
SAP HANA SPS09 - SAP HANA Platform Lifecycle Management
SAP HANA SPS09 - SAP HANA Platform Lifecycle ManagementSAP HANA SPS09 - SAP HANA Platform Lifecycle Management
SAP HANA SPS09 - SAP HANA Platform Lifecycle ManagementSAP Technology
 
SAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP HANA SPS09 - Multitenant Database Containers
SAP HANA SPS09 - Multitenant Database ContainersSAP Technology
 
What's new in SAP HANA SPS 11 Security
What's new in SAP HANA SPS 11 SecurityWhat's new in SAP HANA SPS 11 Security
What's new in SAP HANA SPS 11 SecuritySAP Technology
 
SAP HANA SPS09 - SAP HANA Scalability
SAP HANA SPS09 - SAP HANA ScalabilitySAP HANA SPS09 - SAP HANA Scalability
SAP HANA SPS09 - SAP HANA ScalabilitySAP 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
 
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 ManagementSAP Technology
 
SAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & MonitoringSAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & Monitoring SAP Technology
 
SAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScriptSAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScriptSAP Technology
 
What's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data AccessWhat's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data AccessSAP Technology
 
SAP HANA SPS10- SAP HANA Remote Data Sync
SAP HANA SPS10- SAP HANA Remote Data SyncSAP HANA SPS10- SAP HANA Remote Data Sync
SAP HANA SPS10- SAP HANA Remote Data SyncSAP Technology
 
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 HANA SPS09 - Security
SAP HANA SPS09 - SecuritySAP HANA SPS09 - Security
SAP HANA SPS09 - SecuritySAP Technology
 
HANA SPS07 Replication
HANA SPS07 ReplicationHANA SPS07 Replication
HANA SPS07 ReplicationSAP Technology
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP Technology
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP 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 PlatformsSAP Technology
 

Was ist angesagt? (20)

SAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle ManagementSAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle Management
 
SAP HANA SPS10- SAP HANA Dynamic Tiering
SAP HANA SPS10- SAP HANA Dynamic TieringSAP HANA SPS10- SAP HANA Dynamic Tiering
SAP HANA SPS10- SAP HANA Dynamic Tiering
 
SAP HANA SPS08 Application Lifecycle Management
SAP HANA SPS08 Application Lifecycle ManagementSAP HANA SPS08 Application Lifecycle Management
SAP HANA SPS08 Application Lifecycle Management
 
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 HANA SPS09 - SAP HANA Platform Lifecycle Management
SAP HANA SPS09 - SAP HANA Platform Lifecycle ManagementSAP HANA SPS09 - SAP HANA Platform Lifecycle Management
SAP HANA SPS09 - SAP HANA Platform Lifecycle Management
 
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 Security
What's new in SAP HANA SPS 11 SecurityWhat's new in SAP HANA SPS 11 Security
What's new in SAP HANA SPS 11 Security
 
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 SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database ContainersSAP HANA SPS10- Multitenant Database Containers
SAP HANA SPS10- Multitenant Database Containers
 
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 HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & MonitoringSAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & Monitoring
 
SAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScriptSAP HANA SPS10- SQLScript
SAP HANA SPS10- SQLScript
 
What's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data AccessWhat's new on SAP HANA Smart Data Access
What's new on SAP HANA Smart Data Access
 
SAP HANA SPS10- SAP HANA Remote Data Sync
SAP HANA SPS10- SAP HANA Remote Data SyncSAP HANA SPS10- SAP HANA Remote Data Sync
SAP HANA SPS10- SAP HANA Remote Data Sync
 
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 SPS09 - Security
SAP HANA SPS09 - SecuritySAP HANA SPS09 - Security
SAP HANA SPS09 - Security
 
HANA SPS07 Replication
HANA SPS07 ReplicationHANA SPS07 Replication
HANA SPS07 Replication
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration Monitoring
 
SAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- Security
 
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
 

Andere mochten auch

What's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data QualityWhat's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data QualitySAP Technology
 
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
 
SQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and OdataSQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and OdataSAP Technology
 
SAP HANA SPS09 - Dynamic Tiering
SAP HANA SPS09 - Dynamic TieringSAP HANA SPS09 - Dynamic Tiering
SAP HANA SPS09 - Dynamic TieringSAP Technology
 
SAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP 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
 
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...Deployment and Development approaches for the ISV using PowerBuilder and SQL ...
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...SAP Technology
 
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...SAP Technology
 
Maximizing Database Tuning in SAP SQL Anywhere
Maximizing Database Tuning in SAP SQL AnywhereMaximizing Database Tuning in SAP SQL Anywhere
Maximizing Database Tuning in SAP SQL AnywhereSAP Technology
 
SQL Anywhere Tips and Tricks
SQL Anywhere Tips and TricksSQL Anywhere Tips and Tricks
SQL Anywhere Tips and TricksSAP Technology
 
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetBig Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetSAP Technology
 
SAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA AnswersSAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA AnswersSAP Technology
 
Big Data, Big Thinking: Untapped Opportunities
Big Data, Big Thinking: Untapped OpportunitiesBig Data, Big Thinking: Untapped Opportunities
Big Data, Big Thinking: Untapped OpportunitiesSAP Technology
 
SAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text SearchSAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text SearchSAP Technology
 
SAP HANA SPS10- Text Analysis & Text Mining
SAP HANA SPS10- Text Analysis & Text MiningSAP HANA SPS10- Text Analysis & Text Mining
SAP HANA SPS10- Text Analysis & Text MiningSAP Technology
 
Enterprise Information Management
Enterprise Information ManagementEnterprise Information Management
Enterprise Information ManagementSAP Technology
 
An In-Depth Look at SAP SQL Anywhere Performance Features
An In-Depth Look at SAP SQL Anywhere Performance FeaturesAn In-Depth Look at SAP SQL Anywhere Performance Features
An In-Depth Look at SAP SQL Anywhere Performance FeaturesSAP Technology
 

Andere mochten auch (17)

What's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data QualityWhat's New for SAP HANA Smart Data Integration & Smart Data Quality
What's New for SAP HANA Smart Data Integration & Smart Data Quality
 
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
 
SQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and OdataSQLAnywhere 16.0 and Odata
SQLAnywhere 16.0 and Odata
 
SAP HANA SPS09 - Dynamic Tiering
SAP HANA SPS09 - Dynamic TieringSAP HANA SPS09 - Dynamic Tiering
SAP HANA SPS09 - Dynamic Tiering
 
SAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload ManagementSAP HANA SPS10- Workload Management
SAP HANA SPS10- Workload Management
 
SAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information ManagementSAP HANA SPS10- Enterprise Information Management
SAP HANA SPS10- Enterprise Information Management
 
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...Deployment and Development approaches for the ISV using PowerBuilder and SQL ...
Deployment and Development approaches for the ISV using PowerBuilder and SQL ...
 
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
Building ISV Applications that run in the cloud with SQL Anywhere On-Demand E...
 
Maximizing Database Tuning in SAP SQL Anywhere
Maximizing Database Tuning in SAP SQL AnywhereMaximizing Database Tuning in SAP SQL Anywhere
Maximizing Database Tuning in SAP SQL Anywhere
 
SQL Anywhere Tips and Tricks
SQL Anywhere Tips and TricksSQL Anywhere Tips and Tricks
SQL Anywhere Tips and Tricks
 
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetBig Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
 
SAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA AnswersSAP HANA SPS09 - SAP HANA Answers
SAP HANA SPS09 - SAP HANA Answers
 
Big Data, Big Thinking: Untapped Opportunities
Big Data, Big Thinking: Untapped OpportunitiesBig Data, Big Thinking: Untapped Opportunities
Big Data, Big Thinking: Untapped Opportunities
 
SAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text SearchSAP HANA SPS09 - Full-text Search
SAP HANA SPS09 - Full-text Search
 
SAP HANA SPS10- Text Analysis & Text Mining
SAP HANA SPS10- Text Analysis & Text MiningSAP HANA SPS10- Text Analysis & Text Mining
SAP HANA SPS10- Text Analysis & Text Mining
 
Enterprise Information Management
Enterprise Information ManagementEnterprise Information Management
Enterprise Information Management
 
An In-Depth Look at SAP SQL Anywhere Performance Features
An In-Depth Look at SAP SQL Anywhere Performance FeaturesAn In-Depth Look at SAP SQL Anywhere Performance Features
An In-Depth Look at SAP SQL Anywhere Performance Features
 

Ähnlich wie SAP HANA Mission Critical Data Center Operations

SAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS08 Scale-Out, High Availability and Disaster RecoverySAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery SAP Technology
 
SAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/RecoverySAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/RecoverySAP Technology
 
Automating SAP HANA System Replication
Automating SAP HANA System ReplicationAutomating SAP HANA System Replication
Automating SAP HANA System ReplicationDirk Oppenkowski
 
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 - Backup and Recovery
SAP HANA SPS09 - Backup and RecoverySAP HANA SPS09 - Backup and Recovery
SAP HANA SPS09 - Backup and RecoverySAP Technology
 
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
 
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 TieringSAP Technology
 
Itm110 how does sap solution manager support sap hana
Itm110 how does sap solution manager support sap hanaItm110 how does sap solution manager support sap hana
Itm110 how does sap solution manager support sap hanaOlivier Bilger
 
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 - 2014Praveen Sabbavarapu
 
170627_s4hana_key_adoption_scenarios (1).pdf
170627_s4hana_key_adoption_scenarios (1).pdf170627_s4hana_key_adoption_scenarios (1).pdf
170627_s4hana_key_adoption_scenarios (1).pdffarzanaperween83
 
170627_s4hana_key_adoption_scenarios (1) (1) (1).pdf
170627_s4hana_key_adoption_scenarios (1) (1) (1).pdf170627_s4hana_key_adoption_scenarios (1) (1) (1).pdf
170627_s4hana_key_adoption_scenarios (1) (1) (1).pdffarzanaperween83
 
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/4HANAFinceptum Oy
 
170627_s4hana_key_adoption_scenarios.pptx
170627_s4hana_key_adoption_scenarios.pptx170627_s4hana_key_adoption_scenarios.pptx
170627_s4hana_key_adoption_scenarios.pptxPavanSharma686420
 
Sap HANA Training doc
Sap HANA Training doc Sap HANA Training doc
Sap HANA Training doc Mansur Shaik
 
Sap slt100 sps08 latest sample
Sap slt100 sps08 latest sampleSap slt100 sps08 latest sample
Sap slt100 sps08 latest sampleSap Materials
 
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 meetingYASH Technologies
 
SAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfSAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfssuser17886a
 

Ähnlich wie SAP HANA Mission Critical Data Center Operations (20)

SAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS08 Scale-Out, High Availability and Disaster RecoverySAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery
SAP HANA SPS08 Scale-Out, High Availability and Disaster Recovery
 
SAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/RecoverySAP HANA SPS10- Backup/Recovery
SAP HANA SPS10- Backup/Recovery
 
Automating SAP HANA System Replication
Automating SAP HANA System ReplicationAutomating SAP HANA System Replication
Automating SAP HANA System Replication
 
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 - Backup and Recovery
SAP HANA SPS09 - Backup and RecoverySAP HANA SPS09 - Backup and Recovery
SAP HANA SPS09 - Backup and Recovery
 
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
 
TZH300_EN_COL96
TZH300_EN_COL96TZH300_EN_COL96
TZH300_EN_COL96
 
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
 
HANA SPS07 Security
HANA SPS07 Security HANA SPS07 Security
HANA SPS07 Security
 
Itm110 how does sap solution manager support sap hana
Itm110 how does sap solution manager support sap hanaItm110 how does sap solution manager support sap hana
Itm110 how does sap solution manager support sap hana
 
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
 
HANA SPS07 LCM
HANA SPS07 LCMHANA SPS07 LCM
HANA SPS07 LCM
 
170627_s4hana_key_adoption_scenarios (1).pdf
170627_s4hana_key_adoption_scenarios (1).pdf170627_s4hana_key_adoption_scenarios (1).pdf
170627_s4hana_key_adoption_scenarios (1).pdf
 
170627_s4hana_key_adoption_scenarios (1) (1) (1).pdf
170627_s4hana_key_adoption_scenarios (1) (1) (1).pdf170627_s4hana_key_adoption_scenarios (1) (1) (1).pdf
170627_s4hana_key_adoption_scenarios (1) (1) (1).pdf
 
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
 
170627_s4hana_key_adoption_scenarios.pptx
170627_s4hana_key_adoption_scenarios.pptx170627_s4hana_key_adoption_scenarios.pptx
170627_s4hana_key_adoption_scenarios.pptx
 
Sap HANA Training doc
Sap HANA Training doc Sap HANA Training doc
Sap HANA Training doc
 
Sap slt100 sps08 latest sample
Sap slt100 sps08 latest sampleSap slt100 sps08 latest sample
Sap slt100 sps08 latest sample
 
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
 
SAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfSAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdf
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPTBoston Institute of Analytics
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...Amil Baba Dawood bangali
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Cathrine Wilhelmsen
 
convolutional neural network and its applications.pdf
convolutional neural network and its applications.pdfconvolutional neural network and its applications.pdf
convolutional neural network and its applications.pdfSubhamKumar3239
 
Cyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataCyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataTecnoIncentive
 
Bank Loan Approval Analysis: A Comprehensive Data Analysis Project
Bank Loan Approval Analysis: A Comprehensive Data Analysis ProjectBank Loan Approval Analysis: A Comprehensive Data Analysis Project
Bank Loan Approval Analysis: A Comprehensive Data Analysis ProjectBoston Institute of Analytics
 
Digital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing worksDigital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing worksdeepakthakur548787
 
Networking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptxNetworking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptxHimangsuNath
 
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxmodul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxaleedritatuxx
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Boston Institute of Analytics
 
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Boston Institute of Analytics
 
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptx
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptxThe Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptx
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptxTasha Penwell
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max PrincetonTimothy Spann
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024Susanna-Assunta Sansone
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxMike Bennett
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryJeremy Anderson
 
What To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxWhat To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxSimranPal17
 
Decoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis ProjectDecoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis ProjectBoston Institute of Analytics
 

Kürzlich hochgeladen (20)

Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)
 
convolutional neural network and its applications.pdf
convolutional neural network and its applications.pdfconvolutional neural network and its applications.pdf
convolutional neural network and its applications.pdf
 
Cyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataCyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded data
 
Bank Loan Approval Analysis: A Comprehensive Data Analysis Project
Bank Loan Approval Analysis: A Comprehensive Data Analysis ProjectBank Loan Approval Analysis: A Comprehensive Data Analysis Project
Bank Loan Approval Analysis: A Comprehensive Data Analysis Project
 
Digital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing worksDigital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing works
 
Networking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptxNetworking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptx
 
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptxmodul pembelajaran robotic Workshop _ by Slidesgo.pptx
modul pembelajaran robotic Workshop _ by Slidesgo.pptx
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
 
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
 
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptx
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptxThe Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptx
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptx
 
Data Analysis Project: Stroke Prediction
Data Analysis Project: Stroke PredictionData Analysis Project: Stroke Prediction
Data Analysis Project: Stroke Prediction
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max Princeton
 
Insurance Churn Prediction Data Analysis Project
Insurance Churn Prediction Data Analysis ProjectInsurance Churn Prediction Data Analysis Project
Insurance Churn Prediction Data Analysis Project
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptx
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data Story
 
What To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxWhat To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptx
 
Decoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis ProjectDecoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis Project
 

SAP HANA Mission Critical Data Center Operations

  • 1. SAP HANA Product Management December, 2015 (Delta from SPS 10 to SPS 11) SAP HANA SPS 11 - What’s New? Mission Critical Data Center Operations Scale-Out, High Availability and Disaster Recovery
  • 2. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 2Confidential Mission Critical Data Center Operation – What’s New in SPS 11? Agenda Scale-Out, High Availability (Host Auto- Failover)  Operational Security: Time-check during integration of new Scale-Out members Disaster Recovery, High Availability  SAP HANA Storage Replication o Changes in certification management  SAP HANA System Replication o New option: HotStandby (continuous Log Replay) o Snapshot backups for starting SAP HANA System Replication initialization o ProxyViews of Secondary on Primary with SAP HANA System Replication o HA/DR Provider Framework o New Hook: srConnectionChanged() o Miscellaneous o Good to know…
  • 4. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Confidential What’s New in SAP HANA SPS 11: Scale-Out/Host Auto-Failover Operational security for Scale-Out Operational security: For new members of a Scale-Out cluster a check for local time settings during integration of this new host(s) is performed Standard is to prevent an integration of new Scale-Out members with bigger time differences Alternatively the installation tools (hdbaddhost) got manual overwrite options for the graphical and console tool versions  hdbaddhost --ignore=check_timediff Additionally there exists an alert which checks regularly on time differences in Scale-Out clusters  Time difference on a host/member to initiate alert: 1,2,3 minute differences equal to Low, Med, High priority warning  Frequency: every hour  Alert number: 76 – Discrepancy between host server times
  • 6. SAP HANA Storage Replication
  • 7. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 7Confidential What’s New in SAP HANA SPS 11: SAP HANA Storage Replication Changes in certification management Existing storage replication solution certifications for all SAP HANA appliances continue their validity Solutions reported in SAP note 1755396 All newer solutions are supported directly by corresponding vendors (hardware and/or storage partners) No further certification of these storage replication solutions by SAP for use with SAP HANA With the huge pool of certified technologies by SAP ICC for SAP HANA tailored data center integration (TDI), SAP HANA can use a lot of option of these hardware and technology vendors Data Center 2Data Center 1 OS: Mounts Data Volumes Log Volume OS: DNS, virt. hostnames, virt. IP Primary Name Server Index server Name Server Index server Name Server Index server Secondary Prod. (inactive), QA&DEV (active) Name Server Index server Name Server Index server Name Server Index server HASolutionPartner Storage Mirroring Clients Application Servers HASolutionPartner Data Volumes Log Volume Data Volumes Log Volume Data Volumes Log Volume Data Volumes Log Volume Data Volumes Log Volume
  • 8. SAP HANA System Replication
  • 9. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Confidential What’s New in SAP HANA SPS 11: SAP HANA System Replication HotStandby – Continuous Log Replay - Overview Continuous log replay (Pure log-based transfer) Redo Log is processed immediately on Secondary (Commit based) New Operation mode “logreplay”  Option to hdbnsutil: --operationMode=logreplay  Has to be defined on Secondary connecting to Primary No more delta-data transfer necessary Reduced take-over times Network traffic significantly reduced Automatic initial data transfer still supported Operations mode delta data shipment still supported  Option to hdbnsutil: --operationMode=delta_datashipping Compatible to the current set of operation commands – optimization under the hood o Parameter name operation_mode [delta_datashipping|logreplay] o Multi-Tier system replication supported o No mixture with delta-data shipment (all members must use same operation mode) Build the foundation for active/active operations (planned beyond) Automatic Initial Data Load Primary HANA Secondary HANA Log Delta- Data Primary HANA Secondary HANA Client r/or/w Log
  • 10. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 10Confidential What’s New in SAP HANA SPS 11: SAP HANA System Replication HotStandby – Continuous Log Replay – Activation Only a few steps are necessary to configure SAP HANA system replication:  Create an initial data backup (native or storage snapshot)  Enable primary system for system replication  Register secondary  New option in Operation Mode: “logreplay”  Start secondary Command line tool hdbnsutil First initial data backup Enable Primary  hdbnsutil -sr_enable ... Jump to Secondary and register  hdbnsutil –sr_register –-replicationMode=[sync|syncmem|async] --operationMode=[delta_datashipping|logreplay]... Start Secondary SAP HANA studio Prim. Sec.
  • 11. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 11Confidential What’s New in SAP HANA SPS 11: SAP HANA System Replication HotStandby – Continuous Log Replay – New Parameters logshipping_max_retention_size <> 0 (soft limit)  In disconnect situation the log segments are not re-used until max size limit is reached or in log full situation – then they are reused.  Prevents system standstill on primary site due to too many log segments, that are held for syncing the secondary site.  This way primary is kept running with the drawback, that the secondary cannot sync anymore and will have to be reinitialized with a data shipping. logshipping_max_retention_size = 0 (hard limit)  log segments required for secondary syncing are not re-used and a log full results into a system standstill on primary site until log writing can continue.  Here to sync the secondary has priority over standstill on the primary.  When the reason for the log full has been resolved (on primary or secondary site), transaction processing can continue.  Consequence: Increase Log Volume capacity in case of longer outages of system replication to prevent following initial loads.  Alternatively: De-registration A re-registration will automatically check if an initial shipment is again necessary and execute accordingly (e.g. on longer extractions) New New
  • 12. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 12Confidential What’s New in SAP HANA SPS 11: SAP HANA System Replication HotStandby – Continuous Log Replay – Feedbacks from Beta Shipment program Comparison between delta_datashipping and logreplay with regards to network traffic showing the expected o (measurements done with itop Linux tool capturing network traffic every 5 minutes):  Delta data shipping: peaks roughly every 10 minutes (when delta data shipping is triggered)  Logreplay: no peaks – continuously shipped log buffers
  • 13. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 13Confidential What’s New in SAP HANA SPS 11: SAP HANA System Replication HotStandby – Continuous Log Replay – Operation Dual purpose use – running non-PROD on Secondary Worst case memory requirement for shadow PROD operation: Persistent data – LOB data  „Persistent data“ is all relevant content from data volumes loaded in memory  „LOB data“ are large (binary|character) objects which are usually kept on disk (hybrid LOBs)  Presumably half of Secondary occupied with shadow PROD operation First sizing formula to evaluate situation from live systems: Size of loaded column tables (in-memory) + RowStore size + 50 GB (for log replay operation) Size of loaded column tables:  select round(sum(memory_size_in_total)/1024/1024/1024) size_GB from m_cs_tables; RowStore size:  select host,round(sum(page_size * USED_BLOCK_COUNT)/1024/1024/1024,2) as "RowStore Size GB" from m_data_volume_page_statistics where page_sizeclass = '16k-RowStore' group by host; Further refinement probably follow… Automatic Initial Data Load Primary HANA PROD Secondary HANA shadow PROD HANA non- PROD Log Sizing? Free Resources
  • 14. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 14Confidential What’s New in SAP HANA SPS 11: SAP HANA System Replication Snapshot backups for starting SAP HANA System Replication initialization For starting SAP HANA System Replication an initial data backup is necessary with a subsequent entry in SAP HANA backup history With SAP HANA SPS11 also a Storage Snapshot backup listed in the backup history of SAP HANA can be accepted Since SAP HANA Studio version 2.5 ff. this option is possible in GUI tool On console operation of SAP HANA System Replication it’s already accepted today  Benefit for administrators: No waiting time for initial data backup to finish SiteA
  • 15. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Confidential What’s New in SAP HANA SPS 11: SAP HANA System Replication Renamed parameter Renamed option for hdbnsutil: --mode=[sync|syncmem|async] has been renamed to --replicationMode=[sync|syncmem|async] Downwards compatibility is given  Option --mode still recognized and interpreted as --replicationMode
  • 16. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Confidential What’s New in SAP HANA SPS 11: SAP HANA System Replication ProxyViews of Secondary on Primary with SAP HANA System Replication ProxyViews For easier monitoring and reporting of the secondary site statistics, like  detailed memory consumption,  I/O-load and more remote access via SQL is introduced on the primary site. This feature is realized by providing proxy schemas and views on the primary site, which extract the corresponding information from the monitoring views on the secondary site. A new schema is available on the primary site named _SYS_SR_SITE_<siteName> where <siteName> is equivalent to the case-sensitive name used to register the secondary site. Note:  Views can have an additional "<viewname>_RESET" view, e.g., "M_HEAP_MEMORY_RESET“  Allows to reset the counters for a monitoring session on the selected view Limitations  Monitoring view access only possible, if primary and secondary run with exactly the same software version
  • 17. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 17Confidential What’s New in SAP HANA SPS 11: SAP HANA System Replication HA/DR Provider Framework – new hook: srConnectionChanged() HA/DR Provider Framework now offers an active “communication” channel  Possibility to inform external entities about activities inside of SAP HANA operations  New: Communication with an external cluster manager to inform about trouble on the connection to Secondary  Detailed documented in SAP HANAAdmin Guide with detailed code examples  A Python script provides hooks that can be called in response to events during System Replication process or state change (see table)  Parameter section in global.ini: [ha_dr_provider_<classname>] o provider = : The class name o path = : Location of the script o execution_order = : The ordering of the HA/DR Provider if there is more than one; this is a number between 1 and 99 Name Trigger Caller Landscape Error behavior startup() Beginning of nameserver’s startup phase Starting nameserver Each host individually Nameserver aborts, startup is cancelled shutdown() Just before the nameserver exists Stopping nameserver Each host individually Error trace is written preTakeover() [System Replication] s soon as the hdbnsutil - sr_takeover command is issued Master nameserver Called only once on the master Takeover is aborted postTakeover() [System Replication] As soon as all services with a volume return from their assign-call (open SQL port) Master nameserver Called only once on the master Error trace is written srConnectionChanged() [System Replication] HA/DR Provider hook for system replication connectivity changes: As soon as one of the replicating services loses or (re-) establishes the system replication connection Master nameserver Called only once on the master Error trace is writtenNew
  • 18. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 18Confidential What’s New in SAP HANA SPS 11: SAP HANA System Replication Miscellaneous – Good to know… Take-Over Decisions SAP Note 2063657 gives some guideance on „Takeover Decisions“  What helps when Troubleshooting Guide http://help.sap.com/hana/SAP_HANA_Troubleshooting_and_Performance_Analysis_Guide_en.pdf SAP HANA System Replication for System Copy Documented in SAP Note 2165547 Changes in the area of Alerts for SAP HANA System Replication Alert 78 (Connection between systems in system replication setup – connection close) and Alert 79 (Configuration consistency of system in system replication setups) are now longer visible than 5 minutes  rechecked every hour
  • 19. © 2015 SAP SE or an SAP affiliate company. All rights reserved. Thank you Contact information Dr. Ralf Czekalla SAP HANA Product Management ralf.czekalla@sap.com
  • 20. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 22Confidential © 2015 SAP SE 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 SE 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 SE (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 SE and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE 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 SE 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 SE’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 SE 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.