Platform LSF Reference Version 6.2
About install.config
Platform LSF Reference
308
About install.config
The install.config file contains options for Platform LSF installation and
configuration. Use
lsfinstall -f install.config to install LSF using the
options specified in
install.config.
Template location
A template install.config is included in the installation script tar file
lsf6.2_lsfinstall.tar.Z and is located in the lsf6.2_lsfinstall directory
created when you uncompress and extract installation script tar file. Edit the file and
uncomment the options you want in the template file. Replace the example values with
your own settings to specify the options for your new installation.
Important
The sample values in the install.config template file are examples only. They are not
default installation values.
After installation, the install.config containing the options you specified is located
in
LSF_TOP/6.2/install/.
Format
Each entry in install.config has the form:
NAME="STRING1 STRING2 ..."
The equal sign = must follow each NAME even if no value follows and there should be
no spaces around the equal sign.
A value that contains multiple strings separated by spaces must be enclosed in quotation
marks.
Blank lines and lines starting with a pound sign (
#) are ignored.