SlideShare a Scribd company logo
1 of 29
Download to read offline
1© 2014 SAP AG or an SAP affiliate company. All rights reserved.
SAP HANA SPS 10 – What’s New?
Backup/Recovery
Andrea Kristen, SAP HANA Product Management June, 2015
(Delta from SPS 09 to SPS 10)
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 2Public
Agenda
• Backup
• Recovery
• Support for multitenant database containers
• Certification
Backup
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Public
What’s New in SAP HANA SPS10: Backup and Recovery
Backup integration into SAP HANA Cockpit (I)
Backup operations are now available in SAP
HANA Cockpit
Note: You can also use SAP HANA Studio to
display backup information
Viewing the backup status
 Prerequisites:
o System privilege BACKUP OPERATOR or BACKUP
ADMIN
o Role sap.hana.backup.roles::Operator or
sap.hana.backup.roles::Administrator
1. In SAP HANA Cockpit, the Data Backup tile displays
the status of the current data backup:
o Successful, Running, Snapshot Prepared, Canceled,
Error
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 5Public
What’s New in SAP HANA SPS10: Backup and Recovery
Backup integration into SAP HANA Cockpit (II)
Displaying detailed information on backups
 Prerequisites:
o System privilege BACKUP OPERATOR or BACKUP
ADMIN
o Role sap.hana.backup.roles::Operator or
sap.hana.backup.roles::Administrator
1. In SAP HANA Cockpit, click on the Data Backup tile
2. The backup catalog is displayed. It shows:
o Time range that the backup catalog covers
o Size of the backup catalog itself
o Information on the last backups (status, start time, backup
type, duration, size, destination type and comment)
3. By clicking on an entry in the catalog, detailed
information on the respective backup is displayed
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 6Public
What’s New in SAP HANA SPS10: Backup and Recovery
Backup integration into SAP HANA Cockpit (III)
Creating a data backup
Note: You can also use SAP HANA Studio to create
data backups.
 Prerequisites:
o System privilege BACKUP OPERATOR or BACKUP
ADMIN
o Role sap.hana.backup.roles::Operator or
sap.hana.backup.roles::Administrator
1. In SAP HANA Cockpit, click on the Data Backup tile
2. On the Backup Catalog page, choose Start New
Backup and specify your backup settings
3. Start the backup by choosing Back Up
4. The progress is displayed on the Data Backup tile
To view the progress details, click the tile
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 7Public
What’s New in SAP HANA SPS10: Backup and Recovery
Data backups: full and delta
Delta backups contain data that was changed
since the last full data backup
Two types of delta backups are available:
 Incremental and differential
Note: Delta backups are data backups – they
contain actual data. In contrast, log backups
contain redo log entries (sequence of changes)
F
Full data backup
– all data
I I I
Incremental backup
– changed data since
the last data backup
(full or delta)
D
Differential backup
– changed data since
the last full backup
A full data backups contains all current data
Note: Old data that is no longer valid but might still
be physically present in the data volumes is not
part of the data backup
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 8Public
What’s New in SAP HANA SPS10: Backup and Recovery
Delta backups – when to use what
Incremental backups...
 ...are usually small
 faster backup
 ...are restored one after the other during a recovery
 longer recovery times
Differential backups...
 ...increase the amount of data saved with each backup
 longer backup times
 ...reduce the number of data backups during recovery
 faster recovery
You can also mix incremental and differential
backups in your backup strategy
F
Full data backup
I I I
Incremental backup
D
Differential backup
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Public
What’s New in SAP HANA SPS10: Backup and Recovery
Delta backups – Creating a delta backup
Delta backups can be created using SAP HANA
Studio
 Prerequisites: System privilege BACKUP OPERATOR
or BACKUP ADMIN; DATABASE ADMIN (for MDC)
1. In the Systems view in SAP HANA Studio, right-click
on the system and choose Backup and Recovery 
Backup System...
2. Choose the backup type, for a delta backup: either
Differential Data Backup or Incremental Data Backup,
and specify further settings
3. Start the backup
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 10Public
What’s New in SAP HANA SPS10: Backup and Recovery
Delta backups – Backup catalog
Delta backups are included in the backup
catalog
In SAP HANA Studio, they are hidden by default
 Prerequisites: System privilege BACKUP OPERATOR
or BACKUP ADMIN; DATABASE ADMIN (for MDC)
1. In the Systems view in SAP HANA Studio, double-
click on Backup and open the Backup Catalog tab
2. Select Show Delta Backups
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 11Public
What’s New in SAP HANA SPS10: Backup and Recovery
Delta backups – Backup lifecycle management
Backup lifecycle management now also
includes delta backups
Deleting old data backups
 Prerequisites: System privilege BACKUP ADMIN;
DATABASE ADMIN (for MDC)
 When choosing to delete all backups older than a
specified full backup, older delta backups will also be
deleted along with older full backups and log backups
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 12Public
What’s New in SAP HANA SPS10: Backup and Recovery
Delta backups – Backint support
Delta backups are compatible with the current Backint API specification
There are a few points that you need to be aware of when using a 3rd party backup tool
 For delta data backups, SAP HANA is using the Backint option -l LOG in combination with the data Backint
