Search
Page 25 of 1,195. Showing 11,950 results (0.015 seconds)
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…Supervisor Installation
Qube-core must be installed before you can install the worker. Install with the platform-specific installer process listed below. Once installed, the Supervisor daemon starts up, and the system will be configured to automatically start up the Supervisor a…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 Installation
Qube-core must be installed before you can install the worker. Linux: Install the Worker daemon RPM: rpm ivh qube-workerver--linux.rpm Where linux is the type of Linux platform (e.g.. RHEL_WS-3.i386) and ver is the version of Qube. Windows: Install the…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 of proxy program at proxy_location, and validity of the proxy_account) when there ar…worker_log_timeout
Synopsis worker_log_timeout = time Amount of time the Worker will wait in seconds before transmitting the job log's standard output and standard error to the Supervisor if the log mode is set to "remote." Example worker_log_timeout = 900 Defaults 10…QubeGUI Installation
The QubeGUI is a set of python scripts that use the qb python module and wxPython. It is compiled for each platform so it can run independently and not require installation of python, wxPython, or any other libraries. Linux: Install the QubeGUI RPM: rpm i…worker_logfile
Synopsis worker_logfile = filepath Filepath is the physical location of the Worker's log file. The Worker writes the events/actions it takes during its execution in this file. Example worker_logfile = /usr/tmp/workerlog Defaults Linux/OSX: /var/log/worker…Jobtype Installation
Some of the application interfaces construct a commandline that is then run directly on the Workers and do not require any additional installation. Other application interfaces (like Maya, 3dsMax, and XSI) are controlled via (perl or python) scripts. Thes…