Reactive Group Solid State Disks Ltd SCSIFLASH Arraid, LLC SCSI SDD

Blog

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

Article in Electronics Weekly, in the 29th November 2023 issue.

View pdf of the article here  Electronics Weekly 2023 11 29 issue – 26, 27

Reproduced here with the kind permission of the Editor of Electronics Weekly.
When a decades-old system is still heavily relied upon, but its now-obsolete storage device fails, what is the best course of action? Brian McSloy, Chief Technology Officer of Solid State Disks Ltd advocates the use a solid-state-based emulator and explains what’s involved in making one.

Data storage media such as magnetic (floppy) and magneto-optical (MO) disks, magnetic tapes and even early HDDs are, from a technical industry viewpoint, things of the distant past. However, many systems that were designed in that distant past, incorporating then state-of-the-art storage devices and media, are still in use today and must provide several more years of service.

For instance, in the military and aerospace sectors, radar systems, simulators, automatic test equipment (ATE) and computers are in use that were built more than 40 years ago and are based on pre-PC mini-computers and industrial computers. Also, some airlines are using Airbus A320 aircraft that had their maiden flights back in the 1980s, when floppy disk was the primary means of data transfer.

In the telecoms sector, legislation mandates that legacy services must continue to be offered, regardless of their commercial viability. Accordingly, digital access cross-connect systems (DACs), private automatic branch exchanges (PABXs) and other infrastructure from the 1980s and 1990s must remain operational. An example of perhaps the most ironic continued use of yesteryear data storage technology is within the semiconductor industry, where some fabs use tools that accept file transfers (for process recipes, for instance) only by floppy disk.

Where the removable media is concerned, some types are still available, albeit increasingly hard to come by. For example, the last manufacturer of 3.5” floppy disk media called it a day back in 2010. But that is not the main problem. With their moving parts, it is the mechanical drives themselves that start to fail. New replacements are simply not available and refurbished second-hand drives, when they can be found, carry short warranties. Moreover, it is not just that the original storage devices have become obsolete, alternatives that use the same physical interfaces are not available either.

In the interests of sustainability and keeping the host system operational for as long as possible, the practical solution is to replace the failing storage device with an emulator, a solid-state-based drive that uses the same physical connector, interface protocols and memory maps as the failing drive. Taking the swap-in replacement route means the host system needs no modifications and being solid-state, reliability is greatly improved (and with a lower power requirement). Also, if fitted with an Ethernet port, the new drive can be networked which opens a whole new world of possibilities.

As for the choice of storage media to use in the emulator, an industrial class Compact Flash (CF) card is the ideal choice, particularly where the end application still requires the memory to be removed.

Why industrial CF? It provides high endurance and longer-term availability than its commercial equivalent. Based on the end application (i.e., how the host system will be using the drive) other considerations include capacity, performance and memory wear. For instance, multi-level cell (MLC) is higher capacity but slower and has less endurance than single-level cell (SLC). That said, memory access will still be faster than with the old drive. As it is program-erase (PE) cycles that cause Flash memory wear, the correct selection of CF card is important, with the choice mainly dependent on the write frequency and the required device capacity.

Copy That

An extremely popular way of connecting computer peripherals in the 1980s through to the early 2000s was the small computer system interface (SCSI, “scuzzy”). Many storage device types adopted this interface including floppy, MO, tape and HDD.

The SCSI interface was standardised in 1986 as the SCSI parallel interface (SPI) 8-bit wide, single-ended bus. The SCSI standard evolved through a number of iterations, doubling the number of data lines to 16 and incorporating differential signalling, allowing the transfer rate to significantly increase, before finally being superseded by the serial attached SCSI (SAS) interface.

Also, the word ‘standardised’ must be taken with a pinch of salt as there was, particularly in earlier implementations, a level of incompatibility that has to be catered for in any emulator. Other interfaces were launched that do not incorporate the full standard, retaining just the SCSI command protocol or the SCSI architectural model, for example.

