Using the latest script files

Customized script files may also be delivered with each INUBIT release. In order to use these changes to the script files, manual adjustments are necessary.

The patch installer places new script files with the extension _patch.[sh/bat] in the file system to prevent unwanted overwriting of your changes to the script file. Therefore it is necessary to customize the script files. Either by simply overwriting it or by merging it manually.

Requirement

  1. The patch installer has run

  2. The INUBIT installation has been updated and added the latest script files (with the extension _patch.[sh/bat]).

Process as follows

  1. Navigate to a script file

  2. Make a backup of the script file

  3. Rename script file with the extension _patch.[sh/bat] by removing the _patch part

  4. If necessary, transfer manual adjustments from the backup file to new script file

Repeat the steps for the following script files in the server:

  1. <inubit_install_dir>/inubit/bin/start_process_engine.[sh/bat]

  2. <inubit_install_dir>/inubit/bin/stop_process_engine.[sh/bat]

  3. <inubit_install_dir>/inubit/bin/migration/migration.[sh/bat]

  4. <inubit_install_dir>/inubit/bin/restore/backup.[sh/bat]

  5. <inubit_install_dir>/inubit/bin/restore/restore.[sh/bat]

  6. <inubit_install_dir>/inubit/server/process_engine/bin/check_is_status.[sh/bat]

  7. <inubit_install_dir>/inubit/server/process_engine/bin/setenv.[sh/bat]

  8. <inubit_install_dir>/inubit/server/process_engine/bin/startcli.[sh/bat]

  9. <inubit_install_dir>/inubit/server/process_engine/bin/start_db_client_tomcat.[sh/bat]

Repeat the sreps for the following service script files in the server: . <inubit_install_dir>/inubit/bin/ibis_nt_service_nssm_install.cmd . <inubit_install_dir>/inubit/bin/ibis_nt_service_nssm_uninstall.cmd . <remote_connector_install_dir>/remoteConnector/bin/rc_nt_service_nssm_install.cmd . <remote_connector_install_dir>/remoteConnector/bin/rc_nt_service_nssm_uninstall.cmd

All services of changed service scripts must then be renewed:

  1. Stop the service

  2. Deinstall the server

  3. Execute the changes service script file to reinstall the service

  4. Start the service

Repeat the steps for the following script files in the client:

  1. <inubit_install_dir>/inubit/bin/start_workbench.[sh/bat]

  2. <inubit_install_dir>/inubit/client/bin/check_is_status.[sh/bat]

  3. <inubit_install_dir>/inubit/client/bin/startcli.[sh/bat]

  4. <inubit_install_dir>/inubit/client/bin/start_workbench.[sh/bat]