Search
Page 9 of 23. Showing 226 results (0.014 seconds)
Jobtypes Submission UI
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…Components & Details
For all of the software components, it is usually required to login as an Administrator account, root, use "sudo", or know the Administrator password (for OSX dialog popup…How do I submit a frame render using qbsub?
the command. That means, if the command is set up to render a range of frames, each subjob will render all those frames, wasting a lot of time and work. If you know how to set up your…How to fix the MySQL error message: Access denied for user 'qube_readonly'@'localhost'
for "this machine". All SQL commands following in BLUE are run with the mysql client utility, which can be found at the following locations: OS X: /usr/local/mysql/bin/mysql…Job Structure
All jobs in Qube have a consistent structure. It is through this structure the Supervisor is able to communicate to the Worker the appropriate instructions for executing…Auto-Wrangling
"auto_wrangling" to enable auto-wrangling. To globally turn on auto-wrangling for all submitted jobs (recommended), include "auto_wrangling" in the "supervisor_job_flags" configuration…How to migrate Qube! supervisor
server. First, on the new server you have to grant access to the root user from the old server. On the new server, at the mysql> prompt: Code: GRANT ALL PRIVILEGES ON *.* TO 'root…supervisor_port
Synopsis supervisor_port = port The network port number the Supervisor will use. Note: This must be configured the same on all Worker hosts and client hosts. Example…client_job_flags
Synopsis client_job_flags = flagslist Sets various client job flags. The flags will be set for all jobs submitted from the client. Values _jobFlags Example…supervisor_default_pgrp_subjob_limit
Synopsis supervisor_default_prgp_subjob_limit = limit Limit specifies the default pgrp limit (maximum number of subjobs a pgrp may run simultaneously) for all users. Value…