SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Initializing Database Backup and Recovery

Setting up backup and recovery for Dynamic Tiering.

Overview

🎓 beginner 10 min. SAP HANA Dynamic TieringBeginnerSAP HANASAP HANA StudioBig DataSql

You will learn

  • โœ”Capabilities of SAP HANA Cockpit related to SAP HANA Dynamic Tiering
  • โœ”Checking the Esserver Status to see if Dynamic Tiering is active
  • โœ”Checking Coordinator Types to see if extended storage is running and created
Unknown U Unknown November 1, 2022
Created by February 7, 2017
Contributors

Prerequisites

Prerequisites

  • System: Access to an SAP HANA 2.0 system with the optional SAP HANA Dynamic Tiering component installed.
  • Tutorial: Getting Started with SAP HANA Dynamic Tiering to set up your extended storage.
  • Credentials: Have access to “<SID>adm” for a SSH session on the HANA hosts.

Steps

Next Steps

Step 1 Introduction
โ€”

The overall HANA system including Dynamic Tiering is a single database system which consists of both in-memory and on-disk data stores. In order to ensure data consistency across the entire database, HANA manages the backup and recovery of both the in-memory and on-disk Dynamic Tiering data stores through a single coordinated process. This means that both in-memory data and Dynamic Tiering data are always backed up and restored together.

  • Backup and recovery with Dynamic Tiering configured works the same way as in regular HANA scale-out
  • Cannot backup or restore a single host individually โ€“ You cannot restore just the core HANA part, or just the Dynamic Tiering part. If there is any restore to be done, it has to be done on all the hosts of the entire system
  • Cannot create a data backup while one host is down โ€“ if a host is entirely down, and there is no stand by, HANA does not allow any data backup. Eg: if your Dynamic Tiering host is down, HANA will not allow you to create any data backup.
  • The SAP HANA System is installed in Multiple-Container mode, meaning that it is a Multi-Tenant Database. A Multi-Tenant Database contains exactly one System database, and can have multiple Tenant databases.
  • Backup and recoveries performed on the Tenant database can only be done through its System database.
  • Your user should have the following system privileges (refer to Create a New User and Assign Permissions to see how the privileges are assigned):
    • BACKUP ADMIN and BACKUP OPERATOR
    • CATALOG READ

In this set of tutorials, we will be backing up and recovering one of our Tenant databases, PM1.

Step 2 Initializing Backup Parameters
+
Step 3 Backup Permissions
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 3
1. Introduction 2. Initializing Backup Parameters 3. Backup Permissions

Learn more →