Troubleshoot the Splunk OVA for VMware Metrics
Troubleshoot the Splunk OVA for VMware Metrics.
Change collection intervals
Change collection intervals to reduce the load on your Data Collection Nodes (DCNs) and your vCenter Servers.
- Change the time interval for your host inventory job.
- On the instance where your scheduler is running, navigate to
\etc\apps\Splunk_TA_vmware_inframon\default\
. - Open the
inframon_ta_vmware_collection.conf
file. - Change hostinv_interval and hostinv_expiration from the 900 second default to a larger number (maximum 2700 seconds). Keep hostinv_interval and hostinv_expiration at the same number of seconds.
- Save your changes and exit.
- Change the time interval for host performance data.
- On the instance where your scheduler is running, navigate to
\etc\apps\Splunk_TA_vmware_inframon\local\
. - Open the
inframon_ta_vmware_collection.conf
file. - Change hostvmperf_interval and hostvmperf_expiration from the 180 second default to a larger number (maximum 1200 seconds).
- Keep hostvmperf_interval and hostvmperf_expiration at the same number of seconds.
- Save your changes and exit.
Change the NTP server pool list
A computer uses the Network Time Protocol (NTP) to synchronize its time with another reference time source. If you are experiencing time synchronization issues between the indexer, DCN, and vCenter Server, you can change the NTP servers that the DCN uses by editing the /etc/ntp.conf
file.
- Access the
/etc/ntp.conf
file. The following values are defaults for the servers in the file.# Use public servers from the pool.ntp.org project. # Please consider joining the pool (http://www.pool.ntp.org/join.html). server 0.centos.pool.ntp.org server 1.centos.pool.ntp.org server 2.centos.pool.ntp.org
- Replace the default values in the file with your NTP server values.
- Restart
ntpd
using the following command:sudo service ntpd restart
Disable NTP on the data collection node
If your firewall prevents Internet access, you can disable NTP on the data collection node. If you disable NTP, enable VMware Tools Clock Synchronization which establishes the time for the DCN using the ESXi host.
- Log in to Splunk Enterprise as a
splunk
user. - Stop the
ntpd
service using the following command:sudo service ntpd stop
. - Configure
ntpd
so that it does not run when the system starts:sudo chkconfig ntpd off
. - Enable VMware Tools Clock Synchronization using the following command:
vmware-toolbox-cmd timesync enable
. - Confirm that the VMware Tools Clock Synchronization is enabled correctly using the following command:
vmware-toolbox-cmd timesync status
vpxd.stats.maxQueryMetrics error prevents data collection from vcenters
As of version 6.0 VMware vCenter has added a limitation to the number of performance metrics collected by the vpxd.stats.maxQueryMetrics
function. The vCenter 6.0 maxQuerySize
limit is 64 metrics per query. This 64 metric limit is calculated by mulltiplying the number of metrics queried by the number of entities (virtual machines) being queried. For example, querying 8 entities (virtual machines) for 10 metrics from each entity (virtual machine) equals a query size of 80.
To adjust the maxQuerySize
limit:
- Navigate to the advanced settings of vCenter Server, or vCenter Server Appliance.
- Edit the config.vpxd.stats.maxQueryMetrics key.
- Edit the web.xml file.
Configure the Splunk OVA for VMware Metrics | What's new in Splunk OVA for VMware Metrics |
This documentation applies to the following versions of Splunk® OVA for VMware Metrics: 4.3.0
Feedback submitted, thanks!