SBGrid Administration Guide
SBGrid installations allow site-level software control for Administrators
Software Usage Blacklist
Site administrators can prevent the shell initialization files from configuring software on a host by creating an empty file at
/programs/local/conf/disabled-hosts/<hostname>
where hostname -s command. This is useful for encouraging users not to run jobs on bastion hosts, file servers, etc.
Administrator Software Version Overrides
Most of the software titles installed in the SBGrid Suite have several versions available. Typically, we try to provide at least three versions of each software package, although very old or very new applications may have fewer versions.
There are two methods for site admins to configure version overrides using files placed in a /programs/local/conf/ directory.
-
Site-wide Version Overrides A file named site.conf will be read when any SBGrid shell is initialized from the installation.
-
Per-host Version Overrides A file named \<hostname.conf>, where \<hostname> is the output of the
hostname -scommand, will be read after the site.conf on the host matching that hostname.
Precedence
There are three files that will be examined for version overrides during shell initialization. In order from lowest to highest precedence:
- $HOME/.sbgrid.conf (SBGrid configuration file)
- /programs/local/conf/
- $HOME/.sbgrid.conf