parameter file given as option
-p /usr/sap/<SID>/SYS/global/hdb/opt/hdbconfig/init<SID>Data.utl
 The Backint parameter file is tool-specific and typically contains information like the backup destination (the
name of the backup container/pool in the 3rd party backup tool that is used to store the backup).
 Note that some 3rd party backup tools support only one Backint parameter file for both data and log backups
 In some cases backup tools use the Backint option -l to determine the suitable backup container from the
Backint parameter file, which means that for the option –l LOG the log backup container is used.
Caution: Backup containers that were until SPS10 only used for log backups may be sized too small for delta
backups. This could lead to a database standstill due to a log full situation.
Recommendation: Ask your 3rd party backup tool vendor for details on how to configure the
respective 3rd party backup tool for usage with delta backups. If in doubt configure two dedicated
Backint parameter files: one for data backups, and one for log backups.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 13Public
What’s New in SAP HANA SPS10: Backup and Recovery
Delta backups – SQL commands
Prerequisites: System privilege BACKUP OPERATOR or BACKUP ADMIN; DATABASE ADMIN (MDC)
Executing an incremental backup
BACKUP DATA INCREMENTAL USING FILE ('2015-05-15')
Resulting delta backup files:
Data backup file: 2015-05-15_databackup_incremental_0_1431675865039_0_1
Data backup file: 2015-05-15_databackup_incremental_1431675646547_1431675865039_1_1
Data backup file: 2015-05-15_databackup_incremental_1431675646547_1431675865039_2_1
Data backup file: 2015-05-15_databackup_incremental_1431675646547_1431675865039_3_1
Executing a differential backup
BACKUP DATA DIFFERENTIAL USING FILE ('2015-05-15')
Resulting delta backup files:
Data backup file: 2015-05-15_databackup_differential_0_1431675646547_0_1
Data backup file: 2015-05-15_databackup_differential_1431329211296_1431675646547_1_1
Data backup file: 2015-05-15_databackup_differential_1431329211296_1431675646547_2_1
Data backup file: 2015-05-15_databackup_differential_1431329211296_1431675646547_3_1
Backup ID of
basis data backup
Backup ID of
delta data backup
Recovery
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Public
What’s New in SAP HANA SPS10: Backup and Recovery
Backups during normal operation
Last
full backup
1
Log backup
4
Most recent
entries from
log area
5
Incremental backup
2
Differential backup
3
Time
Now
F DI I I I
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Public
SAP HANA Backup and Recovery
Recovery options
(A) To the most recent state
 Specified full data backup or snapshot
+ last differential backup (Note: not supported if a snapshot is used as basis)
+ subsequent incremental backups (Note: not supported if a snapshot is used as basis)
+ subsequent log backups
+ redo log entries that are still available in the log area (if it was not destroyed by the failure)
Time
A
F DI I I
B
(B) To a point in time in the past
 Same as above; redo log entries from the log area might not be required
C
(C) To a specified full data backup or snapshot
 Specified full data backup or snapshot, but no log replay (“clear log”)
I
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 17Public
What’s New in SAP HANA SPS10: Backup and Recovery
Recovery using delta backups – Tool support
Recovery includes delta backups automatically
Recovering to the latest point in time using SAP HANA Studio
 Prerequisites: Credentials of <sid>adm operating system user
1. In the Systems view in SAP HANA studio, right-click on the system,
choose Backup and Recovery  Recover System... and enter the
required credentials. The system is shut down.
2. Select the recovery type and specify the log backup location
3. Select the full backup upon which the recovery is to be based
4. Specify further recovery settings as usual.
If you do not want SAP HANA to use delta backups for the recovery,
de-select Use Delta Backups. Note: If you do not exclude delta backups,
SAP HANA automatically determines the best recovery strategy based
on all available backups, including delta backups.
5. Start the recovery
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 18Public
What’s New in SAP HANA SPS10: Backup and Recovery
Recovery using delta backups – SQL commands
If delta backups are available, SAP HANA per default uses them for recovery
If you do not want delta backups to be used in a recovery, you need to specify this explicitly.
Executing the database to a point in time, excluding delta backups
 Prerequisites: Credentials of <sid>adm operating system user, or system privilege DATABASE ADMIN (for
tenant databases in MDC system)
RECOVER DATABASE UNTIL TIMESTAMP '2015-05-15 10:00:00' IGNORE DELTA DATA BACKUPS
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 19Public
What’s New in SAP HANA SPS10: Backup and Recovery
Recovery using delta backups – Identify required backups using hdbbackupdiag
You can use hdbbackupdiag to display the backups required for a recovery of the database
This helps you to keep the quantity of the files that have to be made available to a minimum.
Finding out which backups are required for a recovery to a specified point in time
 Prerequisites: You are logged on to the database server with the operating system user <sid>adm and have
