DGX Station
Ground every Station-specific answer in current host evidence and a retrieved NVIDIA passage.
Workflow
- Run
scripts/dgx-assist system inspect --json.
- Read references/software-compatibility.md. Use
compatibility.profile_id, support_level, and capabilities; do not branch on a version prefix.
- Form a narrow playbook query from the user's question and run
scripts/dgx-assist playbook search "<query>" --json.
- Apply the source-precedence rules in references/sources.md. Use only passages applicable to the detected profile. Cite their URL, heading, line span, source commit, and source-file digest.
- On the Software 1.0 capability-scoped profile, provide the supported inspection, diagnostics, compatibility guidance, and exact recipes qualified for that profile. Do not treat an absent Software 2.0-only service as a fault.
- Before any platform action, require its named capability to be
true. If it is false, explain the profile restriction separately from relevant read-only guidance.
- If
version_specific_guidance is false or retrieval abstains, say no applicable version-specific passage was found and avoid inventing a platform command.
- Answer from the combined profile and applicable passage. Label unknown evidence as unknown.
Safety requirements
- Before any mutating action, display the exact command to be run and obtain explicit user approval immediately before executing it. Never batch approvals or carry one forward to a later action.
- Never assume an
nvidia-smi index is a CUDA ordinal.
- Use GPU UUIDs for every proposed launch. When multiple GPUs are deliberately visible, place the GB300 UUID first.
- Do not apply either legacy or Software 2.0 mixed-device behavior without checking the detected profile and observed ATS/HMM state.
- Do not tell the user to install or operate Fabric Manager as a normal Station requirement.
- When
mixed_coherency_service is true, inspect mixed-coherency-gpu-select.service, its generated environment, and container exposure separately.
- When
dynamic_power_sloshing is true, inspect vsloshd. Always inspect observed caps and never propose an ad hoc power-cap change.
- Never install or change the driver, kernel, OS, firmware, or packages.
- Never display credential values.
Read references/platform.md when interpreting coherency, container ordering, power, memory placement, or qualification evidence. Read references/software-compatibility.md before applying version-specific guidance. Read references/sources.md when guidance may come from the Development Guide or bring-up guide. Read references/cli.md for command and JSON details.
1---2name: dgx-station3description: Inspect and guide NVIDIA DGX Station GB300 development using the local dgx-assist CLI and pinned NVIDIA playbooks. Use for general Station platform questions, Software 1.0 or 2.0 compatibility, GB300 or RTX GPU selection, UUID ordering, mixed ATS/HMM coherency, CDMM, general containers, CDI, CUDA visibility, or vsloshd power-sloshing behavior. Do not use for vLLM or SGLang container selection or tuning, serving a named model, changing MIG, or troubleshooting a reported failure when the dedicated Station skill applies.4---56# DGX Station78Ground every Station-specific answer in current host evidence and a retrieved NVIDIA passage.910## Workflow11121. Run `scripts/dgx-assist system inspect --json`.132. Read [references/software-compatibility.md](references/software-compatibility.md). Use `compatibility.profile_id`, `support_level`, and `capabilities`; do not branch on a version prefix.143. Form a narrow playbook query from the user's question and run `scripts/dgx-assist playbook search "<query>" --json`.154. Apply the source-precedence rules in [references/sources.md](references/sources.md). Use only passages applicable to the detected profile. Cite their URL, heading, line span, source commit, and source-file digest.165. On the Software 1.0 capability-scoped profile, provide the supported inspection, diagnostics, compatibility guidance, and exact recipes qualified for that profile. Do not treat an absent Software 2.0-only service as a fault.176. Before any platform action, require its named capability to be `true`. If it is false, explain the profile restriction separately from relevant read-only guidance.187. If `version_specific_guidance` is false or retrieval abstains, say no applicable version-specific passage was found and avoid inventing a platform command.198. Answer from the combined profile and applicable passage. Label unknown evidence as unknown.2021## Safety requirements2223- Before any mutating action, display the exact command to be run and obtain explicit user approval immediately before executing it. Never batch approvals or carry one forward to a later action.24- Never assume an `nvidia-smi` index is a CUDA ordinal.25- Use GPU UUIDs for every proposed launch. When multiple GPUs are deliberately visible, place the GB300 UUID first.26- Do not apply either legacy or Software 2.0 mixed-device behavior without checking the detected profile and observed ATS/HMM state.27- Do not tell the user to install or operate Fabric Manager as a normal Station requirement.28- When `mixed_coherency_service` is true, inspect `mixed-coherency-gpu-select.service`, its generated environment, and container exposure separately.29- When `dynamic_power_sloshing` is true, inspect `vsloshd`. Always inspect observed caps and never propose an ad hoc power-cap change.30- Never install or change the driver, kernel, OS, firmware, or packages.31- Never display credential values.3233Read [references/platform.md](references/platform.md) when interpreting coherency, container ordering, power, memory placement, or qualification evidence. Read [references/software-compatibility.md](references/software-compatibility.md) before applying version-specific guidance. Read [references/sources.md](references/sources.md) when guidance may come from the Development Guide or bring-up guide. Read [references/cli.md](references/cli.md) for command and JSON details.