GPU Memory Mismatch – Troubleshooting Guide
Alert Name: GPU Memory Mismatch
Severity: P3 – Medium Impact
Alert Description:
This alert is generated when the detected GPU memory size on a node does not match the expected configuration.
Alert Summary
The monitoring system has detected that the GPU memory reported by the system differs from the expected GPU memory configuration.
A mismatch may indicate:
Impact
- GPU workloads may fail or run incorrectly.
- Resource allocation in the HPC cluster may become inconsistent.
- Indicates possible hardware misconfiguration or GPU malfunction.
Alert Handling Procedure
L1 Engineer Actions
When this alert is triggered, the L1 engineer must perform the following steps:
-
Review and log the alert summary and node details.
Wait for 20 - 30 Mints if it gets auto resolved.
-
Create an internal ticket for tracking the issue.
-
Verify if the alert is persistent or intermittent.
-
If the alert continues to appear, escalate the issue to L2 engineering.
After confirmation from L2, update the Issues Master Sheet with the incident details.
L2 Engineer Investigation Steps
L2 engineers must perform deeper diagnostics to validate the GPU configuration.
Step 1 – Check GPU Details
Run the command:
Verify:
-
Number of GPUs detected
-
GPU model
-
GPU memory per device
Step 2 – Verify System Memory
Run:
This provides system memory information and helps verify node memory configuration.
Step 3 – Check Hardware Memory Details
Run:
This command displays hardware memory configuration and installed memory modules.
Step 4 – Validate GPU Configuration
Compare the collected information and verify:
Step 5 – Check Firmware and BIOS
Verify the following:
Step 6 – Hardware Troubleshooting
If a mismatch is detected:
-
Perform a power cycle of the node.
- Post customer confirmation, Reseat the GPU according to OEM hardware handling guidelines.
- Boot the system and re-run diagnostic commands.
Step 7 – OEM Escalation
If the issue persists after troubleshooting:
Command Reference
Verify GPU Visibility on Node:
nvidia-smi
Validate System Memory Configuration:
cat /proc/meminfo
Verify Installed Memory Modules:
sudo dmidecode -t memory
This command verifies:
- Installed memory modules
- Slot population
- Memory capacity
- Manufacturer details
- In some scenarios, GPUs may appear healthy at the OS level, but Kubernetes does not advertise them as allocatable resources.
- In such cases, GPU workloads will not be scheduled on the node, even though nvidia-smi shows GPUs as available.
- Monitoring systems relying only on nvidia-smi may fail to trigger alerts. Therefore, GPU availability must also be validated from the Kubernetes scheduler perspective.
Related Articles
GPU Memory Temperature Critical - Troubleshooting Guide
Purpose This document provides a standardized approach for handling and troubleshooting the GPU Memory Temperature Critical alert, including L1 and L2 actions, escalation procedures, and resolution criteria. Alert Name GPU Memory Temperature Critical ...
Nvidia-smi Tool Alert - Troubleshooting Guide
Purpose This document provides a standardized approach for handling and troubleshooting the Nvidia-smi Tool alert, including L1 and L2 actions, escalation guidelines, and resolution criteria. Alert Name Nvidia-smi Tool Alert Description This alert is ...
Network Down IB Alert - Troubleshooting Guide
Purpose This document provides a standardized approach for handling and troubleshooting the Network Down – IB alert, including L1 and L2 actions, escalation process, and resolution criteria. Alert Name Network Down – IB Alert Description This alert ...
ZFS Pool Capacity Warning Alert - Troubleshooting Guide
Purpose This document provides a standardized approach for handling and troubleshooting the ZFS Pool Capacity Warning alert, helping L1 and L2 engineers prevent storage exhaustion and maintain system stability. Alert Name ZFS Pool Capacity Warning ...
Network Speed IB Alert - Troubleshooting Guide
Purpose This document provides a standardized approach for handling and troubleshooting the Network Speed – IB alert, including L1 and L2 actions, escalation process, and resolution guidelines. Alert Name Network Speed IB Alert Description This alert ...