JPS6253861B2 - - Google Patents

Info

Publication number
JPS6253861B2
JPS6253861B2 JP56036040A JP3604081A JPS6253861B2 JP S6253861 B2 JPS6253861 B2 JP S6253861B2 JP 56036040 A JP56036040 A JP 56036040A JP 3604081 A JP3604081 A JP 3604081A JP S6253861 B2 JPS6253861 B2 JP S6253861B2
Authority
JP
Japan
Prior art keywords
information
memory
control table
control
path
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
Application number
JP56036040A
Other languages
Japanese (ja)
Other versions
JPS57152055A (en
Inventor
Sadayoshi Ikeda
Koji Hayashi
Masao Kimura
Shigehira Shindo
Mamoru Wakagi
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.)
Fujitsu Ltd
Nippon Telegraph and Telephone Corp
Original Assignee
Fujitsu Ltd
Nippon Telegraph and Telephone 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 Fujitsu Ltd, Nippon Telegraph and Telephone Corp filed Critical Fujitsu Ltd
Priority to JP56036040A priority Critical patent/JPS57152055A/en
Publication of JPS57152055A publication Critical patent/JPS57152055A/en
Publication of JPS6253861B2 publication Critical patent/JPS6253861B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Description

【発明の詳細な説明】 本発明は、制御表定義マクロフアイルから制御
表定義情報をコピーして作られたタイプ・データ
セツトと、パスに関する情報を有するパス・デー
タセツトとを用いて、メモリ内の所望の制御表を
制御表名を指定する事により表示出力できるよう
にしたメモリ・ダンプ制御方式に関するものであ
る。
DETAILED DESCRIPTION OF THE INVENTION The present invention utilizes a type dataset created by copying control table definition information from a control table definition macro file and a path dataset containing information about paths. This invention relates to a memory dump control method that enables a desired control table to be displayed and output by specifying the control table name.

第1図は計算機システムに障害が発生した場合
におけるメモリ情報の収集手順を説明するもので
あつて、1は中央処理装置、2は主メモリ、3は
磁気デイスク装置、4は磁気テープをそれぞれ示
している。中央処理装置1は常時は主メモリ2お
よび磁気デイスク装置3に関する仕事をしてい
る。計算機に障害が発生した場合、主メモリ2お
よび磁気デイスク装置3のデイスクに格納されて
いるデータは、磁気テープ4に吸い上げられ、障
害解析のため所望のアドレス空間部分が調べられ
る。
Figure 1 explains the procedure for collecting memory information when a failure occurs in a computer system. 1 indicates the central processing unit, 2 indicates the main memory, 3 indicates the magnetic disk device, and 4 indicates the magnetic tape. ing. The central processing unit 1 normally performs work related to the main memory 2 and the magnetic disk device 3. When a failure occurs in the computer, the data stored in the main memory 2 and the disks of the magnetic disk device 3 are transferred to the magnetic tape 4, and a desired address space portion is examined for failure analysis.

