Here are some scripts that help with system administration tasks.
job_manager.py
The job_manager.py script runs a job by its identifier as defined in runtime site.conf. It handles such things as not running a job which is already running, killing off jobs which have exceeded their defined TTL, and so on.
install.py
The script checks your system for the required RPMs, installs the missing RPMs, and performs a clean installation of Lab Management.
upgrade.py
The script checks your system for the required RPMs, installs or upgrades needed RPMs, and migrates Lab Management data to the current revision.