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

14
Manually exporting Operations Orchestration (OO) repositories
Pre-condition:
HP OO migration is valid only when both HP OO and HP IO are installed in the same CMS.
Migration does not apply to a remote OO installation.
Moreover, it is necessary to migrate OO repositories when any of the following conditions apply:
You added custom flows to the HP IO Library (/Library/Hewlett-Packard) in HP OO
You modified any existing HP IO flow in HP OO
You modified local HP OO repositories
Before Export:
1. Sign in to the source CMS with OS-level administrative privileges. Make sure this is the same user
that installed the Insight Management.
2. Open a command prompt:
a. Navigate to Start Run.
b. Type cmd, and then click OK. The command prompt window appears.
3. Navigate to the <STUDIO_INSTALL_DIR>\tools directory.
4. Run the steps below for each OO repository (a total of 6 repositories listed in the table below)
`repoutil -export -loginurl "https://localhost:16443" -u Admin -p
<OO_ADMIN_PASSWORD> -1 <OO_REPOSITORY_DIR> -2 <EXPORT_DIR> -x
"/Library/Hewlett-Packard"`
Where
<OO_ADMIN_PASSWORD> is the OO Administrator password.
<OO_REPOSITORY_DIR> and <EXPORT_DIR> are specific to each repository defined
as follows.
Table 9: OO repository table
Repository <OO_REPOSITORY_DIR> (the OO repository to
export)
<EXPORT _DIR> (empty output directory)
Central RasRepo
<CENTRAL_INSTALL_DIR>\rasrepo
Any empty directory, for example:
C:\temp\central_rasrepo
Central backup
repo
<CENTRAL_INSTALL_DIR>\rcrepo
Any empty directory, for example:
C:\temp\central_rcrepo
Central Default
Local
<CENTRAL_INSTALL_DIR>\default\repo
Any empty directory, for example:
C:\temp\central_default_local
Studio RasRepo
<STUDIO_INSTALL_DIR>\rasrepo
Any empty directory, for example:
C:\temp\studio_rasrepo
Studio Default
Local Repo
<STUDIO_INSTALL_DIR>\studiorepo
Any empty directory, for example:
C:\temp\studio_studiorepo
Studio backup
repo
<STUDIO_INSTALL_DIR>\default\repo
Any empty directory, for example:
C:\temp\studio_defaultrepo
<CENTRAL_INSTALL_DIR> is the OO Central installation directory, typically installed at
C:\Program Files\HP\Operations Orchestration\Central.