JP3130870B2 - Memory dump file reconstruction method - Google Patents

Memory dump file reconstruction method

Info

Publication number
JP3130870B2
JP3130870B2 JP10198902A JP19890298A JP3130870B2 JP 3130870 B2 JP3130870 B2 JP 3130870B2 JP 10198902 A JP10198902 A JP 10198902A JP 19890298 A JP19890298 A JP 19890298A JP 3130870 B2 JP3130870 B2 JP 3130870B2
Authority
JP
Japan
Prior art keywords
page
memory dump
dump
unit
memory
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
Application number
JP10198902A
Other languages
Japanese (ja)
Other versions
JP2000029750A (en
Inventor
和好 織田
益代 高山
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP10198902A priority Critical patent/JP3130870B2/en
Publication of JP2000029750A publication Critical patent/JP2000029750A/en
Application granted granted Critical
Publication of JP3130870B2 publication Critical patent/JP3130870B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、メモリダンプファ
イル再構成方式に関する。
[0001] The present invention relates to a memory dump file reconstructing method.

【0002】[0002]

【従来の技術】図7は、従来例のメモリダンプを用いた
障害解析処理方式における検索情報を示す図である。
2. Description of the Related Art FIG. 7 is a diagram showing search information in a failure analysis processing method using a conventional memory dump.

【0003】コンピュータシステムで障害が発生した場
合、その原因を調査する上で障害発生時のメモリダンプ
は有効な情報である。しかし、コンピュータシステムの
メモリ容量の増大に伴いメモリダンプ容量も増大してお
り、障害原因究明までの期間、メモリダンプファイルを
保管するための領域や運搬するための媒体が多く必要と
なるという問題があった。
When a failure occurs in a computer system, a memory dump at the time of the failure is effective information for investigating the cause. However, as the memory capacity of the computer system has increased, the memory dump capacity has also increased, and during the period until the cause of the failure is identified, a large area for storing the memory dump file and a medium for carrying the memory dump file are required. there were.

【0004】従来、コンピュータシステムに何らかの障
害が発生した場合、採取されるメモリダンプを用いて障
害を解析処理する方法等について幾多の技術の開示がさ
れている。図7に示す特開平3−271946号公報の
例では、障害が発生したプログラム名またはパス名を指
定することによりメモリダンプ検索情報を参照し、ここ
に記憶された検索情報に従った障害解析作業で使用する
必要最小限のエリアの情報を自身検索出力する方式であ
る。これにより解析作業の効率化を図ったものである。
[0004] Conventionally, various techniques have been disclosed regarding a method of analyzing a failure using a memory dump taken when a failure occurs in a computer system. In the example of JP-A-3-271946 shown in FIG. 7, the memory dump search information is referred to by designating the program name or the path name in which the fault has occurred, and a fault analysis operation according to the search information stored therein is performed. This is a method of searching and outputting the information of the minimum necessary area used in. Thus, the efficiency of the analysis work is improved.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上述の
従来例の場合、障害の原因となったプログラム名または
パス名が判明していない場合は、障害解析作業に必要な
エリアを検索することができない。また、メモリダンプ
検索情報ファイルに予め情報を記録しておく必要がある
が、規模の大きなシステムでは情報の記録に多くの工数
が必要となる。また、メモリダンプ検索情報ファイル自
身が多くの領域を必要とし、領域削減という目的に反す
ることになる。
However, in the case of the above-mentioned conventional example, if the name of the program or path that caused the failure is not known, an area necessary for the failure analysis cannot be searched. . Further, it is necessary to record information in a memory dump search information file in advance, but in a large-scale system, recording the information requires a lot of man-hours. Further, the memory dump search information file itself requires many areas, which is contrary to the purpose of area reduction.

【0006】本発明の目的は、コンピュータシステムで
障害が発生した場合にその原因を調査するためにメモリ
ダンプを採取し保存するシステムにおいて、メモリダン
プを保存する領域を最小限にできるメモリダンプファイ
ル再構成方式を提供することである。
SUMMARY OF THE INVENTION An object of the present invention is to provide a system for collecting and saving a memory dump in order to investigate the cause of a failure in a computer system. It is to provide a configuration scheme.

【0007】そこで、本発明の特徴とする事項を示せ
ば、次のようなものである。 (1)ダンプ採取時メモリダンプファイル内に、ページ
毎に、使用用途を示す情報とそのページがメモリダンプ
ファイル 内の存在する位置を示す情報を有すること。 (2)解析時に管理テーブルを参照して、障害原因とは
無関係の使用用途を検索し、不要な情報をメモリダンプ
ファイル内から削除すること。 (3)メモリダンプを採取する際に、あらかじめ不要と
判明している情報は採取しないこと。
[0007] The features of the present invention are as follows. (1) At the time of dump collection In the memory dump file, information indicating the intended use and information indicating the position where the page exists in the memory dump file shall be provided for each page. (2) The management table is referred to at the time of analysis to search for usages unrelated to the cause of the failure, and unnecessary information is deleted from the memory dump file. (3) When collecting a memory dump, do not collect information that is determined to be unnecessary in advance.

【0008】[0008]

【課題を解決するための手段】本発明の第1のダンプフ
ァイル再構成方式は、障害発生時にメモリダンプを採取
するダンプ採取装置と、キーボード等の入力装置と、プ
ログラム制御によりメモリダンプファイルの再構成を行
う再構成装置と、磁気ディスク等の外部記憶装置とを含
むメモリダンプファイル再構成方式において、ダンプ採
取装置は、テーブル作成手段と、ダンプファイル作成手
段とを備え、再構成装置は、テーブル検索手段と、ペー
ジ削除手段と、テーブル更新手段とを備え、外部記憶装
置は、ダンプ採取装置及び再構成装置により作成され
た、ページテーブル及びダンプデータを含むメモリダン
プを記憶し、
According to a first dump file reconstructing method of the present invention, a dump collecting device for collecting a memory dump when a failure occurs, an input device such as a keyboard, and a memory dump file reconstructing device under program control. In a memory dump file reconstructing method including a reconstructing device for performing configuration and an external storage device such as a magnetic disk, the dump collecting device includes a table creating unit and a dump file creating unit. A search unit, a page deletion unit, and a table update unit, wherein the external storage device stores a memory dump including a page table and dump data created by the dump collection device and the reconfiguration device ;

【0009】かつ、テーブル検索手段は、障害原因とは
無関係であるので不要とされたページをページテーブル
から検索し、ページ削除手段は、テーブル検索手段によ
り検出されたページをメモリダンプファイルから削除
し、テーブル更新手段は、不要と判断し削除したページ
に対応するページテーブルの項目に削除したことを記述
しページ位置を更新する、ことを特徴としている。
[0009] The table search means may determine the cause of the failure.
Page tables that are irrelevant and are no longer needed
Page deletion means, and the table deletion means
Deleted pages from memory dump file
Then, the table updating means determines that the page is
In the page table item corresponding to, describe that it was deleted
And updating the page position.

【0010】そして、本発明の第2のダンプファイル再
構成方式は、第1のダンプファイル再構成方式との差異
は、ダンプ採取装置が、テーブル作成手段の前に、メモ
リダンプに不要なページを採取しないように予め不要で
あると判断する不要ページ判別手段を備えていることで
ある。
The second dump file reconstructing method of the present invention is different from the first dump file reconstructing method in that the dump collecting apparatus removes unnecessary pages for the memory dump before the table creating means. An unnecessary page determination unit that determines in advance that the page is unnecessary so that the page is not collected is provided.

【0011】次に、以上に記載した発明の作用の概要に
ついて述べる。
Next, the outline of the operation of the invention described above will be described.

【0012】ダンプ採取装置は、障害発生時にメモリダ
ンプを外部記憶装置に採取する。その際、テーブル作成
手段は、メモリ割り当て単位(以降ページと称する。)
毎に、障害発生時のメモリの使用用途を示す情報とメモ
リダンプファイル内でそのページが存在する位置を示す
情報とを保持するページテーブルを作成する。ダンプフ
ァイル作成手段は、ページテーブルとメモリの内容とを
含むメモリダンプを作成し、外部記憶装置に格納する。
The dump collecting device collects a memory dump in an external storage device when a failure occurs. At this time, the table creation means uses a memory allocation unit (hereinafter referred to as a page).
For each time, a page table is created that holds information indicating the usage of the memory when a failure occurs and information indicating the location of the page in the memory dump file. The dump file creating means creates a memory dump including the page table and the contents of the memory, and stores the created memory dump in the external storage device.

【0013】再構成装置は、メモリダンプの解析を進め
ていく途中で、明らかに障害原因とは無関係であると判
断できるページがあった場合、テーブル検索手段におい
てページテーブルから不要なページを検索し、ページ削
除手段はそのページをメモリダンプファイル内から削除
する。それと同時に、ページ更新手段において不要と判
断し削除したページに対応するページテーブルの項目に
削除したことを記述し、以降のページ位置情報を更新す
る。メモリダンプの解析が終了するまで、不要と判断で
きるページがある場合は、ページの削除とテーブルの更
新処理を繰り返し行う。
In the course of analyzing the memory dump, if there is a page that can be clearly judged to be unrelated to the cause of the failure, the reconstructing apparatus searches the page table for unnecessary pages using the table searching means. The page deletion means deletes the page from the memory dump file. At the same time, the page updating means determines that the page is unnecessary and deletes it in the page table item corresponding to the deleted page, and updates the subsequent page position information. Until the analysis of the memory dump is completed, if there is a page that can be determined to be unnecessary, the process of deleting the page and updating the table is repeated.

【0014】これにより、メモリダンプ解析による障害
原因究明の期間、メモリダンプの保管に必要な領域を縮
小することを可能にする。
Thus, it is possible to reduce the area required for storing the memory dump during the period of investigating the cause of the failure by analyzing the memory dump.

【0015】[0015]

【発明の実施の形態】図1は、本発明のメモリダンプフ
ァイル再構成方式の一実施形態例の構成図、図2は、本
実施形態例の動作を示すフローチャート、図3は、本実
施形態例の不要ページ削除動作の具体例を示す図であ
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram showing an embodiment of a memory dump file reconstructing method according to the present invention, FIG. 2 is a flowchart showing an operation of the present embodiment, and FIG. It is a figure showing the example of the unnecessary page deletion operation of an example.

【0016】図1を参照すると、本実施形態例は、障害
発生時にメモリダンプを採取するダンプ採取装置1と、
キーボード等の入力装置2と、プログラム制御によりメ
モリダンプファイルの再構成を行う再構成装置3と、磁
気ディスク等の外部記憶装置4とを含む。
Referring to FIG. 1, the present embodiment comprises a dump collecting apparatus 1 for collecting a memory dump when a failure occurs,
It includes an input device 2 such as a keyboard, a reconstructing device 3 for reconstructing a memory dump file under program control, and an external storage device 4 such as a magnetic disk.

【0017】ダンプ採取装置1は、テーブル作成手段1
1と、ダンプファイル作成手段12とを備えている。
The dump collection device 1 includes a table creation unit 1
1 and a dump file creating means 12.

【0018】テーブル作成手段11は、ページ毎に使用
用途とページ位置を示す情報を保持するページテーブル
を作成する。ダンプファイル作成手段12は、障害発生
時のメモリの内容とページテーブルを含むメモリダンプ
ファイルを作成する。
The table creating means 11 creates a page table for holding information indicating a use purpose and a page position for each page. The dump file creating means 12 creates a memory dump file including the contents of the memory at the time of the failure and the page table.

【0019】再構成装置3は、テーブル検索手段31
と、ページ削除手段32と、テーブル更新手段33とを
備えている。
The reconstruction device 3 includes a table search means 31
, A page deleting unit 32 and a table updating unit 33.

【0020】テーブル検索手段31は、障害原因とは無
関係であり不要とされたページをページテーブルから検
索する。ページ削除手段32は、テーブル検索手段31
により検出されたページをメモリダンプファイルから削
除する。テーブル更新手段33は、不要と判断し削除し
たページに対応するページテーブルの項目に、削除した
ことを記述し、ページ位置を更新する。
The table search means 31 searches the page table for pages which are irrelevant to the cause of the failure and which have become unnecessary. The page deletion unit 32 is a table search unit 31
Deletes the page detected by from the memory dump file. The table update means 33 updates the page position by describing the deletion in an item of the page table corresponding to the page determined to be unnecessary and deleted.

【0021】外部記憶装置4は、ダンプ採取装置1及び
再構成装置3により作成されたメモリダンプを記憶す
る。
The external storage device 4 stores the memory dump created by the dump collection device 1 and the reconstruction device 3.

【0022】次に、図1及び図2を参照して本実施形態
例の全体の動作について詳細に説明する。
Next, the overall operation of this embodiment will be described in detail with reference to FIGS.

【0023】まず、コンピュータシステムにおいて、何
らかの原因により障害が発生しメモリダンプを採取する
際、ダンプ採取装置1はテーブル作成手段11において
ページテーブルを作成する。ページテーブルは、ページ
毎に障害発生時のメモリの使用用途を示す情報と、その
ページがメモリダンプファイル内に存在する位置を示す
情報を保持する。ダンプファイル作成手段12は、障害
発生時のメモリの内容とページテーブルを含むメモリダ
ンプを作成し外部記憶装置4に格納する(図2のステッ
プA1からA3)。
First, in the computer system, when a failure occurs for some reason and a memory dump is collected, the dump collecting apparatus 1 creates a page table in the table creating means 11. The page table holds, for each page, information indicating the usage of the memory when a failure occurs and information indicating the position where the page exists in the memory dump file. The dump file creating means 12 creates a memory dump including the contents of the memory at the time of the failure and the page table, and stores the created memory dump in the external storage device 4 (steps A1 to A3 in FIG. 2).

【0024】次に、採取したメモリダンプを解析する。
メモリダンプファイル内には、障害とは全く無関係であ
る情報も多く含まれている。メモリダンプの解析を進め
ていく途中で、障害原因とは明らかに無関係であると判
断できる情報がメモリダンプファイル内に存在している
場合、入力装置2から無関係であると判断した使用用途
をテーブル検索手段31に与える(ステップA4および
A5)。テーブル検索手段31は、与えられた使用用途
をページテーブルから検索する(ステップA6)。与え
られた使用用途と合致した場合、ページ削除手段32
は、ページテーブルのページ位置から不要なページを判
断しメモリダンプファイル内からそのページを削除する
(ステップA7およびA8)。テーブル更新手段33
は、削除したページに対応する使用用途に削除したこと
を記述し、以降のページ位置を更新する(ステップA
9)。不要と判断できるページがある限り、この処理を
繰り返し行うことでメモリダンプファイルを縮小する。
Next, the collected memory dump is analyzed.
The memory dump file contains a lot of information completely unrelated to the failure. In the course of analyzing the memory dump, if information that can be determined to be apparently unrelated to the cause of the failure is present in the memory dump file, the use purpose determined to be unrelated by the input device 2 is listed in the table. This is given to the search means 31 (steps A4 and A5). The table search means 31 searches the page table for the given usage (step A6). If it matches the given usage, the page deletion means 32
Determines an unnecessary page from the page position of the page table and deletes the page from the memory dump file (steps A7 and A8). Table updating means 33
Describes that the page has been deleted for use corresponding to the deleted page, and updates the subsequent page positions (step A
9). As long as there are pages that can be determined to be unnecessary, this process is repeated to reduce the size of the memory dump file.

【0025】次に、図3に示すように、具体例を用いて
本実施形態例の動作を説明する。メモリダンプの解析を
進めていく途中で、使用用途0aの情報が障害の発生と
は無関係であると判断できたとする(ステップA4)。
入力装置2から使用用途0aをテーブル検索手段31に
与える(ステップA5)。テーブル検索手段31は、ペ
ージテーブルから使用用途0aを検索する(ステップA
6)。使用用途0aを検出した場合、ページ削除手段3
2は、ページテーブルのページ位置から不要なページが
メモリダンプファイル内のどの位置に存在するのかを判
断し、そのページ2とページ5とをメモリダンプファイ
ル内から削除する(ステップA7およびA8)。テーブ
ル更新手段33は、不要と判断し削除したページ2とペ
ージ5とに対応するページテーブルの使用用途に削除し
たことを示すffを記述し、以降のページテーブルのペ
ージ位置は削除した分ファイル内の存在位置がずれるた
め更新する(ステップA9)。
Next, as shown in FIG. 3, the operation of this embodiment will be described using a specific example. It is assumed that while the analysis of the memory dump is proceeding, it is determined that the information of the use purpose 0a is not related to the occurrence of the failure (step A4).
The use purpose 0a is given from the input device 2 to the table search means 31 (step A5). The table search means 31 searches the page table for the use application 0a (step A).
6). When the use purpose 0a is detected, the page deletion unit 3
No. 2 determines from the page position of the page table where an unnecessary page exists in the memory dump file, and deletes pages 2 and 5 from the memory dump file (steps A7 and A8). The table updating means 33 describes ff indicating that the page table is used for the page tables corresponding to the pages 2 and 5 which are determined to be unnecessary and deleted, and the page positions of the subsequent page tables are included in the deleted file in the file. Is updated because the existing position is shifted (step A9).

