Search
Page 77 of 111. Showing 1,104 results (0.01 seconds)
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…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.…How do I run the same job on every host?
qbsub --flags host_list command…Installing AfterEffects CS6 and CC on worker nodes
Please perform a full install of AfterEffects on the worker nodes, and note that this will not require a license on each host. A "render engine" install will not install enough components to allow AfterEffects jobs to run properly. As of CS6 it's no long…How do I login to the local "qubeproxy" account on a Worker?
Logging into the "qubeproxy" local user is useful for troubleshooting if you are running in "proxy" mode for that Worker. The "qubeproxy" account is a local machine user account. The username and password for this account is: Username: qubeproxy Password:…How do I reset the proxy password?
Get the encrypted password string by using qblogin: qblogin --display --user proxyuser where proxyuser is the username for the proxy user. After successfully entering the password, an encrypted version of the password will be output. Paste the proxy_passw…