JPH02280251A - System for loading initial program - Google Patents

System for loading initial program

Info

Publication number
JPH02280251A
JPH02280251A JP10274389A JP10274389A JPH02280251A JP H02280251 A JPH02280251 A JP H02280251A JP 10274389 A JP10274389 A JP 10274389A JP 10274389 A JP10274389 A JP 10274389A JP H02280251 A JPH02280251 A JP H02280251A
Authority
JP
Japan
Prior art keywords
input
initial program
output device
sense
cause
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP10274389A
Other languages
Japanese (ja)
Inventor
Yasushi Miura
三浦 裕史
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP10274389A priority Critical patent/JPH02280251A/en
Publication of JPH02280251A publication Critical patent/JPH02280251A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To easily find an abnormality cause in a short time by issuing a sense instruction from a data processor to a designated input/output device continuously when a program read instruction to the designated input/output device is abnormally completed. CONSTITUTION:A sense instruction issuing means 4 provided to a data processor 1 issues the sense instruction for obtaining sense information to indicate an abnormal completion cause to designated input/output devices 2a-2n continuously when the program read instruction to the designated input/output device is abnormally completed at the time of loading an initial program from the input/ output devices 2a-2n to the data processor 1. Thus, when the initial program load from the input/output devices 2a-2n to the data processor 1 is abnormally completed, the detailed cause is offered to an operator, and the abnormality cause can be easily found in a short time.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は計算機システムにおける初期プログラム・ロ
ード方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] This invention relates to an initial program loading method in a computer system.

〔従来の技術〕[Conventional technology]

第4図は従来の初期プログラム・ロード方式を用いた計
算機システムの要部構成を示すブロック図である0図に
おいて、1はデータ処理を行うデータ処理装置、2a〜
2nはデータの入出力を行う入出力装置、3a〜3nは
データ処理装置1と入出力装置23〜2nをそれぞれ接
続するチャネル・インタフェースである。
FIG. 4 is a block diagram showing the main part configuration of a computer system using the conventional initial program loading method. In FIG. 0, 1 is a data processing device that processes data;
2n is an input/output device that inputs and outputs data, and 3a to 3n are channel interfaces that connect the data processing device 1 and the input/output devices 23 to 2n, respectively.

このような計算機システムにおいて、オペレーティング
・システムなどの基本プログラムを動作させるには、ま
ず初期プログラム・ロードという処理が必要となる。初
期プログラム・ロードの開始操作は、人手操作によって
行われるものや、自動連転装置によって所定の時刻がき
たら自動的に計算機システムの電源が入って行われるも
のがあるが、いずれも初期プログラム・ロードの手順は
同じである。
In such a computer system, in order to run a basic program such as an operating system, a process called initial program loading is first required. The initial program load may be started manually, or the computer system may be automatically turned on at a predetermined time by an automatic synchronization device, but in both cases, the initial program load is The procedure is the same.

次に第3図に示すフローチャートを参照して従来の初期
プログラム・ロード方式の手順例を説明する。
Next, an example of the procedure of the conventional initial program loading method will be explained with reference to the flowchart shown in FIG.