read authorization for the backup location. For more information, see the SAP HANA Administration Guide.
hdbbackupdiag -f -d /usr/sap/S10/HDB10/backup/log -u "2015-05-04 08:35"
found backup catalog 1430722970373 from file
/usr/sap/S10/HDB10/backup/log/log_backup_0_0_0_0.1430722970373
using backup catalog 1430722970373 from file
/usr/sap/S10/HDB10/backup/log/log_backup_0_0_0_0.1430722970373
COMPLETE_DATA_BACKUP_2_databackup_3_1
DIFF_DATA_BACKUP_2_databackup_differential_1430721900756_1430722012437_3_1
INC_DATA_BACKUP_4_databackup_incremental_1430722012437_1430722966073_3_1
Note: To exclude delta backups, use the --ignoreDeltaDataBackups option
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 20Public
What’s New in SAP HANA SPS10: Backup and Recovery
Backup header contains SAP HANA revision
Using hdbbackupdiag you can display which SAP HANA version was used to create a backup
Displaying the backup header including the SAP HANA version
 Prerequisites: You are logged on to the database server with the operating system user <sid>adm and have
read authorization for the backup location. For more information, see the SAP HANA Administration Guide.
Example: Display version information for data backup
hdbbackupdiag -v -b 2015-05-11_09-26_databackup_3_1
Support for multitenant
database containers
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 22Public
What’s New in SAP HANA SPS10: Backup and Recovery
Multitenant database containers: Backup/recovery concept
MDC systems follow the same backup/recovery principles as single-container systems
The system database plays a central role for MDC backup and recovery
 It can initiate both backups of the system database itself and of individual tenants databases. A tenant database
can also carry out its own backups unless this feature has been disabled for this tenant database
 Recoveries are always initiated from the system database
To recover a complete MDC system, the system database and all tenants need to be recovered
individually
Note: Snapshots are currently not supported
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 23Public
What’s New in SAP HANA SPS10: Backup and Recovery
Multitenant database containers: SAP HANA Cockpit support
You can use SAP HANA Cockpit to create data
backups of the system database and of
individual tenant databases
Log on to the relevant database and click on the
Data Backup tile
Create data backups and view backup information
in the same way as for single-container databases
Note: You can also use SAP HANA Studio to create
data backups. Backup lifecycle management is
currently not available in SAP HANA Cockpit.
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 24Public
SAP HANA Backup and Recovery
Multitenant database containers: Backint support
The current Backint API specification also covers MDC systems
There are a few points that you need to be aware of when using a 3rd party backup tool
Isolation level “high”
With SPS10, a new option “isolation level” was introduced for MDC systems. If the isolation level is set
to high, all tenant databases run under individual operating system users.
In high isolation scenarios, Backint is supported from the SAP HANA side but you need to check with
your 3rd party tool vendor whether any tool-specific restrictions apply.
Tenant copy
Tenant copy using Backint is currently not supported. Use file system backups for tenant copy instead.
Certification
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 26Public
SAP HANA Backup and Recovery
Backint Certification
Certification is an installation prerequisite for backup tools using the “Backint for SAP HANA” interface.
 SAP Note 1730932 (Using backup tools with Backint)
 "Backint for SAP HANA" Certification
Certified tools (as of 2015-04-23)
Online listing of certified tools: Application Development Partner Directory
 Enter the search term HANA-BRINT and click on a partner name  ”SAP Certified Solutions” for further details
Vendor Backup Tool Support Process (SAP Notes)
Commvault Simpana 10.0, Hitachi Data Protection Suite 10 (via Simpana Backint interface) 1957450
EMC Networker 8.2, Interface for Data Domain Boost 1.0 1999166, 1970559
HP Data Protector 7.0, 8.1, 9.0 1970558
IBM Tivoli Storage Manager for Enterprise 6.4 1913500
SEP Sesam 4.4 2024234
Symantec NetBackup 7.5 1913568
More information
© 2015 SAP SE or an SAP affiliate company. All rights reserved. 28Public
SAP HANA Backup and Recovery
More information
 Documentation: SAP Help Portal – Administration Guide,
Technical Operations Manual, SQL Reference Guide
 Overview presentation: SAP HANA Backup/Recovery Overview
 Certification: “Backint for SAP HANA” Certification
 Best practice: SAP Note 2091951: SAP HANA Backup and
Restore
 Training: HA200: SAP HANA - Operations & Administration
SAP Note Title
1642148 FAQ: SAP HANA database backup and recovery
2031547 Backint Tools und Support
2039883 FAQ: SAP HANA database and storage snapshots
2165547 FAQ: SAP HANA Database Backup & Recovery in a
SAP HANA System Replication landscape
2021789 SAP HANA revision and maintenance strategy
Further SAP notes are available on component HAN-DB-BAC
© 2015 SAP SE or an SAP affiliate company. All rights reserved.
Thank you
Contact information
Andrea Kristen
SAP HANA Product Management
andrea.kristen@sap.com

More Related Content

What's hot

SAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringSAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringLinh Nguyen
 
Best Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemBest Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemSAPinsider Events
 
Sap system-measurement-guide
Sap system-measurement-guideSap system-measurement-guide
Sap system-measurement-guideotchmarz
 
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...xKinAnx
 
Managing sap upgrade_projects
Managing sap upgrade_projectsManaging sap upgrade_projects
Managing sap upgrade_projectsKishore Kumar
 
Migration scenarios RISE with SAP S4HANA Cloud, Private Edition - Version #1....
Migration scenarios RISE with SAP S4HANA Cloud, Private Edition - Version #1....Migration scenarios RISE with SAP S4HANA Cloud, Private Edition - Version #1....
Migration scenarios RISE with SAP S4HANA Cloud, Private Edition - Version #1....Yevilina Rizka
 
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...Linh Nguyen
 
