Search
Page 11 of 1,195. Showing 11,950 results (0.016 seconds)
qbadmin
qbadmin | qbadmin | qbadmin | qbadmin | qbadmin | qbadmin administrative command used to control qube Description qbadmin provides command-line administration of various aspects Qube. Usage qbadmin mode [options] where mode is either supervisor, worker o…Editing the qbwrk.conf (file format description)
Quoting strings in the qbwrk.conf must be done with double-quotes. The use of single-quotes may result in unexpected behavior, or values to be ignored altogether. The qbwrk.conf file format is very similar to the qb.conf format, with just the inclusion of…Queuing Algorithm
Despite the number of processors in a render farm, it is still necessary to order the jobs so that they are dispatched to execution hosts in a deterministic order. Queuing is the process of properly sorting the list of jobs to be executed. Qube ships with…qbhash
qbhash | qbhash | qbhash | qbhash | qbhash | qbhash generate and display the hashed string for a given password Description qbhash takes a clear-text password as input, and displays the hashed (encrypted) string for it. qbhash is used to display the hash…First Come, First Served (FCFS)
The queue algorithm is a simple first-in, first-out system. Jobs are queued out in the order in which they are submitted. In this queuing scheme, jobs are sorted by their IDs, so jobs with lower IDs will be dispatched to run before jobs with higher IDs. I…Special platform section names
There are a few "special" section names that can be used for the different platforms. These will be associated with the Workers using the respective platform. [default] # All workers [winnt] [osx] [linux] Example [linux] worker_cluster = /mylinuxboxes…qblock
qblock | qblock | qblock | qblock | qblock | qblock lock available job slots on a Worker host Description qblock locks the available job slots on a Qube! Worker. Usage qblock [options] hostname… where hostname is the name of the host to be locked. It ca…Hostname section expansion
When defining configuration for many hosts which are numerically named, it is simpler to group them in numeric range definitions. This is accomplished in the header of the configuration: [pfx[000-100]] Example [pfx[000-100]] worker_cluster = /project Here…Development Options
There are a number of different ways to go about doing tweaks and custom development with Qube. Here is a list of the main ones for Qube. SimpleCmd – This python-based framework is a simple way to way to easily create submission dialog interfaces that gen…qbunlock
qbunlock | qbunlock | qbunlock | qbunlock | qbunlock | qbunlock unlock available job slots on a Qube! Worker Description Unlocks the available job slots on a Worker. Usage qbunlock [options] hostname… where hostname is the name of the host to be unlock…