Search
Page 10 of 30. Showing 296 results (0.017 seconds)
Proxy mode
If you wish to set up your Qube Workers to run as a specified user, use "proxy mode". When using proxy mode (proxy execution mode as "proxy"), you may want to designate…How do you remove a duplicate "down" host?
I think you can remove the offending host by using qbadmin and referring to it by the MAC address: qbadmin worker --remove 00:30:48:5A:71:5D If that doesn't worker, you'll…Verification Steps on the Supervisor
). If this is encountered, see the License Installation section to install or reinstall the license. Verify Workers are registered – Click on the Host Layout and check that all…Writing job logs directly to a shared network filesystem
users: This is a bit tricky to set up with a Windows supervisor and workers. You need to ensure that the worker and supervisor services can access the shared filesystem, which…Introduction and Overview
! workers, machines that run jobs. A client can also be a worker. The Qube! supervisor, which controls what jobs are sent to which workers. Installation in a nutshell: Install…I'm getting "file not available" errors on my Windows jobs
Most likely, your drives are not mapped correctly on the Worker. Here are some notes on how to make sure your Workers can properly map drives at execution time: The Worker…qb_domain
use a non-default value. A qube supervisor will not respond to any request or transaction from a worker or client whose qb_domain value does not match it's own. If a supervisor…workerLock.py
#!/usr/bin/env python """ This script will lock the worker and then loop forever until it's killed. When killed with the SIGTERM signal, it will unlock the worker. It is meant…What does a job CPUs, a job's subjobs, and the Host Resource "host.processors" mean with respect to Machine Cores?
(though not limited to 2 cores). Reservations can also be used for reserving things like memory or licenses for each process. Worker Terms host.processors: This is the number…How to use qbwrk.conf
Below is a brief description of a few commonly used properties to setup the global qbwrk.conf which is distributed to workers with the command "qbadmin w --reconfigure…