US20040210714A1 - RAID apparatus storing a plurality of same logical volumes on different disk units - Google Patents
RAID apparatus storing a plurality of same logical volumes on different disk units Download PDFInfo
- Publication number
- US20040210714A1 US20040210714A1 US10/843,309 US84330904A US2004210714A1 US 20040210714 A1 US20040210714 A1 US 20040210714A1 US 84330904 A US84330904 A US 84330904A US 2004210714 A1 US2004210714 A1 US 2004210714A1
- Authority
- US
- United States
- Prior art keywords
- physical disk
- logical volumes
- allocated
- volume
- disk unit
- Prior art date
- Legal status (The legal status 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 status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/16—Error detection or correction of the data by redundancy in hardware
- G06F11/20—Error 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/2053—Error 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/2094—Redundant storage or storage space
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/061—Improving I/O performance
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0638—Organizing or formatting or addressing of data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/0671—In-line storage system
- G06F3/0683—Plurality of storage devices
- G06F3/0689—Disk arrays, e.g. RAID, JBOD
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/061—Improving I/O performance
- G06F3/0613—Improving I/O performance in relation to throughput
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0629—Configuration or reconfiguration of storage systems
- G06F3/0631—Configuration or reconfiguration of storage systems by allocating resources to storage systems
Definitions
- the present invention relates to a RAID (Redundant Arrays of Inexpensive Disks) apparatus which allocates a plurality of same logical volumes to a real volume consisting of a plurality of physical disk units, and, more particularly, to a RAID apparatus which efficiently uses physical disk units with a plurality of logical volumes.
- RAID Redundant Arrays of Inexpensive Disks
- Disk systems like a magnetic disk system are used as an external storage system in a computer system.
- a host computer accesses such a disk system with a logical volume name that an OS (Operating System) recognizes.
- Logical volumes, which are units of disk devices the host computer recognizes, are allocated in a disk system.
- each logical volume is allocated just one in such a disk system, when a physical disk unit where that logical volume is located fails, the logical volume cannot be used any more.
- a RAID apparatus has a plurality of same logical volumes allocated on different disk units. Even when one disk unit fails, another disk unit where the same logical volume is allocated can be used to access that logical volume.
- FIG. 17 is a structural diagram of prior art.
- a RAID apparatus comprises a plurality of magnetic disk units 91 - 1 to 91 - 4 and a disk controller 90 which controls those disk units.
- the capacity of each of the magnetic disk units 91 - 1 to 91 - 4 has been increased drastically.
- each of the magnetic disk units (real volumes) 91 - 1 to 91 - 4 is divided to volumes recognizable by an OS (which are called “logical volumes”).
- the mirror structure of RAID- 1 allocates two different logical volumes to each of the four magnetic disk units 91 - 1 to 91 - 4 . Specifically, logical volumes #0 and #1 are allocated on the magnetic disk units 91 - 1 and 91 - 2 , and logical volumes #2 and #3 on the magnetic disk units 91 - 3 and 91 - 4 . This scheme maintains the contents of two real volumes identical to each other.
- FIGS. 18A, 18B and 19 are diagrams for explaining the problems of the prior art.
- the loads on the individual logical volumes differ from one another depending on the properties of the logical volumes.
- the numbers of accesses to the logical volumes #0, #1, #2 and #3 are 80 times, 60 times, 40 times and 20 times, respectively.
- FIG. 18A shows the corresponding numbers of accesses to the physical disk units in the conventional allocation of the logical volumes. Since the logical volumes #0 and #1 are allocated on the physical disk unit 91 - 1 , the number of accesses becomes 70 times. Likewise, as the logical volumes #0 and #1 are also allocated on the physical disk unit 91 - 2 , the number of accesses becomes 70 times.
- the number of accesses becomes 30 times.
- the number of accesses becomes 30 times.
- sequential copy may be made between logical volumes. For example, copying from the logical volume #0 to the logical volume #1 may be made as shown in FIG. 18B. In this example, contention to the physical disk unit 91 - 1 occurs when copying is done from the logical volume #0 of the physical disk unit 91 - 1 to the logical volume #1 of the physical disk unit 91 - 1 .
- a physical disk unit may be damaged so that it should be in retreat mode.
- the physical disk unit 91 - 1 fails as shown in FIG. 19.
- the logical volumes allocated on the physical disk unit 91 - 1 are also allocated on the physical disk unit 91 - 2 , so that loads will be concentrated on the physical disk unit 91 - 2 .
- a RAID apparatus comprises a real volume including a plurality of physical disk units on each of which a plurality of different logical volumes are allocated, and a disk controller for accessing any physical disk unit where a designated logical volume is allocated in order to access the designated logical volume
- the real volume is designed in such a manner that a plurality of same logical volumes are respectively allocated on different physical disk units and a combination of a plurality of logical volumes allocated on each physical disk unit differs from one physical disk unit to another.
- the combination of logical volumes to be allocated differs from one physical disk unit to another. Even if loads are not evenly imparted on the logical volumes, therefore, loading on the physical disk units is adjusted because of the difference in the combinations of the logical volumes to be allocated between the physical disk units. It is thus possible to prevent uneven loading on the physical disk units from occurring due to uneven loads on the logical volumes.
- FIG. 1 is a principle diagram of this invention
- FIG. 3 is an explanatory diagram of a disk unit according to the embodiment in FIG. 2;
- FIG. 4 is an explanatory diagram of an automatic load adjusting operation according to the embodiment in FIG. 2;
- FIG. 5 is an explanatory diagram of the operation of the embodiment in FIG. 2 at the time copying is performed;
- FIG. 6 is an explanatory diagram of the operation of the embodiment in FIG. 2 in retreat mode
- FIG. 7 is an explanatory diagram of a converting mechanism according to the embodiment in FIG. 2;
- FIGS. 8A and 8B are structural diagrams of the converting mechanism in FIG. 7;
- FIG. 10 is a flowchart showing a process of accessing a real volume in FIG. 9;
- FIG. 12 is an explanatory diagram of the second embodiment of this invention.
- FIG. 13 is an explanatory diagram of the third embodiment of this invention.
- FIG. 14 is an explanatory diagram of the fourth embodiment of this invention.
- FIG. 15 is an explanatory diagram of the fifth embodiment of this invention.
- FIG. 16 is an explanatory diagram of the sixth embodiment of this invention.
- FIG. 17 is a structural diagram of prior art
- FIGS. 18A and 18B are explanatory diagrams (part 1) of conventional problems.
- FIG. 19 is an explanatory diagram (part 2) of conventional problems.
- FIG. 1 presents a principle diagram of this invention.
- real volumes have a plurality of physical disk units 11 - 1 to 11 - 4 on which a plurality of different logical volumes are allocated.
- a disk controller 10 accesses any of the physical disk units 11 - 1 to 11 - 4 where a designated logical volume is allocated, in order to access this designated logical volume.
- a plurality of same logical volumes are respectively allocated on different physical disk units. Further, the combination of a plurality of logical volumes allocated on each physical disk unit is made different from one physical disk unit to another.
- logical volumes #0 and #1 are allocated on the physical disk unit 11 - 1 .
- Logical volumes #0 and #3 are allocated on the physical disk unit 11 - 2 .
- Logical volumes #2 and #3 are allocated on the physical disk unit 11 - 3 .
- Logical volumes #2 and #1 are allocated on the physical disk unit 11 - 4 .
- the real volume is therefore designed in such a way that the combination of a plurality of logical volumes allocated on each physical disk unit differs from one physical disk unit to another.
- FIG. 2 is a structural diagram of one embodiment of this invention
- FIG. 3 is an explanatory diagram of a disk unit according to this embodiment
- FIG. 4 is an explanatory diagram of an automatic load adjusting operation in FIG. 3
- FIG. 5 is an explanatory operational diagram at the time copying with the disk unit in FIG. 3 is performed
- FIG. 6 is an explanatory diagram of the operation of the disk unit in FIG. 3 in retreat mode.
- the disk controller 10 is constituted of a magnetic disk controller.
- the disk controller 10 has a channel adapter 20 for exchanging commands/data with a high-rank apparatus like a computer, a resource manager 21 for managing resources, a table storage 22 for storing various kinds of tables, a main storage 23 for storing read/write data, etc., and two device adapters 24 and 25 for controlling the devices (magnetic disk units) 11 - 1 to 11 - 4 .
- the magnetic disk units 11 - 1 to 11 - 4 are connected to the associated device adapters 24 and 25 .
- logical volumes are allocated as shown in FIG. 3.
- the following description will given of the case where the RAID structure is the mirror structure of RAID- 1 .
- the mirror structure has each of the logical volumes #0 to #3 allocated double. That is, the same logical volume is allocated double.
- the logical volumes #0 and #1 are allocated on the magnetic disk unit 11 - 1 .
- the logical volumes #0 and #3 are allocated on the magnetic disk unit 11 - 2 .
- the logical volumes #2 and #3 are allocated on the magnetic disk unit 11 - 3 .
- the logical volumes #2 and #1 are allocated on the magnetic disk unit 11 - 4 .
- the numbers of accesses to the logical volumes #0, #1, #2 and #3 are 80 times, 60 times, 40 times and 20 times, respectively, as shown in FIG. 4. Since the logical volumes #0 and #1 are allocated on the magnetic disk unit 11 - 1 in the asymmetrical allocation, the access number becomes 70 times, as shown on the left-hand side in FIG. 4. Likewise, as the logical volumes #0 and #3 are also allocated on the magnetic disk unit 11 - 2 , the access number becomes 50 times.
- the access number becomes 30 times.
- the access number becomes 50 times.
- the logical volumes #1 and #3 which are respectively allocated on the magnetic disk units 11 - 1 and 11 - 2 which both include the logical volume #0 have their pairs in the magnetic disk units 11 - 3 and 11 - 4 which do not include the logical volume #0.
- the frequency of processing on the logical volumes #1 and #3 (the read requesting process) performed on the magnetic disk units 11 - 3 and 11 - 4 which do not include the logical volume #0 that has a relatively low load increases.
- FIG. 5 illustrates the operation of copying from the logical volume #0 to the logical volume #1.
- the logical volume #0 on the magnetic disk unit 11 - 2 is copied on the logical volume #1 on the magnetic disk unit 11 - 1 .
- this logical volume #1 is allocated on the magnetic disk unit 11 - 4 which is free, so that the logical volume #1 can be accessed by accessing the magnetic disk unit 11 - 4 .
- FIG. 6 is an explanatory diagram of the operation in retreat mode.
- the left-hand state in FIG. 6 shows the state after the adjustment shown on the right-hand side in FIG. 4.
- the other magnetic disk units 11 - 2 to 11 - 4 are used.
- the load on the failing magnetic disk unit 11 - 1 is distributed to the magnetic disk units 11 - 2 to 11 - 4 which are not malfunctioning.
- the access number to the magnetic disk unit 11 - 2 is 80 times
- the access number to the magnetic disk unit 11 - 3 is 60 times
- the access number to the magnetic disk unit 11 - 4 is 60 times.
- the logical volumes #0 to #3 are located at the same positions on the magnetic disk units 11 - 1 to 11 - 4 , as shown in FIG. 3.
- the logical volume #1 is located on the lower side of the magnetic disk units 11 - 1 and 11 - 4 .
- the upper side is the outer peripheral side of a magnetic disk and the lower side is the inner peripheral side of the magnetic disk.
- the logical volume #1 is allocated on the inner peripheral side on the magnetic disk units 11 - 1 and 11 - 4 .
- a magnetic disk unit has different amounts of data per track between the inner peripheral side and the outer peripheral side.
- the amount of data to be read/written per track or per unit time is greater on the outer peripheral side. This means that the closer to the outer periphery of the magnetic disk the access point is located, the faster the read/write time per data becomes.
- FIG. 7 is an explanatory diagram of a converting mechanism between logical volumes in FIG. 2, and FIGS. 8A and 8B are structural diagrams of the converting mechanism in FIG. 7.
- queued accesses to the individual logical volumes #0 to #3 are converted to accesses to the magnetic disk units (real volumes) 11 - 1 to 11 - 4 by the resource manager 21 and the table storage 22 .
- the conversion table 22 - 1 stores, for each of the logical volumes #0-#3, the number of the real volume (magnetic disk unit) where the associated logical volume is allocated. For each logical volume, the conversion table 22 - 1 further stores a counter representing the multiplicity that indicates the quantity of that logical volume.
- the numbers of the magnetic disk units 11 - 1 and 11 - 2 are set as the numbers of the real volumes with respect to the logical volume #0. As two logical volumes #0 are allocated, the counter becomes “2.”
- the use-state table 22 - 2 indicates whether or not each real volume (magnetic disk unit) is in use, by means of a use flag as shown in FIG. 8B.
- FIG. 9 is a flowchart illustrating an access process according to the embodiment in FIG. 2
- FIG. 10 is a flowchart showing a process of accessing a real volume in FIG. 9
- FIG. 11 is a flowchart illustrating a process of accessing a real volume number in FIG. 10.
- the resource manager 21 is constituted of a processor.
- the resource manager (hereinafter called “processor”) 21 checks if there is an access to a logical volume by the channel adapter 20 .
- the processor 21 When determining that the real volume is valid, the processor 21 sets the use flag for this real volume in the use-state table 22 - 2 in the table storage 22 . Then, the processor 21 accesses that real volume. That is, the processor 21 accesses the real volume (magnetic disk unit) via the device adapters 24 and 25 . After the access is completed, the processor 21 erases the use flag for the real volume in the use-state table 22 - 2 . The processor 21 further sets the normal termination flag and returns to the routine in FIG. 9.
- Step S 3 in FIG. 9 is for checking the normal termination flag or the abnormal termination flag to determine whether the process in FIG. 10 has been terminated normally or abnormally.
- the processor 21 copies the count value of the logical volume in question from the conversion table 22 - 1 (see FIG. 8A) in the table storage 22 .
- the processor 21 determines if the copied count value exceeds “0.” As the count value indicates the multiplicity of an allocated logical volume, the copied count value of “0” means that the logical volume has not been allocated. Unless the copied count value is greater than “0,” therefore, the processor 21 sets the invalid flag indicating invalidness and then returns to the routine in FIG. 10.
- the processor 21 refers to the real volume number column in the conversion table 22 - 1 which is indicated by the pointer. The processor 21 checks if a real volume number is in the referred real volume number column.
- step S 14 When determining in step S 12 that the real volume indicated by the pointer exists, the processor 21 refers to the use-state table 22 - 2 to determine if that real volume is currently in use. When this real volume is not in use, the processor 21 sets a valid flag and returns to the routine in FIG. 10.
- step S 15 When determining in step S 14 that the real volume is in use, the processor 21 searches for another real volume. For this purpose, the processor 21 decrements the copied count value by “1.”
- the invalid flag should be set. Even if there is an invalid real volume, searching for a free real volume can be accomplished without modifying the conversion table 22 - 1 .
- a free real volume is searched by incrementing the pointer by the multiplicity set in the counter. Therefore, the multiplicities of the individual logical volumes can be set for each logical volume as will be shortly discussed in the description of other embodiments.
- FIG. 12 is an explanatory diagram of the second embodiment of this invention
- FIG. 13 is an explanatory diagram of the third embodiment of this invention
- FIG. 14 is an explanatory diagram of the fourth embodiment of this invention
- FIG. 15 is an explanatory diagram of the fifth embodiment of this invention.
- the logical volumes allocated on the same physical disk unit on the primary side are allocated different physical disk units on the secondary side.
- the logical volumes #0, #3 and #6 allocated on the physical disk unit 11 - 1 are respectively allocated on the physical disk units 11 - 2 , 11 - 4 and 11 - 6 .
- the position of each logical volume on the physical disk unit (the inner peripheral/outer peripheral position) is the same on another physical disk unit as in the example in FIG. 3.
- the logical volumes allocated on the same physical disk unit on the primary side are allocated different physical disk units on the secondary side.
- the logical volumes #0, #4, #8 and #C allocated on the physical disk unit 11 - 1 are respectively allocated on the physical disk units 11 - 2 , 11 - 4 , 11 - 6 and 11 - 8 .
- the logical volumes allocated on the same physical disk unit on the primary side are allocated different physical disk units on the secondary side.
- the logical volumes #0, #4 and #8 allocated on the physical disk unit 11 - 1 are respectively allocated on the physical disk units 11 - 2 , 11 - 4 and 11 - 6 .
- FIG. 15 is a diagram for explaining a general equation for the examples of the allocation of logical volumes shown in FIGS. 12 through 14.
- m is the number of logical volumes present in a single physical disk unit
- n is the number of pairs of physical disk units which constitute the mirror structure.
- P(x, y) is the physical disk number of a logical volume y in a physical disk x which becomes the primary
- S(x, y) is the physical disk number of a logical volume y in a physical disk x which becomes the secondary.
- FIG. 16 is an explanatory diagram of the sixth embodiment of this invention.
- the logical volumes allocated on the same physical disk unit on the primary side are allocated different physical disk units on the secondary side. Further, the logical volumes #0 and #1 are provided triple and the logical volumes #2 and #3 are provided double.
- the multiplicity of each logical volume can be selected in accordance with the frequency of accesses.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Quality & Reliability (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
A RAID apparatus includes a plurality of same logical volumes allocated on a real volume. The real volume is so designed that a plurality of same logical volumes are respectively allocated on different physical disk units and a combination of a plurality of logical volumes allocated on each physical disk unit differs from one physical disk unit to another. This structure prevents uneven loading on the real volume from occurring due to uneven loads on the logical volumes.
Description
- 1. Field of the Invention
- The present invention relates to a RAID (Redundant Arrays of Inexpensive Disks) apparatus which allocates a plurality of same logical volumes to a real volume consisting of a plurality of physical disk units, and, more particularly, to a RAID apparatus which efficiently uses physical disk units with a plurality of logical volumes.
- 2. Description of the Related Art
- Disk systems like a magnetic disk system are used as an external storage system in a computer system. A host computer accesses such a disk system with a logical volume name that an OS (Operating System) recognizes. Logical volumes, which are units of disk devices the host computer recognizes, are allocated in a disk system.
- If each logical volume is allocated just one in such a disk system, when a physical disk unit where that logical volume is located fails, the logical volume cannot be used any more.
- To prevent this shortcoming, a RAID apparatus has been proposed. A RAID apparatus has a plurality of same logical volumes allocated on different disk units. Even when one disk unit fails, another disk unit where the same logical volume is allocated can be used to access that logical volume.
- FIG. 17 is a structural diagram of prior art. As shown in FIG. 17, a RAID apparatus comprises a plurality of magnetic disk units91-1 to 91-4 and a
disk controller 90 which controls those disk units. The capacity of each of the magnetic disk units 91-1 to 91-4 has been increased drastically. There is a limit to the capacity of a volume that an OS recognizes. For instance, while a single magnetic disk unit has a capacity of 9 gigabytes, a volume recognizable by an OS is a maximum of about 4.5 gigabytes. - In this respect, each of the magnetic disk units (real volumes)91-1 to 91-4 is divided to volumes recognizable by an OS (which are called “logical volumes”).
- The conventional scheme of combining logical volumes on the real volumes91-1 to 91-4 was to make the combination of logical volumes on each real volume identical to the combination of logical volumes on another associated real volume.
- As shown in FIG. 17, for example, the mirror structure of RAID-1 allocates two different logical volumes to each of the four magnetic disk units 91-1 to 91-4. Specifically,
logical volumes # 0 and #1 are allocated on the magnetic disk units 91-1 and 91-2, andlogical volumes # 2 and #3 on the magnetic disk units 91-3 and 91-4. This scheme maintains the contents of two real volumes identical to each other. - FIGS. 18A, 18B and19 are diagrams for explaining the problems of the prior art. The loads on the individual logical volumes differ from one another depending on the properties of the logical volumes. Suppose that the numbers of accesses to the
logical volumes # 0, #1, #2 and #3 are 80 times, 60 times, 40 times and 20 times, respectively. FIG. 18A shows the corresponding numbers of accesses to the physical disk units in the conventional allocation of the logical volumes. Since thelogical volumes # 0 and #1 are allocated on the physical disk unit 91-1, the number of accesses becomes 70 times. Likewise, as thelogical volumes # 0 and #1 are also allocated on the physical disk unit 91-2, the number of accesses becomes 70 times. Because thelogical volumes # 2 and #3 are allocated on the physical disk unit 91-3, the number of accesses becomes 30 times. Likewise, as thelogical volumes # 2 and #3 are also allocated on the physical disk unit 91-4, the number of accesses becomes 30 times. - That is, uneven loads on the logical volumes directly result in uneven loads on the real volumes. For example, the loads on the physical disk units91-1 and 91-2 where the
logical volumes # 0 and #1 are allocated become greater, while the loads on the physical disk units 91-3 and 91-4 where thelogical volumes # 2 and #3 are allocated become smaller. - Therefore, uneven loads on the logical volumes lead to uneven loads on the physical disk units. This causes a problem of increasing the chance of high-load physical disk units being busy, thus reducing the overall access speed.
- In some cases, sequential copy may be made between logical volumes. For example, copying from the
logical volume # 0 to thelogical volume # 1 may be made as shown in FIG. 18B. In this example, contention to the physical disk unit 91-1 occurs when copying is done from thelogical volume # 0 of the physical disk unit 91-1 to thelogical volume # 1 of the physical disk unit 91-1. - Likewise, when copying is done from the
logical volume # 0 of the physical disk unit 91-2 to thelogical volume # 1 of the physical disk unit 91-1, access to thelogical volume # 1 of the physical disk unit 91-2 contends the copying operation. If sequential copy is made between logical volumes, therefore, the performance is considerably reduced. - Further, a physical disk unit may be damaged so that it should be in retreat mode. Suppose that the physical disk unit91-1 fails as shown in FIG. 19. According to the prior art, the logical volumes allocated on the physical disk unit 91-1 are also allocated on the physical disk unit 91-2, so that loads will be concentrated on the physical disk unit 91-2.
- If the access numbers of the individual logical volumes are as exemplified in FIG. 18A, with the physical disk unit91-1 failing, the access numbers of the physical disk units 91-3 and 91-4 do not change, while the access number of the physical disk unit 91-2 alone increases, as shown in FIG. 19.
- In retreat mode, therefore, loads are undesirably concentrated on the physical disk unit where the same logical volumes allocated on the failing physical disk unit are allocated, thus lowering the performance.
- Accordingly, it is an object of the present invention to provide a RAID apparatus which prevents loads from being imparted on real volumes due to uneven loads on logical volumes.
- It is another object of this invention to provide a RAID apparatus which auto-adjusts loads between real volumes.
- It is a further object of this invention to provide a RAID apparatus which prevents the performance from being reduced by uneven loads on logical volumes.
- A RAID apparatus according to this invention comprises a real volume including a plurality of physical disk units on each of which a plurality of different logical volumes are allocated, and a disk controller for accessing any physical disk unit where a designated logical volume is allocated in order to access the designated logical volume
- The real volume is designed in such a manner that a plurality of same logical volumes are respectively allocated on different physical disk units and a combination of a plurality of logical volumes allocated on each physical disk unit differs from one physical disk unit to another.
- As apparent from the above, the combination of logical volumes to be allocated differs from one physical disk unit to another. Even if loads are not evenly imparted on the logical volumes, therefore, loading on the physical disk units is adjusted because of the difference in the combinations of the logical volumes to be allocated between the physical disk units. It is thus possible to prevent uneven loading on the physical disk units from occurring due to uneven loads on the logical volumes.
- In a process of making a copy from one logical volume to another, it is possible to prevent contention of access to logical volumes which are undergoing the copying process, due to the difference in the combinations of the logical volumes to be allocated between the physical disk units.
- Even in retreat mode, loads are distributed to the whole physical disk units to prevent over-concentration of loads for the combination of the logical volumes to be allocated on each physical disk unit differs from one physical disk unit to another.
- Other features and advantages of the present invention will become readily apparent from the following description taken in conjucntion with the accompanying drawings.
- The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate presently preferred embodiments of the invention, and together with the general description given above and the detailed description of the preferred embodiments given below, serve to explain the principle of the invention.
- FIG. 1 is a principle diagram of this invention;
- FIG. 2 is a structural diagram of one embodiment of this invention;
- FIG. 3 is an explanatory diagram of a disk unit according to the embodiment in FIG. 2;
- FIG. 4 is an explanatory diagram of an automatic load adjusting operation according to the embodiment in FIG. 2;
- FIG. 5 is an explanatory diagram of the operation of the embodiment in FIG. 2 at the time copying is performed;
- FIG. 6 is an explanatory diagram of the operation of the embodiment in FIG. 2 in retreat mode;
- FIG. 7 is an explanatory diagram of a converting mechanism according to the embodiment in FIG. 2;
- FIGS. 8A and 8B are structural diagrams of the converting mechanism in FIG. 7;
- FIG. 9 is a flowchart illustrating an access process by the structure in FIG. 7;
- FIG. 10 is a flowchart showing a process of accessing a real volume in FIG. 9;
- FIG. 11 is a flowchart illustrating a process of accessing a real volume number in FIG. 10;
- FIG. 12 is an explanatory diagram of the second embodiment of this invention;
- FIG. 13 is an explanatory diagram of the third embodiment of this invention;
- FIG. 14 is an explanatory diagram of the fourth embodiment of this invention;
- FIG. 15 is an explanatory diagram of the fifth embodiment of this invention;
- FIG. 16 is an explanatory diagram of the sixth embodiment of this invention;
- FIG. 17 is a structural diagram of prior art;
- FIGS. 18A and 18B are explanatory diagrams (part 1) of conventional problems; and
- FIG. 19 is an explanatory diagram (part 2) of conventional problems.
- FIG. 1 presents a principle diagram of this invention.
- As shown in FIG. 1, real volumes have a plurality of physical disk units11-1 to 11-4 on which a plurality of different logical volumes are allocated. A
disk controller 10 accesses any of the physical disk units 11-1 to 11-4 where a designated logical volume is allocated, in order to access this designated logical volume. - A plurality of same logical volumes are respectively allocated on different physical disk units. Further, the combination of a plurality of logical volumes allocated on each physical disk unit is made different from one physical disk unit to another.
- For example,
logical volumes # 0 and #1 are allocated on the physical disk unit 11-1.Logical volumes # 0 and #3 are allocated on the physical disk unit 11-2.Logical volumes # 2 and #3 are allocated on the physical disk unit 11-3.Logical volumes # 2 and #1 are allocated on the physical disk unit 11-4. The real volume is therefore designed in such a way that the combination of a plurality of logical volumes allocated on each physical disk unit differs from one physical disk unit to another. - FIG. 2 is a structural diagram of one embodiment of this invention, FIG. 3 is an explanatory diagram of a disk unit according to this embodiment, FIG. 4 is an explanatory diagram of an automatic load adjusting operation in FIG. 3, FIG. 5 is an explanatory operational diagram at the time copying with the disk unit in FIG. 3 is performed, and FIG. 6 is an explanatory diagram of the operation of the disk unit in FIG. 3 in retreat mode.
- Referring to FIG. 2, the
disk controller 10 is constituted of a magnetic disk controller. Thedisk controller 10 has achannel adapter 20 for exchanging commands/data with a high-rank apparatus like a computer, aresource manager 21 for managing resources, atable storage 22 for storing various kinds of tables, amain storage 23 for storing read/write data, etc., and twodevice adapters - The magnetic disk units11-1 to 11-4, each constituted of a known magnetic disk storage device, are connected to the associated
device adapters - In the magnetic disk units11-1 to 11-4, logical volumes are allocated as shown in FIG. 3. The following description will given of the case where the RAID structure is the mirror structure of RAID-1. The mirror structure has each of the
logical volumes # 0 to #3 allocated double. That is, the same logical volume is allocated double. - In this example, it is assumed that two logical volumes are allocated on each of the magnetic disk units11-1 to 11-4. The
logical volumes # 0 and #1 are allocated on the magnetic disk unit 11-1. Thelogical volumes # 0 and #3 are allocated on the magnetic disk unit 11-2. Thelogical volumes # 2 and #3 are allocated on the magnetic disk unit 11-3. Thelogical volumes # 2 and #1 are allocated on the magnetic disk unit 11-4. - Therefore, the same logical volume is allocated on different magnetic disk units, and the combination of logical volumes allocated on each magnetic disk unit differs from one magnetic disk unit to another.
- The operation of a system which has logical volumes allocated in asymmetrical fashion will now be described.
- Suppose that the numbers of accesses to the
logical volumes # 0, #1, #2 and #3 are 80 times, 60 times, 40 times and 20 times, respectively, as shown in FIG. 4. Since thelogical volumes # 0 and #1 are allocated on the magnetic disk unit 11-1 in the asymmetrical allocation, the access number becomes 70 times, as shown on the left-hand side in FIG. 4. Likewise, as thelogical volumes # 0 and #3 are also allocated on the magnetic disk unit 11-2, the access number becomes 50 times. - Because the
logical volumes # 2 and #3 are allocated on the magnetic disk unit 11-3, the access number becomes 30 times. Likewise, as thelogical volumes # 2 and #1 are also allocated on the magnetic disk unit 11-4, the access number becomes 50 times. - In the normal operation, to access a logical volume, a magnetic disk unit which is not in use is accessed. As the access operation proceeds, therefore, the loads are gradually adjusted to the state shown on the right-hand side in FIG. 4.
- The
logical volumes # 1 and #3 which are respectively allocated on the magnetic disk units 11-1 and 11-2 which both include thelogical volume # 0 have their pairs in the magnetic disk units 11-3 and 11-4 which do not include thelogical volume # 0. The frequency of processing on thelogical volumes # 1 and #3 (the read requesting process) performed on the magnetic disk units 11-3 and 11-4 which do not include thelogical volume # 0 that has a relatively low load increases. - The adjustment of the loads is executed in a chain-like fashion. At last, load adjustment is performed over the entire magnetic disk units11-1 to 11-4 in the group. Accordingly, the high load on the magnetic disk unit 11-1 is distributed to the magnetic disk units 11-2, 11-3 and 11-4 which have low loads.
- The access numbers to the individual magnetic disk units11-1 to 11-4 all become equal to 50 times. Even if there are uneven loads on the logical volumes, therefore, the loads on the magnetic disk units become even. Even if there are uneven loads on the logical volumes, thus, the response speeds of the individual magnetic disk units become identical.
- This can shorten the standby time for access to even a high-load logical volume. That is, the access speed of the disk system having a mirror structure can be improved.
- FIG. 5 illustrates the operation of copying from the
logical volume # 0 to thelogical volume # 1. In this example, thelogical volume # 0 on the magnetic disk unit 11-2 is copied on thelogical volume # 1 on the magnetic disk unit 11-1. - In this case, even when there is an access to the
logical volume # 1, thislogical volume # 1 is allocated on the magnetic disk unit 11-4 which is free, so that thelogical volume # 1 can be accessed by accessing the magnetic disk unit 11-4. - The same is true of copying between other logical volumes. As access contention to the logical volumes can be avoided even when copying between the logical volumes is in progress, the response performance is improved.
- FIG. 6 is an explanatory diagram of the operation in retreat mode. The left-hand state in FIG. 6 shows the state after the adjustment shown on the right-hand side in FIG. 4. When one magnetic disk unit11-1 fails in this case, the other magnetic disk units 11-2 to 11-4 are used.
- In this case, the load on the failing magnetic disk unit11-1 is distributed to the magnetic disk units 11-2 to 11-4 which are not malfunctioning. The access number to the magnetic disk unit 11-2 is 80 times, the access number to the magnetic disk unit 11-3 is 60 times, and the access number to the magnetic disk unit 11-4 is 60 times.
- In general, in retreat mode where one of each pair of magnetic disk units in the mirror structure fails and cannot be used, the performance of the read requesting process becomes halved according to the conventional structure. According to this invention, by contrast, the performance of the read requesting process would be reduced merely by 25% due to the load distribution.
- Note that the
logical volumes # 0 to #3 are located at the same positions on the magnetic disk units 11-1 to 11-4, as shown in FIG. 3. For instance, thelogical volume # 1 is located on the lower side of the magnetic disk units 11-1 and 11-4. - In the block indicating each magnetic disk unit in this diagram, the upper side is the outer peripheral side of a magnetic disk and the lower side is the inner peripheral side of the magnetic disk. In other words, the
logical volume # 1 is allocated on the inner peripheral side on the magnetic disk units 11-1 and 11-4. - A description will now be given of the reason why a plurality of same logical volumes are allocated on the magnetic disk units at the same position. A magnetic disk unit has different amounts of data per track between the inner peripheral side and the outer peripheral side. The amount of data to be read/written per track or per unit time is greater on the outer peripheral side. This means that the closer to the outer periphery of the magnetic disk the access point is located, the faster the read/write time per data becomes.
- With the use of the mirror structure, writing is simultaneously performed on a pair of logical volumes. If the locations of the logical volumes vary on the magnetic disks, therefore, the write time varies. It is necessary to tune the writing operation to the one having a slower writing speed, which deteriorates the overall performance.
- When a plurality of same logical volumes are allocated on magnetic disks at the same position, on the other hand, the write time becomes the same between those same logical volumes. The read/write time in the mirror structure is thus improved.
- The structure and operation will be discussed more specifically. FIG. 7 is an explanatory diagram of a converting mechanism between logical volumes in FIG. 2, and FIGS. 8A and 8B are structural diagrams of the converting mechanism in FIG. 7.
- As shown in FIG. 7, queued accesses to the individual
logical volumes # 0 to #3 are converted to accesses to the magnetic disk units (real volumes) 11-1 to 11-4 by theresource manager 21 and thetable storage 22. - Provided in the
table storage 22 are a conversion table 22-1 shown in FIG. 8A and a use-state table 22-2 shown in FIG. 8B. - The conversion table22-1 stores, for each of the logical volumes #0-#3, the number of the real volume (magnetic disk unit) where the associated logical volume is allocated. For each logical volume, the conversion table 22-1 further stores a counter representing the multiplicity that indicates the quantity of that logical volume.
- In the example in FIG. 3, for instance, the numbers of the magnetic disk units11-1 and 11-2 are set as the numbers of the real volumes with respect to the
logical volume # 0. As twological volumes # 0 are allocated, the counter becomes “2.” - For a failing real volume or a real volume which does not exist, an invalid flag is set in the associated column of the real volume number.
- The use-state table22-2 indicates whether or not each real volume (magnetic disk unit) is in use, by means of a use flag as shown in FIG. 8B.
- FIG. 9 is a flowchart illustrating an access process according to the embodiment in FIG. 2, FIG. 10 is a flowchart showing a process of accessing a real volume in FIG. 9, and FIG. 11 is a flowchart illustrating a process of accessing a real volume number in FIG. 10.
- The access process in FIG. 9 will be discussed below.
- (S1) The
resource manager 21 is constituted of a processor. The resource manager (hereinafter called “processor”) 21 checks if there is an access to a logical volume by thechannel adapter 20. - (S2) When determining that there is such an access, the
processor 21 executes the process of accessing a real volume illustrated in FIG. 10. - (S3) The
processor 21 determines if the accessing has been terminated properly. If the decision is the proper access termination, theprocessor 21 returns to step S1. - (S4) If the access has not been terminated properly, the
processor 21 performs an error process and then returns to step S1. The proceess of accessing a real value in FIG. 10 will now be discussed. - (S5) When determining that there is an access, the
processor 21 acquires the number of the real volume to access data from the logical volume number in the process which will be discussed later with reference to FIG. 11. - (S6) When obtaining the real volume number, the
processor 21 checks if the real volume is valid. When determining that the real volume is invalid, theprocessor 21 sets an abnormal termination flag and returns to the routine in FIG. 9. - (S7) When determining that the real volume is valid, the
processor 21 sets the use flag for this real volume in the use-state table 22-2 in thetable storage 22. Then, theprocessor 21 accesses that real volume. That is, theprocessor 21 accesses the real volume (magnetic disk unit) via thedevice adapters processor 21 erases the use flag for the real volume in the use-state table 22-2. Theprocessor 21 further sets the normal termination flag and returns to the routine in FIG. 9. - Step S3 in FIG. 9 is for checking the normal termination flag or the abnormal termination flag to determine whether the process in FIG. 10 has been terminated normally or abnormally.
- The process of accessing a real volume number in FIG. 11 will now be discussed.
- (S10) The
processor 21 copies the count value of the logical volume in question from the conversion table 22-1 (see FIG. 8A) in thetable storage 22. Theprocessor 21 determines if the copied count value exceeds “0.” As the count value indicates the multiplicity of an allocated logical volume, the copied count value of “0” means that the logical volume has not been allocated. Unless the copied count value is greater than “0,” therefore, theprocessor 21 sets the invalid flag indicating invalidness and then returns to the routine in FIG. 10. - (S11) When the copied count value is greater than “0,” the
processor 21 sets the pointer for addressing the real volume number in the conversion table 22-1 to “0.” - (S12) Then, the
processor 21 refers to the real volume number column in the conversion table 22-1 which is indicated by the pointer. Theprocessor 21 checks if a real volume number is in the referred real volume number column. - (S13) When a real volume number is not present in the referred real volume number column, the
processor 21 decrements the copied count value by “1.” Then, theprocessor 21 determines if the copied count value exceeds “0.” When the copied count value does not exceed “0,” which means that the logical volume has not been allocated, theprocessor 21 sets the invalid flag indicating invalidness and then returns to the routine in FIG. 10 as done in the above-described step S10. When the copied count value is greater than “0,” on the other hand, theprocessor 21 increments the pointer for addressing the real volume number in the conversion table 22-1 by “1” and then returns to step S12. - (S14) When determining in step S12 that the real volume indicated by the pointer exists, the
processor 21 refers to the use-state table 22-2 to determine if that real volume is currently in use. When this real volume is not in use, theprocessor 21 sets a valid flag and returns to the routine in FIG. 10. - (S15) When determining in step S14 that the real volume is in use, the
processor 21 searches for another real volume. For this purpose, theprocessor 21 decrements the copied count value by “1.” - (S16) The
processor 21 determines if this count value exceeds “0.” When the copied count value exceeds “0,” theprocessor 21 increments the pointer for addressing the real volume number in the conversion table 22-1 by “1” and then returns to step S12. - (S17) When the copied count value does not exceed “0,” on the other hand, there is no further real volume on which logical volumes have been allocated. Therefore, the
processor 21 recopies the count value. Then, theprocessor 21 sets the pointer back to “0” and then returns to step S12. - By referring to the conversion table22-1 and the use-state table 22-2, the logical volumes are allocated and a real volume which is not being used is searched. Apparently, a real volume can easily searched by referring to those tables.
- For any real volume which has become invalid, the invalid flag should be set. Even if there is an invalid real volume, searching for a free real volume can be accomplished without modifying the conversion table22-1.
- A free real volume is searched by incrementing the pointer by the multiplicity set in the counter. Therefore, the multiplicities of the individual logical volumes can be set for each logical volume as will be shortly discussed in the description of other embodiments.
- An example of the allocation of logical volumes will now be discussed.
- FIG. 12 is an explanatory diagram of the second embodiment of this invention, FIG. 13 is an explanatory diagram of the third embodiment of this invention, FIG. 14 is an explanatory diagram of the fourth embodiment of this invention, and FIG. 15 is an explanatory diagram of the fifth embodiment of this invention.
- The following description is given of the case of the mirror structure having pairs of physical disk units. Assume that m logical volumes are allocated on a single physical disk unit and the number of pairs of physical disk units is n.
- FIG. 12 shows the case of m=n=3. Specifically, three logical volumes are allocated on a single physical disk unit and three pairs of physical disk units are provided in this example. As shown in FIG. 12, the combinations of
logical volumes # 0 to #8 allocated on the individual physical disk units 11-1 to 11-6 differ from one physical disk unit to another. - The logical volumes allocated on the same physical disk unit on the primary side are allocated different physical disk units on the secondary side. For example, the
logical volumes # 0, #3 and #6 allocated on the physical disk unit 11-1 are respectively allocated on the physical disk units 11-2, 11-4 and 11-6. The position of each logical volume on the physical disk unit (the inner peripheral/outer peripheral position) is the same on another physical disk unit as in the example in FIG. 3. - FIG. 13 shows the case of m=n=4. Specifically, four logical volumes are allocated on a single physical disk unit and four pairs of physical disk units are provided in this example. As shown in FIG. 13, the combinations of
logical volumes # 0 to #F allocated on the individual physical disk units 11-1 to 11-8 differ from one physical disk unit to another. - The logical volumes allocated on the same physical disk unit on the primary side are allocated different physical disk units on the secondary side. For example, the
logical volumes # 0, #4, #8 and #C allocated on the physical disk unit 11-1 are respectively allocated on the physical disk units 11-2, 11-4, 11-6 and 11-8. - The position of each logical volume on the physical disk unit (the inner peripheral/outer peripheral position) is the same on another physical disk unit as in the example in FIG. 3.
- FIG. 14 shows the case of m=3 and n=4. Specifically, three logical volumes are allocated on a single physical disk unit and four pairs of physical disk units are provided in this example. As shown in FIG. 14, the combinations of
logical volumes # 0 to #B allocated on the individual physical disk units 11-1 to 11-8 differ from one physical disk unit to another. - The logical volumes allocated on the same physical disk unit on the primary side are allocated different physical disk units on the secondary side. For example, the
logical volumes # 0, #4 and #8 allocated on the physical disk unit 11-1 are respectively allocated on the physical disk units 11-2, 11-4 and 11-6. - The position of each logical volume on the physical disk unit (the inner peripheral/outer peripheral position) is the same on another physical disk unit as in the example in FIG. 3.
- FIG. 15 is a diagram for explaining a general equation for the examples of the allocation of logical volumes shown in FIGS. 12 through 14.
- In the figure, m is the number of logical volumes present in a single physical disk unit, and n is the number of pairs of physical disk units which constitute the mirror structure. P(x, y) is the physical disk number of a logical volume y in a physical disk x which becomes the primary, and S(x, y) is the physical disk number of a logical volume y in a physical disk x which becomes the secondary.
- With P(i, j)=i+n×j,
- when i−
j 0, S(i, j)=P(i−j, j). - When i−j<0, S(i, j)=P(n+i−j, j).
- FIG. 16 is an explanatory diagram of the sixth embodiment of this invention.
- FIG. 16 shows the case of m=3 and n=2. Specifically, three logical volumes are allocated on a single physical disk unit and two pairs of physical disk units are provided in this example. As shown in FIG. 16, the combinations of
logical volumes # 0 to #4 allocated on the individual physical disk units 11-1 to 11-4 differ from one physical disk unit to another. - The logical volumes allocated on the same physical disk unit on the primary side are allocated different physical disk units on the secondary side. Further, the
logical volumes # 0 and #1 are provided triple and thelogical volumes # 2 and #3 are provided double. - As apparent from the above, the multiplicity of each logical volume can be selected in accordance with the frequency of accesses.
- Besides the above-described embodiments, this invention may be modified as follows.
- (1) Although the foregoing description has been given of the RAID-1 or the mirror structure which has double logical volumes, this invention may be adapted to the structure which has logical volumes provided triple.
- (2) Although the physical disk units have been explained as magnetic disk units, optical disk units, magneto-optical disk units or the like may be used as well.
- Although several embodiments of this invention have been described herein, various other modifications can be made within the scope and spirit of this invention, and the present examples and embodiment are to be considered as illustrative and not restrictive.
- As apparent from the above, this invention has the following advantages.
- (1) As the combination of logical volumes to be allocated differs from one physical disk unit to another, even if loads are not evenly put on the logical volumes, loading on the physical disk units is adjusted. It is therefore possible to prevent uneven loading on the physical disk units from occurring due to uneven loads on the logical volumes.
- (2) Due to the difference in the combinations of the logical volumes to be allocated between the physical disk units, it is possible to prevent contention of access to logical volumes which are undergoing a process of making a copy between logical volumes.
- (3) Because of the difference in the combinations of the logical volumes to be allocated between the physical disk units, loads are distributed to the whole physical disk units even in retreat mode to thereby prevent over-concentration of loads.
Claims (3)
1-8. (canceled)
9. A RAID accessing method comprising:
receiving an access request from a host that recognizes a logical volume as one volume; and
accessing any of physical disk units on which a designated logical volume by said access request is allocated in order to access said designated logical volume, said physical disk units each asymmetrically storing a different combination of logical volumes than each of the other physical disk units, wherein plural logical volumes of the plurality of logical volumes are allocated to the single physical disk unit;
wherein said accessing comprises accessing another physical disk unit on which said designated logical volume when one physical disk unit on which said designated logical volume is unused.
10. A RAID apparatus comprising:
a real volume including a plurality of physical disk units onto each of which a plurality of logical volumes are asymmetrically allocated; and
a disk controller receiving an access request form a host that recognizes a logical volume as one volume and accessing any of the physical disk units on which a designated logical volume by said access request is allocated in order to access said designated logical volume,
wherein said real volume comprises a plurality of same logical volumes respectively allocated to different physical disk units to each physical disk unit, said combination differing from one physical disk unit to another,
and wherein plural logical volumes of the plurality of logical volumes are allocated to the single physical disk unit,
and wherein said disk controller accesses another physical disk unit on which said designated logical volume when one physical disk unit on which said designated logical volume is unused.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/843,309 US20040210714A1 (en) | 1996-11-01 | 2004-05-12 | RAID apparatus storing a plurality of same logical volumes on different disk units |
Applications Claiming Priority (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP29169296A JP3344907B2 (en) | 1996-11-01 | 1996-11-01 | RAID device and logical volume access control method |
JP8-291692 | 1996-11-01 | ||
US08/904,346 US6799245B1 (en) | 1996-11-01 | 1997-07-31 | Raid apparatus storing a plurality of some logical volumes on different disk units |
US10/259,422 US20030028727A1 (en) | 1996-11-01 | 2002-09-30 | Raid apparatus storing a plurality of same logical volumes on different disk units |
US10/843,309 US20040210714A1 (en) | 1996-11-01 | 2004-05-12 | RAID apparatus storing a plurality of same logical volumes on different disk units |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/259,422 Division US20030028727A1 (en) | 1996-11-01 | 2002-09-30 | Raid apparatus storing a plurality of same logical volumes on different disk units |
Publications (1)
Publication Number | Publication Date |
---|---|
US20040210714A1 true US20040210714A1 (en) | 2004-10-21 |
Family
ID=17772178
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/904,346 Expired - Fee Related US6799245B1 (en) | 1996-11-01 | 1997-07-31 | Raid apparatus storing a plurality of some logical volumes on different disk units |
US10/259,422 Abandoned US20030028727A1 (en) | 1996-11-01 | 2002-09-30 | Raid apparatus storing a plurality of same logical volumes on different disk units |
US10/843,309 Abandoned US20040210714A1 (en) | 1996-11-01 | 2004-05-12 | RAID apparatus storing a plurality of same logical volumes on different disk units |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/904,346 Expired - Fee Related US6799245B1 (en) | 1996-11-01 | 1997-07-31 | Raid apparatus storing a plurality of some logical volumes on different disk units |
US10/259,422 Abandoned US20030028727A1 (en) | 1996-11-01 | 2002-09-30 | Raid apparatus storing a plurality of same logical volumes on different disk units |
Country Status (3)
Country | Link |
---|---|
US (3) | US6799245B1 (en) |
EP (1) | EP0840201A3 (en) |
JP (1) | JP3344907B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2009047397A2 (en) * | 2007-10-12 | 2009-04-16 | Seanodes | Improved computer system comprising multiple network nodes |
CN107450848A (en) * | 2016-05-31 | 2017-12-08 | 三星电子株式会社 | The method of storage system and its management volume |
Families Citing this family (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3344907B2 (en) * | 1996-11-01 | 2002-11-18 | 富士通株式会社 | RAID device and logical volume access control method |
US6553387B1 (en) * | 1999-11-29 | 2003-04-22 | Microsoft Corporation | Logical volume configuration data management determines whether to expose the logical volume on-line, off-line request based on comparison of volume epoch numbers on each extents of the volume identifiers |
JP3400398B2 (en) * | 1999-12-24 | 2003-04-28 | 日本電気株式会社 | Storage management system |
US7188157B1 (en) | 2000-06-30 | 2007-03-06 | Hitachi, Ltd. | Continuous update of data in a data server system |
US7281032B2 (en) * | 2000-06-30 | 2007-10-09 | Hitachi, Ltd. | File sharing system with data mirroring by storage systems |
JP2002149352A (en) * | 2000-11-16 | 2002-05-24 | Sony Corp | Data storage control method, data storage controller and recording medium storing data storage control program |
DE60041823D1 (en) * | 2000-12-29 | 2009-04-30 | St Microelectronics Srl | An electrically modifiable non-volatile semiconductor memory holds the written data until its reprogramming is completed |
US6944738B2 (en) * | 2002-04-16 | 2005-09-13 | Sun Microsystems, Inc. | Scalable design for DDR SDRAM buses |
US7013364B2 (en) * | 2002-05-27 | 2006-03-14 | Hitachi, Ltd. | Storage subsystem having plural storage systems and storage selector for selecting one of the storage systems to process an access request |
JP4438457B2 (en) | 2003-05-28 | 2010-03-24 | 株式会社日立製作所 | Storage area allocation method, system, and virtualization apparatus |
US7065589B2 (en) * | 2003-06-23 | 2006-06-20 | Hitachi, Ltd. | Three data center remote copy system with journaling |
WO2006036809A2 (en) * | 2004-09-22 | 2006-04-06 | Xyratex Technnology Limited | System and method for customization of network controller behavior, based on application -specific inputs |
EP1828905A4 (en) * | 2004-09-22 | 2009-05-06 | Xyratex Tech Ltd | System and method for flexible physical-to-logical mapping in raid arrays |
US7694072B2 (en) * | 2005-09-22 | 2010-04-06 | Xyratex Technology Limited | System and method for flexible physical-logical mapping raid arrays |
JP4575462B2 (en) * | 2008-02-07 | 2010-11-04 | 株式会社日立製作所 | Fault information management method and management server in a network having a storage device |
US8341349B2 (en) * | 2008-10-31 | 2012-12-25 | Lsi Corporation | System and method for loose coupling between raid volumes and drive groups |
JP5171602B2 (en) * | 2008-12-25 | 2013-03-27 | 京セラドキュメントソリューションズ株式会社 | RAID driver, electronic device including the same, and access request arbitration method for RAID |
US8370688B2 (en) * | 2009-04-23 | 2013-02-05 | Hewlett-Packard Development Company, L.P. | Identifying a storage device as faulty for a first storage volume without identifying the storage device as faulty for a second storage volume |
US20120226935A1 (en) * | 2011-03-03 | 2012-09-06 | Nitin Kishore | Virtual raid-1 drive as hot spare |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US259422A (en) * | 1882-06-13 | Underwaist | ||
US904346A (en) * | 1908-01-06 | 1908-11-17 | Gustav G Loehler | Lid-lifter. |
US4974156A (en) * | 1988-05-05 | 1990-11-27 | International Business Machines | Multi-level peripheral data storage hierarchy with independent access to all levels of the hierarchy |
US5568629A (en) * | 1991-12-23 | 1996-10-22 | At&T Global Information Solutions Company | Method for partitioning disk drives within a physical disk array and selectively assigning disk drive partitions into a logical disk array |
US5636356A (en) * | 1992-09-09 | 1997-06-03 | Hitachi, Ltd. | Disk array with original data stored in one disk drive and duplexed data distributed and stored in different disk drives |
US5708769A (en) * | 1990-11-09 | 1998-01-13 | Emc Corporation | Logical partitioning of a redundant array storage system |
US5708668A (en) * | 1992-05-06 | 1998-01-13 | International Business Machines Corporation | Method and apparatus for operating an array of storage devices |
US5819310A (en) * | 1996-05-24 | 1998-10-06 | Emc Corporation | Method and apparatus for reading data from mirrored logical volumes on physical disk drives |
US5918000A (en) * | 1995-01-30 | 1999-06-29 | Fujitsu Limited | Data transfer control device and method for switching memory regions between storage devices when accessing is halted |
US5954822A (en) * | 1992-05-21 | 1999-09-21 | Fujitsu Limited | Disk array apparatus that only calculates new parity after a predetermined number of write requests |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05108274A (en) | 1991-10-11 | 1993-04-30 | Hitachi Ltd | Method and device for parallel disk control |
JPH06187101A (en) * | 1992-09-09 | 1994-07-08 | Hitachi Ltd | Disk array |
JPH06266510A (en) | 1993-03-12 | 1994-09-22 | Hitachi Ltd | Disk array system and data write method and fault recovery method for this system |
JPH0863298A (en) | 1994-08-18 | 1996-03-08 | Hitachi Ltd | Disk array device |
US5559764A (en) | 1994-08-18 | 1996-09-24 | International Business Machines Corporation | HMC: A hybrid mirror-and-chained data replication method to support high data availability for disk arrays |
JPH08286842A (en) | 1995-04-10 | 1996-11-01 | Nec Corp | Input output management method for disk array and its device |
JP3344907B2 (en) * | 1996-11-01 | 2002-11-18 | 富士通株式会社 | RAID device and logical volume access control method |
-
1996
- 1996-11-01 JP JP29169296A patent/JP3344907B2/en not_active Expired - Fee Related
-
1997
- 1997-07-31 US US08/904,346 patent/US6799245B1/en not_active Expired - Fee Related
- 1997-08-14 EP EP97114090A patent/EP0840201A3/en not_active Withdrawn
-
2002
- 2002-09-30 US US10/259,422 patent/US20030028727A1/en not_active Abandoned
-
2004
- 2004-05-12 US US10/843,309 patent/US20040210714A1/en not_active Abandoned
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US259422A (en) * | 1882-06-13 | Underwaist | ||
US904346A (en) * | 1908-01-06 | 1908-11-17 | Gustav G Loehler | Lid-lifter. |
US4974156A (en) * | 1988-05-05 | 1990-11-27 | International Business Machines | Multi-level peripheral data storage hierarchy with independent access to all levels of the hierarchy |
US5708769A (en) * | 1990-11-09 | 1998-01-13 | Emc Corporation | Logical partitioning of a redundant array storage system |
US5568629A (en) * | 1991-12-23 | 1996-10-22 | At&T Global Information Solutions Company | Method for partitioning disk drives within a physical disk array and selectively assigning disk drive partitions into a logical disk array |
US5708668A (en) * | 1992-05-06 | 1998-01-13 | International Business Machines Corporation | Method and apparatus for operating an array of storage devices |
US5954822A (en) * | 1992-05-21 | 1999-09-21 | Fujitsu Limited | Disk array apparatus that only calculates new parity after a predetermined number of write requests |
US5636356A (en) * | 1992-09-09 | 1997-06-03 | Hitachi, Ltd. | Disk array with original data stored in one disk drive and duplexed data distributed and stored in different disk drives |
US5918000A (en) * | 1995-01-30 | 1999-06-29 | Fujitsu Limited | Data transfer control device and method for switching memory regions between storage devices when accessing is halted |
US5819310A (en) * | 1996-05-24 | 1998-10-06 | Emc Corporation | Method and apparatus for reading data from mirrored logical volumes on physical disk drives |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2009047397A2 (en) * | 2007-10-12 | 2009-04-16 | Seanodes | Improved computer system comprising multiple network nodes |
WO2009047398A2 (en) * | 2007-10-12 | 2009-04-16 | Seanodes | Improved computer system comprising multiple network nodes |
FR2922335A1 (en) * | 2007-10-12 | 2009-04-17 | Seanodes Sa | IMPROVED COMPUTER SYSTEM COMPRISING MULTIPLE NETWORK NODES. |
WO2009047398A3 (en) * | 2007-10-12 | 2009-06-04 | Seanodes | Improved computer system comprising multiple network nodes |
WO2009047397A3 (en) * | 2007-10-12 | 2009-06-04 | Seanodes | Improved computer system comprising multiple network nodes |
CN107450848A (en) * | 2016-05-31 | 2017-12-08 | 三星电子株式会社 | The method of storage system and its management volume |
Also Published As
Publication number | Publication date |
---|---|
US6799245B1 (en) | 2004-09-28 |
US20030028727A1 (en) | 2003-02-06 |
JP3344907B2 (en) | 2002-11-18 |
EP0840201A2 (en) | 1998-05-06 |
EP0840201A3 (en) | 2000-09-20 |
JPH10133826A (en) | 1998-05-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6799245B1 (en) | Raid apparatus storing a plurality of some logical volumes on different disk units | |
US6347358B1 (en) | Disk control unit and disk control method | |
US8898383B2 (en) | Apparatus for reallocating logical to physical disk devices using a storage controller and method of the same | |
US7043610B2 (en) | System and method for maintaining cache coherency without external controller intervention | |
US6122685A (en) | System for improving the performance of a disk storage device by reconfiguring a logical volume of data in response to the type of operations being performed | |
US5404500A (en) | Storage control system with improved system and technique for destaging data from nonvolatile memory | |
US6009481A (en) | Mass storage system using internal system-level mirroring | |
US7032069B2 (en) | RAID apparatus and access control method therefor which balances the use of the disk units | |
JPH034940B2 (en) | ||
US6510491B1 (en) | System and method for accomplishing data storage migration between raid levels | |
US7653830B2 (en) | Logical partitioning in redundant systems | |
JP2001067187A (en) | Storage sub-system and its control method | |
US5694570A (en) | Method and system of buffering data written to direct access storage devices in data processing systems | |
US6356978B1 (en) | File control device | |
US6845426B2 (en) | Disk cache control for servicing a plurality of hosts | |
US20040039875A1 (en) | Disk array device and virtual volume management method in disk array device | |
JP3195489B2 (en) | External storage control device and bus switching control method | |
US6721901B1 (en) | Method and system for recovering mirrored logical data volumes within a data processing system | |
US7003637B2 (en) | Disk array device with utilization of a dual-bus architecture dependent on data length of cache access requests | |
JP2002157091A (en) | Storage sub-system, and memory used therefor | |
US7536422B2 (en) | Method for process substitution on a database management system | |
US12008248B2 (en) | Systems, methods, and devices for utilization aware memory allocation | |
JPH06110759A (en) | File system | |
US20240232086A1 (en) | Using cache loss signal as a basis to optimize hit rate and utilization through cache partitioning | |
US20030051105A1 (en) | Compact flash ATA card |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |