JP2007018407A - Data replication system - Google Patents

Data replication system Download PDF

Info

Publication number
JP2007018407A
JP2007018407A JP2005201248A JP2005201248A JP2007018407A JP 2007018407 A JP2007018407 A JP 2007018407A JP 2005201248 A JP2005201248 A JP 2005201248A JP 2005201248 A JP2005201248 A JP 2005201248A JP 2007018407 A JP2007018407 A JP 2007018407A
Authority
JP
Japan
Prior art keywords
area
replication
dedicated
storage device
holding 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.)
Pending
Application number
JP2005201248A
Other languages
Japanese (ja)
Inventor
Hiroyuki Ichikawa
広幸 市川
Satoru Kokuni
哲 小国
Yoshinori Mada
義範 磨田
Takaaki Kato
孝明 加藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2005201248A priority Critical patent/JP2007018407A/en
Publication of JP2007018407A publication Critical patent/JP2007018407A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a distributed data replication system that can efficiently and easily decide a replication destination storage device and can decide an optimum replication destination. <P>SOLUTION: The distributed data replication system, which stores a replica of data stored in an area in a plurality of storage devices 140 used by a plurality of computers 101 to 103 in an area in a different storage device, is configured to have dedicated areas and replicated areas and replicate data stored in the dedicated areas into the replicated areas of different storage devices. The computers 101 to 103 each have a policy holding part 160 for holding a redundancy level specifying the total number of replicated areas in different storage devices, and a configuration information holding part 170 for specifying the location of the dedicated areas, the location of the replicated areas corresponding to the dedicated areas and the location of unused replicated areas. A management server 200 for managing the data replication has a processing request control part 300 for deciding a replicated area in a different storage device in response to a replicated area decision request from each computer or storage device. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明はデータ複製システムに係り、特にネットワークに接続された複数の記憶領域の管理方法に関するものである。   The present invention relates to a data replication system, and more particularly to a method for managing a plurality of storage areas connected to a network.

大量のデータを記憶するハードディスクのような記憶装置の故障に備えて、RAID(Redundant Array of Independent Disks)技術によりデータを冗長化したり、運用系の記憶装置とは別にバックアップ系の記憶装置例えばRAIDや磁気テープを用意して、その記憶装置にバックアップ用としてデータを記憶するシステムが実用化されている。   In preparation for a failure of a storage device such as a hard disk that stores a large amount of data, the data is made redundant by RAID (Redundant Array of Independent Disks) technology, or a backup storage device such as RAID A system that prepares a magnetic tape and stores data for backup in the storage device has been put into practical use.

バックアップ系の記憶装置として、RAIDは大掛かりな装置を必要とするため高価なシステムとなるという問題がある。またテープによるバックアップはデータの回復に時間を要するという問題がある。   As a backup-type storage device, RAID requires a large-scale device, so that there is a problem that it becomes an expensive system. Tape backup also has the problem that it takes time to recover the data.

例えば、特許文献1(特開2004−46874号公報)には、ネットワークに接続された複数の記憶領域にてデータを複製する方法、及びデータ分散システムが開示されており、この方法を採用すれば、上記問題点を解決することができる可能性がある。   For example, Patent Document 1 (Japanese Patent Application Laid-Open No. 2004-46874) discloses a method of replicating data in a plurality of storage areas connected to a network, and a data distribution system. There is a possibility that the above problems can be solved.

特開2004−46874号公報JP 2004-46874 A

しかしながら、上記文献1に開示された方法によれば、以下の問題点が存在する。
第一に、複製先の決定方法が非効率あるいは管理情報の設定が煩雑であるという点である。具体的な接続先の決定方法として、無作為に装置ID(文献中ではIPアドレス)を指定し、運良くサービスを提供する装置IDを指定した場合にそれを採用する方法、および装置ごとに接続先一覧を設定し何らかの方法で接続先を選択する方法が提案されている。前者の方法では、サービスを提供する装置IDが一度で決定しないため非効率である。また、後者の方法では、予め全ての装置に全ての接続先情報を設定する必要があるため管理が煩雑である。
However, the method disclosed in Document 1 has the following problems.
First, the method of determining the copy destination is inefficient or the setting of management information is complicated. As a specific method for determining the connection destination, a device ID (IP address in the literature) is specified at random, and a device ID that provides a service fortunately is used. A method of setting a destination list and selecting a connection destination by some method has been proposed. The former method is inefficient because the device ID that provides the service is not determined at one time. In the latter method, since all connection destination information needs to be set in advance for all apparatuses, management is complicated.

第二に複製データ保存先を各記憶領域のポリシィによって選択できないという点である。例えば、災害などに備え隔地保管を行う場合、複製先は元となるデータの格納場所より離れている必要があるが、提案されている方法ではこのような条件を付加して複製先を決定することができない。   Secondly, the copy data storage destination cannot be selected according to the policy of each storage area. For example, when remote storage is carried out in preparation for a disaster, the replication destination needs to be separated from the original data storage location. In the proposed method, such a condition is added to determine the replication destination. I can't.

従って、本発明の目的は、効率的で容易に複製先の記憶装置を決定することができ、また目的に合わせて最適な複製先の決定ができる分散データ複製システムを提供することにある。   Accordingly, an object of the present invention is to provide a distributed data replication system that can efficiently and easily determine a storage device of a replication destination and can determine an optimal replication destination according to the purpose.

本発明は、複数の計算機によって使用される複数の記憶装置のある領域に記憶されるデータを、他の記憶装置のある領域に複製として記憶する分散データ複製システムであって、計算機によって使用される記憶装置は、専用領域および複製領域を備え、専用領域に格納されるデータを他の記憶装置の複製領域に複製するように構成し、
計算機は、他の記憶装置における複製領域の総数を規定する冗長度を保持するポリシィ保持部と、専用領域の所在と専用領域に対応する複製領域の所在と未使用の複製領域の所在を規定する構成情報保持部を有し、
データの複製を管理する管理サーバは、それぞれの計算機又は記憶装置からの複製領域の決定要求に応じて、他の記憶装置における複製領域を決定する処理要求制御部を有するように構成した分散データ複製システムにある。
The present invention is a distributed data replication system for storing data stored in a certain area of a plurality of storage devices used by a plurality of computers as a replica in a certain area of another storage device, and used by the computer The storage device includes a dedicated area and a replication area, and is configured to replicate data stored in the dedicated area to a replication area of another storage device.
The computer defines a policy holding unit that holds redundancy that defines the total number of replication areas in other storage devices, the location of the dedicated area, the location of the replication area corresponding to the dedicated area, and the location of the unused replication area Having a configuration information holding unit;
The management server that manages data replication includes a processing request control unit that determines a replication area in another storage device in response to a replication area determination request from each computer or storage device. In the system.

本発明によれば、データの複製先としての記憶装置の選出を、ユーザの操作を介在させること無しに自動的に行なうことができる。   According to the present invention, it is possible to automatically select a storage device as a data duplication destination without intervention of a user operation.

・実施例1
図1は、一実施例による分散データ複製システムを示す。
分散データ複製システムは、複数の計算機101〜103および管理サーバ200がネットワーク400によって相互に結合されて構成される。計算機101〜103(以下特に指定しない限り、代表として、符号101を使用する)は、プロセッサ110、メモリ120、記憶装置制御機構130、通信部150、ポリシィ保持部160、構成情報保持部170が内部バス180に結合し、記憶装置140が記憶装置制御機構130に接続されて構成される。プロセッサ110は例えばCPUで構成され、メモリ120は例えばRAMで構成される。
Example 1
FIG. 1 illustrates a distributed data replication system according to one embodiment.
The distributed data replication system is configured by connecting a plurality of computers 101 to 103 and a management server 200 to each other via a network 400. The computers 101 to 103 (the reference numeral 101 is used as a representative unless otherwise specified) includes a processor 110, a memory 120, a storage device control mechanism 130, a communication unit 150, a policy holding unit 160, and a configuration information holding unit 170. The storage device 140 is coupled to the bus 180 and connected to the storage device control mechanism 130. The processor 110 is configured by a CPU, for example, and the memory 120 is configured by a RAM, for example.

記憶装置制御機構130は、プロセッサ110からの記憶装置処理要求に対して記憶装置140を制御する機構であり、例えばTTL、CMOS等の論理により構成される。記憶装置140はハードディスク等の二次記憶によって構成できる。通信部150は、計算機101〜103および管理サーバ200を結合して相互通信をするための結合網であり、例えばTTL、CMOS等の論理により構成される。   The storage device control mechanism 130 is a mechanism for controlling the storage device 140 in response to a storage device processing request from the processor 110, and is configured by logic such as TTL or CMOS. The storage device 140 can be configured by secondary storage such as a hard disk. The communication unit 150 is a connection network for connecting the computers 101 to 103 and the management server 200 to perform mutual communication, and is configured by logic such as TTL or CMOS, for example.

構成情報保持部170は、計算機101内が主として読み書きする領域の所在と、その領域の複製領域の所在等を保持する部分であり、例えばRAMや電気的に書き換え可能なROM等によって構成される。ポリシィ保持部160は、計算機101内が主として読み書きする領域に対応する複製領域を確定する際に用件となる情報を保持する。実施例1において、ポリシィ保持部160は、冗長度を保持する。冗長度とは、計算機101が主として読み書きする領域と、その複製領域との合計がいくつあるかを指定する情報である。実施例1ではポリシィ保持部を各計算機にて具備するが、各計算機から参照・編集が可能であるならば、管理サーバにて具備してもよい。ポリシィ保持部160は、例えばRAMや電気的に書き換え可能なROM等によって構成される。   The configuration information holding unit 170 is a part that holds the location of an area in which the computer 101 mainly reads and writes, the location of a duplication area of the area, and the like, and is configured by, for example, a RAM or an electrically rewritable ROM. The policy holding unit 160 holds information that becomes a requirement when determining a replication area corresponding to an area in which the computer 101 mainly reads and writes. In the first embodiment, the policy holding unit 160 holds the redundancy. Redundancy is information that designates the total number of areas that the computer 101 mainly reads and writes and the duplication areas. In the first embodiment, the policy holding unit is provided in each computer, but may be provided in the management server if it can be referred to and edited from each computer. The policy holding unit 160 includes, for example, a RAM or an electrically rewritable ROM.

管理サーバ200は、後述する複製領域決定要求を各計算機101〜103から受領し、複製領域を決定し、複製領域決定要求を発行した計算機に対し決定した複製領域の所在を通知する。
管理サーバ200は、プロセッサ210、メモリ220、記憶装置制御機構230、通信部250、構成情報保持部270、処理要求制御部300が内部バス280に結合し、記憶装置240が記憶装置制御機構230に接続されて構成される。プロセッサ210は例えばCPUであり、メモリ220は例えばRAMである。
The management server 200 receives a replication area determination request to be described later from each of the computers 101 to 103, determines a replication area, and notifies the location of the determined replication area to the computer that issued the replication area determination request.
In the management server 200, the processor 210, the memory 220, the storage device control mechanism 230, the communication unit 250, the configuration information holding unit 270, and the processing request control unit 300 are coupled to the internal bus 280, and the storage device 240 is connected to the storage device control mechanism 230. Connected and configured. The processor 210 is, for example, a CPU, and the memory 220 is, for example, a RAM.

記憶装置制御機構230は、プロセッサ210からの記憶装置処理要求に対して記憶装置240を制御する機構であり、例えばTTL、CMOS等の論理によって構成される。記憶装置240はハードディスク等の二次記憶によって構成される。通信部250は、計算機101〜103および管理サーバ200を結合して相互通信をするための結合網であり、例えばTTL、CMOS等の論理によって構成される。   The storage device control mechanism 230 is a mechanism for controlling the storage device 240 in response to a storage device processing request from the processor 210, and is configured by logic such as TTL or CMOS. The storage device 240 is configured by secondary storage such as a hard disk. The communication unit 250 is a connection network for connecting the computers 101 to 103 and the management server 200 to perform mutual communication, and is configured by logic such as TTL or CMOS.

構成情報保持部270は、当該システムを構成する計算機に接続する記憶装置において、主データを格納する領域の構成情報と、その複製を格納する領域の構成情報と、未使用領域の構成情報を保持する。構成情報保持部は、例えばRAMや電気的に書き換え可能なROM等によって構成される。処理要求制御部300は、計算機101〜103から発行される複製領域決定要求を受け付け、シリアライズした後、処理する。処理要求制御部は、例えばTTL、CMOS等の論理によって構成される。   The configuration information holding unit 270 holds configuration information of an area for storing main data, configuration information of an area for storing a copy thereof, and configuration information of an unused area in a storage device connected to a computer constituting the system. To do. The configuration information holding unit is configured by, for example, a RAM or an electrically rewritable ROM. The processing request control unit 300 receives a replication area determination request issued from the computers 101 to 103, serializes it, and processes it. The processing request control unit is configured by logic such as TTL or CMOS.

図3に、一実施例による各記憶装置140における領域の割り当ての例を示す。
図示の例では、計算機101には2台の記憶装置1411、1421が接続し((1)(2))、計算機102には1台の記憶装置1412が接続し(3)、計算機103には1台の記憶装置1413が接続し(4)、管理サーバ200には1台の記憶装置241が接続している(5)。各計算機101〜103は、計算機に接続する記憶装置の斜線部を主となる記憶領域として読み書きを行う。この領域を専用領域と呼ぶ。図3では、例えば、計算機102が記憶装置1402の斜線部分を専用領域Cとして扱うことを示している。
FIG. 3 shows an example of area allocation in each storage device 140 according to an embodiment.
In the illustrated example, two storage devices 1411 and 1421 are connected to the computer 101 ((1) (2)), one storage device 1412 is connected to the computer 102 (3), and the computer 103 is connected to the computer 103. One storage device 1413 is connected (4), and one storage device 241 is connected to the management server 200 (5). Each of the computers 101 to 103 performs reading and writing using the hatched portion of the storage device connected to the computer as a main storage area. This area is called a dedicated area. In FIG. 3, for example, the computer 102 indicates that the hatched portion of the storage device 1402 is handled as the dedicated area C.

分散データ複製システムにおいて、自計算機内の専用領域の故障等に備え、専用領域の複製を他の記憶装置に格納することが可能であり、この領域を複製領域と呼ぶ。図3では、白抜部が複製領域を示し、例えば、記憶装置1401の“C”と表記されている領域が、記憶装置1402の専用領域に対応する複製領域であることを示している。複製領域は1つだけでなく複数利用することも可能である。例えば、記憶装置1421の専用領域に対応する複製領域として、記憶装置1402および記憶装置1403の“B”と表記されている領域が使用される。このような複製領域の数は、対応する専用領域が接続する計算機内のポリシィ保持部で定義する。   In a distributed data replication system, a copy of a dedicated area can be stored in another storage device in preparation for a failure of a dedicated area in its own computer, and this area is called a replication area. In FIG. 3, the white portion indicates a duplication area. For example, an area indicated by “C” in the storage device 1401 indicates a duplication area corresponding to a dedicated area of the storage device 1402. It is possible to use not only one duplication area but also a plurality of duplication areas. For example, as the duplication area corresponding to the dedicated area of the storage device 1421, the area indicated by “B” in the storage device 1402 and the storage device 1403 is used. The number of such replication areas is defined by the policy holding unit in the computer to which the corresponding dedicated area is connected.

専用記憶領域に対応する複製領域は、専用領域を使用するタイミングで順次割り当てることとする。このようなタイミングで割り当てることにより、使用時に最善な複製領域を選択することができる。例えば、記憶装置1401の専用領域は未使用の状態となっている。この領域に対応する複製領域は、記憶装置1421もしくは1403の“(未使用)”と記されている領域が選択可能である。複製領域の割当は、管理サーバ200が行う。また、各計算機が管理サーバに対して発行する、複製領域決定要求が割当の契機となる。   The replication area corresponding to the dedicated storage area is sequentially allocated at the timing when the dedicated area is used. By assigning at such timing, it is possible to select the best replication area at the time of use. For example, the dedicated area of the storage device 1401 is unused. As a replication area corresponding to this area, an area marked “(unused)” in the storage device 1421 or 1403 can be selected. The management server 200 assigns the replication area. In addition, a copy area determination request issued by each computer to the management server triggers allocation.

各専用領域の容量は、前記専用領域が存在する記憶装置の容量を冗長度で割った値とする。このようにして、全ての専用領域が複製領域を持つことができるようになる。ただし、この場合、複製領域を専用領域と同一の記憶装置に設定しなければならない場合があり、この場合は記憶装置が故障した場合、専用領域のほか複製領域もアクセス不可となり問題である。このような事態を回避するため、管理サーバ200は記憶装置241を具備し、この記憶装置241に複製領域を確保すればよい。管理サーバ内の記憶装置241に確保する必要のある複製領域の容量の最大値は、このシステムに接続する最大容量の記憶装置の容量に等しい。このため、各計算機に接続する記憶装置の容量は、管理サーバに接続する記憶装置241の容量以下であるよう制限事項をつけることが望ましい。   The capacity of each dedicated area is a value obtained by dividing the capacity of the storage device in which the dedicated area exists by the redundancy. In this way, all dedicated areas can have duplicate areas. However, in this case, the replication area may have to be set in the same storage device as the dedicated area. In this case, if the storage device fails, the replication area cannot be accessed in addition to the dedicated area. In order to avoid such a situation, the management server 200 may include a storage device 241 and reserve a replication area in the storage device 241. The maximum value of the capacity of the replication area that needs to be secured in the storage device 241 in the management server is equal to the capacity of the maximum capacity storage device connected to this system. For this reason, it is desirable to place a restriction so that the capacity of the storage device connected to each computer is equal to or less than the capacity of the storage device 241 connected to the management server.

なお、本実施例では、各記憶装置をセグメント(Seg)という単位で分割し、この単位ごとに専用記憶領域あるいは複製領域を割り当てている。そのほかの方法としては、LBA単位で専用領域あるいは複製領域を割り当てることも可能である。   In this embodiment, each storage device is divided into units called segments (Seg), and a dedicated storage area or a replication area is assigned to each unit. As another method, it is also possible to allocate a dedicated area or a replication area in units of LBA.

図4〜図6に、管理サーバ200内の構成情報保持部270に保持される情報の例を示す。
図4は、専用領域管理テーブル271の例である。専用領域管理テーブル271は、このシステム内の全専用領域の所在と、対応する複製領域に関する情報への参照先を保持する。専用領域管理テーブル271では、記憶装置内開始位置(Seg−IDと表記される)、領域長(Seg長と表記される)、記憶装置−ID、筐体−IDおよび冗長化情報格納位置を保持する。ここで筐体−IDには、例えばIPアドレスが使用可能である。記憶装置−IDには、例えばSCSIで定義される論理装置番号やWindows(登録商標)などのOSで定義されるドライブレターが使用可能である。冗長化情報格納位置とは、当該専用領域に対応する複製領域情報の格納位置を指示する情報であり、この例では後述する使用済み複製領域管理テーブル272のエントリ#が設定される。専用領域管理テーブル271のエントリ#1〜3に示すとおり、複製領域を決定済みの専用記憶領域の場合、冗長化情報格納位置に何らかの値が設定される。また、エントリ#0に示すとおり、複製領域が未決定の専用記憶領域の場合、全ての冗長化情報格納位置は「none」となる。専用領域管理テーブルへの登録は、当該システム立ち上げ時に行う。
4 to 6 show examples of information held in the configuration information holding unit 270 in the management server 200. FIG.
FIG. 4 is an example of the dedicated area management table 271. The dedicated area management table 271 holds the location of all the dedicated areas in the system and the reference destination to the information related to the corresponding replication area. The dedicated area management table 271 holds the storage device start position (denoted as Seg-ID), area length (denoted as Seg length), storage apparatus-ID, chassis-ID, and redundant information storage position. To do. Here, for example, an IP address can be used as the case-ID. For the storage device-ID, for example, a logical device number defined by SCSI or a drive letter defined by an OS such as Windows (registered trademark) can be used. The redundant information storage position is information indicating the storage position of the replication area information corresponding to the dedicated area. In this example, entry # of a used replication area management table 272 described later is set. As shown in entries # 1 to # 3 of the dedicated area management table 271, in the case of a dedicated storage area for which a replication area has been determined, some value is set in the redundant information storage position. Further, as shown in entry # 0, when the replication area is an undetermined dedicated storage area, all redundant information storage positions are “none”. Registration in the dedicated area management table is performed when the system is started up.