Within SCSI there are a number of standard mode pages and a set number of vendor unique ones. The latter tend to be used by host systems to determine if the drive is valid or not. Host system OEMs like Compaq and HP were heavily into this practice in the ‘80s and ‘90s. Indeed, many storage devices were developed for a specific host’s chassis. Figure 1 shows a Fujitsu HDD manufactured in the 1990s to fit a 1980s design for an IBM host computer.

Fig 1 Fujitsu 300x219
Figure 1 – Above, this Fujitsu SCSI HDD is the size of a shoebox and has a standard 50-pin connector for data and control, and a four-pin Molex connector for power. The positions of the connectors would be such that they mate only with corresponding connectors in the host’ chassis.

This looseness of the SCSI standard also meant drive OEMs, such as CDC Control Data, Seagate, Quantum, Fujitsu and Connor, could implement SCSI in slightly different ways to make their solutions proprietary.

As mentioned, the goal is to make a replacement drive that can be switched for the failing one and for the host system not to notice.

In terms of designing the interface protocol into an emulator, there is the issue of accounting for any tweaks the host system might require. This information may be available online, but the most reliable method to determine it is to interrogate a working drive, even a refurbished one will do provided it is a similar model.

In the absence of information or an identical or similar drive, one option is reverse engineering: taking a logic analyser to the end application and placing it in-line between the host system and the legacy drive and recording the control and data lines. The timings will need to be reproduced in firmware and in this respect microcontrollers (MCUs) are available that lend themselves well to the task. For example, a highly capable MCU is the Atmel SMART SAM9XE which is based on the integration of an ARM926EJ-S processor with fast ROM, RAM and Flash, and has a wide range of peripherals. It also embeds an Ethernet MAC and a MultiMedia/SD Card Interface.

An emulator for virtually any 1980s/90s drive can be built around a suitable MCU, a suitable interface driver, some glue logic and power devices, and result in a relatively compact, low-power unit. Figure 2 shows a 2.5” solid-state SCSI (50-pin connector) drive with dual CF cards, which means data can be mirrored.

Fig 2 Emulator 300x150
Figure 2 – A solid-state-based SCSI with dual CF cards. The inclusion of an Ethernet port means the emulator can be networked and provide functionality the original drive never could.

Once an emulator exists as a replacement it should be plain sailing. But will it though? Legacy drives are for the most part based on logical blocks, where the exact encoding of the data onto the disk is handled internally by the storage device (HDD, tape, etc.), but for some classes of device, such as ESDI or floppy, the encoding has to be implemented within the storage device’s firmware. This is a complex operation that can only be achieved by reverse engineering the particular implementation, including detailed low-level examination of the format written to the media, which sometimes varies across the surface.

What also needs to be considered is what the host system expects to be written to the drive or media before it is installed. In other words, the drive may need to be formatted, in much the same way a USB stick needs to be formatted to at least FAT32 for use with Windows. Also, some hosts will expect a new drive to be filled entirely with logic zeros. Other hosts will require the old data to be present on the new drive. This can be a problem, as some drives will have become very fragile over the years. Great care must be taken not to cause loss of data during investigation or replacement.

Moving Target

Above we have mainly discussed SCSI, but ESDI and IDE were also popular interfaces in the ‘80s and ‘90s. Thankfully, these can be emulated too and emulator OEMs like SSDL have created firmware libraries that reside in each emulator.

However, obsolescence is a moving target, and there are systems in use today that have already had their original drive replaced with an emulator which has subsequently become obsolete too. Accordingly, emulators can keep legacy systems operational, improve reliability, reduce power and support new features if required, but they must themselves be subject to obsolescence management. Making an emulator to replicate exactly the behaviour of a yesteryear technology drive, which was probably paired to a specific host, is not without its challenges or rewards.

 

Media contact:

Amanda Warrilow, Communications Officer

Email: This email address is being protected from spambots. You need JavaScript enabled to view it.

