Versions Compared

Key

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

...

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.

The disk space is needed on 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 data base is being backup-ed . The backup requires additional available disk space on the "/installs" mount point.

To calculate the needed available disk space for the internal configuration data base backup please use the following command :  

Code Block
themeRDark
 du -ksh /app/derby/

Output example :

43M     /app/derby/

DB SIZE = 43MB


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


VersionNeeded Available Disk Space
1.0.3.0700MB + DB SIZE
1.0.4.0700MB + DB SIZE
1.0.5.02500MB + DB SIZE
1.0.6.0700MB + DB SIZE
1.0.7.03000MB + DB SIZE

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.