Issue
Run Discovery to a NetApp Storage server but the discovery stops after the classification stage.
Release
Kingston
Cause
The System Property glide.discovery.sensors.netapp_native_cluster_mode was set to false
Resolution
Set the value of the property glide.discovery.sensors.netapp_native_cluster_mode to true.
Related Links
The instance where this issue was detected had been provisioned initially with the Kingston version. The value of glide.discovery.sensors.netapp_native_cluster_mode is by default true. If the instance was upgraded to Kingston from an earlier version, the value is false.
In the Classifier Probe: HorizontalDiscoveryProbe-Horizontal Patt (/nav_to.do?uri=discovery_classifier_probe.do?sys_id=f9f0a1909f5803003f2492ec757fcfdb) there is a condition script:
DiscoveryStorageUtilities.checkUseNetAppClusterModePattern()
which triggers the script include "DiscoveryStorageUtilities" that makes use of glide.discovery.sensors.netapp_native_cluster_mode in the checkUseNetAppClusterModePattern() function.