Platform LSF Reference Version 6.2
win_install.config
Using Platform LSF on Windows
635
Parameters
Required
parameters
The following parameters are required and must be defined:
◆
“INSTALL_OPTION”
◆
“LSF_TOP”
◆
“LSF_CLUSTER_NAME”
◆
“LOCAL_DIR”
◆
“SERVICE_ACCT”
Optional
parameters
The following parameters are optional:
◆
“LIM_PORT”
◆
“LSF_CLIENTS”
◆
“LSF_DYNAMIC_SERVERS”
◆
“LSF_SERVERS”
◆
“SERVER_HOST”
If LSF_SERVERS, LSF_DYNAMIC_SERVERS, and LSF_CLIENTS are not defined,
the local host is installed as LSF_SERVER.
INSTALL_OPTION
Syntax
INSTALL_OPTION="
installation_type"
Description
Required—defines the intended action of this particular setup session.
Valid Values
◆
ADD_HOST
◆
UPGRADE_HOST
◆
UNINSTALL_HOST
◆
UNINSTALL_ORPHAN_HOST
Use UNINSTALL_ORPHAN_HOST if hosts are left over after using
UNINSTALL_HOST. This can happen when you uninstall a cluster before removeing
LSF from all dynamic host.s When using UNINSTALL_ORPHAN_HOST, only
LSF_CLUSTER_NAME is required. LOCAL_DIR, LSF_SERVERS, LSF_CLIENTS,
and LSF_DYNAMIC_SERVERS are optional. Other parameters are ignored.
Example
INSTALL_OPTION="UPGRADE_HOST"
Default
None—required parameter
LIM_PORT
Syntax
LIM_PORT=
integer
Description
Optional—defines the port number for adding non-shared hosts to the cluster. You
must also set SERVER_HOST. Without SERVER_HOST set, LIM_PORT is ignored.
Valid Values
Must be an unused port number.
Example
LIM_PORT=6879
Default
None
See also
SERVER_HOST