DPOD software updates are available from time to time and include enhancements, security updates, component upgrade, bug fixes, etc.
...
The following table describes the upgrade paths between versions:
From | 1.0.8.0 | 1.0.8.6 | 1.0.9.0 | 1.0.10.0 | 1.0.10.1 | 1.0.11.0 | 1.0.12.0 | 1.0.13.0 |
---|---|---|---|---|---|---|---|---|
1.0.8.6 1 | 1.0.8.0 → 1.0.8.6 | |||||||
1.0.9.0 | 1.0.8.0 → 1.0.8.6 | 1.0.8.6 → 1.0.9.0 | ||||||
1.0.10.0 | 1.0.8.0 → 1.0.8.6 | 1.0.8.6 → 1.0.10.0 | 1.0.9.0 → 1.0.10.0 | |||||
1.0.10.1 | 1.0.8.0 → 1.0.8.6 | 1.0.8.6 → 1.0.10.1 | 1.0.9.0 → 1.0.10.1 | 1.0.10.0 → 1.0.10.1 | ||||
1.0.11.0 | 1.0.8.0 → 1.0.8.6 | 1.0.8.6 → 1.0.11.0 | 1.0.9.0 → 1.0.11.0 | 1.0.10.0 → 1.0.11.0 | 1.0.10.1 → 1.0.11.0 | |||
1.0.12.0 2 | 1.0.8.0 → 1.0.8.6 | 1.0.8.6 → 1.0.11.0 | 1.0.9.0 → 1.0.11.0 | 1.0.10.0 → 1.0.12.0 | 1.0.10.1 → 1.0.12.0 | 1.0.11.0 → 1.0.12.0 | ||
1.0.13.0 | 1.0.8.0 → 1.0.8.6 | 1.0.8.6 → 1.0.11.0 | 1.0.9.0 → 1.0.11.0 | 1.0.10.0 → 1.0.13.0 | 1.0.10.1 → 1.0.13.0 | 1.0.11.0 → 1.0.13.0 | 1.0.12.0 → 1.0.13.0 | |
1.0.14.0 3 | 1.0.8.0 → 1.0.8.6 | 1.0.8.6 → 1.0.11.0 | 1.0.9.0 → 1.0.11.0 | 1.0.10.0 → 1.0.13.0 | 1.0.10.1 → 1.0.13.0 | 1.0.11.0 → 1.0.13.0 | 1.0.12.0 → 1.0.13.0 | 1.0.13.0 → 1.0.14.0 |
1 Up to version 1.0.8.6, the fix pack file does not include previous fix packs, so each fix pack should be applied one by one.
...
Upgrading a Cell Environment
Note: This procedure has changed since 1.0.12.0. In previous versions the process of upgrading a cell environment was different.
To upgrade a cellenvironment:
Make sure the entire cell is up and running. Upgrading is possible only if the cell is healthy.
Upgrade In the cell manager.When the cell manager upgrade is complete, the cell manager , execute the following command:
Code Block curl -X PUT "montier-es-http:9200/_cluster/settings" -H 'Content-Type: application/json' -d'{"persistent":{"cluster.max_shards_per_node":"20000"}}' Expected response: {"acknowledged":true,"persistent":{"cluster":{"max_shards_per_node":"20000"}},"transient":{}}
Upgrade the cell manager.
When the cell manager upgrade is complete, only the following services should be up and running -
MonTier-Derby
,MonTier-es-raw-trans-Node-1/2/3/4
(the Web Console will be unavailable).
Do not start the other services manually on the cell manager unless requested explicitly.Copy
/app/keys
directory (including any sub-directories) from the cell manager to all cell members (this will share the encryption key and generated certificates between the cell components).Upgrade all cell members (can be done in parallel).
When the cell members upgrade is complete, start the cell manager services using the
app-util.sh
("Start All").
Copy the Software Update Files to DPOD Server
...
The following table lists the required available space:
Mount Point | Required Available Space |
---|---|
/ | 100 MB |
/installs | 4 GB + internal configuration database size |
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 | Remove old DPOD backup directories |
/installs/APPL-setup | Remove the directories |
Follow Special Steps
Some versions require special steps. Make sure to follow them:
...
Please review the upgrade log file if the console displays any error messages.
Optional Manual Steps during Software Update
Some versions require manual steps in order to complete the upgrade. These steps are described below.
...
Code Block | ||
---|---|---|
| ||
Some of the existing data needs to be migrated to a newer format or structure.
The data migration tool has been deployed in /installs/data-migration-tool.
Further information can be found in the documentation at: Admin Guide -> Installation and Upgrade -> Upgrade |
Configuring the Data Migration Tool
...