...
Subject | Action | ||
---|---|---|---|
Supported operating system | Verify that the operation system is supported by DPOD as described in System Requirements. After the server OS is installed, this can be verified using the following command:
| ||
Resources allocation | Allocate resources according to the chosen architecture type as listed in System Requirements. After the server OS is installed, this can be verified using the following commands:
| ||
Network card | Ensure you have at least one network card installed and configured with full access to network services, such as DNS and NTP (the same as your Gateways). Some configurations, such as the Cell environment, require 2 network cards. See Network Preparation for more details. | ||
Root access | Installation must be performed by a root user. You cannot use sudo instead. However, you may run it after running the command: | ||
Disks, mount points / file systems and logical volumes | DPOD requires at least 3 disks (LUNs / physical / virtual) for the operating system, for the application and for the data. Some configurations, such as the Cell environment, require additional disks. Please allocate the mount points / file systems on the different disks, as described in Table 1 below. It is strongly recommended to use logical volume manager (LVM) - particularly for the data disks. Once configured, you may verify there are at least 3 disks using the following command:
Tip: to create the mount points / file systems during RHEL installation:
| ||
Store service dedicated OS user and group | The Store service requires a dedicated OS user and group to run. Consider executing the following command:
| ||
OS locale | The supported OS locale is en_US.UTF-8. Check the OS Locale Configuration and change it if necessary. | ||
Setup DNS | Setup DNS - your network admin may need to assist you with this action. Make sure you can ping to your LDAP, Mail/SMTP Server, NTP Server. | ||
Using yum on RedHat | For RedHat only: Your system might need to be registered and subscribed to the Red Hat Customer Portal to be able to install all prerequisites using
| ||
Setup NTP | Setup NTP - it has to be the same one configured in your IBM DataPower Gateways.
| ||
Setup hosts file | Verify that the /etc/hosts file includes an entry with your server name mapped to your external server IP. To find your server name, you may execute the command:
| ||
Required RPMs | Verify the existence of the following RPMs from the official RedHat/CentOS yum repositories:
The installation is usually performed by executing yum:
If this command fails to find the packages, you should manually download the RPM files and install them. | ||
Ensure the httpd service is enabled and started by executing the command:
| |||
Install mod_proxy_html:
| |||
Optional: Install Kibana OSS (please read Kibana access limitations):
| |||
Cleanup | In case you are using yum, it is recommended to clean its cache to make sure there is enough space in /var (yum cache can take a lot of the space there). To clean yum cache, execute the command:
| ||
Firewall access to DPOD server | To configure your firewall to allow access to DPOD server at port 443, execute the following commands:
| ||
Installation file and environment | Ensure your /tmp directory has at least 1GB of free space. Installation from a different directory is possible. If you opt to run the install from a directory other than /tmp, ensure that this directory:
Download the CEF file and transfer it to the installation directory (e.g. /tmp) on the pre-installed OS server. Execute the following command from the pre-installed OS server terminal:
| ||
Operating System optimization | It is recommended to let DPOD optimize the Operating System parameters to ensure performance. Please review the script before executing it and make sure the OS parameters values match your organization's policy.
When DPOD is later installed, it will check the OS parameters. 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. |
Table 1 - Prepare your file system
...