Tel: +44 (0)1522 789000

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

Reading, United Kingdom –Solid State Disks Ltd (SSDL), the advanced storage systems design, development and integration specialist, has developed procedures that enable its popular solid-state SCSI Flash drive to emulate the 12 TEAC FD-235HS, 3.5-inch double-sided 5.3 track/mm (135tpl) micro floppy drive, known within the industry as the FC1.

Micro floppy disks were available in 1 and 2MB capacities, in either single (SD) or high density (HD) formats and the drives interface with their host via SCSI.

“We’re pleased to add the TEAC FC1 micro floppy disk drive to our growing list of emulation capabilities,” said James Hilken, Sales Director of SSDL, “as it reinforces the versatility of our highly reliable and cost-effective SCSIFlash technology.”

SSDL’s SCSIFlash supports 12 fixed FC1 emulations and one variable emulation that can be configured by the host using the SCSI MODE SELECT command.

Any routines that users have in place involving backing up to micro floppy disks – or using them for system restoration – can be followed using Compact Flash (CF) cards instead.

SSDL Web Images 44 300x213

A pdf revision of our Teac FC1 Application Note is available to download.

 

About SSDL

Established in 1989, Solid State Disks Ltd (SSDL) is the industrial division of the Reactive Group of companies and specialises in the design, development and integration of advanced storage systems for mil/aero, commercial and industrial applications as well as the distribution of solid-state Flash memory and DRAM technologies.

For further information, please visit: www.solidstatedisks.com

All trademarks are recognized and are the property of their respective companies.

 

Media contacts:

James Hilken, Sales Director, Solid State Disks

Tel: +44 (0) 1189 323499. Email: This email address is being protected from spambots. You need JavaScript enabled to view it.

Amanda Warrilow, Communications Officer

Email: This email address is being protected from spambots. You need JavaScript enabled to view it.

Tel: +44 (0)1522 789000

 

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

Reading, United Kingdom –Solid State Disks Ltd (SSDL), the advanced storage systems design, development and integration specialist, has won a contract from EDF Energy to design and supply solid-state swap-in replacements for a number of obsolete CDC 182MB Wren hard disk drives. These will replace drives currently used in a Bull DPS6 computer at the company’s Heysham 2 nuclear power station on the northwest coast of England, and spare EDF energy from the considerable expense of replacing the host system.

The original Wren drives interface with the host system using the legacy American National Standards Institute’s (ANSI) Enhanced Small Disk Interface (ESDI) standard X3.170, which was popular in the late 1980s. SSDL will design a solid-state, flash-based drive that will be configured to emulate the behaviour of the original drive and communicate with the Bull DPS6 through ESDI. No changes will need to be made to the computer.

“ESDI had a relatively short life as an interface, as it had no sooner been standardised than it was superseded by ANSI’s Small Computer Systems Interface, SCSI,” explains James Hilken, Sales Director of SSDL. “In the past, we have supplied many solid-state replacements for SCSI-based drives, and still do, but in this instance we’re going to design an ESDI-based drive to meet EDF Energy’s immediate requirements.”

SSDL plans to base its new design on elements from its popular SCSI Flash (SF-2) and Floppy Flash (FF-1) products and will be designing new hardware (printed circuit board, PCB), firmware (in a field programmable gate array, FPGA) and software.

Hilken concludes: “There are essentially two halves to our emulator solutions, the solid-state Compact Flash part and a communication bridge. SCSIFlash is the bridge in our SCSI-based products, and the work ahead will effectively result in a new ESDIFlash bridge, which will then enable us to make available emulators for anyone else in need of replacing their obsolete ESDI-based drives.”

In addition to extending the life of its Bull DPS6, EDF Energy will also benefit from the high reliability of solid-state memory technology. Unlike a hard disk drive, there are no moving parts. Also, power consumption and heat generated are lower.

 

About SSDL

