Search
Page 81 of 111. Showing 1,104 results (0.012 seconds)
Authentication Modes when in Service Mode: user vs proxy
With Qube, you have a choice of running jobs as either a designated proxy user or running jobs as one of the users with an account in the system. This is controlled with the proxy_execution_mode paramteter, which can be set to either user or proxy Conseq…Qube! Database Maintenance (Available only on the supervisor)
Qube! stores all job-related information (with the exception of the job logs) in a set of MySQL databases on the supervisor. When the supervisor host crashes, is powered off without being gracefully shut down, or runs out of disk space, individual tables…Per-Host Global Resources
Per-host global resources are very similar to the original global resources, but differ in that they track resources that are consumed on a per-host basis, not per-instance. For example, they may be used to track application licenses where a single licens…qb_calc_status($subjob, $agenda)
Although the default policy calculation for the job overall status is already defined, for some facilities, this behavior may need to be overridden. By taking the $subjob and $agenda status information, the function is allowed to calculate what the job ov…Installing the Worker on OS X
The Qube Installer can be used as an alternative to the steps below. Qube Installer is the recommended installation method. 1. Mount the qube-core, qube-worker, and qubegui dmg's. worddavc10756a80808ca2070aa13fd3ae47831.png 2. Double click the qube-core…Modifying Right-Click Menus
Go to the desired List widget (ie. JobList.py). Search for the right-click menu. Use the existing items as a template (add a menu item and then attach a callback).…Write Job Troubleshooting
Should you find that you job has failed there are a few things you can check to troubleshoot the issue. 6 incomplete Check that your storage has open permissions for the "qubeproxy" account 7 incomplete Check that the permissions are set to "chmod 777" fo…5. Download and Verify page
Screen shot 2013-02-22 at 3.42.13 PM.png This page will download all requested Qube components. The files will be stored in directories named after the OS for which they were made. The OS directories will be stored next to the qmf file. The qmf file will…Where is the MySQL configuration file?
The MySQL configuration file location is OS-specific. Linux & OSX: /etc/my.cnf Windows (all versions): C:\Program Files\pfx\qube\mysql\my.cnf…Supervisor won't start because it can't open port 50002
There is another system which is included on linux by default which directly conflicts with port numbers we use: 50001 50002 50011 If a site is unable to start their supervisor, they may need to disable the hplip service, or they can change their supervis…