Search
Page 33 of 111. Showing 1,104 results (0.012 seconds)
Log Files
Qube produces a number of different log files, each serving a different purpose. These log files may be stored locally, on a shared file system or both. The log files are an important means to troubleshoot problems, and they serve to document executed job…User Permissions
Qube contains a permissions mechanism to allow administrators to control user access. The permissions are broken down into several classes: Administrative Submission Job Control The default permission set is configured by supervisor_default_security in th…System-wide Resource Tracking
Qube offers automatic resource tracking to monitor and control the farm's total usage of finite compute resources. For example, it may be used to track resources such as floating software licenses, or the number of simultaneous jobs accessing a particular…supervisor_flags
Synopsis supervisor_flags = integer mask or comma-separated list Mask sets some global Supervisor configuration parameters. Sum the settings to determine a composite value enabling each setting or list them in text form delimited by commas. Values enforce…supervisor_global_resources
Synopsis supervisor_global_resources = resourcespec supervisor_global_resources = resourcespec,resourcespec… This string defines the global resources. It doesn't affect the total number of already reserved resources as they are tracked even after a restar…supervisor_heartbeat_interval
Synopsis supervisor_heartbeat_interval = interval Interval is the duration in seconds, within which the Workers must report their status to the Supervisor. Any Worker not reporting within interval is contacted for a status report before being marked as DO…supervisor_heartbeat_timeout
Synopsis supervisor_heartbeat_timeout = interval Interval is the size in seconds, of a sliding window of time in which a Worker must have contacted the Supervisor. Window begins interval seconds from the current time. Example supervisor_heartbeat_timeout…supervisor_highest_user_priority
Synopsis Supervisor_highest_user_priority = priority New for 6.4. Priority is an integer specifying the highest numerical priority value (smallest number) that an ordinary (i.e. non-admin) user may use to submit or modify a job. Example supervisor_highest…supervisor_host_policy
Synopsis supervisor_host_policy = policy Policy is a designation for how the Supervisor determines which Workers will be allowed to join the farm. Values restricted – hosts must be specified by name or address in the supervisor_worker_configfile restricte…supervisor_id
Synopsis supervisor_id = number Number assigns a unique ID to the Supervisor to identify itself with other Supervisors in the same domain. The number must be between 0 and 3. Example supervisor_id = 3 Defaults 0…