<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>PMBus on KnightLi Blog</title>
        <link>https://www.knightli.com/en/tags/pmbus/</link>
        <description>Recent content in PMBus on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Thu, 16 Apr 2026 23:11:04 +0800</lastBuildDate><atom:link href="https://www.knightli.com/en/tags/pmbus/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>CSPS Common Slot Server Power Supply Interface and Pinout</title>
        <link>https://www.knightli.com/en/2026/04/16/csps-common-slot-server-power-supply-pinout/</link>
        <pubDate>Thu, 16 Apr 2026 23:11:04 +0800</pubDate>
        
        <guid>https://www.knightli.com/en/2026/04/16/csps-common-slot-server-power-supply-pinout/</guid>
        <description>&lt;p&gt;&lt;code&gt;CSPS&lt;/code&gt; here refers to &lt;code&gt;Common Slot Server Power Supply&lt;/code&gt;, also often called &lt;code&gt;Common Slot Power Supply&lt;/code&gt;. These power supplies are common on HP / HPE ProLiant server platforms. Their typical characteristics are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Modular hot-plug power supply form factor.&lt;/li&gt;
&lt;li&gt;Mainly &lt;code&gt;12V&lt;/code&gt; output, suitable for centralized server backplane power distribution.&lt;/li&gt;
&lt;li&gt;64 pin edge connector / gold finger interface to the backplane.&lt;/li&gt;
&lt;li&gt;In addition to high-current &lt;code&gt;12V&lt;/code&gt; and &lt;code&gt;GND&lt;/code&gt;, they also provide &lt;code&gt;12VSB&lt;/code&gt; standby power, enable signals, status signals, and a &lt;code&gt;PMBus / SMBus / I2C&lt;/code&gt; management interface.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These power supplies are common on the used market, such as &lt;code&gt;DPS-750RB&lt;/code&gt; and &lt;code&gt;DPS-1200FB&lt;/code&gt;. They have high power density and are usually inexpensive, making them useful as lab 12V high-current supplies, charger front ends, 3D printer / CNC / radio equipment power supplies, or custom server PSU backplanes.&lt;/p&gt;
&lt;p&gt;Note that &lt;code&gt;Common Slot&lt;/code&gt; is more of a common slot form factor within a server vendor ecosystem. It is not the same kind of broadly published consumer standard as ATX. Different models are often very similar, but before building a breakout board or applying power directly, it is still best to compare the specific PSU model documentation and actual measurements.&lt;/p&gt;
&lt;h2 id=&#34;interface-structure&#34;&gt;Interface Structure
&lt;/h2&gt;&lt;p&gt;Common CSPS power supplies use a 64 pin edge connector for output. Based on Jayy&amp;rsquo;s open-source breakout board project, the connector can be a 2.54mm pitch 64 pin edge connector, for example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Vertical: &lt;code&gt;WingTat S-64M-2.54-5&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Right angle: &lt;code&gt;WingTat S-64L-2.54-5&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The high-current section is not carried by a single pin. Instead, multiple &lt;code&gt;12V&lt;/code&gt; and &lt;code&gt;GND&lt;/code&gt; pins are paralleled. This reduces current per contact, lowers heating caused by contact resistance, and makes current sharing on the backplane easier.&lt;/p&gt;
&lt;p&gt;The signal section is concentrated in the middle pins and includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;EN&lt;/code&gt;: main output enable control.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PRE&lt;/code&gt;: power supply present detection.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;12VSB&lt;/code&gt;: standby 12V, usually always on when AC input is present, with limited current capability.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;SCL / SDA&lt;/code&gt;: PMBus / SMBus / I2C communication.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PSOK&lt;/code&gt;: power supply OK signal.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;IMON&lt;/code&gt;: current monitor signal.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PSIN&lt;/code&gt;: alarm / status related signal.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ADR&lt;/code&gt;: PMBus address related pin.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;64-pin-pinout&#34;&gt;64 Pin Pinout
&lt;/h2&gt;&lt;p&gt;The following table groups the pins by function. It is useful when designing a breakout board, testing with wires, or troubleshooting the connector.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Pin&lt;/th&gt;
          &lt;th&gt;Signal&lt;/th&gt;
          &lt;th&gt;Description&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;01-13&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;12V&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Main power &lt;code&gt;+12V&lt;/code&gt; output&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;14-26&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;GND&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Main power ground&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;27&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;ADR&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;PMBus address setting / address related signal&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;28&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;NC&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Not connected&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;29&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;NC&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Not connected&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;30&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;GND&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Signal ground&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;31&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;SCL&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;PMBus / SMBus / I2C clock&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;32&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;SDA&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;PMBus / SMBus / I2C data&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;33&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;EN&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;#ENABLE&lt;/code&gt;, pull low to enable the main 12V output&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;34&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;IMON&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Current monitor&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;35&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;PSOK&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Power OK / power supply normal status&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;36&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;PRE&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Present, pull high as part of enabling the main output&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;37&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;12VSB&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;12V standby power, low current, usually always on&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;38&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;PSIN&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Power supply alarm / status signal&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;39-51&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;GND&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Main power ground&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;52-64&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;12V&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Main power &lt;code&gt;+12V&lt;/code&gt; output&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;From this layout, the two ends of the connector are the high-current area, and the middle is the control and management signal area. When designing a PCB, &lt;code&gt;12V&lt;/code&gt; and &lt;code&gt;GND&lt;/code&gt; should use large copper pours, many parallel vias, sufficiently wide traces, or copper bars. Signal lines should stay away from high-current switching loops to avoid coupling current ripple and contact noise into the management interface.&lt;/p&gt;
&lt;h2 id=&#34;enabling-the-12v-main-output&#34;&gt;Enabling the 12V Main Output
&lt;/h2&gt;&lt;p&gt;After AC power is applied, a CSPS power supply usually does not immediately enable the high-current &lt;code&gt;12V&lt;/code&gt; main output. To turn on the main output, the &lt;code&gt;PRE&lt;/code&gt; and &lt;code&gt;EN&lt;/code&gt; signals need to be handled.&lt;/p&gt;
&lt;h3 id=&#34;proper-enable-method&#34;&gt;Proper Enable Method
&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Pull &lt;code&gt;PRE&lt;/code&gt;, Pin 36, up to &lt;code&gt;12VSB&lt;/code&gt;, Pin 37.&lt;/li&gt;
&lt;li&gt;Pull &lt;code&gt;EN&lt;/code&gt;, Pin 33, down to signal ground. Pin 30 is recommended.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In practical terms:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;PRE&lt;/code&gt; tells the power supply that the module has been inserted into the backplane and the system allows it to enter the working state.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;EN&lt;/code&gt; is an active-low enable signal. Pulling it low turns on the main 12V output.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;12VSB&lt;/code&gt; can power a control board, MCU, fan controller, or soft-start circuit, but it should not be used as a high-current output.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If using an MCU for control, a safer approach is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Power the MCU from &lt;code&gt;12VSB&lt;/code&gt; through a DC-DC converter or LDO.&lt;/li&gt;
&lt;li&gt;Pull &lt;code&gt;EN&lt;/code&gt; down to signal ground through an open-drain output, N-MOS, or optocoupler.&lt;/li&gt;
&lt;li&gt;Pull &lt;code&gt;PRE&lt;/code&gt; up to &lt;code&gt;12VSB&lt;/code&gt; through a suitable resistor.&lt;/li&gt;
&lt;li&gt;After power-on, check status first, then enable &lt;code&gt;EN&lt;/code&gt; after a delay.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;quick-test-method&#34;&gt;Quick Test Method
&lt;/h3&gt;&lt;p&gt;According to the open-source breakout board project, you can also place a resistor between Pin 33 &lt;code&gt;EN&lt;/code&gt; and Pin 36 &lt;code&gt;PRE&lt;/code&gt; to enable the output. Many people short the pins directly, but using a resistor is recommended instead of a hard short.&lt;/p&gt;
&lt;p&gt;This method is suitable for temporary testing, not for a finished power supply intended for long-term operation. For long-term use, it is better to handle the signals as &lt;code&gt;PRE -&amp;gt; 12VSB&lt;/code&gt; and &lt;code&gt;EN -&amp;gt; GND&lt;/code&gt;, and leave protection and test points for the control signals.&lt;/p&gt;
&lt;h2 id=&#34;pmbus--smbus--i2c-management-interface&#34;&gt;PMBus / SMBus / I2C Management Interface
&lt;/h2&gt;&lt;p&gt;Pin 31 &lt;code&gt;SCL&lt;/code&gt; and Pin 32 &lt;code&gt;SDA&lt;/code&gt; are the management bus. Many server power supplies support PMBus internally and can expose or configure status information such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Output voltage, current, and power.&lt;/li&gt;
&lt;li&gt;Temperature and fan status.&lt;/li&gt;
&lt;li&gt;Input voltage status.&lt;/li&gt;
&lt;li&gt;Alarm, fault, and protection states.&lt;/li&gt;
&lt;li&gt;Manufacturer, model, serial number, and other identification data.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Several details are worth noting:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;PMBus&lt;/code&gt; is based on SMBus / I2C, but its command set is not the same as an ordinary I2C sensor.&lt;/li&gt;
&lt;li&gt;Different power supplies expose different commands. Some commands are read-only, and some may be vendor locked.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ADR&lt;/code&gt; may affect the device address, which is useful for multi-PSU parallel or redundant backplanes.&lt;/li&gt;
&lt;li&gt;Before connecting an MCU or USB-I2C tool, confirm the bus voltage level. Do not assume it can be connected directly to 5V.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;SCL / SDA&lt;/code&gt; usually need pull-up resistors. The pull-up voltage and resistance should be decided based on the PSU documentation and measurements.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you only want to use the PSU as a high-power 12V output, you can leave PMBus disconnected at first and only handle &lt;code&gt;PRE&lt;/code&gt;, &lt;code&gt;EN&lt;/code&gt;, &lt;code&gt;12VSB&lt;/code&gt;, and &lt;code&gt;GND&lt;/code&gt;. If you want to build a full monitoring panel or automatic protection, PMBus becomes very useful.&lt;/p&gt;
&lt;h2 id=&#34;breakout-board-design-notes&#34;&gt;Breakout Board Design Notes
&lt;/h2&gt;&lt;h3 id=&#34;high-current-output&#34;&gt;High-Current Output
&lt;/h3&gt;&lt;p&gt;Common CSPS power supplies range from several hundred watts to more than one kilowatt. At 12V output:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;750W is about 62.5A.&lt;/li&gt;
&lt;li&gt;1200W is about 100A.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is far beyond what ordinary Dupont wires, breadboards, or thin PCB traces can safely carry. When designing a breakout board:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use large copper pours or copper bars for &lt;code&gt;12V&lt;/code&gt; and &lt;code&gt;GND&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Choose output terminals with sufficient current rating, such as Anderson Powerpole, copper studs, terminal blocks, or XT series high-current connectors.&lt;/li&gt;
&lt;li&gt;Connect multiple &lt;code&gt;12V&lt;/code&gt; pins and multiple &lt;code&gt;GND&lt;/code&gt; pins. Using only a few contacts can cause overheating.&lt;/li&gt;
&lt;li&gt;Add fuses, circuit breakers, or electronic protection to the output.&lt;/li&gt;
&lt;li&gt;During long high-current operation, check the temperature rise of connectors, solder joints, and cables.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;control-signals&#34;&gt;Control Signals
&lt;/h3&gt;&lt;p&gt;Control signals should not share long thin return paths with the main current. Recommended practices:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bring out Pin 30 signal ground separately as the reference ground for the MCU / control board.&lt;/li&gt;
&lt;li&gt;Pull &lt;code&gt;EN&lt;/code&gt; down with a transistor or MOSFET. Do not let the MCU directly take unknown transients.&lt;/li&gt;
&lt;li&gt;Add current limiting, voltage division, or protection before feeding &lt;code&gt;PSOK&lt;/code&gt;, &lt;code&gt;PSIN&lt;/code&gt;, and &lt;code&gt;IMON&lt;/code&gt; into an MCU.&lt;/li&gt;
&lt;li&gt;Keep PMBus traces short and place a ground reference nearby.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;cooling-and-noise&#34;&gt;Cooling and Noise
&lt;/h3&gt;&lt;p&gt;Server power supplies are designed for rack servers and usually rely on high airflow. When used standalone, common issues include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fans can still be noisy at no load or light load.&lt;/li&gt;
&lt;li&gt;Connectors and output terminals heat up under high current.&lt;/li&gt;
&lt;li&gt;Some models may need a minimum load to stay stable.&lt;/li&gt;
&lt;li&gt;Parallel operation requires additional care for current sharing and reverse current.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a lab supply, place it in a well-ventilated area and add a voltmeter, ammeter, and temperature monitoring at the output. Do not seal it in a small box with no airflow for long-term full-load operation.&lt;/p&gt;
&lt;h2 id=&#34;common-csps-power-supply-models&#34;&gt;Common CSPS Power Supply Models
&lt;/h2&gt;&lt;p&gt;When searching for CSPS power supplies on the used market, three sets of numbers are often mixed together:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Option Part Number&lt;/code&gt;: HPE option number, commonly in the form &lt;code&gt;503296-B21&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Spare Part Number&lt;/code&gt; / &lt;code&gt;SPS&lt;/code&gt;: spare part number, commonly in the form &lt;code&gt;511777-001&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;PSU body model: commonly in the form &lt;code&gt;DPS-750RB A&lt;/code&gt;, &lt;code&gt;HSTNS-PL18&lt;/code&gt;, or &lt;code&gt;PS-2751-7CB-LF&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Do not look at only one number when buying a PSU. It is better to check the power rating, input voltage range, edge connector form, and label model at the same time. The following are common Common Slot / CSPS related models for initial filtering.&lt;/p&gt;
&lt;h3 id=&#34;hpe-common-slot-option-numbers&#34;&gt;HPE Common Slot Option Numbers
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Power&lt;/th&gt;
          &lt;th&gt;Common HPE option number&lt;/th&gt;
          &lt;th&gt;Common spare / generic numbers&lt;/th&gt;
          &lt;th&gt;Notes&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;503296-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;499249-001&lt;/code&gt;, &lt;code&gt;511777-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;460W AC Common Slot Gold Hot Plug&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;656362-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643931-001&lt;/code&gt;, &lt;code&gt;643954-201&lt;/code&gt;, &lt;code&gt;660184-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;460W Common Slot Platinum series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;512327-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;506821-001&lt;/code&gt;, &lt;code&gt;506822-201&lt;/code&gt;, &lt;code&gt;511778-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;750W Common Slot series, common &lt;code&gt;DPS-750RB&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;593831-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;591556-101&lt;/code&gt;, &lt;code&gt;591554-001&lt;/code&gt;, &lt;code&gt;599383-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;750W Common Slot series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;656363-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643932-001&lt;/code&gt;, &lt;code&gt;643955-101&lt;/code&gt;, &lt;code&gt;660183-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;750W Common Slot Platinum series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;739254-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;746072-001&lt;/code&gt;, &lt;code&gt;748281-201&lt;/code&gt;, &lt;code&gt;742516-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;750W Common Slot series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;697581-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;697579-001&lt;/code&gt;, &lt;code&gt;700287-001&lt;/code&gt;, &lt;code&gt;697554-201&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;750W Common Slot Platinum series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;438202-001&lt;/code&gt; / &lt;code&gt;438202-002&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;440785-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;1200W Common Slot series, common &lt;code&gt;DPS-1200FB&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;656364-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643933-001&lt;/code&gt;, &lt;code&gt;643956-101&lt;/code&gt;, &lt;code&gt;660185-001&lt;/code&gt;, &lt;code&gt;643956-201&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;1200W Common Slot Platinum series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1500W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;684532-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;684529-001&lt;/code&gt;, &lt;code&gt;684530-201&lt;/code&gt;, &lt;code&gt;704604-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;1500W Common Slot Platinum Plus series&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;common-models-seen-on-psu-labels&#34;&gt;Common Models Seen on PSU Labels
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Power range&lt;/th&gt;
          &lt;th&gt;Common PSU model / code&lt;/th&gt;
          &lt;th&gt;Common HPE numbers&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-460EB A&lt;/code&gt;, &lt;code&gt;HSTNS-PD14&lt;/code&gt;, &lt;code&gt;HSTNS-PL14&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;499249-001&lt;/code&gt;, &lt;code&gt;499250-101&lt;/code&gt;, &lt;code&gt;499250-201&lt;/code&gt;, &lt;code&gt;511777-001&lt;/code&gt;, &lt;code&gt;503296-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PL23B&lt;/code&gt;, &lt;code&gt;PS-2461-6C1-LF&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;591553-001&lt;/code&gt;, &lt;code&gt;591555-201&lt;/code&gt;, &lt;code&gt;599381-001&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-460MB A&lt;/code&gt;, &lt;code&gt;HSTNS-PL28&lt;/code&gt;, &lt;code&gt;PS-2461-7C-LF&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643931-001&lt;/code&gt;, &lt;code&gt;643954-201&lt;/code&gt;, &lt;code&gt;660184-001&lt;/code&gt;, &lt;code&gt;656362-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PR28-AD&lt;/code&gt;, &lt;code&gt;HSTNS-PL28-AD&lt;/code&gt;, &lt;code&gt;7001613-J100&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;746071-001&lt;/code&gt;, &lt;code&gt;748279-201&lt;/code&gt;, &lt;code&gt;748279-301&lt;/code&gt;, &lt;code&gt;742515-001&lt;/code&gt;, &lt;code&gt;739252-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-750RB-A&lt;/code&gt;, &lt;code&gt;HSTNS-PL18&lt;/code&gt;, &lt;code&gt;HSTNS-PD18&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;506821-001&lt;/code&gt;, &lt;code&gt;506822-101&lt;/code&gt;, &lt;code&gt;506822-201&lt;/code&gt;, &lt;code&gt;511778-001&lt;/code&gt;, &lt;code&gt;512327-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PL12&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;449838-001&lt;/code&gt;, &lt;code&gt;449840-001&lt;/code&gt;, &lt;code&gt;454353-001&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-750AB-4 A&lt;/code&gt;, &lt;code&gt;HSTNS-PD31&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;674890-001&lt;/code&gt;, &lt;code&gt;666375-101&lt;/code&gt;, &lt;code&gt;674275-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-750UB B&lt;/code&gt;, &lt;code&gt;HSTNS-PD22B&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;591556-101&lt;/code&gt;, &lt;code&gt;591554-001&lt;/code&gt;, &lt;code&gt;599383-001&lt;/code&gt;, &lt;code&gt;593831-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-750AB-3 A&lt;/code&gt;, &lt;code&gt;HSTNS-PD29&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643932-001&lt;/code&gt;, &lt;code&gt;643955-101&lt;/code&gt;, &lt;code&gt;660183-001&lt;/code&gt;, &lt;code&gt;656363-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PL29-AD&lt;/code&gt;, &lt;code&gt;PS-2751-7CB-LF&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;746072-001&lt;/code&gt;, &lt;code&gt;748281-201&lt;/code&gt;, &lt;code&gt;742516-001&lt;/code&gt;, &lt;code&gt;739254-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PL34&lt;/code&gt;, &lt;code&gt;PS-2751-9C-LF&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;697579-001&lt;/code&gt;, &lt;code&gt;700287-001&lt;/code&gt;, &lt;code&gt;697554-201&lt;/code&gt;, &lt;code&gt;697581-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-1200FB A&lt;/code&gt;, &lt;code&gt;HSTNS-PD11&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;440785-001&lt;/code&gt;, &lt;code&gt;438202-001&lt;/code&gt;, &lt;code&gt;438202-002&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-1200FB-1 A&lt;/code&gt;, &lt;code&gt;HSTNS-PD19&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;570451-001&lt;/code&gt;, &lt;code&gt;570451-101&lt;/code&gt;, &lt;code&gt;579229-001&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-1200SB A&lt;/code&gt;, &lt;code&gt;HSTNS-PD30&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643933-001&lt;/code&gt;, &lt;code&gt;643956-101&lt;/code&gt;, &lt;code&gt;660185-001&lt;/code&gt;, &lt;code&gt;643956-201&lt;/code&gt;, &lt;code&gt;656364-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-1200LB C&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;MVKTR-LF&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1500W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PL33&lt;/code&gt;, &lt;code&gt;PS-2152-1C-LF&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;684529-001&lt;/code&gt;, &lt;code&gt;684530-201&lt;/code&gt;, &lt;code&gt;704604-001&lt;/code&gt;, &lt;code&gt;684532-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2400W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-2400AB&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Verify against the specific label&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;do-not-confuse-it-with-flex-slot&#34;&gt;Do Not Confuse It With Flex Slot
&lt;/h3&gt;&lt;p&gt;HPE later introduced &lt;code&gt;Flex Slot&lt;/code&gt; power supplies, such as &lt;code&gt;500W / 800W / 1400W / 1600W / 1800W-2200W&lt;/code&gt; series. Flex Slot is also a hot-plug server PSU form factor, but it is smaller than the previous Common Slot generation, and the connector and breakout board are usually not directly compatible. This article mainly covers the 64 pin edge connector Common Slot / CSPS type. Do not assume that any hot-plug server PSU can use the same breakout board.&lt;/p&gt;
&lt;h3 id=&#34;huawei--xfusion-related-models&#34;&gt;Huawei / xFusion Related Models
&lt;/h3&gt;&lt;p&gt;Some Huawei server power supplies have an appearance and connector that are very close to HP Common Slot, but not all Huawei hot-plug 12V power supplies should be classified as CSPS. Many previously mentioned &lt;code&gt;PAC*&lt;/code&gt;, &lt;code&gt;PDC*&lt;/code&gt;, &lt;code&gt;EPW*&lt;/code&gt;, &lt;code&gt;PHD*&lt;/code&gt;, and &lt;code&gt;TPS*&lt;/code&gt; models are simply server hot-plug PSU series. Their connector size, control pins, and startup logic may not match HP 64 pin Common Slot.&lt;/p&gt;
&lt;p&gt;At present, the following model can be listed more confidently as Huawei-related CSPS / Common Slot form factor:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Model&lt;/th&gt;
          &lt;th&gt;Manufacturer&lt;/th&gt;
          &lt;th&gt;Huawei part number / related marking&lt;/th&gt;
          &lt;th&gt;Common systems&lt;/th&gt;
          &lt;th&gt;Specification&lt;/th&gt;
          &lt;th&gt;Notes&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;PS-2122-3H&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Lite-On&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;02130985&lt;/code&gt;, &lt;code&gt;WEPW12K00&lt;/code&gt;, sometimes written as &lt;code&gt;PS-2L22-3H&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Often seen in used Huawei X6000, RH1288 V2/V3, RH2288 V2/V3 parts&lt;/td&gt;
          &lt;td&gt;1200W, &lt;code&gt;+12V 100A&lt;/code&gt;, &lt;code&gt;+12VSB 2.5A&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Documentation and used-parts listings both point to a 1200W 12V hot-plug module used in Huawei servers, with an appearance close to Common Slot PSUs&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The output capability of &lt;code&gt;PS-2122-3H&lt;/code&gt; depends on the input voltage range. Common markings are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;100V input: &lt;code&gt;+12V 62.5A&lt;/code&gt;, about 750W.&lt;/li&gt;
