Search
Page 76 of 1,195. Showing 11,950 results (0.015 seconds)
How do I run the Supervisor service as some other user on Windows?
In the Services Control Panel, right-click the qubesupervisor service and select Properties from the menu. Click the LogOn tab and then click the radio button to set "This Account" with the proper login and password. Remember, the supervisor will read fro…How do I restart the Worker remotely? (Windows)
Submit a remote job: qbsub --host hostname "net stop qubeworker && net start qubeworker" (Alternate) Install sshd from Cygwin ssh hostname "net stop qubeworker && net start qubeworker"…How to submit a job to only empty workers, regardless of slot count
It can happen that you want to send jobs to the farm and only have them run on workers that have no other jobs running. This is especially handy if your job will run an application that "auto-detects" the number of cores on a machine, and will automatica…How do I backup the Supervisor?
You can use standard backup tools. Here is a list of files that are critical: supervisor_logfile: /var/spool/supelog supervisor_logpath: /var/spool/qube qb_directory: /usr/local/pfx/qube /etc/my.conf /etc/qb.conf /etc/qbwrk.conf /etc/init.d/supervisor inn…How do I reboot the Workers remotely?
To reboot a Worker: qbadmin worker --reboot hostname Reboot all Workers (Windows): qbsub --flags host_list shutdown r…Migrating Supervisor to new host
See How to migrate Qube! supervisor…KB Running Jobs
How do I centralize my worker job logs?
One can place all of the job logs (containing stdout,stderr,etc) directly in a central location. This requires modifying the configuration for both the Supervisor and the Workers. On the Supervisor, open the Configuration GUI. Under Supervisor Settings->P…What directory will my job run in?
It will run in the same directory as it was submitted in, as long as that directory is valid on the executing Worker.…KB AfterEffects
…