Technology 📅 Sep 08, 2026 👁️ 216 views

Building an AI Data Center: H100, DGX Systems, and the Power/Cooling Reality

A
Admin User

admin

What IT decision-makers actually need to know before signing off on AI infrastructure — the hardware, the systems it ships in, and the power and cooling math that determines whether your data center can even support it.
700W
Max TDP per H100 SXM GPU
$300K–450K
Typical DGX H100 system price
125x
Rack power density growth, 2011 to 2029

Buying GPUs is the easy part. The harder question — the one that actually determines whether an AI infrastructure project succeeds — is whether your facility can deliver enough power and remove enough heat to run them. This guide walks through the hardware (H100, Grace Hopper, DGX systems), the systems they ship in, and the power and cooling planning that IT teams consistently underestimate.

Hopper Architecture and the Transformer Engine

The H100 is built on NVIDIA's Hopper architecture, the direct successor to Ampere (the A100 generation). Four features define what Hopper actually adds:

What's Inside the Hopper Architecture Transformer Engine FP8 + FP16 mixed precision tuned specifically for running transformer / LLM models NVLink + NVSwitch 900GB/s GPU-to-GPU bandwidth, skipping PCIe entirely for multi-GPU scale 2nd-Gen MIG Multi-Instance GPU — split one H100 into up to 7 fully isolated GPU instances DPX + Confidential Computing Dynamic programming instructions + hardware-secured, encrypted data-in-use for sensitive workloads Together, these are what let Hopper claim up to a 30x speedup for LLM inference over the prior generation

The Transformer Engine is the headline feature for AI workloads specifically. It dynamically mixes FP8 and FP16 precision to accelerate the exact matrix operations that make up a transformer layer — query/key/value projections, attention score computation, and the feed-forward network — without the accuracy loss you'd expect from a blanket precision drop.

NVIDIA claims up to a 30x inference speedup for large language models on H100 versus the prior A100 generation. That number comes specifically from the Transformer Engine combined with H100's expanded NVLink bandwidth — not from raw core count alone.
H100 SXM vs. NVL: Two Different Form Factors

The H100 doesn't come in just one shape. The two most common variants have meaningfully different specs, and mixing them up in a procurement conversation is an easy, expensive mistake:

Spec
H100 SXM
H100 NVL
TDP
Up to 700W
350–400W
NVLink bandwidth
900GB/s
600GB/s
CUDA Cores
16,896
14,592
Tensor Cores
528
456
Memory
80GB HBM3 · 3.35TB/s
94GB HBM3 · 3.9TB/s (188GB combined pair)
Form factor
Server-installed module (SXM)
PCIe card, sold as a linked pair

SXM is the higher-power, higher-bandwidth option built into systems like the DGX H100. NVL is actually two H100 GPUs networked together via PCIe and NVLink, delivering a larger combined memory pool (188GB) — it's the option built for organizations retrofitting existing PCIe-based servers rather than buying a purpose-built SXM system.

The Grace Hopper Superchip

For workloads that need both fast general-purpose compute and massive parallel throughput in one tightly coupled package, NVIDIA offers the Grace Hopper Superchip (GH200) — not a GPU on its own, but a module pairing an Arm-based Grace CPU with a Hopper GPU.

The Grace Hopper Superchip (GH200) Grace CPU Arm-based, designed by NVIDIA Handles orchestration, preprocessing, and general compute that doesn't benefit from parallelism NVLink-C2C high-bandwidth, low-latency Hopper GPU The H100 compute engine Handles the massively parallel math — training, inference CUDA cores, Tensor Cores, HBM3 One module, two processors — sharing memory coherently instead of talking over PCIe

The key detail is the connection between them: NVLink-C2C, a high-bandwidth, low-latency link that lets the CPU and GPU share memory coherently, instead of communicating over a comparatively slow PCIe bus. For workloads with heavy CPU-side preprocessing (tokenization, data validation) feeding directly into GPU compute, that tight coupling removes a bottleneck that a conventional CPU+GPU server pairing can't avoid.

DGX H100 and H200: The Systems, Not Just the Chips

Most organizations don't buy H100 GPUs individually — they buy DGX systems, NVIDIA's fully integrated servers built around them. Here's what's actually inside a DGX H100:

Component
Spec
GPUs
8x NVIDIA H100
GPU-to-GPU bandwidth
900GB/s per GPU via 18 NVLink connections · 7.2TB/s total bidirectional
NVSwitches
4x, enabling all-to-all GPU communication
Networking
10x NVIDIA ConnectX-7 (400Gb/s each)
CPUs
Dual Intel Xeon Platinum 8480C · 112 cores / 224 threads total
System memory
2TB
Compute
4 petaFLOPS FP8 per GPU · 32 petaFLOPS total
Typical price
$300,000–$450,000+ per unit (as of 2026 Q1)

The DGX H200 follows the same basic architecture — 8x GPUs (H200 instead of H100), 4x NVSwitches, 10x ConnectX-7 networking, dual Intel Xeon Platinum 8480C CPUs — but adds 30TB of NVMe SSD storage and the H200's larger memory capacity, aimed at the same class of large-model training and inference workloads with more headroom for bigger datasets.

That dual-CPU core count (112 cores, 224 threads with hypertreading) isn't just for show. Preprocessing tasks like tokenization and data validation run on the CPU side, not the GPUs — under-speccing the CPU tier is a common way to bottleneck an otherwise well-provisioned GPU cluster.

Scaling beyond one system: DGX SuperPod

When one DGX system isn't enough, NVIDIA's DGX SuperPod architecture combines multiple DGX systems with InfiniBand and Ethernet networking, dedicated management nodes, and shared storage into a single coordinated cluster. These are organized into Scalable Units (SUs) — repeatable building blocks that let a data center grow from one rack to a full SuperPod without redesigning the networking topology each time. The InfiniBand fabric uses GPUDirect RDMA to keep GPU-to-GPU communication low-latency even across separate physical racks.

Power Planning: TDP, Rack Math, and the Real-World Layout

Thermal Design Power (TDP) is the specification that tells you the maximum heat a component can generate under load, measured in watts. It's effectively the number your cooling system has to be able to remove to keep the hardware within safe operating temperature. An H100 SXM's 700W TDP isn't just a power-draw number — it's a cooling-capacity requirement.

Here's where a lot of infrastructure planning goes wrong: teams budget for GPU cost and power draw, but don't work through the actual rack math before committing to a facility layout.

Worked Example: How Many Racks for 64 H100 GPUs? Step 1: Total Power 64 GPUs × 700W = 44.8 kW Step 2: Rack Capacity 44.8 kW ÷ 15 kW/rack = ~3 racks minimum Step 3: Real-World Layout 8-GPU servers × 1–2 per rack = 8–16 GPUs/rack Rack 1 Rack 2 Rack 3 Always add ~30% overhead for cooling and power distribution equipment — the math above is the bare compute minimum.
The simplified version of this math, if you want to do it in your head: 64 GPUs × 7 (dropping a zero from 700W) = 448 — then divide your rack's kW capacity by 15 (dropping a zero from 15,000W) to get roughly how many racks you need. It's not exact, but it's close enough for a first-pass estimate in a planning meeting.

In practice, most deployments use 8-GPU servers (the DGX H100 baseline) with 1–2 servers per rack, landing at 8–16 GPUs per rack rather than the theoretical maximum — and you should always plan with roughly 30% overhead for cooling and power distribution equipment on top of the raw compute math.

Liquid Cooling vs. Air Cooling

At 700W per GPU, air cooling stops being a realistic option for most H100-class deployments. Liquid cooling becomes preferred, and often the only viable choice.

A common misconception: liquid cooling reduces heat output, not electricity consumption. Neither liquid cooling nor better power supplies reduce how much power your GPUs actually draw — they only change how effectively you can remove the resulting heat. Liquid cooling is not, by itself, a way to increase how much compute you can fit in a rack; it solves a heat-removal problem, not a power-budget problem.

The scale of the shift is worth internalizing: in 2011, the average data center rack consumed around 2.4kW. A modern AI rack today can consume 300kW or more — and industry forecasts put 2029 rack density at 1,000kW-plus. That's roughly a 125x increase in less than two decades, and it's the single biggest reason legacy data center facilities can't simply "add some GPU servers" without a serious cooling redesign.

For reference, direct liquid cooling systems used in dense deployments (like NVIDIA's GB200 NVL72 racks) hold coolant temperatures around 4°C, circulating at roughly 1,600–1,800 liters per minute across primary and secondary loops — genuinely industrial-scale plumbing, not a repurposed PC watercooling loop.

Power Usage Effectiveness (PUE)

One more number worth knowing when evaluating a facility or colocation provider: PUE (Power Usage Effectiveness), the ratio of total facility power draw to the power actually used by computing equipment. An ideal PUE is 1.0 — every watt going to compute, none to overhead. In practice:

PUE Range
What It Means
1.0
Theoretical ideal — no facility overhead at all
1.2 or lower
Modern, highly efficient data centers
1.58–1.8
Industry average

A facility with a PUE of 1.8 needs 1.8 watts of total power for every 1 watt actually reaching your GPUs — the rest goes to cooling, lighting, and other facility overhead. That difference compounds fast at data-center scale, and it's a legitimate question to ask any colocation provider during procurement.

Managing It All: The Software Stack

Once the hardware is racked, powered, and cooled, a separate layer of software handles provisioning, orchestration, and monitoring across the cluster:

Tool
What It Does
NVIDIA Base Command Manager
Cluster management software for AI and HPC — provisioning, workload management, and infrastructure monitoring from 2 nodes up to 1000s. Enables orchestration with both Kubernetes and Slurm, and supports the latest Blackwell and Rubin architectures.
NVIDIA GPU Operator
A Kubernetes operator that automates management of NVIDIA software components — drivers, the Kubernetes device plugin, container runtime, automatic node labeling, and DCGM-based monitoring — so GPU provisioning in K8s doesn't require manual per-node setup.
NVIDIA DCGM (Data Center GPU Manager)
A daemon for monitoring data-center GPUs: active health checks, diagnostics, and system alerts, including power and clock governance. Integrates natively into Kubernetes, with API bindings in C, Python, and Go.

DCGM in particular is worth knowing at a practical level: its diagnostic levels range from Level 1 (a quick readiness check) through Level 2 (run automatically after a failure) up to Levels 3 and 4, which are administrator-run, more invasive post-mortem diagnostics. When a GPU node in a cluster starts misbehaving, DCGM's tiered diagnostics are usually the first stop before escalating to hardware replacement.

Recap: what to take away

  • H100 SXM and H100 NVL are meaningfully different products — different TDP, bandwidth, and memory — not just packaging variants of the same spec sheet.
  • A DGX H100 is a fully integrated $300K–450K+ system, not just 8 GPUs — the networking, CPU tier, and NVSwitch fabric are just as much a part of the purchase.
  • Power planning is rack math, not just a total budget line: work out kW per rack before committing to a facility, and always add ~30% overhead.
  • Liquid cooling solves a heat-removal problem, not a power-consumption one — it doesn't reduce how much electricity your GPUs draw.
  • PUE tells you how much facility overhead sits on top of your actual compute power draw — worth asking any colocation provider directly.
PART 4 OF 5 · NVIDIA SERIES Next: The Invisible Backbone — Networking, Storage, and the Software Stack That Powers LLMs →
Recently Enrolled

Student enrolled in this course.

View course
Explore Courses

Latest from @kp__expert

Follow on Instagram
Loading Instagram posts...

AI Course Assistant

Share your details and goals to get the best course recommendations.

Recommended Courses

Select a course name to view full details.

Course Details
Enrollment & Contact
  • Review selected course and confirm your enrollment request.
  • Click checkout to move into the full payment process.
  • After payment submission, your enrollment is processed by our team.
Admissions Contact
Email: info@kpexpert.com
Phone: +91 92708 37105
Your submitted details
Name, email and phone will appear here.
Your request has been submitted successfully. Our team will contact you shortly.