Search
Page 53 of 1,195. Showing 11,950 results (0.016 seconds)
User Mode
To run jobs as the submitting user, one needs to specify each Worker to run in User mode. The execution mode will need to be switched over to user mode. All users will need to register passwords with the Supervisor using the qblogin command so that the wo…Centralized Worker Configuration - Manually editing the qbwrk.conf
An adminstrator can also edit the qbwrk.conf file manually. Here are the steps: Create the qbwrk.conf file, if it doesn't already exist, on the supervisor machine. Linux/OSX: /etc/qbwrk.conf Windows Vista and above: C:\ProgramData\pfx\qube\qbwrk.conf Wi…Database Repair
Performing a database repair is a more exhaustive check of the internal database structure, and so more time is required for each table compared to a simple health check. If a Database Health Check has not yet been performed since the QubeGUI has been sta…Editing the qbwrk.conf (file format description)
Quoting strings in the qbwrk.conf must be done with double-quotes. The use of single-quotes may result in unexpected behavior, or values to be ignored altogether. The qbwrk.conf file format is very similar to the qb.conf format, with just the inclusion of…Sections with Key_Value Pairs
The qbwrk.conf file is broken up into sections containing key/value pair settings. Each section is described by a header between brackets "[" and "]". Section names may only consist of the characters a-z, A-Z, 0-9 and "_". As for the key/value pair format…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 and create proxy user account (or use the local "qubeproxy"). If the network uses Acti…Scoped Resources
Scoped resources are similar to global resources in that they govern a resource available to the entire system. However, they may also be restricted on a per-host basis as well. For example, a site may have a certain number of software licenses, and be re…Special platform section names
There are a few "special" section names that can be used for the different platforms. These will be associated with the Workers using the respective platform. [winnt] [osx] [linux] Example [linux] worker_cluster = /mylinuxboxes…Hostname section expansion
When defining configuration for many hosts which are numerically named, it is simpler to group them in numeric range definitions. This is accomplished in the header of the configuration: [pfx[000-100]] Example [pfx[000-100]] worker_cluster = /project Here…Worker Drive Mounting
Since the Qube Worker runs as a service and is independent of the logged in user, one should use machine-centric mounts. The preferred method is NFS static mounts. On Windows, UNC paths are recommended. Make sure that the user that the Worker processes us…