&lt;li&gt;110-127V input: &lt;code&gt;+12V 75A&lt;/code&gt;, about 900W.&lt;/li&gt;
&lt;li&gt;200-240V AC or 240V DC input: &lt;code&gt;+12V 100A&lt;/code&gt;, about 1200W.&lt;/li&gt;
&lt;li&gt;Standby output: &lt;code&gt;+12VSB 2.5A&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Huawei &lt;code&gt;EPW750-12A&lt;/code&gt; type 750W power supplies are often compared with HP &lt;code&gt;DPS-750RB A&lt;/code&gt;. They also have an edge connector, 12V main output, and 12VSB, and there is a user report that HP &lt;code&gt;DPS-750RB A&lt;/code&gt; worked in a Huawei RH2288H V3. However, this is more like a clue from physical appearance and partial compatibility testing, and it is not enough to put &lt;code&gt;EPW750-12A&lt;/code&gt; into the confirmed CSPS model table. A safer description is: treat it as a model to be verified, and confirm the edge connector pinout, enable logic, and PMBus behavior before use.&lt;/p&gt;
&lt;p&gt;The following Huawei power supplies should not currently be written directly as CSPS-compatible models:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;PAC550S12-BE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PAC900S12-BE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PAC1500S12-BE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PAC2000S12-BE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PAC2000S12-TE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;EPW3000-12A&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PHD3000S12-CE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;TPS2500-12D&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PDC1200S12-CE&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;They are all common Huawei server / telecom equipment 12V hot-plug power supplies, but “hot-plug 12V power supply” does not mean “HP Common Slot / CSPS pinout compatible.” If clear edge connector photos, original pinout tables, or measured pinouts are found later, they can be added to the confirmed table separately.&lt;/p&gt;
&lt;p&gt;In theory, Common Slot power supplies with the same 64 pin edge connector and the same pinout may be compatible. However, used power supplies can come from many sources and may have vendor-specific firmware, different power ratings, different fan policies, or different management commands. Before actual use, it is best to verify with low risk:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Apply only AC input with no load, and confirm whether &lt;code&gt;12VSB&lt;/code&gt; is normal.&lt;/li&gt;
&lt;li&gt;Handle &lt;code&gt;PRE&lt;/code&gt; / &lt;code&gt;EN&lt;/code&gt; with a resistor method, and confirm whether the main 12V starts.&lt;/li&gt;
&lt;li&gt;Add a small load and test voltage stability.&lt;/li&gt;
&lt;li&gt;Increase the load gradually while observing temperature rise, fan behavior, and protection behavior.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;The core idea of CSPS / Common Slot server power supplies is straightforward:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Many pins at both ends are paralleled for &lt;code&gt;12V&lt;/code&gt; and &lt;code&gt;GND&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A small number of middle pins handle enable, status, standby power, and PMBus management.&lt;/li&gt;
&lt;li&gt;The main output requires &lt;code&gt;PRE&lt;/code&gt; and &lt;code&gt;EN&lt;/code&gt; to work together before it turns on.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;12VSB&lt;/code&gt; is standby power for control circuitry, not the main output.&lt;/li&gt;
&lt;li&gt;The real difficulty is not “turning it on,” but high-current connection, cooling, protection, and long-term reliability.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a simple breakout board, at minimum you need to connect &lt;code&gt;12V&lt;/code&gt;, &lt;code&gt;GND&lt;/code&gt;, &lt;code&gt;12VSB&lt;/code&gt;, &lt;code&gt;PRE&lt;/code&gt;, and &lt;code&gt;EN&lt;/code&gt;. For a complete backplane, &lt;code&gt;SCL&lt;/code&gt;, &lt;code&gt;SDA&lt;/code&gt;, &lt;code&gt;ADR&lt;/code&gt;, &lt;code&gt;PSOK&lt;/code&gt;, &lt;code&gt;IMON&lt;/code&gt;, and &lt;code&gt;PSIN&lt;/code&gt; should also be brought out for later monitoring and automatic control.&lt;/p&gt;
&lt;h2 id=&#34;references&#34;&gt;References
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jayzosayers/Common-Slot-Server-Power-Supply-Breakout-Module&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Common Slot Server Power Supply Breakout Board&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.parallelminer.com/product/x6-breakout-board-adapter-compatible-with-hp-750w-1200w1500watt-hp-power-supply/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Parallel Miner X6 Common Slot Breakout Board Compatibility List&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.computer-world.pro/huawei-x6000-1200-w-liteon-ps-2122-3h-12-v-100-a-p-97923.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Huawei X6000 1200W Lite-On PS-2122-3H 12V 100A&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.reddit.com/r/homelab/comments/lv89y6/using_server_psu_in_server_of_different/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HP DPS-750RB A in Huawei RH2288H V3 field discussion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/slundell/dps_charger&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;slundell/dps_charger&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.murata.com/products/productdata/8807027081246/d1u86p-w-1600-12-hbxdc.pdf?1583754811000&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Murata D1U86P-W-1600-12-HBXD.C Datasheet&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;common-csps-power-supply-models-1&#34;&gt;Common CSPS Power Supply Models
&lt;/h2&gt;&lt;p&gt;When searching for CSPS power supplies on the used market, three sets of numbers are often mixed together:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Option Part Number&lt;/code&gt;: HPE option number, commonly in the form &lt;code&gt;503296-B21&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Spare Part Number&lt;/code&gt; / &lt;code&gt;SPS&lt;/code&gt;: spare part number, commonly in the form &lt;code&gt;511777-001&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;PSU body model: commonly in the form &lt;code&gt;DPS-750RB A&lt;/code&gt;, &lt;code&gt;HSTNS-PL18&lt;/code&gt;, or &lt;code&gt;PS-2751-7CB-LF&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Do not look at only one number when buying a PSU. It is better to check the power rating, input voltage range, edge connector form, and label model at the same time. The following are common Common Slot / CSPS related models for initial filtering.&lt;/p&gt;
&lt;h3 id=&#34;hpe-common-slot-option-numbers-1&#34;&gt;HPE Common Slot Option Numbers
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Power&lt;/th&gt;
          &lt;th&gt;Common HPE option number&lt;/th&gt;
          &lt;th&gt;Common spare / generic numbers&lt;/th&gt;
          &lt;th&gt;Notes&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;503296-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;499249-001&lt;/code&gt;, &lt;code&gt;511777-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;460W AC Common Slot Gold Hot Plug&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;656362-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643931-001&lt;/code&gt;, &lt;code&gt;643954-201&lt;/code&gt;, &lt;code&gt;660184-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;460W Common Slot Platinum series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;512327-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;506821-001&lt;/code&gt;, &lt;code&gt;506822-201&lt;/code&gt;, &lt;code&gt;511778-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;750W Common Slot series, common &lt;code&gt;DPS-750RB&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;593831-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;591556-101&lt;/code&gt;, &lt;code&gt;591554-001&lt;/code&gt;, &lt;code&gt;599383-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;750W Common Slot series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;656363-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643932-001&lt;/code&gt;, &lt;code&gt;643955-101&lt;/code&gt;, &lt;code&gt;660183-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;750W Common Slot Platinum series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;739254-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;746072-001&lt;/code&gt;, &lt;code&gt;748281-201&lt;/code&gt;, &lt;code&gt;742516-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;750W Common Slot series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;697581-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;697579-001&lt;/code&gt;, &lt;code&gt;700287-001&lt;/code&gt;, &lt;code&gt;697554-201&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;750W Common Slot Platinum series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;438202-001&lt;/code&gt; / &lt;code&gt;438202-002&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;440785-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;1200W Common Slot series, common &lt;code&gt;DPS-1200FB&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;656364-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643933-001&lt;/code&gt;, &lt;code&gt;643956-101&lt;/code&gt;, &lt;code&gt;660185-001&lt;/code&gt;, &lt;code&gt;643956-201&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;1200W Common Slot Platinum series&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1500W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;684532-B21&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;684529-001&lt;/code&gt;, &lt;code&gt;684530-201&lt;/code&gt;, &lt;code&gt;704604-001&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;1500W Common Slot Platinum Plus series&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;common-models-seen-on-psu-labels-1&#34;&gt;Common Models Seen on PSU Labels
