Search

Search

Help

Page 68 of 1,195. Showing 11,950 results (0.014 seconds)

  1. SimpleCmd

    If you would prefer not to develop a full Job Type frontend and backend, you can leverage the existing cmdline and cmdrange Job Types using the SimpleCmd API. Using SimpleCmd, you can quickly and easily generate submission dialogs for the command line Job…
    Qube 6.5Oct 12, 2012
  2. ArtistView Release Notes

    Qube 6.5Mar 18, 2013
  3. SimpleCmds Location

    The SimpleCmds are stored as Python script files under the simplecmds directory. This directory is dynamically scanned on startup of the QubeGUI whereupon all Python scripts within that directory are then loaded. The simplecmds directory can be found with…
    Qube 6.5Apr 15, 2013
  4. Installing the Worker on Linux

    Ensure that the worker has all necessary rendering software installed and licensed. Disable selinux and firewall using "setup" or available initial boot setup utility. Mount required network locations using /etc/fstab. Use package installation manager s…
    Qube 6.5Aug 16, 2013
  5. 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.5May 10, 2013
  6. Editing existing SimpleCmds

    It is common to edit the default values of the SimpleCmd parameters to tailor them to your site. This can be done by opening up the associated .py file under simplecmds (SimpleCmds Location) and then adjusting the default= values for the options. 1. Locat…
    Qube 6.5Apr 15, 2013
  7. Qube WranglerView Interface

    Below is an introduction to Qube WranglerView menu items and panes…
    Qube 6.5Jan 09, 2013
  8. Enabling Qube to work through a firewall

    It is necessary to have certain ports open for the Qube Supervisor, Worker, and Client machines to communicate. One should either disable the firewall completely on the local machine, or open specific ports for Qube to communicate via TCP/IP and UDP. 5000…
    Qube 6.5Jun 09, 2014
  9. Network Layout

    These are the basic requirements for the Qube! network layout network_layout.png…
    Qube 6.5Apr 19, 2013
  10. Setting Commandline Environment Variables (optional)

    Having the Qube commands available in the path from the commandline can be useful. Here is what is needed to set this up: Linux (~/.cshrc/ or ~/,tcshrc): setenv QBDIR /usr/local/pfx/qube set path = ($path $QBDIR/bin $QBDIR/sbin) Linux (~/.bashrc): export…
    Qube 6.5Jan 16, 2013