2.2.1. Installing and upgrading on Linux: Red Hat Enterprise Linux, CentOS, Oracle Linux, AlmaLinux and Rocky Linux Previous topic Parent topic Child topic Next topic

These packages have been tested on Red Hat Enterprise Linux 7, 8 and 9, and compatible systems such as CentOS, Oracle Linux, AlmaLinux and Rocky Linux.
To install Radiator SIM Module:
  1. Download the distribution package for your operating system from Radiator downloads Opens in new window
  2. Install the package. On RHEL 7 and compatible systems use package that ends with el7.noarch.rpm:
    sudo yum install ./radiator-sim-x.yy-nn.el7.noarch.rpm
    On RHEL 8 and compatible systems use package that ends with el8.noarch.rpm:
    sudo yum install ./radiator-sim-x.yy-nn.el8.noarch.rpm
    On RHEL 9 and compatible systems use package that ends with el9.noarch.rpm:
    sudo yum install ./radiator-sim-x.yy-nn.el9.noarch.rpm
  3. Build a Radiator configuration file based on /opt/radiator/radiator-sim/goodies/3gpp-aaa-server.cfg.
  4. Configure Radiator HSS (Home Subscriber Server) emulator file (/opt/radiator/radiator-sim/goodies/server_hss.cfg) or connect to the HSS over SWx.
  5. Run Radiator with the configuration file developed in the step 3.
  6. Test and refine the configuration file. For more information, see Testing Radiator 3GPP AAA Server.
  7. Restart Radiator:
    sudo systemctl restart radiator
  8. Set Radiator to start automatically when booting. For more information, see Radiator reference manual Opens in new window.
See /opt/radiator/radiator-sim/goodies/ for more Radiator SIM Module configuration samples.

Upgrading from an el7, el8 or el9 RPM

Upgrades between el7 and el8 and el8 and el9 packages do not require any special commands. Use yum install or any other commands that you typically use to upgrade packages. Note: remember to restart radiator after each upgrade.