Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:dpi:dpi_components:radius:radius_admin [2018/03/19 12:14] – created lexx26 | en:dpi:dpi_components:radius:radius_admin [2025/08/29 09:25] (current) – elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== Administration ====== |
| - | {{indexmenu_n> | + | {{indexmenu_n> |
| + | The main process is called '' | ||
| + | Restart the service: | ||
| + | <code bash> | ||
| + | FastRADIUS settings are located in the ''/ | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | Parameters in the configuration file are either " | ||
| + | * Hot parameters can be changed during operation "on the fly," i.e., without restarting the service. | ||
| + | * Cold parameters will only take effect after restarting the service. | ||
| + | |||
| + | Update hot settings without restarting the service: | ||
| + | <code bash> | ||
| + | |||
| + | FastRADIUS logs are located in the ''/ | ||
| + | * '' | ||
| + | * '' | ||
| + | Log rotation is handled by the standard '' | ||
| + | |||
| + | The '' | ||
| + | If the administrator changes the retention period, they must ensure sufficient disk space remains available. | ||
| + | |||
| + | Depending on the settings, FastRADIUS may write the following information to the ''/ | ||
| + | * '' | ||
| + | * '' | ||
| + | In this case, it is necessary to implement manual cleanup to prevent disk overflow. | ||