まず、ステップSlにてシステム・リセットを行い、デ
ータ処理装置lおよび入出力装置2a〜2nをリセット
する0次にステップS2にて予め指定された入出力装置
(ここでは2aとする)に対して読取り指令を発行する
。この時入出力装置2aが、例えば電源未投入であると
か、ストップ状態にあって読取り動作が不可能であると
起動は不成功となり、ステップS3によって、初期プロ
グラム・ロードは異常終了する。起動が成功するとステ
ップS4によって入出力装置2aで読取り動作が行われ
、図示しない外部記憶装置から読み取られたデータ(プ
ログラム)はチャネル・インタフェース3aを介してデ
ータ処理装置1に送られる。この読取り動作中にデータ
・エラーなどの異常条件が発生するとステップS5によ
り初期プログラム・ロードは異常終了する。読取り動作
が正常に終了すると、ステップS6にて、読み取ったデ
ータの中に含まれているプログラム状態語をデータ処理
装置1内所定の場所(ここでは図示しない)に設定し、
初期プログラム・ロードを正常に終了する。プログラム
状態語とはプログラムの実行アドレスと実行状態等を指
定するものであり、データ処理装置1は、以後このプロ
グラム状態語に従って動作する。
First, in step Sl, a system reset is performed to reset the data processing device l and input/output devices 2a to 2n.Next, in step S2, a prespecified input/output device (here, 2a) is reset. Issue a read command. At this time, if the input/output device 2a is not powered on or is in a stopped state and cannot perform a reading operation, the startup will be unsuccessful, and the initial program loading will be abnormally terminated in step S3. If the startup is successful, a read operation is performed in the input/output device 2a in step S4, and the data (program) read from the external storage device (not shown) is sent to the data processing device 1 via the channel interface 3a. If an abnormal condition such as a data error occurs during this read operation, the initial program load is abnormally terminated in step S5. When the reading operation is completed normally, in step S6, the program status word included in the read data is set in a predetermined location (not shown here) in the data processing device 1.
Successfully complete the initial program load. The program status word specifies the execution address and execution status of the program, and the data processing device 1 thereafter operates according to this program status word.

また、初期プログラム・ロードが異常終了した場合は、
ステップS7によりその旨をここでは図示しないシステ
ム・コンソールやパネルに表示したり、ログ情報として
ログ収納手段に収納する。
Also, if the initial program load terminates abnormally,
In step S7, this information is displayed on a system console or panel (not shown) or stored in the log storage means as log information.

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

ところで、一般に計算機システムにおけるオペレーティ
ング・システムでは、入出力装置2a〜2nに対する指
令が異常終了すると、それに引続き入出力装置2a〜2
nに対して異常終了の詳細原因を示すセンス情報を得る
ためのセンス指令を発行する。このセンス指令によって
、入出力装置23〜2nからはセンス情報が出力されて
データ処理装置1に送られ、異常終了の原因が追及され
る。
By the way, in general, in the operating system of a computer system, when a command to the input/output devices 2a to 2n is abnormally terminated, the input/output devices 2a to 2n are
A sense command is issued to n to obtain sense information indicating the detailed cause of the abnormal termination. In response to this sense command, sense information is output from the input/output devices 23 to 2n and sent to the data processing device 1, and the cause of the abnormal termination is investigated.

ところが、初期プログラム・ロードはオペレーティング
・システムが動作する前に行われる処理であり、したが
って従来の初期プログラム・ロド方式においては初期プ
ログラム・ロード時に入出力装置2a〜2nに対する指
令(初期プログラム・ロード)が異常終了した場合のそ
の原因を示すセンス情報の量が少なく、これにより操作
員は原因判明に多くの時間を要するという問題点があっ
た。
However, initial program loading is a process that is performed before the operating system operates, and therefore, in the conventional initial program loading method, commands to the input/output devices 2a to 2n are issued at the time of initial program loading (initial program loading). There is a problem in that the amount of sense information indicating the cause of an abnormal termination is small, and it takes an operator a lot of time to determine the cause.

この発明は上記のような問題点を解決するためになされ
たもので、入出力装置からデータ処理装置への初期プロ
グラム・ロードが異常終了した場合、その詳細原因を操
作員に提供し、異常原因を短時間で容易に知ることがで
きる初期プログラム・ロード方式を得ることを目的とす
る。
This invention was made to solve the above-mentioned problems, and when the initial program loading from the input/output device to the data processing device ends abnormally, the detailed cause is provided to the operator, and the cause of the abnormality is detected. The purpose of this invention is to obtain an initial program loading method that can be easily learned in a short time.

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

