LSF Version 7.3 - Platform LSF Configuration Reference
LSF_STRIP_DOMAIN
Syntax
LSF_STRIP_DOMAIN=domain_suffix[:domain_suffix ...]
Description
(Optional) If all of the hosts in your cluster can be reached using short host names, you can
configure LSF to use the short host names by specifying the portion of the domain name to
remove. If your hosts are in more than one domain or have more than one domain name, you
can specify more than one domain suffix to remove, separated by a colon (:).
For example, given this definition of LSF_STRIP_DOMAIN,
LSF_STRIP_DOMAIN=.foo.com:.bar.com
LSF accepts hostA, hostA.foo.com, and hostA.bar.com as names for host hostA, and
uses the name hostA in all output. The leading period ‘.’ is required.
Example:
LSF_STRIP_DOMAIN=.platform.com:.generic.com
In the above example, LSF accepts hostA, hostA.platform.com, and
hostA.generic.com as names for hostA, and uses the name hostA in all output.
Setting this parameter only affects host names displayed through LSF, it does not affect DNS
host lookup.
EGO parameter
EGO_STRIP_DOMAIN
Default
Not defined
LSF_TIME_CMD
Syntax
LSF_TIME_CMD=timimg_level
Description
The timing level for checking how long LSF commands run. Time usage is logged in
milliseconds. Specify a positive integer.
Default
Not defined
See also
LSB_TIME_MBD, LSB_TIME_SBD, LSB_TIME_CMD, LSF_TIME_LIM, LSF_TIME_RES
lsf.conf
494 Platform LSF Configuration Reference