Hi all
i've a single management on a VM with R80.40 and I want to import it as a new domain on my R80.40 MDS
i've exported it using mgmt_cli command
mgmt_cli -r true -d "System Data" migrate-export-domain file-path /var/log/xx.tgz include-logs false
and imported as new domain on my MDS with this command
mgmt_cli -r true -d "System Data" migrate-import-domain domain-name xx domain-server-name xx domain-ip-address zz file-path /var/log/xx.tgz include-logs false
but what I obtain is a fealure
---------------------------------------------
Time: [15:32:28] 22/9/2020
---------------------------------------------
"Importing domain "PIPPO" failed (100%)
tasks:
- uid: "9bb2f86c-3aa9-4473-8248-cb49be842cba"
type: "task"
domain:
uid: "a0eebc99-afed-4ef8-bb6d-fedfedfedfed"
name: "System Data"
domain-type: "mds"
task-id: "9bb2f86c-3aa9-4473-8248-cb49be842cba"
task-name: "Importing domain PIPPO"
status: "failed"
progress-percentage: 100
start-time:
posix: 1600781406834
iso-8601: "2020-09-22T15:30+0200"
last-update-time:
posix: 1600781539773
iso-8601: "2020-09-22T15:32+0200"
suppressed: false
task-details:
- uid: "4c9d2c03-e920-4b05-adf1-9de973a56553"
name: null
domain:
uid: "a0eebc99-afed-4ef8-bb6d-fedfedfedfed"
name: "System Data"
domain-type: "mds"
statusCode: "failed"
statusDescription: "Succeeded"
taskNotification: "9bb2f86c-3aa9-4473-8248-cb49be842cba"
meta-info:
validation-state: "ok"
last-modify-time:
posix: 1600781539761
iso-8601: "2020-09-22T15:32+0200"
last-modifier: "System"
creation-time:
posix: 1600781539761
iso-8601: "2020-09-22T15:32+0200"
creator: "System"
tags: []
icon: null
comments: null
customFields: null
comments: "Failed: tried to updated cpmi refs cache for replaced uid but original is not in cache: 459b7119-1af1-4556-bcb6-30060f15aa4a=>0bbf42c7-9909-4640-a399-5aed41e6c60a"
color: "black"
icon: "General/globalsNa"
tags: []
meta-info:
lock: "unlocked"
validation-state: "ok"
last-modify-time:
posix: 1600781539777
iso-8601: "2020-09-22T15:32+0200"
last-modifier: "System"
creation-time:
posix: 1600781406838
iso-8601: "2020-09-22T15:30+0200"
creator: "System"
read-only: false
comments: "Failed: tried to updated cpmi refs cache for replaced uid but original is not in cache: 459b7119-1af1-4556-bcb6-30060f15aa4a=>0bbf42c7-9909-4640-a399-5aed41e6c60
I really don't know how to do 😐
after the import,even with error,i'm able to start the domain with mdsstart_customer but I cannot connect to it or doing anything ( i've also checkend trusted ip )
any idea?