SQL-Relay log - radacctdir - High Disk usage
Hi, I have a high disk utilization because the SQL-RELAY Log. I have this var: radacctdir whats the objetive to keep this log? can I disable it? radacctdir = /var/log/radius/radacct thank you
Alisson wrote:
I have a high disk utilization because the SQL-RELAY Log.
Edit the configuration to stop logging to that file. See raddb/modules/sql_log
whats the objetive to keep this log?
To relay accounting information into SQL. It's used *only* when someone enables it. i.e. someone on your system enabled the module.
can I disable it?
Delete the references to sql_log from the raddb/sites-enabled/default. Alan DeKok.
Ok, thank you but this file its needed? whats the objetive to keep logging this file? its only writes on text file the sql ? but the sql will continue writing on sql server, correct? 2013/7/30 Alan DeKok <aland@deployingradius.com>
Alisson wrote:
I have a high disk utilization because the SQL-RELAY Log.
Edit the configuration to stop logging to that file.
See raddb/modules/sql_log
whats the objetive to keep this log?
To relay accounting information into SQL. It's used *only* when someone enables it.
i.e. someone on your system enabled the module.
can I disable it?
Delete the references to sql_log from the raddb/sites-enabled/default.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Alisson wrote:
but this file its needed? whats the objetive to keep logging this file?
Someone on YOUR SYSTEM enabled it. Therefore, ask that person to see if it's needed. I don't know. I don't have access to your system.
its only writes on text file the sql ?
but the sql will continue writing on sql server, correct?
I don't know. It's your system, and you haven't described what it does. You really need to understand the system you're administering. Alan DeKok.
If I disable the var 'sql_log' it will stop do write on relay log file, right? but will still writing on radpostauth table correctly? 2013/7/31 Alisson <alissongoncalves@bsd.com.br>
Hi Alan,
the sql_log var, just write a text file with the sql statements, correctly?
2013/7/31 Alan DeKok <aland@deployingradius.com>
need to understand the syste
Alisson wrote:
If I disable the var 'sql_log' it will stop do write on relay log file, right?
Yes.
but will still writing on radpostauth table correctly?
Yes. It helps to understand the servers configuration. You should read ALL of the configuration files you have enabled. It's what everyone does. Alan DeKok.
participants (2)
-
Alan DeKok -
Alisson