Execute migration command by referring following procedure.
Take out the following migration file under DVD of the Systemwalker Service Quality Coordinator Enterprise Edition V15.0.1, and store in the Dashboard Server.
<DVD Drive>:\unified\bpma\Util\BPMMigrationUtil.zip |
Point
The file mentioned above is store in the following place of the DVD for UNIX versions.
<DVD Drive>:\client\unified\bpma\Util\BPMMigrationUtil.zip |
Unzip BPMMigrationUtil.zip file
After unzip, execute following command.
<Unzip destination>\bin\bpmmigrate2v12 -i <WorkDirectory> -M <DeployedDirectory> -p <AdminPassword> -c <ConfDirectory> -a <AgentDirectory>
Option/Parameter Explanation
-i <WorkDirectory>
Specify the path of the work space backed up from V11.1
-M <DeployedDirectory>
Specify the following directory path to the <DeployedDirectory>.
<Interstage Installation Directory>\J2EE\var\deployment\ijserver\IBPMMServer\apps\ibpmm.war
-p <AdminPassword>
Specify the password of the superuser which has been set when BPMAV12 installed.
-c <ConfDirectory>
Specify the path of deployed destination of the conf directory which was backed up from V11.1.
-a <AgentDirectory>
Specify the path of deployed destination of the Agent directory which was backed up from V11.1.
Example
> bpmmigrate2v12 -i C:\BPMBackup\ibpm_data -M C:\Interstage\J2EE\var\deployment\ijserver\IBPMMServer \apps\ibpmm.war -p XXX -c C:\BPMBackup\conf -a C:\BPMBackup\agent BUPG0001=Starting migration. BUPG0003=Starting repository conversion. (Path:C:\BPMBackup\ibpmm_data) BUPG0004=The repository conversion is complete. BUPG0011=Starting conf directory conversion. (Path:C:\BPMBackup\conf) BUPG0012=The conf directory conversion is complete. BUPG0007=Starting agent directory conversion. (Path:C:\BPMBackup\agent) BUPG0008=The agent directory conversion is complete. BUPG0015=Starting DB structure conversion. (DB type:EVENTDB) BUPG0016=The DB structure conversion is complete. BUPG0005=Applying the converted repository to the system. BUPG0006=The converted repository has been applied to the system. BUPG0009=Applying the converted agent directory to the system. BUPG0010=The convertied agent directory has been applied to the system. BUPG0013=Applying the converted conf directory to the system. BUPG0014=The converted conf directory has been applied to the system. BUPG0002=The migration is complete. |
Note
Execute this command after starting the Symfoware RDB system when stops.