図5は、使用済み複製領域管理テーブル272の例を示す。
この使用済み複製領域管理テーブル272は、システム内の全使用済み複製領域の所在と、後続の複製領域がある場合その情報の参照先を保持する。使用済み複製領域管理テーブル272では、記憶装置内開始位置(Seg−IDと表記される)、領域長(Seg長と表記される)、記憶装置−ID、筐体−IDおよび後続エントリを保持する。後続エントリとは、Seg長が2以上の専用領域に対応する複製領域が非連続に確保される場合に、そのセグメントの後続となるセグメント情報の格納位置を指示する領域であり、この例では複製領域管理テーブル272のエントリ#が設定される。後続エントリがない場合は、この値は「none」となる。使用済み複製領域管理テーブルへの登録は、管理サーバが複製領域を割り当てる時に行う。
FIG. 5 shows an example of the used replication area management table 272.
This used replication area management table 272 holds the location of all used replication areas in the system and the reference destination of the information if there is a subsequent replication area. The used replication area management table 272 holds the storage device start position (denoted as Seg-ID), area length (denoted as Seg length), storage apparatus-ID, case-ID, and subsequent entries. . The subsequent entry is an area that indicates the storage location of segment information that follows the segment when a replication area corresponding to a dedicated area with a Seg length of 2 or more is secured non-continuously. An entry # of the area management table 272 is set. If there is no subsequent entry, this value is “none”. Registration in the used replication area management table is performed when the management server allocates a replication area.

図6は、未使用複製領域管理テーブル273の例を示す。
この未使用複製領域管理テーブル273は、システム内の全使用済み複製領域の所在を保持する。未使用複製領域管理テーブル273では、当該システム内の未使用複製領域の記憶装置内開始位置(Seg−IDと表記される)、領域長(Seg長と表記される)、記憶装置−IDおよび筐体−IDを保持する。未使用複製領域管理テーブルへの登録は、当該システム立ち上げ時に行う。また、未使用複製領域管理テーブルの修正は、管理サーバが複製領域を割り当てる時に行う。
FIG. 6 shows an example of the unused replication area management table 273.
This unused duplication area management table 273 holds the locations of all used duplication areas in the system. In the unused replication area management table 273, the storage system start position (indicated as Seg-ID), area length (indicated as Seg length), storage apparatus-ID, and enclosure of the unused replication area in the system. Holds Body-ID. Registration in the unused replication area management table is performed when the system is started up. The unused replication area management table is corrected when the management server allocates a replication area.

図9、10および図12は、計算機101〜103内の構成情報保持部170に保持される情報の例を示す(図示の例は計算機101の場合を示す)。
図9は、専用領域管理テーブル171の例を示す。専用領域管理テーブル171は、計算機101内の全専用領域の記憶装置内開始位置(Seg−IDと表記される)、領域長(Seg長と表記される)、記憶装置−ID、筐体−IDおよび冗長化情報格納位置を保持する。冗長化情報格納位置とは、当該専用領域に対応する複製領域情報の格納位置を指示する情報であり、この例では次に示す使用済み複製領域管理テーブル172のエントリ#が設定される。専用領域管理テーブル171のエントリ#2に示すとおり、複製領域を決定済みの専用記憶領域の場合、冗長化情報格納位置に何らかの値が設定される。さらに、エントリ#0に示すとおり、複製領域が未決定の専用記憶領域の場合、全ての冗長化情報格納位置は「none」となる。専用領域管理テーブルへの登録は、各計算機が当該システムに参加する時に行う。
9, 10 and 12 show examples of information held in the configuration information holding unit 170 in the computers 101 to 103 (the example shown shows the case of the computer 101).
FIG. 9 shows an example of the dedicated area management table 171. The dedicated area management table 171 includes a start position (denoted as Seg-ID), an area length (denoted as Seg length), a storage apparatus-ID, and a chassis-ID of all the dedicated areas in the computer 101. And the redundant information storage position is held. The redundant information storage position is information indicating the storage position of the replication area information corresponding to the dedicated area. In this example, the entry # of the used replication area management table 172 shown below is set. As shown in entry # 2 of the dedicated area management table 171, in the case of a dedicated storage area for which a replication area has been determined, some value is set in the redundant information storage position. Further, as shown in entry # 0, when the replication area is an undetermined dedicated storage area, all redundant information storage positions are “none”. Registration in the dedicated area management table is performed when each computer participates in the system.

図10は、複製先管理テーブル172の例を示す。
複製先管理テーブル172は、専用領域管理テーブル171で管理される専用領域に対応する複製領域の記憶装置内開始位置(Seg−IDと表記される)、領域長(Seg長と表記される)、記憶装置−ID、筐体−IDおよび後続エントリを保持する。後続エントリとは、Seg長が2以上の専用領域に対応する複製領域が非連続に確保される場合に、当該セグメントの後続となるセグメント情報の格納位置を指示する領域であり、この例では複製領域管理テーブル172のエントリ#が設定される。後続エントリがない場合は、この値は「none」となる。
FIG. 10 shows an example of the copy destination management table 172.
The replication destination management table 172 includes a storage area start position (denoted as Seg-ID), an area length (denoted as Seg length), and a replication area corresponding to the dedicated area managed by the dedicated area management table 171. The storage device-ID, the housing-ID, and the subsequent entry are held. The subsequent entry is an area that indicates the storage location of segment information that follows the segment when a replication area corresponding to a dedicated area having a Seg length of 2 or more is secured non-continuously. An entry # of the area management table 172 is set. If there is no subsequent entry, this value is “none”.

図12は、計算機101内のポリシィ保持部160で管理する内容の例を示す。
ポリシィ保持部では、計算機101に接続する記憶領域内の専用領域に対応する複製領域の決定するための判断基準となるポリシィを保持する。実施例1では、複製領域の数を決定するための冗長度、記憶装置−IDおよび筐体−IDは必須であるが、エラー回数、距離および性能は省略可能である。
FIG. 12 shows an example of contents managed by the policy holding unit 160 in the computer 101.
The policy holding unit holds a policy that serves as a determination criterion for determining a replication area corresponding to a dedicated area in a storage area connected to the computer 101. In the first embodiment, the redundancy, the storage device-ID, and the chassis-ID for determining the number of replication areas are essential, but the number of errors, distance, and performance can be omitted.

次に、図14のフローチャートを参照して、実施例1における複製領域決定処理動作について説明する。
まず、計算機101内のポリシイ保持部160を参照して、複製領域決定要求を生成する(1000)。本実施例において、複製領域決定要求は、要求元の筐体−ID、記憶装置−ID、冗長度を含む。冗長度は当該計算機内のポリシィ保持部160に保持される専用領域の冗長度を参照することによって取得可能である。
次に、管理サーバ200に対し、複製領域決定要求を発行する(1010)。管理サーバ200では、処理要求制御部300が複製領域決定要求を受領する(1020)。そして、専用領域に対応する複製領域を選出する(1030)。
Next, with reference to the flowchart of FIG. 14, the replication area determination processing operation in the first embodiment will be described.
First, a copy area determination request is generated with reference to the policy holding unit 160 in the computer 101 (1000). In the present embodiment, the replication area determination request includes the request source chassis-ID, storage device-ID, and redundancy. The redundancy can be obtained by referring to the redundancy of the dedicated area held in the policy holding unit 160 in the computer.
Next, a replication area determination request is issued to the management server 200 (1010). In the management server 200, the processing request control unit 300 receives a replication area determination request (1020). Then, a replication area corresponding to the dedicated area is selected (1030).

この複製領域の選出処理(1030)について、図15を参照して更に詳細に説明する。
図15において、まず、構成情報保持部270に格納される未使用複製領域管理テーブル273を参照し、要求元記憶装置と異なる記憶装置を選出する(1100)。選択方法は、例えば要求元記憶装置と異なる記憶装置のうち、エントリ#の最も大きなものとする。
The duplicate area selection process (1030) will be described in more detail with reference to FIG.
In FIG. 15, first, a storage device different from the request source storage device is selected with reference to the unused replication area management table 273 stored in the configuration information holding unit 270 (1100). The selection method is, for example, the largest entry # among the storage devices different from the request source storage device.

次に、選出した複製領域の情報を使用済み複製領域管理テーブル272に選出した複製領域に対応する筐体−ID、記憶装置−IDおよびSeg−IDを登録する。また、このエントリのSeg長は1を登録する。ただし、既に登録してある複製領域に連続して登録される場合では、筐体−ID、記憶装置−IDおよびSeg−IDの登録は行わず、登録済みのエントリに対し、Seg長に1を加算した値を登録すればよい。既に登録してある複製領域に連続して登録される場合か否かの判定は、管理サーバ内で管理される専用領域管理テーブルにて専用領域情報を格納するエントリの冗長化情報格納位置に設定された値を参照し、複製先管理テーブルでこの値と同一のエントリの後続エントリを参照し、この後続エントリが「none」となるまで順次複製先管理テーブル内の当該エントリを参照し、最後に得られた筐体−IDおよび記憶装置−IDが選出した複製領域に対応する筐体−IDおよび記憶装置−IDと一致し、当該エントリ内のSeg−ID値+Seg長が選出した複製領域のSeg−IDと一致するか否かで行う。更にステップ1110では、未使用複製領域管理テーブル273から選出した複製領域の情報を除外するため、当該エントリのSeg−IDに1を加算する。ただし、当該エントリのSeg長が1である場合、以降のエントリを1つ若番のエントリへコピーし、最後部のエントリを「none」で埋める(1110)。   Next, the case-ID, the storage device-ID, and the Seg-ID corresponding to the selected replication area are registered in the used replication area management table 272 as information on the selected replication area. Also, 1 is registered as the Seg length of this entry. However, when registering continuously in the already registered replication area, the chassis-ID, storage device-ID, and Seg-ID are not registered, and the Seg length is set to 1 for the registered entry. What is necessary is just to register the added value. Whether to register continuously in the already registered replication area is set in the redundant information storage location of the entry that stores the dedicated area information in the dedicated area management table managed in the management server Is referred to, the subsequent entry of the same entry as this value is referred to in the replication destination management table, the entries in the replication destination management table are sequentially referenced until this subsequent entry becomes “none”, and finally The obtained case-ID and storage device-ID match the case-ID and storage device-ID corresponding to the selected replication area, and the Seg-ID value + Seg length in the entry is the Seg of the selected replication area -Perform by checking whether the ID matches. Further, in step 1110, 1 is added to the Seg-ID of the entry in order to exclude the information of the replication area selected from the unused replication area management table 273. However, when the Seg length of the entry is 1, the subsequent entries are copied to one younger entry, and the last entry is filled with “none” (1110).

次に、選出した複製領域の数が複製領域決定要求内の冗長度の値−1に達したか否かを判定し、達した場合は複製領域選出処理を終了し、達しなかった場合はステップ1100以降の処理を繰り返す(1120)。   Next, it is determined whether or not the number of selected replication areas has reached the redundancy value −1 in the replication area determination request. If it has been reached, the replication area selection processing is terminated. The processing after 1100 is repeated (1120).

図14に戻って、選出した複製領域の数が複製領域決定要求内の冗長度の値−1に達した場合、使用済み複製領域管理テーブル272を参照し、複製領域決定要求に対する応答メッセージを生成する(1040)。複製領域決定要求に対する応答メッセージには、決定した複製領域を示す筐体−ID、記憶装置−IDおよびSeg−IDの一覧が含まれる。次に、複製領域決定要求に対する応答メッセージを、要求を発行した計算機101に送出する(1050)。   Returning to FIG. 14, when the number of selected replication areas reaches the redundancy value −1 in the replication area determination request, the used replication area management table 272 is referred to and a response message to the replication area determination request is generated. (1040). The response message to the replication area determination request includes a list of the chassis-ID, storage device-ID, and Seg-ID indicating the determined replication area. Next, a response message to the replication area determination request is sent to the computer 101 that issued the request (1050).

要求を発行した計算機101では、複製領域決定要求に対する応答メッセージを受領する(1060)。そして、計算機101内の構成情報保持部170で管理される複製先管理テーブル172に、複製領域決定要求に対する応答メッセージで返された筐体−ID、記憶装置−IDおよびSeg−IDを登録する(1070)。また、このエントリのSeg−IDは1を登録する。ただし、既に登録してある複製領域に連続して登録される場合では、筐体−ID、記憶装置−IDおよびSeg−IDの登録は行わず、登録済みのエントリに対し、Seg長に1を加算した値を登録すればよい。既に登録してある複製領域に連続して登録される場合か否かの判定は、計算機内で管理される専用領域管理テーブル171にて専用領域情報を格納するエントリの冗長化情報格納位置に設定された値を参照し、複製先管理テーブル172でこの値と同一のエントリの後続エントリを参照し、この後続エントリが「none」となるまで順次複製先管理テーブル内の当該エントリを参照し、最後に得られた筐体−IDおよび記憶装置−IDが応答メッセージと一致し、当該エントリ内のSeg−ID値+Seg長が応答メッセージ内のSeg−IDと一致するか否かでできる。   The computer 101 that issued the request receives a response message to the replication area determination request (1060). Then, the chassis-ID, storage device-ID, and Seg-ID returned in the response message to the replication area determination request are registered in the replication destination management table 172 managed by the configuration information holding unit 170 in the computer 101 ( 1070). Also, 1 is registered as the Seg-ID of this entry. However, when registering continuously in the already registered replication area, the chassis-ID, storage device-ID, and Seg-ID are not registered, and the Seg length is set to 1 for the registered entry. What is necessary is just to register the added value. Whether to register continuously in the already registered replication area is set in the redundant information storage position of the entry storing the dedicated area information in the dedicated area management table 171 managed in the computer. Is referred to, the subsequent entry of the same entry as this value is referred to in the replication destination management table 172, and this entry in the replication destination management table is sequentially referred to until the subsequent entry becomes “none”. The case-ID and storage device-ID obtained in the above are matched with the response message, and the Seg-ID value + Seg length in the entry matches the Seg-ID in the response message.

更に、ステップ1070では、専用領域管理テーブル171内の冗長化情報格納位置および、複製先管理テーブル172内の後続エントリを修正する。具体的には、専用領域管理テーブル171内の冗長化情報格納位置が「none」である場合、この値は、複製先管理テーブル172へ登録を行ったエントリ#を設定する。専用領域管理テーブル171内の冗長化情報格納位置が「none」でない場合、計算機内で管理される専用領域管理テーブル171にて専用領域情報を格納するエントリの冗長化情報格納位置に設定された値を参照し、複製先管理テーブル172でこの値と同一のエントリの後続エントリを参照し、この後続エントリが「none」となるまで順次複製先管理テーブル内のエントリを参照し、最後に得られた後続エントリの値を、複製先管理テーブル172へ登録を行ったエントリ#に修正する。以上で複製領域決定処理が終了する。   Further, in step 1070, the redundant information storage position in the dedicated area management table 171 and the subsequent entry in the replication destination management table 172 are corrected. Specifically, when the redundant information storage position in the dedicated area management table 171 is “none”, this value sets the entry # registered in the replication destination management table 172. When the redundant information storage position in the dedicated area management table 171 is not “none”, the value set as the redundant information storage position of the entry storing the dedicated area information in the dedicated area management table 171 managed in the computer , The subsequent entry of the same entry as this value is referred to in the replication destination management table 172, and the entries in the replication destination management table are sequentially referred to until the subsequent entry becomes “none”. The value of the subsequent entry is corrected to the entry # registered in the replication destination management table 172. This completes the replication area determination process.

本実施例によれば、予め計算機に接続する専用領域の構成情報を構成情報保持部170と管理サーバ200の構成情報保持部270に設定し、未使用複製領域の構成情報を管理サーバの構成情報保持部270に設定し、この領域の冗長度を計算機のポリシィ保持部160に設定しておくことにより、ユーザが複製先の計算機−IDや記憶装置−IDを設定すること無しに、複製先を決定することが可能となる。
・実施例2 (請求項5関連)
図2を参照して、他の実施例による分散データ複製システムについて説明する。
この分散データ複製システムは、計算機101〜103および管理サーバ200がネットワーク400によって相互に結合されて構成される。計算機101〜103は、プロセッサ110、メモリ120、記憶装置制御機構130、通信部150、ポリシィ保持部160、構成情報保持部170が内部バス180に結合し、記憶装置140が記憶装置制御機構130に接続されて構成される。101〜103、110から150、170、180および400は実施例1と同一である。
According to this embodiment, the configuration information of the dedicated area connected to the computer is set in the configuration information holding unit 170 and the configuration information holding unit 270 of the management server 200 in advance, and the configuration information of the unused replication area is set as the configuration information of the management server. By setting in the holding unit 270 and setting the redundancy of this area in the policy holding unit 160 of the computer, the user can set the duplication destination without setting the duplication destination computer-ID or storage device-ID. It becomes possible to decide.
Example 2 (related to claim 5)
A distributed data replication system according to another embodiment will be described with reference to FIG.
This distributed data replication system is configured by connecting computers 101 to 103 and a management server 200 to each other via a network 400. In the computers 101 to 103, the processor 110, the memory 120, the storage device control mechanism 130, the communication unit 150, the policy holding unit 160, and the configuration information holding unit 170 are coupled to the internal bus 180, and the storage device 140 is connected to the storage device control mechanism 130. Connected and configured. 101 to 103, 110 to 150, 170, 180 and 400 are the same as those in the first embodiment.

ポリシィ保持部160は、実施例1と同様に冗長度を保持する。実施例2では更に、複数ある複製領域のうち適切な複製領域を選出するための情報を保持する。ポリシィ保持部は、例えばRAMや電気的に書き換え可能なROM等によって構成できる。   The policy holding unit 160 holds the redundancy as in the first embodiment. In the second embodiment, information for selecting an appropriate duplication area among a plurality of duplication areas is held. The policy holding unit can be configured by, for example, a RAM or an electrically rewritable ROM.

管理サーバ200は、計算機101〜103より発行される複製領域決定要求に対し、専用領域に対応する複製領域を決定し、要求発行元の計算機に複製領域格納先を通知する。管理サーバ200は、プロセッサ210、メモリ220、記憶装置制御機構230、通信部250、構成情報保持部270、処理要求制御部300、エラー情報判定部310、距離情報判定部320、性能判定部300、総合判定部340が内部バス280に結合し、記憶装置240が記憶装置制御機構230に接続されて構成される。実施例1に比べて、エラー情報判定部310、距離情報判定部320、性能判定部330および総合判定部340を有する点が、相違する。   In response to a replication area determination request issued from the computers 101 to 103, the management server 200 determines a replication area corresponding to the dedicated area and notifies the request issuing computer of the replication area storage destination. The management server 200 includes a processor 210, a memory 220, a storage device control mechanism 230, a communication unit 250, a configuration information holding unit 270, a processing request control unit 300, an error information determination unit 310, a distance information determination unit 320, a performance determination unit 300, The comprehensive determination unit 340 is coupled to the internal bus 280, and the storage device 240 is connected to the storage device control mechanism 230. Compared to the first embodiment, it is different in that it includes an error information determination unit 310, a distance information determination unit 320, a performance determination unit 330, and an overall determination unit 340.

構成情報保持部270は、実施例1と同様に、当該システムを構成する計算機に接続する記憶装置におけて、主データを格納する専用領域の構成情報と、専用領域の複製情報を格納する複製領域の構成情報と、未使用複製領域の構成情報を保持する。実施例2では更に、システム内の計算機に接続する記憶装置のエラー情報および位置情報を保持する。管理サーバ200は、複製領域決定処理において、これら情報を参照し、各複製領域の評価を行う。構成情報保持部は、例えばRAMや電気的に書き換え可能なROM等によって構成できる。   Similar to the first embodiment, the configuration information holding unit 270 stores the configuration information of the dedicated area for storing the main data and the replication information for storing the replication information of the dedicated area in the storage device connected to the computer constituting the system. It holds area configuration information and unused replication area configuration information. In the second embodiment, error information and position information of a storage device connected to a computer in the system is further held. The management server 200 refers to these pieces of information in the replication area determination process and evaluates each replication area. The configuration information holding unit can be configured by, for example, a RAM or an electrically rewritable ROM.

エラー情報判定部310は、処理要求制御部300から送られる複製領域候補に対し、エラー発生回数の観点から評価を行い総合判定部に通知する。このシステムにおいて複製領域候補の評価にエラー情報が必要ない場合、エラー情報判定部310は省略可能である。エラー情報判定部310は、例えばTTL、CMOS等の論理によって構成される。   The error information determination unit 310 evaluates the copy area candidate sent from the processing request control unit 300 from the viewpoint of the number of error occurrences and notifies the comprehensive determination unit. If error information is not required for evaluation of a replication area candidate in this system, the error information determination unit 310 can be omitted. The error information determination unit 310 is configured by logic such as TTL or CMOS.

距離情報判定部320は、処理要求制御部300から送られる複製領域候補に対し、選出要求元計算機との物理的距離の観点から評価を行い総合判定部に通知する。このシステムにおいて複製領域候補の評価に物理的距離が必要ない場合、距離情報判定部320は省略可能である。距離情報判定部320は、例えばTTL、CMOS等の論理によって構成される。   The distance information determination unit 320 evaluates the replication area candidate sent from the processing request control unit 300 from the viewpoint of the physical distance to the selection request source computer and notifies the comprehensive determination unit. If no physical distance is required for evaluation of a replication area candidate in this system, the distance information determination unit 320 can be omitted. The distance information determination unit 320 is configured by logic such as TTL or CMOS.

性能判定部330は、処理要求制御部300から送られる複製領域候補に対し、選出要求元計算機からのアクセス性能の観点から評価を行い総合判定部に通知する。このシステムにおいて複製領域候補の評価にアクセス性能が必要ない場合、性能判定部330は省略可能である。性能判定部330は、例えばTTL、CMOS等の論理によって構成される。
総合判定部340は、エラー情報判定部、距離情報判定部および性能判定部で判定した結果を受領し、それぞれの重み情報を乗算したものの加算結果を総合判定として出力する。総合判定部340は、例えばTTL、CMOS等の論理によって構成される。
The performance determination unit 330 evaluates the copy area candidate sent from the processing request control unit 300 from the viewpoint of access performance from the selection request source computer and notifies the comprehensive determination unit. In this system, when access performance is not necessary for evaluation of a replication area candidate, the performance determination unit 330 can be omitted. The performance determination unit 330 is configured by logic such as TTL or CMOS.
The overall determination unit 340 receives the results determined by the error information determination unit, the distance information determination unit, and the performance determination unit, and outputs the addition result of multiplication of the respective weight information as a comprehensive determination. The comprehensive determination unit 340 is configured by logic such as TTL or CMOS.

図3に示した各記憶装置の状態は、実施例2でも実施例1同じである。また、図4、5,6に、管理サーバ200内の構成情報保持部270に保持される情報の例を示すが、これらは、実施例2でも実施例1と同じである。   The state of each storage device shown in FIG. 3 is the same as in the first embodiment. FIGS. 4, 5, and 6 show examples of information held in the configuration information holding unit 270 in the management server 200, which are the same as those in the first embodiment.

図7は、エラー情報テーブル274の例を示す。
エラー情報テーブル274は、システム内の記憶装置のエラー発生回数(エラー回数と表記)、閉塞の有無(閉塞と表記)、記憶装置−ID、筐体−IDを保持する。エラー発生回数には、計算機が記憶装置にアクセスし、エラーが発生した場合の累計が保持される。エラー発生回数にはSMART管理情報を用いてもよい。閉塞の有無には、記憶装置へ複数回アクセスしたにもかかわらず、全て無応答となるような場合にシステムから切り離したことを示すフラグとして保持する。当該システムにおいて、複製領域候補の評価にエラー情報が必要ない場合、エラー情報テーブル274は省略可能である。
FIG. 7 shows an example of the error information table 274.
The error information table 274 holds the number of occurrences of errors in the storage devices in the system (denoted as the number of errors), presence / absence of blockage (denoted as blockage), storage device-ID, and chassis-ID. As the number of error occurrences, a cumulative total when the computer accesses the storage device and an error occurs is held. SMART management information may be used as the number of error occurrences. The presence / absence of blockage is stored as a flag indicating that the storage device has been disconnected from the system when no response is received even though the storage device is accessed a plurality of times. In the system, when error information is not required for evaluation of a replication area candidate, the error information table 274 can be omitted.

図8は、システム内の計算機の設置位置情報(この例では、緯度および経度)および装置−IDを保持する位置情報テーブル275の例を示す。位置情報テーブル275で、各計算機の位置情報を管理することにより、計算機間の距離が算出可能となる。このシステムにおいて複製領域候補の評価に物理的距離情報が必要ない場合、位置情報テーブル274は省略できる。   FIG. 8 shows an example of the position information table 275 that holds the installation position information (latitude and longitude in this example) of the computers in the system and the device-ID. By managing the position information of each computer in the position information table 275, the distance between the computers can be calculated. If physical distance information is not required for evaluation of a replication area candidate in this system, the position information table 274 can be omitted.

図9、10、11および12に計算機101〜103内の構成情報保持部170に保持される情報の例を示す。各図は計算機101の場合の例を示す。図9、10は実施例2も実施例1と同じである。   9, 10, 11, and 12 show examples of information held in the configuration information holding unit 170 in the computers 101 to 103. Each figure shows an example in the case of the computer 101. 9 and 10, the second embodiment is the same as the first embodiment.

図11は、エラー情報テーブル174の例を示す。
エラー情報テーブル174は、計算機101内の記憶装置のエラー発生回数(エラー回数と表記)、閉塞の有無(閉塞と表記)、記憶装置−ID、装置−IDを保持する。エラー発生回数には、計算機が当該記憶装置にアクセスし、エラーが発生した場合の累計がカウントされる。エラー有無判定にはSMART管理情報を用いてもよい。閉塞の有無には、当該記憶装置へ複数回アクセスしたにもかかわらず、全て無応答となるような場合にシステムから切り離したことを示すフラグとして保持する。
FIG. 11 shows an example of the error information table 174.
The error information table 174 holds the number of error occurrences of the storage device in the computer 101 (denoted as the number of errors), presence / absence of blockage (denoted as blockage), storage device-ID, and device-ID. As the number of error occurrences, a cumulative total when the computer accesses the storage device and an error occurs is counted. SMART management information may be used for determining whether there is an error. The presence / absence of blockage is stored as a flag indicating that the storage device has been disconnected from the system when no response is received even though the storage device is accessed a plurality of times.

図12は、ポリシィ保持部177の例を示す。
ポリシィ保持部177は、計算機101内の専用領域に対応する複製領域の決定するための判断基準となるポリシィを保持する。冗長度、記憶装置−IDおよび筐体−IDは、実施例2も実施例1と同一である。実施例2では更に、複製領域の決定するための評価基準として、エラー回数、距離、性能の基準値を保持し、更にそれぞれの評価の重みを保持する。
FIG. 12 shows an example of the policy holding unit 177.
The policy holding unit 177 holds a policy serving as a determination criterion for determining a replication area corresponding to a dedicated area in the computer 101. In the second embodiment, the redundancy, the storage device-ID, and the housing-ID are the same as those in the first embodiment. In the second embodiment, reference values for the number of errors, distance, and performance are held as evaluation criteria for determining a replication area, and weights for the respective evaluations are held.

エラー回数は、エラー情報テーブル274で管理されるエラー回数が基準値未満である記憶装置を優先的に選出させることを示す。当該システムにおいて、エラー回数が複製領域の評価基準として不必要な場合、エラー回数の評価基準値は省略可能である。   The number of errors indicates that a storage device whose number of errors managed in the error information table 274 is less than a reference value is preferentially selected. In the system, when the number of errors is not necessary as an evaluation criterion for the replication area, the evaluation criterion value for the number of errors can be omitted.

距離は、複製領域選出要求元計算機と選出した計算機との物理的距離が基準値の範囲内もしくは基準値以上である記憶装置を優先的に選出するための値である。基準値に2種類の値が設定されている場合、基準値の範囲内の距離にある記憶装置を優先的に選出させることを意味し、基準値に1種類の値が設定されている場合、基準値以上の距離にある記憶装置を優先的に選出させることを意味する。例えば、計算機−1内ポリシィ保持部の例177で設定される距離の基準値では、エントリ#0は0km以上100km未満の距離にある計算機を優先的に選出させ、エントリ#1は100km以上の距離にある計算機を優先的に選出させることを示す。このシステムにおいて物理的距離が複製領域の評価基準として不必要な場合、物理的距離の評価基準値は省略可能である。   The distance is a value for preferentially selecting a storage device whose physical distance between the replication area selection request source computer and the selected computer is within the reference value range or the reference value. When two types of values are set for the reference value, this means that storage devices located at a distance within the range of the reference value are preferentially selected, and when one type of value is set for the reference value, This means that storage devices that are at a distance greater than the reference value are preferentially selected. For example, in the distance reference value set in Example 177 of the policy-holding unit in computer-1, entry # 0 preferentially selects computers at a distance of 0 km or more and less than 100 km, and entry # 1 has a distance of 100 km or more. It shows that the computer in is preferentially elected. If the physical distance is not necessary as an evaluation criterion of the replication area in this system, the evaluation criterion value of the physical distance can be omitted.

性能は、複製領域選出要求元計算機から選出した複製領域へのアクセス時間が基準値以下である記憶装置を優先的にさせることを示す値である。例えば、計算機−1ポリシィ保持部の例177で設定される性能の基準値では、エントリ#0はアクセス時間が20秒未満である複製領域を優先的に選出させることを示す。このシステムにおいて性能が複製領域の評価基準として不必要な場合、性能の評価基準値は省略可能である。   The performance is a value indicating that the storage device whose access time to the replication area selected from the replication area selection requesting computer is lower than the reference value is given priority. For example, in the performance reference value set in Example 177 of the computer-1 policy holding unit, entry # 0 indicates that a replication area whose access time is less than 20 seconds is preferentially selected. In this system, when performance is unnecessary as an evaluation criterion for a replication area, the evaluation criterion value for performance can be omitted.

各評価基準には評価の重みを示す重み情報を含む。重み情報により、どの評価項目を優先させるかを指定可能である。   Each evaluation criterion includes weight information indicating an evaluation weight. It is possible to specify which evaluation item is prioritized by the weight information.

実施例2における複製領域決定処理動作について、図14のフローチャートを用いて説明する。まず、計算機101内のポリシィ保持部160を参照し、複製領域決定要求を生成する(1000)。実施例2の場合、複製領域決定要求には、要求元の筐体−ID、記憶装置−ID、冗長度、エラー回数基準値、距離基準値、性能基準値および、各種評価基準の重み情報が含まれる。
ステップ1010から1020は実施例1と同じである。
The replication area determination processing operation in the second embodiment will be described with reference to the flowchart of FIG. First, the policy holding unit 160 in the computer 101 is referenced to generate a replication area determination request (1000). In the case of the second embodiment, the replication area determination request includes the request source chassis-ID, storage device-ID, redundancy, error frequency reference value, distance reference value, performance reference value, and weight information of various evaluation criteria. included.
Steps 1010 to 1020 are the same as those in the first embodiment.

次に、専用領域に対応する複製領域を選出する(1030)。
図16を参照して、実施例2における複製領域選出処理動作を詳細に説明すると、構成情報保持部270に格納される未使用複製領域管理テーブル273を参照し、1エントリずつ選択する(1200)。ただし、管理サーバに接続する記憶装置内の複製領域は除外する。
Next, a replication area corresponding to the dedicated area is selected (1030).
Referring to FIG. 16, the replication area selection processing operation in the second embodiment will be described in detail. The unused replication area management table 273 stored in the configuration information holding unit 270 is referenced to select one entry at a time (1200). . However, the replication area in the storage device connected to the management server is excluded.

次に、選択したエントリ#と、複製領域決定要求のエラー回数基準値をエラー情報判定部310に送り、判定の依頼を行う(1210)。エラー情報判定部310での判定の例として、未使用複製領域管理テーブル273の選択されたエントリのエラー回数が、0以上(エラー回数基準値)/5未満ならば5ポイント、(エラー回数基準値)/5以上(エラー回数基準値)×2/5未満ならば4ポイント、(エラー回数基準値)×2/5以上(エラー回数基準値)×3/5未満ならば3ポイント、(エラー回数基準値)×3/5以上(エラー回数基準値)×4/5未満ならば2ポイント、(エラー回数基準値)×4/5以上(エラー回数基準値)未満ならば1ポイント、(エラー回数基準値)以上未満ならば0ポイントというように算出することができる。このシステムにおいてエラー回数が複製領域の評価基準として不必要な場合、ステップ1210は省略可能である。   Next, the selected entry # and the error region reference value of the replication area determination request are sent to the error information determination unit 310 and a determination request is made (1210). As an example of determination by the error information determination unit 310, if the error count of the selected entry in the unused replication area management table 273 is 0 or more (error count reference value) / 5, it is 5 points (error count reference value). ) / 5 or more (error count reference value) x 2/5 if less than (error count reference value) x 2/5 or more (error count reference value) x 3/5 if less than 3 points, (error count) (Reference value) x 3/5 or more (error count reference value) x 2 points if less than 4/5, (error count reference value) x 4/5 or more (error count reference value) 1 point, (error count) If it is less than the reference value), it can be calculated as 0 points. If the number of errors in this system is not necessary as a criterion for evaluating the replication area, step 1210 can be omitted.

次に、選択したエントリ#と、複製領域決定要求の距離基準値を距離情報判定部320に送り、判定の依頼を行う(1220)。距離情報判定部320での判定の例として、次のような方法が挙げられる。複製領域要求元計算機と選択したエントリ#に対応する計算機の距離を算出し、その値が基準範囲内か否かで判断する。具体的には、位置情報テーブル275を参照し、前記2種類の計算機の緯度、経度を取得する。緯度をα[deg]、経度をβ[deg]とし、北緯0[deg]から北緯90[deg]を0[deg]から90[deg]、南緯0[deg]から南緯90[deg]を−0[deg]から−90[deg]、東経0[deg]から東経180[deg]を0[deg]から180[deg]、西経0[deg]から西経180[deg]を−0[deg]から−180[deg]とみなすと、それぞれの緯度、経度は式1にて直交座標系に変換できる。ここでx軸は北緯0[deg]東経180[deg]の点から北緯0[deg]東経0[deg]の方向に負から正への向きとみなし、y軸は北緯0[deg]西経90[deg]の点から北緯0[deg]東経90[deg]の方向に負から正への向きとみなし、z軸は南緯90[deg]東経0[deg]の点から北緯90[deg]東経0[deg]の方向に負から正への向きとみなす。また、地球の半径をr[km]とする。式1で算出した2点の直交座標を(x,y,z),(x,y,z)とすると2点間の直線距離dは式2で算出できる。式3より、dを使用して球面上の2点間の距離sが算出できる。この算出した距離sと、複製領域決定要求の距離基準値を比較し、距離sが基準値の範囲内にある場合5ポイント、そうでない場合0ポイントと算出することができる。当該システムにおいて、距離が複製領域の評価基準として不必要な場合、ステップ1220は省略可能である。 Next, the selected entry # and the distance reference value of the replication area determination request are sent to the distance information determination unit 320 and a determination request is made (1220). As an example of determination by the distance information determination unit 320, the following method may be mentioned. The distance between the replication area request source computer and the computer corresponding to the selected entry # is calculated, and it is determined whether or not the value is within the reference range. Specifically, the position information table 275 is referenced to obtain the latitude and longitude of the two types of computers. The latitude is α [deg], the longitude is β [deg], north latitude 0 [deg] to north latitude 90 [deg], 0 [deg] to 90 [deg], south latitude 0 [deg] to south latitude 90 [deg] − 0 [deg] to -90 [deg], east longitude 0 [deg] to east longitude 180 [deg] from 0 [deg] to 180 [deg], west longitude 0 [deg] to west longitude 180 [deg]-0 [deg] From -180 [deg], each latitude and longitude can be converted into an orthogonal coordinate system using Equation 1. Here, the x axis is regarded as a direction from negative to positive in the direction of 0 [deg] east longitude 0 [deg] from the point of north latitude 0 [deg] east longitude 180 [deg], and the y axis is 0 [deg] west longitude 90 Considering the direction from negative to positive in the direction of 0 [deg] east longitude 90 [deg] north from the point of [deg], the z-axis is 90 [deg] east longitude north of 90 [deg] east longitude 0 [deg] A direction from negative to positive is considered in the direction of 0 [deg]. Also, let the radius of the earth be r [km]. If the orthogonal coordinates of the two points calculated by Equation 1 are (x A , y A , z A ) and (x B , y B , z B ), the linear distance d between the two points can be calculated by Equation 2. From Equation 3, the distance s between two points on the spherical surface can be calculated using d. The calculated distance s is compared with the distance reference value of the replication area determination request, and 5 points can be calculated when the distance s is within the range of the reference value, and 0 points can be calculated otherwise. In this system, step 1220 can be omitted if distance is not necessary as a criterion for evaluating the replication area.

Figure 2007018407
Figure 2007018407

Figure 2007018407
Figure 2007018407

Figure 2007018407
Figure 2007018407

次に、選択したエントリ#と、複製領域決定要求の性能基準値を性能情報判定部330に送り、判定の依頼を行う(1230)。性能情報判定部330での判定の例として、選択した筐体−ID、記憶装置−ID、記憶装置内開始位置を算出し、複製領域決定要求元計算機が前記記憶装置へとアクセスするよう要求を発行し、複製領域決定要求元計算機はアクセスに要した時間を計測し、その結果を管理サーバへ送り返す。アクセスに要した時間が、0以上(性能基準値)/5未満ならば5ポイント、(性能基準値)/5以上(性能基準値)×2/5未満ならば4ポイント、(性能基準値)×2/5以上(性能基準値)×3/5未満ならば3ポイント、(性能基準値)×3/5以上(性能基準値)×4/5未満ならば2ポイント、(性能基準値)×4/5以上(性能基準値)未満ならば1ポイント、(性能基準値)以上ならば0ポイントというように算出することができる。当該システムにおいて、性能が複製領域の評価基準として不必要な場合、ステップ1230は省略可能である。   Next, the selected entry # and the performance reference value of the replication area determination request are sent to the performance information determination unit 330, and a determination request is made (1230). As an example of determination by the performance information determination unit 330, the selected housing-ID, storage device-ID, and start position in the storage device are calculated, and a request is made for the replication area determination request source computer to access the storage device. The copy area determination request source computer measures the time required for access and sends the result back to the management server. If the time required for access is 0 or more (performance standard value) / 5, 5 points, (performance standard value) / 5 or more (performance standard value) × 2/5, 4 points, (performance standard value) X 2/5 or more (performance standard value) x 3 points if less than 3/5, (performance standard value) x 3/5 or more (performance standard value) x 2 points if less than 4/5, (performance standard value) It can be calculated as 1 point if it is 4/5 or more (performance standard value) and 0 point if it is (performance standard value) or more. In the system, step 1230 can be omitted when the performance is unnecessary as a criterion for evaluating the replication area.

次に、前出の3種の判定要求が完了するまで待ちを挿入する。判定要求が完了した場合、ステップ1250へ進む(1240)。そして、処理要求制御部300が総合判定部340に対し、エラー情報判定結果、距離情報判定結果、性能情報判定結果、各種重み情報を送出し、総合判定を依頼する(1250)。   Next, a wait is inserted until the above three types of determination requests are completed. When the determination request is completed, the process proceeds to step 1250 (1240). Then, the processing request control unit 300 sends an error information determination result, a distance information determination result, a performance information determination result, and various weight information to the comprehensive determination unit 340, and requests a comprehensive determination (1250).

次に、総合判定部340がエラー回数、距離、性能の項目ごとに、判定結果×重み情報の乗算を行い、それぞれの積を加算した結果を総合点として計算し、結果を処理要求制御部300へ返信する(1260)。次に、未使用複製領域管理テーブルの全エントリを確認したかチェックする(1270)。チェックの結果、未完了の場合、次のエントリの判定を行うためステップ1200以降の処理を実行する。完了した場合、ステップ1280へ進む。   Next, the overall determination unit 340 performs multiplication of determination result × weighting information for each error number, distance, and performance item, calculates the result of adding each product as an overall point, and the result is processed by the processing request control unit 300. Reply to (1260). Next, it is checked whether all entries in the unused replication area management table have been confirmed (1270). If the result of the check is incomplete, the processing after step 1200 is executed to determine the next entry. If completed, go to Step 1280.

上記チェックの結果、完了の場合には、処理要求制御部が総合点の高い順に複製領域を(冗長度−1)だけ選出する。ただし、専用領域と同一の記憶領域内の複製領域については除外する。除外した結果、必要な数だけ複製領域を選出できない場合、管理サーバ内の複製領域を選出する(1280)。以上で、複製領域選出選出フローが完了する。
なお、ステップ1060から1070は実施例1と同一である。
As a result of the above check, if the processing is completed, the processing request control unit selects a replication area (redundancy −1) in descending order of the total score. However, the duplicate area in the same storage area as the dedicated area is excluded. If the necessary number of replication areas cannot be selected as a result of the exclusion, a replication area in the management server is selected (1280). Thus, the duplication area selection flow is completed.
Steps 1060 to 1070 are the same as those in the first embodiment.

このように、実施例2によれば、予め計算機に接続する専用領域の構成情報を計算機の構成情報保持部と管理サーバの構成情報保持部に設定し、未使用複製領域の構成情報を管理サーバの構成情報保持部に設定し、この領域の冗長度と、この領域に相応しい複製領域決定基準としてエラー基準値、距離基準値、性能基準値と前記判定要素の重み情報を計算機のポリシィ保持部に設定しておけば、複製先の計算機−IDや記憶装置−IDの情報を持たなくても専用領域に相応しい複製先を決定できる。
・実施例3 (請求項2関連)
実施例2において、複製領域選出の評価項目がエラー回数のみである場合、構成要素310、330、340および、ポリシィ保持部にて保持する複製領域の判定基準として使用するエラー回数、性能および、構成情報保持部270にて保持するエラー情報テーブルおよび、複製領域選出フローにおけるステップ1220、1230は省略可能である。
・実施例4 (請求項3関連)
実施例2において、複製領域選出の評価項目が物理的距離のみである場合、構成要素320、330、340および、ポリシィ保持部にて保持する複製領域の判定基準として使用する距離、性能および、構成情報保持部270にて保持する位置情報テーブルおよび、複製領域選出フローにおけるステップ1210、1230は省略可能である。
・実施例5 (請求項4関連)
実施例2において、複製領域選出の評価項目が性能のみである場合、構成要素310、320、340および、ポリシィ保持部にて保持する複製領域の判定基準として使用するエラー回数、距離および、構成情報保持部270にて保持するエラー情報テーブル、位置情報テーブルおよび、複製領域選出フローにおけるステップ1210、1220は省略可能である。
As described above, according to the second embodiment, the configuration information of the dedicated area connected to the computer is set in advance in the configuration information holding unit of the computer and the configuration information holding unit of the management server, and the configuration information of the unused replication area is set to the management server. In the configuration information holding unit, the redundancy of this area and the error reference value, distance reference value, performance reference value and weight information of the determination element as the duplication area determination standard suitable for this area are stored in the policy holding part of the computer. If set, a duplication destination suitable for the dedicated area can be determined without having information on the duplication destination computer-ID and storage device-ID.
Example 3 (Related to claim 2)
In the second embodiment, when the evaluation item for selecting a replication area is only the number of errors, the number of errors, the performance, and the configuration used as the criteria for determining the replication area held by the components 310, 330, and 340 and the policy holding unit The error information table held in the information holding unit 270 and the steps 1220 and 1230 in the copy area selection flow can be omitted.
-Example 4 (Related to claim 3)
In the second embodiment, when the evaluation item for selecting the replication area is only the physical distance, the distance, performance, and configuration used as the criteria for determining the replication area held by the components 320, 330, and 340 and the policy holding unit The position information table held in the information holding unit 270 and the steps 1210 and 1230 in the copy area selection flow can be omitted.
-Example 5 (Related to claim 4)
In the second embodiment, when the evaluation item for selecting a replication area is only performance, the number of errors, distance, and configuration information used as the criteria for determining the replication area held by the components 310, 320, and 340 and the policy holding unit Steps 1210 and 1220 in the error information table, the position information table, and the copy area selection flow held by the holding unit 270 can be omitted.

以上のように、本実施例によれば、データの複製先としての記憶装置の選出を、ユーザの設定操作無しに自動的に行なうことができ、また各記憶装置あるいは計算機の負荷増加を最小限にして実現できる。また、複製先の記憶装置をエラー発生回数、物理的距離、アクセス時間の観点で予め設定した評価基準に関して評価することにより最適な記憶装置を決定できる。   As described above, according to the present embodiment, selection of a storage device as a data copy destination can be automatically performed without a user's setting operation, and an increase in load on each storage device or computer can be minimized. Can be realized. Further, the optimum storage device can be determined by evaluating the copy destination storage device with respect to evaluation criteria set in advance from the viewpoint of the number of error occurrences, physical distance, and access time.

一実施例(実施例1)における分散データ複製システムを示すブロック図、The block diagram which shows the distributed data replication system in one Example (Example 1), 他の実施例(実施例2)における分散データ複製システムを示すブロック図、The block diagram which shows the distributed data replication system in another Example (Example 2), 一実施例による記憶装置140における領域割り当て例を示す図、The figure which shows the example of area allocation in the memory | storage device 140 by one Example. 一実施例による管理サーバで管理する専用領域管理テーブル271の例を示す図、The figure which shows the example of the exclusive area management table 271 managed with the management server by one Example. 一実施例による管理サーバで管理する使用済み複製領域管理テーブル272の例を示す図、The figure which shows the example of the used replication area management table 272 managed by the management server by one Example. 一実施例による管理サーバで管理する未使用複製領域管理テーブル273の例を示す図、The figure which shows the example of the unused replication area management table 273 managed by the management server by one Example. 一実施例による管理サーバで管理するエラー情報テーブル274の例を示す図、The figure which shows the example of the error information table 274 managed by the management server by one Example. 一実施例による管理サーバで管理する位置情報テーブル275の例を示す図、The figure which shows the example of the position information table 275 managed by the management server by one Example. 一実施例における計算機101で管理する専用領域管理テーブル171を示す図、The figure which shows the exclusive area management table 171 managed with the computer 101 in one Example. 一実施例における計算機101で管理する複製先管理テーブル172の例を示す図、The figure which shows the example of the replication destination management table 172 managed with the computer 101 in one Example. 一実施例における計算機101で管理するエラー情報テーブル174の例を示す図、The figure which shows the example of the error information table 174 managed by the computer 101 in one Example. 一実施例における計算機−1内のポリシィ保持部の内容例を示す図、The figure which shows the example of the content of the policy holding | maintenance part in the computer-1 in one Example. 一実施例における計算機−1、HDD0、Seg−ID1に対応する複製領域判定の総合判定内容を示す図、The figure which shows the comprehensive determination content of the replication area determination corresponding to the computer-1, HDD0, and Seg-ID1 in one Example. 一実施例における複製領域決定の処理動作を示すフローチャート図、The flowchart figure which shows the processing operation of replication area decision in one execution example, 一実施例における複製領域選出処理動作を示すフローチャート図、The flowchart figure which shows the replication area selection processing operation in one execution example, 他の実施例(実施例2)における複製領域選出処理動作を示すフローチャート図。The flowchart figure which shows the replication area selection processing operation in another Example (Example 2).

符号の説明Explanation of symbols

101〜103:計算機 110:プロセッサ 120:メモリ
130:記憶装置制御機構 140:記憶装置
1401〜1403:記憶装置 150:通信部 160:ポリシィ保持部
170:構成情報保持部 171:専用領域管理テーブル
172:複製先管理テーブル 174:エラー情報テーブル
177:ポリシィ保持部の内容 180:内部バス 200:管理サーバ
210:プロセッサ 220:メモリ 230:記憶装置制御機構
240:記憶装置 250:通信部 270:構成情報保持部
271:専用領域管理テーブル 272:使用済み複製領域管理テーブル
273:未使用複製領域管理テーブル 274:エラー情報テーブル
275:位置情報テーブル 300:処理要求制御部 310:エラー情報判定部
320:距離情報判定部 330:性能判定部 340:総合判定部
341:複製領域判定の判定内容
101-103: Computer 110: Processor 120: Memory 130: Storage device control mechanism 140: Storage device
1401 to 1403: Storage device 150: Communication unit 160: Policy holding unit 170: Configuration information holding unit 171: Dedicated area management table 172: Replication destination management table 174: Error information table 177: Contents of policy holding unit 180: Internal bus 200 : Management server 210: Processor 220: Memory 230: Storage device control mechanism 240: Storage device 250: Communication unit 270: Configuration information holding unit 271: Dedicated area management table 272: Used replication area management table 273: Unused replication area management Table 274: Error information table 275: Position information table 300: Processing request control unit 310: Error information determination unit 320: Distance information determination unit 330: Performance determination unit 340: Comprehensive determination unit 341: Content of determination of replication area determination

Claims (5)

