Versions Compared

Key

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

...

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

...

Copy the update files to the following directory on the DPOD server :

 

Code Block
themeRDark
/installs/update/fix/TODO


If the directory is missing for some reason, please re create it :


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

Install the software update

Note

A technical issue prevents upgrading DPOD installations that were installed using version 1.0.2.0 ISO file.
Before upgrading an 1.0.2.0 ISO-based DPOD installation to a newer version, please run the following command from a console / ssh session:
cd /installs
rm -rf dev-tools

To identify the ISO version used for your installation, please run the CLI Admin utility (app-util.sh) and select option 9 (system version).
The version appears in the ISO file name next to the "package_name" attribute, for example: ibm-DPOD-STD-APPL-1.0.2.0-2016-11-15_03_50_10_731-IST-BLD212.iso

Run the following command from the location you downloaded the update files to.

...