2.4. Installing and upgrading on Linux: SUSE Linux Enterprise Server and openSUSE Leap Previous topic Parent topic Child topic Next topic

These packages have been tested on SUSE Linux Enterprise Server 15 SP3 and openSUSE Leap 15.3.
To install Radiator:
  1. Download the distribution package for your operating system from Radiator downloads Opens in new window
  2. Install the package. Use package that ends with .suse.noarch.rpm:
    sudo zypper install ./radiator-4.xx-nn.suse.noarch.rpm
  3. Start Radiator and set it to start automatically after you reboot your Linux server.
    sudo systemctl start radiator
    sudo systemctl enable radiator
  4. Test authentication. You should see OK printed to the screen 3 times.
    /opt/radiator/radiator/radpwtst
  5. Edit /etc/radiator/radiator.conf to suit your site and needs. Remember to restart Radiator after configuration change with systemctl restart radiator. This reference manual describes the options and parameters.
The package creates the following system user, system group and an empty home directory for Radiator service:
By default, it creates the following directories for configuration, logs, Radiator itself, its utilities and other files. See /opt/radiator/radiator/goodies/ for configuration samples:
Default log rotate configuration is installed as
You can find documentation, additional dictionaries, and the goodies collection in /opt/radiator/radiator/ directory.

Upgrading from an RPM

Upgrades between SUSE/openSUSE packages do not require any special commands. Use zypper install or any other commands that you typically use to upgrade packages. Note: remember to restart radiator after each upgrade.