10

What kind of connector is this?

Old HDD with unknown connector

I have no physical access to it. This picture was sent to me by a friend who is a consultant for the owner of the disk. It looks like a SAS or SATA connector but only relatively.

Conjectures:

  • It's an HDD (we're not sure as we have no physical access to it)
  • The sticker is removed on the other side so there is no model or p/n or manufacturer to look for
  • Someone at the place thinks that this might have something to do with some IBM hardware

What I think

For me it is a regular SAS or SATA drive with the connector cap broken. From left to right would be the two 3-pin, and the one 4-pin connector are the SATA power ASSY skipping the COM pins but one.

The right-most might be the SAS or SATA data bus.

I have had a couple of hard drives that had the connector broken at the hard drive but I don't really remember what it looks like. I don't have a spare one to break apart at present.

What do you think?

It will be interesting to find out for real what it is.

6
  • If you put SAS and SATA next to eachother then they have the same connector, except that SATA has some plasic between the power and the data part. The drive picture has a hole there for the plastic part, so I assume it is SATA. (SAS has no hole between the connectors, thus allowing SAS cables to be plugged into SAS and into SATA driver, but SATA cables only into SATA drives. Not sure what the two other connectors are though. Were they used at all?
    – Hennes
    Commented Nov 10, 2016 at 20:17
  • 2
    arent guess the connectors off topic?
    – Keltari
    Commented Nov 10, 2016 at 21:30
  • An Intel chip oboard... interesting clue
    – misha256
    Commented Nov 10, 2016 at 23:55
  • 1
    I've never seen a connector like this. Maybe it's an HDD with a proprietary interface? Higher res / more photos could help...
    – Max
    Commented Nov 17, 2016 at 21:20
  • If the picture was better, less fuzzy letters, some guesses could be forwarded as to what the device was. I'm not convinced this is a hard drive. Commented Jun 18, 2018 at 18:03

1 Answer 1

7

UPDATE: the world works in mysterious ways.

TL;DR: This connector is SSA - Serial Storage Architecture, developed by IBM in 1990, and used in their storage arrays (paired with mainframes, which are predominantly consist of Processing, RAM and I/O) until at least the z9 series. Logically speaking SSA uses SCSI commands. At some point it was superseded by Fibre Channel


I recently stumbled across a tweet from T0py (@InfoSecFriends) showing progress on a z9 Mainframe they are playing with... they've have kindly shared a photo in a tweet from the storage array showing the other end of this connector.

storage array

So, I'd suggest that yes, this is very likely a hard disk from an IBM machine - possibly a z9 Mainframe (or another generation).

As @reben has mentioned, it could equally be another machine running AIX (though I can't immediately identify what hardware would have had SSA support).

From this photo we can confirm that the right-most connector (bottom here) is indeed power, and I'm still placing bets on the middle-right being for management.

Interestingly my expectations regarding the dual-path data channels are a little off - here you can see that the disks are daisy chained, forming a loop. This topology can offer redundancy for a single link failure, or a single disk failure (or removal)... Interestingly though, if multiple disks were to fail (or be removed, or multiple links), then you will loose access to a whole section of the loop. For this reason I suspect that multiple smaller loops will be employed - perhaps one per row.

loop topology



Original Answer:

I can't make any bold claims as to what this is... but I can tell you it is not standard SATA or SAS - sorry.

I can also guide you through some of the interesting points from your photo.

I'd guess that "hard drive" is a reasonable assumption here... the black metal protrusion with what looks like 4× contacts is probably the spindle motor, and the mounting holes look reasonable for standard hard disk mounting...


The picture is pretty blurry, by we can see that there are parts from least three major manufacturers - TI, ST and Intel - which isn't particularly strange, but worth noting.

enter image description here

We cant clearly see the part numbers, but I'd hazard a guess along the following lines:

  • TI - a DSP or other signal processing
  • Intel - Flash memory - probably holding the firmware
  • ST - probably general board control or motor control.

The big slab on the top-left is probably the main processor, handling I/O with the host(s)... below that is probably the RAM for caching.

I suspect (given the separated connectors) that this device supports two data paths - most likely for redundancy... the differential pairs are highlighted in yellow / purple below. These will probably be connected to two separate storage controllers, meaning that if a controller goes down, the disk is still accessible by the "other".

enter image description here

What is a bit strange, is the size of the inline resistors(?) - from a signal integrity point of view they are huge - especially when compared to the much smaller capacitors(?) just above.

enter image description here

Also, while the left two connectors appear to be 3-pin, I'd speculate that they are actually 6-pin (3× on either side). This allows for the differential signals (4× signals to each connector) to be separated by a pair of ground pins.


The connector to the far-right is most likely power. This is evident by the fact the some of the pins are elongated, providing a first-mate-last-break connection for the 0v rail. Additionally, the pins are ganged and feed directly into large capacitors and sizable copper pours - they are not signals.

enter image description here


This leaves the middle-right connector, which I'd guess is a low-speed interface for system health and monitoring purposes - something that will quite likely be handled by a totally separate subsystem - especially if this belongs in a system like what I have in mind...


Sadly a bit of rummaging provided no good information about what interface IBM use for hard disks in their "recent" System z9 and System z10 mainframes...

Bear in mind that these things are seriously over-engineered and very redundant...

  • They have whole CPU dies that can be swapped in if another fails sanity checks.
  • IIRC the System z10 is able to support a whopping 1.5 TB of fully redundant RAM.

enter image description here

These systems are designed for 99.999% uptime (five-nines), which equates to a downtime of approx 5m15s per year.

Redundancy here isn't just about failure, but also serviceability while the system remains fully functional.


I know that this question is quite old now, but if you have a chance to add more photos or information, I'd love to see it.

3
  • 1
    Doesn't have to be mainframe. SSAs were used on AIXes (UNIX) too.
    – reben
    Commented Oct 22, 2018 at 13:46
  • Cool, thanks - any idea what hardware under AIX would have had SSA support?
    – Attie
    Commented Oct 22, 2018 at 20:57
  • 1
    Not sure. A long time ago. But the need for reliability on AIX servers as well. I remember the disks being surprisingly fast, and also the loop configuration you describe. Actually wise to reuse something good...
    – reben
    Commented Oct 22, 2018 at 21:01

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .