Search
Page 64 of 266. Showing 2,651 results (0.018 seconds)
How to Install Qube from the command line
to the MSI file. Batch Script for Large Installations Below is a batch script that can be modified to suite your environment. Be advised this script should be run as user Administrator…What's new in Qube 6.9
environment variables exposed during the execution of job instances and pre/postflights QB_FRAME_PADDING QB_PADDED_FRAME_NUMBER QB_PADDED_FRAME_START…File Menu
Preferences - Open the Preferences dialog for the QubeGUI. This is different from the Client, Supervisor, and Worker configuration (Administration->Configure). On OSX…File Menu
Preferences - Open the Preferences dialog for the QubeGUI. This is different from the Client, Supervisor, and Worker configuration (Administration->Configure). On OSX…_SimpleCMD_QubeUIJobEnvironment
Job_Environment.png CWD Current Working Directory to use when running the job. Environment Variables Environment variables override when running a job. You can specify…How to have the worker service run as a particular user on Windows
Configure the service to log on a a particular user. This user must be in the local Administrator's group, and the following User Rights Assigments policies must be applied to both the Administrator's and Network Service groups: replace a process-level t…How to implement locking/unlocking a Windows worker at user login/out
You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock " in the logoff script. To set up logon/logoff scripts for…How to implement locking/unlocking a Linux worker at user login/out
KDM: In /usr/share/config/kdm, create the files: Xstartup (run a logon) Xreset (run at logoff) GDM: In /etc/gdm, create the files: PostLogin/Default (Logon) PostSession/Default (Logoff) This is the script that runs on login: MYHOSTNAME=`/bin/hostname` CO…How to implement locking/unlocking a Windows worker at user login/out
You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock " in the logoff script. To set up logon/logoff scripts for…How to implement locking/unlocking a Linux worker at user login/out
KDM: In /usr/share/config/kdm, create the files: Xstartup (run a logon) Xreset (run at logoff) GDM: In /etc/gdm, create the files: PostLogin/Default (Logon) PostSession/Default (Logoff) This is the script that runs on login: MYHOSTNAME=`/bin/hostname` CO…