Search
Page 35 of 107. Showing 1,065 results (0.012 seconds)
How to upgrade a client on Linux
You need to uninstall the older Qube components, and then install the newer ones. No data is lost during the uninstall/re-install. _qubeUninstallClientOrder Uninstalling with a single command-line: The Qube rpm's have the dependencies between the supervi…How to upgrade a supervisor on OS X
There is no uninstall on OSX, so you simply stop the services and then install the newer qube packages. No data is lost during the uninstall/re-install. Stopping the Qube Supervisor You will need to stop the qube supervisor before you install over top of…How to upgrade a worker on OS X
There is no uninstall on OSX, so you simply stop the services and then install the newer qube packages. No data is lost during the uninstall/re-install. Stopping the Qube Worker You will need to stop the qube supervisor before you install over top of the…How to upgrade a client on OS X
There is no uninstall on OSX, so you simply install the newer qube packages over top of the older ones. No data is lost during the uninstall/re-install. _qubeInstallClientOrder…supervisor_job_flags
Synopsis supervisor_job_flags = flagslist Sets various job flags, which will be applied to all jobs run on the farm. These cannot be overridden, so use these sparingly. Values _jobFlags Example supervisor_job_flags = "auto_mount"client_job_flags = "auto…How to migrate Qube! supervisor
'@'192.168.1.1'; (replace the ip address in the command with the ip address of your old server) Test the access from the OSX host: Code: mysql -u root -h -B -e "SELECT USER…How to repair the supervisor database <6.4
Log into the supervisor and open a cmd prompt WINDOWS: Windows key + R type in "CMD" hit enter OSX/LINUX: Open a terminal shell window Type in the below to the command prompt: mysqlcheck --repair --all-databases Wait for process to complete…How to implement locking/unlocking an OSX worker at user login/out
/pfx/qube/scripts/workerLock.py sudo chgrp admin /Applications/pfx/qube/scripts/workerLock.py test the permissions and ownership: ls -l /Library/LaunchAgents…Desktop worker service crashing on Windows
Should you find that your desktop worker service is disappearing you can create a scheduled task of the below batch file to ensure that the machines allways have the service running while logged in set a scheduled task that runs every 15 minutes workerc…Worker Power management
We're often asked if all or part of Qube can automatically power up and suspend workers, such as: the Qube supervisor automatically suspending machines when idle for X time. the Qube supervisor automatically powering up machines when required for farm act…