JP3292201B2 - Access control device - Google Patents
Access control deviceInfo
- Publication number
- JP3292201B2 JP3292201B2 JP12084691A JP12084691A JP3292201B2 JP 3292201 B2 JP3292201 B2 JP 3292201B2 JP 12084691 A JP12084691 A JP 12084691A JP 12084691 A JP12084691 A JP 12084691A JP 3292201 B2 JP3292201 B2 JP 3292201B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- block
- control unit
- physical
- physical block
- 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.)
- Expired - Fee Related
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、コンピュータシステム
のシステムクラッシュ時に発生するファイルのデータ喪
失を防止するためのアクセス制御装置に関し、特に、ジ
ャーナルデータを取得することなくデータ喪失を防止で
きるようにするアクセス制御装置に関するものである。The present invention relates to relates to access control apparatus for preventing data loss files that occurs when a system crash of the computer system, in particular, to be able to prevent data loss without acquiring journal data And an access control device .
【0002】コンピュータシステムでは、システム停止
を越えて継続する必要のあるデータについては、不揮発
性記憶装置の直接編成ファイルに保存していくことにな
る。この直接編成ファイル上の既存データを更新する場
合には、主記憶装置から物理ブロック単位にデータを読
み出し、その内容を変更した後に、物理ブロック単位に
書き込んでいく方法が採られている。ところが、データ
の書込中にシステムクラッシュが発生すると、その書き
込んでいる物理ブロックのデータが中途半端になること
がある。これから、それを復旧する手段を備えていく必
要があるのであるが、この手段は大きな負荷を強いるこ
となく実現していく必要がある。In a computer system, data that needs to be continued beyond system stoppage is stored in a direct organization file in a nonvolatile storage device. When updating the existing data in the direct organization file, a method of reading data from the main storage unit in physical block units, changing the contents thereof, and writing the data in physical block units is adopted. However, if a system crash occurs during data writing, the data of the physical block to which the data is being written may be incomplete. From now on, it is necessary to provide means for restoring it, but this means must be realized without imposing a large load.
【0003】[0003]
【従来の技術】例えば、システム記憶等の記憶装置で
は、CPUがチャネル装置を経由せずにデータ転送を制
御していくことになるので、システムクラッシュでCP
Uが停止すると、データが途中までしか転送されないこ
とになる。また、チャネル装置を経由するような外部記
憶装置等の記憶装置では、チャネル装置の介在によりこ
のような不都合は起こらないものの、ホットスタンバイ
システムでは、システムの切り換えの高速化を図るため
に、現用系のクラッシュ時にチャネル装置にI/Oリセ
ットを発行する構成を採っている。これから、このI/
Oリセットにより未転送データがゼロパディングされ
て、本来のデータとは異なるものが書き込まれてしまう
ことなる。2. Description of the Related Art For example, in a storage device such as a system storage device, a CPU controls data transfer without passing through a channel device.
When U stops, data will only be transferred halfway. In a storage device such as an external storage device that passes through a channel device, such inconvenience does not occur due to the interposition of the channel device. However, in a hot standby system, in order to speed up system switching, the current system is used. When a crash occurs, an I / O reset is issued to the channel device. From now on, this I /
The non-transferred data is zero-padded by the O reset, and data different from the original data is written.
【0004】従来のデータ処理装置では、このようなシ
ステムクラッシュ時に発生するデータの喪失に備えて、
システム停止を越えて継続する必要のあるデータについ
ては、別に用意するジャーナルファイルにジャーナルデ
ータとして書き込んでいく構成を採って、システムクラ
ッシュ発生後のリカバリ処理時に、このジャーナルファ
イルからシステムクラッシュ発生前のデータを読み出し
ていくことで対処していくという方法を採っていた。[0004] In the conventional data processing apparatus, in preparation for data loss occurring at the time of such a system crash,
For data that needs to be continued beyond the system stop, a configuration is adopted in which journal data is written to a separately prepared journal file. The method of taking measures by reading the data was adopted.
【0005】これから、データ処理の進行に同期させて
更新していくデータを不揮発性記憶装置の直接編成ファ
イルに展開していく場合にあっても、システムクラッシ
ュによりこの直接編成ファイルに異常な更新データが書
き込まれるときに備えて、直接編成ファイルのデータを
更新する前に、その更新データをジャーナルファイルに
書き込んでいくという構成を採って、システムクラッシ
ュ発生後のリカバリ処理時に、このジャーナルファイル
からシステムクラッシュ発生前のデータを読み出してい
くことで対処していくという方法を採っていたのであ
る。[0005] Even when data to be updated in synchronization with the progress of data processing is expanded to a direct organization file in a nonvolatile storage device, abnormal update data is stored in the direct organization file due to a system crash. Before the data in the organization file is updated, the updated data is written to the journal file in preparation for writing. The approach was to take measures by reading out the data before the occurrence.
【0006】[0006]
【発明が解決しようとする課題】このような従来方式
は、直接編成ファイルがユーザの処理データを格納して
いく利用者ファイルである場合には、長期に渡って保存
していく必要のあるデータであることから大きな問題と
ならないものの、直接編成ファイルがデータ処理の進行
に同期させて更新していくデータを格納するチェックポ
イントファイル等のような場合には、テンポラリなデー
タを保存していくことから、次のような弊害が出てしま
うという問題点があった。すなわち、 ジャーナルデータ取得のためのオーバヘッドが大き
い。According to such a conventional method, when the direct organization file is a user file for storing the processing data of the user, the data that needs to be stored for a long period of time. Although this does not cause a major problem, in the case of a checkpoint file that stores data that is updated directly in synchronization with the progress of data processing, save temporary data. Therefore, there is a problem that the following adverse effects occur. That is, the overhead for acquiring journal data is large.
【0007】ジャーナルデータを取得するためのジャ
ーナルファイルが必要であり、そのバックアップ等の運
用が大変である。 システムクラッシュが発生するときに、ジャーナルデ
ータを入力して直接編成ファイルを復旧するユーティリ
ティプログラムが必要である。[0007] A journal file for acquiring journal data is required, and backup and other operations are difficult. When a system crash occurs, a utility program is required to input journal data and directly recover the organization file.
【0008】本発明はかかる事情に鑑みてなされたもの
であって、ジャーナルデータを取得することなく、シス
テムクラッシュ時に発生するファイルのデータ喪失を防
止できるようにする新たなアクセス制御装置の提供を目
的とするものである。The present invention was made in view of such circumstances, without obtaining the journal data, provides a new access control system that allows preventing data loss files that occur when the system crashes It is intended for.
【0009】[0009]
【課題を解決するための手段】図1に本発明の原理構成
を図示する。図中、1は本発明を具備するデータ処理装
置、2は直接アクセス可能な不揮発性記憶装置に構築さ
れる直接編成ファイル、3は直接編成ファイル2へのア
クセス処理を実行するアクセス処理部、4はアクセス処
理部3にアクセス要求を発行する上位機能である。FIG. 1 shows the principle configuration of the present invention. In the figure, 1 is a data processing device equipped with the present invention, 2 is a direct organization file constructed in a directly accessible non-volatile storage device, 3 is an access processing unit that executes access processing to the direct organization file 2, 4 is This is a higher-level function that issues an access request to the access processing unit 3.
【0010】本発明の直接編成ファイル2は、連続又は
不連続な態様で展開される2つの物理ブロック5-1,2を
展開する。この2つの物理ブロック5-1,2は、アクセス
処理部3の機能に従って、上位機能4に対して1つの論
理ブロック6として扱われることになる。The direct organization file 2 of the present invention develops two physical blocks 5-1 and 2 that are developed in a continuous or discontinuous manner. These two physical blocks 5-1 and 2 are treated as one logical block 6 for the upper function 4 according to the function of the access processing unit 3.
【0011】本発明のアクセス処理部3は、直接編成フ
ァイル2上に展開される2つの物理ブロック5-1,2を上
位機能4に対して1つの論理ブロック6として扱うべく
制御する2ブロック制御部8と、上位機能4から2ブロ
ック制御部8に対して論理ブロック6への書込要求があ
るときに、物理ブロック5-1,2を交互に選択して、この
選択した物理ブロック5-1,2にデータを書き込むととも
に、例えば、そのデータの先頭部分と最終部分とに世代
情報7を書き込む書込制御部9と、上位機能4から2ブ
ロック制御部8に対して論理ブロック6からの読出要求
があるときに、物理ブロック5-1,2の管理する世代情報
7に従って最新の有効データを記録する物理ブロック5
-1,2を特定して、この特定した物理ブロック5-1,2の記
録するデータを読み出す読出制御部10とを備える構成
を採る。The access processing unit 3 of the present invention controls the two physical blocks 5-1 and 2 developed on the direct organization file 2 so as to treat the higher-level function 4 as one logical block 6. When there is a write request to the logical block 6 from the unit 8 and the upper function 4 to the two-block control unit 8, the physical blocks 5-1 and 2 are alternately selected, and the selected physical block 5--2 is selected. For example, a write control unit 9 that writes data to the first and second parts and writes generation information 7 to the first and last parts of the data, When there is a read request, the physical block 5 that records the latest valid data according to the generation information 7 managed by the physical blocks 5-1 and 2
-1,2, and a read control unit 10 for reading data recorded in the specified physical blocks 5-1 and 2 are adopted.
【0012】[0012]
【作用】本発明では、2ブロック制御部8に対して、上
位機能4からデータ処理の進行に同期させて更新してい
くデータの書込要求があると、書込制御部9は、前回書
き込んだ物理ブロック5-1,2ではない方の物理ブロック
5-1,2を選択して、この選択した物理ブロック5-1,2に
データを書き込むとともに、そのデータの先頭部分と最
終部分とに世代情報7を書き込んでいく。このようにし
て、システムクラッシュが発生していない場合には、2
つある物理ブロック5-1,2の一方に、最新世代のデータ
が書き込まれていくとともに、もう一方に、1世代前の
データが書き込まれていくことになる。According to the present invention, when there is a write request of data to be updated in synchronization with the progress of data processing from the upper function 4 to the two-block control unit 8, the write control unit 9 executes the previous writing. The physical block 5-1 or 2 which is not the physical block 5-1 or 2 is selected, data is written to the selected physical block 5-1 or 2, and the data is added to the beginning and end of the data. The generation information 7 is written. In this way, if no system crash has occurred, 2
The data of the latest generation is written into one of the physical blocks 5-1 and 2 while the data of the previous generation is written into the other.
【0013】一方、2ブロック制御部8に対して、物理
ブロック5-1,2に書き込まれている最新世代のデータの
読出要求があると、読出制御部10は、先ず最初に、各
物理ブロック5-1,2の先頭部分と最終部分とに書き込ま
れている世代情報7が一致するか否かを検出して、どち
らかの物理ブロック5-1,2の世代情報7が一致しない場
合には、一致する方の物理ブロック5-1,2のデータを読
み出して上位機能4に通知し、両方の物理ブロック5-
1,2とも世代情報7が一致する場合には、最新の世代情
報7を持つ物理ブロック5-1,2のデータを読み出して上
位機能4に通知していく。On the other hand, when there is a request for reading the latest generation data written in the physical blocks 5-1 and 2 to the two-block control unit 8, the read control unit 10 It is detected whether or not the generation information 7 written in the head part and the end part of the 5-1 and 2 match, and when the generation information 7 of one of the physical blocks 5-1 and 2 does not match, Reads out the data of the matching physical block 5-1, 2 and notifies the upper-level function 4 of the data.
When the generation information 7 is the same as the generation information 7, the data of the physical blocks 5-1 and 2 having the latest generation information 7 is read and notified to the upper function 4.
【0014】このアクセス処理部3の処理に従って、最
新世代のデータを物理ブロック5-1,2に書き込んでいる
ときに、システムクラッシュが発生することで、その最
新世代のデータの後半部分がゼロ値を示すデータに化け
ることになっても、システムクラッシュ発生後のリカバ
リ処理時に、読出制御部10は、そのデータを無効デー
タとして判断して、もう一方の物理ブロック5-1,2の記
録する1世代前のデータを読み出して上位機能4に通知
していくことになる。これにより、上位機能4は、その
1世代前のデータを用いてデータ処理を再開していける
ようになるのである。According to the processing of the access processing unit 3, when the latest generation of data is being written to the physical blocks 5-1 and 2, a system crash occurs, and the latter half of the latest generation of data has a zero value. However, at the time of recovery processing after the occurrence of a system crash, the read control unit 10 determines that the data is invalid data, and records 1 in the other physical block 5-1 or 2. The data before the generation is read out and notified to the upper function 4. As a result, the upper-level function 4 can resume data processing using the data of the previous generation.
【0015】このように、本発明によれば、ジャーナル
データを取得することなく、システムクラッシュ時に発
生する直接編成ファイル2などのファイルのデータ喪失
を防止できるようになるのである。[0015] Thus, according to the present invention, without obtaining the journal data is to become a data loss of files, such as direct file 2 can be prevented which occurs if the system crashes.
【0016】[0016]
【実施例】以下、実施例に従って本発明を詳細に説明す
る。図2に、本発明の一実施例を図示する。図中、図1
で説明したものと同じものについては同一の記号で示し
てあり、11は利用者プログラム、12はチェックポイ
ント取得処理部、13は不揮発性記憶装置である。DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below in detail with reference to embodiments. FIG. 2 illustrates an embodiment of the present invention. In the figure, FIG.
The same components as those described in (1) are indicated by the same symbols, 11 is a user program, 12 is a checkpoint acquisition processing unit, and 13 is a nonvolatile storage device.
【0017】この実施例は、トランザクション処理にお
けるチェックポイント取得処理での本発明の実施を開示
しているものであって、利用者プログラム11が、最初
にトランザクション開始指示を発行し、続いてデータベ
ース処理を実行し、最後にトランザクション終結指示を
発行していくときに、チェックポイント取得処理部12
は、アクセス処理部3を介して、その処理進行に同期さ
せて、論理ブロック6に「アクティブ状態」、「インダ
ウト状態」、「コミット状態」、「無効化状態」という
各状態データを順次登録していくことで、システムクラ
ッシュ後のリカバリ処理時に、どの処理から再開してい
けばよいのかを知ることができるようにするのである。This embodiment discloses an embodiment of the present invention in a checkpoint acquisition process in a transaction process. The user program 11 first issues a transaction start instruction, and then issues a database process. Is executed, and when a transaction end instruction is issued last, the checkpoint acquisition processing unit 12
Synchronously registers the state data of “active state”, “in-doubt state”, “commit state”, and “invalid state” in the logical block 6 via the access processing unit 3 in synchronization with the processing progress. By doing so, during recovery processing after a system crash, it is possible to know which processing should be restarted.
【0018】図3に、アクセス処理部3が、このチェッ
クポイント取得処理部12の更新要求を受けて実行する
ことになる処理手順の一例を図示する。ここで、図中、
2つある物理ブロック5-1,2の一方を“P1”、もう一
方を“P2”で表してある。図1で説明したように、ア
クセス処理部3は、上位機能4であるチェックポイント
取得処理部12からデータ処理の進行に同期させて、論
理ブロック6に登録されている上述の状態データの更新
要求があると、前回書き込んだ物理ブロック5-1,2でな
い方の物理ブロック5-1,2を選択して、この選択した物
理ブロック5-1,2に対応の状態データを書き込むととも
に、その状態データの先頭部分と最終部分とに通番から
なる世代情報7を書き込んでいく。このようにして、シ
ステムクラッシュが発生していない場合には、2つある
物理ブロック5-1,2の一方に、最新世代の状態データが
書き込まれていくとともに、もう一方に、1世代前の状
態データが書き込まれていくことになる。FIG. 3 shows an example of a processing procedure that the access processing unit 3 executes upon receiving the update request of the checkpoint acquisition processing unit 12. Where
One of the two physical blocks 5-1 and 2 is represented by "P1", and the other is represented by "P2". As described with reference to FIG. 1, the access processing unit 3 synchronizes with the progress of the data processing from the checkpoint acquisition processing unit 12, which is the higher-level function 4, and updates the state data registered in the logical block 6. If there is, the physical block 5-1 or 2 which is not the physical block 5-1 or 2 written previously is selected, the corresponding state data is written to the selected physical block 5-1 or 2, and the state is written. Generation information 7 consisting of a serial number is written at the beginning and end of the data. In this way, when a system crash has not occurred, the state data of the latest generation is written into one of the two physical blocks 5-1 and 2 and the other is one generation earlier. State data will be written.
【0019】このようにして、この図3に示すように、
物理ブロックP1に、最新世代(“N”という世代情報
7)の状態データを書き込み、物理ブロックP2に、1
世代前(“N−1”という世代情報7)の状態データを
書き込んであるときに、チェックポイント取得処理部1
2から次の状態データへの更新要求があると、アクセス
処理部3は、物理ブロックP2に、その状態データを書
き込んでいくとともに、その状態データの先頭部分と最
終部分とに“N+1”という世代情報7を書き込んでい
く。この書込処理時に、システムクラッシュが発生しな
ければ、図中の左側の流れに示すように、物理ブロック
P1には、1世代前(“N”という世代情報7)の状態
データが書き込まれるとともに、物理ブロックP2に
は、最新世代(“N+1”という世代情報7)の状態デ
ータが書き込まれることになる。一方、この書込処理時
に、システムクラッシュが発生すれば、図中の右側の流
れに示すように、物理ブロックP1には、1世代前
(“N”という世代情報7)の状態データが書き込まれ
るとともに、物理ブロックP2には、後半部分がゼロ値
を示す異常な状態データが書き込まれることになる。Thus, as shown in FIG.
The state data of the latest generation (generation information 7 “N”) is written to the physical block P1, and 1 is written to the physical block P2.
When the state data of the previous generation (generation information 7 of “N−1”) is being written, the checkpoint acquisition processing unit 1
When there is an update request from the second state data to the next state data, the access processing unit 3 writes the state data in the physical block P2, and generates the generation “N + 1” at the beginning and end of the state data. Information 7 is written. If a system crash does not occur during the writing process, as shown in the flow on the left side of the drawing, the state data of the previous generation (generation information 7 of “N”) is written into the physical block P1 and The state data of the latest generation (generation information 7 of “N + 1”) is written to the physical block P2. On the other hand, if a system crash occurs during this writing process, as shown in the flow on the right side of the drawing, the state data of the previous generation (generation information 7 of “N”) is written to the physical block P1. At the same time, abnormal state data in which the latter half indicates a zero value is written to the physical block P2.
【0020】一方、図1で説明したように、アクセス処
理部3は、システムクラッシュ後のリカバリ処理時に、
上位機能4である利用者プログラム11から論理ブロッ
ク6に書き込まれている最新の状態データの読出要求が
あると、先ず最初に、各物理ブロック5-1,2の先頭部分
と最終部分とに書き込まれている世代情報7が一致する
か否かを検出して、どちらかの物理ブロック5-1,2の世
代情報7が一致しない場合には、一致する方の物理ブロ
ック5-1,2のデータを読み出して利用者プログラム11
に通知し、両方の物理ブロック5-1,2とも世代情報7が
一致する場合には、最新の世代情報7を持つ物理ブロッ
ク5-1,2のデータを読み出して利用者プログラム11に
通知していく。On the other hand, as described with reference to FIG. 1, the access processing unit 3 performs recovery processing after a system crash.
When there is a request to read the latest state data written in the logical block 6 from the user program 11 which is the higher-level function 4, first, the data is written into the head part and the last part of each of the physical blocks 5-1 and 2. It is detected whether or not the generation information 7 of the physical blocks 5-1 and 7 match, and if the generation information 7 of one of the physical blocks 5-1 and 2 does not match, Read data and user program 11
If the generation information 7 is the same for both physical blocks 5-1 and 2, the data of the physical blocks 5-1 and 2 having the latest generation information 7 is read and notified to the user program 11. To go.
【0021】このようにして、この図3に示すように、
アクセス処理部3は、図中の左側の流れを通ってきたと
きには、物理ブロックP2に書き込まれる最新世代
(“N+1”という世代情報7)の状態データを読み出
して利用者プログラム11に通知し、一方、図中の右側
の流れを通ってきたときには、物理ブロックP1に書き
込まれる1世代前(“N”という世代情報7)の状態デ
ータを読み出して利用者プログラム11に通知してい
く。In this way, as shown in FIG.
When passing through the flow on the left side in the figure, the access processing unit 3 reads out the state data of the latest generation (generation information 7 of “N + 1”) written in the physical block P2 and notifies the user program 11 of the state data. When the data passes through the flow on the right side in the figure, the state data one generation before (generation information 7 "N") written to the physical block P1 is read out and notified to the user program 11.
【0022】このアクセス処理部3の処理に従って、チ
ェックポイント更新中にシステムクラッシュが発生して
も、1世代前のチェックポイントが有効となって、その
チェックポイントからトランザクション処理を再開する
ことができるようになるのである。According to the processing of the access processing unit 3, even if a system crash occurs during the update of the checkpoint, the checkpoint one generation before is valid, and the transaction processing can be resumed from the checkpoint. It becomes.
【0023】[0023]
【発明の効果】以上説明したように、本発明によれば、
ジャーナルデータを取得することなく、システムクラッ
シュ時に発生する直接編成ファイルなどのファイルのデ
ータ喪失を防止できるようになるのである。As described above, according to the present invention,
Without obtaining the journal data is to become the de <br/> over data loss files such organized directly files can be prevented which occurs if the system crashes.
【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.
【図2】本発明の一実施例である。FIG. 2 is an embodiment of the present invention.
【図3】アクセス処理部の実行する処理手順の説明図で
ある。FIG. 3 is an explanatory diagram of a processing procedure executed by an access processing unit.
1 データ処理装置 2 直接編成ファイル 3 アクセス処理部 4 上位機能 5 物理ブロック 6 論理ブロック 7 世代情報 8 2ブロック制御部 9 書込制御部 10 読出制御部 DESCRIPTION OF SYMBOLS 1 Data processing apparatus 2 Directly organized file 3 Access processing part 4 Upper function 5 Physical block 6 Logical block 7 Generation information 8 2 Block control part 9 Write control part 10 Read control part
───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平2−35538(JP,A) 特開 平3−27428(JP,A) 特開 平2−186453(JP,A) 特開 昭62−256054(JP,A) 特開 昭63−228348(JP,A) 特開 昭62−239248(JP,A) 特開 平2−143343(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 12/00 531 ──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-2-35538 (JP, A) JP-A-3-27428 (JP, A) JP-A-2-186453 (JP, A) JP-A-62-162 256054 (JP, A) JP-A-63-228348 (JP, A) JP-A-62-239248 (JP, A) JP-A-2-143343 (JP, A) (58) Fields investigated (Int. 7 , DB name) G06F 12/00 531
Claims (2)
様で展開される2つの物理ブロックを、上位機能に対し
て1つの論理ブロックとして扱うべく制御する2ブロッ
ク制御部と、 上位機能から上記2ブロック制御部に対して上記論理ブ
ロックへの書込要求があるときに、上記物理ブロックを
交互に選択して、この選択した当該物理ブロックにデー
タを書き込むとともに、当該物理ブロック内に該データ
に対応付けて世代情報を書き込む書込制御部と、 上位機能から上記2ブロック制御部に対して上記論理ブ
ロックからの読出要求があるときに、上記世代情報に従
って、有効かつ最新のデータを記録する上記物理ブロッ
クを特定して、この特定した当該物理ブロックの記録す
るデータを読み出す読出制御部とを備えることを、 特徴とするアクセス制御装置。The method according to claim 1 Two physical blocks that are deployed in a continuous or discontinuous manner on a Tsunofu Airu, and 2 block control unit for controlling so treated as one logical block to the upper function, from the upper function When there is a write request to the logical block to the two-block control unit, the physical block is alternately selected, data is written to the selected physical block, and the data is stored in the physical block. A write control unit that writes generation information in association with the above, and when a higher-level function requests the two-block control unit to read from the logical block, records valid and latest data according to the generation information. A read control unit that specifies the physical block and reads data recorded by the specified physical block. Access control device.
様で展開される2つの物理ブロックを、上位機能に対し
て1つの論理ブロックとして扱うべく制御する2ブロッ
ク制御部と、 上位機能から上記2ブロック制御部に対して上記論理ブ
ロックへの書込要求があるときに、上記物理ブロックを
交互に選択して、この選択した当該物理ブロックにデー
タを書き込むとともに、該データの先頭部分と最終部分
とに世代情報を書き込む書込制御部と、 上位機能から上記2ブロック制御部に対して上記論理ブ
ロックからの読出要求があるときに、上記先頭部分の世
代情報と上記最終部分の世代情報とが一致するときに上
記物理ブロックが有効データを記録しているものと判断
しつつ、上記世代情報に従って、有効かつ最新のデータ
を記録する上記物理ブロックを特定して、この特定した
当該物理ブロックの記録するデータを読み出す読出制御
部とを備えることを、 特徴とするアクセス制御装置。2. A continuous or discontinuous state on one file
Two physical blocks deployed in the same way
Block that is controlled to be treated as one logical block
Block control unit and the logical block from the higher-level function to the two-block control unit.
When there is a write request to the lock, the above physical block is
Alternately select the data in this selected physical block.
Data at the beginning and end of the data
A write control unit for writing generation information to the two-block control unit from a higher-level function.
When there is a read request from the lock, the
When the generation information matches the last generation information,
Determined that the physical block records valid data
While valid and up-to-date data
Identify the physical block that records the
Read control for reading data recorded in the physical block
Further comprising a section, the access control device according to claim.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP12084691A JP3292201B2 (en) | 1991-05-27 | 1991-05-27 | Access control device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP12084691A JP3292201B2 (en) | 1991-05-27 | 1991-05-27 | Access control device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0581108A JPH0581108A (en) | 1993-04-02 |
JP3292201B2 true JP3292201B2 (en) | 2002-06-17 |
Family
ID=14796405
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP12084691A Expired - Fee Related JP3292201B2 (en) | 1991-05-27 | 1991-05-27 | Access control device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3292201B2 (en) |
-
1991
- 1991-05-27 JP JP12084691A patent/JP3292201B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH0581108A (en) | 1993-04-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Chan et al. | The implementation of an integrated concurrency control and recovery scheme | |
KR100271342B1 (en) | A system for taking backup in a database | |
US5724581A (en) | Data base management system for recovering from an abnormal condition | |
US5287496A (en) | Dynamic, finite versioning for concurrent transaction and query processing | |
EP0336549B1 (en) | Database recovery in a computer system after a system crash | |
US6557089B1 (en) | Backup by ID-suppressed instant virtual copy then physical backup copy with ID reintroduced | |
US5065311A (en) | Distributed data base system of composite subsystem type, and method fault recovery for the system | |
EP0943997A2 (en) | System and method for providing hot spare redundancy and recovery for a very large database management system | |
US20040181560A1 (en) | Method and apparatus for interrupting updates to a database to provide read-only access | |
JP2003223287A (en) | Storage device, backup method of the same, and program therefor | |
JPH0359734A (en) | Method of data set recovery | |
JPH0823841B2 (en) | Data processing system and method | |
US5748985A (en) | Cache control method and cache controller | |
EP0295424A2 (en) | Method for managing subpage concurrency control and partial transaction rollback in a transaction-oriented system of the write-ahead logging type | |
JPH11120057A (en) | File backup method | |
JPH05120110A (en) | Automatic backup system for file | |
JP2003223350A (en) | Data base system | |
JP3292201B2 (en) | Access control device | |
JP2970589B2 (en) | High-speed system boot method using large-scale memory | |
JPH0816881B2 (en) | Database update method | |
JPS63132351A (en) | Memory data base processor | |
JPH07319637A (en) | Controller and control method for disk device | |
JPS63187347A (en) | Data base file recovering system | |
JPH0594356A (en) | On-memory table data fault restoration system | |
JP2001188690A (en) | Computer system and checkpoint information preserving method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20000307 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080329 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090329 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100329 Year of fee payment: 8 |
|
LAPS | Cancellation because of no payment of annual fees |