To resolve this issue, you must manually update the system hostname to the FQDN using the command-line interface on the SDDC Manager appliance.
1. Log in to the SDDC Manager appliance as the 'vcf' user via SSH.
2. Switch to the root user using su -
3. Verify the current system status and hostname by running:
nmctl status
Expected output as below:
root@sddc-manager [ ~ ]# nmctl status
System Name: sddc-manager
Kernel: Linux (6.1.164-2.ph5)
Systemd Version: v253.19-17.ph5
4. Confirm if the 'System Name' field displays the short name (e.g., ####).
5. Set the system name to the correct FQDN by executing the following command:
nmctl set-hostname <FQDN_of_SDDC_Manager>
*(Example: nmctl set-hostname sddc-manager.domain.com)*
6. Verify the change by running `nmctl status' again to ensure the System Name now reflects the FQDN.
7. Clear your browser cache and attempt to log in to the SDDC Manager URL. The session should now correctly route to the FQDN.