Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    ...

    You should install the Supervisor first, and then any Workers and/or Clients. It is better to have the Supervisor waiting for Workers to show up, than the other way around.

    Table of Contents

    Prerequisites

    Linux

    Linux requires the following be installed on the Supervisor and Worker machines

    ...

    We suggest installing all the required packages with 'yum', as we test against the MySQL versions that ship with that distro.

    Windows / OS X

    ...

    Anchor
    perl
    perl
    Perl

    This is required only for the Workers running the Jobtypes as most are controlled by Perl (with the exception of the cmdline and cmdrange).
    Typically, Linux and Mac OS X come with Perl already installed. If not, RPMs should be available on the distribution CD or by download from the Internet. For Windows, free Perl distributions can be downloaded from ActiveState at www.activestate.com. On Windows, Qube! is compatible with Perl 5.6 to Perl 5.14.

    Anchor
    python
    python
    Python

    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 the distribution CD or by download from the Internet. For Windows, free Python distributions can be downloaded from ActiveState at www.activestate.com. On Windows, Qube! is compatible with Python versions 2.3 through 2.7  .

    Download the Components

    The components are available from the PipelineFX downloads site, via http.

    ...

    1. Disable selinux and firewall using "setup" or available initial boot setup utility

    2. [optional] Mount required network locations using /etc/fstab

    3. Use package installation manager such as yum or apt-get to install "xinetd" & "mysql-server"

    4. Download the required packages for your distribution qube-core, qube-supervisor.  Optionally download qubegui. 

    5. Install qube-core package with command the command: $ rpm –ivh qube-core-*.rpm

    6. Install qube-supervisor package with command the command: $ rpm –ivh qube-supervisor-*.rpm

    7. [optional] Using your favorite editor, edit /etc/bashrc to contain the lines :

    ...

    1. Ensure that the worker has all necessary rendering software installed and licensed.
    2. Disable selinux and firewall using "setup" or available initial boot setup utility.
    3. Mount required network locations using /etc/fstab.
    4. Use package installation manager such as yum or apt-get to ensure "xinetd" is installed.
    5. Download required packages for your distribution: qube-core, qube-worker. Optionally download qubegui and any pertinent jobtypes.
    6. Install qube-core package with command rpm –ivh the command: $ rpm -ivh qube-core-*
    7. Install qube-worker package with command rpm –ivh the command: $ rpm -ivh qube-worker-*Install qube-qui package with command rpm –ivh
    8. The WranglerView UI is a set of python scripts that use the qb python module and wxPython. It is compiled for each platform so it can run independently and not require installation of python, wxPython, or any other libraries. Install the qube-gui package with the command: $ rpm -ivh qubegui*

    Installing the Client

    1. Install the ArtistView UI with the command:  rpm -ivh qubeArtistView-<ver>.<linux>.rpm
    2. Make sure that /usr/local/pfx/qube/bin is in the user's PATH variable

     

    Windows

    Qube! CoreInstalling the Supervisor

    1. Install the qube Core MSI by double-clicking the icon. A short message describing the installation will be displayed. If you need to stop the installation, click Cancel at any time.

    Qube! Supervisor:

    1. Install the Qube Supervisor MSI by double-clicking the icon. A short message describing the installation will be displayed. If you need to stop the installation, click Cancel at any time:
    2. Once installed, the Supervisor daemon starts up, and the system will be configured to automatically start up the Supervisor anytime the host is rebooted.
    3. On Windows, the installer will also install and start up the MySQL service, followed by the installation and start up of the supervisor or qubesupervisor service.

    Qube! Installing the Worker:

    1. Install the Qube Worker MSI by double-clicking the icon. A short message describing the installation will be displayed. If you need to stop the installation, click Cancel at any time.

    Installing the WranglerView UI

    ...

    1. Double–click the .MSI file to install the GUI.
    2. Follow the step–by–step instructions in the MSI installer application.
    3. From the Start Menu, select PipelinefxQube to launch the GUI

    OS X

    ...

    Installing the Supervisor

    1. Double-click the downloaded .dmg file in order to mount tie the image containing the .pkg file. Open the disk image. Double-click the qube-core .pkg file to launch the Installer..
    2. The Installer will present a series of screens. Click Continue to proceed. If you need to abort the installation, select Quit from the File menu:

    3. Installation of the Qube software requires authentication by an Administrative user. If not running as root,tType in the user name and password of a user with Administrator privileges and click OK to continue with the installation: 

    Install the Supervisor

    Install with the platform-specific installer process listed below. Once installed, the Supervisor daemon starts up, and the system will be configured to automatically start up the Supervisor anytime the host is rebooted.
    On Windows and OS X, the installer will also install and start up the MySQL service, followed by the installation and start up of the supervisor or qubesupervisor service.

     

    OS X:

    1. Double-click the downloaded .dmg file in order to mount tie image containing the .pkg file. Open the disk image. Double-click the qube-supervisor .pkg file to launch the Installer.
    2. The Installer will present a series of screens. Click Continue to proceed. If you need to abort the installation, select Quit from the File menu:
    3. Installation of the Qube software requires authentication by an Administrative user. If not running as root,tType in the user name and password of a user with Administrator privileges and click OK to continue with the installation:

    Worker Installation

    Linux:

    1. Install the Worker daemon RPM:
    2. rpm ivh qube-workerver--linux.rpm

    Where linux is the type of Linux platform (e.g.. RHEL_WS-3.i386) and ver is the version of Qube.

     

    OS X

    1. Once installed, the Supervisor daemon starts up, and the system will be configured to automatically start up the Supervisor anytime the host is rebooted.
    2. On OS X, the installer will also install and start up the MySQL service, followed by the installation and start up of the supervisor or qubesupervisor service.

    Installing the Worker

    1. Double-click the downloaded .dmg file in order to mount tie image containing the .pkg file. Open the disk image. Double-click the qube-worker .pkg file to launch the Installer.
    2. The Installer will present a series of screens. Click Continue to proceed. If you need to abort the installation, select Quit from the File menu: 
    3. Installation of the Qube software requires authentication by an Administrative user. If not running as root, Type in the user name and password of a user with Administrator privileges and click OK to continue with the installation:

    QubeGUI Installation

    The QubeGUI is a set of python scripts that use the qb python module and wxPython. It is compiled for each platform so it can run independently and not require installation of python, wxPython, or any other libraries.
    Linux:

    1. Install the QubeGUI RPM:
    2. rpm ivh qubeguiversionreleaseos.platform.rpm
    3. Launch it from /usr/local/pfx/qube/bin/qube

    ...

    Installing the WranglerView UI

    1. Double–click on the .dmg file to mount the disk image file. Open the disk image, and double–click the .pkg file to begin the GUI installation.
    2. Follow the step–by–step instructions in the Installer application.
    3. Double–click the qube icon to launch the GUI under /Applications/pfx/qube.

    ...

    Tip
    titleNote

    You can install these jobtypes centrally on a network fileserver. See the configuration parameter worker_template_path for the search path used by the Workers for their jobtypes.

    ...

    This is required only for the Workers running the Jobtypes as most are controlled by Perl (with the exception of the cmdline and cmdrange).
    Typically, Linux and Mac OS X come with Perl already installed. If not, RPMs should be available on the distribution CD or by download from the Internet. For Windows, free Perl distributions can be downloaded from ActiveState at www.activestate.com. On Windows, Qube is compatible with Perl 5.6 to Perl 5.14.

    ...

    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 the distribution CD or by download from the Internet. For Windows, free Python distributions can be downloaded from ActiveState at www.activestate.com. On Windows, Qube is compatible with Python versions 2.3 through 2.7  .