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 hostnames, you can configure LSF to use the short hostnames 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 instance:
LSF_STRIP_DOMAIN=.example.com:.generic.com

In this 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 hostnames 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 parameter

EGO_STRIP_DOMAIN

Default

Not defined