JPH052550A - Input/output device control system - Google Patents

Input/output device control system

Info

Publication number
JPH052550A
JPH052550A JP15181991A JP15181991A JPH052550A JP H052550 A JPH052550 A JP H052550A JP 15181991 A JP15181991 A JP 15181991A JP 15181991 A JP15181991 A JP 15181991A JP H052550 A JPH052550 A JP H052550A
Authority
JP
Japan
Prior art keywords
input
output
devices
command
attribute
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
JP15181991A
Other languages
Japanese (ja)
Inventor
Tadashi Yoneyama
正 米山
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP15181991A priority Critical patent/JPH052550A/en
Publication of JPH052550A publication Critical patent/JPH052550A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain an extremely extensible system without restricting the number of devices to be connected to an I/O channel device in accordance with the sorts of the devices only by adding simple functions to the I/O channel device and each device to be connected to the I/O channel device. CONSTITUTION:The I/O channel device 21 is provided with a command issuing part 22, and when a power supply is turned on, issues, an attribute command to respective devices(26-0 to 26-5) corresponding to respective ID numbers ID#0 to ID#5 by means of the command issuing part 22 in order to check which devices are connected to an I/O bus 15. When device information such as the block length and device sort of each device is returned through an attribute informing part 27 in the device, the device 21 stores the returned device information.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、計算機システムにお
ける入出力チャネル装置の入出力装置制御方式に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an input / output device control system for an input / output channel device in a computer system.

【0002】[0002]

【従来の技術】1つの入出力チャネル装置(チャネル)
に数種の入出力装置(以下、デバイスと称する)が接続
された計算機システムは、一般に図3のように構成され
る。
2. Description of the Related Art One input / output channel device (channel)
A computer system in which several types of input / output devices (hereinafter referred to as devices) are connected to each other is generally configured as shown in FIG.

【0003】図3のシステムにおいて、11は入出力チャ
ネル装置であり、システムの制御中枢をなすCPU12、
および各種データ、プログラムの格納領域等を提供する
主記憶13と、システムバス14を介して相互接続されてい
る。
In the system of FIG. 3, reference numeral 11 denotes an input / output channel device, which is a control center of the system.
A main memory 13 that provides storage areas for various data and programs and the like are interconnected via a system bus 14.

【0004】入出力チャネル装置11には、SCSI(Sm
all Computer System Interface )バスで代表されるよ
うな入出力バス15を介して各種のデバイス16-0〜16-5が
接続されている。このデバイス16-0〜16-5は、それぞれ
異なるID番号(識別子)を持つ。
The I / O channel device 11 has a SCSI (Sm
Various devices 16-0 to 16-5 are connected via an input / output bus 15 typified by an all Computer System Interface) bus. The devices 16-0 to 16-5 have different ID numbers (identifiers).

【0005】さて、入出力バス15に接続される各種デバ
イス16-0〜16-5においては、転送量の指定単位であるブ
ロック(1ブロック)の長さ、即ちブロック長は必ずし
も同一ではない。また、入出力チャネル装置11がデバイ
ス16-0〜16-5に対して使用するコマンドについても必ず
しも共通でなく、デバイス種類に特有のもの(ハードデ
ィスク装置、光ディスク装置ではシークコマンドなど、
テープ装置ではリワインドコマンドなど)がある。
In the various devices 16-0 to 16-5 connected to the input / output bus 15, the length of a block (1 block) which is a designated unit of transfer amount, that is, the block length is not necessarily the same. Also, the commands used by the I / O channel device 11 for the devices 16-0 to 16-5 are not necessarily common, and are specific to the device type (such as seek command for hard disk device and optical disk device,
There is a rewind command in the tape device).