第2図はメモリ空間Sにおける特定の制御表の
データを読取る方法を示すものであつて、例えば
タスク制御ブロツクTCBが500番地から256バイ
トの大きさを持つていることが判つており、この
タスク制御ブロツクTCBの内容を読出したい場
合には、500番地から256バイトの領域のデータを
取出してデイスプレイ上に表示する。500番地か
ら256バイトの領域をたゞ単に読出して表示する
だけでは、デイスプレイ上に16進表現の数字が羅
列されるだけであるので、内容が理解しにくいと
いう欠点がある。この欠点を除去するため、読出
されたタスク制御ブロツクTCBの内容をタスク
制御ブロツクのタイプ情報(タイプ・データセツ
ト内)に基づいて編集し、、見易い形にしてデイ
スプレイ上に表示することは従来から行われてい
る。タスク制御ブロツクのタイプ情報とは、#1
サブ・フイールドは4バイトの大きさであつてキ
ヤラクタ形式でタスク制御ブロツクであることが
記入され、#2サブ・フイールドは2バイトの大
きさであつてバイナリ形式でタスクの状態が記入
されているというようなものである。
Figure 2 shows a method for reading data in a specific control table in memory space S. For example, it is known that the task control block TCB has a size of 256 bytes starting from address 500, and the task When it is desired to read the contents of the control block TCB, data in a 256-byte area starting from address 500 is extracted and displayed on the display. Simply reading and displaying the 256-byte area from address 500 results in only a list of hexadecimal numbers on the display, which has the disadvantage that it is difficult to understand the contents. In order to eliminate this drawback, it has been a conventional practice to edit the contents of the read task control block TCB based on the task control block type information (in the type data set) and display it on the display in an easy-to-read format. It is being done. The type information of the task control block is #1
The sub-field is 4 bytes in size and is written in character format to indicate that it is a task control block, and the #2 sub-field is 2 bytes in size and the task status is written in binary format. It is something like this.

第3図はメモリ空間のどの位置に形成されるか
が不定である制御表の読出しを説明するものであ
る。例えばタスク制御ブロツクTCBの中には、
システム・タスク制御ブロツクのように論理アド
レス固定のもあるが、必要なときに適宜の場所に
生成される(論理アドレス不定)ものもある。イ
ベント制御ブロツクECBは後者の方である。タ
スク・ステータス・ブロツクTSBは、現在実行
中のタスクをポイントするものであり、イベント
制御ブロツクECBはタスク制御ブロツクTCBに
よつてポイントされ得るものである。第3図のよ
うに制御表間にチエインが張られている場合にお
いて、イベント制御ブロツクECBの内容を読出
したいときには、タスク・ステータス・ブロツク
TSBのTSB―TCBポインタを辿つてタスク制御
ブロツクTCBを求め、タスク制御ブロツクTCB
―ECBポインタを辿つてイベント制御ブロツク
ECBを見付け、イベント制御ブロツクECBの内
容を読出せば良い。
FIG. 3 explains reading of a control table whose position in the memory space is not fixed. For example, in the task control block TCB,
Some blocks, such as system task control blocks, have fixed logical addresses, while others (logical addresses are undefined) are generated at appropriate locations when needed. The event control block ECB is of the latter type. The task status block TSB points to the task currently being executed, and the event control block ECB can be pointed to by the task control block TCB. When a chain is established between control tables as shown in Figure 3, when you want to read the contents of the event control block ECB, you need to read the contents of the task status block.
Follow the TSB-TCB pointer of TSB to find the task control block TCB, and
-Event control block following ECB pointer
All you have to do is find the ECB and read the contents of the event control block ECB.

制御表の内容を読出すためには、管理表のタイ
プ情報と、管理表間のチエイニングに関する情報
が必要であり、これを解析支援情報と呼ぶ。
In order to read the contents of the control table, type information of the control table and information regarding chaining between the control tables are required, and this is called analysis support information.

