Versions Compared

Key

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

Perform the following steps to deploy DPOD on a pre-installed CentOS / RHEL:

...

.

...


Tip

This video demonstrates how to install DPOD Non-Appliance mode on RHEL 7.8 operating system. Use it just as a demonstration, as it is not kept up-to-date with every change in the process. When installing DPOD, you should please follow the procedure provided below.

Prerequisites

Execute the CEF File

  • The CEF file may be executed from any directory that meets the following requirements (e.g.: /tmp):

    • The directory has at least 1GB of free space after the CEF file is copied into it.

    • The directory is NOT mounted with noexec flag (e.g.: in /etc/fstab).

    • The directory is NOT one of the following: /app, /logs, /data, /shared, /installs.

  • Download the CEF (Compressed Executable Format) file and copy it to the chosen directory.

  • Consider the following parameters when executing the CEF file:

    • By default, CEF file content is extracted to /tmp directory. To change the destination directory, use the option --dest-dir <directory>

     when executing the CEF file
    • .

    • By default, the installation will verify that the server has at least 3 disks. If you plan to use the Minimal deployment profile with only 1 disk, use the option --poc.

  • Execute the following commands:

    Code Block
    languagebash
    themeRDark
    cd <CEF_DIRECTORY>
    chmod 755 <CEF_FILE>
    ./<CEF_FILE>

The Installation Process

  1. The CEF installer displays a series of questions, requiring you to verify that your machine and operating system meet the installation prerequisites.

  2. Once you answer Yes to all questions, the installer will verify the system meets all prerequisites.
    Critical compatibility checks must be satisfied in order to install the system, while other informational compatibility checks will make sure the operating system is optimized and will notify if changes are recommended to be made.
    Please take time to review the results of these checks after installation, and perform

    all

    applicable optimizations. The compatibility checks report can be found in /installs/logs/appliance_checks-<date time>.log.

  3. Next, you can change the time and date settings.

  4. Choose an environment name for this DPOD installation

    , each

    . Each DPOD installation must have a unique 4-character environment name.

    info


    If you are installing a second DPOD machine that will be used as the standby machine in a DR Active/Standby scenario, the environment name must be identical to the environment name of the active DPOD installation.

    If you are installing DPOD as part of a Cell environment,

     the

     the environment name must be identical between the Cell Manager and all Cell Members.

    Image Removed

  5. Choose whether you use SSD storage.

    this

    This will help optimizing the performance.

  6. Configure the Store Service dedicated user (default is storeadm).

  7. (Optional) If

    you have

    the server has 2 NICs,

    the following question may appear:
    Image Removed

    you will need to specify the IP address that will be used for the UI Console.

  8. Accept or decline the EULA.

  9. Choose the

    installation architecture

    deployment profileEnsure your machine has enough resources for the chosen

    architecture

    profile, or the installation might abort.

  10. The

    architecture options you see on-screen may differ from the ones in the screenshot below, as they depend on the

    installation

    package you obtained.
    Image Removed
    The installation

    will commence.


    The process takes 5-15 minutes, and when it ends the installer displays a message indicating whether the process was successful or not, alongside the name of the installation log file.

Post Installation

Once the installation is complete, it is recommended to let DPOD optimize the operating system parameters to ensure performance by executing the script below.
Please review the script before executing it and make sure the OS parameters values match your organization's policy.

Code Block

...

/app/scripts/tune-os-parameters.sh