Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...

...


Note
Important! This upgrade requires manual pre and post actions. See Manual Pre Update Steps and Manual Pre Update Steps for more details.


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

Each DPOD fixpack file is not including any previous fixpack. For example: to upgrade from v1.0.5 to v1.0.7 you will need to first upgrade to v1.0.6 with the downloaded fix of v106 and after a succesful successful upgrade to v106 you may apply the fix to v107.

...

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

Manual Pre Update Steps


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.isoDPOD's Store service cannot run under root and requires a dedicated user to run.

During "Non Appliance" installation only, the software update installation user will be asked to provide the Store service dedicated user.

Example for creating Store service dedicated user : groupadd storeadms && useradd -g storeadms -md /home/storeadm -s /bin/bash storeadm

Software installation

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

...

Code Block
themeRDark
MonTierUpdateInstaller.sh -u DPOD-update-1_38_0.sfs -s DPOD-update-1_38_0.md5

You may encounter the following message:

...

When the software update completes, the system will display the following messages on the console output.

For Appliance Installation :

Code Block
themeRDark
Starting software update. log file is /installs/update/fix/logs/montier-update-2018-10-01_15-31-58.log
2018-10-01_15-32-01 INFO Starting software update (JRE). log file is /installs/update/fix/logs/montier-update-20162018-0810-01_1615-1331-3558.log
stopping application ...
application stopped successfully.
starting software update.....
updated complete successfully
starting application ...
application strated2018-10-01_15-32-06 INFO Stopping application ...
2018-10-01_15-32-54 INFO Application stopped successfully.
2018-10-01_15-33-25 INFO Starting software update (JRE).
2018-10-01_15-34-07 INFO Starting software update (1.0.8.5). log file is /installs/update/fix/logs/montier-update-2018-10-01_15-31-58.log
2018-10-01_15-34-09 INFO Stopping application ...
2018-10-01_15-34-53 INFO Application stopped successfully.
2018-10-01_15-34-53 INFO Starting software update (1.0.8.5).
2018-10-01_15-36-30 INFO Updated complete successfully (1.0.8.5).  log file /installs/update/fix/logs/montier-update-2018-10-01_15-31-58.log.
2018-10-01_15-36-33 INFO Starting application ...
2018-10-01_15-36-33 INFO Starting application ...
2018-10-01_15-39-01 INFO Application started successfully.
update DPOD-update-1_38_05.sfs was installed successfully. log file /installs/update/fix/logs/montier-update-2018-10-01_15-31-58.l


For Non Appliance Installation :

Code Block
themeRDark
Starting software update. log file is /installs/update/fix/logs/montier-update-2018-10-01_15-50-12.log 
2018-10-01_15-50-50 INFO Starting software update (JRE). log file is /installs/update/fix/logs/montier-update-2016-08-01_16-13-35.log-2018-10-01_15-50-12.log
2018-10-01_15-50-54 INFO Store service cannot run under root and requires a dedicated user to run.
2018-10-01_15-50-54 INFO Please provide the user name for the Store service followed by [ENTER]: 
storeadm
2018-10-01_15-51-13 INFO Stopping application ...
2018-10-01_15-52-14 INFO Application stopped successfully. 
2018-10-01_15-52-52 INFO Starting software update (JRE).
2018-10-01_15-53-47 INFO Starting software update (1.0.8.5). log file is /installs/update/fix/logs/montier-update-2018-10-01_15-50-12.log
2018-10-01_15-53-52 INFO Stopping application ...
2018-10-01_15-54-44 INFO Application stopped successfully. 
2018-10-01_15-54-45 INFO Starting software update (1.0.8.5).
2018-10-01_15-57-46 INFO Updated complete successfully (1.0.8.5).  log file /installs/update/fix/logs/montier-update-2018-10-01_15-50-12.log.
2018-10-01_15-57-54 INFO Starting application ...
2018-10-01_16-02-06 INFO Application started successfully.


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

Manual Post Update

...

Steps

Note

Important:! After the upgrade is complete , Syslog must be manually re-configured on all monitored devices using the Web Console (under Manage → Monitored Devices).For more details, please see the section "Configure The New Monitored Device" in Adding Monitored Devicesthe user must complete the following steps:

  • Run the following command in DPOD's SSH session:

    Code Block
    themeRDark
    /app/scripts/app_logical_tran.sh -d
    
    Expected output :
    INFO  : Logical transaction disable finished successfully.
    INFO  : The agents services must be restarted for the change to take effect.
    INFO  : For more information see log file /logs/syslogAgents/app_logical_tran-2018-10-01_16-41-24.log .