Overview

Simple Data Lifecycle Management using Deletion Bin: I thought I would share this experience with screenshots on how simple it is to perform some minimalist HANA data footprint control using the SAP tool Data Lifecycle Management (DLM)  which comes as a tool in the HANA Data Warehouse Foundation (DWF).

I do not have SAP IQ or Data Tiering, and my DLM policy is to simply delete/destroy the data when it gets to a certain age, so we will be performing some simple data destruction. It’s not a bad start to get into the whole DLM strategy, and there is more to it than, what I will go into, here.

The Installation Guide is very good, and is what i followed, mostly through the process, this blog is intended to support, confirm and assure your install along side the Installation Guide https://help.sap.com/hana/SAP_HANA_DWF_Installation_Guide_en.pdf.

There are also some good DLM videos over in the SAP Academy – https://www.youtube.com/user/saphanaacademy

Blog Structure

  • Downloads
  • Installation
  • Configuration
  • Operation

Downloads

The DLM comes as part of the DWF, which today is on version 1.0 SP05, for our HANA on SPS12.

The DWF is non-cumulative, so you can install the latest without having to patch through various revisions, etc. Just make sure you choose the right SPS for your HANA SPS.
Simple Data Lifecycle Management using Deletion BinThe DWF has four components, not all are necessary, depending upon what your intentions are.

  • DATA LIFECYCLE MANAGER 1
  • DATA DISTRIBUTION OPTIMIZER 1
  • HANA DATA MANAGEMENT 1
  • HANA DWF DOCU 1

For the sake of this blog, I will be downloading and installing 3 components, in this order, as the Installation Guide suggests.

  1. HANA DATA MANAGEMENT 1 – HCOHDM05_0-80000034.zip
  2. DATA LIFECYCLE MANAGER 1 – HCOHDMDLM05_0-80001006.zip
  3. HANA DWF DOCU 1 – HDCHDM05_0-80001017.zip

Simple Data Lifecycle Management using Deletion BinFiles
Simple Data Lifecycle Management using Deletion BinFor completeness, the HCO_HDM_DDO is for the Data Distribution Optimizer.

Installation

During the install, a 3 schemas are created.
Simple Data Lifecycle Management using Deletion BinConfiguration

I will not document the configuration process as the Installation Guide is quite good, however, here are some screen shots you may find useful, under the respective headings in the Installation Guide.

4.2 Configure SAP HANA System Properties

Simple Data Lifecycle Management using Deletion Binhttps://:8030/sap/hana/xs/admin/

Navigate to the specific area (do not perform a search, as it will return something different) here is were you need to be
Simple Data Lifecycle Management using Deletion BinI created a new user – DLM_ADMIN to perform the DLM activities.
DLM_ADMIN will perform various actions on tables within schemas. E.g. DELETE. In my case, all my custom tables containing the data I want to delete, exist in a single schema, so i applied the relevant 3 source privileges to the Schema than each individual table.
Simple Data Lifecycle Management using Deletion Bin” data-lazy-src=”https://blogs.sap.com/wp-content/uploads/2016/12/Screenshot_14-2.png” />

DLM_ADMIN Roles
Simple Data Lifecycle Management using Deletion Bin” data-lazy-src=”https://blogs.sap.com/wp-content/uploads/2016/12/Screenshot_17-2.png” />

Simple Data Lifecycle Management using Deletion BinOperation

MANAGE STORAGE DESTINATIONS

As your DLM_AMIN navigate to “MANAGE STORAGE DESTINATIONS” which is where we set up the “Storage Destination” details to be used as a “Storage Destination” during the creation of a “Manage Lifecycle Profile”.
Simple Data Lifecycle Management using Deletion BinYou can see from above, the “Storage Destination Type” selected is “Deletion Bin Destination”, and the default schema “SAP_HDM_DLM_GNR”.

“Save”, “Activate”, and “Test Connection”, and you should end up with something like below.
Simple Data Lifecycle Management using Deletion BinMANAGE LIFECYCLE PROFILES

“MANAGE LIFECYCLE PROFILES” are used to configure sources and targets for the DLM. There can me more than one, depending upon your use.
Simple Data Lifecycle Management using Deletion Binis configured for a specific “SAP HANA Table”, in my “MONITIQ_TABLES” schema called “hist-linux-cpu”.

For the sake of this blog, I will be triggering the DLM using a “Scheduled” job.
Simple Data Lifecycle Management using Deletion BinMy table has a defined key, however, it there is not one, you would have to specify a key in the “Nominal Key” field (to be figured out)

Destination Attribute

The “Destination Attributes” are all self explanatory, and you can now see the “Storage Destination” created earlier.
Simple Data Lifecycle Management using Deletion Bin“Destination Persistence” will appear after activating the profile. There is no interesting Data Flow for a deletion profile.
Simple Data Lifecycle Management using Deletion BinThe “Rule Editor” only contained “SQL Based Rule Editor”, and was sufficient for my use. A nice feature actually shows the number of affected records in real time, based upon your current rule.
Simple Data Lifecycle Management using Deletion BinA simple query in Studio can confirm numbers
Simple Data Lifecycle Management using Deletion BinNow to “Save” and “Activate”
Simple Data Lifecycle Management using Deletion BinNote the “SMO Destruction Bin” “Data Distribution” section never displays, and is greyed out.

Generated Object(s)

“Generated Object(s)” will appear after activating the profile
Simple Data Lifecycle Management using Deletion BinI can navigate out to the Schema and see this database Procedure

Simple Data Lifecycle Management using Deletion BinAt this stage we can run a couple of simulations
Simple Data Lifecycle Management using Deletion Bin

Data Relocation Preview
Simple Data Lifecycle Management using Deletion BinData Relocation Count
Simple Data Lifecycle Management using Deletion BinI can Export/Import this configuration as a text file, to/from other environments
Simple Data Lifecycle Management using Deletion BinNow we are ready to actually perform the DLM activity. For the sake of this blog, I configured the DLM Profile to Scheduled earlier, so “Schedule” is the only option I have to run. I set it to run a few minutes in the future, with no recurrence.
Simple Data Lifecycle Management using Deletion Bin
Simple Data Lifecycle Management using Deletion BinAfter the Job run, take a look at the “Logs” (ignore the start time inconsistency, as i had to re-schedule)

Which brings me to the point, what I do not like about the scheduling. There is nowhere to see the intended schedule, prior to it being run. For example, how can I confirm I have actually scheduled this.
Simple Data Lifecycle Management using Deletion BinClick “ID” to get more detailed information
Simple Data Lifecycle Management using Deletion Bin
Simple Data Lifecycle Management using Deletion BinAfter a successful report from the logs, I went to investigate.

Before

Reminder of above
Simple Data Lifecycle Management using Deletion BinA recount certainly shows records have been removed
Simple Data Lifecycle Management using Deletion BinThe Profile graphic has updated the Source number of record to suit, but does not not update the “SM0 Destruction Bin”. Whether it is meant to, who knows.
Simple Data Lifecycle Management using Deletion BinAnyway, records are gone… for ever. There is no functionality to put back the records within the DLM.

Miscellaneous

In the top right hand side, there are two tags
Simple Data Lifecycle Management using Deletion Bin
Open XS Job Tool” shells me out to the HANA XS Admin Tool Job Tool, where I can see more information about the Job
Simple Data Lifecycle Management using Deletion BinThe Job can be further edited to an extent
Simple Data Lifecycle Management using Deletion Bin
Versions” simply give me some basic  information about the Profile
Simple Data Lifecycle Management using Deletion BinSummary

So that about wraps up my quick and easy, minimalist experience with DLM using the Deletion Bin functionality. Hope there was something in there for you.

New NetWeaver Information at SAP.com

Very Helpfull

 

 

User Rating: Be the first one !