Padmini AQM SymmetricDS RPM Installer

Installation Requirements

This RPM package requires setting SELinux to permissive mode:

sudo setenforce 0

If you intend to use this package for Oracle real-time replication, disable SELinux permanently:

sudo sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config
sudo reboot

If modifying SELinux policies is not allowed in your organization, please contact Padmini Systems Support Desk. We can provide alternative secure builds.

Download and Install

Click below to download the RPM package:

Download RPM

Once downloaded, install the package using:

sudo yum localinstall padmini-aqm-sym-build-3.16-1.el9.noarch.rpm

Post-Installation Setup

The SymmetricDS service has been installed but is not yet started. Follow the steps below:

1. Create the Engine Properties File

Create a properties file for your node:

sudo nano /etc/padmini-aqm-sym-build/my-engine-001.properties

2. Activate the Engine Configuration

Modify the central configuration file to specify the engine:

sudo nano /etc/sysconfig/padmini-aqm-sym-build

Update the ENGINE_NAME value:

ENGINE_NAME=my-engine-001

Starting the Service

Once configured, start the service:

sudo systemctl start padmini-aqm-sym-build.service

Enable it to start on boot:

sudo systemctl enable padmini-aqm-sym-build.service

Check the service status:

sudo systemctl status padmini-aqm-sym-build.service