VDA Registration fails when a VDA version’s Functional Level is lower than its Machine Catalog’s Minimum Functional Level

VDA Registration fails when a VDA version’s Functional Level is lower than its Machine Catalog’s Minimum Functional Level

book

Article ID: CTX239687

calendar_today

Updated On:

Description

Example scenario: A Machine Catalog is created with a Functional Level of 1811 (or newer).  This equates to a MinimumFunctionalLevel value of 7_20. A 7.18 version VDA is included in this Machine Catalog and subsequently fails to register with the Delivery Controller. VDA version 7.18 equates to a FunctionalLevel value of 7_9.

The registration error can be seen in Studio.
On the Details tab for the Delivery Group:
User-added image

And in the Search view for the VDA:
User-added image


Running the Citrix Health Assistant on the VDA will produce a VDA registration status failure message, but note that none of the previous checks in the diagnostics process are showing any failures related to functional levels:
User-added image

Resolution

Either upgrade the VDA install version to be equal or higher than the Machine Catalog’s MinimumFunctionalLevel value, or include the VDA in a Machine Catalog with a MinimumFunctionalLevel value that supports the FunctionalLevel of the VDA.

Notes:
  1. The 7.9 (or newer) functional level is the default selection when creating Machine Catalogs in Studio (at time of writing).
  2. During Machine Catalog creation, if you select 1811 (or newer), VDAs at version 1811 or later are eligible to register.
  3. To check the minimum functional level (MinimumFunctionalLevel value) of a Machine Catalog, use the Get-BrokerCatalog PowerShell cmdlet. To check the functional level (FunctionalLevel value) of VDA in that Machine Catalog, use the Get-BrokerMachine PowerShell cmdlet. To retrieve a list of all functional levels supported by the Site, use the Get-BrokerServiceAddedCapability cmdlet.

In the image below:
The Machine Catalog Setup wizard will display a warning if a VDA’s FunctionalLevel value is lower than the Machine Catalog MinimumFunctionalLevel value.
User-added image

Problem Cause

The error is expected and by design: A VDA with a FunctionalLevel lower than its Machine Catalog’s MinimumFunctionalLevel does not meet the minimum requirements of that MinimumFunctionalLevel, and so the VDA cannot register with the Delivery Controller.

For the Citrix Virtual Apps and Desktop 7 1811 release, an additional functional level was added: 1811 (or newer). This level is intended for use with future Citrix Virtual Apps and Desktops features. As expected, if the VDA’s FunctionalLevel value is lower than 7_20, it will not meet the minimum requirements and should not be included in a Machine Catalog with a MinimumFunctionalLevel of 7_20.

The mismatch between VDA FunctionalLevel and Machine Catalog MinimumFunctionalLevel can be seen using PowerShell. The machine is unable to register with the Broker because it’s FunctionalLevel value (7_9) is lower than its Machine Catalog MinimumFunctionalLevel (7_20). This is confirmed by the LastDeregistrationReason value “FunctionalLevelTooLowForCatalog”:
User-added image

Additional Information

For further information, read the VDA versions and functional levels section in the Citrix Virtual Apps and Desktops 7 Product Documentation.

Refer to the How to troubleshoot Virtual Delivery Agent (VDA) Registration issues support article when investigation VDA registration issues.