Difference between revisions of "SCSI Hard Drive Testing"

From FreekiWiki
Jump to navigation Jump to search
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{migrated}}
 +
[https://docs.google.com/document/d/1zWGXaRFV2kkpZlZ6oCVE2sCvWA5Fj4gr5WzJgKGchqY/edit?usp=sharing Link]
 +
 
''' PREREQUISITE = ''' <br>  
 
''' PREREQUISITE = ''' <br>  
 
''' This document assumes you are familiar with how Free Geek tests/wipes IDE & SATA HDs. '''
 
''' This document assumes you are familiar with how Free Geek tests/wipes IDE & SATA HDs. '''
Line 4: Line 7:
 
<br>
 
<br>
  
First triage the drives here [[SCSI Hard Drive Triage]]
+
First triage the HDs here [[SCSI Hard Drive Triage]]
  
 
<br>
 
<br>
  
 
== Overview of the test station ==
 
== Overview of the test station ==
We have an external enclosure for testing up to 12 "80-pin" HDs (connector shaped like a hollow "D").  Also, we have an internal cable & power supply extender with room for up to 4 "68-pin" HDs (also "D" shaped, but with pins).
+
We have an external enclosure for testing up to 12 "80-pin" HDs (connector shaped like a hollow "D").  Also, we have an internal cable, & power supply extender, with room for up to 4 "68-pin" HDs (also "D" shaped, but with pins).
 
<br>
 
<br>
NOTE: Our current test script has trouble displaying the in-progress detail for more than 5 or 6 HDs, so, even tho' we could test up to 16 HDs on this test station, doing only 5 or 6 is easier to manage.  Also, testing more than 5 or 6 72GB drives can take 20+ hours to finish, so it's really more efficient to keep the batch-size down.
+
NOTE: Our current test script has trouble displaying the in-progress detail for more than 5 or 6 HDs, so, even tho' we could test up to 16 HDs on this test station, doing only 5 or 6 is easier to manage.  Also, testing more than 5 or 6 72GB HDs can take 20+ hours to finish, so schedule accordingly.
  
 
== Jumpers ==  
 
== Jumpers ==  
Line 17: Line 20:
 
There will be diagrams on the HDs, which is good, because the patterns run from left to right OR right to left (just like with IDE HDs).
 
There will be diagrams on the HDs, which is good, because the patterns run from left to right OR right to left (just like with IDE HDs).
  
=== Drive ID ===
+
=== Setting ID Jumpers on 68-pin drives ===
 
There will be 4 jumpers, labeled "0 1 2 3" or "1 2 3 4" or "1 2 4 8".  Jumpering a combination of these will give IDs of 0 thru 15.  Think of the "1 2 4 8" pattern: no jumpers gives 0, all 4 jumpered gives 15 (1 + 2 + 4 + 8), jumpers on 1 & 2 gives 3, jumpers on 1 & 4 gives 5, jumpers on only 1 of the 4 gives 1 or 2 or 4 or 8.  
 
There will be 4 jumpers, labeled "0 1 2 3" or "1 2 3 4" or "1 2 4 8".  Jumpering a combination of these will give IDs of 0 thru 15.  Think of the "1 2 4 8" pattern: no jumpers gives 0, all 4 jumpered gives 15 (1 + 2 + 4 + 8), jumpers on 1 & 2 gives 3, jumpers on 1 & 4 gives 5, jumpers on only 1 of the 4 gives 1 or 2 or 4 or 8.  
IMPORTANT NOTE =  do NOT jumper an HD to 6 or 7, these are used by the controller cards (some cards use 6, others use 7).  If you do, the drive will not show up, giving you a false negative.
+
<br>
 +
IMPORTANT NOTE =  do NOT jumper an HD to 6 or 7, these are used by the controller cards (some cards use 6, others use 7).  If you do, the HD will not be recognized, thus giving a false negative.
  
=== Other ===
+
=== Other Jumpers ===
68-pin SCSI HDs often have a 2nd set of jumpers.  These are not for ID numbers, but rather for settings like termination, spin delay, & other SCSI-specific & esoteric things we usually do not care about.  REMOVE all jumpers from this pin array.  Then, read the pin diagram, looking for "Motor Enable", or a similar phrase.  Usually the drive will "spin up" & be recognized without this jumper, but if not, try adding a jumper here.
+
68-pin SCSI HDs often have a 2nd set of jumpers.  These are not for ID numbers, but rather for settings like termination, spin delay, & other SCSI-specific & esoteric things we usually do not care about.  REMOVE all jumpers from this pin array.  Then, read the pin diagram, looking for "Motor Enable", or a similar phrase.  Usually the HD will "spin up" & be recognized without this jumper, but if not, try adding a jumper here.
 +
 
 +
=== Howto Tell Which Drive Is Which ===
 +
The test script currently has trouble finding serial numbers for SCSI HDs.  If you are testing drives ONLY in the external enclosure OR on the internal cable, this is no problem:
 +
<br>
 +
For drives in the external enclosure, the enclosure "jumpers" the drives from bottom to top, so if you load 12 drives, they will be read by the script as "sda" thru "sdl".
 +
For drives on the internal cable, the drive jumpers control the script's order, for example: drives 0, 1, 2, 4 are "sda, sdb, sdc, sdd".
 +
<br>
 +
''' IMPORTANT NOTE ! '''
 +
<br>
 +
When you test both internal & external drives, the EXTERNAL enclosure is read FIRST.  Example: you have 3 drives in the external enclosure & 3 drives on the internal cable, so the EXTERNAL drives will read as "sda" thru "sdc", & the internal drives will read as "sdd" thru "sdf".
  
 
== Test Station Repair & Maintenance ==  
 
== Test Station Repair & Maintenance ==  
 
This will become a full discussion of hardware inventory for a SCSI HD test station.  Mostly this will matter when an internal cable wears out.
 
This will become a full discussion of hardware inventory for a SCSI HD test station.  Mostly this will matter when an internal cable wears out.
 +
 +
=== Cables ===
 +
Do not connect the internal & external cables to the same controller card, as this creates the risk of having 1 of 2 HDs be invisible because they are jumpered to the same ID on the same channel, thus giving a false negative.  It can be done, but it's tricky because there is no standardization RE which connectors are on which channel.  Basically, when swapping cables, plug the new cable into the same connector the old one was on.
 +
 
=== Controller Cards ===  
 
=== Controller Cards ===  
  
=== Cables ===
 
Do not connect the internal & external cables to the same controller card, as this creates the risk of having 1 of 2 drives be invisible because they are jumpered to the same ID on the same channel.  It can be done, but it's tricky because there is no standardization RE which connectors are on which channel.
 
  
[[Category:Advanced Testing]]
+
[[Category:Hardware Testing]]

Latest revision as of 12:45, 1 August 2014

deletion

This page has been migrated to a document on Free Geek's Google Drive.

Information remaining behind may no longer be relevant.

MIGRATOR:

When you have tagged this page as migrated,
please add a link to the new document on Google Drive.

(Link to new page immediately below.)


Link

PREREQUISITE =
This document assumes you are familiar with how Free Geek tests/wipes IDE & SATA HDs.


First triage the HDs here SCSI Hard Drive Triage


Overview of the test station

We have an external enclosure for testing up to 12 "80-pin" HDs (connector shaped like a hollow "D"). Also, we have an internal cable, & power supply extender, with room for up to 4 "68-pin" HDs (also "D" shaped, but with pins).
NOTE: Our current test script has trouble displaying the in-progress detail for more than 5 or 6 HDs, so, even tho' we could test up to 16 HDs on this test station, doing only 5 or 6 is easier to manage. Also, testing more than 5 or 6 72GB HDs can take 20+ hours to finish, so schedule accordingly.

Jumpers

There are usually no jumpers on the 80-pin HDs that go into the external enclosure, the enclosure jumpers them. If there are any, remove them all. As for 68-pin HDs, where IDE HDs are jumpered "Master" or "Slave", SCSI HDs are jumpered numerically "0" thru "15". There will be diagrams on the HDs, which is good, because the patterns run from left to right OR right to left (just like with IDE HDs).

Setting ID Jumpers on 68-pin drives

There will be 4 jumpers, labeled "0 1 2 3" or "1 2 3 4" or "1 2 4 8". Jumpering a combination of these will give IDs of 0 thru 15. Think of the "1 2 4 8" pattern: no jumpers gives 0, all 4 jumpered gives 15 (1 + 2 + 4 + 8), jumpers on 1 & 2 gives 3, jumpers on 1 & 4 gives 5, jumpers on only 1 of the 4 gives 1 or 2 or 4 or 8.
IMPORTANT NOTE = do NOT jumper an HD to 6 or 7, these are used by the controller cards (some cards use 6, others use 7). If you do, the HD will not be recognized, thus giving a false negative.

Other Jumpers

68-pin SCSI HDs often have a 2nd set of jumpers. These are not for ID numbers, but rather for settings like termination, spin delay, & other SCSI-specific & esoteric things we usually do not care about. REMOVE all jumpers from this pin array. Then, read the pin diagram, looking for "Motor Enable", or a similar phrase. Usually the HD will "spin up" & be recognized without this jumper, but if not, try adding a jumper here.

Howto Tell Which Drive Is Which

The test script currently has trouble finding serial numbers for SCSI HDs. If you are testing drives ONLY in the external enclosure OR on the internal cable, this is no problem:
For drives in the external enclosure, the enclosure "jumpers" the drives from bottom to top, so if you load 12 drives, they will be read by the script as "sda" thru "sdl". For drives on the internal cable, the drive jumpers control the script's order, for example: drives 0, 1, 2, 4 are "sda, sdb, sdc, sdd".
IMPORTANT NOTE !
When you test both internal & external drives, the EXTERNAL enclosure is read FIRST. Example: you have 3 drives in the external enclosure & 3 drives on the internal cable, so the EXTERNAL drives will read as "sda" thru "sdc", & the internal drives will read as "sdd" thru "sdf".

Test Station Repair & Maintenance

This will become a full discussion of hardware inventory for a SCSI HD test station. Mostly this will matter when an internal cable wears out.

Cables

Do not connect the internal & external cables to the same controller card, as this creates the risk of having 1 of 2 HDs be invisible because they are jumpered to the same ID on the same channel, thus giving a false negative. It can be done, but it's tricky because there is no standardization RE which connectors are on which channel. Basically, when swapping cables, plug the new cable into the same connector the old one was on.

Controller Cards