Introduction to extracting data from sap s 4 hana with abap cds views
Introduction to extracting data from sap s 4 hana with abap cds viewsIntroduction to extracting data from sap s 4 hana with abap cds views
Introduction to extracting data from sap s 4 hana with abap cds viewsLuc Vanrobays
 
Virtualization 101: Everything You Need To Know To Get Started With VMware
Virtualization 101: Everything You Need To Know To Get Started With VMwareVirtualization 101: Everything You Need To Know To Get Started With VMware
Virtualization 101: Everything You Need To Know To Get Started With VMwareDatapath Consulting
 
Disk and File System Management in Linux
Disk and File System Management in LinuxDisk and File System Management in Linux
Disk and File System Management in LinuxHenry Osborne
 
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System ConfigurationSolution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System ConfigurationLinh Nguyen
 
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
 
Rise with sap s 4 hana cloud, private edition service description guide
Rise with sap s 4 hana cloud, private edition service description guideRise with sap s 4 hana cloud, private edition service description guide
Rise with sap s 4 hana cloud, private edition service description guideDharma Atluri
 
HANA SPS07 Backup & Recovery
HANA SPS07 Backup & RecoveryHANA SPS07 Backup & Recovery
HANA SPS07 Backup & RecoverySAP Technology
 
Sap Upgrade Project Brief
Sap Upgrade Project BriefSap Upgrade Project Brief
Sap Upgrade Project Briefvpallapothu
 
What's New in SAP HANA View Modeling
What's New in SAP HANA View ModelingWhat's New in SAP HANA View Modeling
What's New in SAP HANA View ModelingSAP Technology
 

What's hot (20)

SAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA MonitoringSAP HANA System Replication - Setup, Operations and HANA Monitoring
SAP HANA System Replication - Setup, Operations and HANA Monitoring
 
Best Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA SystemBest Practices to Administer, Operate, and Monitor an SAP HANA System
Best Practices to Administer, Operate, and Monitor an SAP HANA System
 
Sap system-measurement-guide
Sap system-measurement-guideSap system-measurement-guide
Sap system-measurement-guide
 
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
Ibm spectrum scale fundamentals workshop for americas part 8 spectrumscale ba...
 
Managing sap upgrade_projects
Managing sap upgrade_projectsManaging sap upgrade_projects
Managing sap upgrade_projects
 
Migration scenarios RISE with SAP S4HANA Cloud, Private Edition - Version #1....
Migration scenarios RISE with SAP S4HANA Cloud, Private Edition - Version #1....Migration scenarios RISE with SAP S4HANA Cloud, Private Edition - Version #1....
Migration scenarios RISE with SAP S4HANA Cloud, Private Edition - Version #1....
 
SAP HANA Overview
SAP HANA OverviewSAP HANA Overview
SAP HANA Overview
 
SAP S/4 HANA Technical assessment before migration
SAP S/4 HANA Technical assessment before migrationSAP S/4 HANA Technical assessment before migration
SAP S/4 HANA Technical assessment before migration
 
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
SAP HANA 2 – Upgrade and Operations Part 1 - Exploring Features of the New Co...
 
Introduction to extracting data from sap s 4 hana with abap cds views
Introduction to extracting data from sap s 4 hana with abap cds viewsIntroduction to extracting data from sap s 4 hana with abap cds views
Introduction to extracting data from sap s 4 hana with abap cds views
 
SAP HANA Platform
SAP HANA Platform SAP HANA Platform
SAP HANA Platform
 
Virtualization 101: Everything You Need To Know To Get Started With VMware
Virtualization 101: Everything You Need To Know To Get Started With VMwareVirtualization 101: Everything You Need To Know To Get Started With VMware
Virtualization 101: Everything You Need To Know To Get Started With VMware
 
Disk and File System Management in Linux
Disk and File System Management in LinuxDisk and File System Management in Linux
Disk and File System Management in Linux
 
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System ConfigurationSolution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
 
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
 
Rise with sap s 4 hana cloud, private edition service description guide
Rise with sap s 4 hana cloud, private edition service description guideRise with sap s 4 hana cloud, private edition service description guide
Rise with sap s 4 hana cloud, private edition service description guide
 
HANA SPS07 Backup & Recovery
HANA SPS07 Backup & RecoveryHANA SPS07 Backup & Recovery
HANA SPS07 Backup & Recovery
 
DAS RAID NAS SAN
DAS RAID NAS SANDAS RAID NAS SAN
DAS RAID NAS SAN
 
Sap Upgrade Project Brief
Sap Upgrade Project BriefSap Upgrade Project Brief
Sap Upgrade Project Brief
 
What's New in SAP HANA View Modeling
What's New in SAP HANA View ModelingWhat's New in SAP HANA View Modeling
What's New in SAP HANA View Modeling
 

Viewers also liked

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
 
What's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle ManagementWhat's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle ManagementSAP 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 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 - Security
SAP HANA SPS09 - SecuritySAP HANA SPS09 - Security
SAP HANA SPS09 - SecuritySAP 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
 
What's new for Spatial in SAP HANA SPS 11
What's new for Spatial in SAP HANA SPS 11What's new for Spatial in SAP HANA SPS 11
What's new for Spatial in SAP HANA SPS 11SAP Technology
 
