mapData utility - global domain
Hi all, I'd like to map data between two separate domains using the mapData utility in a global domain.
My RPAS version is 13.3.1.2
In the administration guide, the steps are not specified. What I've done is:
run the 'mapData' utility on each local domain
mapData -d <domain1_path>/ldom0 -dest <domain2_path>/ldom0
mapData -d <domain1_path>/ldom1 -dest <domain2_path>/ldom1
...
mapData -d <domain1_path>/ldomXX -dest <domain2_path>/ldomXX
run all the batch rules on each local domain if the destination domain (using the 'mace' utility) as usual.
After that, I access the destination domain and everything seem ok.
0