JPH09319692A - Computer system and device control method for the same - Google Patents

Computer system and device control method for the same

Info

Publication number
JPH09319692A
JPH09319692A JP8138816A JP13881696A JPH09319692A JP H09319692 A JPH09319692 A JP H09319692A JP 8138816 A JP8138816 A JP 8138816A JP 13881696 A JP13881696 A JP 13881696A JP H09319692 A JPH09319692 A JP H09319692A
Authority
JP
Japan
Prior art keywords
input
control
output
peripheral device
device driver
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
JP8138816A
Other languages
Japanese (ja)
Inventor
Takahiro Miyake
隆博 三宅
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 JP8138816A priority Critical patent/JPH09319692A/en
Publication of JPH09319692A publication Critical patent/JPH09319692A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To secure compatibility with a different machine type together with a sure data protecting function by easily enabling application to the different machine type of peripheral device or the main body of a system as well concerning a computer system adopting a duplex system for controlling the peripheral device through plural control routes. SOLUTION: When this system has the plural control routes for controlling the input/output of the peripheral device such as a hard disk device 3, for example, and is provided with a function for performing control while switching the control route at the time of fault generation, this system has a virtual device driver 11 for executing the input/output operation of the peripheral device 3 by operating a standard device driver 12 corresponding to the input/output instruction of the peripheral device from an OS 10, The virtual device driver 11 is a device driver registered inside a main body 1 of the system and has a function for detecting the fault in the operation of input/output to the peripheral device and a function for switching the control route.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、例えばハードディ
スク装置等の周辺デバイスを制御するデバイス・ドライ
バを有し、複数の制御ルートを切換えて制御する機能を
備えたコンピュータシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer system having a device driver for controlling a peripheral device such as a hard disk drive and having a function of controlling by switching a plurality of control routes.

【0002】[0002]

【従来の技術】従来、パーソナルコンピュータやワーク
ステーション等のコンピュータシステムでは、ハードデ
ィスク装置(HDD)等の周辺デバイスを制御するため
のデバイス・ドライバと称する制御プログラムが用意さ
れている。デバイス・ドライバは、周辺デバイス毎の専
用ボード(例えばHDD用のSCSIボード)に実装さ
れていたり、システム本体のシステムファイルとして登
録されて、オペレーティングシステム(以下OSと称す
る)の管理下で使用される。
2. Description of the Related Art Conventionally, in computer systems such as personal computers and workstations, a control program called a device driver for controlling peripheral devices such as a hard disk device (HDD) is prepared. The device driver is mounted on a dedicated board (for example, a SCSI board for HDD) for each peripheral device or is registered as a system file of the system body and used under the control of an operating system (hereinafter referred to as OS). .

【0003】ここで、特にワークステーション等では、
データ保護を確実性を高めるために、HDD等のデータ
記憶装置の入出力経路(入出力ポートとバスからなる)
を2重化する方式が開発されている。このような2重化
方式では、各入出力経路に対応するコントロールボード
(入出力制御を行なう制御モジュール)がそれぞれ実装
された専用ボードが使用される。専用ボードには、各コ
ントロールボードに共通のデバイス・ドライバがROM
等の不揮発性メモリにより実装されている。
Here, especially in a workstation or the like,
Input / output paths (consisting of input / output ports and buses) for data storage devices such as HDDs to increase the reliability of data protection
Has been developed. In such a duplex system, a dedicated board on which a control board (control module for controlling input / output) corresponding to each input / output path is mounted is used. The dedicated board has a device driver ROM common to each control board.
It is implemented by a non-volatile memory such as.

【0004】システム本体のOSは、通常では所定の入
出力経路と制御モジュールを介して、HDDからデータ
を読出したり、またはHDDにデータを書込む入出力動
作を実行させる。この通常の制御ルート(入出力経路と
制御モジュール)に障害が発生したときに、他方の制御
ルートに切換えて入出力動作を実行することになる。
The OS of the system main body normally executes an input / output operation of reading data from the HDD or writing data to the HDD via a predetermined input / output path and a control module. When a failure occurs in this normal control route (input / output route and control module), the other control route is switched to perform the input / output operation.

