Users monitoring EMC VNXe storage arrays with the vnxe_monitor probe (v1.03 or higher) may observe the following symptoms in the probe logs or as alarms in DX UIM:
Polling interval was less than the collection time (600 <= 932) for system DataCollector(probe)Operation failed. Error code: 0x100000a, The system was unable to connect to the storage server.uemcli.exe exits with non-zero exit code: 1.vnxe_monitor (Any version utilizing uemcli.exe)The error 0x100000a indicates a network timeout or connection failure between the UIM Robot hosting the probe and the storage server over port 443.
When multiple storage resources are configured in a single probe instance, and one or more of those resources are decommissioned or unreachable, the uemcli.exe command waits for a network timeout for each sequential command path (e.g., /sys/general, /sys/lic, /env/ps). These cumulative timeouts can cause the total data collection time to exceed the configured polling interval (default 600 seconds), leading to "polling overrun" errors.
To resolve the polling overruns, the unreachable or decommissioned resources must be removed from the probe configuration.
Identify the Failing Resources: Review the vnxe_monitor.log at level 3 or higher. Search for the string Error code: 0x100000a and note the IP addresses associated with those failures.
Verify Resource Status: Confirm with your Storage or Network team if the identified IP addresses are decommissioned or if there is a firewall block on port 443.
Remove Profiles:
Apply and Restart:
uemcli threads and reset the polling cycle.Validation: Verify in the logs that the DataCollector now completes its cycle in less than the polling interval (e.g., collection time < 600).
— Guidance on handling inventory and connectivity failures.