Search
Page 68 of 1,195. Showing 11,950 results (0.014 seconds)
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…ArtistView Release Notes
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…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…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…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 WranglerView Interface
Below is an introduction to Qube WranglerView menu items and panes…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…Network Layout
These are the basic requirements for the Qube! network layout network_layout.png…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…