この発明に係る初期プログラム・ロード方式においては
、入出力装置2a〜2nからデータ処理装置lへの初期
プログラム・ロード時に、指定入出力装置に対するプロ
グラム読取り命令が異常終了した場合、データ処理装置
lは引続き指定入出力装置に対して異常終了原因を示す
センス情報を得るためのセンス指令をセンス指令発行手
段4より発行することを特徴とするものである。
In the initial program loading method according to the present invention, if the program read command for the specified input/output device terminates abnormally during initial program loading from the input/output devices 2a to 2n to the data processing device l, the data processing device l This is characterized in that the sense command issuing means 4 subsequently issues a sense command to the designated input/output device to obtain sense information indicating the cause of the abnormal termination.

〔作用〕[Effect]

初期プログラム・ロード時に、例えば入出力装置2aに
対するプログラム読取り命令が異常終了した場合、デー
タ処理装置lは引続き入出力装置2aに対してセンス指
令をセンス指令発行手段4より発行する。
If, for example, a program reading command to the input/output device 2a ends abnormally during initial program loading, the data processing device 1 continues to issue a sense command to the input/output device 2a from the sense command issuing means 4.

〔発明の実施例〕[Embodiments of the invention]

第2図はこの発明の一実施例に係る初期プログラム・ロ
ード方式を用いた計算機システムの要部構成を示すブロ
ック図であり、第4図に示す構成要素に対応するものに
は同一の符号を付し、その説明を省略する。第2図にお
いて、データ処理装置lに備えられるセンス指令発行手
段4は、入出力装置2a〜2nからデータ処理装置lへ
の初期プログラム・ロード時に、指定入出力装置に対す
るプログラム読取り命令が異常終了した場合、引続き指
定入出力装置に対して異常終了原因を示すセンス情報を
得るためのセンス指令を発行するものである。
FIG. 2 is a block diagram showing the configuration of main parts of a computer system using an initial program loading method according to an embodiment of the present invention, and the same reference numerals are given to components corresponding to those shown in FIG. and the explanation thereof will be omitted. In FIG. 2, the sense command issuing means 4 provided in the data processing device 1 detects that a program read command for the specified input/output device has abnormally terminated during initial program loading from the input/output devices 2a to 2n to the data processing device 1. In this case, a sense command is subsequently issued to the specified input/output device to obtain sense information indicating the cause of the abnormal termination.

次に第1図のフローチャートを参照してこの実施例の動
作について説明する。
Next, the operation of this embodiment will be explained with reference to the flowchart shown in FIG.

第1図において、ステップ81〜S6は初期プログラム
・ロードが正常終了した場合の手順を示し、第3図の従
来例と全く同一である。ステップS3にて読取り指令の
起動が不成功に終わった場合、あるいはステップS5に
おいて読取り動作が異常終了した場合に、ステップS8
において引続きその入出力装置2aに対してセンス指令
を発行する。そしてステップS9にて入出力装置2aか
らのセンス情報はチャネル・インタフェース3aを介し
てデータ処理装置lに読み取られる。この読み取られた
センス情報はステップSIOによってシステム・コンソ
ールやパネルに表示されて操作員に報告されたり、ログ
情報としてログ収納手段に収納される。
In FIG. 1, steps 81 to S6 show the procedure when the initial program loading is normally completed, and are completely the same as the conventional example shown in FIG. If the activation of the reading command ends in failure in step S3, or if the reading operation ends abnormally in step S5, step S8
Then, a sense command is issued to the input/output device 2a. Then, in step S9, the sense information from the input/output device 2a is read by the data processing device 1 via the channel interface 3a. This read sense information is displayed on the system console or panel in step SIO and reported to the operator, or is stored in the log storage means as log information.

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

以上のように本発明によれば、指定入出力装置に対する
プログラム読取り指令が異常終了した場合、データ処理
装置から引続き指定入出力装置に対してセンス指令を発
行するようにしたので、詳細なセンス情報が得られ、入
出力装置からデータ処理装置への初期プログラム・ロー
ドが異常終了した場合、その詳細原因が操作員に提供で
き、異常原因を短時間で容易に知ることができるという
効果が得られる。
As described above, according to the present invention, when a program read command to a designated input/output device terminates abnormally, the data processing device continues to issue a sense command to the designated input/output device, so detailed sense information can be obtained. is obtained, and if the initial program load from the input/output device to the data processing device ends abnormally, the detailed cause can be provided to the operator, and the effect is that the cause of the abnormality can be easily known in a short time. .

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

第1図はこの発明の一実施例に係る初期プログラム・ロ
ード方式の動作を説明するためのフローチャート、第2
図はこの実施例における計算機システムの要部構成を示
すブロック図、第3図は従来の初期プログラム・ロード
方式の動作を説明するためのフローチャート、第4図は
この従来例における計算機システムの要部構成を示すブ
ロック図である。 1・・・データ処理装置、2a〜2n・・・入出力装置
、4・・・センス指令発行手段。 代理人  大  岩  増  雄(ほか2名)第1図 男2図 第3図 第4図
FIG. 1 is a flowchart for explaining the operation of the initial program loading method according to an embodiment of the present invention, and FIG.
The figure is a block diagram showing the main part configuration of the computer system in this embodiment, FIG. 3 is a flowchart for explaining the operation of the conventional initial program loading method, and FIG. 4 is the main part of the computer system in this conventional example. FIG. 2 is a block diagram showing the configuration. DESCRIPTION OF SYMBOLS 1... Data processing device, 2a-2n... Input/output device, 4... Sense command issuing means. Agent Masuo Oiwa (and 2 others) Figure 1 Figure 2 Male Figure 3 Figure 4

Claims (1)

【特許請求の範囲】[Claims] 入出力装置からデータ処理装置への初期プログラム・ロ
ード時に、指定入出力装置に対するプログラム読取り指
令が異常終了した場合、データ処理装置は、センス指令
発行手段より引続き指定入出力装置に対して異常終了原
因を示すセンス情報を得るためのセンス指令を発行する
ことを特徴とする初期プログラム・ロード方式。
If the program read command to the specified input/output device terminates abnormally during initial program loading from the input/output device to the data processing device, the data processing device will continue to inform the specified input/output device of the cause of the abnormal termination using the sense command issuing means. An initial program loading method characterized by issuing a sense command to obtain sense information indicating.
JP10274389A 1989-04-21 1989-04-21 System for loading initial program Pending JPH02280251A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10274389A JPH02280251A (en) 1989-04-21 1989-04-21 System for loading initial program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10274389A JPH02280251A (en) 1989-04-21 1989-04-21 System for loading initial program

Publications (1)

Publication Number Publication Date
JPH02280251A true JPH02280251A (en) 1990-11-16

Family

ID=14335717

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10274389A Pending JPH02280251A (en) 1989-04-21 1989-04-21 System for loading initial program

Country Status (1)

Country Link
JP (1) JPH02280251A (en)

Similar Documents

Publication Publication Date Title
JP2762816B2 (en) Transaction execution trace information collection method
JPH02280251A (en) System for loading initial program
JP3143330B2 (en) Programmable controller
JPH0432413B2 (en)
JP2849780B2 (en) Computer system
JP3263987B2 (en) Automatic IPL initial setting processing method
JPS62284440A (en) Software resource maintenance system for terminal equipment
JPH0652012A (en) Information processor having diagnostic function for peripheral part of device
JPH117392A (en) Data processor obtained by duplexing auxiliary storage device and method for falling system of data processor
JP3207243B2 (en) Abnormal status display device
JP3054472B2 (en) Fault handling method in multitask system
JPH07295670A (en) Starting method for computer system
JPS5835648A (en) Program execution controlling system
JPH012150A (en) Dump execution control method
JPS60243747A (en) Reraising method of system program
JPS6116098B2 (en)
JPS63109545A (en) Self-diagnostic system for hardware
JPH04246711A (en) Fault restoration system for personal computer
JPH08286936A (en) System starting device
JPH09305431A (en) Debugging sentence acquiring method
JPH08221287A (en) System changeover controlling method
JPH04307637A (en) Pseudo channel device
JPH05165626A (en) Control program correction method
JPH02136927A (en) Language process program
JPS63255752A (en) Initial program loading system