HPE Synergy · 18 min read

HPE Synergy GPU expansion: composable infrastructure for AI workloads

Adding GPU capacity to existing HPE Synergy 12000 frames without disrupting production. Composable infrastructure patterns, vSAN integration, and lessons from running banking workloads alongside AI training.

HPE Synergy gets less coverage than VxRail in AI infrastructure conversations. Most articles assume hyperconverged infrastructure (HCI) for GPU deployments. But for organizations already running Synergy frames for traditional workloads, adding GPU capacity without a full hardware refresh is a real-world pattern worth documenting.

We run multiple HPE Synergy 12000 frames in production with vSAN storage, originally deployed for banking workloads, then expanded to include AI training and inference using A100 and H100 PCIe GPUs. The composable infrastructure model has surprising advantages — and a few quirks — for GPU deployments. These are notes from operating that environment.

The patterns here apply to organizations with existing Synergy investment looking to expand into AI workloads incrementally. If you are starting from zero, VxRail or DGX systems may be simpler. But if you have Synergy frames running profitably, the math for expansion is often better than ripping and replacing.

What Synergy is, briefly

For readers less familiar: HPE Synergy is composable infrastructure. A Synergy frame is a 10U chassis that holds compute modules, networking, and management. Resources are allocated to workloads via software templates rather than physical wiring.

Key concepts:

  • Frame: The chassis (Synergy 12000 = 10U, supports 12 half-height bays)
  • Compute modules: Server blades (SY 480 Gen11, SY 480 Gen12)
  • Networking: Virtual Connect modules for fabric uplinks
  • Composer: Management appliance running HPE OneView
  • Image streamer: Optional OS provisioning module
  • Storage: External SAN, NVMe-oF, or — as in our case — vSAN built across compute modules

The composable layer means you can re-allocate GPUs, network bandwidth, and storage volumes across compute modules via OneView profiles without re-cabling anything. This is the differentiator from rack-mount servers.

Why expand existing Synergy for AI instead of buying new

The decision framework we used:

Option A: Buy dedicated AI hardware (DGX / VxRail with GPU)

Pros: Purpose-built, NVIDIA reference architectures, simpler initial deployment Cons: Separate infrastructure to operate, more vendor surface area, capital expense

Option B: Expand existing Synergy

Pros: Leverage existing operations expertise, shared infrastructure benefits, smaller incremental investment Cons: Synergy is not GPU-optimized, some workload patterns don’t fit, requires careful planning

We chose Option B because:

  1. Operations team already had 4+ years Synergy expertise
  2. Banking workloads kept Synergy frames at ~60% utilization — capacity available
  3. Network fabric (Virtual Connect 100Gb) already provisioned for current workloads
  4. Existing OneView automation could extend to new compute modules
  5. vSAN cluster already operational, could absorb AI workload storage
  6. Capital approval for expansion easier than new platform

For organizations without existing Synergy investment, this calculus reverses. Buying Synergy specifically for AI rarely makes sense versus dedicated platforms.

What compute modules support GPUs

Not every Synergy module is a good GPU host. As of 2026, the relevant options:

Synergy 480 Gen11 (half-height) — earlier production deployment

  • 4th and 5th Generation Intel Xeon Scalable processors
  • Up to 64 cores total (2 sockets)
  • HPE DDR5 Smart Memory at 5600 MHz, up to 4 TB per processor
  • PCIe Gen5 support
  • Supports GPU mezzanine cards (typically up to 2 GPUs per module)
  • A100 PCIe works well; H100 PCIe requires careful thermal validation
  • iLO 6 management

Synergy 480 Gen12 (half-height) — newer expansion capacity

  • Intel Xeon 6 processors (up to 86 cores)
  • HPE DDR5 Smart Memory at 6400 MHz, up to 4 TB per processor
  • PCIe 5.0 support
  • Improved thermal envelope vs Gen11 (better for H100 PCIe)
  • iLO 7 management with quantum-resistant firmware signing
  • Released 2025, our preferred choice for new AI capacity

Synergy 660 Gen10 (full-height) — legacy option

  • Intel Xeon Scalable (1st/2nd gen) — DDR4 era
  • 2 or 4 socket configurations
  • Higher density (up to 4 GPUs per full-height module)
  • Predates DDR5 and PCIe 5 — we do not use this for AI workloads
  • Mentioned only for readers with existing 660 Gen10 investment

