Search
Page 15 of 107. Showing 1,065 results (0.011 seconds)
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 proxy_account is changed, the proxy_password must…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 normal userid. proxy Run jobs under proxy_account userid. Example proxy_executi…worker_idle_threads
Synopsis worker_idle_threads = threads The idle number of Worker threads. This allows the Worker to maintain a specified number of threads ready to service network messages. If the Worker finds that it is unable to satisfy the incoming traffic, it will sp…proxy_location
Synopsis proxy_location = path This specifies the physical location of the proxy application. It can be used to replace the proxy, or to specify where the proxy is if the administrator has located it in a different place. Example proxy_location = /home/qu…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…proxy_password
Synopsis Proxy_password must be set when using a proxy_account other than the default, local "qubeproxy" account. The proxy_password value must be set to the encrypted string returned by the qbhash tool. Cut and paste the value returned by qbhash into the…worker_job_types
Synopsis worker_job_types = jobtypes Jobtypes lists the job types this Worker is allowed to execute. The Administrator, if setting this field, must ensure that the job types in fact exist on the server before dispatching jobs to it. Example worker_job_typ…worker_address
Synopsis worker_address = address Use dot notation in address to set the IP address you want the Worker to bind to. This is to override the behavior of binding to all addresses the Worker has assigned to it. Example worker_address = 127.0.0.1 Defaults (al…worker_journal_location
Synopsis worker_journal_location = filepath Filepath specifies the physical location of the Worker's journal file. The journal is the Worker's offline storage file containing what jobs it's working on, and the details associated with them. Note: It is vi…worker_boot_diagnostics_retries
Synopsis worker_boot_diagnostics_retries = retries Number of times the worker should retry its boot-time diagnostic tests (check the worker_logpath permissions, existence…