Versions Compared

Key

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

...

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

The disk space is needed on 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 data base database is being backupbacked-ed up. 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 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.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

...