Search

Search

Help

Page 4 of 25. Showing 243 results (0.007 seconds)

  1. database_host

    Synopsis database_host = host Host is the host running the database server. On Linux and Mac, setting this to the empty string (which is the default) will make…
    QubeMay 23, 2018
  2. How to configure the supervisor to send mail

    = mail_administrator = If your email server requires SMTP AUTH, which most modern systems do, you will need to further set up the following 3 parameters: New in Qube 6.9…
    QubeFeb 01, 2017
  3. How to move a MySQL data directory on linux

    into the Supervisor as the root user Stop the Supervisor service: service supervisor stop Stop the postgresql server: service postgresql-pfx stop Copy the current datadir over to the new…
    QubeMay 23, 2018
  4. Maxwell Render Job Submission

    Step by step instructions for submitting Maxwell jobs with Qube! It is not currently possible to submit directly from Maxwell ("InApp" support), so you will submit
    QubeFeb 01, 2017
  5. Verification Steps on the Client

    On a representative client machine when logged in as an artist, do the following checks from the ArtistView UI: Submit a basic "set" job – This verifies that you can…
    QubeJan 14, 2015
  6. _jobLabels

    . When designing a job dependency graph, developers were previously forced to submit the jobs in order of precedence, collecting job ids and using them to initialize the child jobs…
    QubeOct 15, 2014
  7. Metered License Agent Advanced Usage

    to production) mode. --user MLS login user, defaults to $PFX_MLS_USER. --password MLS login password, defaults to $PFX_MLS_PASSWD. --server
    QubeMay 10, 2017
  8. Data Relay Agent Installation and Setup

    The Data Relay Agent (DRA) The DRA serves as a gateway between the collectors and the cloud-based metrics server. It can be installed either on the supervisor, on another…
    QubeMar 14, 2023
  9. Developing a new Job Type submission interface

    Create a submit_*.py script Use as reference the existing submit_*.py scripts, like submit_cmdline.py. Update the qube.py script (to add a submit menu item): Search…
    QubeOct 15, 2014
  10. Job Dependencies

    in flexibility. The technique is straightforward: Submit the first job with qbsub Collect the job ID, say id Submit the dependent job with qbsub --waitfor id Collect the job ID…
    QubeJan 08, 2015