Delta Data Migration Tool contents
This topic provides information about the contents of the Delta Data Migration tool folder that is included with BMC Remedy Migrator. After you install the BMC Remedy Migrator, you must customize the Delta Data Migration Tool to work with the BMC Cloud Lifecycle Management solution. For more information about installing the BMC Remedy Migrator, see Installing BMC Remedy Migrator.
The following information is covered in this topic:
Delta Data Migration Tool folder contents
The following table lists the contents of the BMC Remedy Migrator tool.
File or folder | Description |
---|---|
Configuration.xml | Used by the DeltaMigration.exe executable to run the correct package versions from the Packages folder. |
DeltaMigration.exe | The executable file for launching that the Delta Data Migration Tool. The tool enables you to compare or migrate your data from the current production server to the staging server (new production server). |
Packages folder | Contains the package, instruction XML files, and the mapping files for all supported versions of the following products:
|
Utilities folder | Contains two utilities that can be used to find and package custom forms from your server. |
To customize the Delta Data Migration Tool for BMC Cloud Lifecycle Management
To run the migration tool successfully with the BMC Cloud Lifecycle Management solution, perform the following steps:
- Log on to the Enterprise AR System server host and navigate to C:\Program Files\BMC Software\BMCCloudLifeCycleManagement\Cloud_DB\publicextensions\ddmpackage.
- Copy and extract the CLM folder to a temporary folder on which host?.
Modify the Configuration.xml file to add the following lines of code:
<!--BMC Cloud Management Foundation FOR VERSIONS SUPPORTED-->
<application name="BMC Cloud Management Foundation" dir=".\Packages\CLM" file="Cloud_Management_Foundation_Package.xml" enabled="true" custom="false">
<guid>CS005056B5170D1KxATAtxI9qATf8A</guid>
<package src-version="2.1.00.010000" src-patch=""/>
</application>
<!--BMC Cloud Management Administrator FOR VERSIONS SUPPORTED-->
<application name="BMC Cloud Management Administrator" dir=".\Packages\CLM" file="Cloud_Management_Administrator_Package.xml" enabled="true" custom="false">
<guid>BC005056B5170DoU8YTAxgKRCgVBEA</guid>
<package src-version="2.1.00.010000" src-patch=""/>
</application>
<!--BMC Cloud Management User FOR VERSIONS SUPPORTED-->
<application name="BMC Cloud Management User" dir=".\Packages\CLM" file="Cloud_Management_User_Package.xml" enabled="true" custom="false">
<guid>CS005056B5170DmqxATABDA8qAOv8A</guid>
<package src-version="2.1.00.010000" src-patch=""/>
</application>
<!--BMC Cloud Enterprise Atrium CMDB FOR VERSIONS SUPPORTED-->
<application name="BMC Cloud Enterprise Atrium CMDB" dir=".\Packages\CLM" file="Enterprise_CMDB_Package.xml" enabled="true" custom="false">
<guid>OB00C04FA081BABZlxQAmyflAg1wEA</guid>
<package src-version="7.6.04" src-patch=""/>
</application>
<!--BMC Cloud Atrium CMDB FOR VERSIONS SUPPORTED-->
<application name="BMC Cloud Atrium CMDB" dir=".\Packages\CLM" file="Cloud_CMDB_Package.xml" enabled="true" custom="false">
<guid>OB00C04FA081BABZlxQAmyflAg1wEA</guid>
<package src-version="7.6.04" src-patch=""/>
</application>