複数の計算機によって使用される複数の記憶装置のある領域に記憶されるデータを、他の記憶装置のある領域に複製として記憶する分散データ複製システムであって、
該計算機によって使用される該記憶装置は、専用領域および複製領域を備え、該専用領域に格納されるデータを該他の記憶装置の複製領域に複製するように構成し、
該計算機は、他の記憶装置における複製領域の総数を規定する冗長度を保持するポリシィ保持部と、該専用領域の所在と該専用領域に対応する複製領域の所在と未使用の複製領域の所在を規定する構成情報保持部を有し、
データの複製を管理する管理サーバは、それぞれの該計算機又は該記憶装置からの複製領域の決定要求に応じて、他の記憶装置における複製領域を決定する処理要求制御部を有することを特徴とする分散データ複製システム。
A distributed data replication system for storing data stored in a region of a plurality of storage devices used by a plurality of computers as a replica in a region of another storage device,
The storage device used by the computer includes a dedicated area and a replication area, and is configured to replicate data stored in the dedicated area to a replication area of the other storage device;
The computer includes a policy holding unit for holding redundancy that defines the total number of replication areas in other storage devices, the location of the dedicated area, the location of the replication area corresponding to the dedicated area, and the location of unused replication areas. A configuration information holding unit that defines
The management server that manages data replication has a processing request control unit that determines a replication area in another storage device in response to a replication area determination request from each of the computers or the storage devices. Distributed data replication system.
請求項1記載のシステムにおいて、前記ポリシィ保持部は、冗長度に加え、専用領域に適した複製領域を決定するための選択基準として当該複製領域のエラー発生回数を規定し、
前記管理サーバは、更に、各記憶装置のエラー発生回数を保持する構成情報保持部と、該専用領域に対応する複製領域を決定するために未使用複製領域をエラー発生回数の観点で評価するエラー情報判定部を具備し、該処理要求制御部はエラー発生回数に関して該専用領域に適した複製領域を決定することを特徴とする分散データ複製システム。
The system according to claim 1, wherein the policy holding unit defines the number of error occurrences in the replication area as a selection criterion for determining a replication area suitable for the dedicated area in addition to the redundancy.
The management server further includes a configuration information holding unit that holds the number of error occurrences of each storage device, and an error that evaluates an unused replication area in terms of the number of error occurrences in order to determine a replication area corresponding to the dedicated area. A distributed data replication system comprising an information determination unit, wherein the processing request control unit determines a replication region suitable for the dedicated region with respect to the number of error occurrences.
請求項1記載のシステムにおいて、前記ポリシィ保持部は、冗長度に加え、専用領域に適した複製領域を決定するための選択基準として当該複製領域と当該専用領域の物理的距離を規定し、
前記管理サーバは、更に、当該システムにおける専用領域の所在と該専用領域に対応する複製領域の所在と未使用複製領域の所在を規定し、各計算機あるいは記憶装置の物理的位置を保持する構成情報保持部と、該専用領域に対応する複製領域を決定するために未使用複製領域を物理的距離に関して評価する距離情報判定部を具備し、該処理要求制御部は物理的距離に関して該専用領域に適した複製領域を決定することを特徴とする分散データ複製システム。
The system according to claim 1, wherein the policy holding unit defines a physical distance between the replication area and the dedicated area as a selection criterion for determining a replication area suitable for the dedicated area in addition to the redundancy.
The management server further defines the location of the dedicated area, the location of the replication area corresponding to the dedicated area, and the location of the unused replication area in the system, and holds the physical location of each computer or storage device A holding unit, and a distance information determination unit that evaluates an unused replication area with respect to a physical distance to determine a replication area corresponding to the dedicated area, and the processing request control unit has a physical distance in the dedicated area. A distributed data replication system characterized by determining a suitable replication area.
請求項1記載のシステムにおいて、前記ポリシィ保持部は、冗長度に加え、さらに専用領域に適した複製領域を決定するための選択基準として当該複製領域へのアクセス時間を規定し、
前記管理サーバは、専用領域に対応する複製領域を決定するために未使用複製領域をアクセス時間に関して評価する性能判定部を具備し、該処理要求制御部はアクセス時間に関して該専用領域に適した複製領域を決定することを特徴とする分散データ複製システム。
The system according to claim 1, wherein the policy holding unit defines an access time to the replication area as a selection criterion for determining a replication area suitable for the dedicated area in addition to the redundancy.
The management server includes a performance determination unit that evaluates an unused replication area with respect to access time in order to determine a replication area corresponding to the dedicated area, and the processing request control unit has a replication suitable for the dedicated area with respect to access time. A distributed data replication system characterized by determining an area.
請求項1記載のシステムにおいて、前記ポリシィ保持部は、冗長度に加え、さらに専用領域に適した複製領域を決定するための選択基準として該記憶装置のエラー回数、該複製領域と該専用領域の物理的距離、該複製領域へのアクセス時間のうちいくつかを規定し、エラー回数、物理的距離、アクセス時間の評価の重みのうちいくつかを規定し、
前記管理サーバは、各記憶装置のエラー発生回数、各計算機あるいは記憶装置の物理的位置のうちいくつかを保持する構成情報保持部と、該専用領域に対応する複製領域を決定するために未使用複製領域をエラー発生回数の観点で評価するエラー情報判定部と、該専用領域に対応する複製領域を決定するために未使用複製領域を物理的距離の観点で評価する距離情報判定部と、該専用領域に対応する複製領域を決定するために未使用複製領域をアクセス時間の観点で評価する性能判定部と、該エラー情報判定部、該距離情報判定部、該性能判定部のうちいくつかの判定結果を重みをつけて総合評価する総合判定部とを具備し、
該処理要求制御部は、該総合判定部による判定の結果、エラー発生回数、又は物理的距離、又はアクセス時間に関して該専用領域に適した複製領域を決定することを特徴とする分散データ複製システム。
The system according to claim 1, wherein the policy holding unit is configured to select the number of errors of the storage device, the duplication area, and the dedicated area as selection criteria for determining a duplication area suitable for the dedicated area in addition to the redundancy. Specify some of the physical distance and access time to the replication area, and specify some of the error count, physical distance, and access time evaluation weight,
The management server is not used to determine a replication area corresponding to the dedicated information area, and a configuration information holding unit that holds some of the number of error occurrences of each storage device, each computer or physical location of the storage device An error information determination unit that evaluates a replication area in terms of the number of error occurrences, a distance information determination unit that evaluates an unused replication area in terms of physical distance to determine a replication area corresponding to the dedicated area, A performance determination unit that evaluates an unused replication region in terms of access time to determine a replication region corresponding to a dedicated region, and some of the error information determination unit, the distance information determination unit, and the performance determination unit A comprehensive determination unit for comprehensively evaluating the determination results with weights;
The processing request control unit determines a replication region suitable for the dedicated region with respect to the number of error occurrences, physical distance, or access time as a result of determination by the comprehensive determination unit.
JP2005201248A 2005-07-11 2005-07-11 Data replication system Pending JP2007018407A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005201248A JP2007018407A (en) 2005-07-11 2005-07-11 Data replication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005201248A JP2007018407A (en) 2005-07-11 2005-07-11 Data replication system

Publications (1)

Publication Number Publication Date
JP2007018407A true JP2007018407A (en) 2007-01-25

Family

ID=37755505

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005201248A Pending JP2007018407A (en) 2005-07-11 2005-07-11 Data replication system

Country Status (1)

Country Link
JP (1) JP2007018407A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008226177A (en) * 2007-03-15 2008-09-25 Fujitsu Ltd Distributed processing program, system and method
WO2008114441A1 (en) * 2007-03-20 2008-09-25 Fujitsu Limited Storage managing program, storage managing method, and storage managing device
JP2008276281A (en) * 2007-04-25 2008-11-13 Nec Corp Data synchronization system, method, and program
JP2009015724A (en) * 2007-07-06 2009-01-22 Hitachi Ltd Storage system, method for reducing power consumption, and information processor
US20100274983A1 (en) * 2009-04-24 2010-10-28 Microsoft Corporation Intelligent tiers of backup data
US20100274762A1 (en) * 2009-04-24 2010-10-28 Microsoft Corporation Dynamic placement of replica data
US20100274765A1 (en) * 2009-04-24 2010-10-28 Microsoft Corporation Distributed backup and versioning
JP2011008711A (en) * 2009-06-29 2011-01-13 Brother Industries Ltd Node device, processing program and distributed storage method
JP2012073975A (en) * 2010-09-30 2012-04-12 Hitachi Ltd Computer system and data processing method therefor
US8935366B2 (en) 2009-04-24 2015-01-13 Microsoft Corporation Hybrid distributed and cloud backup architecture

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008226177A (en) * 2007-03-15 2008-09-25 Fujitsu Ltd Distributed processing program, system and method
JP5158074B2 (en) * 2007-03-20 2013-03-06 富士通株式会社 Storage management program, storage management method, storage management device, and storage system
WO2008114441A1 (en) * 2007-03-20 2008-09-25 Fujitsu Limited Storage managing program, storage managing method, and storage managing device
JPWO2008114441A1 (en) * 2007-03-20 2010-07-01 富士通株式会社 Storage management program, storage management method, and storage management device
US8429369B2 (en) 2007-03-20 2013-04-23 Fujitsu Limited Storage management program, storage management method, and storage management apparatus
JP2008276281A (en) * 2007-04-25 2008-11-13 Nec Corp Data synchronization system, method, and program
JP2009015724A (en) * 2007-07-06 2009-01-22 Hitachi Ltd Storage system, method for reducing power consumption, and information processor
US8560639B2 (en) * 2009-04-24 2013-10-15 Microsoft Corporation Dynamic placement of replica data
US20100274765A1 (en) * 2009-04-24 2010-10-28 Microsoft Corporation Distributed backup and versioning
US20100274762A1 (en) * 2009-04-24 2010-10-28 Microsoft Corporation Dynamic placement of replica data
US20100274983A1 (en) * 2009-04-24 2010-10-28 Microsoft Corporation Intelligent tiers of backup data
US8769055B2 (en) * 2009-04-24 2014-07-01 Microsoft Corporation Distributed backup and versioning
US8769049B2 (en) * 2009-04-24 2014-07-01 Microsoft Corporation Intelligent tiers of backup data
US8935366B2 (en) 2009-04-24 2015-01-13 Microsoft Corporation Hybrid distributed and cloud backup architecture
JP2011008711A (en) * 2009-06-29 2011-01-13 Brother Industries Ltd Node device, processing program and distributed storage method
JP2012073975A (en) * 2010-09-30 2012-04-12 Hitachi Ltd Computer system and data processing method therefor

Similar Documents

Publication Publication Date Title
JP2007018407A (en) Data replication system
US9524220B1 (en) Memory optimization for configuration elasticity in cloud environments
US7620698B2 (en) File distribution system in which partial files are arranged according to various allocation rules associated with a plurality of file types
US7788453B2 (en) Redirection of storage access requests based on determining whether write caching is enabled
JP4291077B2 (en) Distributed storage device file management method and distributed storage system
US8370672B2 (en) Reducing power consumption of distributed storage systems
US10831387B1 (en) Snapshot reservations in a distributed storage system
US8930313B2 (en) System and method for managing replication in an object storage system
US20140181035A1 (en) Data management method and information processing apparatus
CN106104502B (en) System, method and medium for storage system affairs
JP5228466B2 (en) Backup device, backup method and backup program
WO2014007249A1 (en) I/o node and control method of cache memory provided in plurality of calculation nodes
US8230191B2 (en) Recording medium storing allocation control program, allocation control apparatus, and allocation control method
US8010648B2 (en) Replica placement in a distributed storage system
CN111475483A (en) Database migration method and device and computing equipment
US20070260769A1 (en) Computer-implemented method, apparatus, and computer program product for managing DMA write page faults using a pool of substitute pages
JP2005056392A (en) Method and device for validity inspection of resource regarding geographical mirroring and for ranking
US8196179B2 (en) Storage controller for controlling access based on location of controller
JP2020154587A (en) Computer system and data management method
JP2001184248A (en) Data access management device in distributed processing system
US10860224B2 (en) Method and system for delivering message in storage system
US8751739B1 (en) Data device spares
CN112748865B (en) Method, electronic device and computer program product for storage management
US11966637B1 (en) Method and system for storing data in portable storage devices
US11507457B2 (en) Method, electronic device and computer program product for storage management