【0006】このため入出力チャネル装置11は、主記憶
13とデバイス16-i(iは0〜5のいずれか)との間の
データ転送制御のために同デバイス16-iにアクセスする
際には、そのデバイス16-iのブロック長やデバイス種
類、即ちそのデバイス16-iの属性(デバイス情報)を知
っていなければならない。もし、デバイス情報を知らな
い場合には、データ転送するカウント数を誤ったり、サ
ポートしていないコマンドをデバイスに送ってしまう等
のエラーが発生する。
Therefore, when the input / output channel device 11 accesses the device 16-i for controlling data transfer between the main memory 13 and the device 16-i (i is any of 0 to 5). Must know the block length and device type of the device 16-i, that is, the attribute (device information) of the device 16-i. If the device information is not known, an error occurs such that the count number for data transfer is incorrect, or an unsupported command is sent to the device.

【0007】そこで従来は、ID番号と入出力バス15に
接続されるデバイス16-iの種類を、図3に示すように固
定にする方式を適用していた。即ち、例えばID#0〜#3
(のデバイス16-0〜16-3)はハードディスク装置、ID
#4(のデバイス16-4)は光ディスク装置、そしてID#5
(のデバイス16-5)はテープ(磁気テープ)装置のよう
に、予め決めておくようにしていた。
Therefore, conventionally, a method of fixing the ID number and the type of the device 16-i connected to the input / output bus 15 as shown in FIG. 3 has been applied. That is, for example, IDs # 0 to # 3
(Device 16-0 to 16-3) is a hard disk device, ID
# 4 (device 16-4) is an optical disk device, and ID # 5
(Device 16-5) was designed in advance like a tape (magnetic tape) device.