【0005】[0005]

【発明が解決しようとする課題】前述したように、ワー
クステーション等では、複数の制御ルートを有し、一方
に障害が発生したときに他方の制御ルートに切換えて、
HDD等の周辺デバイスに対する入出力動作を行なう2
重化方式が採用されている。これにより、HDD等に保
存するデータを確実に保護することが可能となり、シス
テム全体の信頼性を向上することができる。しかしなが
ら、2重化方式は前記障害の検知と入出力経路の切換え
の各機能を有する専用のデバイスドライバを実装した専
用ボードが必要となる。このため、特殊な仕様となり、
異なる機種(OS)のシステム本体やHDDには適用で
きないなど、互換性を維持することが困難である。
As described above, a workstation or the like has a plurality of control routes, and when a failure occurs in one, the control route is switched to the other control route.
Performs I / O operations to peripheral devices such as HDD 2
A duplexing method is adopted. As a result, the data stored in the HDD or the like can be surely protected, and the reliability of the entire system can be improved. However, the duplex system requires a dedicated board on which a dedicated device driver having the functions of detecting the fault and switching the input / output path is mounted. Therefore, it has a special specification,
It is difficult to maintain compatibility, for example, it cannot be applied to system main bodies and HDDs of different models (OS).

【0006】本発明の目的は、複数の制御ルートにより
周辺デバイスを制御する2重化方式を採用したシステム
において、異なる機種(OS)のシステム本体や周辺デ
バイスにも容易に適用できるようにして、障害に対する
データ保護機能と共に互換性の確保を図ることにある。
An object of the present invention is to make it possible to easily apply to a system main body of a different model (OS) and peripheral devices in a system adopting a duplex system for controlling peripheral devices by a plurality of control routes. It is to ensure compatibility with the data protection function against failures.

【0007】[0007]

【課題を解決するための手段】本発明は、例えばハード
ディスク装置等の周辺デバイスの入出力を制御するため
の複数の制御ルートを有し、障害の発生時に制御ルート
を切換えて制御する機能を備えたコンピュータシステム
である。本システムは、通常ではOSにより動作する中
央処理装置から発行された周辺デバイスの入出力命令に
応じて、標準デバイス制御手段を動作させ、一方の制御
ルートを介して周辺デバイスの入出力動作を実行させる
本体側デバイス制御手段を有する。本体側デバイス制御
手段はシステム本体の内部に登録されたデバイス・ドラ
イバであり、周辺デバイスに対する入出力動作の障害を
検知する機能と制御ルートを切換える機能を有する。
The present invention has a plurality of control routes for controlling input / output of peripheral devices such as a hard disk device, and has a function of switching the control routes when a failure occurs. Computer system. This system operates the standard device control means in response to an input / output instruction of a peripheral device issued from a central processing unit which is normally operated by the OS, and executes the input / output operation of the peripheral device via one control route. It has a main body side device control means. The main body side device control means is a device driver registered inside the system main body, and has a function of detecting a failure in input / output operation with respect to a peripheral device and a function of switching a control route.

【0008】このような構成のシステムにより、システ
ム本体のOSは複数の制御ルートからなる2重化方式を
関知することなく、本体側デバイス制御手段をいわば仮
想デバイス・ドライバとして認識する。本体側デバイス
制御手段は、通常の制御ルートに障害が発生したときに
は、他方の制御ルートに切換えて入出力動作を実行させ
る。従って、システム本体と周辺デバイス間の入出力デ
ータを確実に保護することが可能となる。さらに、標準
デバイス制御手段を含む周辺デバイス側の仕様を変更し
たり、異なる機種の周辺デバイスに対しても、システム
本体側にはそれ程の仕様変更を伴うことなく適用するこ
とができる。換言すれば、周辺デバイスに対応する制御
ボードに、本体側デバイス制御手段の機能に相当する専
用デバイスドライバを用意する必要がないため、2重化
方式の周辺デバイスを異なる機種のシステム本体に対し
ても適用することが可能となる。
With the system having such a configuration, the OS of the system main body recognizes the main body side device control means as, so to speak, a virtual device driver without being aware of the duplication method consisting of a plurality of control routes. When a failure occurs in the normal control route, the main body side device control means switches to the other control route and executes the input / output operation. Therefore, the input / output data between the system body and the peripheral device can be surely protected. Furthermore, the specifications of the peripheral device including the standard device control means can be changed, and the peripheral device of different models can be applied to the system main body without changing the specifications. In other words, it is not necessary to provide a dedicated device driver corresponding to the function of the main body side device control means on the control board corresponding to the peripheral device, so that the peripheral device of the duplex system is used for the system main body of different models. Can also be applied.

