Search

Search

Help

Page 19 of 27. Showing 261 results (0.012 seconds)

  1. Global Resources

    Global resources are defined in the Supervisor using the qb.conf file. The configuration parameter is called supervisor_global_resources This subject is covered in depth…
    QubeFeb 01, 2017
  2. supervisor_smart_share_preempt_policy

    This parameter is one of several that configure the SmartShare behavior. Synopsis supervisor_smart_share_preempt_policy = method The pre-emption method the Supervisor
    QubeFeb 01, 2017
  3. Architecture

    to communicate with the Supervisor so that the GUI does not block while waiting for return messages. A request is placed in a Queue that is then processed by a separate thread…
    QubeOct 15, 2014
  4. Why do I get the GUI login window?

    their domain login and password with the Supervisor. That way, the Worker service can authenticate as the submitting user in order to execute the job. The GUI window you see comes up…
    QubeFeb 01, 2017
  5. How to have the worker service run as a particular user on Windows

    either the worker or supervisor service runs unless absolutely necessary. Migrated to Confluence 5.3…
    QubeOct 15, 2014
  6. 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
  7. supervisor_max_metered_licenses

    Synopsis supervisor_max_metered_licenses = number This parameter allows the site-administrator to set the maximum number of metered licenses this supervisor may use at any…
    QubeFeb 26, 2017
  8. _qubeuiPanelJobsDescription

    running the job or supervisor. Prioritize: Change the priority of the selected job. Remove: Stops the job immediately (if running), and permanently removes the job from the qube…
    QubeOct 13, 2020
  9. algorithm.pm

    except me!!! # return 1 if ($host->{"name"} eq "supervisor" and not $job->{"user"} eq "anthony"); # # return 0 if nothing is wrong. # return 0; }…
    Qube / … / Supervisor AlgorithmsOct 15, 2014
  10. qbsub.pl

    Qube! - supervisor for the jobs we want my @jobs = qb::submit($job); for my $job (@jobs) { print "submitted job - id: ", $job->{id}, "\n"; for (keys %{$job}) { print "key…
    Qube / … / PerlOct 15, 2014