What does NOT work in any Synergy generation

  • SXM form factor GPUs (H100 SXM5, A100 SXM): Require NVLink baseboard, not supported in Synergy compute modules
  • Multi-GPU NVLink configurations: PCIe slots only, no NVLink bridges between modules
  • DGX-class density: Synergy modules max at 2 GPUs (half-height) or up to 4 GPUs (full-height 660 Gen10), not 8 like dedicated AI servers

This is the most important early decision: Synergy supports PCIe GPUs only, no SXM. If your AI workloads need high-bandwidth multi-GPU communication (large model training with NVLink), Synergy is the wrong platform regardless of cost.

For inference, fine-tuning smaller models, and moderate-scale training, PCIe GPUs work fine. Most enterprise AI workloads fit this profile.

Our GPU environment

We run a mix:

  • A100 PCIe on Gen11 modules: workhorses for inference, fine-tuning, and moderate training
  • H100 PCIe on Gen12 modules: reserved for newer training workloads where the improved performance per GPU matters

The H100 PCIe placement on Gen12 was a deliberate choice. H100 PCIe TDP is higher than A100, and Gen12’s improved thermal envelope handles it more comfortably than Gen11. We considered putting H100 on Gen11 modules early on and decided to wait until Gen12 was available rather than push thermal limits.

A100 modules will remain in production for several years — they cover inference workloads well, and rebuilding around H100 would be expensive for marginal benefit at our scale.

Expansion patterns we’ve used

Three patterns, ordered by complexity:

Pattern 1: Replace existing module with GPU-capable variant

The simplest pattern. You have an older 480 module running an application. Replace it with a 480 Gen11 (A100 capacity) or 480 Gen12 (H100 capacity) with 2 GPUs.

Steps we follow:

  1. Identify candidate module (low-utilization workload, scheduled maintenance window)
  2. Migrate existing workloads off via vMotion
  3. Power down module, physical swap
  4. OneView re-provisions per existing template (10-15 minutes)
  5. Install NVIDIA drivers via automated post-install scripts
  6. Validate GPU enumeration: nvidia-smi on the new module
  7. vSAN cluster rebalances as the new module joins
  8. Add module to AI workload pool

Operational impact: ~2 hours of one module’s capacity, no impact to other workloads in frame.

When this works: Adding small amount of GPU capacity to existing cluster. Good for proof-of-concept or initial AI pilot.

Pattern 2: Add new module to existing frame

Use empty bays in current frame. Most production frames have 1-2 empty bays for capacity.

Steps:

  1. Power slot is available (check frame power budget — see “thermal and power” section below)
  2. Physical install module (5 minutes if you have hands-on access; longer if remote)
  3. OneView discovery (automatic, ~3 minutes)
  4. Apply server profile via OneView template
  5. Storage and network allocation per profile
  6. Operating system deployment via Image Streamer or PXE
  7. NVIDIA driver installation
  8. vSAN disk groups configured as part of profile
  9. Workload allocation

Operational impact: Zero. Existing workloads untouched.

When this works: Frame has bay capacity, power budget allows, network fabric sufficient. This is our most common pattern.

Pattern 3: Add new frame for AI workloads

When existing frames are full or you need dedicated AI capacity.

Steps:

  1. Site survey: power, cooling, network uplinks
  2. Frame installation (typically 4-8 hours for HPE service or your team)
  3. Initial OneView configuration (1-2 days for full provisioning)
  4. Network fabric integration with existing Synergy environment
  5. Compute module deployment per Pattern 2
  6. vSAN cluster decision: extend existing cluster or stand up dedicated cluster
  7. Cross-frame workload patterns (federated OneView)

Operational impact: Significant project but isolated from production.

When this works: Need substantial AI capacity, existing frames near capacity, organization can absorb new rack space and power.

We have used all three patterns. Pattern 2 is most common — incremental expansion as AI workloads grow.

Thermal and power: the constraint nobody talks about

The most common mistake we have seen (and made early on): assuming you can fill a Synergy frame with GPU modules. The thermal envelope says otherwise.

Power budget math

A Synergy 12000 frame has a configurable power budget based on installed PSUs. Typical production configuration:

  • 6x 2650W power supplies = 15,900W max
  • With N+1 redundancy: 13,250W usable

