WO1993018456A1 - Multiple controller sharing in a redundant storage array - Google Patents

Multiple controller sharing in a redundant storage array Download PDF

Info

Publication number
WO1993018456A1
WO1993018456A1 PCT/US1993/002201 US9302201W WO9318456A1 WO 1993018456 A1 WO1993018456 A1 WO 1993018456A1 US 9302201 W US9302201 W US 9302201W WO 9318456 A1 WO9318456 A1 WO 9318456A1
Authority
WO
WIPO (PCT)
Prior art keywords
array
controller
logical
failed
array controller
Prior art date
Application number
PCT/US1993/002201
Other languages
French (fr)
Inventor
David Charles Stallmo
Anthony Andrews
Candace Brinkman
Original Assignee
Emc Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Emc Corporation filed Critical Emc Corporation
Publication of WO1993018456A1 publication Critical patent/WO1993018456A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2053Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant
    • G06F11/2089Redundant storage control functionality
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11BINFORMATION STORAGE BASED ON RELATIVE MOVEMENT BETWEEN RECORD CARRIER AND TRANSDUCER
    • G11B20/00Signal processing not specific to the method of recording or reproducing; Circuits therefor
    • G11B20/10Digital recording or reproducing
    • G11B20/18Error detection or correction; Testing, e.g. of drop-outs
    • G11B20/1833Error detection or correction; Testing, e.g. of drop-outs by adding special lists or symbols to the coded information
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0751Error or fault detection not based on redundancy
    • G06F11/0754Error or fault detection not based on redundancy by exceeding limits
    • G06F11/0757Error or fault detection not based on redundancy by exceeding limits by exceeding a time limit, i.e. time-out, e.g. watchdogs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1008Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices

Definitions

  • This invention relates to a computer data storage system, and more particularly to a redundant data storage array system in which a plurality of storage units are divided into logical arrays such that redundant array controllers may concurrently access stored data.
  • a typical data processing system generally includes one or more storage units which are connected to a Central Processing Unit (CPU) either directly or through a control unit and a channel.
  • CPU Central Processing Unit
  • the function of the storage units is to store data and programs which the CPU uses in performing particular data processing tasks.
  • a typical system may include one or more large capacity tape units and/or disk drives (magnetic, optical, or semiconductor) connected to the system through respective control units for storing data.
  • Arrays of disk drives are characterized in one of five architectures, under the acronym “RAID” (for Redundant Arrays of Inexpensive Disks) .
  • a RAID 1 architecture involves providing a duplicate set of "mirror” storage units and keeping a duplicate copy of all data on each pair of storage units. While such a solution solves the reliability problem, it doubles the cost of storage.
  • a number of implementations of RAID 1 architectures have been made, in particular by Tandem Corporation.
  • a RAID 2 architecture stores each bit of each word of data, plus Error Detection and Correction (EDC) bits for each word, on separate disk drives.
  • EDC Error Detection and Correction
  • U.S. Patent No. 4,722,085 to Flora et al discloses a disk drive memory using a plurality of relatively small, independently operating disk, subsystems to function as a large, high capacifcsp ⁇ disk drive having an unusually .high fault tolerance and-ra very high data transfer bandwidth.
  • a data ⁇ organizer adds 7 EDC bits (determined using the well-known Hamming code) to each 32-bit data word to provide error detection and error correction capability.
  • the resultant 39-bit word is Written, one bit per disk drive, on to 39 disk drives. If one of the 39 disk drives fails, the remaining 38 bits of each stored 39-bit word can be used to reconstruct each 32-bit data word on a word-by-word basis as each data word is read from the disk drives, thereby obtaining fault tolerance.
  • RAID 2 systems are generally not considered to be suitable for computer systems designed for On-Line Transaction Processing (OLTP) , such as in banking, financial, and reservation systems, where a large number of random accesses to many small data files comprises the bulk of data storage and transfer operations.
  • OTP On-Line Transaction Processing
  • a RAID 3 architecture is based on the concept that each disk drive storage unit has internal means for detecting a fault or data error. Therefore, it is not necessary to store extra information to detect the location of an error; a simpler form of parity-based error correction can thus be used.
  • the contents of all storage units subject to failure are "Exclusive OR'd" (XOR'd) to generate parity information.
  • the resulting parity information is stored in a single redundant storage unit. If a storage unit fails, the data on that unit can be reconstructed onto a replacement storage unit by XOR'ing the data from the remaining storage units with the parity information.
  • Such an arrangement has the advantage over the mirrored disk RAID 1 architecture in that only one additional storage unit is required for "N" storage units.
  • a further aspect of the RAID 3 architecture is that the disk drives are operated in a coupled manner, similar to a RAID 2 system, and a single disk drive is designated as the parity unit.
  • RAID 3 One implementation of a RAID 3 architecture is the Micropolis Corporation Parallel Drive Array, Model 1804 SCSI, that uses four parallel, synchronized disk drives and one redundant parity drive. The failure of one of the four data disk drives can be remedied by the use of the parity bits stored on the parity disk drive.
  • Another example of a RAID 3 system is described in U.S. Patent No. 4,092,732 to Ouchi.
  • a RAID 3 disk drive memory system has a much lower ratio of redundancy units to data units than a RAID 2 system.
  • a RAID 3 system has the same performance limitation as a RAID 2 system, in that the individual disk actuators are coupled, operating in unison. This adversely affects the random access performance of the drive array when data files are small, since only one data file at a time can be accessed by the "single" actuator.
  • RAID 3 systems are generally not considered to be suitable for computer systems designed for OLTP purposes.
  • a RAID 4 architecture uses the same parity error correction concept of the RAID 3 architecture, but improves on the performance of a RAID 3 system with respect to random reading of small files by "uncoupling" the operation of the individual disk drive actuators, and reading and writing a larger minimum amount of data (typically, a disk sector) to each disk (this is also known as block striping) .
  • a further aspect of the RAID 4 architecture is that a single storage unit is designated as the parity unit.
  • a limitation of a RAID 4 system is that Writing a data block on any of the independently operating storage units also requires writing a new parity block on the parity unit.
  • the parity information stored on the parity unit must be read and XOR'd with the old data (to "remove” the information content of the old data) , and the resulting sum must then be XOR'd with the new data (to provide new parity information) . Both the data and the parity records then must be rewritten to the disk drives. This process is commonly referred to as a "Read-Modify-Write” (RMW) operation.
  • RMW Read-Modify-Write
  • a Read and a Write on the single parity unit occurs each time a record is changed on any of the storage units covered by a parity record on the parity unit.
  • the parity unit becomes a bottle-neck to data writing operations since the number of changes to records which can be made per unit of time is a function of the access rate of the parity unit, as opposed to the faster access rate provided by parallel operation of the multiple storage units. Because of this limitation, a RAID 4 system is generally not considered to be suitable for computer systems designed for OLTP purposes. Indeed, it appears that a RAID 4 system has not been implemented for any commercial purpose.
  • a RAID 5 architecture uses the same parity error correction concept of the RAID 4 architecture and independent actuators, but improves on the writing performance of a RAID 4 system by distributing the data and parity information across all of the available disk drives.
  • N + l storage units in a set also known as a "redundancy group” are divided into a plurality of equally sized address areas referred to as blocks. Each storage unit generally contains the same number of blocks. Blocks from each storage unit in a redundancy group having the same unit address ranges are referred to as "stripes". Each stripe has N blocks of data, plus one parity block on one storage device containing parity for the N data blocks of the stripe. Further stripes each have a parity block, the parity blocks being distributed on different storage units. Parity updating activity associated with every modification of data in a redundancy group is therefore distributed over the different storage units. No single unit is burdened with all of the parity update activity.
  • the parity information for the first stripe of blocks may be Written to the fifth drive; the parity information for the second stripe of blocks may be
  • parity information for the third stripe of blocks may be Written to the third drive; etc.
  • the parity block for succeeding stripes typically "precesses” around the disk drives in a helical pattern (although other patterns may be used) .
  • the prior art has suggested ways to solve the problem of reliably storing and retrieving data despite the possibility that an array controller may fail.
  • FIGURE 1 illustrates one way suggested in the prior art to resolve this problem.
  • redundant controllers 3, 4 are provided, such that each storage unit 40-51, arranged in two redundancy groups is coupled to a CPU 1 through the controllers 3, 4.
  • Each controller 3, 4 is coupled to each storage unit 40-51 by a multiplicity of channels 5.
  • Each of the channels 5 is a multi-user bus, such as a Small Computer System Interface (SCSI) bus. While twelve storage units 40-51 are shown for illustrative purposes, the broken lines between the storage units 40-51 indicate that a multiplicity of other storage units may be present in the invention.
  • a single one of the data channels 5 couples each of the storage units in a single column (for example, 40 and 46; 41 and 47; 42 and 48, etc.) to each other and to the two controllers 3, 4.
  • one controller 3 is considered to be the primary controller and the other to be a secondary controller 4.
  • the primary controller 3 is responsible for the task of interfacing storage units 40-51 to the CPU 1. Only when there is a failure of the primary controller 3 does the secondary controller 4 become active. If the primary controller 3 fails, the secondary controller 4 assumes the full responsibility for interfacing the storage units 40-51 to the CPU 1.
  • FIGURE 2 shows how the data storage area is allocated in a typical storage unit used in such prior art data storage systems.
  • a diagnostics section 11 comprising one or more data blocks at each end of the addressable storage space is allocated for the purpose of determining whether the storage unit is functional. Diagnostic codes may be written into this area and subsequently read back.
  • a section 12 known in the art as a "reserved area" which is used to store such information as system configuration data, further diagnostics data, scratch pad, primary software, and secondary software.
  • the reserved area and comprising the majority of the data storage area of the storage unit, is the user area 14.
  • the user area 14 comprises those blocks of data available to the system user and the system tasks.
  • the secondary controller 4 may not be capable of determining that a failure has occurred and what steps must be taken to continue any operations which were in progress at the time of the failure.
  • a collision occurs when more than one controller attempts to write data blocks within the same redundancy group in a RAID system.
  • a RMW operation must be performed.
  • FIGURE 3(a) illustrates the values of data blocks 101-105 of a single redundancy group in a system in which five storage units 200-204 comprise a redundancy group.
  • An array controller 106 is the primary controller and a second array controller 107 is a redundant controller.
  • Stored in data block 101 of storage unit 200 is the value "1001.”
  • Data block 102 of storage unit 201 has the value "1110.”
  • the value "0010” is stored in data block 103 of storage unit 202.
  • the value "1010” is stored in data block 104 of storage unit 203.
  • a parity storage unit 204 has the value stored in data block 105, comprising the exclusive-OR sum ("1111") of the data blocks 101-104 stored in the other storage units 200-203.
  • the controller 106 will accept into an "old data" register 108 the value of the data block that is to be modified. Therefore, the value "1001" will be read and stored in register 108.
  • the value of data block 105 of the parity storage unit 204 will be read and stored in an "old parity" data register 109 of the primary array controller 106.
  • the next step in the RMW sequence is to calculate the exclusive-OR (XOR) sum of the old data and the old parity values.
  • the XOR sum (“0110" is stored as a partial-parity value in a result register 116 in the primary array controller 106.
  • the value of the result register 116 is then XOR summed with the value of the new data in a "new data" register 110 of the primary array controller 106.
  • the resulting final parity value (“1100") is stored in a "new parity" register 111.
  • the redundant array controller 107 were to attempt to perform a second RMW to a different data block 102 within the same redundancy group during the time the primary array controller 106 was calculating a new parity value for data block 101, a read of the old data block 102 and the old parity block 105 would be performed and the values of the old data block 102 and the old parity block 105 would be stored in corresponding old data and old parity registers 112, 113 in the redundant array controller 107.
  • the same operations that were performed in the primary controller 106 would be performed in the redundant array controller 107 and the new data and new parity values would be stored in corresponding new data register, and new parity registers 114, 115 of the redundant array controller 107. It is then possible that during the time that the new parity value is being calculated in the redundant array controller 107, the primary array controller 106 will update data block 101 of storage unit 200 and parity block 105 of parity storage unit 204, as shown in FIGURE 3b.
  • the values of the new data and new parity calculated in the redundant array controller 107 are stored in data block 102 of storage unit 201 and data block 105 of the parity storage unit 204.
  • the redundant array controller 107 read the old parity value from data block 105 of the parity storage unit 204 before the change made by the primary array controller 106, the value now stored in data block 105 of the parity storage unit 204 does not take into account the change made to data block 101 of storage unit 200. Therefore, the system will not be capable of recovering the data stored if a failure occurs. This is undesirable in a fault tolerant system.
  • any controller may be removed from (or brought into) service such that any other controller may begin (or cease) performing the tasks of the controller so removed from (or brought into) service.
  • the present invention provides such means and method.
  • the present invention is a redundant array storage system including storage units logically divided into redundant logical arrays.
  • the present invention further includes a plurality of array control units (controllers) fully and continuously utilized to control data transfers between the redundant logical arrays and at least one central processing unit (CPU) , and yet capable of taking over the task of a failed controller.
  • controllers array control units
  • CPU central processing unit
  • the physical storage units are mapped into a plurality of logical storage units.
  • Each logical storage unit is comprised of non-overlapping groups of data blocks.
  • the logical storage units are logically grouped into two logical arrays.
  • Two array controllers correspond one-to-one with the two logical arrays and interface the logical arrays with the CPU. When both controllers are functional, each logical array is under the control of a corresponding controller. If a controller fails, the other controller will assume operational control of both logical arrays.
  • each logical array is controlled by only one array controller, both controllers can be active simultaneously without concern that "collisions" will occur. A collision occurs only if more than one controller attempts to access blocks of data within the same redundancy group.
  • each controller sends and receives a variety of messages to each other.
  • each controller maintains a timer associated with'the other controller. Whenever a message is received by one controller from the other controller. the receiving controller's timer is reset. If such a message is not received within a specified interval, the receiving controller will either take over control of both logical arrays, or transmit a message to the CPU indicating that the delinquent controller has failed. The decision as to which of these actions will be taken is user controllable.
  • FIGURE 1 is block diagram of a prior art failure- independent system in which an array of redundant storage units is interfaced to a central processing unit by multiple redundant array controllers as a means to reliably store data.
  • FIGURE 2 is a schematic representation of the allocation of data blocks within a storage unit used in a prior art failure-independent data storage system.
  • FIGURE 3a is an illustration of selected data blocks and data registers of a prior art failure- independent storage system before an update of two of the blocks stored on separate storage units.
  • FIGURE 3b is an illustration of selected data blocks and data registers of a prior art failure- independent storage system after storing updated data into one of two blocks being updated.
  • FIGURE 3c is an illustration of selected data blocks and data registers of a prior art failure- independent storage system after storing updated data into two blocks being updated concurrently by two array controllers.
  • FIGURE 4 is a block diagram of the preferred embodiment of the present invention.
  • FIGURE 5 is a schematic representation of the allocation of the data blocks within a storage unit used in the present invention.
  • FIGURE 6 is a simplified block diagram of array controllers used in the preferred embodiment of the present invention.
  • FIGURE 4 is a simplified block diagram of the preferred embodiment of the present invention.
  • a Central Processing Unit (CPU) 1 is coupled to two array control units (controllers) 3, 4 by a bus 2. While only one CPU 1 is used in the preferred embodiment , it is possible to use more than one CPU connected to the Bus 2.
  • Each controller 3, 4 is coupled to the other controller and to a plurality of storage units 40-51 by I/O channels 5 (e.g., SCSI buses) .
  • I/O channel 5 is capable of supporting a plurality of storage units 40-51. Additional storage units (not shown) may be present and are represented by broken lines extending between the storage units 40-45 and 46-51.
  • Each controller 3, 4 preferably includes a separately programmable, multi-tasking processor (for example, the MIPS R3000 RISC processor, made by MIPS Corporation of Sunnyvale, California) which can act independently of the CPU 1 to control the storage units.
  • Typical physical storage units which can be used in the present invention comprise a set of one or more rotating disks each having at least one read/write transducer head per surface.
  • data storage areas known as tracks are concentrically arranged on the disk surfaces.
  • a disk storage unit may have, for example, 500 to 2000 tracks per disk surface.
  • Each track is divided into numbered sectors that are commonly 512 bytes in size (although other sizes may be used) .
  • Sectors are the smallest unit of storage area that can be accessed by the storage unit (data bits within a sector may be individually altered, but only by reading an entire sector, modifying selected bits, and writing the entire sector back into place) .
  • a disk storage unit may have 8 to 50 sectors per track, and groups of tracks may differ in the numbers of sectors per track on the same disk storage unit (e.g., smaller circumfer ⁇ ence inner tracks may have fewer sectors per track, while larger circumference outer tracks may have more sectors per track) .
  • Access to a sector ultimately requires identification of a sector by its axial displacement along a set of rotating disks, radial displacement on a disk, and circumferential displacement around a disk.
  • Two common schemes are used for such identification.
  • One scheme identifies a sector by a surface or head number (axial displacement) , a track number (radial displacement) , and a sector number (circumferential displacement) .
  • the second scheme treats all of the tracks with the same radius on all disks as a "cylin ⁇ der", with tracks being subsets of a cylinder rather than of a surface.
  • a sector is identified by a cylinder number (radial displacement) , a track number (axial displacement) , and a sector number (circumferential displacement) .
  • Mapping in the preferred embodiment of the present invention is accomplished by treating one or more sectors as a block and addressing each storage unit by block numbers.
  • a block on the storage units used in the preferred embodiment of the inventive system can vary from 512 bytes up to 4096 bytes, but may be of any size.
  • the storage units being used must support the specified block size. Such units are known as block- addressable.
  • each storage unit is considered to be a contiguous set of blocks.
  • An access request to such a unit simply specifies identification numbers of those blocks that are to be accessed.
  • the access request specifies the identification number of a starting block and the quantity of subsequent logically contiguous blocks to be accessed.
  • the SCSI controller for the unit translates each block number either to a cylinder, track, and sector number format, or to a head, track, and sector number format. This translation is transparent to the requesting device.
  • the present invention creates a logical structure to map a plurality of block-addressable storage units, thereby defining a basic storage unit array architecture.
  • the basic storage unit array architecture formed by the logical structuring the present invention establishes logical storage units, comprising a plurality of non-overlapping groups of data blocks on physical storage units (although a logical storage unit cannot span multiple, physical storage units) .
  • the logical storage units are then assigned to logical volumes.
  • An example of such assignment is set forth in the copending application entitled "Logical Partitioning of a Redundant Array", Serial No.07/612,220, assigned to the Assignee of the present invention.
  • the teachings of the Stallmo application are hereby incorporated by reference.
  • the logical volumes are then assigned to one of two logical arrays.
  • each controller 3, 4 is assigned primary responsibility for the transfer of data into and out of one, and only one, of the two logical arrays A0 and Al and may not access the other logical array unless the controller assigned to that logical array has failed.
  • the data stored in the logical storage units assigned to the failed controller will be available to the CPU1 after control of the logical array assigned to the failed controller is assumed by the remaining controller.
  • more than one CPU is present.
  • Each CPU is assigned to a discrete controller and logical array.
  • Each CPU may access only that controller and logical array which is assigned that CPU, in order to prevent multiple CPUs from accessing the same redundant group.
  • FIGURE 5 is a diagram of the data storage allocation with a typical logical storage unit of the preferred embodiment of the present invention.
  • diagnostic sections 11A, 11B each corresponding to a logical array A0 or Al, and used for diagnostic testing.
  • reserved areas 12a, 12b each containing configuration structures, error logs, software load areas, host scratch pads and diagnostic test areas, and each corresponding to a logical array A0 or Al.
  • a user area 14 follows the two reserved areas 12a, 12b and is several orders of magnitude larger than the other sections of the addressable space.
  • the user area 14 is flexibly divided by the user into distinct subsections 14a, 14b, each corre ⁇ sponding to a logical array A0 or Al.
  • the user area subsections 14a, 14b need not be of equal sizes. Because only two logical arrays are present in the preferred embodiment, the user area 14, as well as the diagnostic sections 11 and reserved area 12 are each shown as divided into two subsections. However, it should be noted that the user area 14, the diagnostic area 11, and the reserved area 12 may be divided into as many distinct subsections as there are logical arrays. Corresponding subsections (a or b) of the user area 14, diagnostic section 11, and the reserved area 12 comprise a logical storage unit (LSU) .
  • LSU logical storage unit
  • a description of the logical configuration of the storage unit array is sent to the controllers 3, 4, by the CPU 1.
  • the logical configuration indicates which LSUs are in each redundancy group, which redundancy groups make up each logical volume, and which logical volumes are in each logical array.
  • the user is responsible for insuring that the logical configurations sent to each controller 3, 4, are identical and that the blocks of data assigned to each logical a ⁇ ray AO, Al do not overlap.
  • Each controller 3, 4, is responsible for insuring that each logical array AO, Al assigned is valid. For a logical array to be valid, no LSU may be assigned to any other logical array.
  • each redundancy group must consist of LSUs which are assigned to the same logical array.
  • each redundancy group assigned to a logical volume must be assigned to the same logical array.
  • the logical configuration is recorded in a configuration section of the reserved area 12a, 12b of each logical array.
  • each CPU will define the logical configuration for the controller(s) that is associated with that CPU.
  • each physical storage unit 40-51 is divided into two LSUs A, B.
  • Each "A" LSU is assigned to logical array AO.
  • Each "B" LSU is assigned to logical array Al. Therefore, only the controller assigned to logical array AO is permitted to access the "A" LSUs, and only the controller assigned to logical array Al is permitted to access the "B" LSUs.
  • CPU commands to a logical array AO, Al must be sent to the controller 3, 4, assigned to that logical array.
  • a "logical array" field in each command may be set to indicate the logical array of interest. Commands for a logical array that are sent to a controller not assigned to that logical array will cause an error message to be returned to the CPU.
  • each controller 3, 4 By creating two sets of LSUs, each set comprising a logical array, and limiting the access of each of the controllers 3, 4, to the logical array exclusively assigned to that controller, it is possible for each controller 3, 4 to access data independently of the other controller without concern that the other controller will access a block of data in the same redundancy group.
  • Spare physical storage units remain unassigned to a logical array until they are required for replacement of a failed physical storage unit. Upon being brought into service, a spare physical storage unit is assigned to the logical array of the physical storage unit which is being replaced.
  • each controller 3, 4 must be capable of performing. These include: reading data from and storing data into the LSUs of the logical array assigned to the controller; rebuilding data that is stored in a failed storage unit to a spare physical storage unit; installing a new physical storage unit; performing physical storage unit operations (such as synchronizing the spindles of each of the physical storage units, formatting storage units, and performing diagnostic operations) ; assuming control of the other logical array upon the failure of the other controller; and, starting from an initial application of power, determining which logical array the controller is to control.
  • logical array AO Because some of these functions (such as rebuild operations) require that a single controller be primarily responsible, all global functions (i.e., those functions which are common to both logical arrays) are performed by logical array AO.
  • the choice of logical array AO is arbitrary. Since the function is assigned to logical array AO, the controller assigned to logical array AO is responsible for such global functions. In the event that the controller responsible for logical array AO fails, the responsibility for the global functions, will be transferred to the controller that remains functional along with responsibility for other logical array AO functions.
  • a controller can only write to the user data area 14a, 14b within the logical array to which the controller is assigned. Therefore, each controller 3, 4 has responsibility for rebuilding those areas of the physical storage unit that are part of the logical array to which the controller is assigned.
  • the controller assigned logical array AO will be responsible for initiating rebuild operations and formatting a replacement physical storage unit when necessary.
  • the logical structure of the entire array is stored in the reserved area of each logical storage unit. Therefore the reserved area 12 of a replacement storage unit must be rebuilt before determination can be made regarding responsibility for each block within the user area 14.
  • the controllers 3, 4 must communicate with each other to determine whether to continue to the next phase of the rebuild. For example, if a physical storage unit is to be rebuilt, the first controller 3 will rebuild the reserved area 12a associated with the logical array AO assigned to the first controller 3. In addition, the first controller 3 will request that second controller 4 begin rebuilding a reserved area 12b associated with the logical array Al assigned to the second controller 4. The first controller 3 must receive a communication from the second controller 4 that the second controller 4 has completed rebuilding its reserved area 12b before the first controller 3 can initiate rebuilding of the user area 14.
  • the first controller 3 will initiate the rebuilding of the user area 14a associated with the logical array AO assigned to the first controller 3.
  • the second controller 4 will receive a command from the first controller 3 to begin rebuilding the user area 14b associated with the logical array Al assigned to the second controller 4.
  • the second controller 4 must communicate to the first controller 3 whether the rebuild of the user area 14b was successfully completed.
  • the controllers 3, 4 communicate directly to one another over the channel 5 that couples the controllers 3, 4 to the storage unit being rebuilt.
  • Physical storage unit operations (such as formatting, mode selections, and background diagnostics) are initiated by the controller assigned to logical array AO. Communications between the two controllers 3, 4 allows the controller not assigned to logical array AO to determine both the status of such operations and the status of the associated storage unit as necessary.
  • the logical storage units are always uniquely assigned to the logical array and each logical array is uniquely assigned to a controller during normal operations.
  • Functions such as diagnostic tests and spindle synchronization, are uniquely assigned to logical array AO.
  • control of a logical array AO, Al may be passed from one controller to the other automatically or manually.
  • one controller may automatically assume control of the other controllers logical array upon a failure of the other controller.
  • control is assumed automatically, control also is returned automatically (without intervention of the CPU 1) upon repair of the failed controller.
  • manual mode control is transferred under command of the CPU 1. Selection of manual or automatic mode is made by the system user.
  • FIGURE 6 is a simplified block diagram of the controllers 3, 4.
  • the processor in each controller maintains a message management module 600, a primary event management module 601, a secondary event management module 602, and a switch management module 603.
  • Each message management module 600 is responsible for receiving synchronous messages from another controller.
  • Each primary event management module controls the flow of data into and out of the logical array corresponding to that array controller.
  • Each secondary event management module controls the flow of data into and out of the logical array corresponding to the other controller upon a failure of the other controller.
  • Each switch management module is responsible for determining when the secondary event management module will become active in controlling the other logical array.
  • the primary event management module 601 When both controllers 3, 4 are operational, the primary event management module 601 will be fully active in each of the two controllers 3, 4.
  • the secondary event management module 602 in each controller 3, 4 remains dormant until the switch management module 603 activates it.
  • the switch management module determines when a controller has failed by monitoring messages sent at regular intervals from the other controller. If a message is not received by a controller from the other controller within a specified amount of time, a timer in the switch management module 603 will "time out,” thereby indicating the delinquent controller is not operating properly. Each time a message is received, the timer is reset.
  • the switch management module In automatic mode, the switch management module
  • the 603 activates the secondary event management module 602 whenever the timer expires.
  • a message indicating that the delinquent controller is late is sent from the switch management module 603 to the message management module 600.
  • the message management module transmits the message to the CPU 1.
  • the CPU 1 will subsequently return a command to fully activate the secondary event management module 602.
  • the secondary event management module 602 in each controller is identical to the primary event management module 601 operating in the other controller. Upon being activated by the switch management module 603, the secondary event management module 602 is directed to the reserved area 12 within an LSU assigned to the failed controller.
  • the reserved area 12a, 12b corresponding to the failed controller contains logical structure information and status that allows the secondary event management module 602 to determine whether any operations were in progress when the failed controller ceased functioning properly.
  • the system configuration is read from the appropriate reserved area 12.
  • the system configuration allows the secondary event management module 602 to determine which LSUs and physical storage units were assigned to the failed controller.
  • the system configuration also provides all the information necessary for the secondary event management module 602 to begin operating at the point that the failed controller ceased operating properly.
  • Each controller 3, 4 makes entries to an event log in the corresponding reserved area 12a, 12b of each LSU within the logical array assigned to that controller.
  • the event logs provide historical information for later diagnosic operations.
  • the secondary event management module 602 of the functional controller Once the secondary event management controller 602 of the functional controller has accessed the system configuration in the reserved area 12 associated with the logical array that was formerly controlled by the dilinquent controller, the secondary event management module 602 will "time share" the resources of the functional controller with the primary event management module 601. Thus, the primary event management module 601 will continue to control the operation of the logical array (for example A0) assigned to the functional controller, while the secondary event management module 602 will control the operations of the logical array Al in place of the primary event management module 601 of the failed controller. "Collisions" will not occur because neither event management module 601, 602 can access the LSUs assigned to the other event management module 602, 601.
  • each controller 3, 4 Upon initialization, each controller 3, 4 must determine whether the other controller has control over both logical arrays. In the preferred embodiment, this is done by a direct inquiry sent to the controller from the controller being initialized. When power is applied to both controllers 3, 4 concurrently, each will send a "status" message to the other indicating that the sender is operating. The status message is repeated at regular intervals. This prevents the timer in each switch management module 603 in each controller from timing out. Once a controller receives an initial status message from the other controller, the receiving controller sends a query asking the other controller whether the other controller has control of both logical arrays A0, Al. When power is applied to both controllers 3, 4 concurrently the answer will be "no".
  • the receiving controller After receiving a negative response, the receiving controller will read the logical structure stored in the reserved areas 12 associated with the logical array to which the controller is primarily assigned and begin to exercise control over the logical array to which the controller is assigned. In the preferred embodiment, the controller would determine to which logical array it is assigned by reading a hardware address containing that information.
  • the second controller must, after being initialized, regain control of the logical array to which the second controller is assigned. This is done by sending a message from the second controller to the first controller indicating the control of the logical array assigned to the second controller should be returned to the second controller. After receiving the message from the second controller, the first controller ceases controlling the logical array not assigned to the first controller, and replies with a message indicating that the second controller should read the system configuration from the reserved area 12 of the logical array assigned to the second controller.
  • the second controller assumes control of the logical array to which it was assigned by restarting any operations that may have been in progress (the information that is required to restart any operations previously started was stored in the reserved area of the LSUs by the other controller as the operation was being performed) .
  • novel aspects of the invention are the use of a plurality of logical arrays which include a plurality of logical storage units and the use of a plurality of controllers which, under normal conditions, are each dedicated to a single logical array and which are capable upon a failure of any other controller of assuming control of the logical array of which the failed controller had control.
  • each CPU may be assigned a controller and logical array.
  • this is not necessary so long as provisions are made for multiple processors accessing memory.
  • the preferred embodiment describes two logical arrays. Multiple logical arrays will be understood to be within the spirit and scope of the invention.
  • an embodiment is possible and within the scope of the invention in which a switch module disconnects a failed array controller from each of the channels to prevent disturbances to the channels. Accordingly, it will be understood that the invention is not to be limited by the specific illustrated embodiment, but only by the scope of the appended claims.

Abstract

A redundant array storage system including storage units divided into two logical arrays. The redundant array storage system further includes a plurality of array control units which are all fully utilized to control data transfers between the logical arrays and a central processing unit, each controller being capable of taking over the task of a failed controller. In normal operation, each redundant array controller may only access data stored in a logical array assigned to that controller. If the other redundant array controller fails, the remaining controller may access the data stored in the logical array assigned to the failed controller only through a secondary control process that is independent from the primary control process of the remaining controller. Thus, the invention prevents parity data associated with user data placed in storage from being corrupted by attempts of two or more array control units to access the same redundancy group of data concurrently.

Description

MULTIPLE CONTROLLER SHARING IN A REDUNDANT STORAGE ARRAY
BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to a computer data storage system, and more particularly to a redundant data storage array system in which a plurality of storage units are divided into logical arrays such that redundant array controllers may concurrently access stored data.
2. Description of Related Art A typical data processing system generally includes one or more storage units which are connected to a Central Processing Unit (CPU) either directly or through a control unit and a channel. The function of the storage units is to store data and programs which the CPU uses in performing particular data processing tasks.
Various types of storage units are used in current data processing systems. A typical system may include one or more large capacity tape units and/or disk drives (magnetic, optical, or semiconductor) connected to the system through respective control units for storing data. A research group at the University of California, Berkeley, in a paper entitled "A Case for Redundant Arrays of Inexpensive Disks (RAID)", Patterson, et al . , Proc . ACM SIGMOD, June 1988, has catalogued a number of different approaches for providing such reliability when using disk drives as failure independent storage units. Arrays of disk drives are characterized in one of five architectures, under the acronym "RAID" (for Redundant Arrays of Inexpensive Disks) .
A RAID 1 architecture involves providing a duplicate set of "mirror" storage units and keeping a duplicate copy of all data on each pair of storage units. While such a solution solves the reliability problem, it doubles the cost of storage. A number of implementations of RAID 1 architectures have been made, in particular by Tandem Corporation.
A RAID 2 architecture stores each bit of each word of data, plus Error Detection and Correction (EDC) bits for each word, on separate disk drives. For example, U.S. Patent No. 4,722,085 to Flora et al . discloses a disk drive memory using a plurality of relatively small, independently operating disk, subsystems to function as a large, high capacifcspεdisk drive having an unusually .high fault tolerance and-ra very high data transfer bandwidth. A data^organizer adds 7 EDC bits (determined using the well-known Hamming code) to each 32-bit data word to provide error detection and error correction capability. The resultant 39-bit word is Written, one bit per disk drive, on to 39 disk drives. If one of the 39 disk drives fails, the remaining 38 bits of each stored 39-bit word can be used to reconstruct each 32-bit data word on a word-by-word basis as each data word is read from the disk drives, thereby obtaining fault tolerance.
An obvious drawback of such a system is the large number of disk drives required for a minimum system (since most large computers use a 32-bit word) , and the relatively high ratio of drives required to store the EDC bits (7 drives out of 39) . A further limitation of a RAID 2 disk drive memory system is that the individual disk actuators are operated in unison to write each data block, the bits of which are distributed over all of the disk drives. This arrangement has a high data transfer bandwidth, since each individual disk transfers part of a block of data, the net effect being that the entire block is available to the computer system much faster than if a single drive were accessing the block. This is advantageous for large data blocks. However, this arrangement effectively provides only a single read/write head actuator for the entire storage unit. This adversely affects the random access performance of the drive array when data files are small, since only one data file at a time can be accessed by the "single" actuator. Thus, RAID 2 systems are generally not considered to be suitable for computer systems designed for On-Line Transaction Processing (OLTP) , such as in banking, financial, and reservation systems, where a large number of random accesses to many small data files comprises the bulk of data storage and transfer operations.
A RAID 3 architecture is based on the concept that each disk drive storage unit has internal means for detecting a fault or data error. Therefore, it is not necessary to store extra information to detect the location of an error; a simpler form of parity-based error correction can thus be used. In this approach, the contents of all storage units subject to failure are "Exclusive OR'd" (XOR'd) to generate parity information. The resulting parity information is stored in a single redundant storage unit. If a storage unit fails, the data on that unit can be reconstructed onto a replacement storage unit by XOR'ing the data from the remaining storage units with the parity information. Such an arrangement has the advantage over the mirrored disk RAID 1 architecture in that only one additional storage unit is required for "N" storage units. A further aspect of the RAID 3 architecture is that the disk drives are operated in a coupled manner, similar to a RAID 2 system, and a single disk drive is designated as the parity unit.
One implementation of a RAID 3 architecture is the Micropolis Corporation Parallel Drive Array, Model 1804 SCSI, that uses four parallel, synchronized disk drives and one redundant parity drive. The failure of one of the four data disk drives can be remedied by the use of the parity bits stored on the parity disk drive. Another example of a RAID 3 system is described in U.S. Patent No. 4,092,732 to Ouchi.
A RAID 3 disk drive memory system has a much lower ratio of redundancy units to data units than a RAID 2 system. However, a RAID 3 system has the same performance limitation as a RAID 2 system, in that the individual disk actuators are coupled, operating in unison. This adversely affects the random access performance of the drive array when data files are small, since only one data file at a time can be accessed by the "single" actuator. Thus, RAID 3 systems are generally not considered to be suitable for computer systems designed for OLTP purposes.
A RAID 4 architecture uses the same parity error correction concept of the RAID 3 architecture, but improves on the performance of a RAID 3 system with respect to random reading of small files by "uncoupling" the operation of the individual disk drive actuators, and reading and writing a larger minimum amount of data (typically, a disk sector) to each disk (this is also known as block striping) . A further aspect of the RAID 4 architecture is that a single storage unit is designated as the parity unit. A limitation of a RAID 4 system is that Writing a data block on any of the independently operating storage units also requires writing a new parity block on the parity unit. The parity information stored on the parity unit must be read and XOR'd with the old data (to "remove" the information content of the old data) , and the resulting sum must then be XOR'd with the new data (to provide new parity information) . Both the data and the parity records then must be rewritten to the disk drives. This process is commonly referred to as a "Read-Modify-Write" (RMW) operation.
Thus, a Read and a Write on the single parity unit occurs each time a record is changed on any of the storage units covered by a parity record on the parity unit. The parity unit becomes a bottle-neck to data writing operations since the number of changes to records which can be made per unit of time is a function of the access rate of the parity unit, as opposed to the faster access rate provided by parallel operation of the multiple storage units. Because of this limitation, a RAID 4 system is generally not considered to be suitable for computer systems designed for OLTP purposes. Indeed, it appears that a RAID 4 system has not been implemented for any commercial purpose.
A RAID 5 architecture uses the same parity error correction concept of the RAID 4 architecture and independent actuators, but improves on the writing performance of a RAID 4 system by distributing the data and parity information across all of the available disk drives. Typically, "N + l" storage units in a set (also known as a "redundancy group") are divided into a plurality of equally sized address areas referred to as blocks. Each storage unit generally contains the same number of blocks. Blocks from each storage unit in a redundancy group having the same unit address ranges are referred to as "stripes". Each stripe has N blocks of data, plus one parity block on one storage device containing parity for the N data blocks of the stripe. Further stripes each have a parity block, the parity blocks being distributed on different storage units. Parity updating activity associated with every modification of data in a redundancy group is therefore distributed over the different storage units. No single unit is burdened with all of the parity update activity.
For example, in a RAID 5 system comprising 5 disk drives, the parity information for the first stripe of blocks may be Written to the fifth drive; the parity information for the second stripe of blocks may be
Written to the fourth drive; the parity information for the third stripe of blocks may be Written to the third drive; etc. The parity block for succeeding stripes typically "precesses" around the disk drives in a helical pattern (although other patterns may be used) .
In systems such as the RAID systems described above, in which an array of storage units is controlled by an array control unit (controller) , a problem exists if the controller fails, thereby making information contained in the storage units coupled to that controller unavailable to the system. Often, such a failure will shut down the entire computer system.
The prior art has suggested ways to solve the problem of reliably storing and retrieving data despite the possibility that an array controller may fail.
FIGURE 1 illustrates one way suggested in the prior art to resolve this problem. In the system shown in FIGURE 1, redundant controllers 3, 4 are provided, such that each storage unit 40-51, arranged in two redundancy groups is coupled to a CPU 1 through the controllers 3, 4. Each controller 3, 4 is coupled to each storage unit 40-51 by a multiplicity of channels 5. Each of the channels 5 is a multi-user bus, such as a Small Computer System Interface (SCSI) bus. While twelve storage units 40-51 are shown for illustrative purposes, the broken lines between the storage units 40-51 indicate that a multiplicity of other storage units may be present in the invention. A single one of the data channels 5 couples each of the storage units in a single column (for example, 40 and 46; 41 and 47; 42 and 48, etc.) to each other and to the two controllers 3, 4.
In such systems, one controller 3 is considered to be the primary controller and the other to be a secondary controller 4. The primary controller 3 is responsible for the task of interfacing storage units 40-51 to the CPU 1. Only when there is a failure of the primary controller 3 does the secondary controller 4 become active. If the primary controller 3 fails, the secondary controller 4 assumes the full responsibility for interfacing the storage units 40-51 to the CPU 1.
FIGURE 2 shows how the data storage area is allocated in a typical storage unit used in such prior art data storage systems. A diagnostics section 11 comprising one or more data blocks at each end of the addressable storage space is allocated for the purpose of determining whether the storage unit is functional. Diagnostic codes may be written into this area and subsequently read back. Following the diagnostic section 11 is a section 12 known in the art as a "reserved area" which is used to store such information as system configuration data, further diagnostics data, scratch pad, primary software, and secondary software. Following the reserved area, and comprising the majority of the data storage area of the storage unit, is the user area 14. The user area 14 comprises those blocks of data available to the system user and the system tasks.
Two problems exist in the system shown in FIGURE 1. Firstly, the secondary controller 4 is not utilized under normal conditions. Therefore, the potential of the system is greater than its normal capability. Such a waste of resources is costly and inefficient.
Secondly, if the primary controller 3 fails, the secondary controller 4 may not be capable of determining that a failure has occurred and what steps must be taken to continue any operations which were in progress at the time of the failure.
One factor which limits the ability of the system to take full advantage of the secondary controller's 4 potential is the concern over "collisions" between the controllers 3, 4. A collision occurs when more than one controller attempts to write data blocks within the same redundancy group in a RAID system. When data is to be written to a storage unit of a RAID system, a RMW operation must be performed.
It is possible for redundant controllers to each begin modifying data blocks within the same redundancy group, thereby causing the redundancy group to maintain an inaccurate parity block. To illustrate this refer to FIGURE 3(a)-3(c). FIGURE 3(a) illustrates the values of data blocks 101-105 of a single redundancy group in a system in which five storage units 200-204 comprise a redundancy group. An array controller 106 is the primary controller and a second array controller 107 is a redundant controller. Stored in data block 101 of storage unit 200 is the value "1001." Data block 102 of storage unit 201 has the value "1110." The value "0010" is stored in data block 103 of storage unit 202. The value "1010" is stored in data block 104 of storage unit 203. A parity storage unit 204 has the value stored in data block 105, comprising the exclusive-OR sum ("1111") of the data blocks 101-104 stored in the other storage units 200-203.
If the primary array controller 106 begins a RMW operation to data block 101 of storage unit 200, the controller 106 will accept into an "old data" register 108 the value of the data block that is to be modified. Therefore, the value "1001" will be read and stored in register 108. The value of data block 105 of the parity storage unit 204 will be read and stored in an "old parity" data register 109 of the primary array controller 106. The next step in the RMW sequence is to calculate the exclusive-OR (XOR) sum of the old data and the old parity values. The XOR sum ("0110") is stored as a partial-parity value in a result register 116 in the primary array controller 106. The value of the result register 116 is then XOR summed with the value of the new data in a "new data" register 110 of the primary array controller 106. The resulting final parity value ("1100") is stored in a "new parity" register 111.
If the redundant array controller 107 were to attempt to perform a second RMW to a different data block 102 within the same redundancy group during the time the primary array controller 106 was calculating a new parity value for data block 101, a read of the old data block 102 and the old parity block 105 would be performed and the values of the old data block 102 and the old parity block 105 would be stored in corresponding old data and old parity registers 112, 113 in the redundant array controller 107.
The same operations that were performed in the primary controller 106 would be performed in the redundant array controller 107 and the new data and new parity values would be stored in corresponding new data register, and new parity registers 114, 115 of the redundant array controller 107. It is then possible that during the time that the new parity value is being calculated in the redundant array controller 107, the primary array controller 106 will update data block 101 of storage unit 200 and parity block 105 of parity storage unit 204, as shown in FIGURE 3b.
In FIGURE 3c, the values of the new data and new parity calculated in the redundant array controller 107 are stored in data block 102 of storage unit 201 and data block 105 of the parity storage unit 204. However, because the redundant array controller 107 read the old parity value from data block 105 of the parity storage unit 204 before the change made by the primary array controller 106, the value now stored in data block 105 of the parity storage unit 204 does not take into account the change made to data block 101 of storage unit 200. Therefore, the system will not be capable of recovering the data stored if a failure occurs. This is undesirable in a fault tolerant system.
Therefore, it is desirable to provide means which allows two or more array controllers to be simultaneously active without losing the ability to completely recover from a failure of one of the storage units, while maintaining the capability of each controller to take over the tasks of the other controller if a failure occurs. It is also desirable to provide a method by which any controller may be removed from (or brought into) service such that any other controller may begin (or cease) performing the tasks of the controller so removed from (or brought into) service. The present invention provides such means and method.
SUMMARY OF THE INVENTION
The present invention is a redundant array storage system including storage units logically divided into redundant logical arrays. The present invention further includes a plurality of array control units (controllers) fully and continuously utilized to control data transfers between the redundant logical arrays and at least one central processing unit (CPU) , and yet capable of taking over the task of a failed controller.
In the preferred embodiment of the invention, the physical storage units are mapped into a plurality of logical storage units. Each logical storage unit is comprised of non-overlapping groups of data blocks. The logical storage units are logically grouped into two logical arrays. Two array controllers correspond one-to-one with the two logical arrays and interface the logical arrays with the CPU. When both controllers are functional, each logical array is under the control of a corresponding controller. If a controller fails, the other controller will assume operational control of both logical arrays.
Since each logical array is controlled by only one array controller, both controllers can be active simultaneously without concern that "collisions" will occur. A collision occurs only if more than one controller attempts to access blocks of data within the same redundancy group.
In the preferred embodiment, each controller sends and receives a variety of messages to each other. In addition, each controller maintains a timer associated with'the other controller. Whenever a message is received by one controller from the other controller. the receiving controller's timer is reset. If such a message is not received within a specified interval, the receiving controller will either take over control of both logical arrays, or transmit a message to the CPU indicating that the delinquent controller has failed. The decision as to which of these actions will be taken is user controllable.
Further aspects of the present invention will become apparent from the following detailed description when considered in conjunction with the accompanying drawings. It should be understood, however, that the detailed description and the specific examples, while representing the preferred embodiment of the invention, are given by way of illustration only.
BRIEF DESCRIPTION OF THE DRAWINGS
FIGURE 1 is block diagram of a prior art failure- independent system in which an array of redundant storage units is interfaced to a central processing unit by multiple redundant array controllers as a means to reliably store data.
FIGURE 2 is a schematic representation of the allocation of data blocks within a storage unit used in a prior art failure-independent data storage system.
FIGURE 3a is an illustration of selected data blocks and data registers of a prior art failure- independent storage system before an update of two of the blocks stored on separate storage units.
FIGURE 3b is an illustration of selected data blocks and data registers of a prior art failure- independent storage system after storing updated data into one of two blocks being updated.
FIGURE 3c is an illustration of selected data blocks and data registers of a prior art failure- independent storage system after storing updated data into two blocks being updated concurrently by two array controllers.
FIGURE 4 is a block diagram of the preferred embodiment of the present invention.
FIGURE 5 is a schematic representation of the allocation of the data blocks within a storage unit used in the present invention. FIGURE 6 is a simplified block diagram of array controllers used in the preferred embodiment of the present invention.
Like reference numbers and designations in the drawings refer to like elements.
DETAILED DESCRIPTION OF THE INVENTION
Throughout this description, the preferred embodiment and examples shown should be considered as exemplars, rather than limitations on the present invention.
Physical Configuration
FIGURE 4 is a simplified block diagram of the preferred embodiment of the present invention. In FIGURE 4, a Central Processing Unit (CPU) 1 is coupled to two array control units (controllers) 3, 4 by a bus 2. While only one CPU 1 is used in the preferred embodiment , it is possible to use more than one CPU connected to the Bus 2. Each controller 3, 4 is coupled to the other controller and to a plurality of storage units 40-51 by I/O channels 5 (e.g., SCSI buses) . Each I/O channel 5 is capable of supporting a plurality of storage units 40-51. Additional storage units (not shown) may be present and are represented by broken lines extending between the storage units 40-45 and 46-51. Each controller 3, 4 preferably includes a separately programmable, multi-tasking processor (for example, the MIPS R3000 RISC processor, made by MIPS Corporation of Sunnyvale, California) which can act independently of the CPU 1 to control the storage units.
Typical physical storage units which can be used in the present invention, such as magnetic or optical disk drives, comprise a set of one or more rotating disks each having at least one read/write transducer head per surface. In such units, data storage areas known as tracks are concentrically arranged on the disk surfaces. A disk storage unit may have, for example, 500 to 2000 tracks per disk surface. Each track is divided into numbered sectors that are commonly 512 bytes in size (although other sizes may be used) . Sectors are the smallest unit of storage area that can be accessed by the storage unit (data bits within a sector may be individually altered, but only by reading an entire sector, modifying selected bits, and writing the entire sector back into place) . A disk storage unit may have 8 to 50 sectors per track, and groups of tracks may differ in the numbers of sectors per track on the same disk storage unit (e.g., smaller circumfer¬ ence inner tracks may have fewer sectors per track, while larger circumference outer tracks may have more sectors per track) .
Access to a sector ultimately requires identification of a sector by its axial displacement along a set of rotating disks, radial displacement on a disk, and circumferential displacement around a disk. Two common schemes are used for such identification. One scheme identifies a sector by a surface or head number (axial displacement) , a track number (radial displacement) , and a sector number (circumferential displacement) . The second scheme treats all of the tracks with the same radius on all disks as a "cylin¬ der", with tracks being subsets of a cylinder rather than of a surface. In this scheme, a sector is identified by a cylinder number (radial displacement) , a track number (axial displacement) , and a sector number (circumferential displacement) .
It is possible for a higher level storage controller (or even the CPU) to keep track of the location of data on a storage unit by tracking all involved sectors. This is commonly done with magnetic disk drives following the well-known ST-506 interface standard used in personal computers. Storage units ad¬ dressed in this manner are known as sector-addressable. However, it is inconvenient in modern computer systems for a high-level storage controller to keep track of sector addresses by either of the addressing schemes described above. Therefore, as is known in the art, the preferred embodiment of the invention uses an alternative form of storage unit addressing that maps the sectors of a storage unit to a more tractable form.
Logical Configuration
Mapping in the preferred embodiment of the present invention is accomplished by treating one or more sectors as a block and addressing each storage unit by block numbers. A block on the storage units used in the preferred embodiment of the inventive system can vary from 512 bytes up to 4096 bytes, but may be of any size. The storage units being used must support the specified block size. Such units are known as block- addressable.
For example, with storage units having a Small Computer System Interface ("SCSI") , each storage unit is considered to be a contiguous set of blocks. An access request to such a unit simply specifies identification numbers of those blocks that are to be accessed. Alternatively, the access request specifies the identification number of a starting block and the quantity of subsequent logically contiguous blocks to be accessed. Thereafter, when using disk drives as storage units, the SCSI controller for the unit translates each block number either to a cylinder, track, and sector number format, or to a head, track, and sector number format. This translation is transparent to the requesting device.
It should be understood that the inventive concept can be applied to sector-addressable storage units. However, the preferred embodiment of the invention uses block-addressable storage units.
The present invention creates a logical structure to map a plurality of block-addressable storage units, thereby defining a basic storage unit array architecture. The basic storage unit array architecture formed by the logical structuring the present invention establishes logical storage units, comprising a plurality of non-overlapping groups of data blocks on physical storage units (although a logical storage unit cannot span multiple, physical storage units) . In the present invention, the logical storage units are then assigned to logical volumes. An example of such assignment is set forth in the copending application entitled "Logical Partitioning of a Redundant Array", Serial No.07/612,220, assigned to the Assignee of the present invention. The teachings of the Stallmo application are hereby incorporated by reference. In the present invention, the logical volumes are then assigned to one of two logical arrays.
By way of example, 12 physical storage units are shown in Figure 4, each divided into at least two logical storage units, A and B. The logical storage units A, B, may be assigned to one or more logical volumes, as desired. Importantly, the separate groups of logical storage units A, B, are assigned to corresponding "logical arrays", A0 and Al. In the preferred embodiment, each controller 3, 4, is assigned primary responsibility for the transfer of data into and out of one, and only one, of the two logical arrays A0 and Al and may not access the other logical array unless the controller assigned to that logical array has failed. When a controller fails, the data stored in the logical storage units assigned to the failed controller will be available to the CPU1 after control of the logical array assigned to the failed controller is assumed by the remaining controller.
In an alternative embodiment, more than one CPU is present. Each CPU is assigned to a discrete controller and logical array. Each CPU may access only that controller and logical array which is assigned that CPU, in order to prevent multiple CPUs from accessing the same redundant group.
Creation of Logical Arrays FIGURE 5 is a diagram of the data storage allocation with a typical logical storage unit of the preferred embodiment of the present invention. At the top (lower order addresses) of the addressable data storage area available within the storage unit are diagnostic sections 11A, 11B, each corresponding to a logical array A0 or Al, and used for diagnostic testing. Following are reserved areas 12a, 12b, each containing configuration structures, error logs, software load areas, host scratch pads and diagnostic test areas, and each corresponding to a logical array A0 or Al. A user area 14 follows the two reserved areas 12a, 12b and is several orders of magnitude larger than the other sections of the addressable space. The user area 14 is flexibly divided by the user into distinct subsections 14a, 14b, each corre¬ sponding to a logical array A0 or Al. The user area subsections 14a, 14b need not be of equal sizes. Because only two logical arrays are present in the preferred embodiment, the user area 14, as well as the diagnostic sections 11 and reserved area 12 are each shown as divided into two subsections. However, it should be noted that the user area 14, the diagnostic area 11, and the reserved area 12 may be divided into as many distinct subsections as there are logical arrays. Corresponding subsections (a or b) of the user area 14, diagnostic section 11, and the reserved area 12 comprise a logical storage unit (LSU) . A description of the logical configuration of the storage unit array is sent to the controllers 3, 4, by the CPU 1. The logical configuration indicates which LSUs are in each redundancy group, which redundancy groups make up each logical volume, and which logical volumes are in each logical array. The user is responsible for insuring that the logical configurations sent to each controller 3, 4, are identical and that the blocks of data assigned to each logical a^ray AO, Al do not overlap. Each controller 3, 4, is responsible for insuring that each logical array AO, Al assigned is valid. For a logical array to be valid, no LSU may be assigned to any other logical array. Furthermore, each redundancy group must consist of LSUs which are assigned to the same logical array. Also, each redundancy group assigned to a logical volume must be assigned to the same logical array. The logical configuration is recorded in a configuration section of the reserved area 12a, 12b of each logical array. In alternative embodiments in which more than one CPU is being used, each CPU will define the logical configuration for the controller(s) that is associated with that CPU.
Upon assigning each LSU to a particular logical array AO, Al, only the controller that is responsible for the logical array associated with an LSU will be granted access to the LSU. For example, in FIGURE 4, each physical storage unit 40-51 is divided into two LSUs A, B. Each "A" LSU is assigned to logical array AO. Each "B" LSU is assigned to logical array Al. Therefore, only the controller assigned to logical array AO is permitted to access the "A" LSUs, and only the controller assigned to logical array Al is permitted to access the "B" LSUs. CPU commands to a logical array AO, Al must be sent to the controller 3, 4, assigned to that logical array. For example, a "logical array" field in each command may be set to indicate the logical array of interest. Commands for a logical array that are sent to a controller not assigned to that logical array will cause an error message to be returned to the CPU.
By creating two sets of LSUs, each set comprising a logical array, and limiting the access of each of the controllers 3, 4, to the logical array exclusively assigned to that controller, it is possible for each controller 3, 4 to access data independently of the other controller without concern that the other controller will access a block of data in the same redundancy group. Spare physical storage units remain unassigned to a logical array until they are required for replacement of a failed physical storage unit. Upon being brought into service, a spare physical storage unit is assigned to the logical array of the physical storage unit which is being replaced.
Operational Aspects of the Invention
In the preferred embodiment of the invention, there are several functions that each controller 3, 4 must be capable of performing. These include: reading data from and storing data into the LSUs of the logical array assigned to the controller; rebuilding data that is stored in a failed storage unit to a spare physical storage unit; installing a new physical storage unit; performing physical storage unit operations (such as synchronizing the spindles of each of the physical storage units, formatting storage units, and performing diagnostic operations) ; assuming control of the other logical array upon the failure of the other controller; and, starting from an initial application of power, determining which logical array the controller is to control.
Because some of these functions (such as rebuild operations) require that a single controller be primarily responsible, all global functions (i.e., those functions which are common to both logical arrays) are performed by logical array AO. The choice of logical array AO is arbitrary. Since the function is assigned to logical array AO, the controller assigned to logical array AO is responsible for such global functions. In the event that the controller responsible for logical array AO fails, the responsibility for the global functions, will be transferred to the controller that remains functional along with responsibility for other logical array AO functions.
In normal operations, a controller can only write to the user data area 14a, 14b within the logical array to which the controller is assigned. Therefore, each controller 3, 4 has responsibility for rebuilding those areas of the physical storage unit that are part of the logical array to which the controller is assigned.
The controller assigned logical array AO will be responsible for initiating rebuild operations and formatting a replacement physical storage unit when necessary. The logical structure of the entire array is stored in the reserved area of each logical storage unit. Therefore the reserved area 12 of a replacement storage unit must be rebuilt before determination can be made regarding responsibility for each block within the user area 14. The controllers 3, 4 must communicate with each other to determine whether to continue to the next phase of the rebuild. For example, if a physical storage unit is to be rebuilt, the first controller 3 will rebuild the reserved area 12a associated with the logical array AO assigned to the first controller 3. In addition, the first controller 3 will request that second controller 4 begin rebuilding a reserved area 12b associated with the logical array Al assigned to the second controller 4. The first controller 3 must receive a communication from the second controller 4 that the second controller 4 has completed rebuilding its reserved area 12b before the first controller 3 can initiate rebuilding of the user area 14.
Once the reserved areas are rebuilt, the first controller 3 will initiate the rebuilding of the user area 14a associated with the logical array AO assigned to the first controller 3. Concurrently, the second controller 4 will receive a command from the first controller 3 to begin rebuilding the user area 14b associated with the logical array Al assigned to the second controller 4. The second controller 4 must communicate to the first controller 3 whether the rebuild of the user area 14b was successfully completed. In the preferred embodiment of the invention, the controllers 3, 4 communicate directly to one another over the channel 5 that couples the controllers 3, 4 to the storage unit being rebuilt.
Activating a spare physical storage unit and installing a new physical storage unit into the array will be handled in similar fashion.
Physical storage unit operations (such as formatting, mode selections, and background diagnostics) are initiated by the controller assigned to logical array AO. Communications between the two controllers 3, 4 allows the controller not assigned to logical array AO to determine both the status of such operations and the status of the associated storage unit as necessary.
In the above discussion, the logical storage units are always uniquely assigned to the logical array and each logical array is uniquely assigned to a controller during normal operations. Functions such as diagnostic tests and spindle synchronization, are uniquely assigned to logical array AO.
Transfer of Control In the preferred embodiment of the present invention, control of a logical array AO, Al may be passed from one controller to the other automatically or manually. In automatic mode, one controller may automatically assume control of the other controllers logical array upon a failure of the other controller. When control is assumed automatically, control also is returned automatically (without intervention of the CPU 1) upon repair of the failed controller. In manual mode, control is transferred under command of the CPU 1. Selection of manual or automatic mode is made by the system user.
FIGURE 6 is a simplified block diagram of the controllers 3, 4. The processor in each controller maintains a message management module 600, a primary event management module 601, a secondary event management module 602, and a switch management module 603. Each message management module 600 is responsible for receiving synchronous messages from another controller. Each primary event management module controls the flow of data into and out of the logical array corresponding to that array controller. Each secondary event management module controls the flow of data into and out of the logical array corresponding to the other controller upon a failure of the other controller. Each switch management module is responsible for determining when the secondary event management module will become active in controlling the other logical array.
When both controllers 3, 4 are operational, the primary event management module 601 will be fully active in each of the two controllers 3, 4. The secondary event management module 602 in each controller 3, 4 remains dormant until the switch management module 603 activates it. The switch management module determines when a controller has failed by monitoring messages sent at regular intervals from the other controller. If a message is not received by a controller from the other controller within a specified amount of time, a timer in the switch management module 603 will "time out," thereby indicating the delinquent controller is not operating properly. Each time a message is received, the timer is reset.
In automatic mode, the switch management module
603 activates the secondary event management module 602 whenever the timer expires. In manual mode, a message indicating that the delinquent controller is late is sent from the switch management module 603 to the message management module 600. The message management module transmits the message to the CPU 1. The CPU 1 will subsequently return a command to fully activate the secondary event management module 602.
The secondary event management module 602 in each controller is identical to the primary event management module 601 operating in the other controller. Upon being activated by the switch management module 603, the secondary event management module 602 is directed to the reserved area 12 within an LSU assigned to the failed controller. The reserved area 12a, 12b corresponding to the failed controller contains logical structure information and status that allows the secondary event management module 602 to determine whether any operations were in progress when the failed controller ceased functioning properly. The system configuration is read from the appropriate reserved area 12. The system configuration allows the secondary event management module 602 to determine which LSUs and physical storage units were assigned to the failed controller. The system configuration also provides all the information necessary for the secondary event management module 602 to begin operating at the point that the failed controller ceased operating properly.
Each controller 3, 4 makes entries to an event log in the corresponding reserved area 12a, 12b of each LSU within the logical array assigned to that controller. The event logs provide historical information for later diagnosic operations.
Once the secondary event management controller 602 of the functional controller has accessed the system configuration in the reserved area 12 associated with the logical array that was formerly controlled by the dilinquent controller, the secondary event management module 602 will "time share" the resources of the functional controller with the primary event management module 601. Thus, the primary event management module 601 will continue to control the operation of the logical array (for example A0) assigned to the functional controller, while the secondary event management module 602 will control the operations of the logical array Al in place of the primary event management module 601 of the failed controller. "Collisions" will not occur because neither event management module 601, 602 can access the LSUs assigned to the other event management module 602, 601.
Initialization of Controllers
Upon initialization, each controller 3, 4 must determine whether the other controller has control over both logical arrays. In the preferred embodiment, this is done by a direct inquiry sent to the controller from the controller being initialized. When power is applied to both controllers 3, 4 concurrently, each will send a "status" message to the other indicating that the sender is operating. The status message is repeated at regular intervals. This prevents the timer in each switch management module 603 in each controller from timing out. Once a controller receives an initial status message from the other controller, the receiving controller sends a query asking the other controller whether the other controller has control of both logical arrays A0, Al. When power is applied to both controllers 3, 4 concurrently the answer will be "no".
After receiving a negative response, the receiving controller will read the logical structure stored in the reserved areas 12 associated with the logical array to which the controller is primarily assigned and begin to exercise control over the logical array to which the controller is assigned. In the preferred embodiment, the controller would determine to which logical array it is assigned by reading a hardware address containing that information.
If a first controller is controlling both logical arrays the second controller must, after being initialized, regain control of the logical array to which the second controller is assigned. This is done by sending a message from the second controller to the first controller indicating the control of the logical array assigned to the second controller should be returned to the second controller. After receiving the message from the second controller, the first controller ceases controlling the logical array not assigned to the first controller, and replies with a message indicating that the second controller should read the system configuration from the reserved area 12 of the logical array assigned to the second controller. Once the configuration is known by the second controller, the second controller assumes control of the logical array to which it was assigned by restarting any operations that may have been in progress (the information that is required to restart any operations previously started was stored in the reserved area of the LSUs by the other controller as the operation was being performed) .
It should be clear from the above description that the novel aspects of the invention are the use of a plurality of logical arrays which include a plurality of logical storage units and the use of a plurality of controllers which, under normal conditions, are each dedicated to a single logical array and which are capable upon a failure of any other controller of assuming control of the logical array of which the failed controller had control.
It will be understood that various modifications may be made without departing from the spirit and scope of the invention. For example, multiple CPUs may be used. In such embodiments of the present invention, each CPU may be assigned a controller and logical array. However, this is not necessary so long as provisions are made for multiple processors accessing memory. Further, the preferred embodiment describes two logical arrays. Multiple logical arrays will be understood to be within the spirit and scope of the invention. Also, an embodiment is possible and within the scope of the invention in which a switch module disconnects a failed array controller from each of the channels to prevent disturbances to the channels. Accordingly, it will be understood that the invention is not to be limited by the specific illustrated embodiment, but only by the scope of the appended claims.

Claims

1. A redundant data storage array system including: a. a multiplicity of physical data storage units, each physical data storage unit comprising at least one logical data storage unit; b. at least two logical arrays, each comprising at least one logical data storage unit; and c. at least two redundant array controllers, each corresponding to a logical array, each coupled to each physical data storage unit, and each capable of accessing only the corre¬ sponding logical array unless another array controller has failed, whereupon an array controller other than the failed array controller is granted access to the logical array corresponding to the failed array controller.
2. The redundant data storage array system of claim 1, wherein each redundant array controller further includes a primary event management means for controlling data flowing into and out of the logical array corresponding to that array controller, and at least one secondary event management means for controlling the flow of data into and out of a logical array corresponding to another controller after the failure of such other controller.
3. The redundant data storage array system of claim 2, wherein the primary event management means is capable of accessing only the logical array corresponding to the redundant array controller, and the secondary event management means is capable of accessing only the logical array corre¬ sponding to the failed controller.
4. The redundant data storage array system of claim 2, wherein the logical storage units are grouped into logical redundancy groups which are further grouped into logical volumes, each logical storage unit within a logical volume being associated with the same logical array.
5. The redundant data storage array system of claim 2, wherein the logical storage units further include: a. a reserved area; and b. a user area.
6. The redundant data storage array system of claim 2, wherein each redundant array controller includes a switch management means for determining that another array controller within the system has failed.
7. The redundant data storage array system of claim 6, wherein the switch management means receives messages from other array controllers on a periodic basis and includes a resetable timer for determining when the time between receipt of each message has exceeded a specified duration.
8. The redundant data storage array system of claim
7, further including means in each redundant array controller for activating a secondary event management means corresponding to a failed controller after the switch management means determines that such a failure has occurred.
9. The redundant data storage array system of claim
8, wherein the redundant array controllers are each capable of activating the secondary event controller absent commands from another source.
10. The redundant data storage array system of claim
9, wherein a message from the switch management means initiates the activation of the secondary event controller.
11. The redundant data storage array system of claim 8, wherein a message from the switch management means is sent to a remote command source which, upon receipt of the message, determines whether to activate the secondary event controller, and wherein the redundant array controllers are each capable of activating the secondary event controller under commands from the remote command source.
12. A method for transferring control of a logical array from a failed array controller to a functional array controller, including the steps of: a. providing a plurality of logical arrays, each associated with one of a plurality of active array controllers, each array controller including an active event management means and a plurality of inactive event management means each uniquely corresponding to the active event management means in one of the other array controllers; b. determining that an array controller has failed; c. activating the inactive event management means corresponding to the active event management means in the failed controller, in one of the functioning array controllers.
13. The method of claim 12, wherein the determination as to whether an array controller has failed is made by the steps of: a. receiving messages in a functional array controller sent on regular intervals from each other array controller; b. monitoring the amount of time between messages received by the functional array controller; c. identifying any array controller that sends no message to a functional array controller within a specified amount of time, measured from the time the last message was received by the functional array controller, as a failed controller.
14. The method of claim 13, wherein the logical arrays provided include logical data storage units including a reserved area for storing logical structure and status information, further including the steps of: a. storing logical structure and status information in the reserved area of each of the logical data storage units of the logical array; b. reading logical structure and status information from the reserved area of one of the logical storage units associated with a failed array controller to determine whether the failed array controller was performing an operation at the time the failure occurred; c. instructing the event management means in a functioning array controller, the event management means corresponding to the active event management means in the failed array controller, to complete any operation that was begun by the active event management means within the failed array controller.
15. A method for transferring control of a logical array from a failed array controller to a functional array controller, including the steps of: a. providing a plurality of logical arrays, each associated with one of a plurality of active array controllers, each array controller including a plurality of inactive event management means corresponding to each of the other array controllers; b. providing an external control source; c. determining that an array controller has failed; d. sending a message to the external control source indicating that an array controller has failed; e. receiving commands from the external source to activate the event management means corresponding to the failed array controller in one of the functioning array controllers.
16. The method of claim 15, wherein the determination as to whether an array controller has failed is made by the steps of: a. receiving messages in a functional array controller sent on regular intervals from each other array controller; b. monitoring the amount of time between messages received by the functional array controller; c. identifying any array controller that sends no message to a functional array controller within a specified amount of time, measured from the time the last message was received by the functional array controller, as a failed controller. 11. The method of claim 16, wherein the logical arrays provided include logical data storage units including a reserved area for storing logical structure and status information, further including the steps of: a. storing logical structure and status information in the reserved area of each of the logical data storage units of the logical array; b. reading logical structure and status information from the reserved area of one of the logical storage units associated with a failed array controller to determine whether the failed array controller was performing an operation at the time the failure occurred; c. instructing the event management means in a functioning array controller, the event management means corresponding to the active event management means in the failed array controller, to complete any operation that was begun by the active event management means within the failed array controller.
PCT/US1993/002201 1992-03-13 1993-03-10 Multiple controller sharing in a redundant storage array WO1993018456A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US85237492A 1992-03-13 1992-03-13
US852,374 1992-03-13

Publications (1)

Publication Number Publication Date
WO1993018456A1 true WO1993018456A1 (en) 1993-09-16

Family

ID=25313151

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1993/002201 WO1993018456A1 (en) 1992-03-13 1993-03-10 Multiple controller sharing in a redundant storage array

Country Status (2)

Country Link
US (1) US5546535A (en)
WO (1) WO1993018456A1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0717358A1 (en) * 1994-12-15 1996-06-19 Hewlett-Packard Company Failure detection system for a mirrored memory dual controller disk storage system
EP0769744A2 (en) * 1995-09-19 1997-04-23 International Business Machines Corporation System and method for sharing multiple storage arrays by multiple host computer systems
EP0772127A1 (en) * 1995-10-30 1997-05-07 Hitachi, Ltd. Controller failure recovery in an external storage
FR2762695A1 (en) * 1997-04-29 1998-10-30 Bull Sa METHOD AND DEVICE FOR CONNECTING THE CENTRAL UNIT OF A DATA PROCESSING SYSTEM TO A REDUNDANT DATA STORAGE SUBSYSTEM
WO1999017204A1 (en) * 1997-09-30 1999-04-08 Lsi Logic Corporation Redundant controller diagnosis using a private lun
US5970323A (en) * 1994-10-19 1999-10-19 Telefonaktiebolaget Lm Ericsson Injection of encapsulating material on an optocomponent
US6931567B2 (en) 2000-01-31 2005-08-16 Hitachi, Ltd. Storage system

Families Citing this family (80)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5826046A (en) * 1994-12-30 1998-10-20 International Business Machines Corporation Method and apparatus for polling and selecting any paired device in any drawer
JP3358687B2 (en) * 1995-03-13 2002-12-24 株式会社日立製作所 Disk array device
US5848230A (en) * 1995-05-25 1998-12-08 Tandem Computers Incorporated Continuously available computer memory systems
JP3732869B2 (en) * 1995-06-07 2006-01-11 株式会社日立製作所 External storage device
US5748871A (en) * 1995-08-11 1998-05-05 Symbios Logic Inc. Dual bus architecture for a storage device
US5729763A (en) * 1995-08-15 1998-03-17 Emc Corporation Data storage system
JP3686457B2 (en) * 1995-08-31 2005-08-24 株式会社日立製作所 Disk array subsystem
US5790775A (en) * 1995-10-23 1998-08-04 Digital Equipment Corporation Host transparent storage controller failover/failback of SCSI targets and associated units
US5922077A (en) * 1996-11-14 1999-07-13 Data General Corporation Fail-over switching system
US6073218A (en) * 1996-12-23 2000-06-06 Lsi Logic Corp. Methods and apparatus for coordinating shared multiple raid controller access to common storage devices
US5933824A (en) * 1996-12-23 1999-08-03 Lsi Logic Corporation Methods and apparatus for locking files within a clustered storage environment
US5944838A (en) * 1997-03-31 1999-08-31 Lsi Logic Corporation Method for fast queue restart after redundant I/O path failover
US6073209A (en) * 1997-03-31 2000-06-06 Ark Research Corporation Data storage controller providing multiple hosts with access to multiple storage subsystems
US5937428A (en) * 1997-08-06 1999-08-10 Lsi Logic Corporation Method for host-based I/O workload balancing on redundant array controllers
US6085333A (en) * 1997-12-19 2000-07-04 Lsi Logic Corporation Method and apparatus for synchronization of code in redundant controllers in a swappable environment
US6061750A (en) * 1998-02-20 2000-05-09 International Business Machines Corporation Failover system for a DASD storage controller reconfiguring a first processor, a bridge, a second host adaptor, and a second device adaptor upon a second processor failure
US6112311A (en) * 1998-02-20 2000-08-29 International Business Machines Corporation Bridge failover system
US6446220B1 (en) * 1998-08-04 2002-09-03 International Business Machines Corporation Updating data and parity data with and without read caches
US6279138B1 (en) 1998-08-04 2001-08-21 International Business Machines Corporation System for changing the parity structure of a raid array
US6272662B1 (en) 1998-08-04 2001-08-07 International Business Machines Corporation Distributed storage system using front-end and back-end locking
US6446237B1 (en) 1998-08-04 2002-09-03 International Business Machines Corporation Updating and reading data and parity blocks in a shared disk system
US6332197B1 (en) 1998-08-04 2001-12-18 International Business Machines Corp. System for updating data in a multi-adaptor environment
US6282584B1 (en) * 1998-08-18 2001-08-28 International Business Machines Corporation Structure and method for reading/writing signature commands from/to a plurality of controller pairs
US6148414A (en) * 1998-09-24 2000-11-14 Seek Systems, Inc. Methods and systems for implementing shared disk array management functions
US6457098B1 (en) * 1998-12-23 2002-09-24 Lsi Logic Corporation Methods and apparatus for coordinating shared multiple raid controller access to common storage devices
US6725392B1 (en) 1999-03-03 2004-04-20 Adaptec, Inc. Controller fault recovery system for a distributed file system
US6449731B1 (en) * 1999-03-03 2002-09-10 Tricord Systems, Inc. Self-healing computer system storage
US7266706B2 (en) * 1999-03-03 2007-09-04 Yottayotta, Inc. Methods and systems for implementing shared disk array management functions
US6336173B1 (en) 1999-04-01 2002-01-01 International Business Machines Corporation Storing and tracking multiple copies of data in data storage libraries
US6336172B1 (en) 1999-04-01 2002-01-01 International Business Machines Corporation Storing and tracking multiple copies of data in a data storage library system
US6446165B1 (en) 1999-07-30 2002-09-03 International Business Machines Corporation Address dependent caching behavior within a data processing system having HSA (hashed storage architecture)
US6470442B1 (en) 1999-07-30 2002-10-22 International Business Machines Corporation Processor assigning data to hardware partition based on selectable hash of data address
US6823471B1 (en) * 1999-07-30 2004-11-23 International Business Machines Corporation Method for providing high availability within a data processing system via a reconfigurable hashed storage subsystem
US6467047B1 (en) * 1999-07-30 2002-10-15 Emc Corporation Computer storage system controller incorporating control store memory with primary and secondary data and parity areas
US6598118B1 (en) 1999-07-30 2003-07-22 International Business Machines Corporation Data processing system with HSA (hashed storage architecture)
US6516404B1 (en) 1999-07-30 2003-02-04 International Business Machines Corporation Data processing system having hashed architected processor facilities
US6449691B1 (en) 1999-07-30 2002-09-10 International Business Machines Corporation Asymmetrical cache properties within a hashed storage subsystem
US6658556B1 (en) 1999-07-30 2003-12-02 International Business Machines Corporation Hashing a target address for a memory access instruction in order to determine prior to execution which particular load/store unit processes the instruction
US6665740B1 (en) * 1999-11-12 2003-12-16 Emc Corporation Logical volume selection in a probability-based job scheduler
US6754897B1 (en) * 1999-11-12 2004-06-22 Emc Corporation Operation prioritization and selection in a probability-based job scheduler
US6487680B1 (en) * 1999-12-03 2002-11-26 International Business Machines Corporation System, apparatus, and method for managing a data storage system in an n-way active controller configuration
US6629273B1 (en) * 2000-01-24 2003-09-30 Hewlett-Packard Development Company, L.P. Detection of silent data corruption in a storage system
WO2001071524A1 (en) * 2000-03-22 2001-09-27 Yotta Yotta, Inc. Method and system for providing multimedia information on demand over wide area networks
US6735715B1 (en) 2000-04-13 2004-05-11 Stratus Technologies Bermuda Ltd. System and method for operating a SCSI bus with redundant SCSI adaptors
US6708283B1 (en) * 2000-04-13 2004-03-16 Stratus Technologies, Bermuda Ltd. System and method for operating a system with redundant peripheral bus controllers
US6977927B1 (en) 2000-09-18 2005-12-20 Hewlett-Packard Development Company, L.P. Method and system of allocating storage resources in a storage area network
US7386610B1 (en) 2000-09-18 2008-06-10 Hewlett-Packard Development Company, L.P. Internet protocol data mirroring
US6804819B1 (en) 2000-09-18 2004-10-12 Hewlett-Packard Development Company, L.P. Method, system, and computer program product for a data propagation platform and applications of same
GB0025226D0 (en) * 2000-10-14 2000-11-29 Ibm Data storage system and method of storing data
AU2002223181A1 (en) * 2000-10-18 2002-04-29 Tricord Systems, Inc. Controller fault recovery system for a distributed file system
JPWO2002046934A1 (en) * 2000-12-06 2004-04-08 株式会社エヌ・ティ・ティ・ドコモ Apparatus and method for delivering content
US6907457B2 (en) 2001-01-25 2005-06-14 Dell Inc. Architecture for access to embedded files using a SAN intermediate device
US6606690B2 (en) 2001-02-20 2003-08-12 Hewlett-Packard Development Company, L.P. System and method for accessing a storage area network as network attached storage
US7231430B2 (en) * 2001-04-20 2007-06-12 Egenera, Inc. Reconfigurable, virtual processing system, cluster, network and method
US7058858B2 (en) * 2001-04-23 2006-06-06 Hewlett-Packard Development Company, L.P. Systems and methods for providing automated diagnostic services for a cluster computer system
JP2003162377A (en) * 2001-11-28 2003-06-06 Hitachi Ltd Disk array system and method for taking over logical unit among controllers
US6996752B2 (en) * 2002-05-13 2006-02-07 Lsi Logic Corporation System, method, and computer program product within a data processing system for converting a spare storage device to a defined storage device in a logical volume
US20030217305A1 (en) * 2002-05-14 2003-11-20 Krehbiel Stanley E. System, method, and computer program product within a data processing system for assigning an unused, unassigned storage device as a replacement device
US20040143682A1 (en) * 2003-01-21 2004-07-22 Brocade Communications Systems, Inc. Network switch containing a hard disk drive
US7103711B2 (en) * 2003-01-21 2006-09-05 Brocade Communications Systems, Inc. Data logging by storage area network devices to a reserved storage area on the network
US7594002B1 (en) * 2003-02-14 2009-09-22 Istor Networks, Inc. Hardware-accelerated high availability integrated networked storage system
US6941396B1 (en) * 2003-02-19 2005-09-06 Istor Networks, Inc. Storage controller redundancy using bi-directional reflective memory channel
US7254754B2 (en) * 2003-07-14 2007-08-07 International Business Machines Corporation Raid 3+3
US7281177B2 (en) * 2003-07-14 2007-10-09 International Business Machines Corporation Autonomic parity exchange
US7587626B2 (en) * 2004-12-15 2009-09-08 Dell Products L.P. Intelligent hotspare or “SmartSpare” drive with pre-emptive drive rebuild
US20070226005A1 (en) * 2006-01-06 2007-09-27 Kevin Smith Totaldentist
JP5148236B2 (en) * 2007-10-01 2013-02-20 ルネサスエレクトロニクス株式会社 Semiconductor integrated circuit and method for controlling semiconductor integrated circuit
US20090125754A1 (en) * 2007-11-08 2009-05-14 Rashmi Chandra Apparatus, system, and method for improving system reliability by managing switched drive networks
US20100043006A1 (en) * 2008-08-13 2010-02-18 Egenera, Inc. Systems and methods for a configurable deployment platform with virtualization of processing resource specific persistent settings
WO2010036231A1 (en) 2008-09-25 2010-04-01 Lsi Corporation Method and/or apparatus for certifying an out of band management application in an external storage array
JP5279785B2 (en) * 2010-09-17 2013-09-04 株式会社東芝 Controller, storage device, and program
WO2013115806A1 (en) * 2012-01-31 2013-08-08 Hewlett-Packard Development Company , L.P. Drivers and controllers
WO2016018383A1 (en) 2014-07-31 2016-02-04 Hewlett-Packard Development Company Live migration of data
US10540109B2 (en) 2014-09-02 2020-01-21 Hewlett Packard Enterprise Development Lp Serializing access to fault tolerant memory
US10594442B2 (en) 2014-10-24 2020-03-17 Hewlett Packard Enterprise Development Lp End-to-end negative acknowledgment
US10402287B2 (en) 2015-01-30 2019-09-03 Hewlett Packard Enterprise Development Lp Preventing data corruption and single point of failure in a fault-tolerant memory
US10664369B2 (en) 2015-01-30 2020-05-26 Hewlett Packard Enterprise Development Lp Determine failed components in fault-tolerant memory
US10409681B2 (en) 2015-01-30 2019-09-10 Hewlett Packard Enterprise Development Lp Non-idempotent primitives in fault-tolerant memory
US10402261B2 (en) 2015-03-31 2019-09-03 Hewlett Packard Enterprise Development Lp Preventing data corruption and single point of failure in fault-tolerant memory fabrics
US10389342B2 (en) 2017-06-28 2019-08-20 Hewlett Packard Enterprise Development Lp Comparator

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0434532A1 (en) * 1989-12-22 1991-06-26 Bull S.A. Secure fast data write method for mass-storage device and computer system executing this method
WO1991013405A1 (en) * 1990-03-02 1991-09-05 Sf2 Corporation Non-volatile memory storage of write operation identifier in data storage device
WO1991013399A1 (en) * 1990-03-02 1991-09-05 Sf2 Corporation Disk array system
WO1991017506A1 (en) * 1990-04-06 1991-11-14 Sf2 Corporation Apparatus and method for controlling data flow between a computer and memory devices

Family Cites Families (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3893178A (en) * 1973-12-19 1975-07-01 Information Storage Systems Synchronization of multiple disc drives
US4007448A (en) * 1974-08-15 1977-02-08 Digital Equipment Corporation Drive for connection to multiple controllers in a digital data secondary storage facility
US4228496A (en) * 1976-09-07 1980-10-14 Tandem Computers Incorporated Multiprocessor system
US4092732A (en) * 1977-05-31 1978-05-30 International Business Machines Corporation System for recovering data stored in failed memory unit
US4467421A (en) * 1979-10-18 1984-08-21 Storage Technology Corporation Virtual storage system and method
JPS6053339B2 (en) * 1980-10-09 1985-11-25 日本電気株式会社 Logical unit error recovery method
US4468731A (en) * 1981-12-15 1984-08-28 Honeywell Information Systems Inc. Identification apparatus for use in a controller to facilitate the diagnosis of faults
US4562576A (en) * 1982-08-14 1985-12-31 International Computers Limited Data storage apparatus
FR2561428B1 (en) * 1984-03-16 1986-09-12 Bull Sa DISC MEMORY RECORDING METHOD AND DISC MEMORY SYSTEM
US4667326A (en) * 1984-12-20 1987-05-19 Advanced Micro Devices, Inc. Method and apparatus for error detection and correction in systems comprising floppy and/or hard disk drives
US4754397A (en) * 1985-02-15 1988-06-28 Tandem Computers Incorporated Fault tolerant modular subsystems for computers
JPS61264599A (en) * 1985-05-16 1986-11-22 Fujitsu Ltd Semiconductor memory device
US4722085A (en) * 1986-02-03 1988-01-26 Unisys Corp. High capacity disk storage system having unusually high fault tolerance level and bandpass
US4761785B1 (en) * 1986-06-12 1996-03-12 Ibm Parity spreading to enhance storage access
US4775978A (en) * 1987-01-12 1988-10-04 Magnetic Peripherals Inc. Data error correction system
US4862411A (en) * 1987-02-26 1989-08-29 International Business Machines Corporation Multiple copy data mechanism on synchronous disk drives
US4870643A (en) * 1987-11-06 1989-09-26 Micropolis Corporation Parallel drive array storage system
US4899342A (en) * 1988-02-01 1990-02-06 Thinking Machines Corporation Method and apparatus for operating multi-unit array of memories
US4989206A (en) * 1988-06-28 1991-01-29 Storage Technology Corporation Disk drive memory
US4914656A (en) * 1988-06-28 1990-04-03 Storage Technology Corporation Disk drive memory
US4933030A (en) * 1989-06-21 1990-06-12 Dietz Raymond L Low temperature glass composition, paste and method of use
US5134619A (en) * 1990-04-06 1992-07-28 Sf2 Corporation Failure-tolerant mass storage system
DE69022716T2 (en) * 1990-03-19 1996-03-14 Bull Hn Information Syst Multi-computer system with distributed common resources and dynamic and selective duplication of global data and procedures for it.
US5088081A (en) * 1990-03-28 1992-02-11 Prime Computer, Inc. Method and apparatus for improved disk access
US5130992A (en) * 1990-04-16 1992-07-14 International Business Machines Corporaiton File-based redundant parity protection in a parallel computing system
US5155845A (en) * 1990-06-15 1992-10-13 Storage Technology Corporation Data storage system for providing redundant copies of data on different disk drives
US5214652A (en) * 1991-03-26 1993-05-25 International Business Machines Corporation Alternate processor continuation of task of failed processor

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0434532A1 (en) * 1989-12-22 1991-06-26 Bull S.A. Secure fast data write method for mass-storage device and computer system executing this method
WO1991013405A1 (en) * 1990-03-02 1991-09-05 Sf2 Corporation Non-volatile memory storage of write operation identifier in data storage device
WO1991013399A1 (en) * 1990-03-02 1991-09-05 Sf2 Corporation Disk array system
WO1991017506A1 (en) * 1990-04-06 1991-11-14 Sf2 Corporation Apparatus and method for controlling data flow between a computer and memory devices

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BALL B., BARLETT W.: "OLTP SYSTEMS NEED TO BE FAULT TOLERANT.", COMPUTER TECHNOLOGY REVIEW., WESTWORLD PRODUCTION, BEVERLY HILL, CA., US, vol. 09., no. 03., 1 March 1989 (1989-03-01), US, pages 27., XP000109267, ISSN: 0278-9647 *
PROCEEDINGS OF THE 16TH VLDB CONFERENCE 1990, BRISBANE, AUSTRALIA pages 148 - 159 J. GRAY 'Parity Striping of Disc Arrays: Low-Cost Reliable Storage with Acceptable Throughput' *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6326680B1 (en) 1994-10-19 2001-12-04 Telefonaktiebolaget Lm Ericsson (Publ) Injection of encapsulating material on a optocomponent
US5970323A (en) * 1994-10-19 1999-10-19 Telefonaktiebolaget Lm Ericsson Injection of encapsulating material on an optocomponent
US6193493B1 (en) 1994-10-19 2001-02-27 Telefonaktiebolaget Lm Ericsson (Publ) Injection of encapsulating material on an optocomponent
EP0717358A1 (en) * 1994-12-15 1996-06-19 Hewlett-Packard Company Failure detection system for a mirrored memory dual controller disk storage system
EP0769744A2 (en) * 1995-09-19 1997-04-23 International Business Machines Corporation System and method for sharing multiple storage arrays by multiple host computer systems
EP0769744A3 (en) * 1995-09-19 2004-03-03 International Business Machines Corporation System and method for sharing multiple storage arrays by multiple host computer systems
US6052795A (en) * 1995-10-30 2000-04-18 Hitachi, Ltd. Recovery method and system for continued I/O processing upon a controller failure
EP0772127A1 (en) * 1995-10-30 1997-05-07 Hitachi, Ltd. Controller failure recovery in an external storage
US6412078B2 (en) 1995-10-30 2002-06-25 Hitachi, Ltd. External storage
EP0875832A1 (en) * 1997-04-29 1998-11-04 Bull S.A. Method and apparatus for connecting a central unit of a data processing system to a redundant memory subsystem
US6256748B1 (en) 1997-04-29 2001-07-03 Bull, S.A. Method and device for connecting a data processing system central unit to a redundancy data storage subsystem
WO1998049619A1 (en) * 1997-04-29 1998-11-05 Bull S.A. Method and device for connecting a data processing system central unit to a redundancy data storage sub-system
FR2762695A1 (en) * 1997-04-29 1998-10-30 Bull Sa METHOD AND DEVICE FOR CONNECTING THE CENTRAL UNIT OF A DATA PROCESSING SYSTEM TO A REDUNDANT DATA STORAGE SUBSYSTEM
US5975738A (en) * 1997-09-30 1999-11-02 Lsi Logic Corporation Method for detecting failure in redundant controllers using a private LUN
WO1999017204A1 (en) * 1997-09-30 1999-04-08 Lsi Logic Corporation Redundant controller diagnosis using a private lun
US6931567B2 (en) 2000-01-31 2005-08-16 Hitachi, Ltd. Storage system

Also Published As

Publication number Publication date
US5546535A (en) 1996-08-13

Similar Documents

Publication Publication Date Title
US5546535A (en) Multiple controller sharing in a redundant storage array
CA2054794C (en) Logical partitioning of a redundant array storage system
US5911779A (en) Storage device array architecture with copyback cache
JP2769443B2 (en) Storage subsystem and related apparatus / method
US5959860A (en) Method and apparatus for operating an array of storage devices
JP3177242B2 (en) Nonvolatile memory storage of write operation identifiers in data storage
JP3266277B2 (en) Conversion RAID for Hierarchical Storage Management System
JP3053511B2 (en) Method of storing data blocks of digital information and disk storage device therefor
US5504858A (en) Method and apparatus for preserving data integrity in a multiple disk raid organized storage system
JP3180130B2 (en) Computer data storage device capable of correcting error data and digital data storage method
US6058455A (en) RAID system having a selectable unattended mode of operation with conditional and hierarchical automatic re-configuration
US5210866A (en) Incremental disk backup system for a dynamically mapped data storage subsystem
US5548711A (en) Method and apparatus for fault tolerant fast writes through buffer dumping
US5950230A (en) RAID array configuration synchronization at power on
US6058489A (en) On-line disk array reconfiguration
US5596709A (en) Method and apparatus for recovering parity protected data
US5416915A (en) Method and system for minimizing seek affinity and enhancing write sensitivity in a DASD array
JP3358687B2 (en) Disk array device
US6877011B2 (en) System and method for host based storage virtualization
EP0481759A2 (en) Direct access storage device
WO1993018455A1 (en) Improved storage unit generation of redundancy information in a redundant storage array system
JPH07210334A (en) Data storage method and queuing method
US20050193273A1 (en) Method, apparatus and program storage device that provide virtual space to handle storage device failures in a storage system
US7130973B1 (en) Method and apparatus to restore data redundancy and utilize spare storage spaces
US20030212931A1 (en) System, Method, and computer program product within a data processing system for converting a spare storage device to a defined storage device in a logical volume

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
122 Ep: pct application non-entry in european phase