Deploying the SOAR Platform
.run file
Check that your system has all of the required packages and then download the installer and install the SOAR Platform.
Before you begin
Go to IBM® Support Fix Central to acquire the software package.
If not already installed, install the
wget
package.sudo yum install wgetIf not already installed, install the Extra Packages for Enterprise Linux®
(EPEL):
sudo rpm --import https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo rpm -i epel-release-latest-8.noarch.rpm If not already installed, install the
policycoreutils-python and
javapackages-tools
packages:sudo yum install policycoreutils-python-utilsIf not already installed, install the
createrepo
package:sudo subscription-manager repos --enable=rhel-8-for-x86_64-appstream-rpms
sudo yum install -y createrepoIf not already done, configure the
firewall.
sudo firewall-cmd --zone=public --add-port=443/tcp --permanent
sudo firewall-cmd --zone=public --add-port=65000/tcp --permanent
sudo firewall-cmd --zone=public --add-port=65001/tcp --permanent
sudo firewall-cmd --reloadNote: If you plan to support apps, you need ports 65000 and 65001.
About this task
Complete the following to download and install the SOAR Platform on your system.