Now consider load with A100 vs H100 deployments:

  • 480 Gen11 + 2x A100 PCIe (300W TDP each): ~1,200W typical, ~1,500W peak
  • 480 Gen12 + 2x H100 PCIe (350W TDP each): ~1,400W typical, ~1,800W peak

Filling a frame with H100-loaded Gen12 modules:

  • 12 modules × 1,800W peak = 21,600W
  • Plus frame overhead (Virtual Connect, fans, management): ~600W
  • Total: ~22,200W

That far exceeds N+1 redundant capacity. Even A100-loaded frames hit the limit at high density:

  • 12 modules × 1,500W peak = 18,000W

Realistic capacity planning: at most 7-9 GPU-loaded modules per frame, leaving room for non-GPU workloads and thermal headroom.

We learned this from a thermal incident. Frame had multiple H100-loaded modules running training while inference benchmarks hit a synchronized peak. Frame power management started throttling GPU clocks, training job slowed significantly. Recovery: rebalanced workloads across two frames, never let single frame exceed 75% of N+1 budget.

Cooling considerations

Synergy frames are designed for ~25°C inlet temperature. GPU-loaded modules generate more heat than the original frame specs anticipated — and H100 PCIe substantially more than A100. We do not exceed 70% GPU module density in any single frame.

Field experience suggests: if your data center can’t maintain inlet temperature below 22°C, do not fill more than 50% of frame bays with GPU-loaded modules. Plan thermal budget like power budget — explicitly.

The H100 thermal contribution is large enough that we run quarterly thermal stress tests on frames with H100 deployments. Sustained 100% GPU load across multiple modules has been a useful exercise — we have caught airflow issues this way before they caused production incidents.

Network fabric considerations

Synergy uses Virtual Connect for fabric uplinks. For AI workloads, network design becomes a primary constraint.

Bandwidth requirements

Different AI workloads have different network profiles:

  • Inference: Low east-west traffic, moderate north-south (API calls)
  • Fine-tuning: Moderate east-west between GPU nodes, high storage I/O to vSAN
  • Training: High east-west GPU-to-GPU, high vSAN read for datasets, high write for checkpoints

For our workloads, we provision:

  • 100Gb Virtual Connect modules for fabric
  • Direct fabric mesh between GPU-loaded modules in same frame
  • 100Gb uplinks to spine switches for cross-frame traffic
  • Separate VLANs for vSAN traffic (isolated from production banking traffic)
  • Separate 25Gb management network

vSAN-specific networking

Running vSAN on Synergy adds network design considerations beyond standard fabric:

  • vSAN witness traffic must be reachable across all nodes
  • vSAN data network needs guaranteed bandwidth (we reserve ~25Gb effective per node)
  • vSAN VMkernel needs jumbo frames enabled (9000 MTU)
  • vSAN heartbeat over redundant uplinks

We use Virtual Connect’s bandwidth allocation features to guarantee vSAN doesn’t starve under AI workload spikes. This is configured at the OneView profile level so it applies consistently across all modules.

What does NOT work well

Synergy fabric is not designed for the InfiniBand-style fully non-blocking topologies that DGX SuperPOD uses. Workloads requiring NVLink-class inter-GPU bandwidth are not a fit.

For workloads we run (largest single training job: multiple GPUs across 2-3 modules in same frame), the 100Gb Virtual Connect performs adequately. Cross-frame jobs (rare for us) see expected latency penalties.

vSAN storage for AI workloads

Most articles on Synergy AI assume external storage arrays. We use vSAN built across the Synergy compute modules themselves — same storage layer as our banking workloads. This was a deliberate choice with specific trade-offs.

Why vSAN over external arrays for our environment

When we started AI expansion, we evaluated:

  • External SAN: Familiar, high performance, but separate vendor surface
  • External NVMe-oF: High performance, complex operations, expensive
  • vSAN extension: Reuse existing skills, unified storage policy, lower marginal cost

We chose vSAN because the operations team already managed vSAN for banking workloads. Adding AI workloads to the same storage layer meant no new operational discipline to learn. The trade-off is performance — vSAN is not as fast as dedicated NVMe-oF for AI workload patterns. We accepted this for operational simplicity.

vSAN disk group design for GPU nodes

Standard vSAN disk groups need adjustment for AI workload patterns:

  • Cache tier: NVMe SSDs (smaller, faster) — high random IOPS for metadata
  • Capacity tier: NVMe SSDs (larger, slower) — bulk storage

For our AI nodes, we configured larger capacity tiers than typical banking nodes. AI training datasets are much larger than transactional database files. Our standard banking node: 4 TB usable per disk group. Our AI node: 12-16 TB usable per disk group.

This required ordering different SSD configurations for GPU modules vs banking modules during procurement. Documenting this distinction in OneView templates prevents the wrong configuration from being applied during provisioning.

vSAN policies for AI workloads

vSAN storage policies for AI workloads differ from banking workloads:

Banking workload policy (existing):

  • RAID-1 mirroring for high availability
  • Failures to tolerate (FTT): 2
  • Sub-optimal cache hit ratio doesn’t matter (latency tolerant)

AI training workload policy (new):

  • RAID-5 erasure coding to save capacity for large datasets
  • FTT: 1 (training jobs can re-run if storage failure)
  • Aggressive cache prioritization for training read patterns

AI inference workload policy (new):

  • RAID-1 mirroring (model artifacts need high availability)
  • FTT: 1
  • Cache prioritization for hot models

Defining these policies in vSAN allowed us to keep storage on the same cluster while giving each workload class appropriate guarantees.

Performance reality

vSAN performance for AI workloads is acceptable but not optimal. Representative measurements during training jobs:

  • Sequential read throughput per node: ~3-5 GB/s
  • Random IOPS for model checkpointing: ~150K
  • Latency for small reads: ~0.5-1 ms

Compared to dedicated NVMe-oF arrays we have benchmarked separately, this is roughly 40-60% of the peak performance. For our training jobs (image classification, fine-tuning, moderate-scale workloads), this has been adequate. For larger training jobs with extreme I/O requirements, we have used external NVMe-oF, but those cases are rare.

When vSAN works (and when external storage is better)

vSAN works for AI when:

  • Operations team already runs vSAN for other workloads
  • AI workloads are moderate scale (not training foundation models)
  • Storage policy diversity benefits from unified cluster
  • Predictable performance is acceptable (not peak performance)

External storage (SAN, NVMe-oF) works better when:

  • AI workloads dominate (no operational sharing benefit)
  • Maximum performance needed for large training jobs
  • Storage tiering across protocols required (block + file + object)
  • Need to scale storage independently of compute

We have both in our environment — vSAN for the bulk of workloads, external NVMe-oF for specific high-performance training jobs. This is a less-common pattern but works for us.

OneView automation patterns

The composable infrastructure value is mostly realized through OneView automation. For GPU deployments, we have built several automation patterns.

Server profile templates

We maintain four server profile templates:

  1. Banking application — original workload pattern, 480 Gen11/Gen12 without GPUs, banking vSAN policy
  2. AI inference — 480 Gen11 with 2x A100 PCIe, inference vSAN policy
  3. AI training (A100) — 480 Gen11 with 2x A100 PCIe, training vSAN policy
  4. AI training (H100) — 480 Gen12 with 2x H100 PCIe, training vSAN policy, higher thermal monitoring

Each template specifies:

  • Hardware type and bay constraints (which generations are eligible)
  • BIOS settings (GPU-relevant: enabled SR-IOV, max performance power profile)
  • vSAN disk group configuration
  • Boot from SAN or local NVMe
  • Network connections (which Virtual Connect networks to attach, including vSAN VMkernel)
  • Storage attachments and vSAN policy assignment
  • Firmware baseline

When we provision a new module, we apply the appropriate template. OneView handles all the underlying configuration. From physical install to ready-for-OS in about 20 minutes.

Handling mixed Gen11/Gen12 environments

Running both generations creates template management considerations:

  • OneView templates target specific generations rather than universal
  • Firmware baselines differ between iLO 6 (Gen11) and iLO 7 (Gen12)
  • Some BIOS settings have different names across generations
  • vSAN settings may differ slightly between hardware generations
  • We maintain parallel templates per generation rather than universal templates

This adds management overhead but lets each generation use its full feature set. Universal templates would require lowest-common-denominator settings.

OneView REST API integration

OneView exposes a REST API that we integrate with internal automation. Patterns we use:

Pattern A: Idempotent profile management

Server profiles are defined in version-controlled JSON. CI pipeline applies them via OneView API. Same template can run repeatedly without drift — if the actual state matches desired state, no changes. This pattern matches our broader infrastructure-as-code approach.

Pattern B: Capacity automation

Weekly scheduled job queries OneView API for:

  • Module utilization (CPU, memory, GPU)
  • Profile assignments
  • Bay occupancy across frames
  • Power budget consumption
  • vSAN capacity utilization per cluster

Output feeds capacity dashboard and triggers alerts when any frame exceeds 75% of N+1 power budget. We have not had a thermal incident since adding this automation.

Pattern C: Pre-flight validation

Before applying any profile change, automation queries:

  • Network availability for required VLANs (including vSAN networks)
  • vSAN cluster capacity for the new node
  • Power headroom in frame
  • Firmware compatibility (generation-aware)
  • GPU compatibility for the target module type

If any check fails, profile change is rejected before attempted, preventing the class of issue where a profile applies but then fails to boot properly.

Driver and firmware management

NVIDIA drivers and CUDA toolkit are not in OneView’s scope, but firmware is. We use:

  • HPE SPP (Service Pack for ProLiant) baselines for firmware
  • Quarterly firmware update windows
  • Compatibility matrix tracking: SPP version × generation × NVIDIA driver version × vSphere version × vSAN version × workload

That matrix is complex. We maintain it in a spreadsheet that gets reviewed quarterly. Every combination in production has been validated. New combinations go through pilot testing before production deployment.

A specific gotcha: HPE SPP updates can change Mellanox NIC firmware on the Virtual Connect uplinks. If you have specific firmware requirements (e.g., for RDMA or vSAN performance), validate this before applying SPP updates. We have a test frame where every SPP candidate is applied first, validated for 1-2 weeks, then promoted to production frames.

Workload migration scripts

For Pattern 1 (replace existing module), we have automation:

  1. OneView API call to drain module (stops profile assignment)
  2. vSAN automation to evacuate vSAN data from the module (maintenance mode “full data migration”)
  3. vSphere DRS automation moves VMs off
  4. Power down via OneView
  5. Email alert: ready for physical swap
  6. After swap: new module discovered, profile re-applied
  7. vSAN cluster welcomes new node, rebalances
  8. VMs migrated back per anti-affinity rules

End-to-end automation reduces the manual error surface during expansion. The vSAN evacuation step is the longest part — for AI training nodes with large datasets, this can take hours.

Audit considerations specific to composable infrastructure

Compliance auditors often have not seen composable infrastructure before, especially with vSAN serving both regulated banking workloads and AI workloads. We have spent meaningful time explaining the model and documenting controls.

What auditors asked

  1. “How do you prevent unauthorized hardware allocation?”

    • Answer: OneView RBAC, audit logging on all profile changes, integration with our SIEM
  2. “Is vSAN data cryptographically separated between workload classes?”

    • Answer: vSAN datastore encryption enabled, storage policies enforce separation per workload class, key management via external HSM. We provided documentation showing banking data never mixes with AI data at the storage policy level.
  3. “What happens if a compute module is moved between workload classes (banking → AI)?”

    • Answer: Full re-provisioning required, no shortcut path, vSAN data evacuation before re-allocation, OS rebuild from gold image
  4. “How do you handle firmware updates given the shared infrastructure?”

    • Answer: Maintenance windows aligned with workload schedule, full validation in non-prod first, change advisory board approval
  5. “Can a high-privilege workload (banking) be affected by a lower-privilege workload (AI dev) sharing the same vSAN cluster?”

    • Answer: Network isolation via Virtual Connect networks (separate VLANs, separate uplinks), storage isolation via vSAN policies (different encryption keys, different fault domains), compute isolation via dedicated module assignment. We provided architecture diagrams showing exactly which traffic flows are possible and which are blocked.
  6. “How is access to OneView itself controlled?”

    • Answer: OneView integrates with our identity provider for SSO, RBAC defines who can view vs modify, all admin actions logged with user attribution. Privileged access workstation required for OneView admin. Multi-factor authentication enforced.

The vSAN-related questions took meaningful time to address. Auditors initially viewed shared storage as a higher risk than dedicated storage. Documentation of policy-level isolation, encryption key separation, and operational controls eventually satisfied them.

Documentation we keep

For audit defense, we maintain:

  • Frame-level diagram showing all modules and their workload assignment
  • OneView audit log retention (90 days online, 7 years archived)
  • Server profile change history with approval records
  • Firmware baseline records with validation evidence (per generation)
  • vSAN policy definitions with cryptographic separation proof
  • Network ACL records and isolation testing results
  • Quarterly access review records (who has OneView roles)
  • Annual penetration test results focused on management plane
  • Incident records and root cause analyses involving Synergy infrastructure

Auditors initially worried about “shared infrastructure” between regulated and non-regulated workloads. Our documentation of isolation controls (network, storage, compute resource pools) satisfied them. The conversation took multiple sessions, but Synergy + vSAN passed our compliance reviews.

Compliance pattern for AI workload addition

When we added AI workloads to existing Synergy frames, auditors required:

  • Documented change to security architecture (formal CAB approval)
  • Updated data flow diagrams showing AI data paths
  • Risk assessment for shared infrastructure including vSAN
  • Updated access control matrix (who can access AI vs banking workloads)
  • Updated vSAN policies with formal review and approval
  • Incident response procedures updated for AI-specific scenarios

This process took approximately 4-8 weeks from initial proposal to operational deployment authorization. Plan for it explicitly in AI infrastructure timelines if you operate under formal compliance frameworks.

What we would do differently

Looking back across multiple years of Synergy + GPU expansion:

1. Plan power budget from day one

We discovered the thermal envelope constraint after deployment. Should have built spreadsheet model of power consumption per module + GPU combination before any GPU expansion. The math gets significantly tighter when H100 modules enter the mix. Now we maintain “power budget tracker” that all profile changes update.

2. Start with Gen12 where possible for H100 deployments

When we started GPU expansion, only Gen11 was available, so we deployed A100 modules there. Gen12 (released later) has better thermal envelope, faster memory, and PCIe 5.0 — meaningfully better for H100 PCIe. If we were starting now, we would standardize on Gen12 for any H100 deployment and reserve Gen11 modules for A100 inference workloads where their lower acquisition cost makes sense.

3. Plan vSAN capacity tiers separately for AI workloads

We initially used the same vSAN node configuration across all workloads. Banking workloads have small file patterns. AI workloads have large file patterns. Our cache hit ratios suffered. Now we order distinct SSD configurations for AI nodes (larger capacity tiers) and document this in OneView templates.

4. Document network design before GPU expansion

We added GPUs first and adjusted networking reactively. Should have designed AI network fabric (which VLANs, which Virtual Connect modules, which uplinks, vSAN bandwidth guarantees) before any expansion. Took us months to retrofit clean network design.

5. Train operations team on GPU operations early

Synergy operations skills do not transfer to GPU operations. NVIDIA driver troubleshooting, DCGM monitoring, CUDA stack issues require different expertise. We sent engineers to NVIDIA training in year 2; should have done it in year 1.

6. Build automated capacity reports

Manual tracking of “which modules have which GPUs running which workloads on which vSAN policies” became unwieldy. We now generate weekly automated reports from OneView + DCGM + vSAN APIs showing capacity allocation, utilization, and projected exhaustion dates.

When Synergy makes sense for AI (and when it does not)

Decision framework based on multiple years of operating this environment:

Synergy + GPU works well when:

  • Organization already operates Synergy for other workloads
  • AI workloads can fit PCIe GPU profile (no SXM requirement)
  • Largest training jobs fit within single frame or accept cross-frame penalty
  • Workload diversity benefits from composable infrastructure flexibility
  • Team has existing OneView expertise
  • vSAN or compatible storage already operational
  • Capital approval easier for expansion than new platform

Synergy + GPU works poorly when:

  • Starting from zero (buy dedicated platform instead)
  • Need NVLink-class GPU interconnect (use DGX or HGX systems)
  • Single workload class dominates (composability premium not realized)
  • Team lacks Synergy operations expertise (steep learning curve)
  • Need maximum GPU density per rack unit
  • AI workloads require peak storage performance (vSAN won’t match dedicated NVMe-oF)
  • Working at hyperscaler scale (different cost curves apply)

For our environment, Synergy + GPU has been a good fit. We chose composable infrastructure for non-GPU workloads earlier, and the expansion path to AI has been smoother than ripping and replacing would have been. The vSAN integration kept storage operations simple, accepting a performance trade-off we found manageable.

Procurement notes

A few specific notes for organizations considering Synergy GPU expansion:

Lead times

  • New Synergy frame: 12-16 weeks
  • Synergy 480 Gen12 module: 10-14 weeks (Gen11 has shortened to 8-10 weeks as supply normalized)
  • A100 PCIe GPUs: 8-12 weeks
  • H100 PCIe GPUs: 12-16 weeks (allocation-constrained)

