Technical Articles
DMO with system move with shd rep on target DB
Readers of this blog post should be familiar with the approach “DMO with system move”, as introduced in this blog https://blogs.sap.com/2017/05/22/dmo-with-system-move-the-use-case-to-change-pas-host-during-dmo/
Shadow repository always created on target database
SUM 2.0 meanwhile creates the shadow repository always on the target database. The approach was introduced in this blog https://blogs.sap.com/2019/09/09/dmo-shadow-repository-on-target-database-for-conversion-to-sap-s4hana-1909/ and is now used for all migration scenarios (with SUM 2.0 SP 08 and higher; but not with SUM 1.0). All migration scenarios means: it is not depending on the target product release, and it is not depending on the target database type. So this approach even applies for a move from SAP ECC 6.0 EHP 7 on SAP MaxDB (on-premise) to SAP ECC 6.0 EHP 8 on SAP HANA DB in a cloud infrastructure like SAP HANA Enterprise Cloud (HEC).
No shadow in source landscape for DMO with system move
For “DMO with system move”, the consequence is that on the source landscape, no shadow operations happen. There is no shadow repository created on the source database, and no shadow instance created on the source Application Server host (on which you have started the SUM).
The following figure illustrates this.
Shadow repository is created on target database
Changes for the approach DMO with system move
This approach (shadow operations only on target landscape) has a couple of implications:
- SPAU/SPDD happen in target landscape
- SUM will only allow the specification of the shadow instance number in target landscape (if expert mode is selected)
- The shadow operations (creating shadow instance, shadow repository, …) happen in target landscape, and not necessarily in uptime – depending on the transfer mode selected, see below
- Advantage of the approach is that shadow operations do not affect the source database performance
Strong recommendation to use parallel mode
The shadow operations happen on the target landscape, they take quite a while, and the transfer mode decides whether this is uptime or downtime for the source system.
The serial mode:
- This is the transfer mode in which only one data transfer happens
- You run the complete procedure on the source landscape until it is finished
- This includes entering the downtime for the source system
- Only then you copy the SUM folder from source to target
- You start the SUM in the target and continue the procedure there
- Only then the shadow operations run, which takes a while – in downtime!
[added on Feb 11 2021] Especially phases like these run in downtime then:- ACT_UPG
- SPDD
- SHD_IMPORT
- SGEN
The parallel mode:
- This transfer mode is based on a continuous data transfer to target
- You run the procedure in source until the dialog on phase HOSTCHANGE_MOVE_SOT
- On this dialog (still uptime), you decide on parallel mode,
so you start a synchronization, either manually or using the delivered script - Once the initial SUM folder is synchronized to the target, you start the SUM in the target
- Still in uptime, the target SUM will execute the shadow operations in target
- You run the source SUM until downtime dialog, but wait there until target SUM has finished shadow operations and is waiting to import dump files (phase EU_CLONE_MIG_DT_IMP)
- Only then you enter downtime in source, so that creation of export files in source landscape runs parallel to import of dump files into target database
The following figure shows the point in time for which the source system is still in uptime, source SUM waits on downtime dialog (upper left browser window), whereas the target SUM is executing phase EU_CLONE_MIG_DT_IMP which is waiting for dump files to start the import (lower right window).
Parallel SUM execution in source and target
Boris Rubarth,
SAP SE, Product Management SUM
Hello Boris,
Thanks very much for providing a very useful information in this blog.
How do we manually synchronize the dir in parallel data transfer esp when Source and target are on different OS e.g. Source is on HP-UX and target is RHEL.
Right now SAP has provided a dmosystemmove.sh script but its only for Linux.. can we use custom script for data transfer between different OS? Does SAP support it?
Thanks,
Umesh PB
Based on my experience - you can customize the script. you need to be careful that you're copying the dump files in proper binary mode and have a method to verify complete copy (MD5 checking, etc). I say this because I've done similar in the past with my own custom script. Essentially my team replicated this DMO parallel move with earlier versions of SUM.
Hi Umesh,
using the delivered script dmosystemmove.sh should be possible on all operating systems supporting rsync. I am not an expert on rsync, guess all Unix OS should work. For windows, I read that cygwin may be a way to use rsync, but I haven't yet heard of anyone using this.
Currently azcopy is not supported, as it creates the initial files in the target with final size already which makes SUM assume the file transfer is complete.
Thank you Vijay to share your experience.
Regards, Boris
Hi Boris, is azcopy now supported?
Thanks Mike
Hi Mike,
it is not yet supported. I forgot to mention that the restriction is listed in the respective SAP Note for DMO. So once supported, the restriction will be removed there.
You find the respective SAP Note on DMO on the landing page for the Software Logistics Toolset: http://support.sap.com/sltoolet, in the section on System Maintenance.
Thanks,
Boris
Thanks Vijay, it helps.
Meantime, I just tried to manually execute standard dmosystemmove.sh (which internally calls up rsync ) from HP-UX (In the DMO guide it says that this script is for Linux Only) and it works similar to Linux. I feel, only thing you might need to do is to setup the password less authentication e.g. for <sid>adm, between source and target and script would do its job of parallel transfer. I am planning to test this in upcoming DMO run. Will share the outcome of the same.
Thanks,
Umesh B
Hi Boris,
Our Requirement is to Migrate SAP ABAP System(GRC) running on oracle db to GCP Cloud with HANA as the Target DB.
Can we use the System Move option? Is it applicable for ABAP Systems other than ECC?
Source- GRC, Oracle, On-Premise
Target-GRC,HANA,GCP
Hi Joydeep
first question is which sources you checked to find the answer. Respective SAP Notes are listed on the landing page http://support.sap.com/sltoolset.
The SAP Note on DMO with SUM 2.0 (currently SAP Note 2935107) has a section on requirements and restrictions for "DMO with system move". This section does not restrict the products that can be used compared to standard DMO.
Hello Boris,
With the system move option and parallel mode transfer, SPDD transaction will be perfomed on target system. In this situation will the source system be down or up ?
Best regards
Antonino
Hello Antonino,
for the parallel mode, SPDD is done during source system uptime. I have now listed in the blog post relevant phases that run in downtime for the serial mode in blue (they run in uptime for the parallel mode).
Best regards,
Boris
Hi Boris,
thank you very much for your valuable contribute!
As far as I know, using parallel mode in a system move approach is only possible from linux to linux; is there an equal solution in a system move between Windows source and Linux as target platform?
Thank you very much!
Kind regards.
Andrea
Hi Andrea,
thanks for asking. Indeed, you can also use the parallel mode if OS for source and target host are different! It is only the delivered script (triggering rsync) that only works from Unix to Unix.
The parallel mode requires synchronization either by using the script or by manual synchronization. So for manual synchronization, you will copy the SUM folder once, as stated on dialog for phase HOSTCHANGE_MOVE_SOT. Then you can start the SUM on the target host to pass all the shadow operation phases. Once you finish the SUM on the source (dialog for phase HOSTCHANGE_STOP), you do the second (final) copy of relevant SUM folders (stated on the dialog). Downtime is longer compared to using the script, but still much less than using the serial mode.
There are even possibilities to have a continuous synchronization for the case "windows-to-Unix", but I will update the blog on that once I have details.
Kind regards, Boris
Hi Andrea,
sorry, I meanwhile have to update / correct my comment: for parallel mode with manual synchronization, three sync points are required:
Kind regards, Boris
Hi Boris,
Is System Move supported for Windows Domain Installation to Windows Local Installation ? I am in the middle of DMO and already did the initial transfer of SUM directory to target PAS. When SUM was started in target, it is performing checks in the Hana DB user store using the Domain SAP Service User of source. Target system is not added to the domain so the check is failing.
Kind regards,
Clarisse
Hi Clarisse,
this is supported. Which SUM version in detail are you using? SUM 2.0 SP xx PL yy
Kind regards,
Boris
Hi Boris,
It's SUM 1.0 SP26. We are also doing unicode conversion along with the update.
Thanks,
Clarisse
Hi Clarisse,
thanks - I didn't thought about that: although "DMO with system move" is supported for SUM 1.0 as well, the target OS has to be Linux. Please check SAP Note 2882431 for DMO with SUM 1.0 SP 26.
Regards, Boris
Hi Boris,
Thanks, our target PAS OS is Linux. However, OSS note 2882431 was recently updated last month and it has restriction for DMO system move : SAP source systems runs on Windows OS: The target PAS host must run on Windows OS so we have this temporary Windows server just to meet this requirement. We are still waiting for a reply from SAP with regards to the error but might just go ahead and add it to the AD.
Kind regards,
Clarisse
Hi Clarisse,
thanks for the information and your patience. Indeed we had an inconsistency in the text of SAP Note 2882431 which will be adapted soon. "Windows to Windows" is supported, and your incident is been worked on.
Kind regards,
Boris
Hi Boris Rubarth,
Thanks for the input provided in SUM tools, excellent as always.
Quick question - not sure if already discussed or not.
We are planning to start a brownfield conversion (DMO with System Move) from ECC 6.0 EHP7 on MS/SQL both PAS and DB on Windows towards S/4HANA 2020, PAS and DB on Linux.
ECC is running now in Azure and we will be moving while converting in a new Azure subscription.
In this case, do you know by any chance in case of "Parallel mode" option what is the best approach for Data Transfer? We were looking for AzCopy via Azure BLOB Storage or RoboCopy?
Any clue what is the best approach here?
Thank you in advance.
Radu
Hi Radu,
sorry for the delay. What I know is that we had issues with azcopy, that is why we have listed in the respective SAP Note for DMO that it should not be used. Looks like there is a new version of azcopy available which should overcome the issue (using temporary file names), but I had no chance yet to check this.
Regards, Boris
Thanks Boris!
We continued by using robocopy to transfer data and process went fine.
Thanks again!
Radu
Hello Boris,
One question regarding DMO on Windows servers, which is listed a 'manual sync' with parallel mode. We perform the initial copy using Windows Explorer of \SUM\abap\load from source to target server and start SUM on the target. When we perform the second copy when the export is complete from the source in downtime, there are files that were copied on the initial copy that still exist in the target. Do we overwrite those duplicates in the target server directory or ignore them?
Thank you,
Paul
Hello Paul,
I understand the situation as follows: on dialog HOSTCHANGE_MOVE_SOT, you have followed the steps (describing the parallel mode with manual sync) and manually copied the complete SUM directory to the target. You have continued the SUM run on the source and started the SUM run on the target in parallel, but without any synchronization (so skipping step 4 of the description).
You have reached the dialog HOSTCHANGE_STOP in the source, so the export is complete. Now you want to copy the delta to the target, i.e. the abap/load directory.
Finally the answer 🙂
it should be irrelevant if you overwrite or ignore the duplicates, ignoring them will take less time.
Kind regards, Boris
Hi Boris,
In the HOSTCHANGE_MOVE_SOT phase, the step 5 presented by SUM:
Synchronize the directory "E:\usr\sap\SID\SUM\abap\load" continuously with the target host until phase "HOSTCHANGE_STOP" has been reached.
I can to move the files from the source directory to the target? My scenario is windows, i know i cant use the auto copy script which is linux only.
As files are being created, can we cut from the source and paste in the target? In this way not compromising the source disk space.
Regards
Hi Ricardo,
Looks like you have the same scenario like in my comment above for Paul.
Concerning your question on cut&paste files from source to target (instead of copy&paste): I would not recommend this approach. You should keep the full folder of the completed SUM directory in the source available. it is required for example in the case that you have to restart the procedure in the target. As described in the guide, a reset in the target does not restore the SUM folder to a state on which you can simply repeat the target procedure (with the current SUM SP version).
Regards, Boris
Hi Boris,
Nice Blog and I think everyone with the kind of conversion scenario "DMO with System Move" should check this.
can you please clarify the below scenario whether it is feasible with "DMO with System Move"
Source Environment (Datacenter1): SAP ECC + DB (Oracle 11g) on SUN Solaris , here will start SUM tool for S/4HANA conversion in source PAS with parallel mode using delivered script
Target Environment(Datacenter 2) : SAP S/4HANA on SUSE pre-build PAS & database and then copy and sync the SUM folder to start conversion on target as mentioned in the blog.
so can you please advise in the above condition with the kind of OS and DB environment is it possible to use this approach or should we go for any other approach.
Regards,
Hi Kets,
in general "DMO with system move" works for this environment, but you should check the respective SAP Note on DMO for potential restrictions - I am not aware of any. The parallel mode can be used, and assuming that rsync works on SUN Solaris, the script can be used as well.
Regards, Boris
Hi Boris,
We are planning a system move of an ECC 6.06/DB2 running at IBM to S/4HANA Cloud (Rise), which means, using DMO with system move. Is it possible to do a system and Unicode conversion in one step?
Our customer SAP system is non-unicode, and the customer is avoiding two steps approach.
Thanks
Christian
Hi Christian,
As per the official S/4H 2020 conversion guide:
https://help.sap.com/doc/2b87656c4eee4284a5eb8976c0fe88fc/2020/en-US/CONV_OP2020.pdf
"3.1 System Requirements
Unicode
As a prerequisite for the conversion, your system needs to be a Unicode system. If your system is still non-Unicode, you can follow a two-step conversion approach: First, perform a combined upgrade and Unicode conversion with one of the supported start releases as target, then perform the conversion to SAP S/4HANA."
I found the same req. for earlier S/4 versions, so I think it also applies to S/4H Cloud.
Hope this help
Best Regard
Javier
Thanks Javier!
Hi Christian,
as Javier already stated: the (one-step) conversion to SAP S/4HANA requires the source system to be on Unicode.
This requirement is valid for targeting SAP S/4HANA (on-premise edition) as well as for targeting SAP S/4HANA Cloud, private edition. [A move to "SAP S/4HANA Cloud" is not supported by a system conversion]. And the requirement is also valid for "DMO with system move". [DMO: database migration option]
In general, SUM 1.0 is capable to include the Unicode Conversion as part of DMO, but a system conversion is executed with SUM 2.0. The requirement to have the source system on Unicode already (for all target product versions on SAP BASIS 7.50 and higher) was announced by SAP in 20214, and is attached to SAP 2033243 Note "End of non-Unicode Support: Release Details".
Regards, Boris
Thanks Boris, Appreciated your quick feedback.
Hello Boris,
Thanks for this blog.
We are new project "Conversion to SAP S/4HANA" using SUM/DMO + system move
Source : On-premise ECC6 Ehp5 on SQL Server 2017 on Windows 2012
Target : SAP Rise: S/4 2020 on Hana 2.0 SLES15
Could you please clarify the 2 points below
SAP note 3070443 - Database Migration Option (DMO) of SUM 2.0 SP12
1/
"For System Move only: The operating system of the application server on the source host has to be supported for the source SAP release according to PAM.
The operating system of the application server on the target host has to be supported for the target SAP release according to PAM."
Source OS, windows 2012 is not supported for target release, but I use option "system move" and the shadow instance run on target OS.
In this case we can start SUM on source system on windows 2012?
2/
"Do not use the AzCopy tool for file transfers when using the parallel mode:
Instead, we recommend using other file transfer techniques such as ftp, rsync, or the SUM tool internal script based on rsync."
and previous reponse in this blog
"
Boris Rubarth
March 17, 2021 at 6:48 pm
There are even possibilities to have a continuous synchronization for the case "windows-to-Unix", but I will update the blog on that once I have details."
Do you have any news, how to synchronize the SUM repository for the case "windows to Linux"?
It's supported, no impact with different path ( \\path on windows vs /path on Linux)?
Thanks for your help.
Regards,
Roby
Hello Roby,
1/ Yes, for "DMO with system move", as stated in the SAP Note text, the source OS does not have to be supported for the target release, as the shadow repository is not created on the source database.
2/ Let us distinguish two different techniques for the parallel mode: a) manual synchronization and b) synchronization with a script. Both cases are supported even for change of Application-Server-OS (in your case: Windows -> Linux).
a) For the manual synchronization, the SUM dialog for phase HOSTCHANGE_MOVE_SOT now tells you more explicit the three sync points to use.
b) Using a script: in your case as source OS is Windows, the script delivered with SUM (dmosystemmove.sh) can't be used (SUM will not display the text box for the target host name on the dialog for HOSTCHANGE_MOVE_SOT). Nevertheless other possibilities exist, such as:
Regards, Boris
Hello Boris,
Thanks a lot for these clarifications.
Regards,
Roby
Boris, SAP community,
I face the same issue. My source PAS Is windows 2012/MS SQL DB. My Target is Linux/HANA in Azure. I am moving from bw 7.4 to bw 7.5 using SUM DMO. Serial method (export, then ftp, then import) is causing 100+ hour outage. I need to use parallel method and I am having hard time to get rsync to work on windows. When I execute rsync with the ssh option, windows cannot find ssh. Can you point me to the right way to get rsync to work? I also saw the SAP note which says 'do not use azcopy for parallel method'. I will be most appreciative of any pointers. I have been googling through a lot of blogs but not yet got a solution.
I have to transfer 1.6 TB of export files to azure and it is taking me 45 hours to copy it over sftp. So I need to try rsync to use the parallel dmo option to reduce the downtime. rsync does not like windows back-shlashes G:\SUM. So I had to install cygwin (linux emulator) but when I use ./rsync /cygdrive <SUM dir path> -ave ssh sidadm:remotehost:/export, I get error "failed to exec ssh". Any thoughts from anyone on how to get rsync with ssh to work on windows PAS?
From what you mention above, azcopy using sync option can be used even though the note says 'do not use'?
Hi Vikram,
sorry to hear that you experienced those hurdles, and sorry for the late comment.
I have no experience with rsync on Windows, so can't help on that. Hopefully you did at least use the parallel mode with manual synchronization, like explained in my answer above, step 2 a): " ... three sync points to use."
Regards, Boris
Hi Vikram.
Please read the following brilliant article [1] (see the link below in references). It says SSH can be a bottleneck in rsync (SCP,SFTP) transfer. Also disk subsystem may be limitation at some speeds over 150 MB/s.
Then you may try using weaker encryption and disabling logging options of rsync as advised in article [2].
Based on article [1] I considered using either HPN-SSH [4] or BBCP[3]. I evaluated BBCP as this is much simper.
Working variant for me looks as adopting standard dmosystemmove.sh script to use BBCP. Looks it should optimally saturate every channel. Using portable HPN-SSH library is also possible [4, 5]. In any case on Windows looks you have to use cygwin or MinGW+MSYS.
I tested this in own data center using commands [6]. But for me single 2 GB file transfer was little faster with rsync (76 vs 71 MB/s). For multiple files directory they were similar about 99 MB/s.
Evidently I saturated my 100 MB/s (1 Gbit/s) data center channel. But I did not reach yet SSH or HDD limit. With longer distances (longer pings) tools should behave differently of course.
In your case that was (1.6 TB/45 hr) about 10 MB/s. This looks far from HDD speed limitation. SFTP is known for slowness. But not the case.
Most logical in your case is: your connect to cloud datacenter is simply such a slow. Your organization may have just 100 Mbit/s external internet channel. So maybe ask about temporary leasing a wider internet channel or using channels bonding of wire+LTE/5G (software like Speedify). But I did not play this this. This is another interesting challenge....
Also consider using some closest to you cloud data center (or azcopy maybe will do this for you).
References:
[1] Data Transfer Basics and Best Practices https://princetonuniversity.github.io/PUbootcamp/sessions/data-transfer-basics/PUBootCamp_20181031_DataTransfer.pdf
[2] How to speed up rsync? - Super User https://superuser.com/questions/109780/how-to-speed-up-rsync
[3] Using BBCP http://pcbunn.cithep.caltech.edu/bbcp/using_bbcp.htm
[4] GitHub - rapier1/openssh-portable: HPN-SSH based on OpenSSH https://github.com/rapier1/openssh-portable
[5] install HPN-patched version of SSH without overriding the system-installed OpenSSH https://gist.github.com/mkll/6e86d27f4b256c3720eb7b73793779d4
[6] Commands used to test time of transfer:
time rsync -avm --out-format="FILE=%n" /hana/data/HDB/mnt00001/hdb00001/datavolume_0000.dat root@<target.hostname>:/tmp/trans/
time /tmp/bbcp -v -4 -P 5 --port 50000:51000 /hana/data/HDB/mnt00001/hdb00001/datavolume_0000.dat root@<target.hostname>:/tmp/trans/
Hi Boris,
Can this approach be used across data center. I mean in a Go to cloud (Azure in our case) scenario ?
As note 3110934 - Executing and Monitoring Downtime-Optimized Conversion to SAP S/4HANA with SUM 2.0 SP 13 clearly indicates :
And note 3106947 - Database Migration Option (DMO) of SUM 2.0 SP13
Indicates
So I'm not sure that DMO with System Move is allowed accross data center:
Could tell us when the content on this blog applies ?
Thanks in advance for your clarifications.
Hi Taryck,
thank you for asking, let me try to sort this out.
1) This blog is about "DMO with system move", the approach to combine a SUM activity (update/upgrade/conversion) with the move to a different data center / from on-prem to a hyperscaler environment. (In particular, it focuses on the SUM approach to create the shadow repository on the target database, but this is not relevant for this discussion.)
So concerning your question "Can this approach be used across data center ... go to Azure ..." (where I understand <this> as <DMO with system move>), the answer is yes.
2) You finish your question with the wish to know when the content of the blog applies.
"DMO with system move" is the term for the SUM approach allowing to
3) In-between, you reference the SAP Note on "downtime-optimized Conversion" (latest version is always referenced on this SAP Support Portal page) stating that this cannot be combined with "DMO with system move". Correct: "DMO with system move" does not allow to apply "downtime-optimized Conversion", neither "downtime-optimized DMO". The downtime optimization that we strongly recommend for "DMO with system move" is to use the parallel mode instead of the serial mode, as outlined in this blog post.
4) We currently evaluate the option to use "DMO to Azure" (~plain DMO) for a combination of system conversion to SAP S/4HANA with the move to a hyperscaler, see my blog post https://blogs.sap.com/2021/12/02/dmo-to-azure-combine-sap-s-4hana-conversion-with-the-move-to-azure-without-dmo-with-system-move/. With that, it would even be possible to allow "downtime-optimized Conversion" or "downtime-optimized DMO".
As a summary overview:
Without move:
With move:
optionally with "downtime-optimized DMO" or "downtime-optimized Conversion"
Hope this long answer helps, not sure if I rather should have created a new blog post instead 🙂
Regards,
Boris
Thank you so much. Now it's fully clear.
In our group we had different reading of the documentation now it's perfectly clear.
Hello Borris,
In the similar lines we have a bit different requirement I have read all the blog around SUM, SUM DMO, SUM DMO with System move but not able to find the scenario.
SAP ERP 6.0 EhP 8 running on App on Windows and database HANA running on SUSE SLES
and we would like to run the S4 conversion and changing to S4 HANA and Application Server OS to SLES and keeping the database version and.
on your below note
2) You finish your question with the wish to know when the content of the blog applies.
"DMO with system move" is the term for the SUM approach allowing to
is this possible by using the SUM with System move Without DMO as we are already on Suite on HANA. please advise. Is this senario supported by SUM tool ?
Thanks and Regards
Prateek
Hi Prateek,
if I understand your scenario correct, you may consider the ASCS instance move, see SUM guide and the my blog post ASCS instance move: use SUM to switch your ASCS | SAP Blogs
Regards, Boris
Dear Borish,
There is one question from my end.
We are doing S4HANA conversion. My source system is running at Unix (ECC) and Target (S4HANA) is running at Linux. We need to use parallel mode to save time. Please let me know from where I will get dmosystemmove.sh script and how to run the script in our source system. I am little bit confused for this because I have not got any specific sap note or sap blog where every step mentioned. Please provide my any sap blog or sap note where I will get all information. How to get the script and how to run the script.
Regards,
Arun Kumar Sharma
Hi Arun,
I have a recommendation for searching: the DMO guide 😉
System Move: Data Transfer | SAP Help Portal
Regards,
Boris
Dear Borish,
Apologise for trouble. Please provide me specific link for DMO guide where every step mentioned for parallel mode for s4HANA conversion. I have gone through SAP Note and DMO guide also where not mentioned properly about S4HANA conversion.
Regards,
Arun Kumar Sharma
Dear Arun,
following my link and scrolling down to the bottom of that page, the guide lists
This means:
(only for
LinuxUnix as OS for the host on which SUM is executed)Regards,
Boris
Dear Borish,
Thanks for helping me for above query.
What is mean of below input as you mentioned. My source is running in Unix and Target will be running on Linux. Is this script will work right?
(only for Linux as OS for the host on which SUM is executed)
Regards,
Arun Kumar Sharma
Dear Arun,
thanks for asking, my statement was not precise: the text field is shown on the dialog if the source is running on Unix OS (including Linux). (I will edit the reply above to not confuse other readers).
In general, the script is making use of rsync and will work as long as rsync runs on source and target systems on equivalent level.
Regards,
Boris
Dear Borish,
Good Morning,
It means, I can't use rsync utility for parallel mode because My source OS is AIX and Target is Linux. I need to use serial mode in our S4HANA conversion as per your input.
In general, the script is making use of rsync and will work as long as rsync runs on source and target systems on equivalent level.
Regards,
Arun Kumar Sharma
Dear Arun,
equivalent level: the versions of rsync have to match, not the OS type.
Just try it out to see it works.
Regards, Boris
Hello Boris
Thanks for this blog.
I want to migrate a system to HANA with DMO with System move, serial mode.
Source : On-premise ECC6 EHP8, Oracle12.1 on Windows NT 86x64
Target : On-premise ECC6 EHP8, Hana 2.0 SLES15
Could you please clarify this points in the DMO SUM 2.0 SP16-32564266:
For System Move only: The operating system of the application server on the source host has to be supported for the source SAP release according to PAM.
The operating system of the application server on the target host has to be supported for the target SAP release according to PAM.
My Source OS is windows NT 86x64 and according to PAM is not compatible for the source SAP release Netweaver 7.5.
In the PAM with Oracle 12, I can only find windows 12 server.
What happens in this case ? Can't we then start the SUM on the Windows NT? Or will errors occur during the SUM process ?
Many Thanks
Best Regards
Hi Boris,
Sorry for bothering you twice in a day.
But you are the final authority after all.
In our conversion journey from ECC on Windows, MSSQL to S4HANA on Windows, Hana DB,
our first sum run was in serial mode and we quickly noticed we needed parellel mode.
For unix, rsync is recommended.
But there is no mention about any tool for use on Windows.
Nor could I find any hint on any article on internet.
which counterpart can be used on Windows for parallel mode?
Robocopy or what else? (Our hyperscaler is GCP if it matters).
Thanks for your kind attention and prompt responses.
Best regards,
Hi Hasan,
I can't recommend anything specific, but you can check the comment from "Balashchenko Andrei" above:
In any case on Windows looks you have to use cygwin or MinGW+MSYS.
Best regards,
Boris