When simulating or validating network redundancy in a vSAN 2-node Direct-Connect topology (e.g., by administratively downing an physical uplink/vmnic), the following symptoms are observed:
vmkping command between hosts over the remaining active link is successful.iperf3 to verify paths may result in the following error: iperf3: error - unable to start listener for connections: Operation not permittedesxcli network nic down or physical cable disconnection.The vSAN Proactive Network Performance Test uses a circular list logic to initiate iperf3 sessions between all hosts in the cluster.
iperf3 session mapped to that hardware path fails.appDom) that prevents applications from binding to listening ports.This behavior is a limitation of the proactive test's reporting logic and does not necessarily indicate a total loss of vSAN data path connectivity.
During a degraded network state (failover validation), rely on CLI-based verification rather than the Proactive Network Performance Test.
iperf3 testing is required and it returned the "Operation not permitted" error, temporarily disable the security policy# Disable the security policy
localcli system secpolicy domain set -n appDom -l disabled
# Run the iperf3 test
/usr/lib/vmware/vsan/bin/iperf3 -s
# Re-enable the security policy after testing
localcli system secpolicy domain set -n appDom -l enforcing