Search
Page 37 of 1,195. Showing 11,950 results (0.015 seconds)
_aboutSupervisorAutoDiscovery
About supervisor auto-discovery Since auto-discovery uses network broadcast packets, and these packets are not forwarded by routers, supervisors can only be discovered if they are on the same IP subnet as the host issuing the broadcast. Qube workers that…How to install and use Qube from a network location Linux
This is only applicable to client and worker machines. Perform a standard installation for the supervisor Download the latest version of the installers with either the QubeInstaller application, or directly from PipelineFX Downloads http://pipelinefx.com…How to fix the MySQL error message: Access denied for user 'qube_readonly'@'localhost'
The MySQL access error on the supervisor is due to the mysql qube_readonly user having no permission to read when connecting from the hostname localhost, which is shorthand for "this machine". All SQL commands following in BLUE are run with the mysql clie…_localQbConfOnly
When used for a worker: this value can only be specified in a worker's local qb.conf, and has no effect when used in the central worker configuration file (qbwrk.conf).…How to Add a Qube! button to the 3dsmax toolbar
This is a quick techtip to add a sumbit to Qube! icon on your toolbar Extract the attached zip file to your 3dsmax UI folder : 3dsmax_icons.zip C:\Program Files\Autodesk\3ds Max 2012\UI\Icons Start 3dsmax step1.png Click on MAXScript > New Script Enter t…How to set up a test farm separate from your production farm
Its often prudent to test a new version of Qube against your production software prior to committing to upgrading your entire farm. Qube makes it easy to set up a "test" farm that won't conflict with your production farm. Build the test supervisor Ensure…Examples
Click the links below for commented example files…worker_path_map
Synopsis New in v6.4-2 worker_path_map = { "pathA" = "pathB" ... } Specify the path translation map for a worker. Any job that supports path translation (have the convert_path job flag set, or any pyCmdline, pyCmdrange, or AppFinder jobs) will have pathB…Core / Worker / Supervisor Release Notes
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…