【0009】[0009]

【発明の実施の形態】以下図面を参照して本発明の実施
の形態を説明する。図1は本実施形態に関係するシステ
ム構成を示すブロック図であり、図2は本実施形態のシ
ステムの概念図であり、図3は本実施形態の動作を説明
するためのフローチャートである。 (システム構成)本実施形態のコンピュータシステム
は、システム本体1として例えばUNIXマシン等のワ
ークステーションを想定しており、周辺デバイスとして
ハードディスク装置(HDD)3、およびHDD3の入
出力制御を行なう2重化方式の制御ボード(SCSIボ
ード等)2を使用することを想定する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a system configuration related to this embodiment, FIG. 2 is a conceptual diagram of a system of this embodiment, and FIG. 3 is a flow chart for explaining the operation of this embodiment. (System Configuration) In the computer system of this embodiment, a workstation such as a UNIX machine is assumed as the system main body 1, and a hard disk device (HDD) 3 as a peripheral device and a duplication for performing input / output control of the HDD 3 It is assumed that a control board (SCSI board, etc.) 2 is used.

【0010】システム本体1は、中央処理装置(CP
U)の動作を決定するオペレーティングシステム(O
S)10の管理下において、各種の周辺デバイスを制御
するためのデバイス・ドライバとして、本実施形態に関
係するデバイス・ドライバ(標準デバイス・ドライバ1
2に対して仮想デバイス・ドライバと称する)11を有
する。仮想デバイス・ドライバ11は、システムの起動
時にはシステムファイルに登録されて、OS10からの
アクセスに応じて起動するシステム本体1に組み込まれ
た制御プログラムである。
The system body 1 is a central processing unit (CP).
U) Operating system (O) that determines the behavior of
S) A device driver (standard device driver 1) related to the present embodiment as a device driver for controlling various peripheral devices under the control of 10.
2 referred to as a virtual device driver) 11. The virtual device driver 11 is a control program that is registered in a system file when the system is activated and is incorporated in the system body 1 that is activated in response to access from the OS 10.

【0011】仮想デバイス・ドライバ11は、OS10
と制御ボード2に実装された標準デバイス・ドライバ1
2との間に介在し、OS10からの入出力命令を標準デ
バイス・ドライバ12に通信する。さらに、仮想デバイ
ス・ドライバ11は、標準デバイス・ドライバ12から
送信されるエラー信号により、入出力動作の異常を認識
して制御ルートの障害を検知する機能を有する。エラー
信号には、HDD3に対するリードアクセスに応じたリ
ードエラー等の各種のエラーに対応する信号がある。仮
想デバイス・ドライバ11は制御ルートの障害を検知す
ると、標準デバイス・ドライバ12に対して制御ルート
の切換えを指示し、再度の入出力動作を実行させる機能
を有する。
The virtual device driver 11 is the OS 10
And standard device driver 1 mounted on the control board 2
2 and communicates input / output commands from the OS 10 to the standard device driver 12. Further, the virtual device driver 11 has a function of recognizing an abnormality in the input / output operation and detecting a failure in the control route by an error signal transmitted from the standard device driver 12. The error signal includes signals corresponding to various errors such as a read error corresponding to the read access to the HDD 3. When the virtual device driver 11 detects a failure in the control route, it has a function of instructing the standard device driver 12 to switch the control route and executing another input / output operation.

