Enterprise License Servers
License Servers are discovered a few different ways, depending on which mode the license server was installed. When an Enterprise License Server is installed, an Active Directory registration iscreated under the configuration container in the site to which the license server host belongs. Whenthe license server is installed, the administrator performing the installation must have theappropriate rights in AD to create the object. If not, the registration may not complete and theterminal server may not be able to discover the license server.To verify the entry was successfully created, use ADSIEDIT from the Windows Server 2003Support Tools to check for its existence in the configuration container:
LDAP://CN=TS-Enterprise-License-Server,CN=<sitename>,CN=sites,CN=configuration, DC=<domainname>,DC=com
Under the properties of this object, look for the
siteServers
attribute and check the values. Thisidentifies the registered license server(s) for the Active Directory site.
Recommendations for Discoverability
For the full details on license server discovery, check out my articles on the subject, also availableon this site. To summarize, follow these suggestions to ensure your license servers are easilydiscovered:
•
Install Enterprise-mode license servers in the
same
Active Directory
domain
or
site
as your terminal servers to ensure they are always discovered.
•
If an Enterprise-mode license server is not possible in your environment, load the licenseservice on a domain controller where it is more likely to be discovered.
•
An easy way to ensure the license server is discovered is to leverage the
LicenseServers
registry key located here on each terminal server:HKLM\System\CurrentControlSet\Services\TermService\Parameters\LicenseServersThis overrides the discovery process and will ensure the license server is discovered.
•
Install more than one activated license server in your environment to ensure redundancy.Finally, some additional things to check here are basic network and RPC connectivity, and be surethe license server is online and the license service is started.
License Server Security Group GPO
Windows Server 2003 introduced the ability to control which terminal servers can access a particular license server through the use of a new group policy setting –
License Server SecurityGroup
. If you are leveraging this policy, be sure that the terminal server in question has been addedto the policy so it can access the licensing services.Also check to see if the terminal server in question
is
the license server. There is a known issue inthe new functionality where if the server that requests the license is the same machine as the licenseserver, the operation fails. A hotfix is available to correct this issue and can be obtained fromMicrosoft Product Support Services. See Microsoft KB 834803for more information.
Leave a Comment