Power Supply Replacement#
This chapter describes how to replace one of the DGX A100 system power supplies (PSUs).
Power Supply Replacement Overview#
This is a high-level overview of the steps needed to replace a power supply.
Identify failed power supply through the BMC and submit a service ticket.
Get replacement power supply from NVIDIA Enterprise Support.
Identify the power supply using the diagram as a reference and the indicator LEDs.
Remove the power cord from the power supply that will be replaced.
Replace the failed power supply with the new power supply.
Insert the power cord and make sure both LEDs light up green (IN/OUT).
Use the BMC to confirm that the power supply is working correctly.
Ship back the failed unit to NVIDIA Enterprise Support using the packaging provided.
Identifying the Failed Power Supply#
Identifying the Failed Power Supply from the Back#
If physical access to the system is available, you can identify a failed PSU by the inspecting the LEDs on the power supply when the system is powered on.

Both LEDs should be solid green. If either of the LEDs are not green or if they are blinking, contact NVIDIA Enterprise Support to troubleshoot the issue.
Identifying the Failed Power Supply from the Console#
There are several ways to identify the failed PSU from the DGX A100 console.
Use the NVSM CLI as follows.
$ sudo nvsm show psus
The output shows information for each PSU. Look for any that do not report
Status_Health=OK
.View the PSU status from the BMC.
Click Sensor from the left side menu and inspect the PSU information from the Normal Sensors section.
Use
ipmitool
.$ sudo ipmitool sdr |grep -i psu
Look for power supplies with no temperature reading or an output reading close to or equal to zero.
Both NVSM and the BMC identify each power supply as PSUx, where x is from 0 to 5. The following diagram shows the physical location of each PSU.

Determining the Manufacturer#
Important
All PSUs in the system must be from the same manufacturer.
Issue the following to determine the PSU manufacturer.
$ sudo nvsm show /chassis/localhost/power/PSUX
Where X corresponds to the PSU identifier. The following examples uses PSU0, and shows that the manufacturer is “Delta”.
$ sudo nvsm show /chassis/localhost/power/PSU0
/chassis/localhost/power/PSU0
Properties:
FirmwareVersion = 01.05.01.05.01.05
LastPowerOutputWatts = 312
Manufacturer = Delta
MemberId = PSU0
Model = ECD16010092
Name = PSU0
Oem_PSU_Error = <NOT_SET>
PowerSupplyType = AC
SerialNumber = DTHTCP200807M
Status_Health = OK
Status_State = Present
Targets:
Verbs:
cd
show
Obtain the replacement PSU (of the same manufacturer) from NVIDIA Enterprise Support.
Replacing the Power Supply#
Be sure you have obtained the replacement PSU and that you have saved the packaging to use when sending back the failed PSU.
Determine whether you need to shut down the system.
If the three remaining PSUs are working and energized, then you do not need to shut down power to the DGX A100 system.
If fewer than three PSUs are working and energized, then shut down power to the DGX A100 system.
Unlock the power cord and then unplug it from the PSU to be replaced.
You may need to dislodge the power cord from the retaining clip.
Remove the PSU.
Push on the green tab to release the lock.
Pull on the black handle to remove the PSU from the chassis.
Install the new power supply.
Insert the new power supply into the chassis and push it all the way in, making sure that the green locking mechanism engages.
Plug in the power cord and lock it in place.
If needed, power on the system.
Confirm the installation by
Viewing the PSU status from the BMC dashboard->``Sensors`` page.
Running
nvsm show health
to confirm all power supplies are healthy.
Pack the old power supply and ship it back to NVIDIA Enterprise Support.