【0012】制御ボード2は、ここではHDD3の複数
の入出力経路14A,14Bに対応するコントロールボ
ード13A,13B(以下ボードAとボードBと称す
る)を実装しており、前記の標準デバイス・ドライバ1
2により制御されて入出力動作を実行する。標準デバイ
ス・ドライバ12は、例えばROM等の不揮発性メモリ
に格納されている制御プログラムであり、仮想デバイス
・ドライバ11との通信によりボードAまたはボードB
の一方を介してHDD3の入出力制御を実行する。
The control board 2 has control boards 13A and 13B (hereinafter referred to as boards A and B) corresponding to the plurality of input / output paths 14A and 14B of the HDD 3 mounted therein, and the standard device driver described above. 1
Controlled by 2 to perform input / output operation. The standard device driver 12 is a control program stored in, for example, a non-volatile memory such as a ROM, and communicates with the virtual device driver 11 to board A or board B.
The input / output control of the HDD 3 is executed via one of the two.

【0013】入出力経路14A,14Bは、HDD3の
入出力データ(リードデータとライトデータ)を転送す
るインターフェースバスおよび入出力ポートを含む構成
要素である。本実施形態では、入出力経路14Aとボー
ドAとが一方の制御ルートとし、入出力経路14Bとボ
ードBとが他方の制御ルートとして定義する。
The input / output paths 14A and 14B are components including an interface bus for transferring input / output data (read data and write data) of the HDD 3 and an input / output port. In this embodiment, the input / output path 14A and the board A are defined as one control route, and the input / output path 14B and the board B are defined as the other control route.

【0014】本実施形態の制御ボード2は、2重化方式
に従って複数の制御ルートを有するだけで、これ以外は
単一の制御ルートによりHDDを制御する制御ボードと
同様の構成である。 (システムの動作)以下図3のフローチャートを参照し
て本実施形態の動作を説明する。
The control board 2 of the present embodiment has a plurality of control routes according to the duplication method, and is otherwise the same as the control board for controlling the HDD by a single control route. (System Operation) The operation of this embodiment will be described below with reference to the flowchart of FIG.

【0015】まず、本実施形態では、システム本体1
に、前記の仮想デバイス・ドライバ11が組み込まれて
いることを前提とする。通常では、仮想デバイス・ドラ
イバ11は各種の周辺デバイス毎のデバイス・ドライバ
と同様に、システムファイルに登録される(ステップS
1)。
First, in this embodiment, the system body 1
In addition, it is assumed that the virtual device driver 11 is incorporated. Normally, the virtual device driver 11 is registered in the system file in the same manner as the device driver for each peripheral device (step S).
1).

【0016】OS10は、システム本体1にセットされ
たアプリケーション・プログラムにより、HDD3に対
するアクセス要求が発生すると、仮想デバイス・ドライ
バ11をアクセスする(ステップS2)。仮想デバイス
・ドライバ11は、OS10からの入出力命令を、制御
ボードに実装されている標準デバイス・ドライバ12に
伝える。
The OS 10 accesses the virtual device driver 11 when an access request to the HDD 3 is generated by the application program set in the system body 1 (step S2). The virtual device driver 11 transmits the input / output command from the OS 10 to the standard device driver 12 mounted on the control board.

【0017】標準デバイス・ドライバ12は、通常では
一方の制御ルートであるボードAと入出力経路14Aと
を介して、HDD3に対する入出力動作を制御する(ス
テップS5)。即ち、リードアクセスの場合には、HD
D3に保存されているデータを読出し、システム本体1
に転送する。また、ライトアクセスの場合には、システ
ム本体1から転送されたデータをHDD3のディスクに
書込む。
The standard device driver 12 controls the input / output operation with respect to the HDD 3 via the board A and the input / output path 14A which are normally one control route (step S5). That is, in the case of read access, HD
The data stored in D3 is read and the system main unit 1
Transfer to. In the case of write access, the data transferred from the system body 1 is written in the disk of the HDD 3.

【0018】ここで、標準デバイス・ドライバ12は、
HDD3をアクセスしたときに、例えばリードエラー等
のエラーを検出すると、そのエラー信号を仮想デバイス
・ドライバ11に通信する。仮想デバイス・ドライバ1
1は予めエラー信号の種類に従って判断する情報を有
し、この判断に基づいて制御ルート(ボードAまたは入
出力経路14A)に障害が発生したことを検知する(ス
テップS4のYES)。この障害の検知に従って、仮想
デバイス・ドライバ11は他方の制御ルートに切換えて
入出力動作を続行することを、標準デバイス・ドライバ
12に通信する。
Here, the standard device driver 12 is
When an error such as a read error is detected when the HDD 3 is accessed, the error signal is communicated to the virtual device driver 11. Virtual device driver 1
1 has information for judging in advance according to the type of error signal, and detects that a failure has occurred in the control route (board A or input / output path 14A) based on this judgment (YES in step S4). Upon detection of this failure, the virtual device driver 11 communicates to the standard device driver 12 to switch to the other control route and continue the input / output operation.

【0019】標準デバイス・ドライバ12は、他方の制
御ルートであるボードBと入出力経路14Bとを介し
て、HDD3に対する再度の入出力動作を制御する(ス
テップS6)。この他方の制御ルートによる再度の入出
力動作においても、エラーが検出されたときには、仮想
デバイス・ドライバ11は、制御ルート以外の障害が発
生したと判断し、OS10に対する通常のエラー通知を
行なう(ステップS7のYES,S8)。但し、本実施
形態の仮想デバイス・ドライバ11は、制御ルート以外
の障害に対するエラー処理の機能については必要不可欠
ではない。
The standard device driver 12 controls the re-input / output operation for the HDD 3 via the other control route, the board B and the input / output path 14B (step S6). Even when the input / output operation is performed again by the other control route, when an error is detected, the virtual device driver 11 determines that a failure other than the control route has occurred, and notifies the OS 10 of a normal error (step). YES in S7, S8). However, the virtual device driver 11 of the present embodiment is not indispensable for the function of error processing for failures other than the control route.

【0020】以上のように本実施形態によれば、複数の
制御ルートによりHDD3の入出力動作を制御する2重
化方式において、システム本体1に組み込まれる仮想デ
バイス・ドライバ11により、制御ルートの障害検知と
それに伴う制御ルートの切換え処理を実行する。従っ
て、本実施形態のような仮想デバイス・ドライバ11を
予め有するコンピュータであれば、2重化方式に対応す
るコントロールボードA,Bと標準デバイス・ドライバ
12を実装した制御ボードを使用することにより、2重
化方式の周辺デバイスをアクセスすることができる。即
ち、特別仕様の専用ボードを使用することなく、データ
保護機能が優れた2重化方式の周辺デバイスを利用する
ことが可能となる。
As described above, according to the present embodiment, in the duplex system in which the input / output operation of the HDD 3 is controlled by a plurality of control routes, the virtual device driver 11 incorporated in the system body 1 causes a failure of the control route. The detection and the switching process of the control route accompanying it are executed. Therefore, in the case of a computer having the virtual device driver 11 like this embodiment in advance, by using the control boards A and B corresponding to the duplex system and the control board having the standard device driver 12 mounted, Peripheral devices of the duplex system can be accessed. That is, it is possible to use a dual peripheral device having an excellent data protection function without using a special-purpose special board.

【0021】換言すれば、本実施形態のシステムは、図
2に示すように、システム本体1のOS10は、仮想デ
バイス・ドライバ11を実装した仮想デバイス20をア
クセスするような構成であり、いわば標準デバイス・ド
ライバ12以下の下位層を関知することなく、HDD3
を利用することができる。要するに、HDD3をアクセ
スするための入出力命令や入出力データを、見掛上はO
S10と仮想デバイス・ドライバ11間で交換するシス
テムである。従って、標準デバイス・ドライバ12を含
む標準コントロールボード2やHDD3が異なる機種に
変更しても、同様の機能を実現することができる。2重
化方式の周辺デバイスを制御するための専用ボードを用
意することなく、システム本体1はその周辺デバイスを
アクセスできるため、互換性の確保が容易となる。
In other words, in the system of the present embodiment, as shown in FIG. 2, the OS 10 of the system main body 1 is configured to access the virtual device 20 on which the virtual device driver 11 is mounted, which is, so to speak, standard. The HDD 3 can be used without concern for the lower layers below the device driver 12.
Can be used. In short, I / O commands and I / O data for accessing the HDD 3 are apparently O
This is a system for exchanging between S10 and the virtual device driver 11. Therefore, even if the standard control board 2 including the standard device driver 12 and the HDD 3 are changed to different models, the same function can be realized. Since the system main body 1 can access the peripheral device without preparing a dedicated board for controlling the peripheral device of the duplex system, it is easy to ensure compatibility.

