Hardware Requirements, Installation, and Update [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:dpi_components:radius:radius_install [2024/09/26 15:29] – external edit 127.0.0.1en:dpi:dpi_components:radius:radius_install [2025/08/29 09:36] (current) – [Installation on a Separate Server or VM] elena.krasnobryzh
Line 1: Line 1:
-====== Installation ======+====== Hardware Requirements, Installation, and Update ======
 {{indexmenu_n>2}} {{indexmenu_n>2}}
 +===== Minimum Hardware Requirements =====
 +FastRADIUS can be installed on a SCAT server or on a dedicated server or VM.
 +  - CPU — 2 cores
 +  - RAM — from 1 GB
 +  - SSD — 50 GB
 +  - Operating System — [[en:veos:installation|VEOS]]
 +  - Network Interface Card (NIC) — 2 ports, for SSH management (+ optional IPFIX sending) and for receiving RADIUS traffic
  
-Initial installation of Radius events monitor is handled by tech support engineers of Stingray Service Gateway company or its partners. +===== Installation and Update ===== 
- +The component is included in the standard SSG software packageIf used on the same server as SSG, no additional installation is required.
-You have to install OS [[en:veos:installation|VEOS]] before the implementationPlease provide us the remote access by SSH and root rights. This access is required for installation and initial setup of the platformThe remote access can be closed after finishing the installation works. +
- +
-Further updates are carried out in a standard way: +
-<code>yum update fastradius</code>+
  
 +Further updates are performed in the standard way:
 +<code>
 +yum update fastradius
 +</code>
 +==== Installation on a Separate Server or VM ====
 +  - Configure precise time synchronization via the ntpd service. NTPD configuration file: ''/etc/sysconfig/ntpd''. To do this, install the precise time service <code>yum install chrony -y
 +systemctl restart chronyd
 +timedatectl</code> :!: When running the ''timedatectl'' command, the ''System clock synchronized'' parameter must have the value ''yes''
 +  - Connect the vasexperts repository <code>rpm --import http://vasexperts.ru/centos/RPM-GPG-KEY-vasexperts.ru
 +rpm -Uvh http://vasexperts.ru/centos/6/x86_64/vasexperts-repo-2-1.noarch.rpm</code>
 +  - Install FastRADIUS <code>yum install fastradius</code>
 +  - Start the service <code>systemctl start fastradius</code>
 +  - Enable service autostart at boot<code>systemctl enable fastradius</code>
 +  - Check the status (should be running)<code>systemctl status fastradius</code>