Versions Compared

Key

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

DPOD software upgrades are available from time to time and include enhancements, security updates, component upgrade, bug fixes, etc.

...

Upgrading a Cell Environment

To upgrade a cellenvironment:

  1. Make sure the entire cell is up and running. Upgrading is possible only if the cell is healthy.

  2. Upgrade the cell manager.
    When the cell manager upgrade is complete, only the following services should be up and running - MonTier-Derby, MonTier-es-raw-trans-Node-1/2/3/4 (the Web Console will be unavailable).
    Do not start the other services manually on the cell manager unless requested explicitly.

  3. Upgrade all cell members (can be done in parallel).

  4. When the cell members upgrade is complete, start the cell manager services using the app-util.sh ("Start All").

Copy the Software Update Files to DPOD Server

...

Code Block
languagebash
cd /installs/update/fix/TODO
MonTierUpdateInstaller.sh -u DPOD-fixpack-<version number>.sfs -s DPOD-fixpack-<version number>.md5

For example:
MonTierUpdateInstaller.sh -u DPOD-fixpack-1_0_1416_0.sfs -s DPOD-fixpack-1_0_1416_0.md5
Note

Do not interrupt the software update process after it has started.

...