ノード上のeth2のRXエラーに関するアラートがクラスターで報告されます。管理者は問題のCVMにログインし、data / logs / syststatsフォルダー内のping_ *ファイルを確認し、断続的なpingの損失に気づきます。
問題のノードのネットワーク構成は次のとおりです。

このノードで実行されているVMを中断せずにトラブルシューティングするには、どのアクションを使用する必要がありますか?
正解:C
Given the reported RX errors on eth2 and the intermittent ping loss as observed from the CVM logs, the best initial troubleshooting step that avoids VM disruption is to inspect the switch port for errors. Option C,
"Check the port on the switch side for any errors," is the most direct and non-invasive approach to determining if the issue lies with the network infrastructure rather than the server hardware itself or the configuration.
This action helps identify whether the problem is related to the physical connection (e.g., port issues, switch configuration errors) without altering the current active network setup on the Nutanix node. If errors are found on the switch port, adjustments or repairs can be made accordingly, potentially resolving the RX errors without impacting the running VMs.
References:This recommendation follows Nutanix's best practices for network troubleshooting, focusing first on external network components before altering host configurations.