【0026】次に、本発明の第2の実施形態例について
説明する。
Next, a second embodiment of the present invention will be described.

【0027】図4は、第2の実施形態例の構成図、図5
は、第2の実施形態例の動作を示すフローチャート、図
6は、第2の実施形態例の不要ページ削除動作の具体例
を示す図である。
FIG. 4 is a block diagram of the second embodiment, and FIG.
Is a flowchart showing the operation of the second embodiment, and FIG. 6 is a diagram showing a specific example of the unnecessary page deletion operation of the second embodiment.

【0028】図4を参照すると、本実施形態例は、ダン
プ採取装置5が、図1に示された第1の実施形態例にお
けるダンプ採取装置1の構成に加え、不要ページ判別手
段51を有する点で異なる。
Referring to FIG. 4, in the present embodiment, the dump collecting apparatus 5 has an unnecessary page discriminating means 51 in addition to the configuration of the dump collecting apparatus 1 in the first embodiment shown in FIG. Different in that.

【0029】不要ページ判別手段51は、障害発生時の
状況から明らかに障害の原因とは無関係であると判断で
きるページを、メモリダンプ採取の対象外とする。
The unnecessary page discriminating means 51 excludes a page which can be clearly judged to be unrelated to the cause of the failure from the situation at the time of occurrence of the failure, from the memory dump collection.

