Fully Qualified Domain Name (FQDN)
It is usually the main part to construct URLs to reach a given server, for example:
https://internalam.vqcomms.com/#/system
Here the FQDN is “internalam.vqcomms.com
”.
This can then be resolved to the server IP using a DNS query.
Our VQCM VM has three FQDNs configured, all pointing to the same IP but different paths internally: the main, login and Kibana FQDNs. They are configured during installation and can be found on CM-Admin (port 1234).
For internalAM the main FQDN is above, and the other two are:
logininternalam.vqcomms.com
kibanainternalam.vqcomms.com
The installation will propose by default to use “login.MAIN_FQDN
” and “kibana.MAIN_FQDN
”, but it can vary as seen above