Search

Search

Help

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

  1. ArtistView Release Notes

    Qube 6.4Mar 18, 2013
  2. _workerTemplatePath_Gotchas

    Several important things to take note of are: On Windows, you must use UNC and the path separator is a forward slash "/". This worker_template_path should always contain the location of the local jobtypes (the default worker_template_path value). Compiled…
    Qube 6.4Jan 09, 2013
  3. _licenseInstallation

    The Qube license file contains the keys for both the supervisor and worker, and: must be installed on the supervisor must be named qb.lic Qube license keys can be installed either with the WranglerView utility or creating and editing the license file by…
    Qube 6.4Mar 22, 2013
  4. Basic python job submission III. SimpleCmd Compatibility and Application Specific Parameters

    Next, we will learn how to populate a job dictionary keeping the UI in mind. Doing so will allow the job to be resubmitted through the UI. In order to understand how to create a job that will properly populate a UI for resubmission, we must first know ho…
    Qube 6.4May 24, 2013
  5. Windows QuickStart Notes

    Windows installation is done with .msi files, simply double-clicking on them while logged in as a user with administrative privileges will start the installation.…
    Qube 6.4Jan 09, 2013
  6. Supervisor and Worker Log Rotation

    The Qube supervisor and workers communicate between themselves in order to coordinate the dispatch and running of jobs, and log this communication in the supelog and workerlog files respectively. Over time, these logs may become very large, can consume a…
    Qube 6.4Mar 25, 2013
  7. The simplest test job

    The simplest test possible is to submit a job that simply runs the "set" command, which does nothing but print out the operating system's environment variables. You can see what it's expected to do by opening a cmd prompt on Windows or a Terminal on OS X…
    Qube 6.4Jan 09, 2013
  8. Basic dependencies

    The next step is to understand basic dependencies In this example, we use the job's dependency field to set up a job-based dependency. Job based dependencies are those that will wait for the entire dependent job to finish before the current job starts.…
    Qube 6.4May 24, 2013
  9. Basic Installation Verification

    Verify Supervisor installation On the supervisor, start the Qube WranglerView. It should connect to the supervisor service and show the supervisor hostname and license count in the WranglerView title bar: wranglerViewTitlebar.png The fact that it's sho…
    Qube 6.4Jan 09, 2013
  10. The logrotate.py script

    Usage Usage: logrotate.py [-s -k ] Options: -h --help show this help message and exit -s MAX LOG SIZE, --size=MAX LOG SIZE log size threshold which will trigger a log rotation - eg. 100000000, 100000K 100M, 0.1G -k COUNT, --k…
    Qube 6.4Mar 25, 2013