Installation Guide for Collector Deployment
Overview
This installation guide provides step-by-step instructions for installing Motadata AIOps in a Single-Box deployment covering the installation process for the following components:
- Motadata Master with DB
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 respective servers as defined below:
| Port Name | Port Number | Port Type | Direction | Port To Be Opened At | Purpose |
|---|---|---|---|---|---|
| TCP Log Listener | 5140 | TCP | Bidirectional | Application Server or Collector | Used to ingest logs into Motadata in an encrypted format for secure data transfer. 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. |
Motadata AIOps (APP, DB, Collector) – Antivirus Whitelist Guidelines
Motadata does not recommend applying Antivirus on Application (APP), Datastore (DB) or Collector components. However, in cases where client compliance mandates Antivirus installation, please carefully follow the guidelines below.
General Considerations
Resource Utilization: Installing antivirus on Motadata components will significantly add resource overhead which may lead to abnormal monitoring activity. Consider increasing resources to compensate this overhead.
VM Snapshot: Before applying Antivirus, take a VM snapshot of all components: APP, DB, and Collector.
Monitoring: Keep the environment under observation after applying the Antivirus with the below prerequisites configured.
Folders & Files to Whitelist
Whitelist the following directory and executables from real-time and scheduled Antivirus scans:
Directory Path: \Motadata
Executables (whitelist all matching 'motadata-*'):
- motadata-agent.exe
- motadata-manager.exe
- motadata-upgrade.exe
- motadata-manager_m.exe
- motadata-log-agent.exe
- motadata-metric-agent.exe
- motadatadb
- nfacctd
- sfacctd
- datastorebroker
- aiopsengine
- gopluginengine
Also, make sure to exclude all listed directory and executables from both real-time scanning and scheduled scans and ensure security agents/firewalls allow continuous communication over the specified ports. Then, apply these rules for both on-premises deployments and remote/endpoint devices running Motadata Agents.
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 suNavigate to the opt folder using the following command:
cd /optCheck for the existence of the installation script (post-install.sh) using the following command:
lsRun the installation script:
./post-install.shAfter you run the installation script, you will be asked to select the Deployment Type out of the following:
- Single-Box
- Distributed
- Collector

8. Select the deployment type 3. Collector and then follow the steps further as demonstrated below.
9. Change the root password, providing and confirming a new password.

10. Configure the static IP address, default gateway, and DNS servers. You can change the default DNS servers as per your requirement.

11. Configure the hostname.
12. Configure the timezone by selecting the region and the timezone where you are installing the Collector.
13. Enter Application server IP (Standalone)/ Primary Server IP (Distributed) / Virtual IP (HA)/ FQDN (HA over WAN) to establish the connection between the Collector and the Application Server.
14. Once the installation process is complete, the Collector will be visible in the Collector Settings section in Motadata AIOps.
15. Detach the ISO from the virtual machine to complete the installation.
If you see a system alert banner at the top of the screen, resolve it first—it won’t auto-dismiss until the underlying issue is fixed.