Installation Guide for Distributed Standalone Deployment
Overview
This installation guide provides step-by-step instructions for installing Motadata AIOps in a Distributed Standalone deployment covering the installation process for the following components:
- Primary App Server
- Primary DB Server
The installation process begins with common steps for all the scenarios, followed by deployment-specific steps. It is crucial to follow the instructions carefully to ensure a successful installation.
Minimum System Requirements for Motadata AIOps Server
Before installing and running Motadata AIOps, please ensure that your server meets the following minimum system requirements to ensure optimal performance and functionality. Refer Hardware Sizing document for detailed information for the same.
Prerequisites
Before starting the installation, ensure the following prerequisites are met:
- Configure servers based on the sizing requirements of the chosen component.
- Download the Motadata AIOps installation ISO.
- Network Port should be open in Network Firewall and respetive servers as defined below:
Port Name | Port Number | Port Type | Direction | Port To Be Opened At | Purpose |
---|---|---|---|---|---|
Motadata Manager | 9440, 9441 | TCP | Bidirectional | Application Server | Facilitates communication with Motadata Manager |
Motadata Application | 9455, 9456, 9457 | TCP | Bidirectional | Motadata Application | Establishes communication for Motadata Application with MotaStore. This port needs to be opened only when the application and database reside on different servers. |
Event Publisher | 9444 to 9448 | TCP | Bidirectional | Application Server | Facilitates communication between MotaAgent and the Application Server. Typically, 9444 and 9445 ports are mandatory, but multiple ports may need to be open to support load balancing when a significant number of agents are used. |
Event Subscriber | 9449 to 9453 | TCP | Bidirectional | Application Server | Facilitates communication between MotaAgent and the Application Server. Typically, 9449 and 9450 ports are mandatory, but multiple ports may need to be open to support load balancing when a significant number of agents are used. |
MotaStore | 9464, 6060, 6061 | TCP | Bidirectional | Database Server | Facilitates remote troubleshooting of MotaStore. These ports need to be opened only when troubleshooting is required for MotaStore. |
TCP Log Listener | 5140 | TCP | Bidirectional | Application Server or Collector | Used to ingest logs into Motadata. Ensure this port is open on the collector if logs need to be ingested at the collector level. |
UDP Log Listener | 514 | UDP | Inbound | Application Server or Collector | Used to ingest logs into Motadata. Ensure this port is open on the collector if logs need to be ingested at the collector level. |
Flow Listener (netflow) | 2055 | UDP | Inbound | Application Server or Collector | Used to ingest flow data into Motadata. Ensure this port is open on the collector if flow data needs to be ingested at the collector level. |
Flow Listener (sflow) | 6343 | UDP | Inbound | Application Server or Collector | Used to ingest flow data into Motadata. Ensure this port is open on the collector if flow data needs to be ingested at the collector level. |
Trap Listener (v1/v2) | 1620 | UDP | Inbound | Application Server | Used to ingest trap into Motadata. |
Trap Listener (v3) | 1630 | UDP | Inbound | Application Server | Used to ingest trap into Motadata. |
Log Forwarder | 9443 | TCP | Biredirectional | Application Server | Enables forwarding of logs from Motadata AIOps to third party applications. |
Web UI | 443 | HTTPS | Bidirectional | Application Server | Enables user interface access from the browser. |
Upgrade/Restore | 8080 | HTTPS | Bidirectional | Application Server | Used for upgrading Motadata artifacts from the UI |
Installation Steps
Create a virtual machine (VM).
Map the downloaded ISO to the VM datastore.
Boot the VM from the ISO to initiate the installation process.
Obtain sudo permissions by running the following command:
sudo su
Navigate to the opt folder using the following command:
cd /opt
Check for the existence of the installation script (post-install.sh) using the following command:
ls
Run the installation script:
./post-install.sh
After you run the installation script, you will be asked to select the Deployment Type out of the following:
- Single-Box
- Distributed
- Collector
Select the deployment type 2. Distributed Deployment and then follow the steps further as demonstrated below.
Select the Deployment Architecture as 1. Standalone from the following options:
- Standalone
- High-Availability
- Disaster-Recovery
- Primary App Server
- Primary DB Server
Once you select the option 1. Standalone in step 9, you will be prompted to select the component you want to install:
- Primary App Server
- Primary DB Server
Select Primary App Server and then follow the steps mentioned below.
10. Change the root password, providing and confirming a new password.
11. Configure the static IP address, default gateway, and DNS servers. You can change the default DNS servers as per your requirement.
12. Configure the hostname.
13. Configure the timezone by selecting the region and the timezone where you are installing the Primary App Server.
14. Once the installation process is complete, Motadata AIOps application is accessible using the link specified below:
https://[IP]
where [IP] is the static IP you configured.
Once you select the option 1. Standalone in step 9, you will be prompted to select the component you want to install:
- Primary App Server
- Primary DB Server
Select Primary DB Server and then follow the steps mentioned below.
10. Change the root password by providing and confirming a new password.
11. Configure the static IP address, default gateway, and DNS servers. You can change the default DNS servers as per your requirement.
12. Configure the hostname.
13. Configure the timezone by selecting the region and the timezone where you are installing the Motadata AIOps Master.
14. Configure Primary App Server for the Primary DB Server: Enter VIP/ Primary IP.
15. Detach the ISO from the virtual machine to complete the installation.