Search
Page 12 of 107. Showing 1,065 results (0.011 seconds)
qbunblock
qbunblock | qbunblock | qbunblock | qbunblock | qbunblock | qbunblock move a job from a blocked state into the pending state Description qbunblock requests the Supervisor to unblock a job and make it immediately available for execution on the farm. Usa…supervisor_language_flags
Synopsis supervisor_language_flags = mask Mask sets which languages the Supervisor will accept for callback code. Values Name Value (dec / bin) Description qube 1 / 0000001 Enables the "qube" callback language that uses the "code" section of the job to sp…database_host
Synopsis database_host = host Host is the host running the MySQL database server. Set this only if running the database on a different host than the Supervisor host itself. Example database_host = mydb…supervisor_log_flags
Synopsis supervisor_log_flags = mask Mask specifies which events the administrator wants to track in the job's history file. The field is described by a integer with the individual bits to signify which components to log. Values job = 1 subjob = 2 work =…supervisor_pidfile
Synopsis supervisor_pidfile = path Path is where the Supervisor writes down the process ID for the main controlling process. Example supervisor_pidfile = /tmp/supepid Defaults Linux/OSX: /var/run/Supervisor.pid Windows XP/2003:C:\Program Files\pfx\qube\lo…supervisor_logpath
Synopsis supervisor_logpath = path Path is used to specify the log directory to use to store job log data as well as individual host and user histories. This is further explained in this documentation under Job Logs Example supervisor_logpath = /var/spool…supervisor_policy_binding
Synopsis supervisor_policy_binding = language Language specifies what kind of file the supervisor_policy_library refers to. Values Internal Perl Example supervisor_policy_binding = Perl Defaults Internal…supervisor_manifest
Synopsis supervisor_manifest = path path were the manifest log is located. This log contains all events concerning jobs and their actions. The format is similar to the job *.hst file format and provides a quick mechanism for looking at all logged events a…supervisor_policy_library
Synopsis supervisor_policy_library = path Path specifies the policy library file the Supervisor uses to define the queue policies. Example supervisor_policy_library = /etc/qubepolicy.pm Defaults none…supervisor_manifest_flags
Synopsis supervisor_manifest_flags = mask Mask specifies which events the administrator wants to track in the manifestlog. The field is described by a integer with the individual bits to signify which components to log. This log is located by default here…