Direct-access storage device

A direct-access storage device (DASD) pronounced /ˈdæzd/) is a secondary storage device in which "each physical record has a discrete location and a unique address".[1] IBM coined the term DASD as a shorthand describing disks, magnetic drums, and data cells. Later, optical disc drives and flash memory units are also classified as DASD.[2][3] The term DASD contrasts with sequential storage media such as magnetic tape, and unit record equipment such as card devices like card readers and punches.

Access methods for DASD include sequential, indexed, and direct. Direct access contrasts with the sequential access method used in tape drives. A record on a DASD can be accessed without having to read through intervening records from the current location, whereas reading anything other than the "next" record on tape requires skipping over intervening records, and requires a proportionally long time to access a distant point in a medium.

The DASD storage class includes both fixed and removable media.

Architecture

IBM mainframes access I/O devices including DASD through channels, a type of subordinate mini-processor. Channel programs write to, read from, and control the given device.

CTR (CHR)

The operating system uses a four byte relative track and record (TTR) for some access methods and for others an eight-byte extent-bin-cylinder-track-record block address, or MBBCCHHR, Channel programs address DASD using a six byte seek address (BBCCHH) and a five byte record identifier (CCHHR).

  • M represents the extent number within the allocation
  • BB representing the Bin (from 2321 data cells),
  • CC representing the Cylinder,
  • HH representing the Head (or track), and
  • R representing the Record (block) number.

When the 2321 data cell was discontinued in January 1975,[4] the addressing scheme and the device itself was referred to as CHR or CTR for cylinder-track-record, as the bin number was always 0.

IBM refers to the data records programmers work with as logical records, and the format on disc as blocks or physical records. One block might contain several logical (or user) records or, in some schemes, partial logical records.

Physical records can have any size up to the limit of a track, but some devices had a track overflow feature that allowed breaking a large block into track-size segments within the same cylinder.

The access methods are responsible for blocking and deblocking logical records as they are written to or read from external media.

CKD

CHR/CTR acronyms should not be confused with CKD, which refers to Count Key Data, the layout of an addressable data record on a CTR.

FBA

In the 1970s, IBM introduced fixed block architecture (FBA) for mainframes. At the programming level, these devices do not use the traditional CHR addressing, but reference fixed-length blocks by number, much like sectors in mini-computers. More correctly, the application programmer remains unaware of the underlying storage arrangement, which stores the data in fixed physical block lengths of 512, 1024, 2048, or 4096.

For some applications, FBA not only offers simplicity, but an increase in throughput.

FBA is supported by VM/370 and DOS/VSE, but not MVS or successor operating systems in the OS/360 line.

Access

The programming interface macros and routines are collectively referred to as DAM: direct access methods.

DOS/VSE

  • DAmod/DTFDA – direct access
  • SDmod/DTFSD – sequential disc
  • ISmod/DTFIS - indexed sequential
  • VSAM – Virtual Storage Access Method

MVS, OS/390

Terminology

In the first version of the "IBM System/360 System Summary" from 1964 IBM used the term File for direct-access devices.[5] The earliest use of DASD found by the "Google ngram viewer" to refer to storage devices dates from 1968.[6] From then on use of the term grew exponentially.[7]

Both drums and data cells have disappeared as products, so DASD remains as a synonym of disk, flash and optical devices. Modern DASD used in mainframes only very rarely consist of single disk-drives. Most commonly "DASD" means large disk arrays utilizing RAID schemes. Current devices emulate CKD on FBA hardware.

See also

References

  1. IBM Corporation (1975). Introduction to IBM Direct-Access Storage Devices and Organization Methods (PDF). p. 1-1.
  2. IBM Corporation (2015). "Serial Direct Access Storage Device Subsystem". IBM AIX V6.1 Documentation. Retrieved December 28, 2015.
  3. DellEMC. "POWERMAX 8000 JOINS THE MAINFRAME SOLUTIONS PORTFOLIO". Dell EMC Products for Mainframe Environments. Retrieved August 7, 2018.
  4. IBM Corporation. "IBM Archives: IBM 2321 data cell drive". Retrieved 8 Nov 2011.
  5. IBM Corporation (1964). IBM System/360 System Summary (PDF). p. 24. Retrieved Aug 7, 2018.
  6. Datamation. Cahners Publishing Company. June 2018 "dasd" https://books.google.com/books?id=75NRAAAAYAAJ&q="dasd". Missing or empty |title= (help)
  7. ""ngram_chart: occurrences of DASD"".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.