【0022】[0022]

【発明の効果】以上詳述したように本発明によれば、複
数の制御ルートによりハードディスク装置等の周辺デバ
イスを制御する2重化方式を採用したコンピュータシス
テムにおいて、障害検知機能と制御ルートの切換え機能
を有するデバイス・ドライバをシステム本体に組込む構
成により、2重化方式の周辺デバイスと制御ボードの機
種を変更した場合でも、周辺デバイスを確実に制御する
ことができる。換言すれば、異なる機種(OS)のシス
テム本体に対しても容易に適用することが可能であるた
め、障害に対するデータ保護機能と共に、異なる機種に
対する互換性の確保を図ることができる。
As described above in detail, according to the present invention, a failure detection function and a control route are switched in a computer system adopting a dual system for controlling a peripheral device such as a hard disk device by a plurality of control routes. With the configuration in which the device driver having the function is incorporated into the system main body, the peripheral device can be surely controlled even when the model of the duplex type peripheral device and the control board is changed. In other words, since it can be easily applied to system main bodies of different models (OS), it is possible to secure compatibility with different models as well as a data protection function against a failure.

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

【図1】本発明の実施形態に関係するシステム構成を示
すブロック図。
FIG. 1 is a block diagram showing a system configuration related to an embodiment of the present invention.

【図2】本実施形態に関係するシステムの概念図。FIG. 2 is a conceptual diagram of a system related to the present embodiment.

【図3】本実施形態の動作を説明するためのフローチャ
ート。
FIG. 3 is a flowchart for explaining the operation of the embodiment.

