...
- Make sure to follow Prepare Pre-Installed Operating System.
...
Execute the
...
CEF file
Download the CEF
...
(Compressed Executable Format) file and copy it to /tmp directory.
Make sure there is a minimum of 1GB available free space on /tmp directory after you copied the CEF file.
...
Execute the CEF File
From the location of the CEF file, execute the CEF (the CEF file is in a Compressed Executable Format)
...
By default, CEF will be extracted to /tmp directory. To change the destination directory, use the option
--dest-dir <directory>
when executing the CEF file.Replace
<CEF_DIRECTORY>
and<CEF_FILE>
placeholders and execute the following commands:Code Block language bash theme RDark cd <CEF_DIRECTORY> chmod 755 <CEF_FILE> ./<CEF_FILE>
The Installation Process
- The CEF installer displays a series of questions, requiring you to verify that your appliance meets the installation prerequisites:
- Once you answered Yes to all questions, the installer will verify the system meets all prerequisites
- Next, you can change the time and date settings (or leave them as they are)
Choose an environment name for this DPOD installation, 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. - Choose whether you use SSD storage
- Set Store Service dedicated user
- (Optional) If you have 2 NIC than this question may appear :
- Accept or Decline the EULA
...