ElEctric_EyE wrote:
I was looking for SCSI-2 drives on a popular site, the same type you showed in your pic a few posts ago. They didn't have any SCSI-2 drives.
Anything they would have probably wouldn't be listed as "SCSI-2 drives." To clarify, the SCSI-2 standard was introduced in 1994 as an upgrade to the original SCSI-1 standard of 1986. SCSI-2 added some new command features, as well as extended addressing to handle the higher capacity hard drives that were coming on line at the time. Also, the bus speed was doubled over the original standard and a 16 bit bus was introduced. Almost any SCSI device made since 1994 will support SCSI-2, which includes all current production.
The current SCSI standards expand upon SCSI-2 to add support for "hyper-extended" addressing, as well as features introduced by the low-voltage differential (LVD) bus, which is standard in almost all currently shipping SCSI hardware.
"Narrow" (8 bit) devices of any type went out of production a number of years ago, so all that would be available would be NOS or used, the latter which should be avoided. There are still sources for NOS "wide" (16 bit) single-ended devices that conform to the SCSI-2 standard. Such hardware was real common in servers built during the 1990s.
We built our servers with wide SE hardware until late 1999, when we switched to LVD. However, non-disk devices (tapes, etc.) continued to be built with narrow interfaces up until about five years ago. A lot of that stuff is readily available from bulk liquidators.
It's important to understand that all SCSI devices are hardware and software downward compatible with the older standards. This feature allows old SCSI hardware (e.g., first generation SCSI disks from the 1980s) to be operated in concert with new or newer hardware. As each SCSI device embodies a high degree of intelligence, each is able to negotiate the best possible connection with the host adapter. The lone exception is the high voltage differential hardware, which cannot be mixed with other types. It's unlikely you will run into any HVD hardware, but if you do, don't buy it.
Also important to understand is that SCSI software features are mostly independent of hardware aspects. A read or write command works the same whether addressing a 500 GB LVD-320 disk or a QIC-150 tape drive from the 1980s. In fact, the SCSI-1 read command will work with the 500 GB disk, except it won't be able to address the full extent of the disk (SCSI-1 had 21 bit block addressing). So I can cobble up almost any combination of SCSI hardware and get it to work, although not necessarily in an optimal way (think
MacGyver hacking together a flying machine).
Tor wrote:
BigDumbDinosaur wrote:
[..]modern LVD drives can be readily adapted to the 8 bit bus. Also, all SCSI drives are all downward compatible with the older standards (going all the way back to SCSI-1 from 1986).
I wasn't aware of this at all. Can you elaborate? Maybe a link to somewhere where this is described more in detail? Being able to use a new scsi drive with old equipment would be great.
A variety of cables have been used for the SCSI bus. The most common are/were 50 conductor ribbon cable with standard density IDC connectors (used with the 8 bit bus and most common until the introduction of the "wide" 16 bit single-ended bus in 1994), 68 conductor ribbon cable with high density IDC connectors (used with the 16 bit SE bus) and 68 conductor twisted-pair cable with high density IDC connectors (used with the 16 bit LVD "balanced" bus). Also made are SCA devices, which combine data, control and power connections into a single high density 80 pin connector. SCA hardware is not particularly hobby-friendly.
Adapters are readily available to allow a cable with one type of connector to be attached to a device with a different type of connector. For example,
see this adapter that allows one to connect a 68 pin high density plug to a 50 pin receptacle. My host adapter will have a 50 pin receptacle and, by plugging the above adapter into the HA's output receptacle, I can attach a modern LVD-320 SCSI disk to the HA with a standard 68 pin SE cable (we've got dozens of them
around here). As LVD devices do not include on-board termination,
a terminator has to be attached to the far end of the cable to avoid signal reflections that can cause errors.
Incidentally, SCSI cables can be quite long, several meters at the minimum. The LVD bus can be as much as 12 meters in length and the old HVD bus was good out to 25 meters (77 feet). However, it's best to keep the cables reasonably short, no more that a few feet unless there's a good reason to use longer cables.
Lastly, modern SCSI disks, which run at speeds from 7200 to 15,000 RPM, require forced-air cooling. If you run one on the bench you should rig up a small fan to blow air over the top of the case. Most of the heat is generated by friction between the platter surfaces and air. If allowed to get too hot, platter expansion will cause a loss of calibration and the drive will start misbehaving. Also, as the internal temperature rises, the air density decreases and the possibility of a head crash increases. It's been
our experience that many failed disks were simply victims of heat prostration.