Versions Compared

Key

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

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

...

Upgrading Cell Environment

To upgrade a Cell environment - first stop DPOD on the Cell Manager and on all Cell Members, then upgrade the Cell Members, and only after all Cell Members have been upgraded, upgrade the Cell Manager.

Ensure squashfs Support (only for Non-Appliance Installation)

...

  1. The update file: DPOD-fixpack-<version number>.sfs (for example: DPOD-fixpack-1_0_11_0.sfs)
  2. The md5 hash calculation of the update file: DPOD-fixpack-<version number>.md5 (for example: DPOD-fixpack-1_0_11_0.md5)


Copy the update files to the following directory on DPOD server:
/installs/update/fix/TODO


In case the directory does not exist, execute the following command:

Code Block
languagebash
themeRDark
mkdir -p /installs/update/fix/TODO

...

/installs/update/fix/TODO

Make Sure there is Enough Disk Space

...

If there is not enough free disk space on the "/installs" mount point you may free some by deleting files from the following directories:

DirectoryDescription
/installs/update/fix/TODORemove old DPOD update files (.sfs)
/installs/update/fix/backupsRemove old DPOD backup directories
/installs/APPL-setupRemove DPOD installation file
/installs/MonTierInstallerRemove the content of this directory

...