Problem
Some metrics might not be collected in your TrueSight environment even though the required ports are enabled. This situation generally occurs for Monitors (typically Windows Performance Counters) that leverage the WMI protocol to collect data. To solve this issue, it is recommended to set up the WMI service to run as the only process in a separate host and specify a fixed port.
Solution
To solve this issue:
- Ensure that ports 135 and 445 are enabled.
- Set a fixed WMI port using the winmgmt command-line tool:
- At the command prompt, type winmgmt -standalonehost
- Stop the WMI service by typing the command net stop "Windows Management Instrumentation", or use the short name of net stop winmgmt
- Restart the WMI service again in a new service host by typing net start "Windows Management Instrumentation" or net start winmgmt
- Establish a new port number for the WMI service by typing netsh firewall add portopening TCP 24158 WMIFixedPort
- Run the portqry command from the machine where the PATROL agent is running to verify that data can be collected through WMI.
Example:
portqry -n remote_server -e 135
For more information: msdn.microsoft.com/en-us/library/bb219447(v=vs.85).htmlx
Related Topics
- Veritas Cluster Server KM - Unable to Determine Which File is in Read-Only Mode
- KMs Report "Collection Hub is not started. Cannot send the query"
- WBEM-Based KMs/ETLs Stop Working After Upgrading JRE to v17+
- CIM_ERR_FAILED Errors Occur When Running EMC WBEM-Based ETLs with Java v11.0.15 or Newer
- No data collected for HPE XP7/XP8 storage systems in TrueSight Capacity Optimization or TrueSight Operations Management