Search
Page 52 of 1,195. Showing 11,950 results (0.016 seconds)
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…Service mode vs. Desktop User mode, and how the worker handles authentication
The Qube worker can run either as a daemon (a "system service" on Windows), or a user process. When it runs as a daemon, it's said to be running in service mode. When it's run as a user process, it's said to be running in Desktop User mode. Service mode…Worker Startup Process
When a Worker starts up, it performs the following actions to configure itself and locate the Supervisor. Start up and initialize with default configuration settings. Read the local qb.conf configuration file, and override the default configuration with a…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 -…Local Worker Configuration
All Worker parameters can be configured locally in the Worker's qb.conf file. These parameters can be specified by either one of two ways: From the QubeGUI under "Administration->Configure (local)…". This will modify the qb.conf for the user and then prom…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…Centralized Worker Configuration (QubeGUI interface)
The central worker configuration can be managed through the WranglerView from the supervisor. Show the configuration dialog This menu item is only enabled when: running the WranglerView on the supervisor host AND the user has the qube 'admin' privilege Se…