Channel partners

We work with HPE Platinum partners with composable infrastructure specialization. Generic HPE resellers often miss Synergy-specific design considerations, especially for GPU + vSAN combinations. Validate that your reseller has reference Synergy + GPU + vSAN deployments before signing the order.

Pricing patterns

  • Compute module unit prices have been relatively stable over the past few years
  • Gen12 modules carry a premium over Gen11 (typically 15-25% more at list)
  • H100 PCIe carries significant premium over A100 PCIe (often 3-4x)
  • GPU prices follow NVIDIA pricing trends (significant changes year-over-year)
  • Bundle discounts apply for orders >10 modules or significant total value
  • Multi-year support contracts (5-year typical) get meaningful discount

Support model

We use HPE Pointnext Tech Care Essential SLA: 4-hour response, 24x7 coverage. For composable infrastructure with vSAN, support quality matters more than for traditional rack-mount because issues can cascade across compute, network, and storage layers simultaneously. The premium SLA tier is worth it for production AI infrastructure.

Validation testing before production

Before committing to procurement of significant scale, we recommend a validation phase. Our pattern:

  1. Single-module proof of concept (4-6 weeks): One Gen11 module with 2x A100 (or Gen12 with 2x H100) in test frame. Run representative workloads. Measure thermal, power, performance, vSAN integration. Stop here if any deal-breaker emerges.

  2. Cluster pilot (8-12 weeks): 2-3 modules with full GPU complement. Run multi-GPU workloads, validate network performance, vSAN policy behavior under load, exercise failure scenarios (module failure, GPU failure, fabric uplink failure, vSAN node failure).

  3. Production deployment (after validation success): Scale to target capacity with confidence.

This phased approach took us about 4 months from initial decision to first production AI workload. Felt slow at the time. In retrospect, it saved us from at least two design mistakes that would have been expensive to fix at scale.

Key validation checks during pilot:

  • Thermal behavior under sustained 100% GPU load
  • Power consumption at peak (across multiple modules simultaneously)
  • Network throughput between modules in same frame
  • vSAN performance for representative AI I/O patterns
  • OneView automation for the specific generation/GPU combination
  • Driver stability with chosen CUDA / framework / vSphere / vSAN versions
  • Compliance documentation review with audit team

Vendors will sometimes resist phased procurement (they want full order upfront). Push back. The risk of buying significant hardware that doesn’t fit your workload exceeds the inconvenience of multi-phase procurement.

Closing notes

HPE Synergy is not the obvious choice for AI infrastructure. Most articles assume dedicated GPU platforms with dedicated storage. But for organizations with existing Synergy + vSAN investment, the expansion path has real economic advantages — if you understand the constraints.

The constraints are: PCIe GPUs only (no SXM), thermal envelope limits density (especially with H100 PCIe), no NVLink between modules, fabric not optimized for fully non-blocking topologies, vSAN performance acceptable but not peak. Workloads that fit these constraints (which includes most enterprise AI patterns) run well.

The advantages are: composable infrastructure flexibility, existing operations expertise leverage, incremental capital investment, unified storage layer through vSAN, shared infrastructure benefits for utilization.

Multiple years in, we run banking workloads and AI workloads on the same Synergy + vSAN environment with a mix of A100 PCIe (on Gen11) and H100 PCIe (on Gen12) modules. Auditors are comfortable with the isolation controls. Operations team prefers a unified platform to multiple discrete ones. Capital efficiency exceeded original projections.

Future articles will cover OneView automation in depth (server profile design patterns, REST API integration, monitoring), the firmware management discipline that prevents the most common operational issues, vSAN policy design for mixed workload classes, and the specific patterns for safely sharing infrastructure between regulated and non-regulated workloads. Subscribe to the newsletter to follow along.


Operating notes from running HPE Synergy 12000 frames with vSAN storage and mixed banking and AI workloads. Pricing reflects regional procurement; your numbers will differ. Verify all configuration recommendations against current HPE and VMware documentation and your own validation testing. I am an architect, not an HPE or VMware reseller — this is operator perspective.

Get deep technical insights weekly

Join 1,200+ infrastructure architects from banks, insurance, and enterprise IT teams. One email every Friday. No fluff.

Free. Unsubscribe anytime. No spam, ever.