vmware-netdumper service shows as "Stopped" in the VAMI or service-control.vmon.log (located at /var/log/vmware/vmon/vmon.log) contains the following traces: Service start operation timed out. Services netdumper failed to start on vMon startup. ErrCode 1 Failed to read json config /etc/vmware/vmware-vmon/svcCfgfiles/jmxThe symbolic link mapping /var/core/netdumps to the dedicated /storage/netdump partition is missing or was recreated as a standard directory. This causes a path mismatch and permission block that prevents the netdumper daemon from passing its health check.
Restore the correct symbolic link and permissions by executing the following commands in a root SSH session:
CRITICAL NOTE: Before proceeding with these steps, you must take a snapshot of the vCenter Server (preferably offline or without virtual machine memory) to ensure you have a safe rollback point.
Remove the incorrect standard directory: rm -rf /var/core/netdumps
Re-establish the symbolic link to the dedicated storage partition: ln -s /storage/netdump /var/core/netdumps
Apply correct ownership to the storage target: chown netdumper:netdumper /storage/netdump
Apply matching ownership to the symbolic link: chown -h netdumper:netdumper /var/core/netdumps
Start the service: service-control --start vmware-netdumper
If the service still fails to start, verify that the start type is not set to "Disabled": vmon-cli -s netdumper If it is disabled, run: vmon-cli -S MANUAL -U netdumper