...
Note | ||
---|---|---|
| ||
The steps below are only applicable for installation in Non-Appliance mode, and should be performed by your Linux administrator. |
Subject | Action |
---|---|
Supported operating system | Verify that your operation system is one of the |
...
supported operating systems described in System Requirements. | |
Resources allocation | Ensure to select the correct architecture type and that all resources listed in |
...
System Requirements are made available. | |
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) - |
...
see Network |
...
Root access | Installation must be performed by a root user. You can NOT run it with sudo. |
However, you may run it after running the command: su - |
Disks, mount points / file systems and logical volumes |
For both Production and Non Production installations, the Standard Edition requires 3 disks (LUNs / physical / virtual) to support throughput. You will need to 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 data disks. To create the mount points / file systems during RHEL installation:
After configuring the required mount points / file systems you can use the command "df -h" to make sure all free space requirements are met. | ||
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. Use the following procedure to check the |
OS Locale Configuration and change it if necessary |
. | |
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: |
Setup your network (consult your network admin) | Setup DNS - your network admin may need to assist you with this action. |
Setup NTP - it has to be the same used for your IBM DataPower Gateways.
|
|
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: hostname |
Required RPMs | Verify the existence of the following RPMs from the official RedHat/CentOS yum repositories:
The installation is usually performed by executing: If this command can not find the package on account of it not being included in the repository, you will need to add the containing repository or manually download the RPMs files and install them. |
only - |
consider executing the following command: |
Ensure the httpd service is enabled and started by executing the command: |
|
&& systemctl start httpd.service |
Install mod_proxy_html:
|
|
to
|
|
Optional: |
Install Kibana OSS This RPM is required only if you would like to manually query the Big Data store |
:
|
|
Configure |
Kibana (edit kibana.yml): |
server.port: 5601 |
Prepare disk, mount points / file systems and logical volume
Info |
---|
Tuning requirement - define 3 Disks with LVM and with size and mount points as defined below |
For both Production and Non Production installations, the Standard Edition requires 3 disks (LUNs / physical / virtual) to support throughput.
You will need to allocate the following 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 data disks.
This can be done during RHEL installation by choosing Installation Destination option. You will then need to select all Local Standard drives and choose option "I will configure partitioning" under the "Other Storage Options" section.
You should follow table 2 and add all mount points with required definitions using the "+" button.
to create a volume group (sys, app, data) open the "Volume Group" list box and choose "create new volume group ..."
This way you can partition your 3 (logical) drive exactly as stated in table 2.
The minimum file system sizes for the different installation types are described in table 2 below
After configuring the required mount points you can use the command "df -h" to make sure all free space requirements are met.
Your mount point configuration should resemble the following :
Firewall access to DPOD server | To configure your firewall |
to allow access to |
DPOD server |
at port 443, execute the following commands:
firewall-cmd --zone=public --add-port=443/tcp --permanent
|
|
|
Table 1 - Prepare your
...
file system
Directory / Mount |
---|
Point | Disk |
---|
Space in Mib | Device Type | File System | |
---|---|---|---|
biosboot | sys |
2 |
Standard Partition | BIOS BOOT | |
swap | sys | 8192 |
LVM |
swap |
/ |
boot |
sys |
2048 |
Standard Partition | XFS |
/ |
boot/ |
efi |
sys |
Table 2 - Prepare your file system
Recommended
Disk
Standard Edition - Minimal/Low/Medium/High
free space in Mib
Device
Type
File
System200 | Standard Partition | EFI System Partition | |
/ | sys | 4096 | LVM |
XFS | ||||
/var | sys | 4096 | LVM | XFS |
/tmp | sys | 2048 (recommended 16384) | LVM |
2048
Standard
PartitionXFS | ||||
/shared | app | 512 | LVM | XFS |
/app | app | 8192 | LVM | XFS |
/app/tmp | app | 4096 | LVM | XFS |
/installs | app | 8192 | LVM | XFS |
/logs | app | 12,288 | LVM | XFS |
/data | data | As described in Hardware and Software Requirements | LVM | XFS |
For UEFI installations for GPT partition
200
Standard
Partition
EFI System
PartitionInstallation Compatibility Checks
...