DNS lookup customization properties

These properties apply to DNS lookup customization.

com.collation.platform.os.disableDNSLookups=false
The default value is false.

Valid values are true or false. If you change the property to true, DNS lookups are disabled for the TADDM server.

com.collation.platform.os.disableRemoteHostDNSLookups=false
The default value is false.

Valid values are true or false. If you change the property to true, name lookups (DNS only) are disabled on remote discovered hosts. This property forces all name lookups to occur on the TADDM server.

com.collation.platform.os.command.fqdn=nslookup $1 | grep Name | awk '{print $2}'
The default value is nslookup $1 | grep Name | awk '{print $2}'.

This command is used to find the fully-qualified domain name (fqdn). In most situations, this property is not needed because the default fully qualified domain name (FQDN) algorithm works in most production environments. If this property is not needed, you must comment it out. However, in environments where the fully-qualified domain name is to be derived from the host name, you might enable this property. For example, enable this property if the host names are configured as aliases in DNS.

If this property is used, ensure that DNS is available and properly configured. Otherwise, the nslookup command is likely to fail or have a slow response time.

If enabled, this property is only used on the TADDM server. Currently, only AIX®, and Linux® operating systems are supported. This property is not supported on a Windows TADDM server.