【0030】次に、図4及び図5を参照して本実施形態
例の全体の動作について詳細に説明する。
Next, the overall operation of this embodiment will be described in detail with reference to FIGS.

【0031】図5のステップA4からA9で示される本
実施形態例におけるテーブル検索手段31、ページ削除
手段32およびテーブル更新手段33の動作は、図1に
示された第1の実施形態例の各手段31、32および3
3の動作と同一のため、説明は省略する。第1の実施形
態例では、ダンプ採取装置1は無条件でメモリ上の全て
の情報をメモリダンプとして採取していた。しかし、障
害発生時の状況からメモリダンプを採取する際に既に不
要であると判断できるページがある。本実施形態例では
不要ページ判別手段51がメモリダンプを採取する際に
既に不要であると判断できるページについてはメモリダ
ンプファイルに採取しないようにする(図5のステップ
B1)。その際、採取不要と判断されたページに対応す
るページテーブルの使用用途に、採取しなかったことを
記述し、不要なページは採取せずにメモリダンプを作成
し外部記憶装置4に格納する(ステップB2およびB
3)。
The operations of the table retrieving means 31, page deleting means 32 and table updating means 33 in this embodiment shown in steps A4 to A9 in FIG. 5 are the same as those in the first embodiment shown in FIG. Means 31, 32 and 3
Since the operation is the same as the operation of No. 3, the description is omitted. In the first embodiment, the dump collecting apparatus 1 unconditionally collects all information on the memory as a memory dump. However, there is a page that can be determined to be unnecessary when collecting a memory dump from the situation at the time of the failure. In the present embodiment, pages that can be determined to be unnecessary when the unnecessary page determination unit 51 collects a memory dump are not collected in the memory dump file (step B1 in FIG. 5). At this time, the use of the page table corresponding to the page determined to be unnecessary is described as not being collected, an unnecessary page is not collected, and a memory dump is created and stored in the external storage device 4 ( Steps B2 and B
3).

