\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:
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" \