Sql redundancy

Alan DeKok aland at deployingradius.com
Thu Mar 12 13:54:43 CET 2015


On Mar 12, 2015, at 8:03 AM, Paul <ensoniqpb at gmail.com> wrote:
> I have configured 2 sql instances (db1 and db2) used in authorize and
> accounting sections. Freeradius v3.0.4.
> ..
>        pool {
>                start = 5

  i.e. Try to open 5 connections when the server starts.

> I need fully redundant sql config:
> 1. Freeradius should start with only one or both sql servers available
> 2. Freeradius should operate with only one or both sql servers available
> 
> I can't start fr with only one sql server available.

  So… change “start = 0”.

  That means it won’t try to start any connections when the server starts up.

  Alan DeKok.




More information about the Freeradius-Users mailing list