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)

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

Code Block
languagebash
themeRDark
lsmod | grep squash

expected output :
squashfs              

Copy the Software Update to DPOD Server

DPOD software updates are available through IBM Fix Central. The download consists of two types of files:

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

...

  1. )

...

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

...

themeRDark

...


Copy the

...

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

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

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

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

Make Sure there is Enough Disk Space

Root ("/") Mount Point Free Space

...

The "/installs" mount point free space can be displayed using the following command:

Code Block
languagebash
themeRDark
df -h /installs

Output example:
Filesystem                   Size  Used Avail Use% Mounted on
/dev/mapper/vg_inst-lv_inst  7.0G  5.5G  1.6G  79% /installs

...

To calculate the needed available disk space for the internal configuration database backup please use the following command (in this example DB size is 43MB):

Code Block
languagebash
themeRDark
du -ksh /app/derby/

Output example:
43M     /app/derby/

...

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

Follow Special Steps

Some versions require special steps. Make sure to follow them:

Child pages (Children Display)

Install the Software Update

...

Execute the following command from

...

Run the following command from the location where you downloaded the update files to:

Code Block
languagebash
themeRDark
MonTierUpdateInstaller.sh -u DPOD-updatefixpack-<version number>.sfs -s DPOD-updatefixpack-<version number>.md5

For example:
MonTierUpdateInstaller.sh -u DPOD-updatefixpack-1_0_311_0.sfs -s DPOD-updatefixpack-1_30_11_0.md5


You may encounter Note: Some updates make changes to the MonTierUpdateInstaller.sh file itself. In that case, the following message will be displayed, and the command above should be rerun:

Code Block
languagebash
themeRDark
INFO file MonTierUpdateInstaller.sh was updated successfully.
INFO important !!! Please run MonTierUpdateInstaller.sh again.

...

.

...


Note

Do Not not interrupt the software update process after it has begunstarted.


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

...