We’re using edac-ctl, from edac-utils, to get information about the configuration of our servers. I recently added the labels for our H8QG6-based models to the database; if you’re lucky enough to own one of these beautiful machines, the following patch might be of interest to you.
This has been sent upstream so hopefully this will appear in a future release of edac-utils.
From 997fbda58cbf5eadb426b0d5f169d70c6d796afb Mon Sep 17 00:00:00 2001 From: Jonas Bonn <jonas@southpole.se> Date: Wed, 9 Nov 2011 15:05:41 +0100 Subject: [PATCH 1/1] Add labels for Supermicro H8QG6 --- src/etc/labels.db | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/etc/labels.db b/src/etc/labels.db index 5b01c7f..bc68777 100644 --- a/src/etc/labels.db +++ b/src/etc/labels.db @@ -58,6 +58,24 @@ Vendor: Supermicro DIMMA3: 0.2.0, 0.3.0; DIMMB3: 1.0.1, 1.1.1; DIMMA4: 0.2.1, 0.3.1; DIMMB4: 1.0.0, 1.1.0; + Model: H8QG6 + P1-DIMM1B: 0.0.0, 0.1.0; P1-DIMM2B: 0.0.1, 0.1.1; + P1-DIMM3B: 1.0.0, 1.1.0; P1-DIMM4B: 1.0.1, 1.1.1; + P1-DIMM1A: 0.2.0, 0.3.0; P1-DIMM2A: 0.2.1, 0.3.1; + P1-DIMM3A: 1.2.0, 1.3.0; P1-DIMM4A: 1.2.1, 1.3.1; + P2-DIMM1B: 2.0.0, 2.1.0; P2-DIMM2B: 2.0.1, 2.1.1; + P2-DIMM3B: 3.0.0, 3.1.0; P2-DIMM4B: 3.0.1, 3.1.1; + P2-DIMM1A: 2.2.0, 2.3.0; P2-DIMM2A: 2.2.1, 2.3.1; + P2-DIMM3A: 3.2.0, 3.3.0; P2-DIMM4A: 3.2.1, 3.3.1; + P3-DIMM1B: 4.0.0, 4.1.0; P3-DIMM2B: 4.0.1, 4.1.1; + P3-DIMM3B: 5.0.0, 5.1.0; P3-DIMM4B: 5.0.1, 5.1.1; + P3-DIMM1A: 4.2.0, 4.3.0; P3-DIMM2A: 4.2.1, 4.3.1; + P3-DIMM3A: 5.2.0, 5.3.0; P3-DIMM4A: 5.2.1, 5.3.1; + P4-DIMM1B: 6.0.0, 6.1.0; P4-DIMM2B: 6.0.1, 6.1.1; + P4-DIMM3B: 7.0.0, 7.1.0; P4-DIMM4B: 7.0.1, 7.1.1; + P4-DIMM1A: 6.2.0, 6.3.0; P4-DIMM2A: 6.2.1, 6.3.1; + P4-DIMM3A: 7.2.0, 7.3.0; P4-DIMM4A: 7.2.1, 7.3.1; + Model: H8QM8 DIMMA 2A: 0.0.0, 0.1.0; DIMMA 2B: 0.0.1, 0.1.1; DIMMA 1A: 0.2.0, 0.3.0; DIMMA 1B: 0.2.1, 0.3.1; -- 1.7.5.4