Established in 1989, Solid State Disks Ltd (SSDL) is the industrial division of the Reactive Group of companies and specialises in the design, development and integration of advanced storage systems for mil/aero, commercial and industrial applications as well as the distribution of solid-state Flash memory and DRAM technologies.

For further information, please visit: www.solidstatedisks.com

All trademarks are recognized and are the property of their respective companies.

 

Media contacts:

James Hilken, Sales Director, Solid State Disks

Tel: +44 (0) 1189 323499. Email: This email address is being protected from spambots. You need JavaScript enabled to view it.

Amanda Warrilow, Communications Officer

Email: This email address is being protected from spambots. You need JavaScript enabled to view it.

Tel: +44 (0)1522 789000

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive

Reading, United Kingdom –Solid State Disks Ltd (SSDL), the advanced storage systems design, development and integration specialist, has won a contract to replace the hard disk drives in process equipment operated by a leading semiconductor manufacturer. The legacy drives, which have SCSI interfaces, reside in canisters within DEC BA353-AA and DEC BA356-KC towers, which originally were housed in three and six canisters, respectively.

As a minimum, the project will see SSDL replacing the HDDs with its highly reliable, CompactFlash (CF) based CF2SCSI™ SCSIFlash™ drives, which have already been evaluated by the customer on test beds and been subjected to live network testing. The interface to the host system’s SCSI connections will be accommodated using the SCSIFlash SSD drive, which supports CF drives up to 256GB and utilizes a 3.5 or 5.25-inch form factor.

“By combining SCSI and CompactFlash technologies, our SCSIFlash drive future-proofs computer-based legacy equipment that depends on worn out and obsolete SCSI drives for which replacements and spare parts are scarce,” said James Hilken, Sales Director of SSDL.

However, as the canisters and towers are also original equipment, and showing signs of wear, once the project commences it might be decided to replace the towers with solid-state solutions in either a rack or a new tower as at least another 10 years of service will be required of them.

“As the drives in legacy systems age and their electro-mechanical components fail, it is becoming increasingly difficult to replace or repair them as replacement drives and spare parts simply may not be available,” continues Hilken. “Sourcing second-hand units to cannibalize doesn’t really provide a lasting or safe solution either. In contrast, using the SCSI Solid State Drive and Industrial CompactFlash technology to replace them provides a low-cost, fast and efficient solution that increases reliability and reduces unplanned downtime due to its solid state, non-moving part design.”

Hilken concludes by saying the replacement of just the drives represents the quick fix solution, but it doesn’t necessarily guarantee overall long-term reliability because of the age of the canisters and towers into which the drives will be placed. “We have a strong partnering philosophy and always align ourselves with our customers’ longer-term objectives, so biting the bullet and switching to solid-state towers may prove to be the best option.”

DEC Storage works 239x300 1

User Rating: 5 / 5

Star ActiveStar ActiveStar ActiveStar ActiveStar Active

Written By: David T. Dunn

1. Introduction

The United States Armed Forces and global allied militaries depend upon a variety of aging computer platforms. These “legacy” computers were used in many military test stands. A large number of these older ATE stations remain in use today, providing critical testing capability for early versions of military aircraft and weapons systems. These mature military ATE’s generally cannot be re-hosted to newer computer platforms, so they must be kept running as is –some for many more years. The primary weakness of these legacy computers are their data storage peripherals, which are the leading cause of ATE downtime.

 

2. The Legacy Computer Peripheral Problem

Computers built in the 70’s, 80’s, and 90’s were relatively expensive, but highly reliable. Hence they were used in many important ATE applications. Computer systems like the Hewlett-Packard HP-1000, widely used in military ATE, still operate with reasonable reliability today. The same cannot be said for their peripheral storage devices.
Disk drives, tape drives, magneto-optical (MO) drives, and floppy drives, all wear-out during operation. These devices contain many moving parts, which gradually degrade. This wear is inevitable. Further, many of these peripherals use magnetic media that can be difficult — if not impossible — to source. This obsolete media is also in a state of continual decline, over time. Valuable digital data must be migrated forward to newer technology if it is expected to survive.

