Moving data from isVirtual_old attribute to isVirtual attribute
Before you begin
Download the CMDB Utilities from the following location: https://webepd.bmc.com/edownloads.
For more information, see Working-with-CMDB-utilities.
The isVirtual Mapper utility is located in CMDB_Utilities > common > utilities > isVirtual-mapper-job-import.
To move the data from isVirtual_old to isVirtual
- Open a CLI application.
- Change the directory and enter the path where the isVirtual Mapper utility is located.
For example, cd C:\Users\Downloads\CMDB_Utilities\common\isVirtual-mapper-job-import Enter the following information:
java -classpath isVirtual-mapper-job-import.jar com.bmc.jobimport.pentaho.ImportAndDeployIsVirtualMapperJob -x -t -u -p -jf -hh -mmFor example, java -classpath isVirtual-mapper-job-import.jar com.bmc.jobimport.pentaho.ImportAndDeployIsVirtualMapperJob -x ws-utm-abc -t 1234 -u Demo -p "password123" -jf "C:\Users\Downloads\CMDB_Utilities\common\isVirtual-mapper-job-import" -hh 21-mm 00
Parameter
Description
-x
AR Server name
-t
Port number
-u
Username
-p
Password
-jf
Path of the folder specifying the jobs and transformations to import. add "\\" or "/" at the end depending on the operating system.
-hh
Job schedule start time hours. Enter the local time of the system from where the utility is run.
-mm
Job schedule start time minutes. Enter the local time of the system from where the utility is run.
- To run the command, press Enter.
After you run the command, an Atrium Integrator job ParentJob_isVirtual is created. The job is designed to run only once after an upgrade. Depending on the job schedule, track the progress from the Atrium Integrator console in CMDB Portal. In some cases, it might take up to 10 minutes for the job to be displayed in the Atrium Integrator console.
A log file isVirtual-mapper-job-import-utility.log is created in the same location from where the utility is run.