Question 14
UnclassifiedYou manage 50 DGX nodes in a BasePOD cluster and need to quickly check the overall health status of all GPU systems from a central location.
Correct answer: D
Explanation
nvsm is the NVIDIA System Management tool used to monitor DGX systems from a central point. It provides a quick way to check the overall health status of GPU systems across a BasePOD cluster without logging into each node individually.
Why each option is right or wrong
A. nvidia-smi
B. nvtop
C. dcgmi
D. nvsm
NVIDIA System Management (nvsm) is the centralized management utility for DGX platforms, so it is the appropriate tool when you need a single point of visibility across many nodes in a BasePOD. In this scenario, 50 DGX systems must be checked for overall health from one location, which matches nvsm’s cluster-wide monitoring role rather than per-node inspection or local diagnostics.