Automatic starting of the JP importer: polishing and update documentation.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 15 Jan 2009 10:41:54 +0000 (10:41 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 15 Jan 2009 10:41:54 +0000 (10:41 +0000)
org.glite.lb.doc/src/LBAG-Installation.tex
org.glite.lb.server/config/startup

index f9941b7..c7284c8 100644 (file)
@@ -128,6 +128,7 @@ export data are written for use by lgcmon/R-GMA
 \item \texttt{GLITE\_LB\_EXPORT\_PURGE\_ARGS} -- purge timeouts (default: \texttt{--cleared 2d --aborted 15d --cancelled 15d --other 60d})
 \item \texttt{GLITE\_LB\_EXPORT\_ENABLED} -- set to \texttt{true} for export to JP, installed glite-lb-client and glite-jp-client are needed (default: \texttt{false})
 \item \texttt{GLITE\_LB\_EXPORT\_JPPS} -- Job Provenance Primary Storage where to export purged jobs, required if export to JP is enabled
+\item \texttt{GLITE\_JP\_LOCATION} -- optional parameter for combining LB and JP subsystems on the different locations
 \end{itemize}
 
 In addition to those, YAIM LB module uses following parameters:
index daf271b..9807cf8 100755 (executable)
@@ -109,6 +109,7 @@ start()
        fi
 
        if test x"$GLITE_LB_EXPORT_ENABLED" = x"true" ; then
+               echo -n Starting glite-jp-importer ...
                su - $GLITE_USER -c "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GLITE_JP_LOCATION/lib $GLITE_JP_LOCATION/bin/glite-jp-importer \
                        -i $jp_importer_pidfile $jpreg_maildir $jpdump_maildir $sandbox_maildir \
                        $jpps $creds $GLITE_JP_IMPORTER_ARGS" \