Search
Page 98 of 1,195. Showing 11,950 results (0.016 seconds)
worker_logmode
Synopsis worker_logmode = mode Mode specifies what job logging action this host will take. Values mounted: Log files are written to a directory shared via network with the Supervisor host. remote: Log files are written to local directory, then periodicall…supervisor_worker_configfile
Synopsis supervisor_worker_configfile = file File is the Worker config file used for centralized Worker configuration. The Supervisor has the ability to use a macro-based configuration system via the Worker config file. Example supervisor_worker_configfil…supervisor_heartbeat_interval
Synopsis supervisor_heartbeat_interval = interval Interval is the duration in seconds, within which the Workers must report their status to the Supervisor. Any Worker not reporting within the interval is contacted for a status report. That request must be…proxy_account
Synopsis proxy_account = user This is only to be specified if the administrator wants all jobs to be run under the single user account. By default, all jobs are run by the local "qubeproxy" account. If the administrator would prefer jobs to be run and the…worker_logpath
Synopsis worker_logpath = path Path specifies the directory which the Worker will create/use for the job's standard output and standard error logging. Example worker_logpath = /logs/qube Defaults Linux & OS X: /var/spool/qube Windows: C:\ProgramData…supervisor_heartbeat_timeout
Synopsis supervisor_heartbeat_timeout = interval Interval is the size, in seconds, of a sliding window of time in which a Worker must contact the Supervisor after failing to respond within the supervisor_heartbeat_interval window. If there is no response,…proxy_execution_mode
Synopsis proxy_execution_mode = mode Mode sets the execution mode for the proxy, either under the submitting user, or under a single "proxy" userid. Values user: Run jobs under the submitting user's userid. (Note: the submitting user's account must exist…supervisor_host_policy
Synopsis supervisor_host_policy = policy Policy is a designation for how the Supervisor determines which Workers will be allowed to join the farm. Values open – no restrictions, any host can join restricted – hosts must be specified by name or address in…worker_lookup
Synopsis worker_lookup = precedence Specifies the precedence for this Worker's configuration look up. This allows an administrator to either disable all remote configuration, rely only on remote configuration or determine which overrides the other. By def…proxy_nice_value
Synopsis proxy_nice_value = nice Run jobs with nice settings—that is, modify the execution priority of the job to either allow higher or lower priority. For example, this might be set to a high number for user workstations that is used as a part-time work…