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.
The following sections describe the process of upgrading an existing installation. 

...

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

 

Code Block
themeRDark
/installs/update/fix/TODO

...

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

Make sure there is enough disk space

The software update requirements for available disk space may change from version to version. See version table below.

The disk space is needed at the "/install" mount point and can be displayed using the following command:

Code Block
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


During the software update installation, the internal configuration database is being backed-up. The backup requires additional available disk space on the "/installs" mount point.

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
themeRDark
du -ksh /app/derby/

Output example:
43M     /app/derby/


See the following table for needed available disk space on "/installs" for the software update:

VersionNeeded Available Disk Space
1.0.3700MB + DB SIZE
1.0.4700MB + DB SIZE
1.0.52500MB + DB SIZE
1.0.6700MB + DB SIZE
1.0.73000MB + DB SIZE


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

...

This message means that the MonTierUpdateInstaller.sh was updated and you should rerun the command.
After running the command again you will be prompted to confirm the software update process. press "Y" to confirm or "N" to abort.

 


Code Block
themeRDark
Software update :

   Please DO NOT interrupt during the process !

   Are you sure you want to continue ? [y/n]

...

Code Block
themeRDark
error, software update can NOT be applied to this system version. aborting update...

 


Note

Do Not interrupt the software update process after it has begun

...

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