Search
Page 8 of 40. Showing 393 results (0.012 seconds)
Job type configuration
The purpose of the job.conf is to describe to Qube the vital statistics about the Job Type, and where to find the auxiliary files for both submission and execution…Write Job Troubleshooting
Should you find that you job has failed there are a few things you can check to troubleshoot the issue. 6 incomplete Check that your storage has open permissions…UI "Nuke (loadOnce) Job..."
Below are instructions on your first steps submitting Nuke jobs with Qube! The Nuke Jobtype comes with the standard install of Qube! and does not require a specific…My job package variables are getting truncated
Fix by enlarging the field size of job.data % mysql -u root qube mysql> ALTER TABLE job MODIFY data LONGTEXT;…What if I want to lock down certain hosts to specific groups that will only run jobs submitted to those groups?
As we discussed, a host group is like an "alias" for a set of machines. You can assigned a host to more than one group, but jobs sent to the group will only run on those…Submitting jobs through the QubeGUI without displaying a submission dialog
The "--nogui" option can be appended to the commands as described above so that it will just submit the job without bringing up the submission dialog. All simplecmd…Commandline Options
--configuration display the configuration dialog --setupwizard display the basic setup/configuration wizard Job Submission: --submitJobtype=SUBMITJOBTYPE…Qube 6.4-5 Release Notes
job can be incorrectly left in the "blocked" or "pending" state even though there are no more agenda items to be processed. @INTERNAL: Checker code was added to the statusJob…How to set the starting job id to other than 250
This has to be done with an SQL statement, and should be done after the supervisor installation has been performed. To start numbering new jobs at 1001, run the following…My job is finished but I seem to have pending subjobs
Check to see if you have host_list set as a job flag…