Search
Page 68 of 107. Showing 1,065 results (0.011 seconds)
Priority
The priority algorithm is a numeric priority queue. Normally, the priorities are established such that lower values are considered to have higher priority. For example, a job with priority 1 will have a higher priority than a job with priority 10. The def…Worker removal
A user must have Qube "admin" privileges to remove a worker. See User Permissions and User Permissions View for more info. Administrators may want to permanently remove a host from the farm. This is normally required if the host's responsibilities as a…Quick Setup of Per-User and Per-Pgrp Subjob Limits_
In the qb.conf file on the supervisor: set supervisor_default_user_subjob_limit and supervisor_default_pgrp_subjob_limit as needed, to set up default subjob limits for users and pgrps set supervisor_user_subjob_limits and supervisor_pgrp_subjob_limits as…Qube! Database Maintenance (Available only on the supervisor)
Qube! stores all job-related information (with the exception of the job logs) in a set of MySQL databases on the supervisor. When the supervisor host crashes, is powered off without being gracefully shut down, or runs out of disk space, individual tables…Details of Setting Up Per-User and Per-Pgrp Subjob Limits_
There are four parameters that may be set up in the qb.conf file on the supervisor to control the subjobs limits. The two parameters supervisor_default_user_subjob_limit and supervisor_default_pgrp_subjob_limit are used to set up the global default subjob…Passive preemption
Passive preemption will allow agenda items to finish before becoming preempted by higher priority subjobs. This presumes the job contains an agenda, otherwise it will be immediately preempted. How to set passive preemption To set the preemption policy to…Aggressive preemption
Aggressive preemption immediately kills a subjob so that a higher priority subjob can run instead. This preemption policy does not take into account the agenda, so any work performed before the preemption will be wasted. How to set aggressive preemption T…Client Configuration
Compared to the Worker, client configuration is a very simple process. About the only thing that requires configuration is the name of the Supervisor. The Supervisor setting can be explicitly set, or it can be determined using autodiscovery. Like the Work…Supervisor Logs
The Supervisor outputs log information to a file called supelog. By default, the file is located in: Linux/Mac OS X /var/log/supelog Windows XP/2003 C:\Program Files\pfx\qube\logs\supelog Windows Vista/2008/7C:\ProgramData\pfx\qube\logs\supelog Under Linu…Supervisor Configuration
The primary component in Qube Remote Control is the Supervisor. It represents the nerve center of the RMS, coordinating between the Workers and the clients, queuing and dispatching jobs, and monitoring the overall health of the render farm. So it is no su…