Search
Page 70 of 111. Showing 1,104 results (0.011 seconds)
How to restart the Supervisor
Linux % sudo /sbin/service supervisor restart OSX % sudo launchctl stop com.pipelinefx.supervisor % sudo launchctl start com.pipelinefx.supervisor Windows (Administrative Tools) Click on the Services icon in the Administrative Tools section of the Windows…Client Configuration
Compared to the Worker, client configuration is a very simple process. About the only thing that requires configuration is the name of the Supervisor. The Supervisor setting can be explicitly set, or it can be determined using autodiscovery. Like the Work…How to determine the Supervisor configuration
Type the following command to output the Supervisor's configuration information: % qbadmin supervisor --configuration…Worker Configuration
While primary control of Qube Remote Control is the Supervisor, the Worker is responsible for making monitoring the remote host and executing jobs dispatched by the Supervisor. Like the Supervisor, once the Worker is configured, there is little need to re…How to locate all supervisors on the same network subnet
The following command will use the Qube autodiscovery system to locate all Supervisors on the network subnet. Typically, there should only be one, but if you've experimented with multiple Supervisors or reinstalled one on another machine, it may have inad…Preventing_allowing job submission
In order to do major maintenance on a Supervisor, you will want to shut down its major functions, namely accepting jobs and dispatching them to hosts. The following command will prevent the Supervisor from accepting job submissions: % qbadmin supervisor -…Starting_stopping job dispatch
After disabling job submission to the Supervisor, you will also want to prevent the Supervisor from dispatching additional jobs to hosts. The following command will stop Supervisor job dispatch: % qbadmin supervisor --set stop_activity The following comma…Scoped Resources
Scoped resources are similar to global resources in that they govern a resource available to the entire system. However, they may also be restricted on a per-host basis as well. For example, a site may have a certain number of software licenses, and be re…License Resources
License resources work exactly like global resources with the added advantage that they can be dynamically updated in the Supervisor by an external application. Normally, as jobs are dispatched and executed, the Supervisor continually updates the global r…Per-Host License Resources
Per-host license resources are similar to the original license resources in that they act exactly like global resources with the added benefit of being dynamically updated in the Supervisor by an external application. Per-host license resources differ fro…