【符号の説明】 1…システム本体 2…制御ボード(標準デバイス制御手段) 3…ハードディスク装置(周辺デバイス) 10…オペレーティングシステム(OS) 11…仮想デバイス・ドライバ(本体側デバイス制御手
段) 12…標準デバイス・ドライバ 13A,13B…コントロールボード(制御モジュー
ル) 14A,14B…入出力経路 20…仮想デバイス
[Explanation of Codes] 1 ... System main body 2 ... Control board (standard device control means) 3 ... Hard disk device (peripheral device) 10 ... Operating system (OS) 11 ... Virtual device driver (main body side device control means) 12 ... Standard Device driver 13A, 13B ... Control board (control module) 14A, 14B ... Input / output path 20 ... Virtual device

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 中央処理装置を有するシステム本体と周
辺デバイスとからなるコンピュータシステムにおいて、 前記システム本体からの指示に従って複数の制御ルート
のいずれか一方を介して前記周辺デバイスの入出力を制
御する標準デバイス制御手段と、 前記システム本体の内部に設けられて、前記中央処理装
置から発行された前記周辺デバイスの入出力命令に応じ
て、前記標準デバイス制御手段を動作させて、前記標準
デバイス制御手段からの情報に基づいて前記周辺デバイ
スに対する入出力動作の障害を検知したときに前記制御
ルートの切換を実行させる機能を有し、前記標準デバイ
ス制御手段を介して前記入出力命令の実行を行なう本体
側デバイス制御手段とを具備したことを特徴とするコン
ピュータシステム。
1. A computer system comprising a system main body having a central processing unit and a peripheral device, and a standard for controlling input / output of the peripheral device via one of a plurality of control routes according to an instruction from the system main body. Device control means, provided inside the system body, operates the standard device control means in response to an input / output command of the peripheral device issued from the central processing unit, and operates the standard device control means. The main body side having a function of executing switching of the control route when a failure of input / output operation with respect to the peripheral device is detected based on information of the above, and executing the input / output command via the standard device control means. A computer system comprising a device control means.
【請求項2】 前記本体側デバイス制御手段はシステム
本体の内部に登録される第1の制御プログラムであり、 前記複数の制御ルートは複数の入出力経路および対応す
る各制御モジュールから構成されており、 前記標準デバイス制御手段は前記複数の制御ルートの一
方を介して前記周辺デバイスを制御する第2の制御プロ
グラムからなり、 前記第1の制御プログラムと第2の制御プログラムとが
相互に通信可能な構成であることを特徴とする請求項1
記載のコンピュータシステム。
2. The main body side device control means is a first control program registered inside a system main body, and the plurality of control routes are composed of a plurality of input / output routes and corresponding control modules. The standard device control means comprises a second control program for controlling the peripheral device via one of the plurality of control routes, and the first control program and the second control program can communicate with each other. It is a structure, The claim 1 characterized by the above-mentioned.
Computer system as described.
【請求項3】 システム本体のオペレーティングシステ
ムの管理下において、周辺デバイスであるデータ記憶装
置を制御するためのデバイス・ドライバを有するコンピ
ュータシステムであって、 前記データ記憶装置に接続された複数の入出力経路のそ
れぞれに対応する複数の制御モジュールを実装し、この
各制御モジュールの一方を選択して前記データ記憶装置
の入出力を制御する標準デバイス・ドライバを実装して
いる制御モジュールボードと、 前記システム本体の内部に登録される制御プログラムで
あって、前記オペレーティングシステムからの入出力命
令に応じて前記標準デバイス・ドライバに連絡し、前記
データ記憶装置に対して所定の入出力経路と制御モジュ
ールを介して入出力動作を実行させ、前記標準デバイス
制御手段からの情報に基づいて前記データ記憶装置に対
する入出力動作の障害を検知したときに入出力経路と制
御モジュールの切換を実行させ、前記オペレーティング
システムに対して前記データ記憶装置の仮想デバイス・
ドライバとして機能するデバイス制御手段とを具備した
ことを特徴とするコンピュータシステム。
3. A computer system having a device driver for controlling a data storage device, which is a peripheral device, under the control of an operating system of the system main body, and a plurality of input / outputs connected to the data storage device. A control module board that mounts a plurality of control modules corresponding to each of the paths, selects one of the control modules, and mounts a standard device driver that controls the input / output of the data storage device; A control program registered inside the main body, which communicates with the standard device driver in response to an input / output command from the operating system, and through a predetermined input / output path and a control module to the data storage device. To perform input / output operation by the standard device control means. Based on the broadcast to execute the switching of the output path and the control module when a fault is detected in the input and output operations with respect to the data storage device, the virtual device of the data storage device to the operating system
A computer system comprising: a device control unit that functions as a driver.
【請求項4】 前記デバイス制御手段は前記オペレーテ
ィングシステムにより管理されるファイルに登録され
て、 前記システム本体のアプリケーション・プログラムによ
り前記データ記憶装置に対するアクセス要求が発生した
ときに、前記オペレーティングシステムによりアクセス
されて起動する特定の制御プログラムであることを特徴
とする請求項3記載のコンピュータシステム。
4. The device control means is registered in a file managed by the operating system, and is accessed by the operating system when an access request to the data storage device is made by an application program of the system body. 4. The computer system according to claim 3, wherein the computer system is a specific control program that is activated by the following.
【請求項5】 システム本体のオペレーティングシステ
ムの管理下において、デバイス・ドライバにより周辺デ
バイスを制御するコンピュータシステムに適用するデバ
イス制御方法であって、 前記オペレーティングシステムからの入出力命令に応じ
て前記周辺デバイスの入出力動作を実行させる制御プロ
グラムからなる仮想デバイス・ドライバを、前記オペレ
ーティングシステムにより管理されるファイルに登録す
るステップと、 前記周辺デバイスに対する前記システム本体からのアク
セス要求に応じて前記仮想デバイス・ドライバが起動す
るステップと、 前記周辺デバイスに接続された複数の入出力経路のそれ
ぞれに対応する各制御モジュールの一方を選択して前記
周辺デバイスの入出力を制御する標準デバイス・ドライ
バであって、この標準デバイス・ドライバが前記仮想デ
バイス・ドライバからの通信により前記周辺デバイスの
入出力を制御するステップと、 前記仮想デバイス・ドライバは、前記標準デバイス・ド
ライバからの情報に基づいて前記周辺デバイスに対する
入出力動作の障害を検知したときに、前記入出力経路と
制御モジュールの切換を実行させて前記周辺デバイスの
入出力動作を継続させるステップとからなることを特徴
とするデバイス制御方法。
5. A device control method applied to a computer system for controlling a peripheral device by a device driver under the control of the operating system of the system body, wherein the peripheral device is in accordance with an input / output command from the operating system. Registering a virtual device driver including a control program for executing the I / O operation of the virtual device driver in a file managed by the operating system, and the virtual device driver in response to an access request from the system body to the peripheral device. And a standard device driver for controlling input / output of the peripheral device by selecting one of the control modules corresponding to each of the plurality of input / output paths connected to the peripheral device. A standard device driver controlling input / output of the peripheral device by communication from the virtual device driver; and the virtual device driver inputs / outputs to / from the peripheral device based on information from the standard device driver. When a failure in operation is detected, the step of switching the input / output path and the control module to continue the input / output operation of the peripheral device is performed.
JP8138816A 1996-05-31 1996-05-31 Computer system and device control method for the same Pending JPH09319692A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8138816A JPH09319692A (en) 1996-05-31 1996-05-31 Computer system and device control method for the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8138816A JPH09319692A (en) 1996-05-31 1996-05-31 Computer system and device control method for the same

