The installation parameters for LSF are configured automatically by the interactive installer. The related interactive install dialog window name is shown for each parameter.
If you do not use the interactive installer, specify command-line installation options as needed. The syntax is shown for each parameter.
For silent install with msiexec, the msiexec syntax is:
msiexec /i package_file [parameter_value ...] /quiet
For example, to install a server host and specify the installation directory:
msiexec /i \\hostB\download\lsf8.0_win32.msi SERVERHOSTS=hostM HOSTTYPE=Server INSTALLDIR=C:\LSF /quiet
For silent uninstall, the msiexec syntax is:
msiexec /x package_file /quiet
This parameter is not required for normal installation of a new cluster. Specify the unique Cluster ID of your cluster.
Cluster ID is used to identify different clusters when one host belongs to multiple clusters. It is appended to Windows service names, for example, if your cluster ID is "service", the lim service serving your cluster is named "Platform LIM service" instead of "Platform LIM".