Search

Search

Help

Page 1 of 25. Showing 243 results (0.021 seconds)

  1. System-Wide Resource Tracking

    such as floating software licenses, or the number of simultaneous jobs accessing a particular file server. Jobs are submitted with their reservations property specifying the required…
    QubeOct 28, 2015
  2. Starting and Stopping the PostgreSQL Database Server

    Here's how to stop or start the PostgreSQL server on the supervisor machine on a command prompt. Linux: As the "root" user: systemctl stop postgresql-pfx systemctl start…
    QubeOct 13, 2020
  3. How to submit a job that will wait until later to run

    It's possible to submit a job that will remain in a "blocked" state until a certain time on a specific day, at which time it will then automatically go into a "pending…
    QubeSep 14, 2016
  4. How do I submit a frame render using qbsub?

    Bear in mind that when you submit a command via qbsub, the Supervisor dispatches as many "subjobs" as you ask for with the "--cpus" option. Each subjob will execute…
    QubeOct 15, 2014
  5. Using the --type and --data with qbsub to submit a job

    to submit an miGen job, check the xja file in the job log directory for the tags and use the contents as a template.…
    QubeOct 15, 2014
  6. Renders submitted through the command line fail or lock up

    and AfterEffects. The worker must be notified not to use the JobObject. To do this, specify the disable_windows_job_object flag when submitting your jobs ex. qbsub --flags…
    QubeOct 15, 2014
  7. Submitting Jobs

    Here is a list of commonly used job-types with expandable explanations. These can be used as a guideline for all job-types as many of the preferences are the same.…
    QubeOct 20, 2014
  8. Use the Metered License Server public REST API to retrieve the usage records for your supervisor

    Purpose of this REST API endpoint The data reported by your site's Metered License Agent is available to you should you wish to download this data in order to generate your own charts or reports in-house. Basic Usage Do an initial retrieval of all data…
    QubeJun 07, 2017
  9. What if I want to submit jobs to only run on a certain set of hosts?

    The simplest way to accomplish this is to put the set of workers into a host group. Workers in a host group will accept any job, but jobs will only run on workers that are in the group specified by the job's hosts value. See Also Controlling Host Selec…
    QubeOct 15, 2014
  10. How to submit a job to only empty workers, regardless of slot count

    It can happen that you want to send jobs to the farm and only have them run on workers that have no other jobs running. This is especially handy if your job will run an application that "auto-detects" the number of cores on a machine, and will automatica…
    QubeOct 15, 2014