Search

Search

Help

Page 82 of 107. Showing 1,065 results (0.011 seconds)

  1. 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…
    Qube 6.4Apr 29, 2013
  2. How to determine the Supervisor configuration

    Type the following command to output the Supervisor's configuration information: % qbadmin supervisor --configuration…
    Qube 6.4Oct 17, 2012
  3. 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
    Qube 6.4Mar 01, 2013
  4. 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…
    Qube 6.4Apr 12, 2013
  5. qb_startjob_init()

    This function is called for every thread before executing the qb_hostcmp() function.…
    Qube 6.4Oct 12, 2012
  6. 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…
    Qube 6.4Oct 19, 2012
  7. 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…
    Qube 6.4Oct 19, 2012
  8. 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…
    Qube 6.4May 10, 2013
  9. 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…
    Qube 6.4Nov 05, 2012
  10. Force a status change through the database

    % mysql -u root qube mysql> UPDATE job SET status = 0x140 WHERE id = ;…
    Qube 6.4Nov 05, 2012