From 1dc2a01dbcefcc20b3d37f0a5007dbb06a247755 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Thu, 12 Jan 2012 09:20:01 +0000 Subject: [PATCH] Extended description for some cfg files, preparation for a new config file (commented out) --- org.glite.lb.doc/src/LBAG-Installation.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.doc/src/LBAG-Installation.tex b/org.glite.lb.doc/src/LBAG-Installation.tex index 590be77..11a914b 100644 --- a/org.glite.lb.doc/src/LBAG-Installation.tex +++ b/org.glite.lb.doc/src/LBAG-Installation.tex @@ -286,13 +286,14 @@ Using \emph{yaim}, you do not need to edit \LB's configuration files for your in glite-lb-authz.conf & Authorization policy, in use since \LBver{2.1}. Extensively explained in Section \ref{inst:authz} (page \pageref{inst:authz}).\\ log4crc & Logging output configuration, in use since \LBver{2.0}. Explained in Section \ref{inst:comlog} (page \pageref{inst:comlog}).\\ msg.conf & Messaging plugin and features configuration, in use since \LBver{3.0}. Explained in Section \ref{inst:messaging} (page \pageref{inst:messaging}). +%\\glite-lb-my.cnf & Pre-prepared \emph{MySQL} configuration file, designed to be included in \texttt{my.cnf} by the \texttt{!include} directive. Available since \LBver{3.2}. \end{tabularx} Besides configuration files observed directly by \LB's services, there is a score of other files installed by \LB and used by other system services. They are: \begin{tabularx}{\textwidth}{>{\tt}lX} -/etc/cron.d/glite-lb-purge.cron & Regular execution of the \LB purger (see Section \ref{inst:purge}).\\ -/etc/cron.d/locallogger.cron & Prevent stale handle on \texttt{hostcert.pem}.\\ +/etc/cron.d/glite-lb-purge.cron & Nightly execution of the \LB purger (see Section \ref{inst:purge}).\\ +/etc/cron.d/locallogger.cron & Prevent stale handle on \texttt{hostcert.pem} by running a \texttt{touch} on it quarter-daily.\\ %/etc/cron.d/glite-lb-notif.cron & Refresh registration of \LB notifications set up by site admins.\\ /etc/init.d/glite-lb-bkserverd & Start up the \LB server. Many command line options are hard-coded in the script.\footnotemark\\ /etc/init.d/glite-lb-harvester & Start up the \LB harvester. Some command line options are hard-coded in the script.\\ -- 1.8.2.3