Query regarding redundant module and configurable failover codes

Alan DeKok aland at deployingradius.com
Sun Dec 11 10:56:01 CET 2011


Shweta Khadse wrote:
> The last two sql updates ie *"Sql_update_xxxx"  and **"Sql_update_yyyy"
> *do not have a redundant module defined. The actions of these statement
> is not very critical. However we observe that if the radius is unable to
> execute these the radius drops the session and returns a FAIL.
> 
> One way to avoid this session disconnection is to implement a redundant
> module for the last two statements as well.

  Yes.  Just do:

	redundant {
		sql_update_xxxx
		sql_update_yyyy
		ok
	}

  Alan DeKok.



More information about the Freeradius-Users mailing list