IBM DataPower Operations Dashboard v1.0.21.x

Operating System Requirements for Non-Appliance Mode

Non-Appliance Mode Only

The steps below are only applicable for installation in Non-Appliance mode, and should be performed by your Linux administrator.

 

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

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:

cat /etc/redhat-release

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:

free -h lscpu

Network requirements

Ensure you have at least one network interface installed and configured with full access to network services, such as DNS and NTP.
Some configurations, such as the Cell environment, require 2 network interfaces.
See Firewall Requirements for more details.

Root access

The installation must be performed by a root user. You cannot use sudo instead.

  • Do not override the PATH variable with a fixed value during login sequence, as this will override the value set by DPOD installation in .bash_profile and will cause various scripts to fail.

  • Do not use script command during the login sequence to make a typescript of the terminal session for audit, as this will cause various scripts to hang.

  • Do not use trap command to clear the terminal on session close, as this will cause various scripts to get extra characters as their input and fail.

  • Do not print a disclaimer in .bashrc, as this will cause various scripts to get the disclaimer as their input and fail.

Disks

DPOD requires at least 3 disks (LUNs / physical / virtual):

  • 1 disk for the operating system

  • 1 disk for the application/logs

  • At least 1 disk for the data

Some configurations, such as the Cell environment, require multiple disks for the data.

You may verify the existence of the disks using the following command (e.g: look for sda, sdb and sdc):

lsblk

Mount points, file systems and logical volumes

See Table 1 below for the required mount points / file systems on the different disks.
It is strongly recommended to use logical volume manager (LVM) - particularly for the data disk(s). See Example: Creating File Systems using LVM.
Once configured, you may verify the configuration using the following command:

Tip: To use LVM in AWS EC2 instances with RHEL 8.x and EBS disks, first execute dnf install lvm2 to install the LVM package, and use gdisk to create a partition. For more information, see https://aws.amazon.com/premiumsupport/knowledge-center/create-lv-on-ebs-partition/.

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 yum.
Registration and subscription may differ between organizations and RHEL version, so consider the following commands just as an example:

  • For RHEL 7.x

  • For RHEL 8.x

Setup NTP

It is highly recommended to setup NTP - it has to be the same one configured in your IBM DataPower Gateways.

  • Consult your Linux and network admin about the proper way to configure this service.

  • For RHEL 7.x, ensure the NTP RPM is installed. Consider executing the following commands:

  • For RHEL 8.x, ensure the Chrony RPM is installed. Consider executing the following commands:

Setup hosts file

Verify that the /etc/hosts file includes an entry with your server name mapped to your external server IP.
To display your server name, you may execute the command hostname.
To display your server’s IP address, you may execute the command ip a.

Required RPMs

Verify the existence of the following RPMs from the official Red Hat/Rocky Linux/CentOS yum repositories:

  • httpd version 2.4.6-67 and above (together with the following dependencies: mailcap, apr, httpd_tools)

  • mod_ssl

  • mod_proxy_html

  • curl

  • wget

  • unzip

  • iptables

  • iptables-services

  • bc

  • fontconfig

  • squashfs-tools

  • numactl

  • pciutils

  • nvme-cli

The installation is usually performed by executing yum. If the command fails to find the packages, you should manually download the RPM files and install them.

The following RPMs are recommended for system maintenance and troubleshooting, and are optional: telnet client, net-tools, iftop, tcpdump

 

Ensure squashfs module is loaded - see more at https://access.redhat.com/solutions/5477831.
Ensure squashfs is not disabled in /etc/modprobe.d (by running the command grep -ri squashfs /etc/modprobe.d).



Ensure the httpd service is enabled and started by executing the command:

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

Minimum Size

Device Type

File System

File System / Mount Point

Minimum Size

Device Type

File System

Disk 1: Operating System (e.g.: sda)

biosboot

2MB

Standard Partition

BIOS BOOT

swap

8GB

LVM

swap

/boot

2GB

Standard Partition

XFS

/boot/efi

200MB
(for UEFI installations for GPT partition)

Standard Partition

EFI System Partition

/

8GB

LVM

XFS

/var

8GB

LVM

XFS

/tmp

16GB

LVM

XFS

Disk 2: Application/logs (e.g.: sdb)

/shared

1GB

LVM

XFS

/app

30GB

LVM

XFS

/app/tmp

8GB

LVM

XFS

/installs

30GB

LVM

XFS

/logs

15GB

LVM

XFS

Data Disk(s) (e.g.: sdc, sdd, sde...)

/data

As described in Hardware and Software Requirements 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]
/data2, /data22, /data222, /data3, /data33, /data333, /data4, /data44, /data444

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.

In case of functionality or performance issues, try first to disable such software.

During the resolution of issues, DPOD support will ask the customer to disable any 3rd party software in order to isolate the issues and verify their source. Support cannot be provided if the 3rd party tools are not disabled.









Copyright © 2015 MonTier Software (2015) Ltd.