&lt;/h3&gt;&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Power range&lt;/th&gt;
          &lt;th&gt;Common PSU model / code&lt;/th&gt;
          &lt;th&gt;Common HPE numbers&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-460EB A&lt;/code&gt;, &lt;code&gt;HSTNS-PD14&lt;/code&gt;, &lt;code&gt;HSTNS-PL14&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;499249-001&lt;/code&gt;, &lt;code&gt;499250-101&lt;/code&gt;, &lt;code&gt;499250-201&lt;/code&gt;, &lt;code&gt;511777-001&lt;/code&gt;, &lt;code&gt;503296-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PL23B&lt;/code&gt;, &lt;code&gt;PS-2461-6C1-LF&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;591553-001&lt;/code&gt;, &lt;code&gt;591555-201&lt;/code&gt;, &lt;code&gt;599381-001&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-460MB A&lt;/code&gt;, &lt;code&gt;HSTNS-PL28&lt;/code&gt;, &lt;code&gt;PS-2461-7C-LF&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643931-001&lt;/code&gt;, &lt;code&gt;643954-201&lt;/code&gt;, &lt;code&gt;660184-001&lt;/code&gt;, &lt;code&gt;656362-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;460W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PR28-AD&lt;/code&gt;, &lt;code&gt;HSTNS-PL28-AD&lt;/code&gt;, &lt;code&gt;7001613-J100&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;746071-001&lt;/code&gt;, &lt;code&gt;748279-201&lt;/code&gt;, &lt;code&gt;748279-301&lt;/code&gt;, &lt;code&gt;742515-001&lt;/code&gt;, &lt;code&gt;739252-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-750RB-A&lt;/code&gt;, &lt;code&gt;HSTNS-PL18&lt;/code&gt;, &lt;code&gt;HSTNS-PD18&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;506821-001&lt;/code&gt;, &lt;code&gt;506822-101&lt;/code&gt;, &lt;code&gt;506822-201&lt;/code&gt;, &lt;code&gt;511778-001&lt;/code&gt;, &lt;code&gt;512327-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PL12&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;449838-001&lt;/code&gt;, &lt;code&gt;449840-001&lt;/code&gt;, &lt;code&gt;454353-001&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-750AB-4 A&lt;/code&gt;, &lt;code&gt;HSTNS-PD31&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;674890-001&lt;/code&gt;, &lt;code&gt;666375-101&lt;/code&gt;, &lt;code&gt;674275-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-750UB B&lt;/code&gt;, &lt;code&gt;HSTNS-PD22B&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;591556-101&lt;/code&gt;, &lt;code&gt;591554-001&lt;/code&gt;, &lt;code&gt;599383-001&lt;/code&gt;, &lt;code&gt;593831-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-750AB-3 A&lt;/code&gt;, &lt;code&gt;HSTNS-PD29&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643932-001&lt;/code&gt;, &lt;code&gt;643955-101&lt;/code&gt;, &lt;code&gt;660183-001&lt;/code&gt;, &lt;code&gt;656363-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PL29-AD&lt;/code&gt;, &lt;code&gt;PS-2751-7CB-LF&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;746072-001&lt;/code&gt;, &lt;code&gt;748281-201&lt;/code&gt;, &lt;code&gt;742516-001&lt;/code&gt;, &lt;code&gt;739254-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;750W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PL34&lt;/code&gt;, &lt;code&gt;PS-2751-9C-LF&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;697579-001&lt;/code&gt;, &lt;code&gt;700287-001&lt;/code&gt;, &lt;code&gt;697554-201&lt;/code&gt;, &lt;code&gt;697581-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-1200FB A&lt;/code&gt;, &lt;code&gt;HSTNS-PD11&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;440785-001&lt;/code&gt;, &lt;code&gt;438202-001&lt;/code&gt;, &lt;code&gt;438202-002&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-1200FB-1 A&lt;/code&gt;, &lt;code&gt;HSTNS-PD19&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;570451-001&lt;/code&gt;, &lt;code&gt;570451-101&lt;/code&gt;, &lt;code&gt;579229-001&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-1200SB A&lt;/code&gt;, &lt;code&gt;HSTNS-PD30&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;643933-001&lt;/code&gt;, &lt;code&gt;643956-101&lt;/code&gt;, &lt;code&gt;660185-001&lt;/code&gt;, &lt;code&gt;643956-201&lt;/code&gt;, &lt;code&gt;656364-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1200W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-1200LB C&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;MVKTR-LF&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;1500W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;HSTNS-PL33&lt;/code&gt;, &lt;code&gt;PS-2152-1C-LF&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;684529-001&lt;/code&gt;, &lt;code&gt;684530-201&lt;/code&gt;, &lt;code&gt;704604-001&lt;/code&gt;, &lt;code&gt;684532-B21&lt;/code&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2400W&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;DPS-2400AB&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Verify against the specific label&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;do-not-confuse-it-with-flex-slot-1&#34;&gt;Do Not Confuse It With Flex Slot
