Apparatus and method for rebuilding a logical device in a...

Error detection/correction and fault detection/recovery – Data processing system error or fault handling – Reliability and availability

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C714S056000

Reexamination Certificate

active

06728905

ABSTRACT:

BACKGROUND
This invention relates to cluster computer systems in general. More particularly, the invention relates to recovering from cable failure in cluster computer systems with RAID devices.
Historically, data-center operators running critical applications demanding high reliability have turned to mainframes, minicomputers and the like running complex fault-tolerant software on complex fault-tolerant hardware. In a different market niche of less critical and less demanding environments, the Microsoft Corp. Windows operating system has made significant inroads into business data centers, running on relatively inexpensive and uncomplicated personal-computer and server platforms. These Windows platforms were adequate for certain services—database and e-mail, for example.
However, databases and e-mail are becoming increasingly important in the average business. Indeed, in some businesses these functions have taken on a critical nature. Accordingly, data-center operators with now-critical database, e-mail and similar applications want to run them on systems with high reliability. They are unwilling, however, to pay the costs of mainframes, minicomputers and their fault-tolerant software. In response to market demand, Microsoft Corp. has modified its Windows operating system to address the issue of high reliability.
Specifically, Microsoft now offers a Cluster Service product. Venerable if not ancient in the art, a “cluster” can be loosely defined as a parallel or distributed system of interconnected whole computers (sometimes called “systems” but herein termed “nodes” for clarity). The user of a cluster system logically views and uses it as a single, unified computing resource or service.
Generally speaking, a cluster enables the sharing of a computing load over several nodes without the user or client needing to know that more than one constituent node is involved. If any hardware or software component in the cluster system fails, the user or client may notice degraded performance but does not lose access to the service. The cluster system disperses the load from the failed component to the remainder of the cluster system. Conversely, if the user or client notices the need for more of a given resource (for example, processing power), that resource is simply added to the running cluster system, and the performance of the cluster system as a whole improves.
Well known in the art and only generally described here, the Microsoft Cluster Service product is the collection of all cluster-activity-management software on each node of a Microsoft cluster system. The Cluster Service is more fully described in “Microsoft Windows NT Server Cluster Strategy: High Availability and Scalability with Industry-Standard Hardware,” (Microsoft Corp., 1995) and “Concepts and Planning: Microsoft ‘Wolfpack’ Clustering for Windows NT Server” (Microsoft Corp., 19_). These two Microsoft clustering documents are attached hereto as Appendices A and B and are incorporated by reference as well.
A Microsoft cluster system uses the Small Computer Systems Interface (SCSI) bus with multiple initiators as the storage connection (although Microsoft envisions supporting the Fiber Channel in the future). Well known in the art, SCSI is an evolving standard directed toward the support of logical addressing of data blocks on data devices. Documents detailing the variations of SCSI over time (SCSI-1, SCSI-2 and SCSI-3, for example) are available from the American National Standards Institute (ANSI) of New York, N.Y. (www.ansi.org). SCSI-1, SCSI-2 and SCSI-3 are together referred to as “SCSI” herein.
FIG. 1
illustrates a two-node cluster system
100
implemented on a SCSI bus
110
according to the prior art. In
FIG. 1
, the cluster system
100
includes a first server node
120
a
and a second server node
120
b
. The server nodes
120
a
and
120
b
have respective SCSI identifiers (SCSI IDs) 7 and 6. The server nodes
120
connect to the SCSI bus
110
through respective host bus adapters (HBAs)
121
.
A node
120
typically includes one or more of the following: a central processor unit (“CPU”)
126
, a memory
122
, a user interface
123
, a co-processor
124
, ports
125
, a communications interface
121
and an internal bus
127
.
Of course, in an embedded system, some of these components may be missing, as is well understood in the art of embedded systems. In a distributed computing environment, some of these components may be on separate physical machines, as is well understood in the art of distributed computing.
The memory
122
typically includes high-speed, volatile random-access memory (RAM)
1221
, as well as non-volatile memory such as read-only memory (ROM)
1223
. Further, the memory
122
typically contains software
1222
. The software
1222
is layered: Application software
12221
communicates with the operating system
12222
, and the operating system
12222
communicates with the I/O subsystem
12223
. The I/O subsystem
12223
communicates with the user interface
123
, the co-processor
124
and the communications interface
121
by means of the communications bus
127
.
The communications interface
121
, in this embodiment, is a host bus adapter
121
.
The communications bus
127
communicatively interconnects the CPU
126
, memory
122
, user interface
123
, co-processor
124
and communications interface
121
.
To the SCSI bus
110
are also connected SCSI devices
130
. The devices
130
a
through
130
c
can be, for example, physical disks with SCSI IDs 0 through 2, respectively.
Local disks
150
connect to respective nodes
120
as necessary.
FIG. 20
illustrates the physical view of a second cluster system
2000
implemented on a SCSI bus
110
with an external RAID controller
2060
, according to the prior art. As in the cluster system
100
, the cluster system
2000
includes the first and second server nodes
120
. The server nodes
120
have respective SCSI IDs 7 and 6 and connect to the SCSI bus
110
through respective HBAs
121
. Each of the nodes
120
runs software
1222
.
To the SCSI bus
110
is also connected the device
130
a
and a RAID controller
2060
with respective unique SCSI IDs. Additional SCSI devices
2061
attach to the RAID controller
2060
by means of a SCSI bus
2062
. The devices
130
,
2061
can be physical disks, for example.
Again, local disks
150
connect to respective nodes
120
as necessary.
FIG. 21
illustrates the logical view of the cluster system
2000
of FIG.
20
. The device
130
and the RAID controller
2060
each appears to the host
120
as a single SCSI device. The RAID controller
2060
organizes the devices
2061
to appear to the host
120
as logical units (LUNs)
2063
of the SCSI device
2060
.
FIG. 22
illustrates the physical view of a third cluster system
2200
with internal RAID controllers
2210
and multiple shared SCSI channels
110
, according to the prior art. As in the previous systems, the cluster system
2200
includes the first and second server nodes
120
with respective SCSI IDs 7 and 6. The server nodes
120
connect to multiple SCSI buses
110
through respective RAID controllers
2210
and run the software
1222
.
To each SCSI bus
110
is connected at least one device
2061
, each device
2061
having a SCSI ID unique for the channel
110
to which it connects. The devices
2061
can be physical disks, for example. Local disks
150
again connect to respective nodes
120
as necessary.
FIG. 23
illustrates the logical view of the cluster system
2200
of FIG.
22
. The RAID controllers
2210
organize the devices
2061
to appear to the host
120
as SCSI disks
130
on a single SCSI channel
110
. The RAID controllers
2210
thus appear to the host
120
as HBAs
121
.
In this sense, the RAID controllers
2060
,
2210
hide the complexity of the RAID SCSI disks
2061
and the controllers
2060
,
2210
themselves from the hosts
120
.
The SCSI standard implements Reserve( ) and Release( ) commands. This pair of commands allows a SCSI initiator (for example, a node
120
) to reserve a SCSI target or logica

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Apparatus and method for rebuilding a logical device in a... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Apparatus and method for rebuilding a logical device in a..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Apparatus and method for rebuilding a logical device in a... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3196756

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.