Q: 6
[InfiniBand Troubleshooting]
You are troubleshooting InfiniBand connectivity issues in a cluster managed by the NVIDIA Network
Operator. You need to verify the status of the InfiniBand interfaces. Which command should you use
to check the state and link layer of InfiniBand interfaces on a node?
Options
Discussion
Option B
Option B is the right call.
ibstat -d mlx5_X gives the InfiniBand state and link layer directly. D can show link status but won’t show InfiniBand-specific details, which is what you need here. Agree?B gives you both InfiniBand state and link layer, not just generic status. D only shows interface state, might trip folks up.
B . D can trick you since ip link shows state but not the link layer details needed for InfiniBand troubleshooting.
C or D. I went with D since
ip link show dev ib0 does show interface state, which I thought would be enough for status checks. Not sure if I'm missing something about link layer output though. Maybe C is a trap option but still seems close?Feels like D since
ip link show dev ib0 gives state info. Doesn't list InfiniBand link layer details directly, but if the cluster config sticks to Ethernet mode, could be enough. Am I missing a scenario here?B
Maybe D, because in some cluster troubleshooting labs we used
ip link show dev ib0 to check state and status quickly. I think it shows if the interface is up/down and the link type, but maybe it misses some InfiniBand-specific details. Has anyone double-checked output difference?B tbh, D only shows state but misses link layer info. Think B is right since that's what the question wants.
C isn't right, B is. Only B shows both state and InfiniBand link layer, I think. Anyone see something I missed?
Be respectful. No spam.