How a real time platform supports the modern utility
How a real time platform supports the modern utilityHow a real time platform supports the modern utility
How a real time platform supports the modern utilityrobgirvan
 
100 sap basis_interviwe_questions
100 sap basis_interviwe_questions100 sap basis_interviwe_questions
100 sap basis_interviwe_questionsbhaskarbi
 
What's New in SPS11 Overview
What's New in SPS11 OverviewWhat's New in SPS11 Overview
What's New in SPS11 OverviewSAP 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
 
60950106 basis-latest-till-interview-questions
60950106 basis-latest-till-interview-questions60950106 basis-latest-till-interview-questions
60950106 basis-latest-till-interview-questionsRavic Kumar
 
Whats New on SAP HANA SPS 11 Core Database Capabilities
Whats New on SAP HANA SPS 11 Core Database CapabilitiesWhats New on SAP HANA SPS 11 Core Database Capabilities
Whats New on SAP HANA SPS 11 Core Database CapabilitiesSAP 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 SPS09 - Series Data
SAP HANA SPS09 - Series DataSAP HANA SPS09 - Series Data
SAP HANA SPS09 - Series DataSAP Technology
 
SAP HANA SPS10- Series Data/ TimeSeries
SAP HANA SPS10- Series Data/ TimeSeriesSAP HANA SPS10- Series Data/ TimeSeries
SAP HANA SPS10- Series Data/ TimeSeriesSAP Technology
 

Viewers also liked (19)

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)
 
What's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle ManagementWhat's New in SAP HANA SPS 11 Application Lifecycle Management
What's New in SAP HANA SPS 11 Application Lifecycle Management
 
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 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 - Security
SAP HANA SPS09 - SecuritySAP HANA SPS09 - Security
SAP HANA SPS09 - Security
 
What's new on SAP HANA Workload Management
What's new on SAP HANA Workload ManagementWhat's new on SAP HANA Workload Management
What's new on SAP HANA Workload Management
 
What's new for Spatial in SAP HANA SPS 11
What's new for Spatial in SAP HANA SPS 11What's new for Spatial in SAP HANA SPS 11
What's new for Spatial in SAP HANA SPS 11
 
How a real time platform supports the modern utility
How a real time platform supports the modern utilityHow a real time platform supports the modern utility
How a real time platform supports the modern utility
 
100 sap basis_interviwe_questions
100 sap basis_interviwe_questions100 sap basis_interviwe_questions
100 sap basis_interviwe_questions
 
What's New in SPS11 Overview
What's New in SPS11 OverviewWhat's New in SPS11 Overview
What's New in SPS11 Overview
 
SAP-Solution-Manager
SAP-Solution-ManagerSAP-Solution-Manager
SAP-Solution-Manager
 
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
 
60950106 basis-latest-till-interview-questions
60950106 basis-latest-till-interview-questions60950106 basis-latest-till-interview-questions
60950106 basis-latest-till-interview-questions
 
Whats New on SAP HANA SPS 11 Core Database Capabilities
Whats New on SAP HANA SPS 11 Core Database CapabilitiesWhats New on SAP HANA SPS 11 Core Database Capabilities
Whats New on SAP HANA SPS 11 Core Database Capabilities
 
SAP HANA Timeline
SAP HANA TimelineSAP HANA Timeline
SAP HANA Timeline
 
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 SPS09 - Series Data
SAP HANA SPS09 - Series DataSAP HANA SPS09 - Series Data
SAP HANA SPS09 - Series Data
 
SAP HANA SPS10- Series Data/ TimeSeries
SAP HANA SPS10- Series Data/ TimeSeriesSAP HANA SPS10- Series Data/ TimeSeries
SAP HANA SPS10- Series Data/ TimeSeries
 

Similar to SAP HANA SPS10- Backup/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
 
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 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
 
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 SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & MonitoringSAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & Monitoring SAP Technology
 
SAP HANA SPS08 Security
SAP HANA SPS08 SecuritySAP HANA SPS08 Security
SAP HANA SPS08 Security SAP Technology
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP 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
 
Hana e2 e_adminmonitoring_sps08
Hana e2 e_adminmonitoring_sps08Hana e2 e_adminmonitoring_sps08
Hana e2 e_adminmonitoring_sps08RAJAT123523
 
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- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- SecuritySAP Technology
 
HANA SPS07 Administration & Monitoring
HANA SPS07 Administration & MonitoringHANA SPS07 Administration & Monitoring
HANA SPS07 Administration & MonitoringSAP Technology
 
SAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control CenterSAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control CenterSAP 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
 
SAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfSAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfssuser17886a
 
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 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
 
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
 

Similar to SAP HANA SPS10- Backup/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
 
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 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
 
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 SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & MonitoringSAP HANA SPS08 Administration & Monitoring
SAP HANA SPS08 Administration & Monitoring
 
HANA SPS07 Security
HANA SPS07 Security HANA SPS07 Security
HANA SPS07 Security
 
SAP HANA SPS08 Security
SAP HANA SPS08 SecuritySAP HANA SPS08 Security
SAP HANA SPS08 Security
 
SAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration MonitoringSAP HANA SPS09- Administration Monitoring
SAP HANA SPS09- Administration Monitoring
 
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)
 