第4図は解析支援情報を格納する従来の分割型
データセツトを示すものであつて、5は制御表名
域(インデツクス)、6は制御表単位の論理情報
域を表わしている。制御表名とは、例えば、タス
ク・ステータス・ブロツク・タスク制御ブロツ
ク、イベント制御ブロツクというようなものであ
る。制御表単位の論理情報域6は、第0エントリ
ないし第nエントリから構成され、第0エントリ
には制御表単位全体の情報および親の管理表との
リンク関係情報が記入され、第1エントリないし
第n―1エントリのそれぞれには制御表の対応す
るサブ・フイールドの情報が記入され、第nエン
トリにはサブ・フイールド名、サブ・フイールド
長およびポインタである場合のポイントする子の
制御表の情報が記入されている。このように、従
来の解析支援情報を格納するデータセツトにおい
ては、制御表単位の論理情報の中に親の制御表の
情報およびポインタの場合の子の制御表の情報が
記入されており、この点が制御表定義と異つてお
り、制御表定義マクロを使用して制御表単位の論
理情報を作成することが出来ず、このため従来は
解析支援情報の作成に多大の労力と費用とを必要
としていた。
FIG. 4 shows a conventional divided data set for storing analysis support information, in which 5 represents a control table name area (index), and 6 represents a logical information area for each control table. Control table names include, for example, task, status, block, task control block, and event control block. The logical information area 6 for each control table is composed of 0th to nth entries, and the 0th entry is filled with information about the entire control table unit and link relationship information with the parent management table, and the 0th entry is filled with information about the entire control table unit and link relationship information with the parent management table. The information of the corresponding sub-field of the control table is entered in each of the n-1 entries, and the n-th entry contains the sub-field name, sub-field length, and if it is a pointer, the information of the control table of the child pointed to. Information is filled in. In this way, in conventional data sets that store analysis support information, the logical information for each control table includes information on the parent control table and information on the child control table in the case of pointers. This differs from control table definition in that it is not possible to create logical information for each control table using a control table definition macro, and for this reason, creating analysis support information conventionally required a great deal of effort and expense. It was.

本発明は、上記の欠点を改善するものであつ
て、簡単に作成できる新規な解析支援情報フアイ
ルを用いてメモリの所望の制御表を読出し得るよ
うにしたメモリ・ダンプ制御方式を提供すること
を目的としている。本発明のメモリ・ダンプ制御
方式は、制御表のタイプに関する情報と制御表間
のチエイニングに関する情報とを格納する解析支
援情報格納部、メモリから読出されたメモリ情報
を格納するメモリ情報格納部並びに上記解析支援
情報格納部の情報を参照しながら指定された制御
表の内容を上記メモリ情報格納部のメモリ情報の
中から取出す支援情報参照部を備えるメモリ・ダ
ンプ制御方式において、上記解析支援情報格納部
を、制御表定義マクロフアイルの持つ制御表定義
情報をコピーして作られたタイプ・データセツト
と、該タイプ・データセツトと独立であり且つ制
御表間のチエイニング関係を表わす複数のパス情
報を有するバス・データセツトとにより構成した
ことを特徴とするものである。以下、本発明を図
面を参照しつつ説明する。
The present invention aims to improve the above-mentioned drawbacks by providing a memory dump control method that allows a desired control table in memory to be read using a new analysis support information file that can be easily created. The purpose is The memory dump control method of the present invention includes an analysis support information storage unit that stores information regarding the type of control table and information regarding chaining between control tables, a memory information storage unit that stores memory information read from the memory, and the above-mentioned memory dump control method. In the memory dump control method, the memory dump control method includes a support information reference unit that retrieves the contents of a specified control table from memory information in the memory information storage unit while referring to information in the analysis support information storage unit, wherein the analysis support information storage unit has a type dataset created by copying the control table definition information of the control table definition macro file, and a plurality of path information that is independent of the type dataset and represents chaining relationships between control tables. It is characterized by being configured with a bus data set. Hereinafter, the present invention will be explained with reference to the drawings.

第5図は本発明の適用されるシステムの1例を
示すものであつて、7は被保守センタ、8は保守
センタ、9はメモリ情報再編集部、10は編集後
メモリ情報格納部、11はメモリ情報転送部、1
2は支援情報参照部、13はデイスプレイ出力
部、14はデイスプレイ、15は解析支援情報格
納部、16は制御表定義情報コピー部、17はパ
ス情報生成部、18は制御表定義マクロフアイ
ル、19はパス(Path)定義文をそれぞれ示し
ている。
FIG. 5 shows an example of a system to which the present invention is applied, in which 7 is a maintenance center, 8 is a maintenance center, 9 is a memory information re-editing section, 10 is an edited memory information storage section, 11 is the memory information transfer unit, 1
2 is a support information reference section, 13 is a display output section, 14 is a display, 15 is an analysis support information storage section, 16 is a control table definition information copy section, 17 is a path information generation section, 18 is a control table definition macro file, 19 indicate path definition statements.

保守センタ8において、制御表定義情報コピー
部16が制御表定義マクロフアイル18の有して
いる制御表定義をコピーし、これを後述するタイ
プ・データセツトとして解析支援情報格納部15
に予め格納している。また、パス情報生成部17
がパス定義文19に従つてパス情報を生成し、こ
れをパス・データセツトとして解析支援情報格納
部15に予め格納している。
In the maintenance center 8, the control table definition information copy unit 16 copies the control table definition held in the control table definition macrofile 18, and stores it in the analysis support information storage unit 15 as a type dataset to be described later.
It is stored in advance. In addition, the path information generation unit 17
generates path information according to the path definition statement 19, and stores this in advance in the analysis support information storage section 15 as a path dataset.

被保守センタ7に障害が発生すると、メモリの
全内容がメモリ障害情報として磁気テープ4に格
納される。磁気テープ4のメモリ情報は、メモリ
情報再編集部9によつて例えばページ単位に分割
され、ページ毎に名標が付され、編集後メモリ情
報格納部10に格納される。編集後メモリ情報格
納部10の内容は、計算機間通信によつて保守セ
ンタ8に送られ、保守センタ8のメモリ情報転送
部11によつて受信される、保守センタにいる保
守者は、デイスプレイ14のキーボードを介して
制御表を参照するコマンド(TABLEコマンド)
を入力し、読出したい制御表をシステムに知らせ
る。そうすると、支援情報参照部には、解析支援
情報格納部15を参照しながら指定された制御表
の内容をメモリ情報の中から見付け、これを見易
い形に編集してデイスプレイ出力部13に渡し、
デイスプレイ出力部13はこれをデイスプレイ1
4の画面上に表示する。
When a failure occurs in the maintenance center 7, the entire contents of the memory are stored on the magnetic tape 4 as memory failure information. The memory information on the magnetic tape 4 is divided into, for example, pages by the memory information re-editing unit 9, a name is attached to each page, and the edited memory information is stored in the memory information storage unit 10. The contents of the edited memory information storage unit 10 are sent to the maintenance center 8 through computer-to-computer communication and received by the memory information transfer unit 11 of the maintenance center 8. Command to refer to the control table via the keyboard (TABLE command)
to inform the system of the control table you want to read. Then, the support information reference section finds the contents of the specified control table from the memory information while referring to the analysis support information storage section 15, edits it into an easy-to-read format, and passes it to the display output section 13.
The display output section 13 outputs this to display 1.
Display on the screen of 4.

第6図は本発明の解析支援情報格納部15の構
成を示すものである。23は制御表名域、24は
制御表単位のタイプ情報域、25はパス名域、2
6はパスに関する情報域をそれぞれ示している。
制御表名とは、さきに述べたように、タスク・ス
テータス・ブロツクTSB、タスク制御ブロツク
TCB、イベント制御ブロツクECBというような
ものである。制御表単位の論理情報は、各サブ・
フイールド名称や属性、レングス、コメントなど
から構成されている。制御表単位の論理情報は制
御表マクロフアイルの制御表をコピーすることに
よつて作成される。
FIG. 6 shows the configuration of the analysis support information storage section 15 of the present invention. 23 is a control table name area, 24 is a type information area for each control table, 25 is a path name area, 2
6 indicates information areas regarding paths.
As mentioned earlier, the control table name refers to the task status block TSB, task control block
TCB, event control block ECB. Logical information for each control table is
It consists of field name, attributes, length, comments, etc. Logical information for each control table is created by copying the control table in the control table macrofile.

パス・データセツト21のパスに関する情報
は、第7図イに示すようなパス定義文で定義され
る。また、制御表の参照を行なうTABLEコマン
ドは、第7図ロのような形式を有している。
Information regarding paths in the path data set 21 is defined by a path definition statement as shown in FIG. 7A. Further, the TABLE command for referencing the control table has a format as shown in FIG. 7B.

第8図はメモリ上の制御表とそれらの間のチエ
イニング関係を示すものである。勿論ユニツト処
理テーブルPUPは、例えば磁気テープ用の物理
ユニツト制御テーブルPUC、カード・リーダ用
の物理ユニツト制御テーブルPUC、およびライ
ン・プリンタ用の物理ユニツト制御テーブル
PUCを有している。各物理ユニツト制御テーブ
ルPUCは、PUC―UCBポインタを有しており、
これは子の制御表であるところのユニツト制御ブ
ロツクUCBをポイントとしている。PUC―UCB
ポインタが何もポイントしていない場合には、こ
のサブフイールドには、“F…F”が記入されて
いる。ユニツト制御ブロツクUCBは、UCB―
ECBポインタを有しており、イベント制御ブロ
ツクECBをポイントしている。イベント制御ブ
ロツクECBは、NECBポインタ(ネクストECBポ
インタ)およびECB―DBポインタを有してい
る。NECBポインタはチエインされるイベント制
御ブロツクECBをポイントしている。次にチエ
インすべきイベント制御ブロツクECBが存在し
ない場合には、NECBサブフイールドには“F…
F”が記入される。イベント制御ブロツクECB
のDBポインタは、チエインされているデータ・
ブロツクDBをポイントしている。
FIG. 8 shows the control tables in memory and the chaining relationship between them. Of course, the unit processing table PUP includes, for example, the physical unit control table PUC for magnetic tape, the physical unit control table PUC for card readers, and the physical unit control table PUC for line printers.
Has a PUC. Each physical unit control table PUC has a PUC-UCB pointer,
This points to the unit control block UCB, which is the child control table. PUC-UCB
If the pointer does not point to anything, "F...F" is written in this subfield. The unit control block UCB is
It has an ECB pointer and points to the event control block ECB. The event control block ECB has a NECB pointer (next ECB pointer) and an ECB-DB pointer. The NECB pointer points to the chained event control block ECB. If there is no event control block ECB to be chained next, the NECB subfield is set to “F…
F” is entered.Event control block ECB
The DB pointer of the chained data
It points to the block DB.

第9図は第8図に示す物理ユニツト管理テーブ
ルPUP→ユニツト制御ブロツクUCB→イベント
制御ブロツクECB→データ・ブロツクに至るパ
スを定義するパス定義文および第8図の太線上の
制御表の内容を読出す場合のTABLEコマンドを
示している。
Figure 9 shows the path definition statement that defines the path from the physical unit management table PUP to the unit control block UCB to the event control block ECB to the data block shown in Figure 8, and the contents of the control table shown in bold lines in Figure 8. This shows the TABLE command for reading.

/PATHはパス定義文であることを示し、
ROUT2はパス名称を示し、A番地はパス開始
アドレスを示している。PUPは物理ユニツト管
理テーブルを示し、PUC・UCB・PはPUC―
UCBポインタを示している。αはポインタ繰返
し番号変数またはサブフイールド繰返し番号変数
であり、選択されるPUC―UCBポインタを表わ
す変数である。
/PATH indicates a path definition statement,
ROUT2 indicates the path name, and address A indicates the path start address. PUP indicates the physical unit management table, and PUC, UCB, and P indicate the PUC-
Shows UCB pointer. α is a pointer repetition number variable or a subfield repetition number variable, and is a variable representing the selected PUC-UCB pointer.

“F…F”はチエイン終了条件である。→
UCBはポイントされる制御表がユニツト制御ブ
ロツクであることを示し、UCB・ECB・Pは
UCB―ECBポインタに従つてパスを形成すべき
ことを示している。→ECBは次にポイントされ
る制御表がイベント制御ブロツクであることを示
している。βは制御表繰返し番号変数であつて、
辿るべきイベント制御ブロツクECBを任意に設
定できるようにするためのものである。NECB・
PはネクストECBポインタであつて、ネクスト
ECBポインタに従つて次のペイント制御ブロツ
クに至るパスを形成すべきことを示している。
“F…F”はチエイン終了条件である。ECB・
DB・PはECB―DBポインタに従つてパスを形成
すべきことを示しており、→DBはポイントされ
る次の制御表がデータ・ブロツクであることを示
している。所望の制御表の内容を読出したい場合
にはTARLEコマンドがデイスプレイ14のキー
ボードから入力されるが、第8図の太線上の制御
表の全てを読出したい場合には第9図に示す如き
TABLEコマンドが入力される。第9図の
TABLEコマンドから判るように、第2番目の物
理ユニツト・テーブルPUCを辿るべきであるの
で変数αは“2”とされ、また第2番目のイベン
ト制御ブロツクを辿るべきであるので変数βは
“2”とされる。
"F...F" is a chain termination condition. →
UCB indicates that the control table pointed to is a unit control block, and UCB, ECB, and P indicate that the control table pointed to is a unit control block.
Indicates that a path should be formed according to the UCB-ECB pointer. →ECB indicates that the next control table pointed to is an event control block. β is the control table repetition number variable,
This is to allow the event control block ECB to be traced to be set arbitrarily. NECB・
P is the next ECB pointer,
Indicates that a path should be formed following the ECB pointer to the next paint control block.
"F...F" is a chain end condition. E.C.B.
DB·P indicates that a path should be formed according to the ECB-DB pointer, and →DB indicates that the next control table pointed to is a data block. When it is desired to read out the contents of a desired control table, the TARLE command is input from the keyboard of the display 14, but when it is desired to read out all of the control table indicated by the thick line in Fig. 8, the TARLE command is input as shown in Fig. 9.
A TABLE command is entered. Figure 9
As can be seen from the TABLE command, the second physical unit table PUC should be traced, so the variable α is set to "2", and the second event control block should be traced, so the variable β is set to "2". ”.

第10図は支援情報参照部12の処理を示すも
のである。第10図に示すようなTABLEコマン
ドが入力されると、支援情報参照部には、パス・
データセツト21からROUT2のパス情報を取
出し、メモリ情報転送部11の図示しないフアイ
ルからパス情報に従つてメモリ情報を選択的に読
取る。A番地が読出されると、タイプ・データセ
ツト20から物理ユニツト管理ユニツトPUPの
タイプ情報を読出し、このタイプ情報を参照して
メモリ情報の中の物理ユニツト管理テーブル
PUPの内容を見易い形式に編集し、編集した物
理ユニツト管理テーブルPUPの内容をデイスプ
レイ出力部13に渡す。これと同時に御2番目の
物理ユニツト制御テーブルPUCのPUC―UCBポ
インタの示す番地ADR(PUC・UCB・P)が記
憶される。番地ADR(PUC・UCB・P)が読出
されると、支援情報参照部12はタイプ・データ
セツト20からユニツト制御ブロツクUCBのタ
イプ情報を取出し、このタイプ情報を用いて番地
ADR(PUC・UCB・P)を先頭アドレスとする
ユニツト制御ブロツクUCBの内容を見易い形に
編集し、編集したユニツト制御ブロツクの内容を
デイスプレイ出力部13に渡す。これと同時に、
このユニツト制御ブロツクUCBのUCB―ECBポ
インタの示す番地ADR(UCB・ECB・P)を記
憶する。このような処理を繰返すことによつて、
第8図の太線上に存在する制御表の内容をデイス
プレイ14の画面上に表示することができる。
FIG. 10 shows the processing of the support information reference section 12. When the TABLE command shown in Figure 10 is input, the path and
The path information of ROUT2 is extracted from the data set 21, and memory information is selectively read from a file (not shown) in the memory information transfer unit 11 according to the path information. When address A is read, the type information of the physical unit management unit PUP is read from the type data set 20, and the physical unit management table in the memory information is read by referring to this type information.
The contents of the PUP are edited into an easy-to-read format, and the edited contents of the physical unit management table PUP are passed to the display output section 13. At the same time, the address ADR (PUC.UCB.P) indicated by the PUC-UCB pointer of the second physical unit control table PUC is stored. When the address ADR (PUC, UCB, P) is read, the support information reference section 12 retrieves the type information of the unit control block UCB from the type data set 20, and uses this type information to set the address.
The contents of the unit control block UCB with ADR (PUC, UCB, P) as the leading address are edited into an easy-to-read format, and the edited contents of the unit control block are passed to the display output section 13. At the same time,
The address ADR (UCB.ECB.P) indicated by the UCB-ECB pointer of this unit control block UCB is stored. By repeating this process,
The contents of the control table existing on the thick line in FIG. 8 can be displayed on the screen of the display 14.

以上の説明から明らかなように、本発明によれ
ば、 (イ) 解析支援情報の作成効率を向上できる。
As is clear from the above description, according to the present invention, (a) the efficiency of creating analysis support information can be improved;

(ロ) パス関数を定義し登録して置くことにより、
制御表検索手順のノウハウを蓄積できる。
(b) By defining and registering the path function,
You can accumulate know-how on control table search procedures.

(ハ) メモリ情報を読出す際にパス名をキーに出
来、そのパス上の全ての制御表を一括出力でき
る。等の効果を得ることが出来る。
(c) When reading memory information, a path name can be used as a key, and all control tables on that path can be output at once. Effects such as this can be obtained.

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

第1図は計算機システムに障害が発生した場合
におけるメモリ情報の収集を説明する図、第2図
はメモリ空間における固定の制御表のデータを読
取る方法を示す図、第3図はメモリ空間のどの位
置に形成されるかが不定である制御表の読出しを
説明する図、第4図は解析支援情報を格納する従
来の分割型データセツトを示す図、第5図は本発
明の適用されるシステムの1例を示す図、第6図
は本発明の解析支援情報格納部の構成を示す図、
第7図、パス定義文およびTABLEコマンドの形
式を示す図、第8図はメモリ上の制御表とそれら
の間のチエイニング関係の一例を示す図、第9図
はパス定義文およびTABLEコマンドの具体例を
示す図、第10図は支援情報参照部における処理
を説明する図である。 4…磁気テープ、7…被保守センタ、8…保守
センタ、9はメモリ情報再編集部、10…編集後
メモリ情報格納部、11…メモリ情報転送部、1
2…支援情報参照部、13…デイスプレイ出力
部、14…デイスプレイ、15…解析支援情報格
納部、16…制御表定義情報コピー部、17…パ
ス情報生成部、18…制御表定義マクロフアイ
ル、19…パス定義文。
Figure 1 is a diagram explaining how to collect memory information when a failure occurs in a computer system, Figure 2 is a diagram showing how to read data from a fixed control table in memory space, and Figure 3 is a diagram showing how to read data from a fixed control table in memory space. A diagram illustrating reading of a control table whose location is uncertain, FIG. 4 is a diagram showing a conventional divided data set that stores analysis support information, and FIG. 5 is a system to which the present invention is applied. FIG. 6 is a diagram showing the configuration of the analysis support information storage unit of the present invention,
Figure 7 shows the format of the path definition statement and the TABLE command, Figure 8 shows an example of control tables in memory and the chaining relationship between them, and Figure 9 shows the details of the path definition statement and the TABLE command. FIG. 10, which is a diagram showing an example, is a diagram illustrating processing in the support information reference section. 4...Magnetic tape, 7...Maintenance center, 8...Maintenance center, 9: Memory information re-editing unit, 10: Edited memory information storage unit, 11: Memory information transfer unit, 1
2... Support information reference section, 13... Display output section, 14... Display, 15... Analysis support information storage section, 16... Control table definition information copy section, 17... Path information generation section, 18... Control table definition macro file, 19 ...Path definition statement.

Claims (1)

【特許請求の範囲】[Claims] 1 制御表のタイプに関する情報と制御表間のチ
エイニングに関する情報とを格納する解析支援情
報格納部、メモリから読出されたメモリ情報を格
納するメモリ情報格納部並びに上記解析支援情報
格納部の情報を参照しながら指定された制御表の
内容を上記メモリ情報格納部のメモリ情報の中か
ら取出す支援情報参照部を備えるメモリ・ダンプ
制御方式において、上記解析支援情報格納部を、
制御表定義マクロフアイルの持つ制御表定義情報
をコピーして作られたタイプ・データセツトと、
該タイプ・データセツトと独立であり且つ制御表
間のチエイニング関係を表わす複数のパス情報を
有するパス・データセツトとにより構成したこと
を特徴とするメモリ・ダンプ制御方式。
1. Refer to the analysis support information storage unit that stores information regarding the type of control table and information regarding chaining between control tables, the memory information storage unit that stores memory information read from the memory, and the information in the above-mentioned analysis support information storage unit. In the memory dump control method, the memory dump control method includes a support information reference unit that retrieves the contents of a specified control table from memory information in the memory information storage unit,
A type dataset created by copying the control table definition information of the control table definition macro file,
A memory dump control method comprising: a path dataset that is independent of the type dataset and has a plurality of path information representing chaining relationships between control tables.
JP56036040A 1981-03-13 1981-03-13 Memory damp controlling system Granted JPS57152055A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56036040A JPS57152055A (en) 1981-03-13 1981-03-13 Memory damp controlling system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56036040A JPS57152055A (en) 1981-03-13 1981-03-13 Memory damp controlling system

Publications (2)

Publication Number Publication Date
JPS57152055A JPS57152055A (en) 1982-09-20
JPS6253861B2 true JPS6253861B2 (en) 1987-11-12

Family

ID=12458590

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56036040A Granted JPS57152055A (en) 1981-03-13 1981-03-13 Memory damp controlling system

Country Status (1)

Country Link
JP (1) JPS57152055A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61221840A (en) * 1985-03-12 1986-10-02 Fujitsu Ltd Skip system for dump output
JP2869706B2 (en) * 1995-06-12 1999-03-10 株式会社トプコン Lens shape measuring device

Also Published As

Publication number Publication date
JPS57152055A (en) 1982-09-20

Similar Documents

Publication Publication Date Title
JPS6336548B2 (en)
JPH05108288A (en) Information classification backup device
US6108285A (en) Directory structure for worm optical media
US5133066A (en) Method for selecting multiple versions of data in a reduced record units text editing system
EP0326162B1 (en) Data base system including memorandum information and method for managing memorandum information
CN111563065B (en) Document storage method and device and computer readable storage medium
JPS6253861B2 (en)
JP3169596B2 (en) Database management device
JP4056622B2 (en) Database management device
JPH06231012A (en) Log data managing device
JPS62217320A (en) List compilation processing system
JPH05108456A (en) Hyper text system
JPH06119327A (en) Document processor
JPS62236075A (en) Document filing device
JPH05298172A (en) Control device and control method of common file
JPH04168569A (en) Generation managing system for document file
JP2573579B2 (en) File operating device for multiple file / volume type magnetic tape
JP2771986B2 (en) Magnetic tape unit
JPH02253452A (en) Office managing information logical saving/storing device
JPS60238950A (en) Information management and retrieval system
JPH05119989A (en) Program specification management system
JP3047400B2 (en) Data processing device
JPH0259862A (en) Retrieval system for electronic file system
JPH03240866A (en) Structured document processor
JPS63284682A (en) Drawing management method