3
Table Of Contents
- Apple Qmaster 3 User Manual
- Contents
- Welcome to Apple Qmaster
- Using Apple Qmaster 3
- The Apple Qmaster Distributed Processing System
- The Apple Qmaster Interface
- Installing Apple Qmaster, Shake, and Other Applications
- Setting Up Rendering Services and Shared Storage
- Submitting Batches for Apple Qmaster Processing
- Using Nodes Without Apple Qmaster Installed
- Setting Environment Variables in Apple Qmaster
- Using the Command Line in Apple Qmaster
- Installing Apple Qmaster from the Command Line
- Shell Commands for Configuring Service Nodes and Cluster Controllers
- Shell Commands for Submitting Apple Qmaster Jobs
- Shell Commands for Submitting Compressor Jobs
- Shell Commands for Monitoring Batches
- Using Scripts to Run Apple Qmaster, Compressor, and Batch Monitor
Batch Monitor Script Example
#!/bin/csh -f
#
# set env var, BATCHMONITOR_LOCATION if not set
#
if ${?BATCHMONITOR_LOCATION} == 0 then
pushd `dirname $0` >& /dev/null
setenv BATCHMONITOR_LOCATION
"/Applications/Utilities/Batch Monitor.app/Contents/MacOS"
popd >& /dev/null
endif
#
# launch Batch Monitor
#
exec "${BATCHMONITOR_LOCATION}/Batch Monitor" $argv:q
42 Chapter 1 Using Apple Qmaster 3










