Data migration of an existing Microsoft Windows CMS to a new Insight Software 6.3 system

Note:
The CLI console displays the import operation steps performed for remote SQL
server as shown in
Figure 2.
Step 3: Copying saved files to the target CMS
1. Copy the zip file created during the export operation on the source CMS to the target CMS folder
located at <HP SIM Install path>\data\configdata-import. If the export file is placed
in a different location in custom folder (for example, c:\dmt), the location can be specified on the
command line when the import operation is done.
2. Copy the saved scripts and/or custom executables from the safe location ,which has been saved during
Step 3: Saving any customer created scripts or executablesin the Before you beginsection to the
target CMS in the appropriate location.
3. Copy the install PSP directory from the safe location to the <siminstalldir>/Install PSP directory on the
target CMS.
4. Manually importing HP Operations Orchestration (OO) repositories:
Pre-condition:
Import OO repositories, if they were exported in source CMS.
Before Import:
Sign in to the source CMS with OS-level administrative privileges. Make sure this is the same
user that installed the Insight Software.
Open a command prompt:
o Navigate to Start menuRun.
o Type cmd, and then click OK. The command prompt window appears.
Navigate to <STUDIO_INSTALL_DIR>\tools directory.
Run `repoutil -publish -loginurl "https://localhost:16443" -u Admin -p
<OO_ADMIN_PASSWORD> -1 <DIR_WITH_OO_EXPORTED_DATA> -2
https://localhost:16443 -c r2 -excludepath "/Configuration/Remote Action
Services/RAS_Operator_Path" -excludepath "/Configuration/System Properties/HpioCmsIP"`.
Run the steps below for each OO repository exported in source CMS:
`repoutil -publish -loginurl "
https://localhost:16443" -u Admin -p <OO_ADMIN_PASSWORD> -
1 <OO_EXPORTED_DATA_DIR> -2
https://localhost:16443 -c r2 -excludepath
"/Configuration/Remote Action Services/RAS_Operator_Path" -excludepath
"/Configuration/System Properties/HpioCmsIP"`.
Where,
OO_ADMIN_PASSWORD is the OO Administrator password.
STUDIO_INSTALL_DIR is the HP OO Studio installation dir.
OO_EXPORTED_DATA_DIR is the directory which contains OO repository data exported in
source CMS. In export phase each repository was exported to one directory, hence replace
OO_EXPORTED_DATA_DIR with each of the directories provided as EXPORT_DIR in
export phase. For instance, if Central default public repository was exported to
C:\temp\central_DPR and this directory is available in target CMS, then the correspondent
import command for default public repository is `repoutil -publish -loginurl
"
https://localhost:16443" -u Admin -p MyOOAdminPassword -1 “C:\temp\central_DPR” -2
https://localhost:16443 -c r2 -excludepath "/Configuration/Remote Action
Services/RAS_Operator_Path" -excludepath "/Configuration/System Properties/HpioCmsIP"`.
Step 4: Prepare the Cluster CMS for running the import utility
This step is applicable to Cluster CMS only.