【0032】次に、具体例を用いて本実施形態例の不要
ページ削除動作を説明する。
Next, the operation of deleting unnecessary pages according to this embodiment will be described using a specific example.

【0033】図6に示すように、メモリダンプを採取す
る際に既に不要であると判断できるページに対応するペ
ージテーブルの使用用途には00を記述することとし、
メモリダンプには不要なページ2とページ5は採取され
ないこととする(ステップB1からB3)。メモリダン
プは採取された時点で既に保管に必要な領域が縮小され
ている。次に、メモリダンプの解析を進めていく途中
で、使用用途0aの情報が障害の発生とは無関係である
と判断できた場合、図3で示された実施例と同様の動作
をする(ステップA4からA9)。本実施形態例は、メ
モリダンプを保管するための領域が最も必要であるメモ
リダンプの採取時に、必要な領域を縮小できるという新
たな効果を有する。
As shown in FIG. 6, 00 is described in the usage of the page table corresponding to a page which can be determined to be unnecessary when a memory dump is collected.
Unnecessary pages 2 and 5 are not collected for the memory dump (steps B1 to B3). When the memory dump is collected, the area required for storage has already been reduced. Next, in the course of analyzing the memory dump, if it is determined that the information of the use purpose 0a is not related to the occurrence of the failure, the same operation as the embodiment shown in FIG. A4 to A9). The present embodiment has a new effect that the necessary area can be reduced at the time of collecting the memory dump where the area for storing the memory dump is most necessary.

