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.

...

  1. The update file in the format of : DPOD-fixpack-<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

Make Sure squashfs support (only for Non Appliance Installation )

Make sure the update file can be mounted ( squashfs support) using the following command

Code Block
themeRDark
lsmod | grep squash

expected output :
squashfs              

Copy the software update to the DPOD server

...

If there is not enough free disk space on the "/installs" mount point the user 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


Install the software update

...