【0008】この方式では、ID番号によりデバイスの
種類が固定的に決定されるため、入出力チャネル装置11
はID番号(ID#0〜#5) 毎に予めデバイス情報を持っ
ておくことができ、正しいデバイスアクセスが可能であ
った。
In this system, since the device type is fixedly determined by the ID number, the input / output channel device 11
The device information can be stored in advance for each ID number (ID # 0 to # 5), and correct device access was possible.

【0009】[0009]

【発明が解決しようとする課題】上記したように従来
は、ID番号とデバイスの種類を固定にしていたため、
入出力チャネル装置はID番号毎に予めデバイス情報を
持つことが可能であるものの、以下に述べるように、種
類により入出力チャネル装置に接続可能なデバイスの台
数が制限されるという問題があった。
As described above, since the ID number and the type of device are fixed in the past,
Although the I / O channel device can have device information in advance for each ID number, there is a problem that the number of devices connectable to the I / O channel device is limited depending on the type, as described below.

【0010】即ち、図3の例では、1本の入出力バス15
に最大6台のデバイスしか接続できないものとすると、
この入出力バス15に接続されるデバイスは、ハードディ
スク装置は最大4台、光ディスク装置は最大1台、テー
プ装置は最大1台というようにそれぞれ制限され、拡張
性がなかった。
That is, in the example of FIG. 3, one input / output bus 15
If you can connect only up to 6 devices to
The devices connected to the input / output bus 15 were limited to a maximum of four hard disk devices, a maximum of one optical disk device, and a maximum of one tape device, and were not expandable.

【0011】このため、図3のようなシステムにおいて
例えば光ディスク装置を6台接続したい場合には、次の
ような方式(a)または(b)を適用する必要があっ
た。 (a)入出力チャネル装置11と同様のチャネル装置をシ
ステムバス14に6台接続し、それぞれに光ディスク装置
を1台ずつ接続する方式。 (b)光ディスク装置を6台接続できるように(即ちI
D#0〜#5がいずれも光ディスク装置を示すように)、入
出力チャネル装置11を改造する方式。
Therefore, when it is desired to connect, for example, six optical disk devices in the system as shown in FIG. 3, it is necessary to apply the following method (a) or (b). (A) A method in which six channel devices similar to the input / output channel device 11 are connected to the system bus 14 and one optical disk device is connected to each. (B) Six optical disk devices can be connected (that is, I
A method of modifying the input / output channel device 11 so that D # 0 to D5 all indicate an optical disk device.

【0012】しかし、上記方式(a)では、光ディスク
装置1台につき入出力チャネル装置1台が必要となるの
で、システムが高価格となってしまう問題があった。ま
た、上記方式(b)では、1本の入出力バスに接続され
るデバイスの構成によって入出力チャネル装置を改造す
る必要があり、デバイス種類の組合せにより構成が何十
通りもできることから、多種の入出力チャネル装置を用
意しなければならないという問題があった。
However, in the above method (a), one input / output channel device is required for each optical disk device, so that there is a problem that the system becomes expensive. Further, in the above method (b), it is necessary to modify the input / output channel device according to the configuration of the device connected to one input / output bus, and there are dozens of configurations depending on the combination of device types. There was a problem that an I / O channel device had to be prepared.

【0013】この発明は上記事情に鑑みてなされたもの
でその目的は、入出力チャネル装置および同装置に接続
されるデバイス(入出力装置)に簡単な機能を付加する
だけで、入出力チャネル装置に接続されるデバイスの台
数がデバイス種類によって制限されないで済み、もって
拡張性に富むシステムの実現が図れる入出力装置制御方
式を提供することにある。
The present invention has been made in view of the above circumstances, and an object thereof is to add an easy function to an input / output channel device and a device (input / output device) connected to the input / output channel device. It is an object of the present invention to provide an input / output device control method that does not limit the number of devices connected to the device depending on the device type, and can realize a system with high expandability.

【0014】[0014]

【課題を解決するための手段】この発明は、入出力チャ
ネル装置内に、同チャネル装置に入出力バスを介して接
続され固有の識別子が任意に割当てられた各種のデバイ
ス(入出力装置)に対して、そのデバイスのデバイス情
報(属性)を認識するための特定コマンドを発行するコ
マンド発行手段を設けると共に、上記各デバイス内に、
コマンド発行手段により発行された特定コマンドに応じ
て自デバイスのデバイス情報を入出力チャネル装置に通
知する属性通知手段を設けたことを特徴とするものであ
る。
The present invention relates to various devices (input / output devices) in an input / output channel device which are connected to the channel device via an input / output bus and to which a unique identifier is arbitrarily assigned. On the other hand, while providing a command issuing means for issuing a specific command for recognizing the device information (attribute) of the device, in each device,
It is characterized in that attribute notifying means is provided for notifying the input / output channel device of device information of its own device in response to a specific command issued by the command issuing means.

【0015】[0015]

【作用】本発明においては、入出力チャネル装置から出
ている1本の入出力バスには、固有の識別子(ID番
号)が任意に割当てられた任意の種類の各種デバイスが
接続される。このように、ID番号とデバイスの種類を
可変にした場合、入出力チャネル装置は、入出力バスに
実際に接続されているデバイスのブロック長、デバイス
種類等のデバイス情報が分からない。
According to the present invention, one type of input / output bus output from the input / output channel device is connected to various types of devices to which arbitrary identifiers (ID numbers) are arbitrarily assigned. In this way, when the ID number and device type are made variable, the I / O channel device cannot know the device information such as the block length and device type of the device actually connected to the I / O bus.

【0016】そこで上記の構成では、入出力チャネル装
置内にデバイス情報を認識するための特定コマンドを発
行するコマンド発行手段を設け、例えば電源投入時に、
入出力バスに接続されている各デバイス毎に特定コマン
ド(アトリビュートコマンド)を発行し、そのデバイス
のデバイス情報の問合せを行う。これを受けたデバイス
は、同デバイス内に設けられた属性通知手段により、自
身のデバイス情報(属性)を入出力チャネル装置に通知
する。これにより入出力チャネル装置は、同装置に(共
通の入出力バスを介して)接続される各種デバイスのデ
バイス情報(ブロック長、デバイス種類など)を予め知
ることができる。
Therefore, in the above configuration, a command issuing means for issuing a specific command for recognizing device information is provided in the input / output channel device, and, for example, when the power is turned on,
A specific command (attribute command) is issued for each device connected to the input / output bus, and the device information of the device is inquired. The device which receives this notifies the input / output channel device of its own device information (attribute) by the attribute notifying means provided in the device. This allows the input / output channel device to know in advance the device information (block length, device type, etc.) of various devices connected to the device (via the common input / output bus).

【0017】[0017]

【実施例】以下、この発明の一実施例を図面を参照して
説明する。なお、図3と同一部分には同一符号を付し
て、説明を省略する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. The same parts as those in FIG. 3 are designated by the same reference numerals and the description thereof will be omitted.

【0018】図1は、本発明に直接関係する入出力チャ
ネル装置を備えた計算機システムの構成を示すブロック
図である。同図において、21は入出力チャネル装置であ
り、同チャネル装置21から出ているSCSIバスなどの
入出力バス15に接続される各種デバイスのデバイス情報
(属性)を認識するための特定コマンドであるアトリビ
ュートコマンド(attribute コマンド)を発行する機能
ブロック(以下、コマンド発行部と称する)22を持つ。
FIG. 1 is a block diagram showing the configuration of a computer system having an input / output channel device directly related to the present invention. In the figure, reference numeral 21 denotes an input / output channel device, which is a specific command for recognizing device information (attribute) of various devices connected to the input / output bus 15 such as the SCSI bus output from the same channel device 21. It has a functional block (hereinafter, referred to as a command issuing unit) 22 that issues an attribute command.

【0019】26-0〜26-5は入出力バス15に接続されるデ
バイスである。本実施例では、入出力バス15に接続可能
なデバイスの台数には例えば最大6台と制限があるが、
後述するように種類による制限はない。また、デバイス
に割当てるID番号(識別子)についても、種類によっ
て固定されるものではなく、予め定められている6種の
ID番号ID#0〜ID#5の中から(互いに重複しない範
囲で)任意に割当て可能である。図1の例では、デバイ
ス26-0〜26-5には、固有のID番号としてそれぞれID
#0〜ID#5が割当てられている。
26-0 to 26-5 are devices connected to the input / output bus 15. In the present embodiment, the number of devices that can be connected to the input / output bus 15 is limited to a maximum of 6, for example,
As described later, there is no limitation by type. Also, the ID number (identifier) assigned to the device is not fixed depending on the type, but can be selected from the six types of predetermined ID numbers ID # 0 to ID # 5 (within the range where they do not overlap with each other). Can be assigned to. In the example of FIG. 1, the devices 26-0 to 26-5 have IDs as unique ID numbers.
# 0 to ID # 5 are assigned.

【0020】各デバイス26-0〜26-5には、入出力チャネ
ル装置21からのアトリビュートコマンドに応じて自デバ
イスのデバイス情報(ブロック長、デバイス種類)を通
知する機能ブロック(以下、属性通知部と称する)27が
それぞれ設けられる。
Each of the devices 26-0 to 26-5 is provided with a functional block (hereinafter referred to as an attribute notifying unit) which notifies the device information (block length, device type) of its own device according to the attribute command from the input / output channel device 21. 27) are provided.

【0021】次に、図1の構成の動作を、図2のフロー
チャートを参照して説明する。入出力チャネル装置21
は、電源が投入されると、入出力バス15にどのようなデ
バイスが接続されているかを調べるために、図2のフロ
ーチャートに従う処理を行う。
Next, the operation of the configuration of FIG. 1 will be described with reference to the flowchart of FIG. I / O channel device 21
When the power is turned on, the device performs processing according to the flowchart of FIG. 2 in order to check what device is connected to the input / output bus 15.

【0022】即ち入出力チャネル装置21は、まずID番
号ID#iをID#0に初期設定し(ステップS1)、しか
る後にコマンド発行部22を用いて、そのID#i(=ID
#0)のデバイス(ここでは、デバイス26-0)に入出力バ
ス15を介してアトリビュートコマンドを発行する(ステ
ップS2)。
That is, the input / output channel device 21 first initializes the ID number ID # i to ID # 0 (step S1), and thereafter, using the command issuing unit 22, uses the ID # i (= ID
An attribute command is issued to the device (# 0) (here, the device 26-0) via the input / output bus 15 (step S2).

【0023】ID#i(のデバイス)宛てアトリビュート
コマンドは、ID#i(ここではID#0)が割当てられて
いるデバイス26-j(jは0〜5のいずれか)がシステム
内に存在するならば(入出力バス15に接続されているな
らば)、そのデバイス26-jにて受信される。これにより
デバイス26-jは、同デバイス26-jの属性通知部27を用い
て、自身のブロック長、デバイス種類等を記述したデバ
イス情報を入出力バス15を介して入出力チャネル装置21
に通知する。
In the attribute command addressed to (the device of) ID # i, the device 26-j (j is any of 0 to 5) to which the ID # i (here, ID # 0) is assigned exists in the system. If (if connected to the I / O bus 15) then it is received at the device 26-j. As a result, the device 26-j uses the attribute notifying unit 27 of the device 26-j to output device information describing its block length, device type, etc. via the I / O bus 15 to the I / O channel device 21.
To notify.

【0024】さて、入出力チャネル装置21は、ID#i
(のデバイス)宛てのアトリビュートコマンドを発行す
ると、タイマを起動した上で(ステップS3)、ID#i
のデバイスからのデバイス情報通知を待ち(ステップS
4)、デバイス情報が通知されたならば(タイマをリセ
ットし)、同情報をID番号(ID#i)に対応させて内
部記憶する(ステップS5)。これに対し、ID#iが割
当てられているデバイス26-jがシステム内に存在せず、
したがってタイムアウトが検出されても(ステップS
6)デバイス情報が通知されなかった場合には、入出力
チャネル装置21は、そのID#iのデバイスがシステム内
に存在しないことを内部記憶する(ステップS7)。
Now, the input / output channel device 21 uses ID # i
When an attribute command addressed to (device of) is issued, the timer is started (step S3), and ID # i
Waiting for device information notification from the device (step S
4) If the device information is notified (reset the timer), the information is internally stored in association with the ID number (ID # i) (step S5). On the other hand, the device 26-j to which ID # i is assigned does not exist in the system,
Therefore, even if a timeout is detected (step S
6) When the device information is not notified, the I / O channel device 21 internally stores that the device with the ID # i does not exist in the system (step S7).

【0025】入出力チャネル装置21は、上記ステップS
5またはS7を実行すると、ID#i←ID#(i+1)により
次のID番号を設定する(ステップS8)。そして入出
力チャネル装置21は、i≦5であるか否かを調べ(ステ
ップS9)、i≦5であれば、ID#5までのID番号の
デバイスからのデバイス情報収集は完了していないもの
としてステップS2に戻り、+1後のID番号(のデバ
イス)宛てにアトリビュートコマンドを発行し、上記し
たデバイス情報収集を行う。
The input / output channel device 21 uses the above step S.
When 5 or S7 is executed, the next ID number is set by ID # i ← ID # (i + 1) (step S8). Then, the I / O channel device 21 checks whether i ≦ 5 (step S9). If i ≦ 5, device information collection from devices with ID numbers up to ID # 5 is not completed. Then, the process returns to step S2, and an attribute command is issued to (the device of) the ID number after +1 to collect the above device information.

【0026】以上のようにして、入出力チャネル装置21
はアトリビュートコマンド発行によるデバイス情報収集
をID#0〜ID#5まで繰返す。この結果、図1のよう
に、許容される最大台数のデバイス、即ち6台のデバイ
ス26-0〜26-5が入出力バス15に接続されている場合に
は、これらデバイス26-0〜26-5の各デバイス情報が、I
D#0〜#5に対応して入出力チャネル装置21内に記憶され
る。
As described above, the input / output channel device 21
Repeats the device information collection by issuing the attribute command from ID # 0 to ID # 5. As a result, as shown in FIG. 1, when the maximum allowable number of devices, that is, the six devices 26-0 to 26-5 are connected to the input / output bus 15, these devices 26-0 to 26 -5 each device information is I
It is stored in the input / output channel device 21 corresponding to D # 0 to D5.

【0027】以降、入出力チャネル装置21は、主記憶13
とデバイス26-jとの間のデータ転送を指示するCPU12
からの入出力命令(SIO命令)を受付け、(電源投入
時に収集しておいた)そのデバイス26-jのデバイス情報
に従ってそのデバイス26-jにアクセスすることができ
る。
After that, the input / output channel device 21 operates in the main memory 13
12 that directs data transfer between the device and the device 26-j
The I / O command (SIO command) from the device 26-j can be received and the device 26-j can be accessed according to the device information of the device 26-j (collected when the power is turned on).

【0028】このように、本実施例における入出力チャ
ネル装置21は、入出力バス15に接続されている各デバイ
ス26-0〜26-5のID番号とデバイス情報を電源投入時に
収集しておき、このデバイス情報に従って各デバイス26
-0〜26-5にアクセスすることができる。このため、ID
番号とデバイスの種類を固定にする必要がなくなり、入
出力チャネル装置21から出ている入出力バス15(に接続
可能な最大デバイス数)を最大限に利用することができ
る。
As described above, the input / output channel device 21 in this embodiment collects the ID numbers and device information of the devices 26-0 to 26-5 connected to the input / output bus 15 when the power is turned on. , Each device according to this device info 26
-Can access 0 to 26-5. Therefore, the ID
It is not necessary to fix the number and the type of device, and the I / O bus 15 (maximum number of devices connectable to) of the I / O channel device 21 can be used to the maximum.

【0029】即ち図1のシステムの例では、ID#0には
ハードディスク装置でも、光ディスク装置でも、更には
テープ装置でも、種類に関係なくデバイスが任意に接続
できる。このことは、他のID#1〜#5でも同様である。
したがって図1のシステムでは、ハードディスク装置、
光ディスク装置、或いはテープ装置のいずれの種類で
も、最大6台まで接続することができる。なお、図3に
示す従来方式のシステムでは、前記したようにハードデ
ィスク装置は最大4台、光ディスク装置は最大1台、テ
ープ装置は最大1台しか接続できない。
That is, in the example of the system of FIG. 1, a device can be arbitrarily connected to the ID # 0 regardless of the type, whether it is a hard disk device, an optical disk device, or a tape device. This also applies to the other IDs # 1 to # 5.
Therefore, in the system of FIG.
It is possible to connect a maximum of 6 units in either type of optical disk device or tape device. In the conventional system shown in FIG. 3, as described above, only four hard disk devices, one optical disk device and one tape device can be connected.

【0030】[0030]

【発明の効果】以上詳述したようにこの発明によれば、
入出力チャネル装置に入出力バスを介して接続され固有
の識別子が任意に割当てられた各種のデバイスに対し
て、そのデバイスのデバイス情報(属性)を認識するた
めの特定コマンドを入出力チャネル装置から各デバイス
に発行し、各デバイスからデバイス情報を通知してもら
う構成としたので、このデバイス情報を利用することに
より、ID番号とデバイスの種類を固定にしなくても各
デバイスに正しくアクセスすることができる。したがっ
て、この発明によれば、入出力チャネル装置に接続され
るデバイスの台数がデバイス種類によって制限されない
で済み、システムの拡張性が向上する。
As described in detail above, according to the present invention,
From the I / O channel device, a specific command for recognizing the device information (attribute) of the device is attached to various devices that are connected to the I / O channel device via the I / O bus and are arbitrarily assigned unique identifiers. It is configured to be issued to each device and notified of device information from each device. By using this device information, it is possible to access each device correctly without fixing the ID number and device type. it can. Therefore, according to the present invention, the number of devices connected to the input / output channel device is not limited by the device type, and the system expandability is improved.

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

【図1】この発明を適用する入出力チャネル装置を備え
た計算機システムの一実施例を示すブロック構成図。
FIG. 1 is a block configuration diagram showing an embodiment of a computer system including an input / output channel device to which the present invention is applied.

【図2】図1に示す入出力チャネル装置21のデバイス情
報収集処理の手順を説明するためのフローチャート。
FIG. 2 is a flowchart for explaining the procedure of device information collection processing of the input / output channel device 21 shown in FIG.

【図3】従来例を示すブロック構成図。FIG. 3 is a block diagram showing a conventional example.

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

12…CPU、13…主記憶、14…システムバス、15…入出
力バス、21…入出力チャネル装置、22…コマンド発行
部、26-0〜26-5…デバイス(入出力装置)、27…属性通
知部。
12 ... CPU, 13 ... Main memory, 14 ... System bus, 15 ... I / O bus, 21 ... I / O channel device, 22 ... Command issuing unit, 26-0 to 26-5 ... Device (I / O device), 27 ... Attribute notification part.

Claims (1)

【特許請求の範囲】 【請求項1】 主記憶と各種の入出力装置との間のデー
タ転送を制御する入出力チャネル装置を備えた計算機シ
ステムにおいて、上記入出力チャネル装置から、同チャ
ネル装置に入出力バスを介して接続され固有の識別子が
任意に割当てられた各種の入出力装置に対し、その入出
力装置の属性を認識するための特定コマンドを発行する
コマンド発行手段と、このコマンド発行手段によって発
行された上記特定コマンドを受けた入出力装置から上記
入出力チャネル装置に対し、自入出力装置の属性を通知
する属性通知手段と、を具備し、上記入出力チャネル装
置は、同装置に接続された各入出力装置に対して上記コ
マンド発行手段により上記特定コマンドを発行すること
で、上記各入出力装置の属性を得るようにしたことを特
徴とする入出力装置制御方式。
Claim: What is claimed is: 1. A computer system comprising an input / output channel device for controlling data transfer between a main memory and various input / output devices, wherein the input / output channel device is changed to the same channel device. Command issuing means for issuing a specific command for recognizing the attribute of the input / output device to various input / output devices connected via the input / output bus and arbitrarily assigned unique identifiers, and this command issuing means An attribute notifying unit for notifying the input / output channel device of the self-input / output device from the input / output device receiving the specific command issued by the input / output device. By issuing the specific command by the command issuing means to each connected input / output device, the attribute of each input / output device can be obtained. Input and output device control method in which the butterflies.
JP15181991A 1991-06-24 1991-06-24 Input/output device control system Pending JPH052550A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15181991A JPH052550A (en) 1991-06-24 1991-06-24 Input/output device control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15181991A JPH052550A (en) 1991-06-24 1991-06-24 Input/output device control system

Publications (1)

Publication Number Publication Date
JPH052550A true JPH052550A (en) 1993-01-08

Family

ID=15527011

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15181991A Pending JPH052550A (en) 1991-06-24 1991-06-24 Input/output device control system

Country Status (1)

Country Link
JP (1) JPH052550A (en)

Similar Documents

Publication Publication Date Title
US6336120B1 (en) Method and system for supporting hierarchical storage management (HSM) file system across multiple platforms
US5463381A (en) Database system having a plurality of nodes communicating with each other via communication network
US5845130A (en) Mailbox traffic controller
JPH052550A (en) Input/output device control system
JP2579170B2 (en) Memory card
JPH06309265A (en) Dynamic selection method for driver program of information processor
JPS59116875A (en) Ipl method of multiprocessor system
US20040193761A1 (en) Storage medium storing identifier-correspondence recognizing program, information processing apparatus, and I/O-device sharing system
JPH05257854A (en) Computer system
JP2808879B2 (en) Connection check method for magnetic disk controller
JPH04315217A (en) Cd-rom library control system
JPH02201559A (en) Hierarchical memory controller
JPH06139178A (en) Device for extending storage device
JPS6368960A (en) Sequential access controller for shared storage medium
JPH0314019A (en) Access system for medium collective device
JPS5856126A (en) Data transfer device
JPH0424135U (en)
JPS59221897A (en) Semiconductor storage device
JPH0588903A (en) Control program load system
JPS62100853A (en) Loading control system for initial program
JPH0816405A (en) System initializing device
JPH04174081A (en) Drawing data control system
JPS59226933A (en) Communication controller
JPH031224A (en) Input/output system
JPH03257560A (en) Input/output interface selection system