Which command should an administrator run from the CLI to view the uplink state of all AHV nodes in the cluster?
Which command should an administrator run from the CLI to view the uplink state of all AHV nodes in the cluster?
To view the uplink state of all AHV nodes in the cluster, the administrator should use the command that both invokes the `allssh` utility, which allows for executing commands on all nodes in the cluster, and the `manage_ovs show_uplinks` command, which displays the uplink state. Therefore, the correct command is `allssh manage_ovs show_uplinks`, ensuring that the uplink state for all nodes is returned.
You need "allssh" if you want to display the result for all the nodes in the cluster. Without it, you display only one node...
C, https://portal.nutanix.com/page/documents/solutions/details?targetId=BP-2071-AHV-Networking:BP-2071-AHV-Networking
https://portal.nutanix.com/page/documents/solutions/details?targetId=BP-2071-AHV-Networking:top-ahv-network-management.html
https://portal.nutanix.com/page/documents/solutions/details?targetId=BP-2071-AHV-Networking:top-ahv-network-management.html
C, allssh
https://portal.nutanix.com/page/documents/solutions/details?targetId=BP-2071-AHV-Networking:top-ahv-network-management.html