At the time of running servers, Fiorano provides an option to edit various server properties including the amount of memory to be used by the servers and also the executable scripts for setting various user-defined variables. Script migration provides the option to directly move these changes from an old Fiorano installer to the new installer using the utility without having to redo the changes manually.
To migrate script or configuration files from Fiorano 10 or later versions to the new Fiorano installer, follow these steps mentioned in the below sections.
Migration Steps
Step 1: Set the required parameters in ScriptMigration.properties file
Before running the utility, perform the following actions:
- Go to the location $FIORANO_HOME/esb/FioranoMigration/bin/ to find the ScriptMigration.properties file.
Open the ScriptMigration.properties file from the location and provide values for the below properties in the file:
- OLD_FIORANO_HOME
- OLD_INSTALLER_BUILD
- LIST_OF_FILES
Descriptions for the parameters in the Scripts Migration properties file are in the table below.
Property | Description |
---|---|
OLD_FIORANO_HOME | Path to old Fiorano Installer from which scripts are being migrated. Example |
OLD_INSTALLER_BUILD | Provide the installer Build number of the previous installation from which scripts are being migrated Example |
LIST_OF_FILES | provide the list of files that needs to be migrated separated by comma(s). Example |
Step 2: Execute the Migration Script
Open console from the location $FIORANO_HOME/esb/FioranoMigration/bin and execute the following script:
The script files mentioned in the properties file above will be updated with changes done in the old installer.