IBM DataPower Operations Dashboard v1.0.19.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Copy the Software Update Files

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

    1. The update file: DPOD-fixpack-<version number>.sfs

    2. The md5 checksum of the update file: DPOD-fixpack-<version number>.md5

  2. Verify the integrity of the downloaded update file by calculating its md5 checksum and comparing it to the downloaded md5 checksum file.

  3. Create necessary directories:

    mkdir -p /installs/update/fix/TODO /installs/update/fix/logs
  4. Copy the downloaded files to the following directory on the DPOD server: /installs/update/fix/TODO

Make Sure there is Enough Free Disk Space

Inspect the free space of each mount point. You may use the following command:

df -h

The following table lists the required available space:

Mount Point

Required Available Space

/

100 MB

/installs

4 GB + internal configuration database size
The internal configuration database size can be inspected by executing du -sh /app/derby/

If there is not enough free space on the /installs mount point, you may free some from the following directories:

Directory

Description

/installs/update/fix/TODO

Remove old DPOD update files (.sfs).

/installs/backups
/installs/system-backup
/installs/update/fix/backups

Move old DPOD backup directories to a different server. It is recommended not to delete the backups until you are absolutely sure you don’t need them anymore.

/installs/APPL-setup
/installs/MonTierInstaller
/installs/rpms

Remove the directories.

Install the Software Update

Execute the following commands as root (using sudo is not supported):

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_18_0.sfs -s DPOD-fixpack-1_0_18_0.md5

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

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

If SSH connection is lost during upgrade, the upgrade will still continue. Reconnect to the server and check the log files for the process status and outcome.

Manual Steps during the Software Update

Rerunning the Installer after an Operating System Update

Some versions upgrade the operating system (CentOS) when DPOD is installed in Appliance Mode.

In that case, the installer should be rerun manually after the OS upgrade is complete and the server is restarted.

Rerunning the Installer after an Installer Update

Some versions make changes to the installer files themselves. In that case, the following message will be displayed, and the installer should be rerun manually:

Found a new version of the software update installer.
The software update installer was updated successfully.

Important: Please run the software update installer again!

  • No labels