JPS5845116B2 - Duplex storage device - Google Patents
Duplex storage deviceInfo
- Publication number
- JPS5845116B2 JPS5845116B2 JP52035309A JP3530977A JPS5845116B2 JP S5845116 B2 JPS5845116 B2 JP S5845116B2 JP 52035309 A JP52035309 A JP 52035309A JP 3530977 A JP3530977 A JP 3530977A JP S5845116 B2 JPS5845116 B2 JP S5845116B2
- Authority
- JP
- Japan
- Prior art keywords
- storage device
- transfer
- storage devices
- storage
- cpu
- 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.)
- Expired
Links
Landscapes
- Techniques For Improving Reliability Of Storages (AREA)
- Hardware Redundancy (AREA)
- Multi Processors (AREA)
Description
【発明の詳細な説明】
本発明は複数の計算機と2つの共有記憶装置をそれぞれ
インターフェースで接続し、複数の計算機からこの共有
記憶装置をアクセス可能になっている二重化記憶装置に
関し、複数の計算機からのアクセスを実行しつつ相互の
記憶内容を一致させる転写動作を行うようにしたもので
ある。DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a dual storage device in which a plurality of computers and two shared storage devices are each connected through an interface, and the shared storage device can be accessed from the plurality of computers. The transfer operation is performed to match the stored contents with each other while accessing the data.
従来信頼性の高い計算制御を実現する為に共有記憶装置
(以下単に記憶装置と呼ぶ)を二重化する方式がよく採
用されてきた。Conventionally, in order to realize highly reliable calculation control, a method of duplicating shared storage devices (hereinafter simply referred to as storage devices) has often been adopted.
記憶装置を二重化する為には、記憶内容が同一である記
憶装置が2個必要であり、アクセスする計算機(以下C
PUと略称する)は両系に同じ内容を書き込み又、両系
から読出して内容の一致をチェックする手段が必要であ
るばかりではなく下記手段が必要である。In order to duplicate storage devices, two storage devices with the same memory content are required, and the accessing computer (hereinafter referred to as C
(abbreviated as PU) not only requires means for writing the same contents into both systems and reading from both systems to check whether the contents match, but also requires the following means.
即ちシステム立上げ時、あるいは片系の記憶装置が故障
してもう一方の系だけで運転している場合に、故障した
系を修理し、二重化運転に戻して使用するためには、正
常運転を続けていた記憶装置から、運転を開始する記憶
装置へその内容を転写する手段が必要である。In other words, when starting up the system, or when the storage device of one system has failed and only the other system is operating, in order to repair the failed system and return to redundant operation, it is necessary to resume normal operation. A means is required to transfer the contents from the storage device that is continuing to the storage device that is to start operation.
この手段には従来いくつかの方式がある。There are several conventional methods for this purpose.
1つは、片系運転から二重化運転の状態にする時に、C
PUからのアクセスを全く禁止してノ飄−ドウェアの制
御で高速に転写する方式がある。One is when changing from single system operation to duplex operation, C
There is a method that completely prohibits access from the PU and performs high-speed transfer under the control of hardware.
本方式によれば、記憶装置の記憶容量にもよるが、例え
ば64に語であれば、数十〜数百ミリ秒要するので、オ
ンライン、リアルタイム処理が要求される計算制御には
向かない。Depending on the storage capacity of the storage device, this method takes tens to hundreds of milliseconds for 64 words, for example, so it is not suitable for calculation control that requires online, real-time processing.
又、別の方式によれば、二重化される記憶装置間に転写
専用のインターフェースを有し、片系運転から二重系運
転の状態に入るときの記憶装置の転写動作にCPUの読
出し及び書込み、動作を使用している。According to another method, an interface dedicated to transfer is provided between the duplexed storage devices, and the transfer operation of the storage devices when switching from single-system operation to dual-system operation requires CPU read and write operations. Using behavior.
即ち、片系運転中であった記憶装置のある番地、例えば
α番地から読出すとともに、上記転写専用のインターフ
ェースを用いて両系の記憶装置のα番地へ書込むという
二重書込動作で転写を実行している。That is, the transfer is performed by a double write operation in which reading is performed from an address of the storage device that was in operation on one side, for example, address α, and writing is performed using the above-mentioned transfer-only interface to address α of the storage devices on both sides. is running.
この場合O番地から実装される記憶装置の最大番地まで
転写をすれば、両系の記憶装置の内容を完全に一致させ
ることができる。In this case, by copying from address O to the maximum address of the installed storage device, the contents of the storage devices of both systems can be completely matched.
本方式による欠点は、CPUの動作が必要な為に、ソフ
トウェア、プログラムを複雑にしていることである。The disadvantage of this method is that it requires CPU operation, making the software and programs complex.
とくに、上記でα番地から読出して後、α番地へ二重書
込みをする間は、割込を禁止する必要があるばかりでは
なく、入出力装置がDMA (Direct Memo
ry Access )により上記の記憶装置へ書込み
動作を実行しないように配慮する必要がある。In particular, while double writing to address α after reading from address α in the above example, it is not only necessary to disable interrupts, but also if the input/output device is DMA (Direct Memo).
ry Access ), it is necessary to take care not to execute the write operation to the above storage device.
これをソフトウェアのプログラムで実現することは大き
な制約条件となる。Realizing this with a software program is a major constraint.
又、本方式によれば、複数のCPUが該記憶装置を使用
する場合には上記でのα番地から読出して后、α番地へ
書込む間には、この転写を実行するCPU以外による書
込み動作を全て禁止するハードウェアも必要で設計が大
変難くなる。Furthermore, according to this method, when multiple CPUs use the storage device, a write operation by a CPU other than the CPU executing this transfer is required between reading from address α and writing to address α. It also requires hardware that prohibits all of the following, making the design extremely difficult.
更に又、別の方式によれば、二重化記憶装置及びこの記
憶装置を使用するCPU等を同期運転し、時分割的にC
PU等のアクセスと、両系間の記憶内容の転写を実行す
るものがある。Furthermore, according to another method, a duplex storage device and a CPU using this storage device are operated synchronously, and C
There is one that performs access to the PU, etc., and transfers memory contents between the two systems.
即ち、第1図に示す如く、CPU 1からアクセスされ
る記憶装置2 はCPU−メモリ、インターフニス6で
結合され、記憶装置2はメモリ制御部3と二重化された
メモリ4,5から構成されている。That is, as shown in FIG. 1, the storage device 2 accessed by the CPU 1 is connected by a CPU-memory interface 6, and the storage device 2 is composed of a memory control unit 3 and duplicated memories 4 and 5. There is.
そこで、二重化されたメモリのうち、どちらからどちら
へ転写すべきかは、外部より手動により送信されるコピ
一方向指示信号8と、転写インターフェース7により、
第2図に示す如く時分割で転写を実行するものである。Therefore, which of the duplicated memories should be transferred is determined by the copy one-direction instruction signal 8 manually transmitted from the outside and the transfer interface 7.
As shown in FIG. 2, the transfer is performed in a time-division manner.
第2図に示すCPUがらのアクセス受付時間帯Aと転写
動作許可時間帯Bとは、CPU 1より転送されるクロ
ックにより、メモリ制御部3にて作り出している。The CPU access acceptance time period A and the transfer operation permission time period B shown in FIG. 2 are created by the memory control unit 3 based on the clock transferred from the CPU 1.
本方式によれば、CPUの記憶装置に対するアクセス遅
延によるオンライン処理への悪影響は軽減されるが、次
のような欠点がある。According to this method, the adverse effect on online processing due to the delay in the CPU's access to the storage device is reduced, but it has the following drawbacks.
1、二重化記憶装置間の転写動作は、システム立上げ時
、又は、片系運転から二重系運転に移行するときのたか
だか数百ミリ秒の間だけ必要であるにもかかわらず、常
時CPUからのアクセス受付時間帯Aおよび転写動作許
可時間帯Bを有することは、計算制御においては、機能
低下につながる。1. Although the transfer operation between duplex storage devices is only necessary for a few hundred milliseconds at most when starting up the system or when transitioning from single-system operation to dual-system operation, it is constantly transferred from the CPU. Having the access acceptance time zone A and the transfer operation permission time zone B leads to functional deterioration in calculation control.
2、第1図におけるメモリ制御部3の二重化が難しく、
信頼性の点から問題があり、高信頼度の計算制御には向
かない。2. It is difficult to duplicate the memory control unit 3 in FIG.
There are problems with reliability and it is not suitable for highly reliable calculation control.
3、複数のCPUが記憶装置2を使用できるようにする
為には、特別のハードウェアを追加する必要がある。3. In order to allow multiple CPUs to use the storage device 2, it is necessary to add special hardware.
本発明は上記賭点に鑑み発明されたもので、その目的は
、オンライン、リアルタイムの計算制御に適した無駄時
間のない高応答性と高信頼性を有するとともに複数のC
PUからのアクセスを容易にする二重化記憶装置を提供
するにある。The present invention was invented in view of the above-mentioned points, and its purpose is to have high responsiveness and high reliability without wasted time, suitable for online, real-time calculation control, and to
An object of the present invention is to provide a dual storage device that facilitates access from a PU.
本発明の1つの目的は、複数のCPUからの全く非同期
のアクセスを受付けつつ、そのオンライン、リアルタイ
ム処理にほとんど悪影響を与えずに転写動作を実行し、
又、転写動作も記憶内容の全番地に付いて実行されると
転写モードを終了し、以后は複数のCPUかものアクセ
スに対し、全く時間のすき間がないように動作する二重
化記憶装置を提供するにある。One object of the present invention is to perform a transcription operation while accepting completely asynchronous accesses from multiple CPUs, with almost no adverse effect on online, real-time processing;
Furthermore, the transfer mode is terminated when the transfer operation is executed for all addresses of the memory contents, and thereafter, a duplex storage device is provided which operates without any time gap even when accessed by a plurality of CPUs. It is in.
本発明の1つの目的は、記憶内容を転写するCPUにお
ける、ソフトウェアプログラムによるサポートを不要と
する二重化記憶装置を提供するにある。One object of the present invention is to provide a dual storage device that does not require support by a software program in a CPU that transfers stored contents.
本発明の特徴とするところは、複数の計算機と2つの記
憶装置をそれぞれインターフェースで接続し、複数の計
算機から該記憶装置をそれぞれアクセス可能とすると同
時に、記2つの記憶装置を前記インターフェースと同一
仕様のインターフェースで接続し、各記憶装置間でアク
セス可能としていることである。A feature of the present invention is that a plurality of computers and two storage devices are each connected through an interface, and each of the storage devices can be accessed from the plurality of computers, and at the same time, the two storage devices have the same specifications as the interface. This means that each storage device can be accessed by connecting it with an interface.
本発明の1つの特徴は、各記憶装置内に、それぞれ複数
の計算機及び他系記憶装置からのアクセス起動要求信号
の1つを選択する選択手段と、該選択手段の出力により
対応する1つのインターフェースを自系記憶部と電気的
に接続するマルチプレクサと、他系記憶装置に対してア
クセス起動要求を出力し、転写動作を実行する転写制御
回路を設けていることである。One feature of the present invention is that each storage device includes selection means for selecting one of the access activation request signals from a plurality of computers and other storage devices, and one interface corresponding to the output of the selection means. A multiplexer electrically connects the storage device to the own storage unit, and a transfer control circuit that outputs an access activation request to the other storage device and executes a transfer operation.
第3図は本発明になる二重化記憶装置の全体構成を示す
もので、CPU 11 t 12と記憶装置13.14
はそれぞれインターフェース15゜16および15’、
1σによって接続され、記憶装置13,14は、インタ
ーフェース17によって接続されている。FIG. 3 shows the overall configuration of the duplex storage device according to the present invention, which includes a CPU 11 t 12 and storage devices 13 and 14.
are interfaces 15°16 and 15', respectively.
The storage devices 13 and 14 are connected by an interface 17.
ここで、インターフェース15,15’、16゜16′
および17はそれぞれ同一仕様のものである。Here, interfaces 15, 15', 16°16'
and 17 have the same specifications.
本発明の一実施例を第4図に示す。An embodiment of the present invention is shown in FIG.
第4図は、第3図における記憶装置13,14の具体的
実施例である。FIG. 4 shows a specific example of the storage devices 13 and 14 in FIG.
ここで、記憶装置13,14の内部回路は全く同一であ
るので、一方にのみ符号を付けて説明し、他は省略して
いる。Here, since the internal circuits of the storage devices 13 and 14 are exactly the same, only one will be described with reference numerals, and the others will be omitted.
記憶装置13は、第4図に示す如く、データを記憶する
記憶部23と、メモリ制御部19から構成される。As shown in FIG. 4, the storage device 13 includes a storage section 23 for storing data and a memory control section 19.
後者はさらに、記憶装置13にアクセスしてくる複数の
CPU及び記憶装置14からの起動要求信号26〜28
の1つを選択し、各起動要求に対して一語転送毎に順番
に応答する選択回路20と、選択回路20にて選択した
CPU又は記憶装置14に対応するデータ信号線24,
25又は29の1つを記憶部23に電気的に接続するマ
ルチプレクサ22と、さらに記憶装置13の内容を記憶
装置14に転写する場合に、記憶装置14に対して起動
要求信号を出力する転写制御回路21とから構成される
。The latter further receives activation request signals 26 to 28 from the plurality of CPUs accessing the storage device 13 and the storage device 14.
a selection circuit 20 which selects one of the CPUs or memory devices 14 selected by the selection circuit 20 and responds to each activation request in order for each word transfer; and a data signal line 24 corresponding to the CPU or storage device 14 selected by the selection circuit 20.
25 or 29 electrically to the storage unit 23; and a transfer control unit that outputs an activation request signal to the storage device 14 when the contents of the storage device 13 are transferred to the storage device 14. It is composed of a circuit 21.
各データ信号線24゜25.29は記憶装置に対するア
ドレスとデータを送受信するものである。Each data signal line 24.degree.25.29 is used to transmit and receive addresses and data to and from the storage device.
又、選択回路20は、記憶装置にアクセスして(るCP
U及び記憶装置に対して公平に応答するように、言いか
えれば、アクセスして来るとのCPU及び記憶装置もサ
ービス待時間が最少になるように、−語転送毎に起動要
求信号を受付けることが望ましく、又起動要求信号を同
時に複数個受付た場合には、起動要求信号を発生したC
PU又は記憶装置に一語づつ転送し、それが終了すると
再び起動要求信号を受付ける動作を起こすことが望まし
い。Further, the selection circuit 20 accesses the storage device (CP
In order to respond fairly to U and storage devices, in other words, to minimize service waiting time for accessing CPUs and storage devices, an activation request signal is accepted every time a word is transferred. is desirable, and if multiple activation request signals are received at the same time, the C that generated the activation request signal.
It is desirable to transfer the data one word at a time to the PU or the storage device, and when the transfer is completed, to start the operation of accepting the activation request signal again.
なお、起動要求信号がないときは、該信号が来るまで動
作せず待っている。Note that when there is no activation request signal, the device does not operate and waits until the signal arrives.
このようにすれば、全く非同期にアクセスしてくるCP
U又は記憶装置に対して一語づつ公平に転送することに
なり、とのCPU もオンライン・リアルタイム処理に
高応答性をもって対処できる。In this way, CPs that access completely asynchronously
Since each word is transferred fairly to the U or storage device, the CPU can also handle online real-time processing with high responsiveness.
さて、以上の装置において、記憶装置13゜14間にお
ける転写動作について詳細に記述すると、転写される記
憶装置においては、転写する記憶装置からの起動要求信
号を他のCPUからの起動要求信号と何ら区別すること
なく選択回路20にて選択するとともに、マルチプレク
サ22により記憶部23と記憶装置13,14間のデー
タ信号線29とを電気的に結合し読出し動作を実行させ
るだけである。Now, to describe in detail the transfer operation between the storage devices 13 and 14 in the above device, in the storage device to be transferred, the activation request signal from the storage device to be transferred is no different from the activation request signal from other CPUs. The selection circuit 20 selects them without distinction, and the multiplexer 22 electrically couples the storage unit 23 with the data signal line 29 between the storage devices 13 and 14 to perform a read operation.
即ち、転写される記憶装置においては、CPUからのア
クセスも転写する記憶装置からのアクセスも何ら動作と
して異なる点はない。That is, in the storage device to be transferred, there is no difference in operation between access from the CPU and access from the storage device to be transferred.
一方、転写する記憶装置においては、転写制御回路21
が起動し、下記の動作を相手の記憶装置の記憶内容を全
て転写するまで続ける。On the other hand, in the storage device to be transferred, the transfer control circuit 21
starts up and continues the following operations until all the memory contents of the other party's storage device have been transferred.
即ち、(1)−語転写毎に、相手の記憶装置に起動要求
信号を出力する。That is, (1) - For each word transcription, an activation request signal is output to the other party's storage device.
(2)転写するメモリ・アドレスを0番地から、記憶装
置の最大番地まで順次与える。(2) Give the memory address to be transferred sequentially from address 0 to the maximum address of the storage device.
(3)相手の転写される記憶装置には読出し動作要求を
出し、自系の転写する記憶装置には書き込み動作を行な
わしめる。(3) A read operation request is issued to the storage device to be transferred to the other party, and a write operation is performed to the storage device to be transferred to the own system.
(4)全アドレスについて転写が終了する以前のCPU
からの自系記憶装置に対しての書き込み動作に応答して
実行するが、読出し動作に対しては実行しない。(4) CPU before transcription ends for all addresses
It is executed in response to a write operation to the self-system storage device from , but not in response to a read operation.
などの機能を有する。It has the following functions.
(4)の機能は、既に転写が終了済の番地に対しての書
き込み動作には応答しないと両系の記憶内容が異なるお
それがある為で、読出し動作に対して応答しないのは、
転写が終了していない番地の内容は無意味な情報だから
である。Function (4) is because if it does not respond to a write operation to an address for which transfer has already been completed, there is a risk that the memory contents of both systems will be different.The reason why it does not respond to a read operation is that
This is because the contents of addresses for which transcription has not been completed are meaningless information.
第5図は、第4図のフロック図をさらに詳細に記述した
ものである。FIG. 5 describes the block diagram of FIG. 4 in more detail.
各データ信号線24,25゜29と、メモリ制御部と記
憶部間インターフェース30は読出し/書き込み指定信
号線51,54゜57.60と、アドレス及びデータ信
号線53゜56.59,62と、記憶部へのアクセス終
了信号線52,55,58,61とから構成される。Each data signal line 24, 25° 29, the interface 30 between the memory control unit and the storage unit has a read/write designation signal line 51, 54° 57.60, and an address and data signal line 53° 56, 59, 62, The access end signal lines 52, 55, 58, and 61 to the storage section are provided.
選択−路20はプライオリティ・エンコーダ63及びデ
コーダ64及び後述の主系/従系を指示するフリップ・
フロップ65から構成される。The selection path 20 includes a priority encoder 63, a decoder 64, and a flip switch that indicates the master/slave system to be described later.
It consists of a flop 65.
プライオリティ・エンコーダ63は、起動要求信号26
,27,28を同時にラッチするとともに、サービス終
了済のCPU又は、記憶装置に対応する該ラッチした内
容を個別にリセットする機能も有し、前述の如く、起動
要求信号はある時点で同時に受付け、受付けたものに対
しては公平に一語づつ転送を行うことが望ましい。The priority encoder 63 receives the activation request signal 26
, 27, and 28 at the same time, it also has a function to individually reset the latched contents corresponding to CPUs or storage devices whose service has ended, and as mentioned above, activation request signals are simultaneously accepted at a certain point, It is desirable to forward the received documents fairly, word by word.
又、デコーダ64の出力はマルチプレクサ22へ接続さ
れ、該当するデータ信号線24,25,29と、メモリ
制御部と記憶部間のインターフェース30とを接続させ
る。Further, the output of the decoder 64 is connected to the multiplexer 22, and the corresponding data signal lines 24, 25, 29 are connected to the interface 30 between the memory control section and the storage section.
フリップフロップ65は記憶装置13と記憶装置14に
対し、一方を主系、他方を従系にする。The flip-flop 65 makes one of the storage devices 13 and 14 a master system and the other a slave system.
即ち主系とは、とのCPUがらのアクセスを受付げるべ
きかを選択する系であり従系は、その、選択されたアク
セス信号に対して応答する系である。That is, the main system is a system that selects whether to accept access from the CPU, and the slave system is a system that responds to the selected access signal.
本実施例では、先に正常運転動作をしている方を主系、
後から立上がる系を従系としている。In this example, the one that is operating normally first is the main system.
The system that starts up later is called the subordinate system.
同時に立上がる場合はどちらか一方が主系になるように
工夫されているが詳細は省略する。If they start up at the same time, one of them will become the main system, but the details are omitted.
従系の時は従系信号66によりコンコーダ64の出力が
出されないように工夫されているので、とのCPUがら
のアクセスかを受付けるか選択できるのは主系だけであ
る。When in the slave system, the output of the concoder 64 is prevented from being outputted by the slave signal 66, so only the main system can select whether to accept access from the CPU.
なお、選択回路20は記憶部23に対して起動信号68
を出力する。Note that the selection circuit 20 sends an activation signal 68 to the storage unit 23.
Output.
従って、CPU 11からのアクセスに対しては、まず
起動要求信号27がプライオリティ・エンコーダ63に
て選択されるとデコーダ64を通して選択信号67とし
てマルチプレクサ22に送られ、データ信号線24がメ
モリ制御部19と記憶部23間のインターフェース30
と接続されるとともに、記憶部起動信号68により記憶
部23に起動する。Therefore, in response to an access from the CPU 11, the activation request signal 27 is first selected by the priority encoder 63 and sent to the multiplexer 22 as a selection signal 67 through the decoder 64, and the data signal line 24 is sent to the multiplexer 22 as a selection signal 67. An interface 30 between the storage unit 23 and the storage unit 23
At the same time, the storage section 23 is activated by the storage section activation signal 68.
次に、記憶部23からのアクセス終了信号61が同じく
信号線52を通して応答される。Next, an access completion signal 61 from the storage section 23 is also responded through the signal line 52.
さて、転写制御回路21は、転写するアドレスを送出す
る転写アドレスカウンタ69と、転写の終了アドレスを
検出する終了アドレス検出回路70と、記憶装置13に
起動要求信号26を出力するフリップフロップ71を有
する。Now, the transfer control circuit 21 includes a transfer address counter 69 that sends out an address to be transferred, an end address detection circuit 70 that detects a transfer end address, and a flip-flop 71 that outputs an activation request signal 26 to the storage device 13. .
本回路による転写の方法は下記の通りである。The method of transfer using this circuit is as follows.
相手系が正常運転状態であることを示す信号72、と自
系が運転開始することを示す信号73のAND条件で起
動要求信号フリップフロップ71をセットすることによ
り記憶装置13に対して、起動要求信号26と、読出し
指示を信号線57を通して行うとともに、自系記憶装置
14に対しても書き込み指示を信号線74を通して行う
。A start request is issued to the storage device 13 by setting the start request signal flip-flop 71 under the AND condition of the signal 72 indicating that the partner system is in a normal operating state and the signal 73 indicating that the own system starts operation. The signal 26 and a read instruction are sent through the signal line 57, and a write instruction is also sent to the self-system storage device 14 through the signal line 74.
選択回路20にて本起動要求が選択されると、記憶装置
13,14間のデータ信号線29がメモリ制御部19と
記憶部23間のインターフェースと接続され、読出し動
作が行なわれ、アクセス終了信号61が出力されると信
号線58を通して記憶装置14へ報告され、記憶装置1
4が書き込み動作を開始する。When the selection circuit 20 selects this activation request, the data signal line 29 between the storage devices 13 and 14 is connected to the interface between the memory control unit 19 and the storage unit 23, a read operation is performed, and an access end signal is output. 61 is output, it is reported to the storage device 14 through the signal line 58, and the storage device 1
4 starts the write operation.
転写アドレス・カウンタ69は、記憶装置14アクセス
終了信号61により+1、づつカウント・アップする。The transfer address counter 69 counts up by +1 in response to the storage device 14 access completion signal 61.
又、終了アドレス検出回路70にて転送の終了が検出さ
れると、起動要求信号フリップフロップをリセットし、
起動要求信号26を出力しないようにして転写を終了す
る。Furthermore, when the end address detection circuit 70 detects the end of the transfer, it resets the startup request signal flip-flop,
Transfer is completed without outputting the activation request signal 26.
なお、本実施例では、記憶装置13は記憶装置14の書
込み動作が終了するまで待状態となるが、記憶装置13
の出力データを記憶するレジスタを追加し、起動要求信
号を一旦ひっこめれば、これを解消することができる。Note that in this embodiment, the storage device 13 is in a waiting state until the write operation of the storage device 14 is completed;
This problem can be resolved by adding a register to store the output data and once withdrawing the activation request signal.
このように本発明によれば、複数のCPUからの全く非
同期のアクセスにリアルタイムに応答しつつ、二重化記
憶装置間の転写動作を容易に行うことが可能であり、又
、記憶装置が常にフル稼動し、サービス時間にすき間の
ない高応性のシステムを実現できる。As described above, according to the present invention, it is possible to easily perform transfer operations between dual storage devices while responding in real time to completely asynchronous accesses from multiple CPUs, and the storage devices can always be operated at full capacity. This makes it possible to realize a highly responsive system with no gaps in service time.
したがって、本発明はオンライン、リアルタイムを要求
される計算制御に適し、かつ、マルチCPUシステムに
適した二重化記憶装置を提供できる。Therefore, the present invention can provide a duplex storage device suitable for calculation control requiring online, real-time operation and suitable for a multi-CPU system.
又、転写動作に対してCPUのソフトウェアプログラム
によるサポートが不要になるので、CPUとしては、記
憶装置が二重化されているか、いないかを知らずに動作
できる。Further, since support by a software program of the CPU is not required for the transfer operation, the CPU can operate without knowing whether the storage device is duplicated or not.
第1図は、従来技術の一例における、ハードウェアの構
成を示すブロック図、第2図は、第1図に示す従来例の
動作を説明する図、第3図は、本発明の二重化記憶装置
のハードウェアの全体構成を示すブロック図、第4図は
、本発明の具体的実施例で、記憶装置の内部構成を示す
ブロック図、第5図は、本発明の具体的実施例における
CPUからのアクセス動作及び転写動作を説明する詳細
ブロック図である。
11.12・・・・・・計算機、13,14・・・・・
・共有記憶装置、15〜17・・・・・・インターフェ
ース、20・・・・・・選択回路、21・・・・・・転
写制御回路、22・・・・・・マルチプレクサ、23・
・・・・・記憶部。FIG. 1 is a block diagram showing a hardware configuration in an example of the prior art, FIG. 2 is a diagram explaining the operation of the conventional example shown in FIG. 1, and FIG. 3 is a dual storage device of the present invention. FIG. 4 is a block diagram showing the overall hardware configuration of a specific embodiment of the present invention, and FIG. 5 is a block diagram showing the internal configuration of a storage device in a specific embodiment of the present invention. FIG. 2 is a detailed block diagram illustrating the access operation and transfer operation of FIG. 11.12... Calculator, 13,14...
- Shared storage device, 15-17... Interface, 20... Selection circuit, 21... Transfer control circuit, 22... Multiplexer, 23...
...Memory section.
Claims (1)
ターフェースを接続し、複数の計算機から該共有記憶装
置をそれぞれアクセス可能になっている二重化記憶装置
において、該2つの共有記憶装置を前記インターフェー
スと同一仕様のインターフェースで接続した構成とし、
且つ共有記憶装置内に、それぞれ複数の計算機及び他系
記憶装置からのアクセス起動要求信号の1つを選択する
選択手段と、該選択手段の出力により対応する1つのイ
ンターフェースを自系記憶部と電気的に接続するマルチ
プレクサと、他系記憶装置に対してアクセス起動要求を
出力し転写動作を実行する転写制御回路を設けたことを
特徴とする二重化記憶装置。1. In a duplex storage device in which multiple computers and two shared storage devices are each connected with an interface so that the shared storage devices can be accessed from each of the multiple computers, the two shared storage devices are configured with the same specifications as the interfaces. The configuration is connected with the interface of
Further, in the shared storage device, there is a selection means for selecting one of the access activation request signals from the plurality of computers and the other storage devices, and a corresponding one interface is electrically connected to the local storage section by the output of the selection means. What is claimed is: 1. A duplex storage device comprising: a multiplexer that is connected to the storage device; and a transfer control circuit that outputs an access activation request to another storage device and executes a transfer operation.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP52035309A JPS5845116B2 (en) | 1977-03-31 | 1977-03-31 | Duplex storage device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP52035309A JPS5845116B2 (en) | 1977-03-31 | 1977-03-31 | Duplex storage device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS53121429A JPS53121429A (en) | 1978-10-23 |
JPS5845116B2 true JPS5845116B2 (en) | 1983-10-07 |
Family
ID=12438183
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP52035309A Expired JPS5845116B2 (en) | 1977-03-31 | 1977-03-31 | Duplex storage device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS5845116B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6097616U (en) * | 1983-12-13 | 1985-07-03 | 池田物産株式会社 | Vehicle air conditioning unit |
JPS6117320U (en) * | 1984-07-09 | 1986-01-31 | 愛知機械工業株式会社 | Movable ventilator for automobiles |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS5949240U (en) * | 1982-09-21 | 1984-04-02 | 株式会社明電舎 | Multiplexed control system |
DE3334773A1 (en) * | 1983-09-26 | 1984-11-08 | Siemens AG, 1000 Berlin und 8000 München | METHOD FOR OPERATING A PAIR OF MEMORY BLOCKS OPERATING IN NORMAL OPERATING TIME |
JPS63184824A (en) * | 1987-01-27 | 1988-07-30 | Nec Corp | Filing system for multiple writing |
-
1977
- 1977-03-31 JP JP52035309A patent/JPS5845116B2/en not_active Expired
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6097616U (en) * | 1983-12-13 | 1985-07-03 | 池田物産株式会社 | Vehicle air conditioning unit |
JPS6117320U (en) * | 1984-07-09 | 1986-01-31 | 愛知機械工業株式会社 | Movable ventilator for automobiles |
Also Published As
Publication number | Publication date |
---|---|
JPS53121429A (en) | 1978-10-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US3940743A (en) | Interconnecting unit for independently operable data processing systems | |
US4591977A (en) | Plurality of processors where access to the common memory requires only a single clock interval | |
JP2514208B2 (en) | Hot stand-by memory-copy method | |
US3995258A (en) | Data processing system having a data integrity technique | |
EP0141742A2 (en) | Buffer system for input/output portion of digital data processing system | |
US5682551A (en) | System for checking the acceptance of I/O request to an interface using software visible instruction which provides a status signal and performs operations in response thereto | |
JPS6133222B2 (en) | ||
US5761728A (en) | Asynchronous access system controlling processing modules making requests to a shared system memory | |
JP2963426B2 (en) | Bus bridge device and transaction forward method | |
JP3052857B2 (en) | Inter-cluster shared memory access method | |
JPS5845116B2 (en) | Duplex storage device | |
GB1595471A (en) | Computer system | |
US4494186A (en) | Automatic data steering and data formatting mechanism | |
JPH08314854A (en) | Data transfer system and device relating to the same | |
JPS602710B2 (en) | Composite computer system | |
JPS6326903B2 (en) | ||
JP2574821B2 (en) | Direct memory access controller | |
JPS641809B2 (en) | ||
JPS6218074B2 (en) | ||
JP2000148523A (en) | Duplex memory device and method for switching memory | |
JP2723388B2 (en) | Internal bus control method for processor module and information processing device | |
JPS6367669A (en) | Control system for storage controller | |
JPH07109599B2 (en) | Information transfer device for processing system | |
JPS63149748A (en) | Storage device | |
JP3012402B2 (en) | Information processing system |