WO2002019111A2 - Fault tolerant data storage system - Google Patents

Fault tolerant data storage system Download PDF

Info

Publication number
WO2002019111A2
WO2002019111A2 PCT/US2001/041715 US0141715W WO0219111A2 WO 2002019111 A2 WO2002019111 A2 WO 2002019111A2 US 0141715 W US0141715 W US 0141715W WO 0219111 A2 WO0219111 A2 WO 0219111A2
Authority
WO
WIPO (PCT)
Prior art keywords
storage
controller
ownership
storage device
controllers
Prior art date
Application number
PCT/US2001/041715
Other languages
French (fr)
Other versions
WO2002019111A3 (en
Inventor
Nisha Talagala
Sing Lee Whay
Original Assignee
Sun Microsystems, Inc.
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 Sun Microsystems, Inc. filed Critical Sun Microsystems, Inc.
Priority to AU2001283564A priority Critical patent/AU2001283564A1/en
Publication of WO2002019111A2 publication Critical patent/WO2002019111A2/en
Publication of WO2002019111A3 publication Critical patent/WO2002019111A3/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
    • G06F11/2092Techniques of failing over between control units

Definitions

  • the present invention generally relates to data storage systems, and in particular, to a fault tolerant data storage system.
  • FIG. 1 depicts a simplified representation of a conventional data storage system 100 with redundant storage controllers.
  • the redundant storage controllers 102-1 and 102-2 are coupled between a processor 110 (e.g., server) and one or more storage devices 104-1 through 104-N (e.g., disk drives).
  • One storage controller serves as a primary controller and the other controller serves as a secondary controller.
  • the processor 110 accesses one or more of the storage devices via the primary controller 102-1. If the primary controller 102- 1 is detected to have failed by the processor 110, the secondary controller 102- 2 becomes active and assumes the interfacing operations between the storage devices and the processor 110. When the controller 102-1 recovers, it may take over the storage devices again from the controller 102-2.
  • FIG. 2 depicts a simplified representation of another conventional storage system 200 with redundant storage controllers.
  • a heartbeat mechanism 206 is provided between the redundant storage controllers 202-1 and 202-2 so that each storage controller can send a heartbeat signal to the other storage controller to periodically indicate that it is functioning properly.
  • each storage controller determines if the other storage controller is operating normally. If one of the storage controllers determines that the other storage controller has failed, it will initiate the process of taking over the disk drives serviced by the failing storage controller.
  • the state of the failing controller may be unpredictable, i.e., the failing controller may not be completely down or completely up. Consequently, it is possible that sometime after a surviving controller takes over disk drives that were being serviced by a failing controller, the failing controller not realizing that it has failed may become active (if it had hung) and start executing requests in its queue. If one controller repeats operations that have already been executed by the other controller, data may become corrupted and may not be trusted. Additionally, when the surviving controller takes over the disk drives, there may be some operations that have already been executed by the failing controller on the disk drives but have not yet been committed to the processor. As a result, the surviving controller may attempt to perform operations that have already been executed by the failing controller. As previously mentioned, data may be corrupted if the surviving controller repeats the operations that have already been executed by the failing controller.
  • a fault tolerant data storage system for effectively failing over a storage device from one storage controller to another storage controller.
  • the storage system generally includes at least two storage controllers for coupling to a processor and at least one storage device.
  • a failover manager is in communication with the storage controllers and the storage device. The failover manager assists failing over of the storage device by allowing only one of the storage controllers having ownership to access the storage device at any one time.
  • the failover manager maintains a list of recent requests that have been committed to the storage device so that it can be used during failover to assist the surviving controller to complete the uncommitted requests properly.
  • the failover manager is embodied in the form of a software task executed by a processor included in a disk controller of a disk drive.
  • the software task is executed by a processor included in a separate electronic unit coupled between storage controllers and one or more disk drives.
  • Figure 2 is a block diagram of another example of a conventional storage system with a heartbeat mechanism between redundant storage controllers.
  • Figure 3 is a block diagram of a fault tolerant data storage system according to one embodiment of the present invention.
  • Figure 4 is a flowchart diagram illustrating operations of a failover software task according to one embodiment of the present invention.
  • FIG. 5 is a block diagram of a fault tolerant data storage system according to another embodiment of the present invention.
  • Figure 6 is a flowchart diagram illustrating failover operations of a storage controller according to one embodiment of the present invention.
  • Figure 7 is a block diagram of a disk drive according to one embodiment of the present invention.
  • the storage system of the present invention addresses problems associated with failing over a storage device from one storage controller to another storage controller.
  • term “failover” in the context of the present invention is used to describe a process by which a secondary storage controller assumes the responsibilities (i.e., the interfacing operations between a storage device and a processor) of a primary storage controller in the event of failure of the primary storage controller.
  • the term “failover” is also used to describe a reverse process by which the primary storage controller recovers control over the storage device from the secondary storage controller after it has been repaired or replaced.
  • a failover manager is provided in the storage system to assist the storage controllers to failover properly.
  • the failover manager is configured to enforce failover decisions by granting access to a storage device only to one oi the storage controllers having ownership of the storage device at any one time.
  • the failover manger maintains a list of recent requests that have been committed to a storage device so that a surviving controller may use this information during failover to properly complete uncommitted requests.
  • Figure 3 depicts a simplified representation of a fault tolerant data storage system 300 according to one embodiment of the present invention.
  • the storage system 300 includes at least one processor 302 (e.g., server), a number of storage devices 308-1 through 308-K (e.g., disk drives) and at least two storage controllers 304-1 and 304-2 interconnected between the processor and the storage devices via a first bus 310 and a second bus 312.
  • the second bus 312 is embodied in the form of a Small Computer System Interface (SCSI) bus.
  • FST failover software tasks
  • Each FST 306 may be in communication with only one disk drive or several disk drives. As shown, there can be many independent failover software tasks 306 running in the fault tolerant storage system 300 and each FST only enforces failover decisions for those disk drives that it is associated with.
  • a default mapping may be used to determine which storage controller 304 has ownership of which disk drives 308.
  • variables referred hereinafter as current owner identifier data
  • these variables are used by the FST to determine if a storage controller requesting an access to a disk drive actually has ownership of that disk drive.
  • each controller may read the default mapping and based thereon issue an ownership request to corresponding FSTs for ownership of disk drives as specified in the mapping.
  • one of the storage controllers 304-1 has ownership of a disk drive 308-1 when the storage system 300 first boots up and the processor 302 accesses the disk drive 308-1 through the storage controller 304-1 and the FST 306-1.
  • the FST 306-1 acts as a gatekeeper to the disk drive 308-1 and will prescreen each request by verifying that the storage controller making the request has a proper access ownership. This verification of ownership will be described more in detail with reference to figure 4.
  • the controller having current ownership will be referred hereinafter as a primary controller and the other controller which serves as a redundant controller will be referred as a secondary controller.
  • the processor 302 determines that the primary controller 304-1 is unresponsive, the processor 302 sends a failover command to the secondary controller 304-2 to take over the disk drive 308-1.
  • the secondary controller 304-2 will in turn send an ownership request to the FST 306-1 in response to the failover command received from the processor.
  • the FST 306-1 Upon receiving the ownership request, the FST 306-1 will revoke ownership from the primary controller 304-1 and grant the ownership to the secondary controller 304-2.
  • the FST will retrieve a list of recent requests (e.g. write/read access requests) that have been received from the previous owner 304-1 and committed to the disk drive and transmit them to the current owner 304-2.
  • the list of recent requests that have been committed to the disk drive is used by the new owner (e.g., controller 304-2) to complete the uncommitted requests correctly. For example, this may be accomplished by the current owner selectively executing only the requests in its queue that have not been committed to the disk drive, by for example, comparing the sequence number attached to each request in its queue against the sequence number attached to the requests contained in the list.
  • the current owner e.g., controller 304-2
  • the current owner will void all requests in its queue that are also specified in the list of recent requests as being already committed to the disk drive by the previous owner 304-1.
  • the surviving controller is able to avoid performing operations that have already been executed by the failing controller.
  • the present invention provides a significant advantage over the conventional redundant storage controller systems which are susceptible to data corruption caused by one controller repeating operations that have already been executed by the other controller.
  • the FST 306-1 after granting of the ownership to the requesting controller, the FST 306-1 will delete all requests made by the previous owner that have not been committed to the disk drive to further prevent data corruption.
  • the controllers 304-1 and 304-2 will not request ownership unless it has been specifically instructed by the processor 302. Therefore, in this embodiment, the processor 302 makes a decision as to which controller will own which disk drive, and the controllers 304-1 and 304- 2, and the FST 306 enforce the decision made by the processor. Although only one FST 306-1 and only one disk drive 308-1 are mentioned in the above example, it should be noted that the secondary controller 304-2, in a multiple- disk-drive case, will need to request ownership from all FSTs associated with all disk drives that it plans to access.
  • Figure 4 depicts a flowchart of operations of a FST according to one embodiment of the present invention. In block 400, the FST receives a request from a storage controller.
  • This request from the storage controller may be one of a request for ownership or a request for an access (e.g., read/write).
  • decision block 405 the FST processes the request to determine what type of request it is. If the request is for ownership (block 405, ownership), the FST proceeds to block 410. In one embodiment, the FST does not make any decision with regard to which controller will own which disk drive, but rather will grant ownership to any storage controller that asks for ownership. In this regard, once the FST receives a request for ownership of a particular disk drive from one of the storage controllers, the FST will revoke current ownership of that disk drive and grant the ownership to the requesting storage controller (block 415).
  • the revocation and granting of ownership may be accomplished by the FST setting a variable (current owner identifier data).
  • Each FST maintains a list of current owner identifier data.
  • Each current owner identifier data is assigned to each disk drive that the FST is associated with.
  • the FST updates its current owner identifier data by using an identification number (e.g., SCSI ID) of the controller requesting ownership.
  • the current owner identifier data is subsequently used by the FST to determine whether a storage controller requesting an access to a particular disk drive actually has ownership to access that disk drive.
  • the FST will retrieve a list of recent disk access requests that have been committed to the disk drive and send the list to the surviving controller (current owner) in block 420.
  • the surviving controller current owner
  • the FST deletes all data access requests that have been received from the previous owner but have not yet been committed to the disk drives.
  • the software task returns to the beginning (block 400) where the next request is processed.
  • the FST proceeds to a decision block 430 where it determines whether the requesting storage controller currently has ownership of the disk drive it wants to access. In one embodiment, the verification of the ownership is accomplished by reading a storage controller identification number (e.g., SCSI ID) and comparing it to a current owner identifier data previously stored in a memory. If the FST determines that the requesting storage controller has current ownership of the disk drive (block 430, yes), it will grant access to the disk drive by passing the access request to the disk drive. Otherwise, if the requesting storage controller does not have current ownership (block 430, no), the FST will block the access to the disk drive by aborting the request.
  • a storage controller identification number e.g., SCSI ID
  • the FST updates its list of recent disk access requests that have been committed to the disk drive. As noted above, this list of recent disk access requests is used by the surviving controller (new owner) to complete the uncommitted requests properly. In either case (block 430, no) or (block 400), the software task returns to the beginning (block 400) proceeds with a next request.
  • the FST is embodied in the form of a software task executed by a local processor included in a disk controller of a disk drive.
  • the list of recent requests maintained by the FST is stored in a local memory such as a RAM (random access memory) integrated into the disk controller.
  • the FST is executed by a processor included in a separate electronic unit coupled between storage controllers 304 and one or more disk drives 308.
  • Figure 5 depicts a simplified representation of a fault tolerant data storage system 500 according to another embodiment of the present invention.
  • a heartbeat mechanism 514 is provided between storage controllers 504-1 and 504-2, wherein a heartbeat signal is transmitted between the controllers to keep each informed that the other controller is operating properly.
  • the other controller will take over the disk drives serviced by the unresponsive controller by requesting for ownership to those FSTs 506 associated with all disk drives 508 that were previously serviced by the failing controller.
  • the processor 502 is not involved in the decision as to which storage controller 504 will own which disk drives 508. Rather, this decision is made by individual storage controllers which constantly sends /receives a heartbeat signal to/from the other storage controller to determine if the other controller is active, or not. Interruption of the heartbeat signal can result if (1) the heartbeat mechanism 514 is down or (2) one of the controllers 504 is experiencing a failure condition (e.g., inactive).
  • one of the storage controllers 504 (e.g., secondary controller) will initially assume that the other controller (e.g., primary controller) has failed once an interruption of the heartbeat signal is sensed. Based on this assumption, the secondary controller will initiate a failover sequence to take over disk drive(s) from the primary controller by requesting for ownership of the disk drive(s) previously serviced by the primary controller. In response to the ownership request, the FST will grant the ownership to the requesting storage controller by updating its current owner identifier data. To avoid a race condition between the storage controllers, the FST may be configured to deny an ownership request from a controller if a previous ownership request was granted within a predefined period of time.
  • race condition is used in the context of the present invention to describe a situation where each storage controller repeatedly requests for ownership, in an alternating fashion between two or more controllers, based on an incorrect assumption that the other controller is down.
  • the controllers In conventional redundant controller storage systems with a heartbeat mechanism, the controllers have no way of communicating with each other when the heartbeat mechanism is down. In the present invention, the controllers may imply that the interruption of the heartbeat signal is actually caused by failure in the heartbeat mechanism via indirect communication established over a FST 506. For example, if the heartbeat mechanism is down, both storage controllers will constantly ask for ownership of disk drive(s) based on its initial assumption that the other controller is down, and consequently, the ownership will switch back and forth between the controllers. After the ownership has switched back and forth several times, each controller will realize that the other controller is very much active and conclude that the heartbeat mechanism is down. Based on this conclusion, each controller will hold on to its own (default) disk drives until it receives an indication that the heartbeat mechanism is functioning properly.
  • FIG. 6 is a flowchart of operations of a storage controller according to one embodiment of the present invention.
  • a default mapping is used by FSTs to determine which storage controller owns which disk drives.
  • each storage controller periodically sends a heartbeat signal (e.g., "ping" signal) to determine if the other controller is active. If one of the controllers (e.g., failing controller) does not respond to its pinging signal (block 605, no), the other storage controller (e.g., surviving controller) will initially assume that the other controller has failed and will request for ownership of one or more"of the disk drives (or all disk drives) currently owned by the non-responsive controller (block 610).
  • a heartbeat signal e.g., "ping" signal
  • the surviving controller may determine which disk drives are currently owned by the failing controller by querying one or more of the FSTs (or all FSTs). As noted earlier, each FST maintains current owner identifier data to identifier the current owner of the disk drive(s) it is associated with. The current owner identifier data may be used by the surviving controller to identify all the disk drives that are currently owned by the failing controller.
  • the surviving controller Upon requesting for an ownership of the disk drives owned by the failing controller, the surviving controller will receive a list of recent disk access requests committed for each disk drive from a corresponding FST (block 615) and use this information to complete the uncommitted requests properly (block 620). At this point, the storage controller proceeds in a loop (block 625-635) to receive and execute read/write commands issued by the processor. If the disk access request made by the storage controller is denied by the FST (block 635, no), the storage controller proceeds to block 640 to determine if the non-responding controller has actually failed. In one embodiment, this may be accomplished by determining if the ownership has switched back and forth a defined number of times within a defined time period.
  • each controller will hold on to its own (default) disk drives once failure in the heartbeat mechanism is detected.
  • the FST may be configured to serve as a second channel of communication between the storage controllers in the case of heartbeat mechanism failure.
  • the FST is configured to inform any one controller of access attempts made by other controllers and ownership requests made by the other controller, making it possible for both controllers to detect race conditions.
  • the FST is configured to decide which storage controller will own which disk drives in the event a race condition is detected.
  • Figure 7 depicts a disk drive 706 according to one embodiment of the present invention.
  • the disk drive 706 is in communication with a host processor 702 via at least two storage controllers 704-1 and 704-2.
  • the disk drive 706 generally includes one or more disks 720 for storing data and a disk controller 708 having a local processor 710 and a local memory 712.
  • a failover software task (FST) 714 is executed by the local processor in the disk controller.
  • the FST 714 is in communication with the storage controllers 704-1 and 704-2 and allows disk access to only one of the storage controllers with ownership of the disk at any one time.
  • the FST 714 serves as a gatekeeper to prescreen each request to access the disk by verifying whether a storage controller identification number associated with the storage controller requesting access matches with a current owner identifier data 716 previously stored in the local memory of the disk controller.
  • the FST 714 also maintains a list of recent requests 718 which contains information with regard to those recent requests that have been received from the controller with ownership and have been committed to the disk(s) 720.

Abstract

A fault tolerant data storage system and related method are described for effectively failing over a storage device from one storage controller to another storage controller. The storage system generally includes at least two storage controllers for coupling to a processor and at least one storage device. A failower manager is in communication with the storage controllers and the storage device. The failower manager assists failing over of the storage device by allowing only one of the storage controllers having ownership to access the storage device at any one time. In one embodiment, the failover manager maintains a list of recent requests that have been committed to the storage device so that it can be used during failover to assist the surviving controller to complete the uncommitted requests properly.

Description

FAULT TOLERANT DATA STORAGE SYSTEM
BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention generally relates to data storage systems, and in particular, to a fault tolerant data storage system.
2. Description of the Related Art Multiple storage controllers may be used to address the problem of storing and retrieving data when one storage controller fails. Figure 1 depicts a simplified representation of a conventional data storage system 100 with redundant storage controllers. The redundant storage controllers 102-1 and 102-2 are coupled between a processor 110 (e.g., server) and one or more storage devices 104-1 through 104-N (e.g., disk drives). One storage controller serves as a primary controller and the other controller serves as a secondary controller. In a normal mode, the processor 110 accesses one or more of the storage devices via the primary controller 102-1. If the primary controller 102- 1 is detected to have failed by the processor 110, the secondary controller 102- 2 becomes active and assumes the interfacing operations between the storage devices and the processor 110. When the controller 102-1 recovers, it may take over the storage devices again from the controller 102-2.
Figure 2 depicts a simplified representation of another conventional storage system 200 with redundant storage controllers. In this example, a heartbeat mechanism 206 is provided between the redundant storage controllers 202-1 and 202-2 so that each storage controller can send a heartbeat signal to the other storage controller to periodically indicate that it is functioning properly. At least in some implementations, each storage controller determines if the other storage controller is operating normally. If one of the storage controllers determines that the other storage controller has failed, it will initiate the process of taking over the disk drives serviced by the failing storage controller.
These conventional redundant storage controller systems suffer from various disadvantages. For example, the state of the failing controller may be unpredictable, i.e., the failing controller may not be completely down or completely up. Consequently, it is possible that sometime after a surviving controller takes over disk drives that were being serviced by a failing controller, the failing controller not realizing that it has failed may become active (if it had hung) and start executing requests in its queue. If one controller repeats operations that have already been executed by the other controller, data may become corrupted and may not be trusted. Additionally, when the surviving controller takes over the disk drives, there may be some operations that have already been executed by the failing controller on the disk drives but have not yet been committed to the processor. As a result, the surviving controller may attempt to perform operations that have already been executed by the failing controller. As previously mentioned, data may be corrupted if the surviving controller repeats the operations that have already been executed by the failing controller.
Thus, there is a need to provide a system which addresses problems associated with failing over a storage device from one storage controller to another storage controller.
SUMMARY OF THE INVENTION According to one aspect of the invention, a fault tolerant data storage system for effectively failing over a storage device from one storage controller to another storage controller is provided. The storage system generally includes at least two storage controllers for coupling to a processor and at least one storage device. A failover manager is in communication with the storage controllers and the storage device. The failover manager assists failing over of the storage device by allowing only one of the storage controllers having ownership to access the storage device at any one time. The failover manager maintains a list of recent requests that have been committed to the storage device so that it can be used during failover to assist the surviving controller to complete the uncommitted requests properly.
In one embodiment, the failover manager is embodied in the form of a software task executed by a processor included in a disk controller of a disk drive. In an alternative embodiment, the software task is executed by a processor included in a separate electronic unit coupled between storage controllers and one or more disk drives. BRIEF DESCRIPTION OF THE DRAWINGS Figure 1 is a block diagram of one example of a conventional storage system with redundant storage controllers.
Figure 2 is a block diagram of another example of a conventional storage system with a heartbeat mechanism between redundant storage controllers.
Figure 3 is a block diagram of a fault tolerant data storage system according to one embodiment of the present invention.
Figure 4 is a flowchart diagram illustrating operations of a failover software task according to one embodiment of the present invention.
Figure 5 is a block diagram of a fault tolerant data storage system according to another embodiment of the present invention.
Figure 6 is a flowchart diagram illustrating failover operations of a storage controller according to one embodiment of the present invention. Figure 7 is a block diagram of a disk drive according to one embodiment of the present invention.
DETAILED DESCRIPTION OF THE INVENTION One implementation of the present invention is described herein for purposes of illustration, namely a fault tolerant data storage system. The storage system of the present invention addresses problems associated with failing over a storage device from one storage controller to another storage controller. It should be noted that term "failover" in the context of the present invention is used to describe a process by which a secondary storage controller assumes the responsibilities (i.e., the interfacing operations between a storage device and a processor) of a primary storage controller in the event of failure of the primary storage controller. The term "failover" is also used to describe a reverse process by which the primary storage controller recovers control over the storage device from the secondary storage controller after it has been repaired or replaced.
According to one aspect of the invention, a failover manager is provided in the storage system to assist the storage controllers to failover properly. In accordance with another aspect of the invention, the failover manager is configured to enforce failover decisions by granting access to a storage device only to one oi the storage controllers having ownership of the storage device at any one time. In accordance with yet another aspect of the invention, the failover manger maintains a list of recent requests that have been committed to a storage device so that a surviving controller may use this information during failover to properly complete uncommitted requests. Figure 3 depicts a simplified representation of a fault tolerant data storage system 300 according to one embodiment of the present invention. The storage system 300 includes at least one processor 302 (e.g., server), a number of storage devices 308-1 through 308-K (e.g., disk drives) and at least two storage controllers 304-1 and 304-2 interconnected between the processor and the storage devices via a first bus 310 and a second bus 312. In one embodiment, the second bus 312 is embodied in the form of a Small Computer System Interface (SCSI) bus. In communication with the storage controllers 304 and one or more disk drives 308 are failover managers (referred hereinafter as failover software tasks "FST") 306-1 through 306-J. Each FST 306 may be in communication with only one disk drive or several disk drives. As shown, there can be many independent failover software tasks 306 running in the fault tolerant storage system 300 and each FST only enforces failover decisions for those disk drives that it is associated with.
When the storage system 300 first boots up, a default mapping may be used to determine which storage controller 304 has ownership of which disk drives 308. In one embodiment, during initialization, variables (referred hereinafter as current owner identifier data) are set by the FSTs according to the default mapping. In this regard, these variables are used by the FST to determine if a storage controller requesting an access to a disk drive actually has ownership of that disk drive. Alternatively, during initialization, each controller may read the default mapping and based thereon issue an ownership request to corresponding FSTs for ownership of disk drives as specified in the mapping.
As an example, assume that one of the storage controllers 304-1 has ownership of a disk drive 308-1 when the storage system 300 first boots up and the processor 302 accesses the disk drive 308-1 through the storage controller 304-1 and the FST 306-1. When one of the storage controllers 304 makes a request to access the disk drive 308-1, the FST 306-1 acts as a gatekeeper to the disk drive 308-1 and will prescreen each request by verifying that the storage controller making the request has a proper access ownership. This verification of ownership will be described more in detail with reference to figure 4. The controller having current ownership will be referred hereinafter as a primary controller and the other controller which serves as a redundant controller will be referred as a secondary controller. If the processor 302 determines that the primary controller 304-1 is unresponsive, the processor 302 sends a failover command to the secondary controller 304-2 to take over the disk drive 308-1. The secondary controller 304-2 will in turn send an ownership request to the FST 306-1 in response to the failover command received from the processor. Upon receiving the ownership request, the FST 306-1 will revoke ownership from the primary controller 304-1 and grant the ownership to the secondary controller 304-2.
Once the ownership has been granted to the requesting controller, the FST will retrieve a list of recent requests (e.g. write/read access requests) that have been received from the previous owner 304-1 and committed to the disk drive and transmit them to the current owner 304-2. The list of recent requests that have been committed to the disk drive is used by the new owner (e.g., controller 304-2) to complete the uncommitted requests correctly. For example, this may be accomplished by the current owner selectively executing only the requests in its queue that have not been committed to the disk drive, by for example, comparing the sequence number attached to each request in its queue against the sequence number attached to the requests contained in the list. In other words, the current owner (e.g., controller 304-2) will void all requests in its queue that are also specified in the list of recent requests as being already committed to the disk drive by the previous owner 304-1. Accordingly, by utilizing the list of recent requests maintained by the FST, the surviving controller is able to avoid performing operations that have already been executed by the failing controller. In this regard, the present invention provides a significant advantage over the conventional redundant storage controller systems which are susceptible to data corruption caused by one controller repeating operations that have already been executed by the other controller. According to another aspect of the invention, after granting of the ownership to the requesting controller, the FST 306-1 will delete all requests made by the previous owner that have not been committed to the disk drive to further prevent data corruption. In one embodiment, the controllers 304-1 and 304-2 will not request ownership unless it has been specifically instructed by the processor 302. Therefore, in this embodiment, the processor 302 makes a decision as to which controller will own which disk drive, and the controllers 304-1 and 304- 2, and the FST 306 enforce the decision made by the processor. Although only one FST 306-1 and only one disk drive 308-1 are mentioned in the above example, it should be noted that the secondary controller 304-2, in a multiple- disk-drive case, will need to request ownership from all FSTs associated with all disk drives that it plans to access. Figure 4 depicts a flowchart of operations of a FST according to one embodiment of the present invention. In block 400, the FST receives a request from a storage controller. This request from the storage controller may be one of a request for ownership or a request for an access (e.g., read/write). In decision block 405, the FST processes the request to determine what type of request it is. If the request is for ownership (block 405, ownership), the FST proceeds to block 410. In one embodiment, the FST does not make any decision with regard to which controller will own which disk drive, but rather will grant ownership to any storage controller that asks for ownership. In this regard, once the FST receives a request for ownership of a particular disk drive from one of the storage controllers, the FST will revoke current ownership of that disk drive and grant the ownership to the requesting storage controller (block 415).
The revocation and granting of ownership may be accomplished by the FST setting a variable (current owner identifier data). Each FST maintains a list of current owner identifier data. Each current owner identifier data is assigned to each disk drive that the FST is associated with. To reflect ownership change, the FST updates its current owner identifier data by using an identification number (e.g., SCSI ID) of the controller requesting ownership. The current owner identifier data is subsequently used by the FST to determine whether a storage controller requesting an access to a particular disk drive actually has ownership to access that disk drive. Once the ownership has been granted to the requesting storage controller (block 415), the FST will retrieve a list of recent disk access requests that have been committed to the disk drive and send the list to the surviving controller (current owner) in block 420. The surviving controller (current owner) can use this information to complete the uncommitted requests correctly. In block 425, the FST deletes all data access requests that have been received from the previous owner but have not yet been committed to the disk drives. At this point, the software task returns to the beginning (block 400) where the next request is processed.
On the other hand, if the request from the storage controller is a disk access request (block 405, disk access), the FST proceeds to a decision block 430 where it determines whether the requesting storage controller currently has ownership of the disk drive it wants to access. In one embodiment, the verification of the ownership is accomplished by reading a storage controller identification number (e.g., SCSI ID) and comparing it to a current owner identifier data previously stored in a memory. If the FST determines that the requesting storage controller has current ownership of the disk drive (block 430, yes), it will grant access to the disk drive by passing the access request to the disk drive. Otherwise, if the requesting storage controller does not have current ownership (block 430, no), the FST will block the access to the disk drive by aborting the request. In block 440, the FST updates its list of recent disk access requests that have been committed to the disk drive. As noted above, this list of recent disk access requests is used by the surviving controller (new owner) to complete the uncommitted requests properly. In either case (block 430, no) or (block 400), the software task returns to the beginning (block 400) proceeds with a next request.
In one embodiment, the FST is embodied in the form of a software task executed by a local processor included in a disk controller of a disk drive. In this embodiment, the list of recent requests maintained by the FST is stored in a local memory such as a RAM (random access memory) integrated into the disk controller. In an alternative embodiment, the FST is executed by a processor included in a separate electronic unit coupled between storage controllers 304 and one or more disk drives 308. Figure 5 depicts a simplified representation of a fault tolerant data storage system 500 according to another embodiment of the present invention. In this embodiment, a heartbeat mechanism 514 is provided between storage controllers 504-1 and 504-2, wherein a heartbeat signal is transmitted between the controllers to keep each informed that the other controller is operating properly. If one of the controllers 504 is unresponsive to the heartbeat signal, the other controller will take over the disk drives serviced by the unresponsive controller by requesting for ownership to those FSTs 506 associated with all disk drives 508 that were previously serviced by the failing controller. In one implementation, the processor 502 is not involved in the decision as to which storage controller 504 will own which disk drives 508. Rather, this decision is made by individual storage controllers which constantly sends /receives a heartbeat signal to/from the other storage controller to determine if the other controller is active, or not. Interruption of the heartbeat signal can result if (1) the heartbeat mechanism 514 is down or (2) one of the controllers 504 is experiencing a failure condition (e.g., inactive). In one embodiment, one of the storage controllers 504 (e.g., secondary controller) will initially assume that the other controller (e.g., primary controller) has failed once an interruption of the heartbeat signal is sensed. Based on this assumption, the secondary controller will initiate a failover sequence to take over disk drive(s) from the primary controller by requesting for ownership of the disk drive(s) previously serviced by the primary controller. In response to the ownership request, the FST will grant the ownership to the requesting storage controller by updating its current owner identifier data. To avoid a race condition between the storage controllers, the FST may be configured to deny an ownership request from a controller if a previous ownership request was granted within a predefined period of time. The term "race condition" is used in the context of the present invention to describe a situation where each storage controller repeatedly requests for ownership, in an alternating fashion between two or more controllers, based on an incorrect assumption that the other controller is down.
In conventional redundant controller storage systems with a heartbeat mechanism, the controllers have no way of communicating with each other when the heartbeat mechanism is down. In the present invention, the controllers may imply that the interruption of the heartbeat signal is actually caused by failure in the heartbeat mechanism via indirect communication established over a FST 506. For example, if the heartbeat mechanism is down, both storage controllers will constantly ask for ownership of disk drive(s) based on its initial assumption that the other controller is down, and consequently, the ownership will switch back and forth between the controllers. After the ownership has switched back and forth several times, each controller will realize that the other controller is very much active and conclude that the heartbeat mechanism is down. Based on this conclusion, each controller will hold on to its own (default) disk drives until it receives an indication that the heartbeat mechanism is functioning properly.
Figure 6 is a flowchart of operations of a storage controller according to one embodiment of the present invention. When the storage system first boots up, a default mapping is used by FSTs to determine which storage controller owns which disk drives. In blocks 600-605, each storage controller periodically sends a heartbeat signal (e.g., "ping" signal) to determine if the other controller is active. If one of the controllers (e.g., failing controller) does not respond to its pinging signal (block 605, no), the other storage controller (e.g., surviving controller) will initially assume that the other controller has failed and will request for ownership of one or more"of the disk drives (or all disk drives) currently owned by the non-responsive controller (block 610). The surviving controller may determine which disk drives are currently owned by the failing controller by querying one or more of the FSTs (or all FSTs). As noted earlier, each FST maintains current owner identifier data to identifier the current owner of the disk drive(s) it is associated with. The current owner identifier data may be used by the surviving controller to identify all the disk drives that are currently owned by the failing controller.
Upon requesting for an ownership of the disk drives owned by the failing controller, the surviving controller will receive a list of recent disk access requests committed for each disk drive from a corresponding FST (block 615) and use this information to complete the uncommitted requests properly (block 620). At this point, the storage controller proceeds in a loop (block 625-635) to receive and execute read/write commands issued by the processor. If the disk access request made by the storage controller is denied by the FST (block 635, no), the storage controller proceeds to block 640 to determine if the non-responding controller has actually failed. In one embodiment, this may be accomplished by determining if the ownership has switched back and forth a defined number of times within a defined time period. Accordingly, if a race condition is detected by the storage controller (block 640, yes), the storage controller will realize that the other controller is active and will assume at this point that the heartbeat mechanism is down (block 645). In one embodiment, each controller will hold on to its own (default) disk drives once failure in the heartbeat mechanism is detected.
In accordance with a further aspect of the invention, the FST may be configured to serve as a second channel of communication between the storage controllers in the case of heartbeat mechanism failure. In one implementation, the FST is configured to inform any one controller of access attempts made by other controllers and ownership requests made by the other controller, making it possible for both controllers to detect race conditions. In another implementation, the FST is configured to decide which storage controller will own which disk drives in the event a race condition is detected.
Figure 7 depicts a disk drive 706 according to one embodiment of the present invention. The disk drive 706 is in communication with a host processor 702 via at least two storage controllers 704-1 and 704-2. The disk drive 706 generally includes one or more disks 720 for storing data and a disk controller 708 having a local processor 710 and a local memory 712. According to one aspect of the present invention, a failover software task (FST) 714 is executed by the local processor in the disk controller. The FST 714 is in communication with the storage controllers 704-1 and 704-2 and allows disk access to only one of the storage controllers with ownership of the disk at any one time. In one embodiment, the FST 714 serves as a gatekeeper to prescreen each request to access the disk by verifying whether a storage controller identification number associated with the storage controller requesting access matches with a current owner identifier data 716 previously stored in the local memory of the disk controller. The FST 714 also maintains a list of recent requests 718 which contains information with regard to those recent requests that have been received from the controller with ownership and have been committed to the disk(s) 720.
While the foregoing embodiments of the invention have been described and shown, it is understood that variations and modifications, such as those suggested and others within the spirit and scope of the invention, may occur to those of ordinary skill in the art to which the invention pertains. The scope of the present invention accordingly is to be defined as set forth in the appended claims.

Claims

CLAIMSWhat is claimed is:
1. A system comprising: at least two storage controllers for coupling to a processor; and a failover manager in communication with said at least two storage controllers and a storage device, wherein when one of the storage controllers makes a request to access the storage device, said failover manager grants access to the storage device to only the storage controller with ownership of the storage device at any one time.
2. The system of claim 1, wherein said failover manager maintains a list of requests that have been committed to the storage device, said list of requests is accessed during failover to assist one of the storage controller with new ownership to complete uncommitted requests properly.
3. The system of claim 1, wherein said failover manager prescreens each request to access the storage device by reading a storage controller identification number associated with the storage controller requesting access and comparing said storage controller identification number with a current owner identifier data previously stored in a memory.
4. The system of claim 1, wherein said failover manager is embodied in the form of a software task executed by a processor included in a disk controller of said storage device.
5. The system of claim 1, wherein said failover manager is embodied in the form of a software task executed by a processor included in an electronic unit coupled between said storage controllers and said storage device.
6. The system of claim 1, wherein in response to a request for ownership of said storage device from one of said storage controllers, said failover manager grants ownership to the storage controller that requests for ownership of said storage device and revokes ownership from the other storage controller.
7. The system of claim 1, wherein failure of one of said storage controllers is detected by the processor and upon detecting the failure, a failover command is issued by the processor to another one of said storage controllers to request for ownership and assume interfacing operations between said storage device and said processor.
8. The system of claim 1, further comprising a heartbeat mechanism to transmit a heartbeat signal between said storage controllers to keep each controller informed that the other controller is operating properly, wherein each of said storage controllers is configured to initiate an ownership request and assume interfacing operations of the other storage controller once an interruption of the heartbeat signal is sensed.
9. The system of claim 8, wherein said failover manager is configured to inform any one storage controller of an access attempt or an ownership request made by the other storage controller.
10. The system of claim 8, wherein said failover manager is configured to decide which one of said storage controllers will own said storage device in the event a race condition is detected.
11. A disk drive for use with a host computer having at least two storage controllers, comprising: a disk for storing data; a disk controller having a processor and a memory; a software task executed by said processor, said software task in communication with the at least two storage controllers, wherein when one of the storage controllers makes a request to access said disk, said software task grants access to said disk to only the storage controller with ownership of said at least one disk at any one time.
12. The disk drive of claim 11, wherein said software task maintains a list of requests that have been committed to said at least one disk and transmits said list of requests to one of the storage controllers requesting ownership.
13. The disk drive of claim 11, wherein said software task prescreens each request to access the disk by reading a storage controller identification number associated with said storage controllers requesting access and comparing said storage controller identification number with a current owner identifier data previously stored in the memory of the disk controller.
14. The disk drive of claim 11, wherein in response to a request for ownership from one of said storage controllers, said software task grants ownership to the storage controller that requests for ownership of said disk and revokes ownership from the other storage controller.
15. A method of failing over a storage device between at least two storage controllers, comprising: assigning one of said storage controllers with ownership of said storage device; allowing only said storage controller having ownership of said storage device to access said storage device at any one time; detecting that said storage controller having ownership of said storage device has failed; and in response to failure of said storage controllers detected, assigning another one of said storage controllers with ownership of said storage device.
16. The method of claim 15, further comprising maintaining a list of requests that have been committed to said storage device.
17. The method of claim 16, further comprising using said list of requests that have been committed to the storage device by said another storage controller during failover to complete uncommitted requests properly.
18. The method of claim 15, further comprising deleting all requests made by a previous owner during failover that have not been committed to the storage device.
19. The method of claim 15, wherein said allowing only said storage controller having ownership to access said storage device further comprises: reading a storage controller identification number associated with the storage controller requesting access; and comparing said storage controller identification number with a current owner identifier data previously recorded in a memory.
20. The method of claim 15, wherein said detecting that said one of said storage controllers has failed is performed by a host processor when said one of said storage controller is unresponsive.
21. The method of claim 15, wherein said detecting that said one of said storage controllers has failed is performed by the other storage controller when said one of said storage controller is unresponsive to a heartbeat signal.
22. The method of claim 15, wherein the ownership of the storage device is maintained by a software task executed by a processor included in a disk controller of said storage device.
23. A fault tolerant storage system comprising: at least two storage controllers, each of said storage controllers to provide interfacing operations between a processor and at least one storage device; means for assigning ownership of the at lest one storage device to one of said storage controllers; means for detecting failure of one of said storage controllers; means for changing ownership from one storage controller to another storage controller upon detection of failure of one of said storage controllers; and wherein access to said at least one storage device is granted only to one of said storage controllers having ownership of said storage device.
24. The fault tolerant storage system of claim 23, further comprising means for maintaining a list of recent requests that have been committed to the storage device, wherein said list of recent requests is accessed during failover to assist new owner to complete the uncommitted requests properly.
25. The fault tolerant storage system of claim 23, further comprising means for blocking any access attempts made by other storage controllers without ownership.
26. The fault tolerant storage system of claim 23, wherein ownership of the storage device is maintained by a software task executed by a local processor included in a disk controller of said storage device.
27. The fault tolerant storage system of claim 23, wherein said means for detecting failure in said storage controllers comprises a heartbeat mechanism provided between said at least two storage controllers
PCT/US2001/041715 2000-08-31 2001-08-13 Fault tolerant data storage system WO2002019111A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2001283564A AU2001283564A1 (en) 2000-08-31 2001-08-13 Fault tolerant data storage system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/652,972 2000-08-31
US09/652,972 US6732289B1 (en) 2000-08-31 2000-08-31 Fault tolerant data storage system

Publications (2)

Publication Number Publication Date
WO2002019111A2 true WO2002019111A2 (en) 2002-03-07
WO2002019111A3 WO2002019111A3 (en) 2002-08-29

Family

ID=24618972

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/041715 WO2002019111A2 (en) 2000-08-31 2001-08-13 Fault tolerant data storage system

Country Status (3)

Country Link
US (1) US6732289B1 (en)
AU (1) AU2001283564A1 (en)
WO (1) WO2002019111A2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1372076A2 (en) * 2002-06-14 2003-12-17 Hitachi Ltd. Storage control system and method
EP1552392A2 (en) * 2002-08-02 2005-07-13 Grass Valley (U.S.) Inc. Real-time fail-over recovery for a media area network
EP1986090A2 (en) 2007-04-23 2008-10-29 Hitachi, Ltd. Storage system
WO2011057885A1 (en) * 2009-11-12 2011-05-19 International Business Machines Corporation Method and apparatus for failover of redundant disk controllers
WO2011132222A1 (en) * 2010-04-21 2011-10-27 Hitachi,Ltd. Storage system and ownership control method for storage system
WO2011132223A1 (en) * 2010-04-21 2011-10-27 Hitachi,Ltd. Storage system and ownership control method for storage system

Families Citing this family (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7433951B1 (en) * 2000-09-22 2008-10-07 Vmware, Inc. System and method for controlling resource revocation in a multi-guest computer system
US6874100B2 (en) * 2001-07-12 2005-03-29 Digi-Data Corporation Raid system with multiple controllers and proof against any single point of failure
US7055056B2 (en) * 2001-11-21 2006-05-30 Hewlett-Packard Development Company, L.P. System and method for ensuring the availability of a storage system
US7159080B1 (en) * 2001-12-20 2007-01-02 Network Appliance, Inc. System and method for storing storage operating system data in switch ports
US7650412B2 (en) * 2001-12-21 2010-01-19 Netapp, Inc. Systems and method of implementing disk ownership in networked storage
US7506127B2 (en) * 2001-12-21 2009-03-17 Network Appliance, Inc. Reconfiguration of storage system including multiple mass storage devices
US7127798B1 (en) 2003-04-04 2006-10-31 Network Appliance Inc. Method for converting disk drive storage enclosure into a standalone network storage system
US7296068B1 (en) 2001-12-21 2007-11-13 Network Appliance, Inc. System and method for transfering volume ownership in net-worked storage
US7085956B2 (en) * 2002-04-29 2006-08-01 International Business Machines Corporation System and method for concurrent logical device swapping
JP2004234555A (en) * 2003-01-31 2004-08-19 Hitachi Ltd Control method for storage system, storage system, and program
JP2004234558A (en) * 2003-01-31 2004-08-19 Hitachi Ltd Storage device controller and program
JP4342804B2 (en) * 2003-01-31 2009-10-14 株式会社日立製作所 Storage system control method, storage system, and program
US7603580B2 (en) * 2003-07-15 2009-10-13 International Business Machines Corporation Redundant manager for a storage system
US7568216B2 (en) * 2003-12-19 2009-07-28 Lsi Logic Corporation Methods for defining and naming iSCSI targets using volume access and security policy
US7461140B2 (en) 2003-12-19 2008-12-02 Lsi Corporation Method and apparatus for identifying IPsec security policy in iSCSI
US7257730B2 (en) * 2003-12-19 2007-08-14 Lsi Corporation Method and apparatus for supporting legacy mode fail-over driver with iSCSI network entity including multiple redundant controllers
US8078718B1 (en) * 2004-01-07 2011-12-13 Network Appliance, Inc. Method and apparatus for testing a storage system head in a clustered failover configuration
US7293195B1 (en) 2004-01-29 2007-11-06 Network Appliance, Inc. System and method for coordinated bringup of a storage appliance in a cluster configuration
US7502954B1 (en) * 2004-05-26 2009-03-10 Emc Corporation High availability data storage system
US7814293B2 (en) * 2004-07-19 2010-10-12 Infotrend Technology Inc. Redundant controller host-side IO rerouting
US7412291B2 (en) * 2005-01-12 2008-08-12 Honeywell International Inc. Ground-based software tool for controlling redundancy management switching operations
JP2006195821A (en) * 2005-01-14 2006-07-27 Fujitsu Ltd Method for controlling information processing system, information processing system, direct memory access controller, and program
US7596635B2 (en) * 2005-06-27 2009-09-29 Rockwell Automation Technologies, Inc. Method and apparatus for providing redundant I/O adapters in machine and process controllers
US7472332B2 (en) * 2005-07-26 2008-12-30 International Business Machines Corporation Method for the reliability of host data stored on fibre channel attached storage subsystems
US7401251B1 (en) * 2005-09-29 2008-07-15 Emc Corporation Architecture for managing failover and recovery after failover in a data storage environment
US7519854B2 (en) * 2005-10-14 2009-04-14 International Business Machines Corporation Internal failover path for SAS disk drive enclosure
JP4233585B2 (en) * 2006-07-25 2009-03-04 株式会社エヌ・ティ・ティ・ドコモ Peripheral switching device and peripheral switching control device
US8352806B2 (en) * 2008-01-31 2013-01-08 International Business Machines Corporation System to improve memory failure management and associated methods
US9128868B2 (en) * 2008-01-31 2015-09-08 International Business Machines Corporation System for error decoding with retries and associated methods
US8171377B2 (en) 2008-01-31 2012-05-01 International Business Machines Corporation System to improve memory reliability and associated methods
US8176391B2 (en) * 2008-01-31 2012-05-08 International Business Machines Corporation System to improve miscorrection rates in error control code through buffering and associated methods
US8185800B2 (en) * 2008-01-31 2012-05-22 International Business Machines Corporation System for error control coding for memories of different types and associated methods
US8185801B2 (en) 2008-01-31 2012-05-22 International Business Machines Corporation System to improve error code decoding using historical information and associated methods
US8181094B2 (en) * 2008-01-31 2012-05-15 International Business Machines Corporation System to improve error correction using variable latency and associated methods
US7882389B2 (en) * 2008-11-18 2011-02-01 International Business Machines Corporation Dynamic reassignment of devices attached to redundant controllers
US20110231602A1 (en) * 2010-03-19 2011-09-22 Harold Woods Non-disruptive disk ownership change in distributed storage systems
US8055934B1 (en) 2010-06-22 2011-11-08 International Business Machines Corporation Error routing in a multi-root communication fabric
US8589723B2 (en) * 2010-12-22 2013-11-19 Intel Corporation Method and apparatus to provide a high availability solid state drive
US9331955B2 (en) 2011-06-29 2016-05-03 Microsoft Technology Licensing, Llc Transporting operations of arbitrary size over remote direct memory access
US20130067095A1 (en) 2011-09-09 2013-03-14 Microsoft Corporation Smb2 scaleout
US8806268B2 (en) * 2011-09-29 2014-08-12 International Business Machines Corporation Communication of conditions at a primary storage controller to a host
US20140316539A1 (en) * 2012-01-31 2014-10-23 Raju C. Bopardikar Drivers and controllers
DE102013103380A1 (en) * 2013-04-04 2014-10-09 Phoenix Contact Gmbh & Co. Kg Control and data transmission system, process device and method for redundant process control with decentralized redundancy
US9239797B2 (en) * 2013-08-15 2016-01-19 Globalfoundries Inc. Implementing enhanced data caching and takeover of non-owned storage devices in dual storage device controller configuration with data in write cache
US11048559B2 (en) * 2019-07-08 2021-06-29 Hewlett Packard Enterprise Development Lp Managing ownership transfer of file system instance in virtualized distributed storage system
US11409715B2 (en) * 2019-10-04 2022-08-09 Hewlett Packard Enterprise Development Lp Maintaining high-availability of a file system instance in a cluster of computing nodes
US11734131B2 (en) * 2020-04-09 2023-08-22 Micron Technology, Inc. Memory device having redundant media management capabilities

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0551718A2 (en) * 1991-11-25 1993-07-21 Tandem Computers Incorporated System and method for ensuring write data integrity in a redundant array data storage system
EP0681239A2 (en) * 1988-12-09 1995-11-08 Tandem Computers Incorporated Fault-tolerant computer system with I/O function capabilities
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

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0721162A2 (en) * 1995-01-06 1996-07-10 Hewlett-Packard Company Mirrored memory dual controller disk storage system
US6279078B1 (en) * 1996-06-28 2001-08-21 Compaq Computer Corporation Apparatus and method for synchronizing a cache mode in a dual controller, dual cache memory system operating in a plurality of cache modes
US5922077A (en) * 1996-11-14 1999-07-13 Data General Corporation Fail-over switching system
US6073209A (en) * 1997-03-31 2000-06-06 Ark Research Corporation Data storage controller providing multiple hosts with access to multiple storage subsystems
US5966300A (en) * 1997-06-18 1999-10-12 Allen-Bradley Company, Inc. Redundant automation controller with deductive power-up
US6360331B2 (en) * 1998-04-17 2002-03-19 Microsoft Corporation Method and system for transparently failing over application configuration information in a server cluster
US6247099B1 (en) * 1999-06-03 2001-06-12 International Business Machines Corporation System and method for maintaining cache coherency and data synchronization in a computer system having multiple active controllers

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0681239A2 (en) * 1988-12-09 1995-11-08 Tandem Computers Incorporated Fault-tolerant computer system with I/O function capabilities
EP0551718A2 (en) * 1991-11-25 1993-07-21 Tandem Computers Incorporated System and method for ensuring write data integrity in a redundant array data storage system
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

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
SICOLA S J: "THE ARCHITECTURE AND DESIGN OF HS-SERIES STORAGEWORKS ARRAY CONTROLLERS" DIGITAL TECHNICAL JOURNAL, MAYNARD, MA, US, vol. 6, no. 4, 1994, pages 5-25, XP000617429 *

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1372076A3 (en) * 2002-06-14 2006-08-16 Hitachi Ltd. Storage control system and method
EP1372076A2 (en) * 2002-06-14 2003-12-17 Hitachi Ltd. Storage control system and method
EP1552392A2 (en) * 2002-08-02 2005-07-13 Grass Valley (U.S.) Inc. Real-time fail-over recovery for a media area network
EP1552392A4 (en) * 2002-08-02 2006-08-16 Grass Valley Us Inc Real-time fail-over recovery for a media area network
US7308604B2 (en) 2002-08-02 2007-12-11 Thomson Licensing Real-time fail-over recovery for a media area network
US8380893B2 (en) 2007-04-23 2013-02-19 Hitachi, Ltd. Storage system
EP1986090A2 (en) 2007-04-23 2008-10-29 Hitachi, Ltd. Storage system
EP1986090A3 (en) * 2007-04-23 2009-08-26 Hitachi, Ltd. Storage system
US7912996B2 (en) 2007-04-23 2011-03-22 Hitachi. Ltd. Storage system
US8621119B2 (en) 2007-04-23 2013-12-31 Hitachi, Ltd. Storage system
US8918551B2 (en) 2007-04-23 2014-12-23 Hitachi, Ltd. Storage system
US8151013B2 (en) 2007-04-23 2012-04-03 Hitachi, Ltd. Storage system
WO2011057885A1 (en) * 2009-11-12 2011-05-19 International Business Machines Corporation Method and apparatus for failover of redundant disk controllers
US8201020B2 (en) 2009-11-12 2012-06-12 International Business Machines Corporation Method apparatus and system for a redundant and fault tolerant solid state disk
US8756454B2 (en) 2009-11-12 2014-06-17 International Business Machines Corporation Method, apparatus, and system for a redundant and fault tolerant solid state disk
US8489914B2 (en) 2009-11-12 2013-07-16 International Business Machines Corporation Method apparatus and system for a redundant and fault tolerant solid state disk
WO2011132223A1 (en) * 2010-04-21 2011-10-27 Hitachi,Ltd. Storage system and ownership control method for storage system
US8489918B2 (en) 2010-04-21 2013-07-16 Hitachi, Ltd. Storage system and ownership control method for storage system
US8412892B2 (en) 2010-04-21 2013-04-02 Hitachi, Ltd. Storage system and ownership control method for storage system
WO2011132222A1 (en) * 2010-04-21 2011-10-27 Hitachi,Ltd. Storage system and ownership control method for storage system

Also Published As

Publication number Publication date
AU2001283564A1 (en) 2002-03-13
US6732289B1 (en) 2004-05-04
WO2002019111A3 (en) 2002-08-29

Similar Documents

Publication Publication Date Title
US6732289B1 (en) Fault tolerant data storage system
JP4475598B2 (en) Storage system and storage system control method
US6496942B1 (en) Coordinating persistent status information with multiple file servers
US7779170B2 (en) Storage area network system
US6968425B2 (en) Computer systems, disk systems, and method for controlling disk cache
US7269611B2 (en) Storage system and storage system control method
US7895287B2 (en) Clustered storage system with external storage systems
EP2864888B1 (en) Non-disruptive controller replacement in network storage systems
US20110197096A1 (en) Highly Reliable Storage System and Internal Network Thereof
US20020078312A1 (en) Support for single-node quorum in a two-node nodeset for a shared disk parallel file system
US8171248B2 (en) Storage system controlling method, switch device and storage system
JP4155399B2 (en) Computer processing method, its execution system, and its processing program
US7228352B1 (en) Data access management system in distributed processing system
US6957301B2 (en) System and method for detecting data integrity problems on a data storage device
US7593998B2 (en) File cache-controllable computer system
JP2009026091A (en) Connection management program, connection management method, and information processing device
US6480953B1 (en) Method and apparatus for ensuring system configuration data structure coherency across multiple controllers in a data storage system
US6754753B2 (en) Atomic ownership change operation for input/output (I/O) bridge device in clustered computer system
JPH08320835A (en) Fault detecting method for external bus
US9244868B2 (en) Leased lock in active-active high availability DAS systems
EP1107119A2 (en) Extending cluster membership and quorum determinations to intelligent storage systems
US7565581B1 (en) Error handling policy
JP2004102852A (en) Hot standby computer system
JP2006092166A (en) Library control system
JP2000089984A (en) Multifile management system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP