Search

Search

Help

Page 11 of 1,195. Showing 11,950 results (0.016 seconds)

  1. 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…
    Qube 6.4Dec 04, 2012
  2. 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…
    Qube 6.4Nov 06, 2012
  3. 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…
    Qube 6.4Oct 18, 2012
  4. 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…
    Qube 6.4Dec 13, 2012
  5. 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…
    Qube 6.4May 23, 2013
  6. 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…
    Qube 6.4Jun 13, 2013
  7. 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…
    Qube 6.4Oct 17, 2012
  8. 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…
    Qube 6.4Oct 18, 2012
  9. 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…
    Qube 6.4Oct 19, 2012
  10. 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…
    Qube 6.4Oct 17, 2012