Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IQ Config Mgmt Infrastructure
Known Affected Versions:
8.1.0, 8.1.0.1, 8.1.0.2
Opened: Sep 06, 2021 Severity: 3-Major
After upgrading to BIG-IQ version 8.1 and discovering devices and importing their services, BIG-IQ returns the following error:"No enumerator component defined for this kind".
Discovery fails for some BIG-IP devices.
This occurs during device discover post-upgrade.
Steps to turn off the performance fix: 1. Open /var/config/rest/config/restjavad.properties.json on primary CM node console 2. Search for the "global" section which looks as below "global" : { "discovery" : { }, "deployment" : { }, "remove": { } }, 3. Modify the global section by adding new property as below to turn off performance fix "global" : { "discovery" : { }, "deployment" : { }, "remove": { }, "differencer" : { "importPerformance" : false } }, 4. Restart restjavad daemon bigstart restart restjavad
None