LSF_STRIP_DOMAIN=domain_suffix[:domain_suffix ...]
(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 (:).
LSF_STRIP_DOMAIN=.example.com:.generic.com
In the above example, LSF accepts hostA, hostA.example.com, and hostA.generic.com as names for hostA, and uses the name hostA in all output.
The leading period ‘.’ is required.
Setting this parameter only affects host names displayed through LSF, it does not affect DNS host lookup.
After adding or changing LSF_STRIP_DOMAIN, use lsadmin reconfig and badmin mbdrestart to reconfigure your cluster.
EGO_STRIP_DOMAIN
Not defined