...
Make sure to follow Preparing for Upgrade before applying the upgrade.
...
Install Additional Packages
Note |
---|
This section should be applied before upgrading from 1.0. |
...
21.0 |
...
Note |
---|
For DPOD version to 1.0.22.0 only. |
Version 1.0.22.0 includes new features that are based on additional packages that need to be installed on the operating system before applying the upgrade.
...
Execute the following commands:
Note: Starting from DPOD 1.0.22.0, it is possible to use a user withsudo
permissions instead of running the upgrade by theroot
user itself.Code Block mkdir -p /installs/backups cd <CEF_DIRECTORY> chmod 755 <CEF_FILE> sudo ./<CEF_FILE>
By default, the installation will extract temporary files to
/app/tmp
directory. To change the destination directory, use the option--staging-path <directory>
.Do not interrupt the software update process after it has started.
If SSH connection is lost during upgrade, the upgrade will still continue. Reconnect to the server and check the log files for the process status and outcome.Note: Once the upgrade to 1.0.22.0 is completed, DPOD no longer requires the
root
user for performing administrative tasks via the server CLI (e.g.: using SSH).
Most of the administration of DPOD should be performed with the non-administrative user that is also running the DPOD services (usuallydpodsvc
orstoreadm
), such as starting/stopping services, configuring LDAP, export/import, etc. These tasks can also be accomplished from the Admin Console.
However, since DPOD also configures the operating system (thehttpd
service, OS limits, firewall rules, services in/etc/init.d
, etc.), some actions requiresudo
, such as the installation, upgrading DPOD, backup, restore and generating a mustgather file.Note: Once the upgrade to 1.0.22.0 is completed, CLI commands need to be executed with their full path.
e.g.: Use/app/scripts/app-utils.sh
instead ofapp-util.sh
.
...
Upgrade OS of DPOD Appliance Mode
Note |
---|
For This section should be applied by DPOD Appliance Mode users and in version after upgrading from 1.0.21.0 to 1.0.22.0 only:. |
It is required to migrate the operating system from CentOS to Rocky Linux after applying the upgrade. Please follow now the instructions documented in the Special Step 2 page.
Restore Certificates of Web & Admin Consoles
...
Note |
---|
This section should be applied after upgrading from 1.0.21.0 to 1.0.22.0 |
...
. |
Due to a bug in the upgrade process of version 1.0.22.0, the configuration of custom certificates for the Web Console and Admin Console (see Replacing Certificates of Web & Admin Consoles) is lost during the upgrade.
...