FQDN ?
Is there an undocumented class method that will output the FQDN?
$SYSTEM only reports the part of the name concatenated with the namespace. Checking $SYSTEM.INetInfo doesn't provide the full DNS name, only a partial value that matches $SYSTEM.
I can do a call out to the OS to get that value which seems to be the only way I can get the value.
Comments
FQDN is the fully qualified domain name for a specific computer, or host, on the internet.
$SYSTEM returns the (local) name of a machine (where Cache/IRIS is installed), a colon, and the actual namespace. Usually, Cache and IRIS are not exposed to internet.
So the question is, what you need, what you want to do?
$SYSTEM returns the (local) name of a machine (where Cache/IRIS is installed), a colon, and the instance name.
Sorry, my mistake.
Thank you Vitaliy!