JPH064366A - Error information collecting device - Google Patents
Error information collecting deviceInfo
- Publication number
- JPH064366A JPH064366A JP4188698A JP18869892A JPH064366A JP H064366 A JPH064366 A JP H064366A JP 4188698 A JP4188698 A JP 4188698A JP 18869892 A JP18869892 A JP 18869892A JP H064366 A JPH064366 A JP H064366A
- Authority
- JP
- Japan
- Prior art keywords
- error
- disk device
- program
- main memory
- error information
- 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
Links
Landscapes
- Stored Programmes (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、エラー情報収集装置に
係り、とくにデータ処理装置の立ち上げ時に好適なエラ
ー情報収集装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an error information collecting device, and more particularly to an error information collecting device suitable for starting up a data processing device.
【0002】[0002]
【従来の技術】従来のデータ処理装置の立ち上げ時にお
けるエラー情報収集は、オペレーティングシステムの一
機能として提供されていた。2. Description of the Related Art The conventional collection of error information when starting up a data processing apparatus has been provided as a function of an operating system.
【0003】オペレーティングシステムはプログラムを
ロード中にエラーが生じるとリトライを行い、エラーが
解消されるとロードを続行する。The operating system retries if an error occurs while loading the program, and continues loading when the error is resolved.
【0004】[0004]
【発明が解決しようとする課題】しかしながら、上記従
来例においては、プログラムをロード中のエラー情報が
記録されていないために、ロード中に発生する障害の予
防や回避を行うことができず、システム運用を開始する
ことができないという不都合があった。However, in the above-mentioned conventional example, since the error information during the loading of the program is not recorded, it is impossible to prevent or avoid the failure occurring during the loading, and the system There was an inconvenience that the operation could not be started.
【0005】[0005]
【発明の目的】本発明の目的は、かかる従来例の有する
不都合を改善し、とくにプログラムのロード中に生じた
エラー情報を記録し、その内容に基づいた予防対策をと
ることができ、プログラムのロード中に生じる障害を回
避することができるエラー情報収集装置を提供すること
にある。SUMMARY OF THE INVENTION The object of the present invention is to improve the inconvenience of the conventional example, particularly to record error information generated during the loading of a program, and to take preventive measures based on the content of the error information. An object of the present invention is to provide an error information collecting device capable of avoiding a failure that occurs during loading.
【0006】[0006]
【課題を解決するための手段】そこで、本発明では、プ
ログラムを格納している固定ディスク装置と、プログラ
ムおよびエラー情報を記憶しているメインメモリと、固
定ディスク装置からメインメモリにプログラムをロード
するとともにロード中のエラー処理を行いエラー情報を
メインメモリに記録するディスク装置制御アダプタとを
具備する、という構成を採っている。これによって前述
した目的を達成しようとするものである。Therefore, according to the present invention, a fixed disk device storing a program, a main memory storing the program and error information, and a program are loaded from the fixed disk device to the main memory. In addition, a disk device control adapter for performing error processing during loading and recording error information in the main memory is provided. This aims to achieve the above-mentioned object.
【0007】[0007]
【作用】データ処理装置に電源が投入されると、ディス
ク装置制御アダプタは固定ディスク装置からロード対象
プログラムを読み出し、メインメモリのロードプログラ
ム格納領域に転送する。このとき、ディスク装置制御ア
ダプタはロード処理が正常に行われたかどうかをチェッ
クする。When the data processing device is powered on, the disk device control adapter reads the load target program from the fixed disk device and transfers it to the load program storage area of the main memory. At this time, the disk device control adapter checks whether or not the loading process has been performed normally.
【0008】ロード対象プログラムを格納している固定
ディスク装置の領域にエラーがあると、ディスク装置制
御アダプタは再度固定ディスク装置からの読み出しを実
行する。一方ロード対象プログラムを格納するメインメ
モリの領域にエラーがあると、ディスク装置制御アダプ
タは再度メインメモリへの書き込みを実行する。When there is an error in the area of the fixed disk device which stores the program to be loaded, the disk device control adapter executes the reading from the fixed disk device again. On the other hand, if there is an error in the area of the main memory that stores the program to be loaded, the disk device control adapter executes writing to the main memory again.
【0009】同時にディスク装置制御アダプタは、リト
ライ回数やエラーアドレス、回避方法等のリトライ情報
をメインメモリのエラー情報格納領域に格納する。At the same time, the disk device control adapter stores retry information such as the number of retries, error address, and avoidance method in the error information storage area of the main memory.
【0010】プログラムのロードが完了し、オペレーテ
ィングシステムが立ち上がると、オペレーティングシス
テムは、メインメモリのエラー情報格納領域の内容を読
み出してシステムのエラーログと同じフォーマットに加
工し、固定ディスク装置のロギングデータ格納領域に格
納する。When the loading of the program is completed and the operating system starts up, the operating system reads the contents of the error information storage area of the main memory, processes it into the same format as the system error log, and stores the logging data of the fixed disk device. Store in area.
【0011】そして、オペレーティングシステムのロギ
ングデータ解析ツールを用いることにより、固定ディス
ク装置のロギングデータ格納領域に格納されているエラ
ーログの内容を解析し、ロード対象プログラムを格納し
ている固定ディスク装置の領域にエラーがあるかどうか
を知ることができる。By using the logging data analysis tool of the operating system, the contents of the error log stored in the logging data storage area of the fixed disk device are analyzed, and the fixed disk device storing the load target program is analyzed. You can know if there is an error in the area.
【0012】このとき、立ち上げ途中にリトライが多発
していれば、ロード対象プログラムを格納する領域をエ
ラーのない領域に変更する。At this time, if there are many retries during startup, the area for storing the load target program is changed to an error-free area.
【0013】[0013]
【発明の実施例】以下、本発明の一実施例を図1に基づ
いて説明する。図1の実施例は、プログラムを格納して
いる固定ディスク装置20と、プログラムおよびエラー
情報を記憶しているメインメモリ30と、固定ディスク
装置20からメインメモリ30にプログラムをロードす
るとともにロード中のエラー処理を行いエラー情報をメ
インメモリ30に記録するディスク装置制御アダプタ1
0とから構成される。DETAILED DESCRIPTION OF THE INVENTION An embodiment of the present invention will be described below with reference to FIG. In the embodiment shown in FIG. 1, a fixed disk device 20 storing a program, a main memory 30 storing a program and error information, a program being loaded from the fixed disk device 20 to the main memory 30 and being loaded. Disk device control adapter 1 for performing error processing and recording error information in the main memory 30
It consists of 0 and.
【0014】ここで、ディスク装置制御アダプタ10
は、固定ディスク装置20に格納されているロード対象
プログラム21をメインメモリ30にロードするローダ
手段14と、このローダ手段14によるロード中にエラ
ーが生じたかどうかをチェックするエラー検出手段12
と、このエラー検出手段12にてエラーが検出されると
リトライを行うリトライ手段13と、エラー検出手段1
2にて検出されたエラー情報をメインメモリ30に記録
するエラー記録手段15と、各手段を制御するディスク
制御手段11とを具備している。Here, the disk device control adapter 10
Is a loader means 14 for loading the load target program 21 stored in the fixed disk device 20 into the main memory 30, and an error detection means 12 for checking whether an error has occurred during loading by the loader means 14.
And a retry means 13 for retrying when an error is detected by the error detection means 12, and an error detection means 1
An error recording unit 15 for recording the error information detected in 2 in the main memory 30 and a disk control unit 11 for controlling each unit are provided.
【0015】次に、本実施例の動作について説明する。
図示しないデータ処理装置に電源が投入されると、ディ
スク制御手段11は、ローダ手段14を稼働させる。Next, the operation of this embodiment will be described.
When the data processing device (not shown) is powered on, the disk control means 11 activates the loader means 14.
【0016】ローダ手段14は、ディスク制御手段11
を介して固定ディスク装置20からロード対象プログラ
ム21を読み出し、メインメモリ30のロードプログラ
ム格納領域31に転送する。このとき、エラー検出手段
12は、ロード処理が正常に行われたかどうかをチェッ
クする。The loader means 14 is a disk control means 11
The load target program 21 is read from the fixed disk device 20 via the, and transferred to the load program storage area 31 of the main memory 30. At this time, the error detecting means 12 checks whether or not the loading process has been normally performed.
【0017】(1)ロード対象プログラム21を格納し
ている固定ディスク装置20の領域にエラーがある場
合:(1) When there is an error in the area of the fixed disk device 20 storing the load target program 21:
【0018】エラー検出手段12は、リトライ手段13
を起動するとともにエラー記録手段15に通知する。The error detecting means 12 is a retry means 13
Is started and the error recording means 15 is notified.
【0019】リトライ手段13は、ローダ手段14を稼
働させ再度固定ディスク装置20からの読み出しを実行
する。The retry means 13 operates the loader means 14 to execute reading from the fixed disk device 20 again.
【0020】エラー記録手段15は、リトライ回数やエ
ラーアドレス、回避方法等のリトライ情報をメインメモ
リ30のエラー情報格納領域32に格納する。The error recording means 15 stores retry information such as the number of retries, error address, and avoidance method in the error information storage area 32 of the main memory 30.
【0021】プログラムのロードが完了し、オペレーテ
ィングシステムが立ち上がると、オペレーティングシス
テムは、メインメモリ30のエラー情報格納領域32の
内容を読み出してシステムのエラーログと同じフォーマ
ットに加工し、固定ディスク装置20のロギングデータ
格納領域22に格納する。When the loading of the program is completed and the operating system starts up, the operating system reads the contents of the error information storage area 32 of the main memory 30 and processes it into the same format as the system error log, and the fixed disk unit 20 of The data is stored in the logging data storage area 22.
【0022】そして、オペレーティングシステムのロギ
ングデータ解析ツールを用いることにより、固定ディス
ク装置20のロギングデータ格納領域22に格納されて
いるエラーログの内容を解析し、ロード対象プログラム
21を格納している固定ディスク装置20の領域にエラ
ーがあるかどうかを知ることができる。Then, by using the logging data analysis tool of the operating system, the contents of the error log stored in the logging data storage area 22 of the fixed disk device 20 are analyzed, and the fixed program storing the load target program 21 is analyzed. It is possible to know whether there is an error in the area of the disk device 20.
【0023】このとき、立ち上げ途中にリトライが多発
していれば、ロード対象プログラム21を格納する固定
ディスク装置20の領域をエラーのない領域に変更す
る。At this time, if there are many retries during startup, the area of the fixed disk device 20 for storing the load target program 21 is changed to an error-free area.
【0024】(2)ロード対象プログラム21を格納す
るメインメモリ30の領域にエラーがある場合:(2) If there is an error in the area of the main memory 30 that stores the load target program 21:
【0025】エラー検出手段12は、リトライ手段13
を起動するとともにエラー記録手段15に通知する。The error detecting means 12 is a retry means 13
Is started and the error recording means 15 is notified.
【0026】リトライ手段13は、ローダ手段14を稼
働させ再度メインメモリ30への書き込みを実行する。The retry means 13 activates the loader means 14 to execute writing to the main memory 30 again.
【0027】エラー記録手段15は、リトライ回数やエ
ラーアドレス、回避方法等のリトライ情報をメインメモ
リ30のエラー情報格納領域32に格納する。The error recording means 15 stores retry information such as the number of retries, error address, and avoidance method in the error information storage area 32 of the main memory 30.
【0028】プログラムのロードが完了し、オペレーテ
ィングシステムが立ち上がると、オペレーティングシス
テムは、メインメモリ30のエラー情報格納領域32の
内容を読み出してシステムのエラーログと同じフォーマ
ットに加工し、固定ディスク装置20のロギングデータ
格納領域22に格納する。When the loading of the program is completed and the operating system is started up, the operating system reads the contents of the error information storage area 32 of the main memory 30 and processes it into the same format as the system error log, and the fixed disk unit 20 of The data is stored in the logging data storage area 22.
【0029】そして、オペレーティングシステムのロギ
ングデータ解析ツールを用いることにより、固定ディス
ク装置20のロギングデータ格納領域22に格納されて
いるエラーログの内容を解析し、ロード対象プログラム
21を格納するメインメモリ30の領域にエラーがある
かどうかを知ることができる。Then, by using the logging data analysis tool of the operating system, the contents of the error log stored in the logging data storage area 22 of the fixed disk device 20 are analyzed and the main memory 30 for storing the load target program 21 is analyzed. You can see if there is an error in the area.
【0030】このとき、立ち上げ途中にリトライが多発
していれば、ロード対象プログラム21を格納するメイ
ンメモリ30の領域をエラーのない領域に変更する。At this time, if there are many retries during startup, the area of the main memory 30 for storing the load target program 21 is changed to an error-free area.
【0031】[0031]
【発明の効果】本発明は以上のように構成され機能する
ので、これによるとプログラムのロード中に生じたエラ
ー情報を記録し、その内容に基づいた予防対策をとるこ
とができ、これがため、プログラムのロード中に生じる
障害を回避することができるという従来にない優れたエ
ラー情報収集装置を提供することができる。Since the present invention is constructed and functions as described above, it is possible to record error information generated during the loading of a program and take preventive measures based on the contents of the error information. It is possible to provide an unprecedented excellent error information collecting device capable of avoiding a failure that occurs during the loading of a program.
【図1】本発明の一実施例を示す構成図である。FIG. 1 is a configuration diagram showing an embodiment of the present invention.
10 ディスク装置制御アダプタ 11 ディスク制御手段 12 エラー検出手段 13 リトライ手段 14 ローダ手段 15 エラー記録手段 20 固定ディスク装置 30 メインメモリ 10 Disk Device Control Adapter 11 Disk Control Means 12 Error Detection Means 13 Retry Means 14 Loader Means 15 Error Recording Means 20 Fixed Disk Means 30 Main Memory
Claims (2)
装置と、プログラムおよびエラー情報を記憶しているメ
インメモリとを備え、前記固定ディスク装置から前記メ
インメモリにプログラムをロードするとともにロード中
のエラー処理を行いエラー情報を前記メインメモリに記
録するディスク装置制御アダプタを装備したことを特徴
とするエラー情報収集装置。1. A fixed disk device for storing a program, and a main memory for storing the program and error information. The program is loaded from the fixed disk device to the main memory, and error processing is performed during loading. An error information collecting device, characterized by being equipped with a disk device control adapter for performing error recording in the main memory.
固定ディスク装置に格納されているロード対象プログラ
ムを前記メインメモリにロードするローダ手段と、この
ローダ手段によるロード中にエラーが生じたかどうかを
チェックするエラー検出手段と、このエラー検出手段に
てエラーが検出されるとリトライを行うリトライ手段
と、前記エラー検出手段にて検出されたエラー情報を前
記メインメモリに記録するエラー記録手段と、各手段を
制御するディスク制御手段とを具備していることを特徴
とする請求項1記載のエラー情報収集装置。2. The disk device control adapter checks loader means for loading a load target program stored in the fixed disk device into the main memory, and checks whether an error has occurred during loading by the loader means. Error detecting means, retry means for retrying when an error is detected by the error detecting means, error recording means for recording the error information detected by the error detecting means in the main memory, and each means. The error information collecting apparatus according to claim 1, further comprising a disk control unit for controlling.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4188698A JPH064366A (en) | 1992-06-23 | 1992-06-23 | Error information collecting device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4188698A JPH064366A (en) | 1992-06-23 | 1992-06-23 | Error information collecting device |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH064366A true JPH064366A (en) | 1994-01-14 |
Family
ID=16228258
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP4188698A Pending JPH064366A (en) | 1992-06-23 | 1992-06-23 | Error information collecting device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH064366A (en) |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS59177660A (en) * | 1983-03-29 | 1984-10-08 | Fujitsu Ltd | Logging system of diagnostic result in electronic computer |
| JPH02224035A (en) * | 1989-02-27 | 1990-09-06 | Nec Corp | Input/output error informing system |
-
1992
- 1992-06-23 JP JP4188698A patent/JPH064366A/en active Pending
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS59177660A (en) * | 1983-03-29 | 1984-10-08 | Fujitsu Ltd | Logging system of diagnostic result in electronic computer |
| JPH02224035A (en) * | 1989-02-27 | 1990-09-06 | Nec Corp | Input/output error informing system |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR100472460B1 (en) | Method for restoring defects of memory and apparatus therefor | |
| JPH064366A (en) | Error information collecting device | |
| JPH0322149A (en) | Automatic job step dump system | |
| JPH05181573A (en) | Fault processing system | |
| JPS6336019B2 (en) | ||
| JPH0581786A (en) | Automatic tape exchanging device | |
| JP2910803B2 (en) | Highly reliable auxiliary storage device | |
| JP2503981B2 (en) | Peripheral storage | |
| JPS6051142B2 (en) | Logging error control method | |
| JPH01296357A (en) | Input-output device | |
| JP2609768B2 (en) | Error detection method for control information read data | |
| JP2000048439A (en) | Library device | |
| JP2000330733A (en) | Disk array device | |
| JP2513328B2 (en) | Dump output method | |
| JPS59154696A (en) | System for verifying automatically error in storage device | |
| JPH04236644A (en) | Cache memory diagnostic system | |
| JPS6211746B2 (en) | ||
| JPS62166451A (en) | History analyzing device for logical unit | |
| JPH05314027A (en) | Logging data editorial processing method | |
| JPH02242439A (en) | Program load control system | |
| JPH0230060B2 (en) | ||
| JPH0561711A (en) | Test diagnostic device | |
| JPS588363A (en) | Program execution history information collection method | |
| JPH06103119A (en) | Trace information retention controller | |
| JPH07244613A (en) | Redundant memory control method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 19980113 |