Search
Page 74 of 1,195. Showing 11,950 results (0.018 seconds)
How to repair the supervisor database <6.4
Log into the supervisor and open a cmd prompt WINDOWS: Windows key + R type in "CMD" hit enter OSX/LINUX: Open a terminal shell window Type in the below to the command prompt: mysqlcheck --repair --all-databases Wait for process to complete…How to turn off preemption
Set supervisor_preempt_policy = disabled and the supervisor will not preempt jobs either passively or aggressively. See supervisor_preempt_policy and Job Preemption…I am getting 'Invalid agenda item name "1". Skipping slice.' warnings in the QubeGUI. What's doing on and how do I fix this?
Cause: Likely you have just recently reset your qube database on the same machine that was previously running a qube supervisor. The MySQL database was cleared, but the job log files are still present. The descrepency between those log files and what is s…How to configure Qube to use dedicated workers before non-dedicated workers
A Qube farm can contain a mix of machines that users never log into, such as machines installed in a rack in a server room (dedicated workers), and user's machines that are available when they're not in use (non-dedicated). Qube does not naturally differ…What if I want to lock down certain hosts to only run certain jobs?
There are several ways to do this in Qube, but a best practice that we recommend is to use the worker's cluster and restrictions as outlined in How to use clustering for workers. Essentially, you set a worker's worker_cluster and worker_restrictions to th…How do I reset the Supervisor MySQL database?
login to your Supervisor open a Terminal window run the following command "$QBDIR/utils/upgrade_supervisor" -reset where $QBDIR is the location of your Qube installation: /Applications/pfx/qube on OSX, c:\Program Files\pfx\qube on Windows, or /usr/local…How to configure the supervisor to send mail
Configuration There are 3 settings in the supervisor's qb.conf that need to be set in order to enable your supervisor to send mail: mail_domain = mail_host = mail_administrator =…Cross-Platform rendering: Windows to OSX to Linux and vice versa
Rendering on Mixed-OS farms or in Mixed-OS facilities Many Qube customers have artists running on one operating system while the render farm runs on another. Some have render farms made up of multiple operating systems. In both cases, rendering becomes a…KB Worker
KB Administration