Publications (1)

Publication Number Publication Date
JPH09319692A true JPH09319692A (en) 1997-12-12

Family

ID=15230915

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8138816A Pending JPH09319692A (en) 1996-05-31 1996-05-31 Computer system and device control method for the same

Country Status (1)

Country Link
JP (1) JPH09319692A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000009582A (en) * 1998-07-27 2000-02-15 윤종용 High-availability system and data protection method of thereof for protection of data
JP2005204000A (en) * 2004-01-15 2005-07-28 Hitachi Ltd Data-decoding method and data-decoding system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000009582A (en) * 1998-07-27 2000-02-15 윤종용 High-availability system and data protection method of thereof for protection of data
JP2005204000A (en) * 2004-01-15 2005-07-28 Hitachi Ltd Data-decoding method and data-decoding system

Similar Documents

Publication Publication Date Title
US6061750A (en) Failover system for a DASD storage controller reconfiguring a first processor, a bridge, a second host adaptor, and a second device adaptor upon a second processor failure
US7231466B2 (en) Data migration method for disk apparatus
US6425049B1 (en) Disk array system and method of changing the configuration of the disk array system
US7519854B2 (en) Internal failover path for SAS disk drive enclosure
US7437424B2 (en) Storage system
JPH0264834A (en) Data transfer device in miniature computer system
JP2008112399A (en) Storage virtualization switch and computer system
JP2006227856A (en) Access controller and interface mounted on the same
JPH07281840A (en) Dual-disk recording device
JP3279248B2 (en) Switch mechanism, disk array device having the same, and computer system
US20050102482A1 (en) Method and system for configuring RAID subsystems with block I/O commands and block I/O path
EP1890229B1 (en) System controller, data processor, and input output request control method
JPH09319692A (en) Computer system and device control method for the same
JP4080629B2 (en) Access control device and computer-readable storage medium storing program
JPH0122653B2 (en)
JP6111605B2 (en) Computer system, computer system diagnostic method and diagnostic program
JP4708669B2 (en) Path redundancy apparatus and method
JPH08234928A (en) Information storage controller
JP3288071B2 (en) Information conversion processing device and information transfer control method
JPH11338646A (en) Disk array device
JP2011076528A (en) Method and device for providing redundancy to raid card
JP2001325074A (en) Disk array system
KR100235884B1 (en) Method for connecting hard disk and duplexing host in the communication system
JPH0441395Y2 (en)
JP2002251332A (en) Disk controller