JPS63115224A - Input/output processing system - Google Patents

Input/output processing system

Info

Publication number
JPS63115224A
JPS63115224A JP61260665A JP26066586A JPS63115224A JP S63115224 A JPS63115224 A JP S63115224A JP 61260665 A JP61260665 A JP 61260665A JP 26066586 A JP26066586 A JP 26066586A JP S63115224 A JPS63115224 A JP S63115224A
Authority
JP
Japan
Prior art keywords
disk
request
channel
cache
input
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.)
Granted
Application number
JP61260665A
Other languages
Japanese (ja)
Other versions
JP2523539B2 (en
Inventor
Akira Yamamoto
彰 山本
Hiroyuki Kitajima
北嶋 弘行
Yoshiro Shirayanagi
白柳 芳朗
Akira Kurano
倉野 昭
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP61260665A priority Critical patent/JP2523539B2/en
Publication of JPS63115224A publication Critical patent/JPS63115224A/en
Application granted granted Critical
Publication of JP2523539B2 publication Critical patent/JP2523539B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To increase the disk input/output processing speed by dividing the area of one disk device and simultaneously performing the seek and search operation and the data transfer between a disk cache and a channel of different I/O requests. CONSTITUTION:One disk device 15 is divided into plural logical devices 30, and each logical device 30 consists of logical tracks 33 and logical cylinders 34, and one disk device 15 includes several disk devices of various formats when viewed from an operating system. Therefore, a controller 13 executes the processing of an I/O request even during the seek and search operation of the disk device 15 if this I/O request to the area to which another logical device is assigned is issued from a channel 12 and requests the data transfer between the cache of the controller 13 and the channel 12, thus increasing the disk input/output processing speed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 ディスク・キャッシュを有する工/○系における入出力
処理の高速化に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to speeding up input/output processing in engineering/○ systems having disk caches.

〔従来の技術〕[Conventional technology]

計算機システムにおいて、工/○要求は各入出力装置、
すなわち、デバイスに対して発行される。
In a computer system, engineering/○ requests are made by each input/output device,
That is, it is issued to the device.

CPU側でこの■/○管理を行っているオペレーティン
グ・システムはすでにI/O要求を受け付けているデバ
イスに対してはI/O要求を発行しないようにしている
。これは、このデバイスがすでに動作を開始しているた
めに、このデバイスに対してさらにI/O要求を発行し
ても、直接1/O時間の短縮ということにはつながらな
いためである。
The operating system that performs this ■/○ management on the CPU side prevents issuing I/O requests to devices that have already accepted I/O requests. This is because, since this device has already started operating, issuing further I/O requests to this device will not directly lead to a reduction in I/O time.

一方、制御装置にディスク・キャッシュを設けると、あ
るデバイスがシーク・サーチ動作を実行している時チャ
ネルとディスク・キャッシュの間でデータ転送が可能で
あるため、I/O要求の対象となるデータがキャッシュ
内に存在すれば、キャッシュからチャネルを経由して主
記憶にデータを転送することができる。
On the other hand, if a disk cache is provided in the control unit, data can be transferred between the channel and the disk cache when a device is performing a seek search operation, so the data that is the subject of an I/O request is exists in the cache, the data can be transferred from the cache to main memory via the channel.

IBM社製3880−11型デイスク・キャッシュ(I
BMプロダクト アナウンスメント(Product 
Annouce ment) : I B M 388
0ストレージ コントロール モデル11 フォー ハ
イスピード ペイジング アンド スワツピング(I 
BM3880 Storage Control Mo
del  11for High−8peed Pag
ing and Swapping) )では、1台の
物理的なディスク装置に対して4つの論理デバイス・ア
ドレスを与え入出力処理の高速化を図っている。しかし
、本発明の様に、1台のデバイスを他の型式のデバイス
に等しいいくつかの型式に分割して、それぞれの分割単
位の1つづつに論理デバイス・アドレスを割り当てると
いう方式%式% 〔発明が解決しようとする問題点〕 従来のディスク・キャッシュ・システムにおける論理デ
バイス方式では、複数の論理デバイスを1つの物理的な
デバイスに割り当てようとするとオペレーティング・シ
ステムには変更を加える必要がある。例えば、単に1つ
のデバイス全体にn個の論理デバイスを割り当てたとす
る。この場合、オペレーティング・システムはこの物理
的なデバイスがn個の論理的なデバイス・アドレスを持
っていることを知る必要がある。すなわち、オペレーテ
ィング・システム上に新たに、I/O要求をn個まで受
け付けられるデバイスを定義し、オペレーティング・シ
ステムもこの定義に基き、このデバイスにはn個までI
/O要求を発行するようにする必要があるためである。
IBM Model 3880-11 Disk Cache (I
BM Product Announcement
Announcement): IBM 388
0 Storage Control Model 11 for High Speed Paging and Swapping (I
BM3880 Storage Control Mo
del 11for High-8peed Pag
ing and swapping)), four logical device addresses are assigned to one physical disk device to speed up input/output processing. However, as in the present invention, one device is divided into several types that are equivalent to other types of devices, and a logical device address is assigned to each division unit. Problems to be Solved by the Invention] With the logical device method in conventional disk cache systems, it is necessary to make changes to the operating system when attempting to allocate a plurality of logical devices to one physical device. For example, suppose that n logical devices are simply assigned to one entire device. In this case, the operating system needs to know that this physical device has n logical device addresses. In other words, a new device is defined on the operating system that can accept up to n I/O requests, and the operating system also accepts up to n I/O requests based on this definition.
This is because it is necessary to issue an /O request.

