Search

Search

Help

Page 75 of 1,195. Showing 11,950 results (0.015 seconds)

  1. Temporarily take hosts out of the farm.

    See Worker removal.…
    Qube 6.5May 02, 2014
  2. KB Job Submission

    Qube 6.5Feb 26, 2013
  3. How do you remove a duplicate "down" host?

    See Worker removal…
    Qube 6.5May 02, 2014
  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 the command. That means, if the command is set up to render a range of frames, each subjob…
    Qube 6.5Nov 05, 2012
  5. KB Supervisor

    Qube 6.5Nov 05, 2012
  6. My job is finished but I seem to have pending subjobs

    Check to see if you have host_list set as a job flag…
    Qube 6.5Nov 05, 2012
  7. I can't seem to qbping the Supervisor, even though I know it is up

    Be sure you can ping the supervisor, using the OS "ping" utility. If you cannot, there is a networking issue outside of Qube. Check firewall settings. We prefer that machine-level firewalls are disabled. If you cannot turn off the firewall, open ports 5…
    Qube 6.5Jan 20, 2014
  8. Add a lag between worker job launches

    The qb.conf setting you need to use is: worker_job_start_delay The field is in seconds. worker_job_start_delay = 10…
    Qube 6.5Nov 05, 2012
  9. How to restrict a host to only one instance of a given kind of job, but still allow other jobs

    A Qube job has a "kind" parameter; this is a string which can be set to any value the user desires. It's mostly used to say "Only run one of this kind of a job on a worker at once". This tells the queuing system to filter out all hosts which have this…
    Qube 6.5May 31, 2013
  10. Using the --type and --data with qbsub to submit a job

    Here's a normal command line sleep 1000 qbsub: qbsub sleep 1000 This is how you'd do it with the --data and --type: qbsub --type cmdline --data '(=(cmdline=sleep "1000"))' I found the data string by running qbsub --xml --export job.xja sleep 1000 Examinin…
    Qube 6.5Nov 05, 2012