When using AD to login to the XI server, the AD DNS / Domain Controller servers have to be added to the /etc/resolv.conf file.
The XI server needs to be added to the AD DNS server and resolvable by the XI server, the AD servers as well as the workstations you are using to access the server.
Also, login to the XI server UI, go to the Admin > System Settings menu and verify that the Program URL is setup to use the FQDN.
If you verify the above is done and you still have issues, please run the following and post the output.
Code: Select all
hostname -a
hostname -A
cat /etc/hosts
cat /etc/resolv.conf
cat /etc/nsswitch.conf |grep hosts