nvidia-datacenter-bringup

Automate NVIDIA datacenter GPU bring-up on Ubuntu 24.04 with health validation.

5|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/air-gapped/skills --skill nvidia-datacenter-bringup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nvidia-datacenter-bringup
Source: https://github.com/air-gapped/skills/tree/main/.claude/skills/nvidia-datacenter-bringup
Command: npx skills add https://github.com/air-gapped/skills --skill nvidia-datacenter-bringup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Bring-up and validation of NVIDIA datacenter GPU hosts (HGX/DGX) on Ubuntu 24.04 LTS, including air-gapped and connected paths, Open-modules driver path, DOCA-OFED, NVLSM, Fabric Manager, MOK enrollment, and Dell iDRAC firmware prerequisites.

Core Features & Use Cases

  • End-to-end GPU datacenter bring-up: from OS prep through firmware, DOCA-OFED, driver, fabric stack, and GPU-driver validation.
  • Air-gap readiness: three-tier DOCA + CUDA mirroring guidance and Sneakernet file:// repos with GPG keys.
  • Fleet health validation: health-check script to confirm GPUs visible, Fabric Manager and NVLSM active, and NVLink fabric status.
  • Dell/B300 specific prerequisites: Dell firmware v1.4.30 baseline, iDRAC ExtendedReset for firmware activation, secure boot MOK enrollment for signed DKMS modules.
  • Collaboration with gpu-operator: pre-installed driver mode support and CUDA validator triage.

Quick Start

Follow the 10-step recipe to bring up a Dell HGX B300/B200 datacenter host and verify with the included health-check script.

Frequently Asked Questions about nvidia-datacenter-bringup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bring up NVIDIA datacenter GPUs on Ubuntu 24.04?

NVIDIA datacenter GPU bring-up on Ubuntu 24.04 requires a deterministic install order: applying iDRAC firmware prerequisites, installing DOCA-OFED before the driver, enrolling MOK for signed DKMS modules, and activating NVLSM and Fabric Manager.

What is the correct install order for DOCA-OFED and NVIDIA open-modules drivers?

The correct install order requires installing DOCA-OFED before the NVIDIA open-modules driver, followed by MOK enrollment for secure boot and firmware activation. This deterministic sequence ensures proper NVLink fabric stack configuration and host validation.

Can I deploy NVIDIA HGX B300 or B200 GPUs in an air-gapped environment?

Yes, you can deploy NVIDIA HGX B300 or B200 GPUs in an air-gapped environment. The deployment uses three-tier DOCA and CUDA mirroring guidance alongside Sneakernet file:// repositories with GPG keys to install the full NVLSM and DOCA-OFED stack without internet connectivity.

Do I need Dell iDRAC firmware prerequisites before bringing up GPU datacenter hosts?

Dell iDRAC firmware prerequisites are mandatory for Dell HGX B300/B200 datacenter bring-up. You must establish firmware v1.4.30 baseline and use iDRAC ExtendedReset for activation before proceeding with DOCA-OFED installation and GPU driver setup.

How do I validate NVIDIA NVLink Fabric Manager and GPU health after installation?

You validate NVIDIA NVLink Fabric Manager and GPU health by running a fleet health-check script. This script confirms that GPUs are visible, Fabric Manager and NVLSM are active, and the NVLink fabric status is fully operational across the datacenter host.

Does NVIDIA datacenter GPU bring-up work with gpu-operator pre-installed driver mode?

Yes, NVIDIA datacenter GPU bring-up supports collaboration with gpu-operator in pre-installed driver mode. This integration allows the host setup to work in synergy with gpu-operator, utilizing CUDA validator triage to confirm successful deployment and system health.