Title
Create new category
Edit page index title
Edit category
Edit link
RPM Installation
Before starting My OPSWAT Central Management On-premises installation, please make sure your server meets the System Requirements
1/ Open the terminal
2/ Install dependency for Linux[Red Hat Enterprise Linux] at Software Requirement
3/ RabbitMQ Cleanup (First-Time Installation Only)
Suppose this is the first time installing mocm on this system, and the RabbitMQ server was previously started with its default configuration (not the mocm-specific configuration). In that case, you need to remove its persistent database to prevent configuration conflicts:
4/ Install the main RPM file:
Use the dnf package manager to install the main OCM file:
[Replace 10.x.x.x with your specific version number.)
5/ Start mocm services
6/ Check mocm services' status
After starting, verify the status to ensure all mocm components are running correctly:
7/ Enable Auto-Start on Boot
8/ Access the User Interface
Once all services are up and running, you can access the mocm setup page via your web browser:
URL:
<server_ip>:9000/loading
(Replace <server_ip> with the actual IP address of your mocm server.)
Please note that the following SELinux settings are automatically added during installation:
semanage port -a -t redis_port_t -p tcp 30000
setsebool -P httpd_can_network_connect 1