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

27
1. In the target CMS, open Windows Explorer.
2. Navigate to <SIM Install Path>\config\migration.
3. Remove the HPIOP2.xml file from the <SIM Install
Path>\config\migration directory.
4. Open the HPIOAux.xml file and update the following line from:
<DependentOn>HPIOP2</DependentOn> to:
<DependentOn>lsm</DependentOn>”.
5. Remove the HPIOP2.xml file from the <SIM Install
Path>\config\migration directory.
The import CLI command is
mximport [-f<filename>] [-p <password>]
Where the parameters are as follows:
-f—Optional. Can be used to specify a different filename or path for the export archive. The default
file name is Products.zip and is placed in the <SIM Install Path>\data\configdata-
import directory on the source CMS.
-p—Optional. Enables the password to be passed in on the command line for non-interactive
operations such as a script. This must be the same password that was used to encrypt the exported
file. If –p is not specified, the user is prompted to enter the password. HP recommends not specifying
–p on the command line for greater security.
Parameters applicable only for cluster CMS
–vMandatory. Used to specify the cluster IP, also known as the MSCS cluster virtual server IP
address of target CMS.
–nMandatory. Used to specify the cluster name/host name, also known as the MSCS cluster virtual
server name of the target CMS.
Note:
Cluster Name/Host Name must be a fully qualified host name.
Cluster CMS example
mximport –f <filename> p <password> v <Cluster CMS IP> -n <Cluster CMS
Name>
For example, mximport f c:\export.zip p somepassword v {IP address} n
clustersite.ha.com
Parameters applicable only for target cluster CMS with remote database
–rMandatory. Used to specify if the cluster CMS has remote database server.
Cluster CMS with remote database example
mximport f <filename> p <password> v <Cluster CMS IP> -n <Cluster CMS
Name> -r <true/false>
For example, mximport f c:\export.zip p somepassword v {IP address} n
clustersite.ha.comr true
Non-Cluster CMS example
mximport f <filename> –p <password>
For example, mximport f c:\export.zip p somepassword