Data migration of an existing Microsoft Windows CMS to a new Insight Management 7.0 system

26
Before Import:
a. Sign in to the source CMS with OS-level administrative privileges. Make sure this is the same
user that installed the Insight Management.
b. Open a command prompt:
i. Navigate to Start Run.
ii. Type cmd, and then click OK. The command prompt window appears.
c. Navigate to the <STUDIO_INSTALL_DIR>\tools directory.
d. Run the following command 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 directory.
<OO_EXPORTED_DATA_DIR> is the directory which contains OO repository data exported in
the source CMS. In the export phase each repository was exported to one directory, hence
replacing <OO_EXPORTED_DATA_DIR> with each of the directories provided as
<EXPORT_DIR> in the export phase. For instance, if the central default public repository was
exported to C:\temp\central_DPR and this directory is available in the target CMS, then
the corresponding import command for the default public repository is the following:
`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.
Prerequisite steps are:
1. The Insight Management and SQL cluster applications must be running on the node where the
import utility will run. Ensure that the other node in the cluster is powered off before running the
import utility.
2. Use Failover Cluster Manager to take the Insight Management cluster application offline. Then
bring online only the disk, file server, network name, and IP address resources in the Insight
Management application.
Step 5: Running the import utility on the target CMS
The import utility is a CLI tool that must be run from a standard command prompt on a Windows
operating system. The import utility must be executed by a user that has OS-level administrative
privileges, and be the same user who installed the Insight Management on the target CMS. In
addition, if Matrix OE Global Workload Manager is installed, the same user must also have SQL
Server administrative rights to the database.
Note:
If HP IO uses a remote HP OO server, then modify the import utility
configuration to avoid HP OO migration.