一般的にオペレーティングシステムの変更は大きなコス
トを必要とする。本発明は、オペレーティング・システ
ムの変更なく、ディスク装置のシーク・サーチ動作中に
、別工/○要求を受け付け、同一ディスク装置に関する
データ転送をチャネルとディスク・キャッシュとの間で
実行することである。
Changing the operating system generally requires large costs. The present invention is to accept a special/○ request during a seek search operation of a disk device and to execute data transfer regarding the same disk device between a channel and a disk cache without changing the operating system. .

〔問題点を解決するための手段〕[Means for solving problems]

すでに述べた問題点を解決するため、ディスク装置を他
の型式のディスク装置の型式に等しくなるような領域単
位に分割し、それぞれの領域に対して1つの論理デバイ
ス・アドレスを割り当てる。
In order to solve the problems already mentioned, a disk drive is divided into area units that are equivalent to other types of disk drives, and one logical device address is assigned to each area.

これにより、オペレーティング・システムからは他の型
式のディスク装置が何台か接続されているように見える
ため、特にオペレーティング・システムを変更すること
なく、同一物理的ディスク装置に関して、異なったI/
O要求のシーク・サーチ動作と、ディスク・キャッシュ
とチャネルとのデータ転送を同時に実行できる。
This makes it appear to the operating system that several other types of disk units are connected, so you can connect different I/Os to the same physical disk unit without changing the operating system.
O-request seek and search operations and data transfer between the disk cache and the channel can be executed simultaneously.

〔作用〕[Effect]

オペレーティング・システムは1台のディスク装置が他
の型式のいくつかのディスク装置に見える。このため、
ディスク装置が実際にシーク・サーチ動作をしていても
、別の論理デバイスが割り当てられている領域のI/O
要求は発行されることになる。制御装置は、との工/○
要求がキャッシュとチャネルとのデータ転送を行うもの
であれば、この処理を実行する。ただし、CPU側から
発行されるI/O要求のアドレスと実際のディスク上の
アドレスは異るため、アドレス変換機能を持つ必要があ
る。
To the operating system, one disk device appears to be several disk devices of other types. For this reason,
Even if the disk device is actually performing a seek/search operation, I/O to an area allocated to another logical device
The request will be issued. The control device is manufactured by Tonoko/○
If the request is for data transfer between the cache and the channel, this process is executed. However, since the address of the I/O request issued from the CPU side and the actual address on the disk are different, it is necessary to have an address conversion function.

〔実施例〕〔Example〕

以下、本発明の一実施例について述べる。 An embodiment of the present invention will be described below.

第1図は本発明の対象となる計算機システム構成図であ
り、CPUl01主記憶装置11、チャネル12、制御
装置13、ディスク装置15より構成される。また、C
PUl0側には、入出力管理を行うオペレーティング・
システム14が存在する。第1図では、チャネル12以
下の装置は、1系列としたが、複数系列になっていても
よい。
FIG. 1 is a configuration diagram of a computer system to which the present invention is applied, and is composed of a CPU 101, a main storage device 11, a channel 12, a control device 13, and a disk device 15. Also, C
On the PUl0 side, there is an operating system that performs input/output management.
A system 14 exists. In FIG. 1, devices with channels 12 and below are in one series, but they may be in multiple series.

制御装置13は、複数のチャネル12を経由して複数の
CPUl0と接続する構成も可能である。
The control device 13 can also be configured to be connected to a plurality of CPUs 10 via a plurality of channels 12.

ディスク装置15は、データ転送パスを1本しか持って
いないが、マルチパス構成にしてもよい。
Although the disk device 15 has only one data transfer path, it may have a multipath configuration.

第2図は制御装置13の内部構成を示す。ディレクタ(
入出力プロセッサ)20はチャネル12から入出力要求
を受け取り、ディスク装置15の入出力制御、データ転
送を行う。さらに、規定のりブレイス・アルゴリズムに
従って、ディスク・キャッシュ21上のデータのりブレ
イスを置き換えを行う。制御装置B内には、ディレクタ
20が1個以上あってもよい。ただし、ディスク装置1
5へのデータ転送パスはディレクタ20ごとに設けられ
る。ディスク・キャッシュ21は、それぞれのディレク
タ20ごとに設けてもよいし、複数のディレクタ20が
1つのディスク・キャッシュ21を共有してもよい。複
数のディレクタ20が存在する時には、同一ディスク装
置15に関して、別I/O要求のチャネル12とディス
ク・キャッシュ21の間のデータ転送を同時に実行でき
る。また、ディレクタ20があるディスク装置15のシ
ーク・サーチ動作、あるいは、ディスク装置15とディ
スク・キャッシュの転送を行っている時にも、同一ディ
スク装置15に関して、異ったディレクタ20かチャネ
ル12とディスク・キャッシュ21の間でデータ転送が
可能となる。
FIG. 2 shows the internal configuration of the control device 13. director(
The input/output processor (input/output processor) 20 receives input/output requests from the channel 12 and performs input/output control of the disk device 15 and data transfer. Furthermore, the data braces on the disk cache 21 are replaced according to a prescribed brace algorithm. There may be one or more directors 20 within the control device B. However, disk device 1
5 is provided for each director 20. A disk cache 21 may be provided for each director 20, or a plurality of directors 20 may share one disk cache 21. When a plurality of directors 20 exist, data transfer between the channel 12 of another I/O request and the disk cache 21 can be executed simultaneously with respect to the same disk device 15. Also, when a disk device 15 with a director 20 is performing a seek search operation or a disk cache is being transferred between the disk device 15 and the disk device 15, the same disk device 15 may be connected to a different director 20 or channel 12. Data transfer between caches 21 becomes possible.

ただし、本実施例では第2図に示したようにディレクタ
2oが1つの場合について述べるが、これはディレクタ
20が複数存在する場合にも容易に適用可能である。デ
ィスク・キャッシュ21がない場合には、ディレクタ2
0は、同時に1つのデ−タ転送しか行なわないのが一般
的であった。しかし、ディスク・キャッシュを導入した
場合、ディレクタ20が、別々のディスク装置15の入
出力処理を受け付け、ディスク装置15とディスク・キ
ャッシュ21の間のデータ転送と、別ディスク装置15
の中のデータでディスク・キャッシュ21上にロードさ
れているデータに関するディスク・キャッシュ21とチ
ャネル12とのデータ転送を同時に実行できる機能(以
下、これを並列転送機能と呼ぶ。)を持つことにより、
入出力処理の高速化が可能となる。特開昭59−/O0
964号はこの並列転送について述べたものである。本
発明では、ディレクタ20が並列転送機能と持たない場
合には、同一のディスク装置15に関し、ある工/O要
求のシーク・サーチ動作と別I/O要求のチャネル12
、ディスク・キャッシュ21間のデータ転送処理は並列
動作が可能となる。一方、ディレクタが並列転送機能を
持つ場合には、同一ディスク装置15に関し、あるI/
O要求のシーク・サーチ動作、ディスク装置15とディ
スク・キヤツシュ21との間のデータ転送と、別I/O
要求のチャネル12とディスク・キャッシュ21の間の
データ転送の同時動作が可能となる。以下、本実施例で
は、並列転送不可の場合について詳細に述べるが、ディ
レクタ20が並列転送機能を持つ場合にも容易に適用可
能である。
However, in this embodiment, the case where there is one director 2o as shown in FIG. 2 will be described, but this can be easily applied to the case where there are a plurality of directors 20. If disk cache 21 is not available, director 2
0 generally performed only one data transfer at a time. However, when a disk cache is introduced, the director 20 accepts input/output processing of separate disk devices 15, transfers data between the disk device 15 and the disk cache 21, and transfers data between the disk devices 15 and the disk cache 21.
By having a function that can simultaneously execute data transfer between the disk cache 21 and the channel 12 regarding data loaded on the disk cache 21 (hereinafter referred to as parallel transfer function),
It is possible to speed up input/output processing. JP-A-59-/O0
No. 964 describes this parallel transfer. In the present invention, when the director 20 does not have a parallel transfer function, the seek/search operation for one I/O request and the channel 12 for another I/O request regarding the same disk device 15
, data transfer processing between the disk cache 21 can be performed in parallel. On the other hand, if the director has a parallel transfer function, a certain I/O with respect to the same disk device 15
O request seek/search operations, data transfer between the disk device 15 and disk cache 21, and separate I/O
Simultaneous operation of data transfer between request channel 12 and disk cache 21 is possible. In the present embodiment, a case in which parallel transfer is not possible will be described in detail below, but it can also be easily applied to a case where the director 20 has a parallel transfer function.

第3図は、1台のディスク装置15の論理デバイス30
への分割方法を示したものである。通常、ディスク装置
15は、第3図(a)に示すように、トラック31、シ
リンダ32(トラック31の集合)より構成される。デ
ィスク装置15の型式が異れば、トラック31のサイズ
、一つのシリンダ32と構成するトラック31の数、デ
ィスク装置を構成するトラックの数は異るのが通常であ
る。
FIG. 3 shows a logical device 30 of one disk device 15.
This shows how to divide into. Usually, the disk device 15 is composed of tracks 31 and cylinders 32 (a set of tracks 31), as shown in FIG. 3(a). If the type of disk device 15 is different, the size of the track 31, the number of tracks 31 forming one cylinder 32, and the number of tracks forming the disk device are usually different.

本発明は、第3図に示すように1つのディスク装置15
がいくつかの論理デバイス30に分割する。
The present invention provides one disk device 15 as shown in FIG.
is divided into several logical devices 30.

この場合、ディスク装置15上のデータは複数ある論理
デバイス30の中のどれか1つにあるというように解釈
する。論理デバイス30は、論理トラック33、論理シ
リンダ34により構成される。
In this case, the data on the disk device 15 is interpreted as being in one of the plurality of logical devices 30. The logical device 30 is composed of logical tracks 33 and logical cylinders 34.

この場合、論理トラック33のサイズ1つの論理シリン
ダ34を構成する論理トラック33の数、論理デバイス
30を構成する論理シリンダ34の数は、実際に存在す
る他の型式のディスク装置15に等しいものとする。従
って、1つの論理デバイス30は、トラック・サイズ、
1シリンダ当たりのトラック数、装置当りのシリンダ数
の等しい他の型式のディスク装置1台に見えることにな
る。従って、CPUl0側のオペレーティング・システ
ム16からは、この論理デバイス30のみが見えること
になるため、論理デバイス30に対して工/○要求を発
行することになる。従って、ディレクタ20はI/○要
求を受け収った時、入出力対象となる実際のディスク装
置15上のアドレスを計算する必要がある。また、シー
ク・サーチ動作を要求とする工/○要求と受け付けた場
合、他のI/O要求によりすでに、ディスク装置15が
シーク・サーチ動作中である可能性がある。従って、1
度このI/O要求を記憶し、待たせる必要がある。第4
図に、これを記憶するための工/Oキュー40と示す6
I/Oキユー40の中には、I/O要求内容41、論理
デバイス1D42が格納される。このキューはFIF○
(First−In−First−Out)で処理され
る。なお、このI/Oキューは1台のディスク装置15
に対応して1つづつ設けられる。
In this case, the size of the logical track 33, the number of logical tracks 33 constituting one logical cylinder 34, and the number of logical cylinders 34 constituting the logical device 30 are equal to those of other types of disk devices 15 that actually exist. do. Therefore, one logical device 30 has a track size of
It looks like one disk device of another type with the same number of tracks per cylinder and the same number of cylinders per device. Therefore, since only this logical device 30 is visible from the operating system 16 on the CPU10 side, an operation/○ request is issued to the logical device 30. Therefore, when the director 20 receives an I/○ request, it is necessary to calculate the address on the actual disk device 15 to be input/output. Further, if a work/○ request requesting a seek search operation is received, there is a possibility that the disk device 15 is already in the seek search operation due to another I/O request. Therefore, 1
It is necessary to memorize this I/O request and make it wait. Fourth
In the figure, a work/o queue 40 for storing this information is shown.
In the I/O queue 40, I/O request contents 41 and logical device 1D42 are stored. This queue is FIF○
(First-In-First-Out). Note that this I/O queue consists of one disk device 15.
One is provided corresponding to each.

以下、ディレクタ20の処理内容について、第5図を用
いて説明する。ディレクタ20は、チャネル12から要
求を受け付けた時、ディスク装置15の位置付け(シー
ク・サーチ動作)が完了した時に、処理を開始する。以
上の処理をステップ500.501で実行する。
The processing contents of the director 20 will be explained below with reference to FIG. The director 20 starts processing when it receives a request from the channel 12 and when the positioning of the disk device 15 (seek search operation) is completed. The above processing is executed in steps 500 and 501.

まず、チャネル12からI/O要求と受け取った場合に
ついて述べる。ステップ502で、I/O要求のアドレ
ス変換を行い、ディスク装置15のどの位置に対するI
/O要求であるのかを把握する。次に、ステップ503
では、このI/O要求が、ただちに、チャネル12とデ
ィスク・キャッシュ21の間にデータ転送に入いれるか
どうかを例えば、アクセス対象となるデータがディスク
キャッシュ内に存在するかなどということを、チェック
する。データ転送に入いれる場合は、ステップ504で
、この処理を行う。この後、この工/O要求を終了して
よいかをステップ505で判別し、このデータの転送の
後、シーク・サーチ動作に入る必要があれば、ステップ
506ヘジヤンブする。
First, the case where an I/O request is received from channel 12 will be described. In step 502, the address of the I/O request is converted, and the I/O request is
/O Check whether it is a request. Next, step 503
Now, check whether this I/O request is immediately transferred to data between the channel 12 and the disk cache 21, for example, whether the data to be accessed exists in the disk cache. do. If data transfer is to be started, this processing is performed in step 504. Thereafter, it is determined in step 505 whether this work/o request may be terminated, and if it is necessary to enter a seek/search operation after this data transfer, step 506 is carried out.

次に、直ちにシーク・サーチ動作に入いる場合について
述べる。ステップ506では、シーク・サーチ対象とな
るディスク装置15が、現在シーク・サーチ動作を行っ
ているかをチェックする。
Next, a case will be described in which the seek/search operation is immediately started. In step 506, it is checked whether the disk device 15 that is the target of the seek search is currently performing a seek search operation.

動作中であれば、ステップ507でこのI/O要求をI
/Oキュー40の最後尾にとの工/○要求を登録する。
If it is in operation, this I/O request is sent to I/O in step 507.
The /O request is registered at the end of the /O queue 40.

動作中でない場合には、ステップ508でこのディスク
装置15に対して、位置付は要求を発行する。
If it is not in operation, a location request is issued to this disk device 15 in step 508.

次に、ディスク装置15からの位置付は完了要求を受け
付けた場合について述べる。ステップ509で指定され
たデータ転送に入り、との工/O要求で必要な処理をす
べて行い、この工/○要求と終了させる。次に、ステッ
プ5/Oで、I/Oキュー40をサーチし、待ちに入っ
ている工/O要求があるかをさがす。この要求があれば
、ステップ511で、I/Oキュー40の先頭から工/
○要求を取り出し、ディスク装置15に対するシーク・
サーチ要求を発行し、処理を終える。
Next, a case will be described in which a positioning completion request from the disk device 15 is received. In step 509, the specified data transfer begins, performs all necessary processing for the work/o request, and ends this work/o request. Next, in step 5/O, the I/O queue 40 is searched for any pending work/o requests. If there is this request, in step 511, the process starts from the head of the I/O queue 40.
○Retrieve the request and perform a seek to the disk device 15.
Issue a search request and finish processing.

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

本発明は、ディスク・キャッシュを有する工/Oサブ・
システムにおいて、CPU例のオペ−ティング・システ
ムの変換を必要とせず、同一ディスク装置に関して、別
I/O要求のシーク・サーチ動作とチャネルとディスク
・キャッシャ間のデータ転送と並列に実行させることに
より、ディスク入出力処理の高速化を図るものである。
The present invention provides an engineering/O sub-system with a disk cache.
In the system, the seek search operation of another I/O request and the data transfer between the channel and the disk cacher can be executed in parallel with respect to the same disk device without requiring conversion of the operating system of the CPU example. , which aims to speed up disk input/output processing.

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

第1図は発明の対象となる計算機システム構成図、第2
図は制御装置の構成を示すブロック図、第3図はディス
ク装置と論理デバイスの対応関係を示す模式図、第4図
はI/Oキューの構成を示す説明図、第5図はディレク
タ20の処理フロー図である。 1・・・ディスク・キャッシュ21.2・・・ディレク
タ20.3・・・ディスク装置15.4・・・論理デバ
イス30゜
Figure 1 is a configuration diagram of the computer system that is the subject of the invention, Figure 2
3 is a schematic diagram showing the correspondence between disk devices and logical devices, FIG. 4 is an explanatory diagram showing the configuration of the I/O queue, and FIG. 5 is a block diagram showing the configuration of the controller 20. It is a process flow diagram. 1...Disk cache 21.2...Director 20.3...Disk device 15.4...Logic device 30°

Claims (1)

【特許請求の範囲】 1、ディスク・キャッシュを持つ制御装置とこの制御装
置に接続された1台以上のディスク装置、制御装置に接
続されたチャネルを有する計算機システムにおいて、1
台のディスク装置を他の型式のディスクに等しい構成を
持いくつかの領域に分割し、分割した単位ごとに1つの
論理デバイス・アドレスを割り当てることにより、計算
機システムにおいて入出力管理を行つているオペレーテ
ィング・システムを変更することなく、同一ディスク装
置に関して、あるI/O要求のシーク・サーチ動作と別
I/O要求のチャネルとディスク・キャッシュの間のデ
ータ転送を同時に実行することを特徴とする入出力処理
方式。 2、第1項に記載した制御装置の中に、複数のディレク
タ(入出力プロセッサ)が存在する時、あるディレクタ
が、あるディスク装置に関して、ディスク装置とディス
ク、キャッシュの間、ディスク・キャッシュとチャネル
との間、ディスク装置とチャネルとの間のそれぞれのデ
ータ転送を行つている時、別のディレクタがそのディス
ク装置の別I/O要求を受け付け、チャネルとディスク
・キャッシュの間で同時にデータ転送を行う機能を持つ
ことを特徴とする第1項記載の入出力処理方式。 3、第2項に記載したディレクタが、それぞれ、ディス
ク装置とディスク・キャッシュの間のデータ転送、ディ
スク・キャッシュとチャネルの間のデータ転送を同時に
実行する機能を持つ時、1つのディレクタが、同一ディ
スク装置に関して、あるI/O要求のディスク装置とデ
ィスク・キャッシュとのデータ転送と別I/O要求のデ
ィスク・キャッシュとチャネルとの間のデータ転送と同
時に実行することを特徴とする第2項記載の入出力処理
方式。
[Claims] 1. In a computer system having a control device having a disk cache, one or more disk devices connected to the control device, and a channel connected to the control device, 1.
An operating system that manages input/output in a computer system by dividing a single disk unit into several areas with the same configuration as other types of disks and assigning one logical device address to each divided unit. - An input system characterized by simultaneously executing a seek search operation for one I/O request and data transfer between a channel and disk cache for another I/O request with respect to the same disk device without changing the system. Output processing method. 2. When there are multiple directors (input/output processors) in the control device described in Section 1, a certain director controls the control between the disk device and the disk, between the cache, and between the disk cache and the channel regarding a certain disk device. While each data transfer is being performed between the disk unit and the channel, another director accepts another I/O request for that disk unit and simultaneously transfers data between the channel and the disk cache. 2. The input/output processing method according to item 1, characterized in that the input/output processing method has the function of 3. When each of the directors described in Section 2 has the function of simultaneously executing data transfer between the disk device and the disk cache, and data transfer between the disk cache and the channel, one director Item 2, regarding a disk device, the data transfer between the disk device and the disk cache for one I/O request and the data transfer between the disk cache and the channel for another I/O request are simultaneously executed. The input/output processing method described.
JP61260665A 1986-11-04 1986-11-04 I / O processing method Expired - Lifetime JP2523539B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61260665A JP2523539B2 (en) 1986-11-04 1986-11-04 I / O processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61260665A JP2523539B2 (en) 1986-11-04 1986-11-04 I / O processing method

Publications (2)

Publication Number Publication Date
JPS63115224A true JPS63115224A (en) 1988-05-19
JP2523539B2 JP2523539B2 (en) 1996-08-14

Family

ID=17351065

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61260665A Expired - Lifetime JP2523539B2 (en) 1986-11-04 1986-11-04 I / O processing method

Country Status (1)

Country Link
JP (1) JP2523539B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6105092A (en) * 1992-03-16 2000-08-15 Hitachi, Ltd. Computer system including a device with a plurality of identifiers
US6347358B1 (en) 1998-12-22 2002-02-12 Nec Corporation Disk control unit and disk control method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60221824A (en) * 1985-03-20 1985-11-06 Hitachi Ltd Disk control device
JPS61221947A (en) * 1985-03-28 1986-10-02 Nec Corp File access system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60221824A (en) * 1985-03-20 1985-11-06 Hitachi Ltd Disk control device
JPS61221947A (en) * 1985-03-28 1986-10-02 Nec Corp File access system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6105092A (en) * 1992-03-16 2000-08-15 Hitachi, Ltd. Computer system including a device with a plurality of identifiers
US6499075B2 (en) 1992-03-16 2002-12-24 Hitachi, Ltd. Computer system including a device with a plurality of identifiers
US6775702B2 (en) 1992-03-16 2004-08-10 Hitachi, Ltd. Computer system including a device with a plurality of identifiers
US7016961B2 (en) 1992-03-16 2006-03-21 Hitachi, Ltd. Computer system including a device with a plurality of identifiers
US6347358B1 (en) 1998-12-22 2002-02-12 Nec Corporation Disk control unit and disk control method

Also Published As

Publication number Publication date
JP2523539B2 (en) 1996-08-14

Similar Documents

Publication Publication Date Title
US4951193A (en) Parallel computer with distributed shared memories and distributed task activating circuits
AU598857B2 (en) Move-out queue buffer
US3648252A (en) Multiprogrammable, multiprocessor computer system
US5574868A (en) Bus grant prediction technique for a split transaction bus in a multiprocessor computer system
EP0497600A2 (en) Memory access method and apparatus
JPH10320272A (en) Computer system having multiprocessor and memory page position controlling method for the system
KR0175983B1 (en) Data processing system having demand based write through cache with enforced ordering
JPH0340868B2 (en)
US20030014599A1 (en) Method for providing a configurable primary mirror
JPS63115224A (en) Input/output processing system
US6775758B2 (en) Buffer page roll implementation for PCI-X block read transactions
US5404549A (en) Method for efficient access of data stored in a nexus table using queue tag indexes in a table portion
JPS593774A (en) Access processing system
JPS6043537B2 (en) Exclusive control method for shared external storage devices
JP2755103B2 (en) Storage device access method
JPS5897758A (en) Controlling system of shared memory
IE922104A1 (en) A scheme for interlocking devices in a computer system
JPH0329041A (en) Decentralized paging control system
JPH02304615A (en) Allocating system for parallel disk control buffer
JPH10247182A (en) Multiprocessor system
JPH06149747A (en) Method and system for inter-computer communication of combined computer
JPH0525341B2 (en)
JPH01284960A (en) Use priority determining system for memory device
JPH0387941A (en) Decentralized data base processing system
JPH03282670A (en) Input/output processing method

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term