...
- Red Hat Enterprise Linux Server release 7.2 / 7.4 / 7.5 / 7.6 / 7.7 (7.3 is not supported)CentOS version 7.2 / 7.4 / 7.6 / 7.7-7.8
- CentOS version 7.7-7.8
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 follow the procedure provided below. |
...
Download the CEF (Compressed Executable Format) file and copy it to /tmp directory.
Make sure /tmp is not mounted with
noexec
flag (e.g.: in /etc/fstab). Otherwise, you will not be able to execute the CEF file, and you need to locate it in another directory.Make sure there is a minimum of 1GB available free space on /tmp directory after you copied the CEF file.
By default, CEF files are extracted to /tmp directory. To change the destination directory, use the option--dest-dir <directory>
when executing the CEF file.Replace
<CEF_FILE>
placeholder and execute the following commands:Code Block language bash theme RDark cd /tmp chmod 755 <CEF_FILE> ./<CEF_FILE>
...