For the personnel and organizations tasked with maintaining ATE stations, finding replacement devices, piece parts, and media is a never-ending struggle. There are many small businesses that claim to provide “factory reconditioned” parts but these are scrap dealers — buying and selling used hardware – often with no means of testing what they sell.

This reality can be a major problem for end-users, who often cannot trust the ATE parts they are installing — if they work at all. Buyers of used hardware sometimes must order many more devices than they need because of the DOA rate associated with used hardware.

Extending the service life of ATE stations by installing used peripherals really makes no sense. There are a finite number of any particular type of used computer peripheral in the world so the quality of obsolete devices will only get worse with each passing year. What often remains on parts dealer’s shelves are leftover devices with intermittent problems or devices where the operational history is completely unknown to the dealer.

 

3. The Emulated Computer Peripheral Solution

The solution to using obsolete computer peripheral hardware and media is to install brand-new peripheral emulators. These products are identical in form, fit, and function to the obsolete peripherals they replace. There are no software changes required and the original data and power cables can be used. The installation process is simple and peripheral emulators are basically maintenance free.

There are a number of additional advantages to using emulated peripherals that are worthy of consideration:

– An emulated peripheral will usually pay for itself over time. The cost savings from reduced downtime, zero repair fees and no logistics issues, will eventually offset the cost of these devices.
– There are no system integration costs as the emulated peripherals run on the same host software using the same data/control cables, and the same power cable.
– The use of Compact Flash (CF) memory can greatly extend the storage life of archived data. Once this new technology is installed all historical data can be gradually transferred over to longer-term CF storage.
– A disk drive emulator can allow for multiple drive sectoring. Each device can be sectored into multiple devices.
– A disk drive emulator can do internal backups to a secondary internal device. Faster saves and more convenient backups can become an option.
– A disk drive emulator can allow for access to storage data via an optional Ethernet port allowing image saves and restores to alternate host systems(like a laptop).
– In situations where expensive and exhaustive device certifications may be required an emulated peripheral is often treated as a “like-kind” replacement, not requiring any special recertification.
– Emulated peripherals can be reprogrammed and then reused to solve other storage issues.

 

4. In Conclusion

All of the issues associated with the use of obsolete data storage hardware can be eliminated by using emulated computer peripherals. These solid-state devices may be custom programmed to mimic whatever computer peripherals that require replacement. Emulated peripherals can completely transform an aging ATE station. The weakest part of the ATE (the data storage peripherals) evolves to become the strongest part of the subsystem. Long-term data storage concerns are eliminated. Support personnel are free to be assigned to other tasks. Logistics personnel will have fewer issues to resolve.

One example of the potential application of emulated peripherals is the USAF F-16 fighter jet ATE:

Problem: The early models of the world’s most widely used fighter jet, the F-16, must undergo periodic test and inspection using ATE stations that run on HP-1000 computers. The original HP disk and tape drives, if still operational, are now over three decades old. These obsolete drives were often replaced by second generation drives made by Bering Technology. Bering ceased manufacturing devices several years ago.

Solution: The older F-16 ATE stations can remain operational through the use of peripheral emulators manufactured by Arraid LLC, a US based company. Arraid’s AEM-8 devices can be programmed to mimic a number of HP and Bering disk drives, tape drives, and MO drives, that are currently used on F-16 ATE. The brand new Arraid devices will allow these ATE stations to remain operational for many more years.

Contact

Arraid, LLC
26 W Lone Cactus #500,
Phoenix,
AZ 85027
Email: sales@arraid.com
UK & Rest Of World: +44 (0) 1189 323 499
USA West Coast: +1 (480) 699 3047 (Sales & Manufacturing)
USA East Coast: +1 (703) 503 8200 (Sales)

Copyright © Arraid, LLC - Reactive Group 1999 - 2017. All Rights Reserved.

Search