From 3821f1497e6eb7a196881f539c973b51639c3e56 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 25 Oct 2008 13:19:24 +0000 Subject: [PATCH] ebl Document Console command that are authorized in runscript --- docs/manuals/en/install/dirdconf.tex | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/manuals/en/install/dirdconf.tex b/docs/manuals/en/install/dirdconf.tex index b7adfac3..ffad7c52 100644 --- a/docs/manuals/en/install/dirdconf.tex +++ b/docs/manuals/en/install/dirdconf.tex @@ -1013,8 +1013,23 @@ during working hours. We can see it like \texttt{Max Start Delay + Max Run The specified {\bf Command} (see below for details) is run as an external program prior or after the current Job. This is optional. - Console options are special commands that are sent to the director instead - of the OS. + \textbf{Console} options are special commands that are sent to the director instead + of the OS. At this time, console command ouputs are redirected to log with + the jobid 0. + + You can use following console command : \texttt{delete}, \texttt{disable}, + \texttt{enable}, \texttt{estimate}, \texttt{list}, \texttt{llist}, + \texttt{memory}, \texttt{prune}, \texttt{purge}, \texttt{reload}, + \texttt{status}, \texttt{setdebug}, \texttt{show}, \texttt{time}, + \texttt{trace}, \texttt{update}, \texttt{version}, \texttt{.client}, + \texttt{.jobs}, \texttt{.pool}, \texttt{.storage}. See console chapter for + more information. You need to specify needed information on command line, nothing + will be prompted. Example : + +\begin{verbatim} + Console = "prune files client=%c" + Console = "update stats age=3" +\end{verbatim} You can specify more than one Command/Console option per RunScript. -- 2.39.5