【0034】[0034]

【発明の効果】以上説明したように本発明は、ダンプ採
取装置、再構成装置および外部記憶装置内の各手段等を
限定することにより、障害原因とは無関係な情報をメモ
リダンプファイル内から削除するので、メモリダンプの
解析による障害原因究明の期間、メモリダンプの保管に
必要な領域を縮小することができるメモリダンプファイ
ル再構成方式を提供できる効果がある。
As described above, according to the present invention, the information irrelevant to the cause of the failure is deleted from the memory dump file by limiting the dump collecting device, the reconstructing device and the respective means in the external storage device. Therefore, there is an effect that it is possible to provide a memory dump file reconstructing method capable of reducing an area necessary for storing the memory dump during a period of investigating a cause of failure by analyzing the memory dump.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明のメモリダンプファイル再構成方式の一
実施形態例の構成図である。
FIG. 1 is a configuration diagram of an embodiment of a memory dump file reconfiguration method according to the present invention.

【図2】本実施形態例の動作を示すフローチャートであ
る。
FIG. 2 is a flowchart showing the operation of the embodiment.

【図3】本実施形態例の不要ページ削除動作の具体例を
示す図である。
FIG. 3 is a diagram illustrating a specific example of an unnecessary page deleting operation according to the embodiment;

【図4】第2の実施形態例の構成図である。FIG. 4 is a configuration diagram of a second embodiment.

