9

SoH migration – SUM DMO with system move, first – hand experience – part 1

 2 years ago
source link: https://blogs.sap.com/2022/03/25/soh-migration-sum-dmo-with-system-move-first-hand-experience-part-1/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

SoH migration – SUM DMO with system move, first – hand experience – part 1

This blog post covers one-step upgrade and migration approach, performance optimization and downtime minimization for migration of ECC on oracle database to HANA database with EHP upgrade via SUM DMO with SYSTEM MOVE option.

We have recently migrated from ECC6.0 EHP4 on oracle database to ECC6.0 EHP8.0 on HANA database with hardware migration (DMO with SYSTEM MOVE) for a customer.

Main objective for the project was to achieve a downtime between 8-12 hours for a source database of size 5TB. The setting was a bit complex such that DOWNTIME optimized DMO route couldn’t have been opted for and multiple downtimes were not affordable at all.

Now, the challenge was to make this a successful execution within the expected downtime. It was unachievable in the first look but “UNPRECEDENTED TIMES LEAD TO UNEXPECTED LEARNING” and it indeed did. In this blog post I will share details on following :-

  1. Project planning and approach
  2. Landscape strategy
  3. Downtime optimization strategy
  1. The project planning was done for 3 DMO cycles till production migration as mentioned below except that the number of MOCK runs increased in the actual project.

In below table a DMO cycle denotes 1 full export/import SUM run for SUM DMO with SYSTEM MOVE.

DMO Cycles Systems Activity

·         Impact analysis for code remediation

·         Intensive testing in DEV

·         Prepare and execute unit test, functional and interface testing

DMO1 Development

DMO2 MOCK1 on production

·         End to end Regression testing

·         Performance testing

·         Functional and interface testing

·         UAT and sign-off

QAS build using DB restore method

·         QAS system will be built from MOCK  system using backup and restore

·         Interface testing and validation

·         Setup DR system replication

DMO3 MOCK2 on production

·         Recreate all steps that would be performed in production system

·         Finalize production downtime

DMO4 PROD ·         Cutover and Go-Live

DMO1 is for migration of development system where we faced a lot of issues as expected and hence this SUM run took the longest time.

DMO2 is for migration of a MOCK environment copied from production to the HANA server, here we faced few more issues which were known issues and SAP documentation proved quite helpful. The downtime came out to be around 2 days and 11 hours.

We built QAS system with DB restore method and tested DR at this stage.

DMO3 is another MOCK run with latest production data, the SUM run got smoother this time however, the downtime requirement could not be fulfilled, it took about 1 day and 9 hours. So we ran a couple of more MOCK runs to improvise the downtime.

DMO4 is the final production migration.

  1. Landscape strategy

The diagram below depicts the landscape strategy that we incorporated.

It’s a dual system landscape where old systems (source SAP systems) on old hardware (SOURCE) run simultaneously un-till production Go-LIVE. The dual maintenance strategy has an advantage of minimizing change freeze i.e. no impact on ongoing developments, however it comes with it’s own restrictions.

To quote one of them – any change that is made in source is done in target and vise-versa and the 2 landscapes must be kept in sync. A change freeze is applied when cutover starts.

Dual%20landscape%20strategy

3. Downtime optimization

  1. The SAP downtime optimization app https://launchpad.support.sap.com/#/downtimeoptimization proved to be the most useful and effective in getting an insight and comparing different DMO runs. After every run, SUM asks for an upload of UPGANA.XML. Here’s an example on how it looks.

downtime_optimized1-1.jpg

A comparison of 2 DMO runs can also be done as shown below to analyze the differences and improvements in downtime.

downtime_optimized2-2.jpg

downtime3-4.jpg

  1. Data cleansing is another important area of any migration project which no body dares to dig into because business users are quite reluctant while perceiving this idea. In our experience, the data cleaning contributed a lot in reducing the data export time and hence reducing the downtime. Here’s how.

a. At the end of DMO run, “DMO POST analysis” provides the durations of all tables, R3load graph, table split order etc. for you to analyze where optimization can be done. for example in below graph we can see that there’s a tail towards the end of export.

Hence, the target of my next simulation would be to reduce this tail.

r3load.jpg

b. Now to optimize the downtime, we must look at the problem tables or tables that took the largest time in processing. In our case, tables like DBTABLOG, JHAGA, SOFFCONT1 etc. took the most. Therefore, we started with SAP reorg for tables like DBTABLOG, RFBLG etc.

After data cleaning, a database reorg must be performed, we performed a database reorg for all problem tables, even the ones from which data wasn’t deleted and it worked well thereafter.

tables-3.jpg

c. Table splits – As SAP claims, DMO is an optimized tool for HANA migrations in every possible way, you just have to learn how to make the best use of it. Make sure that you know the mechanism of table splits that happens automatically during preparation phases of SUM DMO, I found the blog https://blogs.sap.com/2015/06/11/dmo-background-on-table-split-mechanism/ very helpful in achieving our project goals.

The R3load process count which was provided while defining SUM parameters for UPTIME should be kept same as DOWNTIME (this doesn’t refer to actual uptime or downtime, this is specific to R3load and SQL parameters). Once an R3load and SQL count is established by various benchmark runs, it should fixed during the actual run and must not be altered while SUM is running.

The table split mechanism is based upon R3load (UPTIME) processes and DURATIONS file.

  1. SUM benchmarking tool, before execution of MOCK, run the benchmarking as mentioned in https://blogs.sap.com/2015/03/17/dmo-optimizing-system-downtime/ to determine the right count of processes for your environment. The CPU count and calculations as per SAP documentation is good in theory for estimation, but to see what is the most efficient number and what doesn’t break the system at the same time must be established through this simulated run.

We ran multiple iterations and established a count which could help us achieve an optimum R3load count which left no tail. Here’s the final result.

r3load_tail.jpg

To summarize, if you want to make the best use of SUM DMO, run the benchmark iterations as many times as required to establish the best suitable settings for your environment.

Always use the latest SUM patch level even if you are in the mid of your project, SAP keeps on improvising each second.

Last but not the least, if you read the SAP documentation thoroughly, you’d always know what SUM is doing in the foreground and what’s going on in the background.

I will cover below points in Part – 2 which contributed the most in optimizing SUM downtime.

  1. Make definitive use of DURATIONS file (MIGRATE_DT_DUR.XML) in all benchmarking as well as MOCK runs, with every run there will be optimization and improvement.
  2. Execute SUM export and import in parallel mode and refer to SAP note https://launchpad.support.sap.com/#/notes/1616401 to understand and set it up correctly.
  3. Last but not the least, a little out of the box thinking can work wonders – STAY tuned for this solution is rarely used but when it works it’s almost like magic.

Do provide your thoughts in the comments section, in case of questions, please use Q&A and post questions in the community and use the tag https://blogs.sap.com/tags/681405860242501232266070960678260

Regards

Radhika Chhabra


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK