JPH0736796A - I / O device system test method - Google Patents
I / O device system test methodInfo
- Publication number
- JPH0736796A JPH0736796A JP5181765A JP18176593A JPH0736796A JP H0736796 A JPH0736796 A JP H0736796A JP 5181765 A JP5181765 A JP 5181765A JP 18176593 A JP18176593 A JP 18176593A JP H0736796 A JPH0736796 A JP H0736796A
- Authority
- JP
- Japan
- Prior art keywords
- input
- test
- output
- machine
- program task
- 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.)
- Withdrawn
Links
Landscapes
- Test And Diagnosis Of Digital Computers (AREA)
Abstract
(57)【要約】
【目的】 本発明は、入出力装置のシステムテスト方法
に関し、各入出力制御装置配下の機番グループの一員と
して、各入出力装置を連携してテストする。
【構成】 各入出力装置が持っている機番(デバイス番
号,入出力制御装置番号,チャネル番号)が属する入出
力制御装置のユニークIDを獲得して、同一のユニーク
IDを持つ機番をグループ化し、グループ内の各機番に
対応したテストプログラムタスク(TM)を制御するプ
ログラムタスク(TC)を活性化した後、上記各TMを
活性化し、各TM間で通信を行いながらテストを実行
し、各入出力装置毎のテスト結果の統計情報を、上記入
出力制御装置対応に纏めて出力する。特に、上記入出力
制御装置毎の機番の多いシステムにおいて、該入出力制
御装置が備えている機能単位に、上記TMを活性化し
て、各機能単位のTMについて、上記グループ化されて
いる機番を使用してテストする。
(57) [Summary] [Object] The present invention relates to a system testing method for an input / output device, and tests each input / output device as a member of a machine number group under the control of each input / output device. [Structure] Acquire the unique ID of the input / output control device to which the input / output device has the device number (device number, input / output control device number, channel number), and group the device numbers with the same unique ID. And activate the program task (TC) that controls the test program task (TM) corresponding to each machine number in the group, then activates each TM described above and executes the test while communicating between each TM. The statistical information of the test result for each input / output device is collectively output corresponding to the input / output control device. In particular, in a system having a large number of machine numbers for each of the input / output control devices, the TMs are activated in the functional units of the input / output control devices, and the TMs of the functional units are grouped into the groups. Use number to test.
Description
【0001】[0001]
【産業上の利用分野】本発明は、入出力装置のシステム
テスト方法に関する。最近のデータ処理の多様化に伴っ
て、データ処理システムのシステム構成が大規模化して
おり、チャネル装置,入出力制御装置、入出力装置の種
類,数が増大化している。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system test method for an input / output device. With the recent diversification of data processing, the system configuration of the data processing system has become large in scale, and the types and number of channel devices, input / output control devices, and input / output devices have increased.
【0002】その為、従来のように、各入出力装置が備
えている機番(デバイス番号,入出力制御装置番号、チ
ャネル番号からなる)対応にテストプログラムタスク
(TM)を構成していたのでは、テストプログラムタス
ク(TM)の数が多くなり、当該データ処理システムが
持っているメモリ容量では対応できなくなる。Therefore, conventionally, the test program task (TM) is configured corresponding to the machine number (consisting of the device number, the input / output control device number, and the channel number) provided in each input / output device. In this case, the number of test program tasks (TM) increases, and the memory capacity of the data processing system cannot support.
【0003】又、入出力制御装置、例えば、ディスク制
御装置等においては、マルチセンス機能とか、ダイナミ
ッククロスコールパス機能とか、NVSライトバックモ
ード機能がある。Further, an input / output control device such as a disk control device has a multi-sense function, a dynamic cross call path function, and an NVS write back mode function.
【0004】上記マルチセンス機能を説明すると、通
常、ドライブのセンスバイトは、ドライブをアクセスす
る毎に、入出力制御装置の所定の領域に設定され、オペ
レーティングシステム(OS)が刈り取らないと、コントロ
ールユニット(CU)ビジーとなり、次の入出力装置ア
クセスができないが、このマルチセンス機能があると、
例えば、ディスク制御装置配下のドライブ毎のセンスバ
イトを、例えば、最大8ドライブ分蓄積できるため、一
々、上記センスバントを刈り取ることなく、次の入出力
装置に対するアクセスが可能となる機能であり、このマ
ルチセンス機能は、1つの入出力制御装置配下の機番
で、複数個の入出力装置が連携した動作を必要とする。To explain the above-mentioned multi-sense function, normally, the sense byte of the drive is set in a predetermined area of the input / output control device every time the drive is accessed, and unless the operating system (OS) cuts it off, the control unit is controlled. (CU) It becomes busy and the next I / O device cannot be accessed. However, with this multi-sense function,
For example, since a sense byte for each drive under the disk control device can be accumulated for, for example, a maximum of 8 drives, it is a function that enables access to the next input / output device without cutting off the sense band. The multi-sense function is a machine number under the control of one input / output control device, and requires a plurality of input / output devices to work together.
【0005】又、上記ダイナミッククロスコールパス機
能は、各チャネル装置から使用できるドライブを、動的
にリザーブして、ディスク装置中の重要な情報、例え
ば、公知のVTOC(ボリューム目録) が、他のチャネ
ル装置からのアクセスで破壊されないようにする機能で
あり、これも、同じ入出力制御装置配下の機番で連携し
た動作が必要である。Further, the dynamic cross call path function dynamically reserves a drive that can be used from each channel device, so that important information in the disk device, for example, a known VTOC (volume list), can be transferred to another device. This is a function to prevent destruction by access from the channel device, and this also requires coordinated operation with machine numbers under the same input / output control device.
【0006】又、NVSライトバックモード機能は、入
出力制御装置内のNVSメモリを有効にする機能で、こ
の機能があると、チャネル装置は、入出力制御装置にラ
イトコマンドを送出すると、該コマンドが上記入出力制
御装置内のNVSメモリに格納されると共に、即、チャ
ネルエンド,デバイスエンドを得て、次の動作に遷移す
ることができる。もし、装置番号が0番のチャネル装置
(CH0) が、上記NVSライトバックモードで動作してい
て、このモードになっていることを知らない装置番号が
1番のチャネル装置(CH1) が、該入出力制御装置をアク
セスすると、応答が異なることになり、正常な動作がで
きなくなる。The NVS write-back mode function is a function for enabling the NVS memory in the input / output control device. With this function, when the channel device sends a write command to the input / output control device, the command is issued. Is stored in the NVS memory in the input / output control device, and at the same time, the channel end and the device end are immediately obtained, and the next operation can be performed. If the device number is 0, the channel device
When (CH0) is operating in the NVS write-back mode and the channel device (CH1) whose device number is 1 that does not know that it is in this mode accesses the I / O controller, a response is returned. It will be different and normal operation will not be possible.
【0007】このような機能のテストは、入出力装置が
備えている機番対応に生成されるテストプログラムタス
ク(TM)間の通信が行われない従来のテスト方法で
は、テストができない問題があり、効果的なテスト方法
が必要とされる。Such a function test has a problem in that it cannot be tested by the conventional test method in which communication between test program tasks (TM) generated corresponding to the machine number provided in the input / output device is not performed. , Effective testing methods are needed.
【0008】[0008]
【従来の技術】図7,図8は、従来の入出力装置のシス
テムテスト方法を説明する図であって、図7は、従来の
システムテスト方法を流れ図で示し、図8は、従来のグ
ループ化テーブルと、TMとの関係を模式的にに示
している。2. Description of the Related Art FIGS. 7 and 8 are diagrams for explaining a conventional system test method for an input / output device. FIG. 7 is a flow chart showing the conventional system test method, and FIG. The relationship between the conversion table and the TM is schematically shown.
【0009】先ず、図7において、1つの入出力装置の
機番を使用して、センス入出力装置型(SENSE IO TYPE)
コマンドを発行して、入出力制御装置の装置型名を獲得
し、該獲得した装置型名毎にグループ化して、入出力装
置機番を、図8に示されているグループ化テーブルの
形で、主記憶上に記憶することを、全入出力装置の機番
について行う。{図7の処理ステップ 100,101参照} 次に、それぞれの装置型名に対応したテストプログラム
タスク(TM)を、図8に示されているように、入出
力装置機番単位に生成する。具体的には、予め、人手に
より作成されているテストプログラムタスク(TM)
に対して、該機番の入出力装置をテストできるように制
御情報(例えば、機番情報等)のリンク付け等を行う。
{図7の処理ステップ 102参照} 各テストプログラムタスク(TM)が、その装置の各
機能のテストを行ったときに生成される装置固有情報、
即ち、各機番毎の統計情報、例えば、エラーカウンタ
の値とか、ライト,リード回数,自動訂正した回数等
を、各テストプログラムタスク(TM)内の固有領域
に記憶しておき、テストが終了した時点で、各テストプ
ログラムタスク(TM)は、テストの終了順序毎に、
上記記憶しておいた装置固有情報を出力する。{図7
の処理ステップ 103〜105 参照} 図8は、上記従来の入出力装置のシステムテスト方法に
おいて、同一装置型名機番グループ化テーブルと、テ
ストプログラムタスク(TM)と、固有情報リスト
との関係を示している。即ち、従来のシステムテスト方
法では、各テストプログラムタスク(TM)は、入出
力制御装置の装置型名毎に、機番単位に生成され、それ
ぞれのテストプログラムタスク(TM)の実行結果
が、各テストプログラムタスク(TM)毎に出力され
る。First, in FIG. 7, using the machine number of one input / output device, the sense input / output device type (SENSE IO TYPE)
A command is issued to obtain the device type name of the input / output control device, the obtained device type names are grouped, and the input / output device device numbers are displayed in the form of a grouping table shown in FIG. , Is stored in the main memory for the machine numbers of all input / output devices. {Refer to processing steps 100 and 101 in FIG. 7} Next, as shown in FIG. 8, a test program task (TM) corresponding to each device type name is generated for each input / output device unit number. Specifically, a test program task (TM) that is manually created in advance.
Then, the control information (for example, machine number information) is linked so that the input / output device of the machine number can be tested.
{Refer to processing step 102 of FIG. 7} Device-specific information generated when each test program task (TM) tests each function of the device,
That is, the statistical information for each machine number, for example, the value of the error counter, the number of times of writing, reading, the number of times of automatic correction, etc. are stored in the unique area in each test program task (TM), and the test is completed. At this point, each test program task (TM)
The stored device-specific information is output. {Fig. 7
FIG. 8 shows the relationship among the same device type name / machine number grouping table, the test program task (TM), and the unique information list in the above-mentioned conventional system test method for input / output devices. Shows. That is, in the conventional system test method, each test program task (TM) is generated in unit of machine number for each device model name of the input / output control device, and the execution result of each test program task (TM) is It is output for each test program task (TM).
【0010】上記のように、従来の入出力装置のシステ
ムテストプログラムは、1つのホストシステムに存在す
る入出力機番の、それぞれについて、1つのテストプロ
グラムタスク(TM)を生成して、即ち、存在する全
入出力装置の数分のテストプログラムタスク(TM)
を生成して、各テストプログラムタスク(TM)が独立
(相互に通信を行うことなく)してテストを行ってい
た。つまり、その入出力装置の機番が、どの入出力制御
装置の配下の機番グループの一員であるかどうかという
ことを意識しないでテストを行っていた。As described above, the system test program of the conventional input / output device generates one test program task (TM) for each of the input / output device numbers existing in one host system, that is, Test program tasks (TM) for all existing I / O devices
, And each test program task (TM) independently performs the test (without communicating with each other). In other words, the test was performed without being aware of which input / output control device the device number belongs to which device number group belongs to.
【0011】[0011]
【発明が解決しようとする課題】この為、従来の入出力
装置のシステムテスト方法では、以下に示す問題があっ
た。Therefore, the conventional system testing method for the input / output device has the following problems.
【0012】(1) 同一の入出力装置制御装置の配下の機
番で連携しなければテスト不可能なテスト、(a) 例え
ば、前述の、ディスク制御装置のマルチセンス機能, ダ
イナミッククロスコールパス機能,NVSライトバックモー
ドの、入出力制御装置配下の機番で連携して動作させな
いとできないテストとか、(b) 例えば、ライブラリ装置
での、アクセッサ装置と、ドライブ装置との連携テスト
が実行できないという問題があった。(1) A test that cannot be tested unless the device numbers subordinate to the same I / O device control device work together. (A) For example, the above-mentioned multi-sense function and dynamic cross call path function of the disk control device. In the NVS write-back mode, a test that can only be performed by operating in cooperation with the device number under the I / O control device, or (b) For example, in the library device, the link test between the accessor device and the drive device cannot be executed. There was a problem.
【0013】(2) 1つのホストに同種類(即ち、装置型
名が同じ)の入出力制御装置が複数台接続されている
時、各入出力装置の固有情報(例えば、前述の統計情
報)が、テストの終了順序毎に出力されるだけである
ため、各入出力装置の固有情報を、1つの入出力制御装
置配下の入出力装置グループで纏めた形で出力できず、
試験者が、テスト結果をリスト上で、当該入出力制御装
置に属する入出力装置の固有情報を目視確認する必要が
あり、作業効率が極めて悪いという問題があった。(2) When a plurality of input / output control devices of the same type (that is, having the same device type name) are connected to one host, the unique information of each input / output device (for example, the above-mentioned statistical information) However, since it is only output in each test end order, the unique information of each input / output device cannot be output in the form of being combined into an input / output device group under the control of one input / output device.
There is a problem that the tester needs to visually check the unique information of the input / output device belonging to the input / output control device on the list of the test results, resulting in extremely poor work efficiency.
【0014】(3) 大規模システムで、例えば、DASD装置
のように、入出力装置の機番が非常に多い場合、上記テ
ストプログラムタスク(TM)を、その機番数分生成し
ようとするが、当該データ処理システムが保有している
メモリ容量が十分でないとき、全DASD装置の機番数分の
テストプログラムタスク(TM)を生成することができ
ず、全DASD装置をテストすることができなくなるという
問題があった。(3) In a large-scale system, for example, when the number of input / output devices is very large, such as a DASD device, it is attempted to generate the test program tasks (TM) for the number of device numbers. , When the memory capacity of the data processing system is not enough, it is not possible to generate the test program tasks (TM) for the number of all DASD devices, which makes it impossible to test all DASD devices. There was a problem.
【0015】本発明は上記従来の欠点に鑑み、入出力装
置のシステムテスト方法において、各入出力制御装置配
下の機番グループの一員として、各入出力装置を連携し
てテストすることができるシステムテスト方法を提供す
ることを目的とするものである。In view of the above-mentioned conventional drawbacks, the present invention provides a system test method for an input / output device in which each input / output device can be tested in cooperation as a member of a machine number group under each input / output control device. Its purpose is to provide a test method.
【0016】[0016]
【課題を解決するための手段】図1,図2は、本発明の
原理説明図である。上記の問題点は下記の如くに構成し
た入出力装置のシステムテスト方法によって解決され
る。1 and 2 are explanatory views of the principle of the present invention. The above problems can be solved by the system test method of the input / output device configured as follows.
【0017】(1) 各入出力装置 3が持っている機番が
属する入出力制御装置 2のユニークIDを獲得して、
同一のユニークIDを持つ機番をグループ化し、
グループ内の各機番に対応したテストプログラムタス
クを制御するプログラムタスクを活性化した後、上
記各テストプログラムタスクを活性化し、各テストプ
ログラムタスク間で通信を行いながらテストを実行
し、各入出力装置 3毎のテスト結果の統計情報を、上
記入出力制御装置 2対応に纏めて出力するように構成す
る。(1) By acquiring the unique ID of the input / output control device 2 to which the machine number of each input / output device 3 belongs,
Group machine numbers with the same unique ID,
After activating the program task that controls the test program task corresponding to each machine number in the group, activate each test program task above, execute the test while communicating between each test program task, and execute each input / output. The statistical information of the test results for each device 3 is configured to be output collectively for the input / output control device 2.
【0018】(2) 各入出力装置 3が持っている機番が
属する入出力制御装置 2のユニークIDを獲得して、
同一のユニークIDを持つ機番をグループ化し、
グループ内の各機番に対応したテストプログラムタス
クを制御するプログラムタスクを活性化した後、上
記入出力制御装置 2が備えている複数個の機能に対応
したテストプログラムタスクaを活性化し、各機能単
位のテストプログラムタスクaについて、上記グルー
プ化されている機番を使用して、各テストプログラ
ムタスクa間で通信を行いながらテストを実行し、各
入出力装置 3毎のテスト結果の統計情報を、上記入出
力制御装置 2対応に纏めて出力するように構成する。(2) By obtaining the unique ID of the input / output control device 2 to which the machine number of each input / output device 3 belongs,
Group machine numbers with the same unique ID,
After activating the program task that controls the test program task corresponding to each machine number in the group, activate the test program task a corresponding to the plurality of functions of the input / output control device 2 to activate each function. For the unit test program task a, the test numbers are grouped as described above, and the test is executed while communicating between the test program tasks a, and the statistical information of the test results for each input / output device 3 is displayed. The input / output control device 2 is configured to output collectively.
【0019】[0019]
【作用】即ち、本発明においては、各入出力装置の入出
力装置機番{デバイス番号, 入出力制御装置番号, チャ
ネル装置番号) が、どの入出力制御装置に繋がっている
かを認識し、同一の入出力制御装置の配下の機番で、1
つのグループを構成し、そのグループ内の機番のテスト
プログラムタスク(以下、TMという)を制御するプ
ログラムタスク(以下、TCという)を生成した後、
TCが各機番に対応するTMを生成、具体的には、前述
のように、TMを動作させる為の制御情報、例えば、機
番情報とリンクし、且つ、複数個のタスクを切り替える
為のタイマ割り込み機構を付勢して、該タイマ割り込み
により、各TMを起動して、対応する入出力装置をテス
トするようにしたものである。That is, in the present invention, the input / output device machine number (device number, input / output control device number, channel device number) of each input / output device is recognized to identify which input / output device is connected, and the same. 1 under the I / O control device
After creating one group and generating a program task (hereinafter, TC) that controls the test program task (hereinafter, TM) of the machine number in the group,
The TC generates a TM corresponding to each machine number, specifically, as described above, for linking with control information for operating the TM, for example, machine number information, and for switching a plurality of tasks. The timer interrupt mechanism is activated, each TM is activated by the timer interrupt, and the corresponding input / output device is tested.
【0020】上記の同一の入出力制御装置配下の機番を
グループ化する方法としては、各機番が属している入出
力制御装置のユニークID(DASD装置の場合は、セ
ンスバイト内のサブシステムID,ライブラリ装置の場
合は、ライブラリ情報内のライブラリID)を、センス
コマンド等を用いて獲得し、同一の入出力制御装置のユ
ニークIDを持つ機番を1つのグループとして構成(即
ち、グループ化テーブルの構成)することで実現す
る。As a method of grouping the machine numbers under the same I / O controller, the unique ID of the I / O controller to which each machine number belongs (in the case of a DASD device, a subsystem in the sense byte) In the case of ID and library device, a sense command or the like is used to acquire the library ID in the library information, and a machine number having a unique ID of the same input / output control device is configured as one group (that is, grouping). It is realized by configuring the table).
【0021】上記TCは、TC−TM間,又は、TM
−TM間で共通にアクセスできるメモリ領域を確保した
後、各TMを生成して、共通アクセス領域のアドレス
を各TMに通知する。The above-mentioned TC is between TC-TM or TM
-After securing a memory area that can be commonly accessed between TMs, generate each TM and notify each TM of the address of the common access area.
【0022】各TMを連携させる為には、各TM
が、上記の共通アクセスメモリ領域に、各TMがテス
ト実行する上で必要な制御情報(例えば、前述のマルチ
センス機能等を認識する為の情報,テスト条件等)を設
定,参照することで実現する。In order to link each TM, each TM
However, it is realized by setting and referring to the above-mentioned common access memory area, the control information (for example, the information for recognizing the above-mentioned multi-sense function, the test conditions, etc.) necessary for each TM to execute the test. To do.
【0023】各TMで獲得した、前述の装置固有情報
(統計情報)を一つの入出力制御装置配下の機番グル
ープで纏めた形で出力するには、上記TC−TM間の共
通アクセスメモリ領域に、各TMが上記装置固有情報
(統計情報)を書き込み、TCがそれを読み出し
て、編集・出力することで実現する。In order to output the above-mentioned device-specific information (statistical information) acquired by each TM in a form of being collected by a machine number group under one input / output control device, the common access memory area between the above-mentioned TC-TMs is used. In addition, each TM writes the device-specific information (statistical information), and the TC reads and edits / outputs it.
【0024】このように入出力制御装置配下の機番で連
携したテストを実行することにより、従来のテスト方法
では実現することができなかった、マルチセンス機能等
の連携のテストを行うことができるようになる。By thus executing the test linked with the machine number under the control of the input / output control device, it is possible to test the linked test such as the multi-sense function which cannot be realized by the conventional test method. Like
【0025】又、例えば、DASD機番の数の多いシス
テムで、全てのDASD装置をテストする為には、ディ
スク制御装置の機能単位に、上記TMaを生成し、各
機能単位に生成されたTMaが、上記ディスク制御装
置配下の機番のグループ化で生成されたグループ化テー
ブルを参照して,該ディスク制御装置配下の機番を
全て認識して、ランダムに機番を選択しながら、その
機能のテストを実行する。この方法により、TMは、
そのシステムに存在するディスク制御装置台数×機能数
分を生成すればよく、従来のような、ディスク制御装置
台数×機番の数分に比較して、TMの数を大幅に削減
することができ、限られたメモリ容量で、全てのDAS
D装置のテストが可能となる。Further, for example, in a system having a large number of DASD machine numbers, in order to test all DASD devices, the above TMa is generated for each functional unit of the disk controller, and the TMa generated for each functional unit is generated. Refers to the grouping table generated by grouping the machine numbers under the disk control device, recognizes all the machine numbers under the disk control device, and randomly selects the machine numbers, and Run the test. By this method, TM
It is only necessary to generate the number of disk control devices existing in the system x the number of functions, and it is possible to significantly reduce the number of TMs as compared with the conventional number of disk control devices x number of machine numbers. , With limited memory capacity, all DAS
The D device can be tested.
【0026】[0026]
【実施例】以下本発明の実施例を図面によって詳述す
る。前述の図1,図2は、本発明の原理説明図であり、
図3は、データ処理システムの構成例を示した図であ
り、図4〜図6は、本発明の一実施例を流れ図で示した
図である。Embodiments of the present invention will be described in detail below with reference to the drawings. 1 and 2 described above are explanatory views of the principle of the present invention.
FIG. 3 is a diagram showing a configuration example of the data processing system, and FIGS. 4 to 6 are diagrams showing a flow chart of an embodiment of the present invention.
【0027】本発明においては、各入出力装置(デバイ
ス:以下省略することがある) 3が持っている機番が
属する入出力制御装置(IOC: 以下略) 2 のユニークID
を獲得して、同一のユニークIDを持つ機番をグ
ループ化し、グループ内の各機番に対応したテスト
プログラムタスク(TM)を制御するプログラムタス
ク(TC)を活性化した後、上記各テストプログラム
タスク(TM)を活性化して、各テストプログラムタ
スク(TM)間で通信を行いながらテストを実行する
か、入出力制御装置 2が備えている複数個の機能に対
応したテストプログラムタスク(TM)aを活性化
し、各機能単位のテストプログラムタスクaについ
て、上記グループ化されている機番を使用して、各
テストプログラムタスク間で通信を行いながらテスト
を実行し、各入出力装置 3毎のテスト結果の統計情報
を、上記入出力制御装置 2対応に纏めて出力する手段
が、本発明を実行するのに必要な手段である。尚、全図
を通して同じ符号は同じ対象物を示している。In the present invention, the unique ID of the input / output control device (IOC: abbreviated below) 2 to which the machine number of each input / output device (device: abbreviated below) 3 belongs
, The machine numbers having the same unique ID are grouped, and the program task (TC) that controls the test program task (TM) corresponding to each machine number in the group is activated, and then the above test programs A test program task (TM) that activates a task (TM) and executes a test while communicating between the test program tasks (TM), or supports a plurality of functions of the input / output control device 2 a is activated, and for the test program task a of each functional unit, the test is executed while communicating between the test program tasks using the grouped machine numbers, and Means for collectively outputting the statistical information of the test results corresponding to the input / output control device 2 is a means necessary for carrying out the present invention. The same reference numerals indicate the same objects throughout the drawings.
【0028】以下、図1,図2を参照しながら、図3〜
図6によって、本発明の入出力装置のシステムテスト方
法を説明する。図3(a) は、データ処理システムのハー
ドウェア構成の例を示しており、図3(b) は入出力装置
の機番の構成例を示している。Hereinafter, referring to FIGS. 1 and 2, FIGS.
The system test method of the input / output device of the present invention will be described with reference to FIG. FIG. 3 (a) shows an example of the hardware configuration of the data processing system, and FIG. 3 (b) shows an example of the configuration of the model number of the input / output device.
【0029】先ず、図示されていない中央処理装置(CP
U) が入出力命令を実行すると、チャネル装置(CH0〜) 1
が、図示されていない主記憶の所定の領域からコマン
ドを読み取り、実行するすることで、入出力装置 (デバ
イス) 3 がアクセスされる。First, a central processing unit (CP
U) executes the I / O instruction, the channel device (CH0-) 1
However, the input / output device (device) 3 is accessed by reading and executing a command from a predetermined area of the main memory (not shown).
【0030】このとき、入出力装置 (デバイス) 3 に対
するアクセスパスを考えると、各チャネル装置(CH0〜)
1 と、入出力制御装置(IOC) 2 と、入出力装置 (デバイ
ス)3 の組み合わせによって決まることが分かる。At this time, considering an access path to the input / output device (device) 3, each channel device (CH0-)
It can be seen that it depends on the combination of 1, I / O controller (IOC) 2, and I / O device (device) 3.
【0031】図3(b) は、そのアクセスパスを決定する
入出力装置 (デバイス) 3 の装置番号(DV)と、入出力制
御装置 2の装置番号(IOC) と、チャネル装置の番号(CH)
とから構成される機番を示したものであり、該機番は、
アクセス対象の入出力装置 (デバイス) 3 に対する各チ
ャネル装置(CH0〜) 1 からのアクセスパスを示している
ことになる。FIG. 3B shows the device number (DV) of the input / output device (device) 3 that determines the access path, the device number (IOC) of the input / output control device 2, and the channel device number (CH). )
It shows a machine number composed of and, and the machine number is
It indicates the access path from each channel device (CH0-) 1 to the I / O device (device) 3 to be accessed.
【0032】本発明においては、各入出力装置の機番
、即ち、上記アクセスパスが、どの入出力制御装置 2
に繋がっているかを認識して、同一の入出力制御装置(I
OC) 2配下の機番で1つのグループを構成(具体的に
は、グループ化テーブルを構成する)し、そのグルー
プ内の機番のTMを制御するプログラムタスク(T
C)を生成(該プログラムを動作できる状態にする)
して起動した後、そのTCが、各機番のTMをディス
パッチ、例えば、タイマ割り込みでディスパッチして起
動し、テストを実行する。In the present invention, the device number of each input / output device, that is, the above-mentioned access path indicates which input / output control device 2
The same I / O controller (I
OC) A program task (T that configures one group with the machine numbers under its control (specifically, a grouping table) and controls the TM of the machine numbers in the group (T
C) is generated (the program can be operated)
After that, the TC dispatches the TM of each machine number, for example, dispatches by a timer interrupt and starts up, and executes the test.
【0033】該機番は、通常、DASD装置等に対し
ては、その数が多く割り当てられており、ライブラリ装
置等に対しては、データ処理システムに、高々、数個と
いうのが普通である。A large number of the machine numbers are usually assigned to DASD devices and the like, and it is usual for the library devices and the like to be several at most in the data processing system. .
【0034】そこで、本発明においては、機番の数の少
ないライブラリ装置等に対しては前述のように、上記グ
ループ化テーブルを生成し、そのグループ内の機番
対応にTMを生成し、該グループ内の機番対応の各
TMを制御するTCにより、各TMを起動して、
テストを実行し、該DASD装置のように、機番数の多
い入出力装置 3を備えたデータ処理システムで、機番対
応にTMを作成していたのでは、TMの数が多くな
る場合には、該ディスク制御装置 2の機能の単位にT
Maを生成し、生成された各TMaが、該ディスク
制御装置 2の配下の機番を、前述のグループ化テーブ
ルを参照してランダムに選択しながら、該当の機能
をテストするように構成することで、TMaの数を、
ディスク制御装置台数×機能分とする。Therefore, in the present invention, as described above, for the library device having a small number of machine numbers, the grouping table is generated, and the TM is generated corresponding to the machine number in the group. Start each TM by TC that controls each TM corresponding to the machine number in the group,
When a test is executed and a TM is created corresponding to the machine number in the data processing system including the input / output device 3 having a large number of machine numbers like the DASD device, if the number of TMs increases, Is a unit of the function of the disk controller 2
Ma is generated, and each generated TMa is configured to test the corresponding function while randomly selecting a device number under the control of the disk control device 2 by referring to the above-mentioned grouping table. Then, the number of TMa is
Number of disk control units x function.
【0035】図1は、ライブラリ装置等、機番の数の
少ない入出力装置 3をテストする場合の、上記グループ
化テーブルと、TCと、TMとの関係を示してお
り、図2は、上記DASD装置等、機番の数の多い入
出力装置 3をテストする場合の、上記グループ化テーブ
ルと、TCと、TMとの関係を示している。FIG. 1 shows the relationship between the grouping table, TC, and TM when testing an input / output device 3 having a small number of machine numbers, such as a library device, and FIG. 2 shows the relationship. The relationship between the grouping table, TC, and TM when testing an input / output device 3 having a large number of machine numbers, such as a DASD device, is shown.
【0036】即ち、図1の例では、ライブラリ装置を構
成しているアクセッサ装置とドライブ装置対応に上記グ
ループ化テーブルが生成されており、TMは、それぞ
れのグループ化テーブル内の各機番対応に生成されて
いるので、実際の入出力装置のテストは、TCの制御
の基に、各TMをディスパッチして、テストを実行す
るだけで事足りる。That is, in the example of FIG. 1, the grouping table is generated corresponding to the accessor device and the drive device constituting the library device, and TM corresponds to each machine number in each grouping table. Since it is generated, it is sufficient to actually test the input / output device by dispatching each TM under the control of TC and executing the test.
【0037】然して、図2のように、機番数(即ち、前
述のチャネル装置からのアクセスパス)の多いDASD
装置に対しては、ディスク制御装置 2が備えている複数
個の機能対応にTMaが生成される。However, as shown in FIG. 2, DASD having a large number of machine numbers (that is, access paths from the above-mentioned channel device) is large.
For the device, TMa is generated corresponding to a plurality of functions of the disk controller 2.
【0038】そして、各TMaは、上記DASD装置
3の機番のグループ化テーブルを参照して、ランダ
ムに機番を選択しながら、その機能をテストするこ
とで、少ないTMaで、数の多い機番の全てを、該
ディスク制御装置 2が備えている機能対応にテストする
ことができる。Each TMa is the above DASD device.
By referring to the grouping table of the machine numbers of 3 and testing the function while randomly selecting the machine numbers, the disk controller 2 is equipped with all of the large machine numbers with less TMa. You can test it for the features you have.
【0039】図4〜図6は、本発明の一実施例を流れ図
で示したものである。上記のテスト方法を、該流れ図に
基づいて、更に、詳細に説明する。先ず、所定のチャネ
ル装置(CH0〜) 1 から、1つの入出力装置の機番を用
いて、センス入出力装置型名コマンド(SENSE IO TYPEコ
マンド) を入出力制御装置(IOC) 2 に発行して、該入出
力制御装置(IOC) 2 の装置型名を獲得することを、全入
出力装置の機番について行う。{図4の処理ステップ 2
00,203参照} 該獲得した装置型名がDASD装置の場合には、図5の
処理ステップ 300に飛び、該獲得した装置型名がライブ
ラリ装置の場合には、図6の処理ステップ 400に飛ぶ。
{図4の処理ステップ 201,202参照} 次に、該獲得した装置型名がDASD装置の場合、その
機番にて、チャネル装置(CH0〜) 1 からセンスコマン
ド(SENSEコマンド) を発行して、サブシステムIDを
獲得し、同一のサブシステムIDを獲得した機番を
グループ化して、該サブシステムIDに対応する主記憶
領域に、DASD装置機番グループ化テーブルとして
記憶する。{図5の処理ステップ 300,301参照} 該獲得した装置型名がライブラリ装置のアクセッサ装置
の場合、その機番にて、チャネル装置(CH0〜) 1 から
リードライブラリステータスコマンド(READ LIBRARY ST
ATUSコマンド) を発行して、ライブラリIDを獲得
し、同一のライブラリIDを獲得したアクセッサ機番
をグループ化して、該ライブラリIDに対応する主記
憶領域に、アクセッサ装置機番グループ化テーブルと
して記憶する。{図6の処理ステップ 400,401,402参
照} 該獲得した装置型名がライブラリ装置のドライブ装置の
場合、その機番にて、チャネル装置(CH0〜) 1 からセ
ンスセルアドレスコマンド(SENSE CELL ADDRESS コマン
ド) を発行して、ライブラリIDを獲得し、同一のラ
イブラリIDを獲得したドライブ機番をグループ化
して、該ライブラリIDに対応する主記憶領域に、ドラ
イブ装置機番グループ化テーブルとして記憶する。
{図6の処理ステップ 400,403,404参照} 一つの入出力制御装置、上記の例では、ディスク制御装
置, ライブラリ制御装置 2配下の、上記機番グループ毎
に、前述のTCを生成する。具体的には、各TMを
起動する為の制御情報を所定の主記憶領域に設定すると
共に、各TMをディスパッチする為の割り込みタイマ
を付勢して、該TCを起動する。{図4の処理ステッ
プ 204参照} 該起動されたTCは、TC−TM間,TM−TM間で
共通にアクセスできるメモリ領域を確保した後、その入
出力装置用のTMを生成して、各TMに、上記共通
のアクセスメモリ領域のアドレスを通知する。該TM
の生成は、具体的には、該入出力装置(DASD装置,
ライブラリ装置)3 をテストする為に用意されているT
Mに、所定の制御情報(例えば、機番, テスト条件
等)を与えて起動することで実現する。このとき、該入
出力装置 3がDASD装置の場合には、該TMは、デ
ィスク制御装置 2が持っている機能に対応して生成する
が、該入出力装置 3がライブラリ装置の場合には、該T
Mは、機番対応に生成する。{図4の処理ステップ 2
05参照} 該起動されたTMは、共通のアクセスメモリ領域に、
TM−TM間,TC−TM間で必要な制御情報(テスト
の内容、例えば、前述のマルチセンス機能テスト等に対
応した情報)を設定,参照したり、前述の装置固有の情
報(統計情報:エラーカウンタの内容,リード,ライト
したバイト数,自動訂正した回数等)を設定しながら、
テストを、テスト終了指示が認識できる迄繰り返す。
{図4の処理ステップ 205,206,207参照} 一連のテストが終了したことを、TCが認識すると、
TCは、上記TC−TM間の共通アクセスメモリ領域
内に設定されている、各TM毎の装置固有情報(統計
情報)を読み出し、編集して出力する。{図5の処理
ステップ 208参照} このように、本発明による入出力装置のシステムテスト
方法は、各入出力装置が持っている機番(デバイス番
号,入出力制御装置番号,チャネル番号)が属する入
出力制御装置のユニークIDを獲得して、同一のユニー
クIDを持つ機番をグループ化し、グループ内の各
機番に対応したテストプログラムタスク(TM)を
制御するプログラムタスク(TC)を活性化した後、
上記各TMを活性化し、各TM間で通信を行いなが
らテストを実行し、各入出力装置毎のテスト結果の統計
情報を、上記入出力制御装置対応に纏めて出力する。
特に、上記入出力制御装置毎の機番の多いシステムに
おいて、該入出力制御装置が備えている機能単位に、
上記TMaを活性化して、各機能単位のTMaにつ
いて、上記グループ化されている機番を使用してテス
トして、各入出力装置毎のテスト結果の統計情報を、
上記入出力制御装置対応に纏めて出力するようにしたと
ころに特徴がある。4 to 6 are flow charts showing one embodiment of the present invention. The above test method will be described in more detail based on the flow chart. First, issue a sense I / O device model name command (SENSE IO TYPE command) to the I / O controller (IOC) 2 from the specified channel device (CH0-) 1 using the device number of one I / O device. Then, the device type name of the input / output control device (IOC) 2 is acquired for all the input / output device numbers. {Processing step 2 in FIG. 4
If the acquired device type name is a DASD device, jump to processing step 300 in FIG. 5, and if the acquired device type name is a library device, jump to processing step 400 in FIG.
{Refer to processing steps 201 and 202 in FIG. 4} Next, when the acquired device type name is a DASD device, a sense command (SENSE command) is issued from the channel device (CH0 to) 1 at that device number, and a sub command is issued. The system ID is acquired, and the machine numbers that have acquired the same subsystem ID are grouped and stored as a DASD device machine number grouping table in the main storage area corresponding to the subsystem ID. {Refer to processing steps 300 and 301 in FIG. 5} If the acquired device type name is the accessor device of the library device, the read library status command (READ LIBRARY ST
(ATUS command) to acquire the library ID, group the accessor machine numbers that have acquired the same library ID, and store the accessor machine machine number grouping table in the main storage area corresponding to the library ID. . {Refer to processing steps 400, 401, 402 in Fig. 6} If the acquired device type name is the drive device of the library device, a sense cell address command (SENSE CELL ADDRESS command) is issued from the channel device (CH0 to) 1 at that device number. Then, the library ID is acquired, the drive machine numbers having the same library ID are grouped, and stored in the main storage area corresponding to the library ID as a drive device machine number grouping table.
{Refer to processing steps 400, 403, 404 in FIG. 6} One input / output control device, in the above example, the above-mentioned TC is generated for each of the above-mentioned machine number groups under the control of the disk control device and the library control device 2. Specifically, the control information for activating each TM is set in a predetermined main storage area, and the interrupt timer for dispatching each TM is activated to activate the TC. {Refer to processing step 204 in FIG. 4} The activated TC secures a memory area commonly accessible between TC-TM and TM-TM, and then generates a TM for the input / output device, The TM is notified of the address of the common access memory area. The TM
Specifically, the input / output device (DASD device,
T prepared for testing library device 3
It is realized by giving predetermined control information (for example, machine number, test condition, etc.) to M and activating it. At this time, when the input / output device 3 is a DASD device, the TM is generated corresponding to the function of the disk control device 2, but when the input / output device 3 is a library device, The T
M is generated corresponding to the machine number. {Processing step 2 in FIG. 4
See 05} The activated TM is stored in the common access memory area.
Required control information (test content, for example, information corresponding to the above-described multi-sense function test) between TM-TM and TC-TM is set and referred to, and the above-mentioned device-specific information (statistical information: While setting the contents of the error counter, the number of bytes read and written, the number of automatic corrections, etc.,
The test is repeated until the test end instruction can be recognized.
{Refer to processing steps 205, 206, 207 in FIG. 4} When the TC recognizes that a series of tests has been completed,
The TC reads, edits and outputs the device-specific information (statistical information) for each TM set in the common access memory area between the TC and TM. {Refer to processing step 208 in FIG. 5} As described above, in the system test method of the input / output device according to the present invention, the machine number (device number, input / output control device number, channel number) possessed by each input / output device belongs. Acquire the unique ID of the input / output control device, group the machine numbers with the same unique ID, and activate the program task (TC) that controls the test program task (TM) corresponding to each machine number in the group. After doing
The TMs are activated, a test is executed while communication is performed between the TMs, and statistical information of test results for each input / output device is collectively output corresponding to the input / output control device.
Particularly, in a system having a large number of machine numbers for each of the input / output control devices, the functional units included in the input / output control devices are:
The TMa is activated, the TMa of each functional unit is tested by using the grouped machine numbers, and the statistical information of the test result for each input / output device is
The feature is that the above-mentioned input / output control devices are collectively output.
【0040】[0040]
【発明の効果】以上、詳細に説明したように、本発明の
入出力装置のシステムテスト方法によれば、 1) 同一入
出力制御装置配下の機番で連携して動作させる必要が
ある、例えば、前述のマルチセンス機能, ダイナミック
クロスコールパス機能,NVSライトバックモードのテ
ストとか、ライブラリ装置での、アクセッサ装置とドラ
イブ装置との連携テストが実現できる。 2) 1つのホス
トに、同種類の入出力制御装置が複数台接続されている
とき、各入出力装置の固有情報(前述の統計情報)
を、各入出力制御装置配下の入出力装置グループで纏め
た形で出力することができるので、試験者が試験結果を
リスト上で目視確認するときの作業効率が向上する。
3) DASD装置等、機番の多いシステムでも、全D
ASD装置のテストが、該DASD制御装置が備えてい
る機能の単位のTMaという、比較的少ない数のT
Mで、全DASD装置のテストが可能となる。As described above in detail, according to the system test method for an input / output device of the present invention, 1) it is necessary to operate in cooperation with machine numbers under the same input / output control device, for example, The above-mentioned multi-sense function, dynamic cross-call path function, NVS write-back mode test, and link test between the accessor device and the drive device in the library device can be realized. 2) When multiple I / O controllers of the same type are connected to one host, unique information for each I / O device (statistical information described above)
Can be output in the form of being collected by the input / output device groups under the control of each input / output control device, so that the tester improves the work efficiency when visually confirming the test results on the list.
3) Even in systems with many machine numbers such as DASD devices, all D
The ASD device is tested by a relatively small number of T, which is the unit of function TMa provided in the DASD controller.
M allows testing of all DASD devices.
【図1】本発明の原理説明図(その1)FIG. 1 is an explanatory diagram (1) of the principle of the present invention.
【図2】本発明の原理説明図(その2)FIG. 2 is an explanatory diagram of the principle of the present invention (No. 2)
【図3】データ処理システムの構成例を示した図FIG. 3 is a diagram showing a configuration example of a data processing system.
【図4】本発明の一実施例を流れ図で示した図(その
1)FIG. 4 is a flowchart showing an embodiment of the present invention (No. 1).
【図5】本発明の一実施例を流れ図で示した図(その
2)FIG. 5 is a flowchart showing an embodiment of the present invention (part 2).
【図6】本発明の一実施例を流れ図で示した図(その
3)FIG. 6 is a flowchart showing an embodiment of the present invention (part 3).
【図7】従来の入出力装置のシステムテスト方法を説明
する図(その1)FIG. 7 is a diagram (part 1) illustrating a conventional system test method for an input / output device.
【図8】従来の入出力装置のシステムテスト方法を説明
する図(その2)FIG. 8 is a diagram (part 2) illustrating a conventional system test method for an input / output device.
1 チャネル装置(CH0〜) 2 入出力制御装置(IOC),ディスク制御装置, ライブ
ラリ制御装置 3 入出力装置 100 〜105,200 〜208,300 〜301,400 〜404 処理ス
テップ 機番 ライブラリID,ユニークID 入出力装置機番グループ化テーブル,グループ化 プログラムタスク(TC) テストプログラムタスク(TM) 装置固有情報(統計情報),固有情報リスト 機能1 channel device (CH0-) 2 I / O controller (IOC), disk controller, library controller 3 I / O device 100-105,200-208,300-301,400-404 Processing step Machine ID Library ID, unique ID I / O device machine number Grouping table, grouping program task (TC) test program task (TM) device specific information (statistical information), specific information list function
Claims (2)
が属する入出力制御装置(2) のユニークID()を獲
得して、同一のユニークID()を持つ機番 () を
グループ化 () し、 グループ内の各機番 () に対応したテストプログラム
タスク()を制御するプログラムタスク()を活性
化した後、上記各テストプログラムタスク()を活性
化し、 各テストプログラムタスク()間で通信を行いながら
テストを実行し、各入出力装置(3) 毎のテスト結果の統
計情報()を、上記入出力制御装置(2) 対応に纏めて
出力することを特徴とする入出力装置のシステムテスト
方法。1. A machine number () possessed by each input / output device (3)
Acquire the unique ID () of the I / O controller (2) to which the belongs, and group () the machine numbers () with the same unique ID (), and perform a test corresponding to each machine number () in the group. After activating the program task () that controls the program task (), activate each test program task () above, execute the test while communicating between each test program task (), and execute each test 3) A system test method for an input / output device, wherein statistical information () for each test result is collectively output corresponding to the input / output control device (2).
が属する入出力制御装置(2) のユニークID()を獲
得して、同一のユニークID()を持つ機番 () を
グループ化 () し、 グループ内の各機番 () に対応したテストプログラム
タスク()を制御するプログラムタスク()を活性
化した後、上記入出力制御装置(2) が備えている複数個
の機能 () に対応したテストプログラムタスク (
a)を活性化し、各機能単位のテストプログラムタスク
(a)について、上記グループ化()されている機
番()を使用して、 各テストプログラムタスク(a)間で通信を行いなが
らテストを実行し、各入出力装置(3) 毎のテスト結果の
統計情報()を、上記入出力制御装置(2) 対応に纏め
て出力することを特徴とする入出力装置のシステムテス
ト方法。2. A machine number () possessed by each input / output device (3)
Acquire the unique ID () of the I / O controller (2) to which the belongs, and group () the machine numbers () with the same unique ID (), and perform a test corresponding to each machine number () in the group. After activating the program task () that controls the program task (), the test program task () corresponding to the multiple functions () of the I / O controller (2) is provided.
a) is activated, and the test program task (a) of each functional unit is tested while communicating between the test program tasks (a) using the machine numbers () grouped () above. A system test method for an input / output device, which is executed, and statistical information () of a test result for each input / output device (3) is collectively output corresponding to the input / output control device (2).
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP5181765A JPH0736796A (en) | 1993-07-23 | 1993-07-23 | I / O device system test method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP5181765A JPH0736796A (en) | 1993-07-23 | 1993-07-23 | I / O device system test method |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH0736796A true JPH0736796A (en) | 1995-02-07 |
Family
ID=16106502
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP5181765A Withdrawn JPH0736796A (en) | 1993-07-23 | 1993-07-23 | I / O device system test method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0736796A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6141210A (en) * | 1993-07-23 | 2000-10-31 | Kabushiki Kaisha Toshiba | External storage device |
| CN117111581A (en) * | 2023-08-29 | 2023-11-24 | 东风商用车有限公司 | A rapid detection device for controllers |
-
1993
- 1993-07-23 JP JP5181765A patent/JPH0736796A/en not_active Withdrawn
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6141210A (en) * | 1993-07-23 | 2000-10-31 | Kabushiki Kaisha Toshiba | External storage device |
| US6147860A (en) * | 1993-07-23 | 2000-11-14 | Kabushiki Kaisha Toshiba | External storage device |
| CN117111581A (en) * | 2023-08-29 | 2023-11-24 | 东风商用车有限公司 | A rapid detection device for controllers |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6311320B1 (en) | Alterable scripting tool and method | |
| US7308397B2 (en) | Method for controlling and emulating functional and logical behaviors of an array of storage devices for different protocols | |
| WO1997010549A1 (en) | Electronic computer system | |
| JPS62162146A (en) | Testing system for multiprocessor system | |
| JPS62502151A (en) | Array for simulating computer functions of large computer systems | |
| CN112363884A (en) | Method and system for testing memory performance of domestic operating system | |
| JPH0736796A (en) | I / O device system test method | |
| JP3395163B2 (en) | Apparatus and method for automatically verifying communication software | |
| US6141635A (en) | Method of diagnosing faults in an emulated computer system via a heterogeneous diagnostic program | |
| US7139693B1 (en) | Using software objects to communicate with hardware devices | |
| CN111008133A (en) | Debugging method and device for coarse-grained data flow architecture execution array | |
| CN100433171C (en) | Storage device testing method and testing device | |
| JP2004062376A (en) | Raid (redundant array of inexpensive disks) disk read error processing system, method, and program | |
| JP3031559B2 (en) | Method and apparatus for observing execution of a program loaded in information processing system | |
| JP3131098B2 (en) | Simulator | |
| CN100385413C (en) | Formatting method of flash memory | |
| JP3253224B2 (en) | Input/Output Command Test Equipment | |
| JPH0254346A (en) | File switching processing method | |
| JPH1091477A (en) | Control microcomputer device and maintenance tool for the device | |
| JPH01134651A (en) | Bus unit direct control mechanism | |
| JPH02205934A (en) | Configuration information setting system | |
| JP2615520B2 (en) | How to check the status of I/O devices | |
| JPH02270035A (en) | Starting system for plural memory residence processes on ms-dos | |
| JPH08221291A (en) | Test support system | |
| JP3182621B2 (en) | Test program monitor |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20001003 |