12 Mar
2015
12 Mar
'15
8:54 a.m.
On Mar 12, 2015, at 8:03 AM, Paul <ensoniqpb@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.