【図5】第2の実施形態例の動作を示すフローチャート
である。
FIG. 5 is a flowchart showing the operation of the second embodiment.

【図6】第2の実施形態例の不要ページ削除動作の具体
例を示す図である。
FIG. 6 is a diagram illustrating a specific example of an unnecessary page deleting operation according to the second embodiment.

【図7】従来例のメモリダンプを用いた障害解析処理方
式における検索情報を示す図である。
FIG. 7 is a diagram showing search information in a conventional failure analysis processing method using a memory dump.

【符号の説明】[Explanation of symbols]

1,5 ダンプ採取装置 2 入力装置 3 再構成装置 4 外部記憶装置 11,52 テーブル作成手段 12,53 ダンプファイル作成手段 31 テーブル検索手段 32 ページ削除手段 33 ページ更新手段 41 ページテーブル 42 ダンプデータ 51 不要ページ判別手段 60 メモリダンプ検索情報 61 パス名 62 エリア数(N) 63 エリア名 64 エリアタイプ 65 起点アドレス 66 エリアサイズ 67 ポインタ繰り返し回数オフセット 68 ポインタ繰り返し回数サイズ 69 ポインタオフセット 70 ポインタサイズ 71 ポインタ終了条件 72 コメント 73 メモリダンプ 74,75,76 エリア 1,5 Dump collection device 2 Input device 3 Reconstruction device 4 External storage device 11,52 Table creation means 12,53 Dump file creation means 31 Table search means 32 Page deletion means 33 Page update means 41 Page table 42 Dump data 51 No need Page discriminating means 60 Memory dump search information 61 Path name 62 Number of areas (N) 63 Area name 64 Area type 65 Start address 66 Area size 67 Pointer repetition number offset 68 Pointer repetition number size 69 Pointer offset 70 Pointer size 71 Pointer end condition 72 Comments 73 Memory dump 74, 75, 76 area

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平7−105050(JP,A) 特開 平4−273345(JP,A) 特開 平4−337849(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 11/34 ────────────────────────────────────────────────── ─── Continuation of the front page (56) References JP-A-7-105050 (JP, A) JP-A-4-273345 (JP, A) JP-A-4-337849 (JP, A) (58) Field (Int.Cl. 7 , DB name) G06F 11/34

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 障害発生時にメモリダンプを採取するダ
ンプ採取装置と、キーボード等の入力装置と、プログラ
ム制御によりメモリダンプファイルの再構成を行う再構
成装置と、磁気ディスク等の外部記憶装置とを含むメモ
リダンプファイル再構成方式において、 前記ダンプ採取装置は、テーブル作成手段と、ダンプフ
ァイル作成手段とを備え、 前記再構成装置は、テーブル検索手段と、ページ削除手
段と、テーブル更新手段とを備え、 前記外部記憶装置は、前記ダンプ採取装置及び前記再構
成装置により作成された、ページテーブル及びダンプデ
ータを含むメモリダンプを記憶し、 前記テーブル検索手段は、障害原因とは無関係であるの
で不要とされたページをページテーブルから検索し、 前記ページ削除手段は、テーブル検索手段により検出さ
れたページをメモリダンプファイルから削除し、 前記テーブル更新手段は、不要と判断し削除したページ
に対応するページテーブルの項目に削除したことを記述
しページ位置を更新する、 ことを特徴とするメモリダン
プファイル再構成方式。
An input device such as a keyboard, a reconstructing device for reconstructing a memory dump file under program control, and an external storage device such as a magnetic disk. In the memory dump file reconstructing method including the above, the dump collecting device includes a table creating unit and a dump file creating unit, and the reconstructing device includes a table searching unit, a page deleting unit, and a table updating unit. , the said external storage device, the created by dump device and the reconstruction device stores a memory dump containing page table and dump data, the table search unit is independent of the cause of failure
The page which has become unnecessary is searched from the page table, and the page deletion means is detected by the table search means.
Deleted from the memory dump file, and the table updating unit determines that the page is unnecessary and deletes the deleted page.
In the page table item corresponding to, describe that it was deleted
A memory dump file reconstructing method for updating a page position .
【請求項2】 障害発生時にメモリダンプを採取するダ
ンプ採取装置と、キーボード等の入力装置と、プログラ
ム制御によりメモリダンプファイルの再構成を行う再構
成装置と、磁気ディスク等の外部記憶装置とを含むメモ
リダンプファイル再構成方式において、 前記ダンプ採取装置は、不要ページ判別手段と、テーブ
ル作成手段と、ダンプファイル作成手段とを備え、 前記再構成装置は、テーブル検索手段と、ページ削除手
段と、テーブル更新手段とを備え、 前記外部記憶装置は、前記ダンプ採取装置及び前記再構
成装置により作成された、ページテーブル及びダンプデ
ータを含むメモリダンプを記憶し、 前記テーブル検索手段は、障害原因とは無関係であるの
で不要とされたページ をページテーブルから検索し、 前記ページ削除手段は、テーブル検索手段により検出さ
れたページをメモリダンプファイルから削除し、 前記テーブル更新手段は、不要と判断し削除したページ
に対応するページテーブルの項目に削除したことを記述
しページ位置を更新する、 ことを特徴とするメモリダン
プファイル再構成方式。
2. A device for collecting a memory dump when a failure occurs, an input device such as a keyboard, a reconstructing device for reconstructing a memory dump file under program control, and an external storage device such as a magnetic disk. In the memory dump file reconstruction method including, the dump collection device includes an unnecessary page determination unit, a table creation unit, and a dump file creation unit, wherein the reconstruction unit has a table search unit, a page deletion unit, and a table updating means, the external storage device, the created by dump device and the reconstruction device stores a memory dump containing page table and dump data, said table lookup means, the failure cause Irrelevant
The page which has become unnecessary is searched from the page table, and the page deletion means is detected by the table search means.
Deleted from the memory dump file, and the table updating unit determines that the page is unnecessary and deletes the deleted page.
In the page table item corresponding to, describe that it was deleted
A memory dump file reconstructing method for updating a page position .
JP10198902A 1998-07-14 1998-07-14 Memory dump file reconstruction method Expired - Fee Related JP3130870B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10198902A JP3130870B2 (en) 1998-07-14 1998-07-14 Memory dump file reconstruction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10198902A JP3130870B2 (en) 1998-07-14 1998-07-14 Memory dump file reconstruction method

Publications (2)

Publication Number Publication Date
JP2000029750A JP2000029750A (en) 2000-01-28
JP3130870B2 true JP3130870B2 (en) 2001-01-31

Family

ID=16398853

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10198902A Expired - Fee Related JP3130870B2 (en) 1998-07-14 1998-07-14 Memory dump file reconstruction method

Country Status (1)

Country Link
JP (1) JP3130870B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8773850B2 (en) 2011-09-01 2014-07-08 Kabushiki Kaisha Toshiba Docking station for television receiver, stand, and electronic device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8773850B2 (en) 2011-09-01 2014-07-08 Kabushiki Kaisha Toshiba Docking station for television receiver, stand, and electronic device

Also Published As

Publication number Publication date
JP2000029750A (en) 2000-01-28

Similar Documents

Publication Publication Date Title
JP2000259456A (en) File revision management system
US5819024A (en) Fault analysis system
JP3130870B2 (en) Memory dump file reconstruction method
JP2553751B2 (en) Disk sector replacement method
JP2925042B2 (en) Information link generation method
CN113467997A (en) Data recovery method and device, mobile device and storage medium
JPH11184900A (en) Scenario display device and method therefor
JP2822869B2 (en) Library file management device
JP3204362B2 (en) Error log editing system
JP3019922B2 (en) Trace data reduction method
JP2518390B2 (en) System performance monitoring method
JPH05241936A (en) Garbage collection processing system and storage device for the system
JP2000148562A (en) Data backup method, data backup device utilizing the method and computer readable recording medium recorded with data backup program
JPH06231012A (en) Log data managing device
JP3497053B2 (en) Processing method in online database management system and online database management system
JP2937636B2 (en) Logic simulator method
JP2838988B2 (en) File storage system in external storage device
JPH08328929A (en) Database split management system
JPH01140353A (en) System for maintaining data in data base
JP2001142772A (en) Management method by memory name, copying method, medium for recording management program by memory name and medium for recording copying program
JPH03255547A (en) Memory dump output system
CN112286804A (en) Debugging method, device, equipment and medium of system
JPH0447344A (en) History journal recording system
JPH05143422A (en) Updated journal managing system
JP2001337857A (en) Database restoration system

Legal Events

Date Code Title Description
S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071117

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081117

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081117

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091117

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091117

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101117

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111117

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees