|
The TL1Migrator.bat/sh is used to migrate the TL1 Agent configuration from version 5 to the latest 6 version.
How to Migrate
1. Run the TL1Migrator.bat/sh file in <Simulator_Home>/bin/migration directory from command line with the following options :
|
Option |
Description |
|---|---|
|
-old <old TL1 configuration file> |
The old TL1 configuration file name with absolute path. |
|
-new <new TL1 configuration file > |
The new TL1 configuration file name with absolute path. |
2. If the old configuration is in Database mode, the Database Settings to get connected with the old configuration mode must be provided in migrationdb_params.conf file in <Simulator_Home>/conf directory. It contains details of the Database server name, Port number, User name, Password and the Server path of the old configuration.
3. Now, the configuration file will be migrated to the latest format in the specified filename with the specified path. You can use this configuration file in Simulation Toolkit 6 version.
Example
To migrate the configuration created in Database/XML mode with the same MySQL server settings or different MySQL server settings
In Windows:
TL1Migrator.bat -old c:\simulator5\TL1agents\sample\sample1.prp -new c:\simulator6\tl1agents\sample\sample1.prp
In Linux:
TL1Migrator.sh -old /simulator5/TL1agents/sample/sample1.prp -new /simulator6/TL1agents/sample/sample1.prp
|
|
Note: 1. The old and new TL1 configuration file name must end with .prp extension , for example sample1.prp 2. Absolute path of the configuration file directory must be provided. |
|