Search
Page 19 of 27. Showing 261 results (0.012 seconds)
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…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…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…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…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…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…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…_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…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; }…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…