&lt;/h3&gt;&lt;p&gt;HPE later introduced &lt;code&gt;Flex Slot&lt;/code&gt; power supplies, such as &lt;code&gt;500W / 800W / 1400W / 1600W / 1800W-2200W&lt;/code&gt; series. Flex Slot is also a hot-plug server PSU form factor, but it is smaller than the previous Common Slot generation, and the connector and breakout board are usually not directly compatible. This article mainly covers the 64 pin edge connector Common Slot / CSPS type. Do not assume that any hot-plug server PSU can use the same breakout board.&lt;/p&gt;
&lt;h3 id=&#34;huawei--xfusion-related-models-1&#34;&gt;Huawei / xFusion Related Models
&lt;/h3&gt;&lt;p&gt;Some Huawei server power supplies have an appearance and connector that are very close to HP Common Slot, but not all Huawei hot-plug 12V power supplies should be classified as CSPS. Many previously mentioned &lt;code&gt;PAC*&lt;/code&gt;, &lt;code&gt;PDC*&lt;/code&gt;, &lt;code&gt;EPW*&lt;/code&gt;, &lt;code&gt;PHD*&lt;/code&gt;, and &lt;code&gt;TPS*&lt;/code&gt; models are simply server hot-plug PSU series. Their connector size, control pins, and startup logic may not match HP 64 pin Common Slot.&lt;/p&gt;
&lt;p&gt;At present, the following model can be listed more confidently as Huawei-related CSPS / Common Slot form factor:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Model&lt;/th&gt;
          &lt;th&gt;Manufacturer&lt;/th&gt;
          &lt;th&gt;Huawei part number / related marking&lt;/th&gt;
          &lt;th&gt;Common systems&lt;/th&gt;
          &lt;th&gt;Specification&lt;/th&gt;
          &lt;th&gt;Notes&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;PS-2122-3H&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Lite-On&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;02130985&lt;/code&gt;, &lt;code&gt;WEPW12K00&lt;/code&gt;, sometimes written as &lt;code&gt;PS-2L22-3H&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Often seen in used Huawei X6000, RH1288 V2/V3, RH2288 V2/V3 parts&lt;/td&gt;
          &lt;td&gt;1200W, &lt;code&gt;+12V 100A&lt;/code&gt;, &lt;code&gt;+12VSB 2.5A&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Documentation and used-parts listings both point to a 1200W 12V hot-plug module used in Huawei servers, with an appearance close to Common Slot PSUs&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The output capability of &lt;code&gt;PS-2122-3H&lt;/code&gt; depends on the input voltage range. Common markings are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;100V input: &lt;code&gt;+12V 62.5A&lt;/code&gt;, about 750W.&lt;/li&gt;
