Difference: WMSConfFile (4 vs. 5)

Revision 52007-10-31 - AlessioGianelle

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

The WMS configuration file

Line: 103 to 103
 
UseFakeForReal
This parameter tells to JobController don't use a real Client but a fake ones; used only for test.

LogMonitor configuration

Added:
>
>
The attributes available in this section, divided by significant groups are:

LogFile
String attribute containing the path of the JobController log file
LogLevel
Log verbosity level. If that level is less than or equal to LogLevel the message is actually logged, otherwise it is ignored. The level goes from 1 (minimum verbosity) to 6 (maximum verbosity)
LogRotationMaxFileNumber
Log files that are rotated this numnber of times before being removed (5)
LogFileMaxSize
Log files are rotated when they grow bigger then this size bytes (100000000)
LogRotationBaseFile
Base name of the rotated log files (LogFile value)
LockFile
Path of the lock file for the service.

CondorLogDir
Path of the directory where LogMonitor stores the CondorG log files.
CondorLogRecycleDir
Path of the directory where old CondorG log files are saved.
JobsPerCondorLog
Max number of job logged in the same CondorG log file. (1000)
GlobusDownTimeout
Log monitor waits this number of seconds before to consider a condor job, which has lose contact with the CE, failed (and so resubmits it if possible). (600)
AbortedJobsTimeout
A condor job could be stay in the "removed" state forever (state "X"), so after this number of seconds from the previous remove command Logmonitor sends to condor a new condor_remove if the job is again in the condor queue. (600)
ForceCancellationRetries
Number of retries to remove a job from the condor queue before to forget it definitively. LogMonitor wait AbortedJobsTimeout seconds between two tryes. (10)
MainLoopDuration
LogMonitor loops between the CondorLog files every this number of seconds. (3)

MonitorInternalDir
Path of the directory where LogMonitor stores its own files.
IdRepositoryName
Name of the file contains informations about the jobs used by LogMonitor and JobController.
ExternalLogFile
Path of the directory where extra log files are stored.

UseMaradonaFile
The user job exit status is written into an extra "Maradona" file that is copied to the WMS with globus-url-copy as a sort of backup. (True)
MaradonaTransportProtocol
The transport protocol used to transfer the "Maradona" file. ("gsiftp")
RemoveJobFiles
If sets to true all files used to submit jobs to condor are removed when they are no more necessary. Set it to "false" only for debug purpose. Files are stored in the SubmitFileDir directory as it is set in the JobController section. (True)
ContainersCompactThreshold
Number of jobs stored in the private container before to compact it to improve performances. (1000)
 

NetworkServer configuration

WorkloadManagerProxy configuration

The attributes available in this section, divided by significant groups are:
 
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback