JPH0314143A - Detecting system for abnormality of file - Google Patents

Detecting system for abnormality of file

Info

Publication number
JPH0314143A
JPH0314143A JP1151582A JP15158289A JPH0314143A JP H0314143 A JPH0314143 A JP H0314143A JP 1151582 A JP1151582 A JP 1151582A JP 15158289 A JP15158289 A JP 15158289A JP H0314143 A JPH0314143 A JP H0314143A
Authority
JP
Japan
Prior art keywords
block
abnormality
file
buffer
exists
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
JP1151582A
Other languages
Japanese (ja)
Inventor
Masaru Saijo
西條 賢
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.)
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Solution Innovators Ltd
Original Assignee
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Software Hokkaido 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 HOKKAIDO NIPPON DENKI SOFTWARE KK, NEC Software Hokkaido Ltd filed Critical HOKKAIDO NIPPON DENKI SOFTWARE KK
Priority to JP1151582A priority Critical patent/JPH0314143A/en
Publication of JPH0314143A publication Critical patent/JPH0314143A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To prevent a data file from becoming abnormal by inspecting a record format and a pointer in a block, and executing read-in from a data file to a sub-buffer secured by a system in the case the other block does not exist on a buffer when the inspected block is referring to the other block. CONSTITUTION:This system is constituted of a block extracting means 20, an abnormality detecting means 30 in a block, a retrieving means 40 of a reference block and a reading-in means 50, etc. In this state, a block number in which a block write-out request exists is extracted, and when an extracted block exists, an inspection in the block is executed, and whether abnormality exists in the block or not is checked, and unless abnormality exists, an inspection of the reference block is executed, and whether abnormality exists in the reference block or not is checked. When abnormality is detected in the block, an editing output request of program information in a memory is executed, and it is outputted. In such a way, in a data base system, the generation of abnormality of a file is prevented.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、情報処理システムにおけるデータベースのフ
ァイル異常検出方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a database file abnormality detection method in an information processing system.

〔従来の技術〕[Conventional technology]

従来、データベースシステムにおいてファイル異常が発
生した場合、そのファイル異常の検出方法はデータベー
スファイルを使用するアプリケーションプログラムが起
動され、ファイル異常箇所をアクセスし、その時点のメ
モリ内のプログラム情報を編集出力し、手作業で調査分
析することにより検出している。
Conventionally, when a file error occurs in a database system, the method for detecting the file error is to start an application program that uses the database file, access the file error location, edit and output the program information in memory at that time, Detection is done through manual investigation and analysis.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

ファイルの異常箇所をアクセスしたプログラムが動作し
た時点でのメモリ内プログラム情報を編集出力し、手作
業でファイル異常を検出する従来の方法では、 (1)ファイル異常発生時点と、ファイル異常検出時点
に時間的な差が生じる可能性がある。
The conventional method of manually detecting file abnormalities by editing and outputting the program information in memory at the time when the program that accessed the abnormal part of the file ran, (1) There may be a time difference.

(2)ファイル異常の発生したプログラムと、ファイル
異常を検出したプロクラムが異なる可能性がある。
(2) The program in which the file abnormality occurred may be different from the program in which the file abnormality was detected.

したがって、ファイル異常の原因を調査する資料を確実
に採取できないという問題がある。
Therefore, there is a problem in that it is not possible to reliably collect data for investigating the cause of file abnormality.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のファイル異常検出方式は、バッ゛シア上のブロ
ックイメージをディスク上に書き出す時にブロック番号
を抽出する抽出手段と、ブロック内のレコード形式やポ
インタに異常がないか検査する異常検出手段と、検査し
たブロックが他のブロックを参照しているときに前記他
のブロックがバッファ内にあるか否かを調べる検索手段
と、前記他のブロックがバッファ上にない場合にシステ
ムが確保するサブバッファにデータファイルから読込む
読込ゐ手1段とを有する。
The file abnormality detection method of the present invention includes an extraction means for extracting a block number when writing a block image on a busier onto a disk, and an abnormality detection means for checking whether there is any abnormality in the record format or pointer in the block. A search means for checking whether or not the other block is in the buffer when the inspected block references another block, and a sub-buffer secured by the system when the other block is not in the buffer. and one reading means for reading from a data file.

〔実施例〕〔Example〕

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は本発明の一実施例を示すブロック図である。同
図においてファイル異常検出方式は、バッファの書き出
し要求を行うプログラム10、書き出し要求のあったブ
ロックを抽出しそのすべてのブロックに対する検査を制
御する抽出手段20、ブロック内に異常がないか検査す
る異常検出手段30、ブロック内のレコードが他のブロ
ックのレコードをポイントしている時その参照ブロック
がバッファ内にあるか否かを判断する検索手段40、参
照ブロックがバッファ内にない場合に参照ブロックをシ
ステムが確保するサブバッファに読込む読込み手段50
、書き出しブロックに異常がない場合の書込み手段60
、プログラム10が入出力に使用するバッファ70.読
込み手段50により参照ブロックが読込まれるサブバッ
ファ80、異常検出手段30が参照するデータ定義90
、データファイル100、ファイル異常がある場合のメ
モリ内プログラム情報編集出力手段110、出力装置1
20から構成されている。
FIG. 1 is a block diagram showing one embodiment of the present invention. In the figure, the file abnormality detection method includes a program 10 that makes a buffer write request, an extraction means 20 that extracts a block for which a write request has been made and controls checking for all blocks, and an abnormality that checks whether there is an abnormality in the block. Detecting means 30, searching means 40 for determining whether or not the reference block is in the buffer when a record in the block points to a record in another block; Reading means 50 for reading into a subbuffer secured by the system
, writing means 60 when there is no abnormality in the writing block
, a buffer 70 used by the program 10 for input/output. A sub-buffer 80 into which a reference block is read by the reading means 50, and a data definition 90 referred to by the abnormality detection means 30.
, data file 100, in-memory program information editing/output means 110 in case of file abnormality, output device 1
It consists of 20.

第2図は上記のファイル異常検出方式の処理を示す流れ
図である。同図においてファイル異常検出方式はブロッ
ク書き出し要求のあるブロック番号を抽出しくステップ
210)、抽出したブロックがあればブロック内の検査
を行い(ステップ220.230)、ブロック内に異常
があるか否かを調べ(ステップ240)、’異常がなけ
れば参照ブロックの検査を行い(ステップ250)、参
照ブロック内に異常があるか否かを調べ(ステップ26
0)、異常がなければ次の抽出ブロックの検査を行う。
FIG. 2 is a flowchart showing the processing of the above file abnormality detection method. In the same figure, the file abnormality detection method extracts the block number with a block write request (step 210), and if there is an extracted block, it inspects the block (steps 220 and 230) to determine whether there is an abnormality in the block. (step 240), and if there is no abnormality, the reference block is inspected (step 250), and it is checked whether there is an abnormality in the reference block (step 26).
0), if there is no abnormality, inspect the next extraction block.

全ての抽出ブロックの検索が終了すると(ステップ22
0でNO)、バッファ内のブロックをディスク上に書込
んで(ステップ290)、検査を終了する。
When the search for all extraction blocks is completed (step 22
0 (NO), writes the block in the buffer onto disk (step 290) and ends the test.

上記ステップ240または260において、ブロック内
に異常が検出された時は(ステップ240またはステッ
プ260でNo)、メモリ内プログラム情報の編集出力
要求を行い(ステップ270)、出力しくステップ28
0)、検査処理を終了する。
In step 240 or 260, if an abnormality is detected in the block (No in step 240 or step 260), a request is made to edit and output the program information in memory (step 270), and the output is requested in step 28.
0), the inspection process ends.

第3図は異常検出手段30の流れ図である。まずデータ
定義の読み込みを行い(ステップ310)、ポインタお
よびレコード形式に異常がなければ(ステップ320お
よび330でYES)、検索手段40に制御を移す(ス
テップ340)。
FIG. 3 is a flowchart of the abnormality detection means 30. First, the data definition is read (step 310), and if there is no abnormality in the pointer and record format (YES in steps 320 and 330), control is transferred to the search means 40 (step 340).

上記ステップ320または330で異常があるときは(
ステップ320または330でNo)、編集5 出力手段110に制御を移す(ステップ350)。
If there is an abnormality in step 320 or 330 above (
If No in step 320 or 330), control is transferred to edit 5 output means 110 (step 350).

第4図は検索手段40と読込み手段50の処理を示す流
れ図である。検査するブロック内のレコードが他のブロ
ックのレコードをポイントしている時は(ステップ41
0でYES)、参照するブロックがバッファ上になけれ
ば(ステップ420でYE S’)、データファイル1
00からサブバッファ80ヘブロツクの読込みを行う(
ステップ430)。そしてデータ定義を読込み(ステッ
プ440)、参照しているレコードが不正であれば(ス
テップ450でNo)、編集出力手段110に制御を移
しくステップ460)、参照しているレコードが正しい
(ステップ450でYES)か、他のブロックを参照し
ていない時は(ステップ410でNo)、抽出手段20
に制御を移す(ステップ470)。
FIG. 4 is a flowchart showing the processing of the search means 40 and the reading means 50. When a record in the block to be inspected points to a record in another block (step 41
If the block to be referenced is not on the buffer (YES at step 420), data file 1 is
Read sub-buffer 80 block from 00 (
step 430). Then, the data definition is read (step 440), and if the referenced record is invalid (step 450: No), control is transferred to the editing output means 110 (step 460), and the referenced record is correct (step 450). (YES in step 410) or when no other block is referenced (No in step 410), the extraction means 20
Control is transferred to (step 470).

〔発明の効果〕〔Effect of the invention〕

本発明によればファイル異常の発生したブロックをバッ
ファからディスクに書き出す時に検出することができる
ので、データファイルが異常にな− るのを防ぐことができ、ファイルの復旧を行わないで済
ませることができる。また、ファイル異常発生プログラ
ムと検出プログラムが同一であるので、異常となった原
因の調査資料を容易に採取できる。
According to the present invention, it is possible to detect a block in which a file error has occurred when writing from the buffer to the disk, so it is possible to prevent the data file from becoming abnormal, and it is possible to avoid file recovery. can. Furthermore, since the file abnormality generation program and the detection program are the same, it is easy to collect investigation materials for the cause of the abnormality.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例を示すブロック図、第2図は
処理を示す流れ図、第3図は異常検出手段30の流れ図
、第4図は検索手段40と読込み手段50の流れ図であ
る。 1・・・・・・抽出手段、30・・・・・・異常検出手
段、40・・・・・・検索手段、50・・・・・・読込
み手段、60・・・・・・書込み手段、70・・・・・
・バッファ、80・・・・・・サブバッファ、100・
・・・・・データファイル、110・・・・・編集出力
手段。
FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is a flowchart showing processing, FIG. 3 is a flowchart of the abnormality detection means 30, and FIG. 4 is a flowchart of the search means 40 and reading means 50. . 1...extraction means, 30...abnormality detection means, 40...search means, 50...reading means, 60...writing means , 70...
・Buffer, 80...Sub buffer, 100・
...Data file, 110...Editing output means.

Claims (1)

【特許請求の範囲】[Claims] バッファ上のブロックイメージをディスク上に書き出す
時にブロック番号を抽出する抽出手段と、ブロック内の
レコード形式やポインタに異常がないか検査する異常検
出手段と、検査したブロックが他のブロックを参照して
いるときに前記他のブロックがバッファ内にあるか否か
を調べる検索手段と、前記他のブロックがバッファ上に
ない場合にシステムが確保するサブバッファにデータフ
ァイルから読込む読込み手段とを有することを特徴とす
るファイル異常検出方式。
An extraction means extracts the block number when writing a block image on the buffer onto the disk, an abnormality detection means checks whether there are any abnormalities in the record format or pointer within the block, and an abnormality detection means checks whether the inspected block references other blocks. and a reading means for reading from a data file into a sub-buffer secured by the system when the other block is not in the buffer. A file anomaly detection method featuring:
JP1151582A 1989-06-13 1989-06-13 Detecting system for abnormality of file Pending JPH0314143A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1151582A JPH0314143A (en) 1989-06-13 1989-06-13 Detecting system for abnormality of file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1151582A JPH0314143A (en) 1989-06-13 1989-06-13 Detecting system for abnormality of file

Publications (1)

Publication Number Publication Date
JPH0314143A true JPH0314143A (en) 1991-01-22

Family

ID=15521666

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1151582A Pending JPH0314143A (en) 1989-06-13 1989-06-13 Detecting system for abnormality of file

Country Status (1)

Country Link
JP (1) JPH0314143A (en)

Similar Documents

Publication Publication Date Title
JPH08297598A (en) Computer system analytic device
US20020055824A1 (en) Measurement data controlling device
JPH0314143A (en) Detecting system for abnormality of file
JP2023168185A (en) Support device and support method
JP2023167382A (en) Programmable logic controller, support device, display device, logging method, support method, and display method
JP3419392B2 (en) Memory access monitoring device, memory access monitoring method, and recording medium recording memory access monitoring program
JPH036630A (en) Check system for interactive processing program
US9372783B2 (en) Recording the core data of a computer process which provides trace data
JP2795332B2 (en) Loop processing error detection device
JPS60122426A (en) Write data check system
JP2023168186A (en) Display device and display method
CN118820111A (en) Interface quality inspection method, device, storage medium, electronic equipment and program product
JP2500385B2 (en) Input data management method
JPH05108398A (en) Fault information log system for information processor
CN118575175A (en) Detection device, detection method, and detection program
JP2560545B2 (en) Interface inspection processor
JP2000315715A (en) Method and system for inspecting execution order optimizing process of electronic apparatus
JP2508193B2 (en) Registered text conversion device
CN118193376A (en) Test method, system, electronic equipment, storage medium and test terminal
JP3212214B2 (en) State transition test equipment
JPS63118846A (en) Trace collection system for tracking process
JPH02312067A (en) Disk surface inspecting method for disk device
JPH0452835A (en) Program test evaluation system
JPH043233A (en) Fault diagnostic result display system for information processing system
JPS603762A (en) Program analyzer