Search
Page 82 of 107. Showing 1,065 results (0.011 seconds)
How to restart the Supervisor
Linux % sudo /sbin/service supervisor restart OSX % sudo launchctl stop com.pipelinefx.supervisor % sudo launchctl start com.pipelinefx.supervisor Windows (Administrative Tools) Click on the Services icon in the Administrative Tools section of the Windows…How to determine the Supervisor configuration
Type the following command to output the Supervisor's configuration information: % qbadmin supervisor --configuration…Writing job logs directly to a shared network filesystem
in each client machine's qb.conf so the client machines will directly access the job log files from disk instead of going through the Supervisor: client_logpath = To test…Worker Configuration
While primary control of Qube Remote Control is the Supervisor, the Worker is responsible for making monitoring the remote host and executing jobs dispatched by the Supervisor. Like the Supervisor, once the Worker is configured, there is little need to re…qb_startjob_init()
This function is called for every thread before executing the qb_hostcmp() function.…Qube Core Installation
Linux: Install the Core RPM (where linux is the type of Linux platform (e.g.. RHEL_WS-3.i386) and ver is the version of Qube): rpm ivh qubever-linux.rpm Windows: Install the qube Core MSI by double-clicking the icon. A short message describing the instal…User Authentication for Worker
In order for jobs to run correctly on the farm, some form of authentication is necessary, typically using a network server such as a Active Directory for Windows servers or NIS/LDAP for Linux/OSX. It is recommended that your farm operate within some syste…Python Installation
This is required only for the Workers running the Jobtypes that are python controlled. If there are none that are used, then this is an optional install. Typically, Linux and Mac OS X come with Python already installed. If not, RPMs should be available on…How to Install Qube from the command line
OS X: mount, install, unmount it: hdiutil attach dmgfile installer -pkg /Volumes/volume/package.pkg -target / hdiutil detach /Volumes/volume Linux: rpm -ivh rpmfile Windows: The msiexec.exe command will perform an MSI installation via the command line. ms…Force a status change through the database
% mysql -u root qube mysql> UPDATE job SET status = 0x140 WHERE id = ;…