Hello,
I am trying to migrate a domain from an MDS to another one. Both servers are on the same OS and hotfix level.
I followed the sk156072.
First, I exported the CMA successfully with the command below:
mgmt_cli migrate-export-domain domain <DOMAIN_NAME> file-path /var/migrate/CMA_out.tgz
Then I transferred the file to the new MDS and ran the command below:
mgmt_cli migrate-import-domain file-path /var/migrate/CMA_out.tgz
But unfortunately I ran across this error:
suppressed: false
task-details: []
comments: "Failed: Global domain was purged."
The SmartConsole shows the same error and no details.
Does anyone have an idea how I can fix this?
Thank you.