Note |
---|
Non-Appliance Mode Only The steps below are only applicable for installation in Non-Appliance mode, and should be performed by your Linux administrator. |
Tip |
---|
This video demonstrates how to prepare a RHEL 7.8 operating system for DPOD Non-Appliance mode installation. Use it just as a demonstration, as it is not kept up-to-date with every change in the requirements. When preparing the operating system, you should follow the procedure provided below. |
Subject | Action |
---|---|
Supported operating system |
Install an operating system that is supported by DPOD as described in Hardware and Software Requirements. |
Verify the |
installed OS using the following command:
| ||
Resources allocation | Allocate resources according to the chosen |
deployment profile as listed in Hardware and Software Requirements. |
Verify the allocated resources using the following commands:
| ||
Network requirements | Ensure you have at least one network interface installed and configured with full access to network services, such as DNS and NTP. |
Firewall Requirements for more details. | |
Root access | The installation must be performed by a root user. You cannot use
|
Disks |
DPOD requires at least 3 disks (LUNs / physical / virtual):
|
|
|
Some configurations, such as the Cell environment, require |
Please allocate the
multiple disks for the data. You may verify the existence of the disks using the following command (e.g: look for
| ||
Mount points, file systems and logical volumes | See Table 1 below for the required mount points / file systems on the different disks |
. |
disk(s). See Example: Creating File Systems using LVM.
Tip: |
Choose Installation Destination option.
Select all Local Standard drives and choose option "I will configure partitioning" under the "Other Storage Options" section.
Follow the table below and add all mount points with required definitions using the "+" button.
To use LVM in AWS EC2 instances with RHEL 8.x and EBS disks, first execute | |||
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. | ||
SELinux configuration | Changes in SELinux configuration might be needed. Check if SELinux is enabled using the following command:
If SELinux is enforced on the DPOD server, please review possible required configuration changes. | ||
Setup DNS |
It is highly recommended to setup DNS - your network admin may need to assist you with this action. | |
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 |
consider the following commands just as |
an example:
|
|
Setup NTP
| |||||
Setup NTP | It is highly recommended to setup NTP - it has to be the same one configured in your IBM DataPower Gateways.
| ||||
Setup hosts file |
Verify that the |
display your server name, you may execute the command | |
Required RPMs | Verify the existence of the following RPMs from the official RedHat/CentOS yum repositories:
|
squashfs
module is loaded - see more at https://access.redhat.com/solutions/5477831)
The installation is usually performed by executing
|
Ensure the httpd
service is enabled and started by executing the command:
Code Block |
---|
systemctl enable httpd.service && systemctl start httpd.service && systemctl status httpd.service |
Optional: Install Kibana OSS (please read Kibana access limitations):
Download the RPM from: https://artifacts.elastic.co/downloads/kibana/kibana-oss-7.10.2-x86_64.rpm
Please follow instructions on https://www.elastic.co/guide/en/kibana/7.10/rpm.html#install-rpm
Create the directory /logs/kibana/
and make sure that the kibana user has permissions to this directory. Consider executing the following commands:
Code Block |
---|
mkdir -p /logs/kibana
chown <kibana user name>:<kibana group name> /logs/kibana # For example: chown root:kibana /logs/kibana
chmod g+w /logs/kibana |
The following RPMs are recommended for system maintenance and troubleshooting, and are optional: | |||
Ensure | |||
Ensure the
| |||
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 following command:
|
Table 1 -
...
File Systems / Mount Points
File System / Mount Point |
---|
Disk
Minimum Size | Device Type | File System |
---|
biosboot
Disk 1: Operating System (e.g.: | |||
biosboot |
2MB | Standard Partition | BIOS BOOT |
swap |
sys (sda)
8GB | LVM | swap |
/boot |
sys (sda)
2GB | Standard Partition | XFS |
/boot/efi |
sys (sda)
200MB | Standard Partition | EFI System Partition |
/ |
sys (sda)
8GB | LVM | XFS |
/var |
sys (sda)
8192
8GB | LVM | XFS |
/tmp |
sys (sda)
(recommended 16384)
16GB | LVM | XFS |
/shared
Disk 2: Application/logs (e.g.: |
/shared | 1GB | LVM | XFS |
/app |
app (sdb)
30GB | LVM | XFS |
/app/tmp |
app (sdb)
8GB | LVM | XFS |
/installs |
app (sdb)
11264
30GB | LVM | XFS |
/logs |
app (sdb)
12,288
(can be on other fast disk - preferred locally)
15GB | LVM | XFS |
/data
Data Disk(s) (e.g.: | |||
/data | As described in Hardware and Software Requirements |
minimum of 100GB
or according to the sizing spreadsheet in case one was provided by the DPOD support team. Minimum of 100GB. | LVM | XFS | |
[Required only for cell members] | Only for cell members, according to the sizing spreadsheet provided by DPOD support team. See Setup a Cell Environment for information about these disks/mount points. | LVM | XFS |
Third-Party Software
Third-party software such as antivirus, cybersecurity, monitoring, APM, endpoint protection, backup, etc. might significantly decrease the performance of DPOD and impact its functionality.
...