Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
ERROR: Server does not match one of the provided names. Please re-run with the server's full-qualified name (or let QAS choose).
설명
Installing in a non DNS environment and setting the DC name in /etc/host to be something other then the real DC name returns the following error:
ERROR: Server does not match one of the provided names. Please re-run with the server's full-qualified name (or let QAS choose). ERROR: Could not join to the domain
원인
That part of the join is comparing the actual server name, it needs it completely proper so it can make ticket requests properly.
It cldap pings the servers, and uses that response to pick a server from, but if the command lines don't match it, it fails.
vastool info cldap <server>
QAS needs the proper name of the server, as the server knows itself to be called.
해결 방안
You may be able to get around this if you join using an IP address, because then the IP is ping'd and resolved that way.