<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>VMware vCenter Server on Netdata</title><link>https://www.netdata.cloud/tags/vmware-vcenter-server/</link><description>Recent content in VMware vCenter Server on Netdata</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 22 Aug 2026 05:09:03 +0300</lastBuildDate><atom:link href="https://www.netdata.cloud/tags/vmware-vcenter-server/index.xml" rel="self" type="application/rss+xml"/><item><title>VMware Monitoring Software Without Centralized Data</title><link>https://www.netdata.cloud/solutions/technologies/vmware-monitoring/</link><pubDate>Thu, 18 Dec 2025 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/solutions/technologies/vmware-monitoring/</guid><description>Netdata delivers per-second VMware monitoring with zero configuration, built-in ML anomaly detection, and 90% cost savings. Monitor vSphere, ESXi hosts, VMs, and hybrid clouds with true real-time visibility.</description></item><item><title>vCenter '503 Service Unavailable': the vSphere Client will not load</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-503-service-unavailable/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-503-service-unavailable/</guid><description>&lt;p&gt;A 503 from the vSphere Client means the reverse HTTP proxy (&lt;code&gt;rhttpproxy&lt;/code&gt;) accepted the TLS connection but could not reach the backend it routes to. The proxy itself is healthy. One of its dependents, typically &lt;code&gt;vpxd&lt;/code&gt;, &lt;code&gt;vmware-vapi-endpoint&lt;/code&gt;, &lt;code&gt;vmware-stsd&lt;/code&gt; (STS), or the HTML5 client backend (&lt;code&gt;vsphere-ui&lt;/code&gt;), is stopped, still starting, or crash-looping. The error string often reads &amp;ldquo;Initialization of one of the components failed.&amp;rdquo;&lt;/p&gt;&#10;&lt;p&gt;Running VMs are unaffected. The hypervisor plane keeps scheduling and serving I/O. What you lose is the management plane: DRS stops rebalancing, HA cannot be reconfigured, vMotion orchestration is gone, and provisioning is blocked. The urgency is operational visibility and control, not workload survival.&lt;/p&gt;</description></item><item><title>vCenter 'Cannot complete login due to an incorrect user name or password': SSO failures</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-cannot-login/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-cannot-login/</guid><description>&lt;p&gt;The &amp;ldquo;Cannot complete login due to an incorrect user name or password&amp;rdquo; string is the exact message operators see in the vSphere Client, in PowerCLI sessions, and in API responses when SSO authentication fails. The text is misleading: the cause is rarely a typo. For a single user it is usually a credential or permission problem. For every account at once it is an SSO/STS infrastructure failure.&lt;/p&gt;&#10;&lt;p&gt;The first triage question is scope: does the local SSO administrator account (&lt;code&gt;administrator@vsphere.local&lt;/code&gt;) still work? If yes, the STS signing certificate and token service are healthy, and the problem is in an identity source (AD/LDAP) or a service account. If &lt;code&gt;administrator@vsphere.local&lt;/code&gt; also fails, the STS infrastructure itself is broken: expired STS signing certificate, clock skew rejecting SAML tokens, or STS memory pressure.&lt;/p&gt;</description></item><item><title>vCenter /storage/log full: the log-bomb disk death spiral</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-storage-log-full/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-storage-log-full/</guid><description>&lt;p&gt;You log in to the vSphere Client and get a 503, or the UI hangs mid-task. You SSH into the VCSA and run &lt;code&gt;df -h&lt;/code&gt;: &lt;code&gt;/storage/log&lt;/code&gt; is at 100%. The root filesystem may still have plenty of free space, which is why a generic disk-space alert missed it. The VCSA has many dedicated partitions, and they fill independently.&lt;/p&gt;&#10;&lt;p&gt;A single failing service can write gigabytes of logs per hour. STS authentication failures, database connection errors, alarm flapping, or a misbehaving SDK client flooding vpxd with errors will take &lt;code&gt;/storage/log&lt;/code&gt; from 40% to 100% within hours. Once the partition is full, services that try to log crash. vmon restarts them. The restart itself generates more log lines as the service hits the same fault and tries to log it again. The loop is self-reinforcing, and clearing space temporarily makes the next iteration worse because the service can write again, refilling the partition faster.&lt;/p&gt;</description></item><item><title>vCenter /storage/seat full: stats, events, alarms, and tasks outgrowing their partition</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-storage-seat-full/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-storage-seat-full/</guid><description>&lt;p&gt;The &lt;code&gt;/storage/seat&lt;/code&gt; partition on the vCenter Server Appliance (VCSA) holds the vPostgres tables for Stats, Events, Alarms, and Tasks: &lt;code&gt;vpx_event&lt;/code&gt;, &lt;code&gt;vpx_event_arg&lt;/code&gt;, &lt;code&gt;vpx_task&lt;/code&gt;, and the &lt;code&gt;vpxd_hist_stat*&lt;/code&gt; rollup tables. In modern VCSA it is a dedicated mount, so it can fill while &lt;code&gt;/storage/db&lt;/code&gt;, &lt;code&gt;/storage/log&lt;/code&gt;, and &lt;code&gt;/&lt;/code&gt; all show healthy utilization. Operators checking only &lt;code&gt;/&lt;/code&gt; or the VAMI dashboard&amp;rsquo;s &amp;ldquo;VCDB&amp;rdquo; usage will miss it until vpxd refuses to start.&lt;/p&gt;&#10;&lt;p&gt;When &lt;code&gt;/storage/seat&lt;/code&gt; crosses 95% utilization, vpxd refuses to come up to avoid database corruption. Without vCenter: DRS stops scheduling, vMotion is gone, HA cannot be reconfigured, no provisioning, no management operations. VMs on ESXi hosts keep running because the data plane is independent of vCenter, but everything that touches vCenter is broken.&lt;/p&gt;</description></item><item><title>vCenter certificate expired: the STS signing cert outage nobody saw coming</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-certificate-expired/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vcenter-certificate-expired/</guid><description>&lt;p&gt;vCenter is down. Not &amp;ldquo;slow&amp;rdquo; or &amp;ldquo;degraded.&amp;rdquo; Down. The vSphere Client shows a white screen or a 503. PowerCLI sessions fail to connect. API calls return authentication errors. ESXi hosts show as disconnected in bulk. Every integration that depends on vCenter (NSX, vRA, SRM, backup products) has lost connectivity simultaneously. VMs on the hosts are still running, but you cannot manage, migrate, or orchestrate anything.&lt;/p&gt;&#10;&lt;p&gt;You check the browser certificate on the vCenter URL. It looks fine. Months left. You check NTP. Synchronized. You check disk space. Plenty. Nothing in your standard monitoring explains why the entire management plane went dark at once.&lt;/p&gt;</description></item><item><title>vCenter vpxd crash loop: the core service that keeps restarting</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vpxd-crash-loop/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-vpxd-crash-loop/</guid><description>&lt;p&gt;vpxd is the C++ core of vCenter Server. It holds the entire managed inventory in memory, dispatches every management task to ESXi hosts via hostd, runs DRS, executes statistics rollups, and serves every SDK client (vSphere Client, PowerCLI, Veeam, NSX Manager, Aria Operations, custom automation). When vpxd dies, vCenter is functionally down: no provisioning, no vMotion orchestration, no DRS, no HA reconfiguration. VMs already running on hosts keep running, and FDM still restarts them after a host failure, because HA does not depend on vpxd.&lt;/p&gt;</description></item><item><title>VMware vCenter Server Monitoring</title><link>https://www.netdata.cloud/monitoring-101/vsphere-monitoring/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/monitoring-101/vsphere-monitoring/</guid><description>&lt;h2 id="vmware-vcenter-server-monitoring"&gt;VMware vCenter Server Monitoring&lt;/h2&gt;&#10;&lt;h3 id="what-is-vmware-vcenter-server"&gt;What Is VMware vCenter Server?&lt;/h3&gt;&#10;&lt;p&gt;VMware vCenter Server is a centralized platform for managing VMware vSphere environments. It allows administrators to automate and deliver a virtual infrastructure with confidence. vCenter Server provides essential vSphere and ESXi host management capabilities for IT teams.&lt;/p&gt;&#10;&lt;h3 id="monitoring-vmware-vcenter-server-with-netdata"&gt;Monitoring VMware vCenter Server With Netdata&lt;/h3&gt;&#10;&lt;p&gt;Netdata offers a real-time monitoring solution for VMware vCenter Server with its robust &lt;a href="https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/vsphere/?utm_source=website&amp;amp;utm_content=monitoring101"&gt;vSphere collector&lt;/a&gt;. This powerful tool allows you to track host and virtual machine (VM) performance statistics, providing valuable insights into your virtual environments.&lt;/p&gt;</description></item><item><title>VMware vSphere Operations Guides</title><link>https://www.netdata.cloud/guides/vmware-vsphere/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/</guid><description>How vSphere and vCenter actually fail in production, what the early warning signals look like, and the runbooks for the symptoms you&amp;rsquo;ll see in real incidents — across both the ESXi data plane and the vCenter management plane.</description></item><item><title>vSphere 'Virtual machine disks consolidation is needed': clearing the warning without stunning the VM</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-snapshot-consolidation-needed/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-snapshot-consolidation-needed/</guid><description>&lt;p&gt;The &amp;ldquo;Virtual machine disks consolidation is needed&amp;rdquo; warning means the VMkernel left delta VMDKs on the datastore after a snapshot delete that did not fully commit. The VM is still running, but its writes are going through delta files that were never meant to persist.&lt;/p&gt;&#10;&lt;p&gt;The warning is set by &lt;code&gt;VirtualMachine.runtime.consolidationNeeded&lt;/code&gt; in the vCenter inventory. It is distinct from the Snapshot Manager view: a VM can have this flag set while showing zero snapshots in the manager, because the flag tracks orphaned files on the datastore, not the snapshot tree.&lt;/p&gt;</description></item><item><title>vSphere active vs consumed vs granted memory: why the percentage lies</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-active-vs-consumed-memory/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-active-vs-consumed-memory/</guid><description>&lt;p&gt;The &amp;ldquo;Memory Usage&amp;rdquo; percentage on a vSphere host summary is one of the most misread signals in infrastructure monitoring. An 85% number that pages you at 3 a.m. may represent a healthy host with no reclamation at all. The same number on a different host may mean VMs are being actively swapped to disk. The percentage alone tells you nothing useful about either state.&lt;/p&gt;&#10;&lt;p&gt;The host summary percentage is computed from consumed memory divided by physical RAM. Operators interpret this as demand, but consumed is not demand. It is a high water mark that includes idle pages. To reason about memory pressure you must read consumed alongside active, granted, and the reclamation signals (balloon, compression, swap). This article explains what each metric actually measures, why consumed greater than active is normal and expected, and how to tell a healthy 85% from a crisis 85%.&lt;/p&gt;</description></item><item><title>vSphere CPU co-stop high (%CSTP): the SMP vCPU co-scheduling penalty</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-cpu-co-stop-high/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-cpu-co-stop-high/</guid><description>&lt;p&gt;&lt;code&gt;%CSTP&lt;/code&gt; in esxtop is the time a vCPU in a multi-vCPU VM sits halted because the ESXi scheduler is waiting to co-schedule the VM&amp;rsquo;s other vCPUs. In a healthy environment it is essentially zero. Sustained above a few percent on modern ESXi means a sizing or topology problem, not a performance problem you can tune away.&lt;/p&gt;&#10;&lt;p&gt;The classic shape: you give a database 16 vCPUs and it gets slower. The guest OS reports low CPU utilization because the vCPUs are not doing work. They are parked in COSTOP waiting for their siblings. From inside the VM this is invisible. The application runs slowly while the OS reports idle capacity.&lt;/p&gt;</description></item><item><title>vSphere CPU limit hit (%MLMTD): the forgotten MHz cap that silently throttles a VM</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-cpu-limit-maxlimited/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-cpu-limit-maxlimited/</guid><description>&lt;p&gt;A VM is slow. The application team reports degraded throughput. You check the usual suspects: guest CPU utilization is high, but that is expected for a busy workload. Host CPU utilization is moderate, nowhere near saturated. %RDY, the standard vSphere CPU contention signal, is moderate. Everything looks healthy from the hypervisor&amp;rsquo;s perspective, yet the VM is underperforming.&lt;/p&gt;&#10;&lt;p&gt;The missing signal is %MLMTD, the CPU max-limited counter. A CPU limit is an administrative MHz ceiling that silently throttles the VM. The guest OS cannot see it. The host has spare capacity. The scheduler is not contended. The VM hit a cap that someone configured and forgot about.&lt;/p&gt;</description></item><item><title>vSphere CPU ready time high (%RDY): VMs starved while the guest looks idle</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-cpu-ready-time-high/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-cpu-ready-time-high/</guid><description>&lt;p&gt;A database VM takes twice as long to run its nightly batch. Application latency pings fire. You SSH into the guest, run &lt;code&gt;top&lt;/code&gt;, and CPU utilization sits at 25%. Memory is fine. Disk I/O looks normal. Nothing inside the VM explains the slowdown.&lt;/p&gt;&#10;&lt;p&gt;This is the classic signature of CPU ready time in vSphere. The guest OS has no visibility into hypervisor scheduling decisions. When the ESXi CPU scheduler cannot find a free physical CPU for a runnable vCPU, the vCPU waits in the READY state. The guest never learns it was descheduled, so from inside the VM everything looks idle while the hypervisor sees a starved VM.&lt;/p&gt;</description></item><item><title>vSphere datastore latency high: reading GAVG, DAVG, and KAVG</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-datastore-latency-high/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-datastore-latency-high/</guid><description>&lt;p&gt;High datastore latency is the single most common cause of &amp;ldquo;everything is slow&amp;rdquo; in vSphere. Applications time out, guest iowait climbs, and in severe cases VMs lose heartbeats. Storage I/O traverses guest OS, virtual SCSI adapter, VMkernel SCSI stack, storage driver, fabric, and array. A single &amp;ldquo;latency is high&amp;rdquo; reading does not tell you where the time is going.&lt;/p&gt;&#10;&lt;p&gt;Three counters slice that path into layers: GAVG is what the guest sees, DAVG is what the array reports, KAVG is what the VMkernel adds in between. The relationship among the three is the diagnostic.&lt;/p&gt;</description></item><item><title>vSphere HA 'Insufficient resources to satisfy configured failover level': admission control</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-ha-insufficient-resources/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-ha-insufficient-resources/</guid><description>&lt;p&gt;The error &amp;ldquo;Insufficient resources to satisfy configured failover level for vSphere HA&amp;rdquo; is admission control refusing a VM power-on, vMotion, or reservation change because granting it would leave the cluster without enough spare capacity to honor the configured HA failover policy. Admission control is doing its job: protecting the restart guarantee after a host failure.&lt;/p&gt;&#10;&lt;p&gt;The cluster may physically hold more capacity than admission control lets you commit. A cluster with 500 GHz of CPU and 2 TB of RAM may only let you deploy against roughly 70% of that, with the rest held in reserve so HA can restart protected VMs after a host failure. Operators who bought hardware expecting to use all of it hit this wall during provisioning and reach for the disable switch.&lt;/p&gt;</description></item><item><title>vSphere monitoring checklist: the signals every host, VM, and vCenter needs</title><link>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-monitoring-checklist/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/vmware-vsphere/vmware-vsphere-monitoring-checklist/</guid><description>&lt;p&gt;Send this to someone standing up vSphere monitoring for the first time, or rebuilding an alerting setup that pages too often and misses real incidents. It lists the signals worth collecting across the hypervisor plane (ESXi hosts and VMs) and the management plane (vCenter Server Appliance).&lt;/p&gt;&#10;&lt;p&gt;vSphere does not fail like a generic Linux box. CPU contention is invisible from inside the guest. Memory goes from fine to catastrophic in minutes once host swapping starts. A datastore at 99% full looks identical to one at 5% full from inside a VM, until every VM on it halts. And vCenter can degrade for weeks before anyone notices, because DRS, HA, and the API quietly keep working until they don&amp;rsquo;t. Generic CPU/disk/network dashboards miss most of this.&lt;/p&gt;</description></item></channel></rss>