Three battery packs is not a fault, it is a vocabulary problem
- date
- 20260824 to 20260825
- what happened
- Each UPS reports three battery packs over SNMP and on its command line. That is three enclosures, not three cartridges: one internal plus two external, each external holding two replaceable cartridges, five cartridges per unit in total.
- what it cost
- Several hours of a two-person diagnostic session chasing a missing cartridge that was never missing, misled in part by third-party listings that describe the internal bay as holding two cartridges when it physically holds one.
- what changed
- The terminology and the real topology are documented, including the fact that pack numbers are sticky and non-sequential per unit by design and must never be renumbered. A per-cartridge SNMP monitoring table was built once the topology was understood.
- the check now
- Five confirmed cartridge install dates per unit, and a monitoring table keyed on cartridge serial rather than on pack index.
The UPS management interface says the unit has three battery packs. The unit has five batteries. Neither number is wrong, and the gap between them cost most of a day.
APC calls an external battery enclosure a pack. That reads naturally as “a battery”. Each external pack on these units holds two separate replaceable battery cartridges, and the internal bay looks like it should mirror that but physically holds one. So three packs is one internal cartridge plus two enclosures of two, which is five cartridges. The interface also shows a placeholder install date from the year 2000 for a slot that does not exist, which looks exactly like a cartridge that was never registered.
Two people spent hours on that phantom slot, cross-checking reseller listings, which disagree with the hardware, and a vendor knowledge-base article about needing load present for detection, which turned out to be irrelevant here. The thing that settled it was opening the chassis and counting.
Two details are worth carrying away beyond this hardware. The first is the habit. When a management interface’s count of things does not match your intuition, verify the vendor’s noun before you troubleshoot the number. A disagreement about what a word means looks identical, from the software side, to a missing part. The second is specific, and easy to get wrong later. Pack numbering on these units is deliberately sticky and non-sequential. A gap in the numbers is normal, and renumbering them to look tidy destroys the mapping between a number and a physical enclosure. Monitoring here is keyed on cartridge serial for that reason, not on the index the device happens to print.
Source: node0 lessons v0.1, lesson 5.3. Sanitized: checklist v0.1, 20260921; names pass only; voice pass 20260921. Part of oznog.com/node0.