&lt;li&gt;110-127V input: &lt;code&gt;+12V 75A&lt;/code&gt;, about 900W.&lt;/li&gt;
&lt;li&gt;200-240V AC or 240V DC input: &lt;code&gt;+12V 100A&lt;/code&gt;, about 1200W.&lt;/li&gt;
&lt;li&gt;Standby output: &lt;code&gt;+12VSB 2.5A&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Huawei &lt;code&gt;EPW750-12A&lt;/code&gt; type 750W power supplies are often compared with HP &lt;code&gt;DPS-750RB A&lt;/code&gt;. They also have an edge connector, 12V main output, and 12VSB, and there is a user report that HP &lt;code&gt;DPS-750RB A&lt;/code&gt; worked in a Huawei RH2288H V3. However, this is more like a clue from physical appearance and partial compatibility testing, and it is not enough to put &lt;code&gt;EPW750-12A&lt;/code&gt; into the confirmed CSPS model table. A safer description is: treat it as a model to be verified, and confirm the edge connector pinout, enable logic, and PMBus behavior before use.&lt;/p&gt;
&lt;p&gt;The following Huawei power supplies should not currently be written directly as CSPS-compatible models:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;PAC550S12-BE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PAC900S12-BE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PAC1500S12-BE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PAC2000S12-BE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PAC2000S12-TE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;EPW3000-12A&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PHD3000S12-CE&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;TPS2500-12D&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;PDC1200S12-CE&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;They are all common Huawei server / telecom equipment 12V hot-plug power supplies, but “hot-plug 12V power supply” does not mean “HP Common Slot / CSPS pinout compatible.” If clear edge connector photos, original pinout tables, or measured pinouts are found later, they can be added to the confirmed table separately.&lt;/p&gt;
&lt;p&gt;In theory, Common Slot power supplies with the same 64 pin edge connector and the same pinout may be compatible. However, used power supplies can come from many sources and may have vendor-specific firmware, different power ratings, different fan policies, or different management commands. Before actual use, it is best to verify with low risk:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Apply only AC input with no load, and confirm whether &lt;code&gt;12VSB&lt;/code&gt; is normal.&lt;/li&gt;
&lt;li&gt;Handle &lt;code&gt;PRE&lt;/code&gt; / &lt;code&gt;EN&lt;/code&gt; with a resistor method, and confirm whether the main 12V starts.&lt;/li&gt;
&lt;li&gt;Add a small load and test voltage stability.&lt;/li&gt;
&lt;li&gt;Increase the load gradually while observing temperature rise, fan behavior, and protection behavior.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;summary-1&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;The core idea of CSPS / Common Slot server power supplies is straightforward:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Many pins at both ends are paralleled for &lt;code&gt;12V&lt;/code&gt; and &lt;code&gt;GND&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A small number of middle pins handle enable, status, standby power, and PMBus management.&lt;/li&gt;
&lt;li&gt;The main output requires &lt;code&gt;PRE&lt;/code&gt; and &lt;code&gt;EN&lt;/code&gt; to work together before it turns on.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;12VSB&lt;/code&gt; is standby power for control circuitry, not the main output.&lt;/li&gt;
&lt;li&gt;The real difficulty is not “turning it on,” but high-current connection, cooling, protection, and long-term reliability.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a simple breakout board, at minimum you need to connect &lt;code&gt;12V&lt;/code&gt;, &lt;code&gt;GND&lt;/code&gt;, &lt;code&gt;12VSB&lt;/code&gt;, &lt;code&gt;PRE&lt;/code&gt;, and &lt;code&gt;EN&lt;/code&gt;. For a complete backplane, &lt;code&gt;SCL&lt;/code&gt;, &lt;code&gt;SDA&lt;/code&gt;, &lt;code&gt;ADR&lt;/code&gt;, &lt;code&gt;PSOK&lt;/code&gt;, &lt;code&gt;IMON&lt;/code&gt;, and &lt;code&gt;PSIN&lt;/code&gt; should also be brought out for later monitoring and automatic control.&lt;/p&gt;
&lt;h2 id=&#34;references-1&#34;&gt;References
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/jayzosayers/Common-Slot-Server-Power-Supply-Breakout-Module&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Common Slot Server Power Supply Breakout Board&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.parallelminer.com/product/x6-breakout-board-adapter-compatible-with-hp-750w-1200w1500watt-hp-power-supply/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Parallel Miner X6 Common Slot Breakout Board Compatibility List&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.computer-world.pro/huawei-x6000-1200-w-liteon-ps-2122-3h-12-v-100-a-p-97923.html&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Huawei X6000 1200W Lite-On PS-2122-3H 12V 100A&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.reddit.com/r/homelab/comments/lv89y6/using_server_psu_in_server_of_different/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;HP DPS-750RB A in Huawei RH2288H V3 field discussion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/slundell/dps_charger&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;slundell/dps_charger&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://www.murata.com/products/productdata/8807027081246/d1u86p-w-1600-12-hbxdc.pdf?1583754811000&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Murata D1U86P-W-1600-12-HBXD.C Datasheet&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
