Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Do Not interrupt the software update process after it has begun


On it's first run , the command will complete with the following message :

Code Block
themeRDark
Starting software update. log file is /installs/update/fix/logs/montier-update-2019-05-20_15-06-06.log

   Found new version of the software update installer... updating
   Software update installer was updated successfully.

   Important !!! Please run the software update installer again.


Rerun the upgrade command :

Code Block
themeRDark
MonTierUpdateInstaller.sh -u DPOD-update-1_0_9.sfs -s DPOD-update-1_0_9.md5


The upgrade process checks the existence of ElasticSearch indices that were created in early versions of the product.
In case that early version indices do exist, the upgrade process will stop and notify you of a manual step that you will need to run :

Code Block
themeRDark
Some of the stored application data cannot be migrated to the latest version of the Store service.

A data migration tool has been deployed in /installs/data-migration-tool.

You may run it using the following command:

/installs/data-migration-tool/data-migration-tool.sh

Further information can be found in the documentation at:

Admin Guide -> Installation and Upgrade -> Upgrade -> Upgrade to 1.0.10.0 - Special Steps


Run the data-migration-tool manually , as described :

Code Block
themeRDark
/installs/data-migration-tool/data-migration-tool.sh


The Data-Migration process may run a few minutes, or depending on the amount of data to migrate, up to a few days.
An estimation of the time left to run will be calculated and presented on the STDOUT the console output during the process run. These estimations will also be written to the log file.

Note

Make sure not to interrupt SSH session during the Data-Migration operation.
Alternatively, you can run the  Data-Migration in a "no hang-up" mode, which will cause the process to continue running even after the SSH session is closed. In this mode, the STDOUT the console output will be written to the nohup.log file in the local directory.

         nohup /installs/data-migration-tool/data-migration-tool.sh &

Please review the Data-Migration log file if the console displays any error messages.

When the Data-Migration completes, check the log file for the following lines line :

Code Block
themeRDark
Data migration tool finished successfully

To proceed with the software update, you can rerun the software update command :

...

When the software update completes, the system will display the following messages on the console output.

Code Block
themeRDark
Starting software update. log file is /installs/update/fix/logs/montier-update-2017-08-01_16-13-35.log
stopping-2019-05-20_15-07-06.log
2019-05-20_15-07-17: INFO Starting software update (JRE). log file is /installs/update/fix/logs/montier-update-2019-05-20_15-07-06.log
2019-05-20_15-07-51: INFO Stopping application ...
2019-05-20_15-08-47: INFO Application stopped successfully.
2019-05-20_15-09-29: INFO Starting software update (JRE).
2019-05-20_15-10-33: INFO Starting software update (1.0.9.0). log file is /installs/update/fix/logs/montier-update-2019-05-20_15-07-06.log
2019-05-20_15-10-37: INFO Stopping application ...
application2019-05-20_15-11-27: INFO Application stopped successfully.
starting2019-05-20_15-11-28: INFO Starting software update (1.0.9...
updated complete successfully
starting0).
2019-05-20_15-17-18: INFO Updated complete successfully (1.0.9.0).  log file /installs/update/fix/logs/montier-update-2019-05-20_15-07-06.log.
2019-05-20_15-17-24: INFO Starting application ...
application2019-05-20_15-19-55: INFO Application started successfully.
2019-05-20_15-20-00: INFO Please update store allocation now
2019-05-20_15-20-00: INFO Using the admin console in https://<your server name>/admin
2019-05-20_15-20-00: INFO Admin Console -> Utilities -> Store -> Store Allocation
update DPOD-update-1_50_09.sfs was installed successfully. log file /installs/update/fix/logs/montier-update-20172019-0805-0120_1615-1307-3506.log

Please review the upgrade log file if the console displays any error messages.


Update Store Allocation


Go to the DPOD AppAdmin ui and run Open the DPOD admin console on your favorite browser :

https://<your server name>/admin

Go to :

Admin Console -> Utilities -> Store -> Store Allocation

Run the update_store_allocation process :

...