Search
Page 74 of 107. Showing 1,065 results (0.013 seconds)
but what if I want each client to only submit to a specific group?
To do that, you would need to go back to the cluster, establish worker restrictions, then set the client cluster to submit jobs to the appropriate cluster. 1. You will need to modify the qbwrk.conf: [project1] worker_cluster = "/" worker_restrictions = "/…How do I set up a host so that job will only run that type of host?
For each Maya Worker create a host property called "host.maya" and set it equal to 1. You can either do this with the Configuration GUI or using a qbwrk.conf: [hostname01] worker_properties = host.maya=1 When you submit a job, the requirement must then in…What are all the numbers that go into the license resource?
Qube! keeps track of 4 numbers for licensing. qb.conf controls 1, the supervisor maintains 1, The tool qbupdateresource controls 2 of them. The qb.conf value is set like this, for example: license.maya=50 This value of 50 can only be set in the qb.conf. T…Can you give an overview of Qube's architecture from a workflow standpoint?
) that reads the job package and launches the appropriate commandline or executable for the rendering, etc. The application (like maya) then reads in the scene (stored…I need to get rid of the worker and/or the supervisor tabs in the configuration GUI
Remove either the worker or the supervisor.…What are the main recommended hardware components used by Qube ?
From a hardware standpoint, the main things recommended are: Server machine to act as the Supervisor A File Server or NAS to store the scenes, textures, and rendered…Cross-Platform rendering: Windows to OSX to Linux and vice versa
render farms made up of multiple operating systems. In both cases, rendering becomes a problem as paths are different across operating systems. For example, the path to a Maya scene…What does a job CPUs, a job's subjobs, and the Host Resource "host.processors" mean with respect to Machine Cores?
Qube does not explicitly restrict a job to run on a particular core. It leaves that up to the applications to determine. If this is the case, then what to these terms used in Qube mean and how do they relate to machine cores? The terms can be misleading.…Temporarily take hosts out of the farm.
Ban the worker using qbadmin worker --remove. Stop and then disable the qubeworker service on that host. This stops the worker from showing up again if I make a --clearbanned call. So to reinstate a worker Reenable and re-start the qubeworker service qbad…I'm getting an error on an Windows installer about unable to detect Qube
Run the registry editor on the machine (Start menu, "Run..." then "regedit" and hit enter), and check the following path. HKEY_LOCAL_MACHINESOFTWAREPipelineFXqube There should be BASE_DIR and INSTALL_DIR, which should point to, by default, respectively: B…