Hana e2 e_adminmonitoring_sps08
Hana e2 e_adminmonitoring_sps08Hana e2 e_adminmonitoring_sps08
Hana e2 e_adminmonitoring_sps08
 
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- Security
SAP HANA SPS10- SecuritySAP HANA SPS10- Security
SAP HANA SPS10- Security
 
HANA SPS07 Administration & Monitoring
HANA SPS07 Administration & MonitoringHANA SPS07 Administration & Monitoring
HANA SPS07 Administration & Monitoring
 
SAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control CenterSAP HANA SPS10- SAP DB Control Center
SAP HANA SPS10- SAP DB Control Center
 
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
 
System recommendations-in-sap-solution-manager-7.2
System recommendations-in-sap-solution-manager-7.2System recommendations-in-sap-solution-manager-7.2
System recommendations-in-sap-solution-manager-7.2
 
SAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdfSAP_SLT_Guide_21122015.pdf
SAP_SLT_Guide_21122015.pdf
 
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 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
 
SAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle ManagementSAP HANA SPS08 Platform Lifecycle Management
SAP HANA SPS08 Platform Lifecycle Management
 

More from 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
 

More from 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
 

Recently uploaded

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Recently uploaded (20)

Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

SAP HANA SPS10- Backup/Recovery

  • 1. 1© 2014 SAP AG or an SAP affiliate company. All rights reserved. SAP HANA SPS 10 – What’s New? Backup/Recovery Andrea Kristen, SAP HANA Product Management June, 2015 (Delta from SPS 09 to SPS 10)
  • 2. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 2Public Agenda • Backup • Recovery • Support for multitenant database containers • Certification
  • 4. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 4Public What’s New in SAP HANA SPS10: Backup and Recovery Backup integration into SAP HANA Cockpit (I) Backup operations are now available in SAP HANA Cockpit Note: You can also use SAP HANA Studio to display backup information Viewing the backup status  Prerequisites: o System privilege BACKUP OPERATOR or BACKUP ADMIN o Role sap.hana.backup.roles::Operator or sap.hana.backup.roles::Administrator 1. In SAP HANA Cockpit, the Data Backup tile displays the status of the current data backup: o Successful, Running, Snapshot Prepared, Canceled, Error
  • 5. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 5Public What’s New in SAP HANA SPS10: Backup and Recovery Backup integration into SAP HANA Cockpit (II) Displaying detailed information on backups  Prerequisites: o System privilege BACKUP OPERATOR or BACKUP ADMIN o Role sap.hana.backup.roles::Operator or sap.hana.backup.roles::Administrator 1. In SAP HANA Cockpit, click on the Data Backup tile 2. The backup catalog is displayed. It shows: o Time range that the backup catalog covers o Size of the backup catalog itself o Information on the last backups (status, start time, backup type, duration, size, destination type and comment) 3. By clicking on an entry in the catalog, detailed information on the respective backup is displayed
  • 6. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 6Public What’s New in SAP HANA SPS10: Backup and Recovery Backup integration into SAP HANA Cockpit (III) Creating a data backup Note: You can also use SAP HANA Studio to create data backups.  Prerequisites: o System privilege BACKUP OPERATOR or BACKUP ADMIN o Role sap.hana.backup.roles::Operator or sap.hana.backup.roles::Administrator 1. In SAP HANA Cockpit, click on the Data Backup tile 2. On the Backup Catalog page, choose Start New Backup and specify your backup settings 3. Start the backup by choosing Back Up 4. The progress is displayed on the Data Backup tile To view the progress details, click the tile
  • 7. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 7Public What’s New in SAP HANA SPS10: Backup and Recovery Data backups: full and delta Delta backups contain data that was changed since the last full data backup Two types of delta backups are available:  Incremental and differential Note: Delta backups are data backups – they contain actual data. In contrast, log backups contain redo log entries (sequence of changes) F Full data backup – all data I I I Incremental backup – changed data since the last data backup (full or delta) D Differential backup – changed data since the last full backup A full data backups contains all current data Note: Old data that is no longer valid but might still be physically present in the data volumes is not part of the data backup
  • 8. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 8Public What’s New in SAP HANA SPS10: Backup and Recovery Delta backups – when to use what Incremental backups...  ...are usually small  faster backup  ...are restored one after the other during a recovery  longer recovery times Differential backups...  ...increase the amount of data saved with each backup  longer backup times  ...reduce the number of data backups during recovery  faster recovery You can also mix incremental and differential backups in your backup strategy F Full data backup I I I Incremental backup D Differential backup
  • 9. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 9Public What’s New in SAP HANA SPS10: Backup and Recovery Delta backups – Creating a delta backup Delta backups can be created using SAP HANA Studio  Prerequisites: System privilege BACKUP OPERATOR or BACKUP ADMIN; DATABASE ADMIN (for MDC) 1. In the Systems view in SAP HANA Studio, right-click on the system and choose Backup and Recovery  Backup System... 2. Choose the backup type, for a delta backup: either Differential Data Backup or Incremental Data Backup, and specify further settings 3. Start the backup
  • 10. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 10Public What’s New in SAP HANA SPS10: Backup and Recovery Delta backups – Backup catalog Delta backups are included in the backup catalog In SAP HANA Studio, they are hidden by default  Prerequisites: System privilege BACKUP OPERATOR or BACKUP ADMIN; DATABASE ADMIN (for MDC) 1. In the Systems view in SAP HANA Studio, double- click on Backup and open the Backup Catalog tab 2. Select Show Delta Backups
  • 11. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 11Public What’s New in SAP HANA SPS10: Backup and Recovery Delta backups – Backup lifecycle management Backup lifecycle management now also includes delta backups Deleting old data backups  Prerequisites: System privilege BACKUP ADMIN; DATABASE ADMIN (for MDC)  When choosing to delete all backups older than a specified full backup, older delta backups will also be deleted along with older full backups and log backups
  • 12. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 12Public What’s New in SAP HANA SPS10: Backup and Recovery Delta backups – Backint support Delta backups are compatible with the current Backint API specification There are a few points that you need to be aware of when using a 3rd party backup tool  For delta data backups, SAP HANA is using the Backint option -l LOG in combination with the data Backint parameter file given as option -p /usr/sap/<SID>/SYS/global/hdb/opt/hdbconfig/init<SID>Data.utl  The Backint parameter file is tool-specific and typically contains information like the backup destination (the name of the backup container/pool in the 3rd party backup tool that is used to store the backup).  Note that some 3rd party backup tools support only one Backint parameter file for both data and log backups  In some cases backup tools use the Backint option -l to determine the suitable backup container from the Backint parameter file, which means that for the option –l LOG the log backup container is used. Caution: Backup containers that were until SPS10 only used for log backups may be sized too small for delta backups. This could lead to a database standstill due to a log full situation. Recommendation: Ask your 3rd party backup tool vendor for details on how to configure the respective 3rd party backup tool for usage with delta backups. If in doubt configure two dedicated Backint parameter files: one for data backups, and one for log backups.
  • 13. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 13Public What’s New in SAP HANA SPS10: Backup and Recovery Delta backups – SQL commands Prerequisites: System privilege BACKUP OPERATOR or BACKUP ADMIN; DATABASE ADMIN (MDC) Executing an incremental backup BACKUP DATA INCREMENTAL USING FILE ('2015-05-15') Resulting delta backup files: Data backup file: 2015-05-15_databackup_incremental_0_1431675865039_0_1 Data backup file: 2015-05-15_databackup_incremental_1431675646547_1431675865039_1_1 Data backup file: 2015-05-15_databackup_incremental_1431675646547_1431675865039_2_1 Data backup file: 2015-05-15_databackup_incremental_1431675646547_1431675865039_3_1 Executing a differential backup BACKUP DATA DIFFERENTIAL USING FILE ('2015-05-15') Resulting delta backup files: Data backup file: 2015-05-15_databackup_differential_0_1431675646547_0_1 Data backup file: 2015-05-15_databackup_differential_1431329211296_1431675646547_1_1 Data backup file: 2015-05-15_databackup_differential_1431329211296_1431675646547_2_1 Data backup file: 2015-05-15_databackup_differential_1431329211296_1431675646547_3_1 Backup ID of basis data backup Backup ID of delta data backup
  • 15. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 15Public What’s New in SAP HANA SPS10: Backup and Recovery Backups during normal operation Last full backup 1 Log backup 4 Most recent entries from log area 5 Incremental backup 2 Differential backup 3 Time Now F DI I I I
  • 16. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 16Public SAP HANA Backup and Recovery Recovery options (A) To the most recent state  Specified full data backup or snapshot + last differential backup (Note: not supported if a snapshot is used as basis) + subsequent incremental backups (Note: not supported if a snapshot is used as basis) + subsequent log backups + redo log entries that are still available in the log area (if it was not destroyed by the failure) Time A F DI I I B (B) To a point in time in the past  Same as above; redo log entries from the log area might not be required C (C) To a specified full data backup or snapshot  Specified full data backup or snapshot, but no log replay (“clear log”) I
  • 17. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 17Public What’s New in SAP HANA SPS10: Backup and Recovery Recovery using delta backups – Tool support Recovery includes delta backups automatically Recovering to the latest point in time using SAP HANA Studio  Prerequisites: Credentials of <sid>adm operating system user 1. In the Systems view in SAP HANA studio, right-click on the system, choose Backup and Recovery  Recover System... and enter the required credentials. The system is shut down. 2. Select the recovery type and specify the log backup location 3. Select the full backup upon which the recovery is to be based 4. Specify further recovery settings as usual. If you do not want SAP HANA to use delta backups for the recovery, de-select Use Delta Backups. Note: If you do not exclude delta backups, SAP HANA automatically determines the best recovery strategy based on all available backups, including delta backups. 5. Start the recovery
  • 18. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 18Public What’s New in SAP HANA SPS10: Backup and Recovery Recovery using delta backups – SQL commands If delta backups are available, SAP HANA per default uses them for recovery If you do not want delta backups to be used in a recovery, you need to specify this explicitly. Executing the database to a point in time, excluding delta backups  Prerequisites: Credentials of <sid>adm operating system user, or system privilege DATABASE ADMIN (for tenant databases in MDC system) RECOVER DATABASE UNTIL TIMESTAMP '2015-05-15 10:00:00' IGNORE DELTA DATA BACKUPS
  • 19. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 19Public What’s New in SAP HANA SPS10: Backup and Recovery Recovery using delta backups – Identify required backups using hdbbackupdiag You can use hdbbackupdiag to display the backups required for a recovery of the database This helps you to keep the quantity of the files that have to be made available to a minimum. Finding out which backups are required for a recovery to a specified point in time  Prerequisites: You are logged on to the database server with the operating system user <sid>adm and have read authorization for the backup location. For more information, see the SAP HANA Administration Guide. hdbbackupdiag -f -d /usr/sap/S10/HDB10/backup/log -u "2015-05-04 08:35" found backup catalog 1430722970373 from file /usr/sap/S10/HDB10/backup/log/log_backup_0_0_0_0.1430722970373 using backup catalog 1430722970373 from file /usr/sap/S10/HDB10/backup/log/log_backup_0_0_0_0.1430722970373 COMPLETE_DATA_BACKUP_2_databackup_3_1 DIFF_DATA_BACKUP_2_databackup_differential_1430721900756_1430722012437_3_1 INC_DATA_BACKUP_4_databackup_incremental_1430722012437_1430722966073_3_1 Note: To exclude delta backups, use the --ignoreDeltaDataBackups option
  • 20. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 20Public What’s New in SAP HANA SPS10: Backup and Recovery Backup header contains SAP HANA revision Using hdbbackupdiag you can display which SAP HANA version was used to create a backup Displaying the backup header including the SAP HANA version  Prerequisites: You are logged on to the database server with the operating system user <sid>adm and have read authorization for the backup location. For more information, see the SAP HANA Administration Guide. Example: Display version information for data backup hdbbackupdiag -v -b 2015-05-11_09-26_databackup_3_1
  • 22. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 22Public What’s New in SAP HANA SPS10: Backup and Recovery Multitenant database containers: Backup/recovery concept MDC systems follow the same backup/recovery principles as single-container systems The system database plays a central role for MDC backup and recovery  It can initiate both backups of the system database itself and of individual tenants databases. A tenant database can also carry out its own backups unless this feature has been disabled for this tenant database  Recoveries are always initiated from the system database To recover a complete MDC system, the system database and all tenants need to be recovered individually Note: Snapshots are currently not supported
  • 23. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 23Public What’s New in SAP HANA SPS10: Backup and Recovery Multitenant database containers: SAP HANA Cockpit support You can use SAP HANA Cockpit to create data backups of the system database and of individual tenant databases Log on to the relevant database and click on the Data Backup tile Create data backups and view backup information in the same way as for single-container databases Note: You can also use SAP HANA Studio to create data backups. Backup lifecycle management is currently not available in SAP HANA Cockpit.
  • 24. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 24Public SAP HANA Backup and Recovery Multitenant database containers: Backint support The current Backint API specification also covers MDC systems There are a few points that you need to be aware of when using a 3rd party backup tool Isolation level “high” With SPS10, a new option “isolation level” was introduced for MDC systems. If the isolation level is set to high, all tenant databases run under individual operating system users. In high isolation scenarios, Backint is supported from the SAP HANA side but you need to check with your 3rd party tool vendor whether any tool-specific restrictions apply. Tenant copy Tenant copy using Backint is currently not supported. Use file system backups for tenant copy instead.
  • 26. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 26Public SAP HANA Backup and Recovery Backint Certification Certification is an installation prerequisite for backup tools using the “Backint for SAP HANA” interface.  SAP Note 1730932 (Using backup tools with Backint)  "Backint for SAP HANA" Certification Certified tools (as of 2015-04-23) Online listing of certified tools: Application Development Partner Directory  Enter the search term HANA-BRINT and click on a partner name  ”SAP Certified Solutions” for further details Vendor Backup Tool Support Process (SAP Notes) Commvault Simpana 10.0, Hitachi Data Protection Suite 10 (via Simpana Backint interface) 1957450 EMC Networker 8.2, Interface for Data Domain Boost 1.0 1999166, 1970559 HP Data Protector 7.0, 8.1, 9.0 1970558 IBM Tivoli Storage Manager for Enterprise 6.4 1913500 SEP Sesam 4.4 2024234 Symantec NetBackup 7.5 1913568
  • 28. © 2015 SAP SE or an SAP affiliate company. All rights reserved. 28Public SAP HANA Backup and Recovery More information  Documentation: SAP Help Portal – Administration Guide, Technical Operations Manual, SQL Reference Guide  Overview presentation: SAP HANA Backup/Recovery Overview  Certification: “Backint for SAP HANA” Certification  Best practice: SAP Note 2091951: SAP HANA Backup and Restore  Training: HA200: SAP HANA - Operations & Administration SAP Note Title 1642148 FAQ: SAP HANA database backup and recovery 2031547 Backint Tools und Support 2039883 FAQ: SAP HANA database and storage snapshots 2165547 FAQ: SAP HANA Database Backup & Recovery in a SAP HANA System Replication landscape 2021789 SAP HANA revision and maintenance strategy Further SAP notes are available on component HAN-DB-BAC
  • 29. © 2015 SAP SE or an SAP affiliate company. All rights reserved. Thank you Contact information Andrea Kristen SAP HANA Product Management andrea.kristen@sap.com