====== Nutanix ====== ===== CVM ===== ==== start NIC HealthCheck ==== ncc health_checks network_checks host_nic_error_check ==== get RX Errors from all Hosts ==== hostssh 'for eth in "eth2" "eth3" "eth4" "eth5"; do ethtool -S $eth |grep -i rx_crc; done'
ncc health_checks network_checks host_nic_error_check
hostssh 'for eth in "eth2" "eth3" "eth4" "eth5"; do ethtool -S $eth |grep -i rx_crc; done'