JPS5818760A - Multicomputer processing system - Google Patents

Multicomputer processing system

Info

Publication number
JPS5818760A
JPS5818760A JP56115184A JP11518481A JPS5818760A JP S5818760 A JPS5818760 A JP S5818760A JP 56115184 A JP56115184 A JP 56115184A JP 11518481 A JP11518481 A JP 11518481A JP S5818760 A JPS5818760 A JP S5818760A
Authority
JP
Japan
Prior art keywords
mode
computer
computers
memories
access
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
JP56115184A
Other languages
Japanese (ja)
Inventor
Toshiaki Majima
真島 俊明
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 JP56115184A priority Critical patent/JPS5818760A/en
Publication of JPS5818760A publication Critical patent/JPS5818760A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus

Abstract

PURPOSE:To prevent stoppage of the whole system even when one set of computer among plural computers of the system is stopped for changing or testing software, by performing an arrangement that each of the plural computers can make accessing to both or only one of duplex common memories. CONSTITUTION:Common memories 1A and 1B are made duplex by a common memory controlling circuit 2 and, at the same time, connected to plural computers 3a, 3b-3i, respectively. The common memories can access to auxiliary memories 8A and 8B and peripheral equipments 11 through a data bus 12. In the status register of each computer, an access mode setting bit which specifies the access to the common memories 1A and 1B is installed, and both the common memories are set to the foreground mode in normal on-line operation and the status registers in the computers are also set to the same mode. Both the common memories are simultaneously used for writing and reading. When one computer is being tested, the computer is set to the background mode and one of the common memories is also set to the background mode. In this case, only the memory under the background mode can be accessed.

Description

【発明の詳細な説明】 本発明は多重計算機処理システムに係り、特に共有メモ
リ上のデータの配列が頻繁に変更されるシステムに好適
な多重計算機処理システムに関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a multi-computer processing system, and particularly to a multi-computer processing system suitable for a system in which the arrangement of data on a shared memory is frequently changed.

各種工業プロセス制御やオンライン情報システムでは非
常に高い信頼性が要求されるために中央処理装置(以下
、単に計算機と称する。)等のシステム中の主要機器を
多重化し、相互バックアップによりシステムの信頼性を
向上させる手法を用いることが多い。このような多重計
算機処理システムにおいて、計算機間の情報伝達の高速
化、計算機間の情報伝達の高速化と処理の連続性を実現
するために最近、計算機間の担当業務切替の高速化と処
理の連続性を実現するために、共有メモリを用いること
が行われている。
Various industrial process controls and online information systems require extremely high reliability, so the main equipment in the system, such as the central processing unit (hereinafter simply referred to as a computer), is multiplexed and mutual backup is used to improve system reliability. Often, methods are used to improve In such a multi-computer processing system, in order to achieve faster information transmission between computers, faster information transmission between computers, and continuity of processing, efforts have recently been made to speed up the switching of tasks between computers and to improve processing speed. In order to achieve continuity, shared memory is used.

計算機関共有メモリは信頼性の向上の目的で二重化され
ることが多く、該共有メモリには計算機間の管理情報や
アクセス頻度の高いオンラインデータが格納される。計
算機関共有メモリの採用により、信頼性が高いだけでな
く計算機間の負荷分担が容易なことによるハードウェア
資源の効率的使用、計算機業務を中断なく高速に切替る
こと等が可能になるが、応用分野によっては次のような
問題が生じる。
Computing institution shared memory is often duplicated for the purpose of improving reliability, and management information between computers and frequently accessed online data are stored in the shared memory. The adoption of shared memory among computing institutions not only provides high reliability, but also makes it possible to use hardware resources efficiently by easily sharing the load between computers, and to switch computer operations at high speed without interruption. The following problems arise depending on the application field.

即ち、何かの理由でソフトウェア変更の必要が発生し、
共有メモリ上のデータ内容や、アロケーションが変更に
なった場合には全システムの停止を必要とする。また、
複数台の計算機のうちの1台をオンライン制御から外し
、開発中のプログラムのテストに使うような場合も、こ
の計算機に共有メモリ上のオンラインデータの書替えを
許せないために、テストの内容が制約されてしまう。−
例を挙げると、電力系統の計算機制御システムでは、信
頼度、応答性等に高い性能が要求される一方で、制御対
象となる電力系統は毎日のように増設、改造が行われる
。このため、電力系統の実時間状態を表現する共有メモ
リ上のデータの配列は、頻繁に変更される。また、変更
後は、実運転に入る前に変更後のソフトウェアでテスト
運転を行いたいという要求もある。しかし、ソフトウェ
ア変更中の過渡的なデータをオンラインプログラムが参
照することを許可すれば計算機システムの誤動作の恐れ
がある為、このようなソフトウェア変更時にはシステム
を停止しなければならないし、共有メモリ上のデータを
書き替えるようなテストも実行できない。
In other words, if for some reason it becomes necessary to change the software,
If the data content or allocation in shared memory is changed, the entire system must be stopped. Also,
Even when one of multiple computers is removed from online control and used to test a program under development, the content of the test is limited because this computer cannot be allowed to rewrite online data on the shared memory. It will be done. −
For example, computer control systems for power systems require high performance in terms of reliability, responsiveness, etc., and the power systems to be controlled are expanded and modified on a daily basis. Therefore, the arrangement of data on the shared memory that represents the real-time state of the power system is frequently changed. Furthermore, after the change, there is a request to perform a test run using the changed software before starting actual operation. However, if online programs are allowed to reference transient data during software changes, there is a risk of malfunction of the computer system, so when such software changes are made, the system must be stopped, and data stored in shared memory must be stopped. Tests that rewrite data cannot be executed.

本発明は上記問題点に鑑み、計算機関共有メモリの使用
による利点(高信頼性、負荷分担の容易性、計算機担当
業務切替の高速化)を生かしながらシステムのオンライ
ン運転を継続しつつ、1台又は複数台の計算機に対して
ソフトウェアの自由な変更及び試験を行うことが可能な
多重計算機処理システムを提供することを目的とする。
In view of the above-mentioned problems, the present invention takes advantage of the advantages of using computing engine shared memory (high reliability, ease of load sharing, and faster switching of tasks for computers), while continuing online operation of the system. Another object of the present invention is to provide a multi-computer processing system that allows software to be freely changed and tested on multiple computers.

本発明の特徴はファグランドモードとバックグランドモ
ードの二つのアクセスモードを有する二つの共有メモリ
と、該二つの共有メモリが同一モードでアクセスされた
場合のマスター・スレーブ管理及びアクセスモード変更
時のコピー処理を行う共有メモリ制御回路と、前記共有
メモリのアクセスモード設定用のビットをステータスレ
ジスタに各々、有する複数台の計算機とを含んで構成し
た点にある。
The features of the present invention include two shared memories with two access modes: faground mode and background mode, master/slave management when the two shared memories are accessed in the same mode, and copying when changing the access mode. The present invention is configured to include a shared memory control circuit that performs processing, and a plurality of computers each having a status register containing a bit for setting the access mode of the shared memory.

即ち、本発明では二重化共有メモリの各々がフォアグラ
ンドモードとバックグランドモードの二つの状態を持つ
ようにする一方で、計算機ステータスレジスタ中に共有
メモリのアクセスモード設定のビットを設けることによ
り、複数台の計算機の各々が2重化された共有メモリの
両方又は片方たけにアクセスできるようにし、共有メモ
リのモードと計算機のアクセスモードは、プログラムに
より自由に変更できるようにする。このような機能を持
たせることにより、定常運転状態では2つの共有メモリ
を2重化運転し、まだ複数台の計算機のうちある計算機
でソフトウェアの変更又はテストをする時には二つの共
有メモリを分離し、片方にオンライン用、片方をテスト
用として自由に切替えて使用できる。
That is, in the present invention, each duplex shared memory has two states, foreground mode and background mode, and by providing a bit for setting the access mode of the shared memory in the computer status register, multiple computers can be connected. Each computer can access both or only one of the duplicated shared memories, and the mode of the shared memory and the access mode of the computers can be freely changed by a program. By providing such a function, the two shared memories can be redundantly operated during steady operation, and the two shared memories can be separated when changing or testing software on one of the multiple computers. , you can freely switch between using one for online use and the other for testing.

以下、本発明の実施例を図面に基づいて説明する。第1
図には本発明に係る多重計算機処理システムの全体構成
が示されており、同図において共有メモIJIA、IB
は共有メモリ制御回路2により二重化されると同時に、
複数台の計算機3a。
Embodiments of the present invention will be described below based on the drawings. 1st
The figure shows the overall configuration of a multi-computer processing system according to the present invention.
is duplicated by the shared memory control circuit 2, and at the same time,
Multiple computers 3a.

3b、・・・・・・、31に各々、接続されている。3b, . . . , 31, respectively.

そして各計算機3a、3b、・・・・・・31は各々、
データバス12及びマルチアのセスコントローラ7A、
7Bを介して二重化された補助メモリ8A。
And each computer 3a, 3b,...31 is each
data bus 12 and multi-channel access controller 7A;
Auxiliary memory 8A is duplicated via 7B.

8Bを読書したり、データバスに接続される共有バス制
御回路10を通じて計算機間で共有する周辺機器11に
アクセスできる。まだ、計算機間コミュニケーション装
置13は、計算機間の信号受授を行う。ここで、2つの
共有メモリは、各々フォアグラウンドモードとバックグ
ラウンドモードの二つのモードを有し、共有メモリIA
、1Bに付属する操作パネルからの操作又は接続されて
いる計算機の指令によりモードを変更できる機能を有す
る。一方、各計算機のステータスレジスタには第2図に
示すように、共有メモIJIA、IBへのアクセスを規
定するアクセスモード設定用ビン)B7を設ける。ここ
で、ステータスレジスタ20中の他のビットの意味は、
従来の計算機と同様である。
8B, and can access peripheral devices 11 shared between computers through a shared bus control circuit 10 connected to the data bus. The intercomputer communication device 13 still performs signal reception between computers. Here, the two shared memories each have two modes, a foreground mode and a background mode, and the shared memory IA
, 1B has a function that allows the mode to be changed by operation from the operation panel attached to 1B or by commands from the connected computer. On the other hand, as shown in FIG. 2, the status register of each computer is provided with an access mode setting bin B7 that defines access to the shared memories IJIA and IB. Here, the meanings of the other bits in the status register 20 are:
It is similar to a conventional calculator.

共有メモリのモードと、計算機側のアクセスモードとの
関係により各計算機3a、3b、・・・・・・。
Each computer 3a, 3b, . . . depends on the relationship between the shared memory mode and the computer side access mode.

31と共有メモIJIA、IBとの関係は次のように変
化する。即ち、通常のオンライン運転では2台の共有メ
モIJIA、IBはいずれもフォアグランドモードに設
定され、各計算機内のステータスレジスタ20のアクセ
スモードもフォアグラウンドモードに設定される。この
状態で計算機が共有メモリに書込みを行うと、2台の共
有メモリIA。
The relationship between 31 and the shared memos IJIA and IB changes as follows. That is, in normal online operation, the two shared memos IJIA and IB are both set to foreground mode, and the access mode of the status register 20 in each computer is also set to foreground mode. When a computer writes to the shared memory in this state, two shared memories IA.

IBに同時に書込みが行われる。また読出時には、2台
の共有メモリIA、1Bのうち先にフォアグラウンドモ
ードが設定された方の1台(これを共有メモリ2重化運
転中のマスク側と呼ぶ。)からデータが読出される。ま
だ1台以上の計算機がソフトウェア修正又は試験中の時
は、これらの計算機のアクセスモードをバックグラウン
ドモードとし、共有メモリIA’、1Bの一方をフォア
グラウンドモードに、もう一方をバックグラウンドモー
ドに設定する。オンライン業務を行っている方の計算機
は、フォアグラウンドモードに設定されているのでフォ
アグランドモードの共有メモリに対してしかアクセス(
読み書き)できず、他方バックグラウンドアクセスモー
ドに設定された計算機は、バンクグラウンドモードに設
定された共有メモリに対してしかアクセスできない。こ
うすることにより、2台の共有メモリの一方をオンライ
ン処理用として使用しながら、他方をソフトウェア修正
や試験に使用できる。しかもバックグラウンドモード共
用メモリには、自由にテストデータが設定できるので、
オンライン運転と全く同じ環境でソフトウェアのテスト
が可能である。
Writing is done to IB at the same time. Further, at the time of reading, data is read from one of the two shared memories IA and 1B to which the foreground mode was set first (this is called the mask side during shared memory duplex operation). If one or more computers are still undergoing software modification or testing, set the access mode of these computers to background mode, and set one of the shared memories IA' and 1B to foreground mode and the other to background mode. . The computer of the person doing online work is set to foreground mode, so it can only access the shared memory in foreground mode (
On the other hand, a computer set to background access mode can only access shared memory set to background mode. By doing this, one of the two shared memories can be used for online processing while the other can be used for software modification or testing. Moreover, test data can be freely set in the background mode shared memory.
Software testing is possible in exactly the same environment as online operation.

尚、ここで注意しなければならないのは計算機のアクセ
スモードは割り当てられたまま一定ではないという点で
ある。何故なら共有メモリには各計算機の共有資源管理
情報が格納されているので、この管理情報が格納されて
いる記憶エリアまでも含めて2台の共有メモリを分離し
てしまうと多重計算機処理システムの管理や計算機間コ
ミュニケーションが不可能となる。
It should be noted here that the access mode of the computer does not remain assigned. This is because the shared memory stores shared resource management information for each computer, so if you separate the shared memory of the two computers, including the storage area where this management information is stored, it will cause problems in the multi-computer processing system. Management and communication between computers become impossible.

従ってバックグランドモードを設定した計算機でも二重
系管理情報や計算機間メツセージへのアクセスを行う時
には一度、フォアグランドモードにモード変更した後、
共有メモリにアクセスし、その後、アクセスモードを元
にもどすという処理をするように構成されている。
Therefore, even if a computer is set to background mode, when accessing dual system management information or messages between computers, the mode must be changed to foreground mode and then
It is configured to access the shared memory and then return the access mode to its original state.

一方、共有メモリ制御回路2は上述のように2台の共有
メモリが同一モードの時のマスター、スレーブ管理の外
に、片方の共有メモリのモードを変更した時のコピーを
行う。つまり、一方の共有メモリがフォアグラウンドモ
ードであり、他方がバックグラウンドモードである時に
バックグラウンドモードに設定されている共有メモリを
フォアグラウンドモードに変更した時には、フォアグラ
ウンドモード側のデータを新しくフォアグラウンドモー
ドになった方にコピーする。また、2重化されている共
有メモリの一方に障害が検出された場合にはこの共有メ
モリを切離す処理をする。
On the other hand, the shared memory control circuit 2 performs master and slave management when the two shared memories are in the same mode as described above, as well as copying when the mode of one of the shared memories is changed. In other words, when one shared memory is in foreground mode and the other is in background mode, when you change the shared memory set to background mode to foreground mode, the data on the foreground mode side is changed to the new foreground mode. Copy it to someone else. Furthermore, if a fault is detected in one of the duplicated shared memories, this shared memory is disconnected.

次に本実施例においてどのような手順でソフトウェアの
変更、試験が行われるについて説明する。
Next, the procedure for changing and testing software in this embodiment will be explained.

まず1)通常の運転状態では2台の共有メモリIA、I
Bはフォアグランドモードで二重化運転され、全計算機
3 a + 3 b+・・・・・・、−31はフォアグ
ランドモードで処理を分担する。そして谷計算機は共有
メモリ上のオンライン情報に自由にアクセスでき、計算
機間の情報授受も共有メモIJIA。
First of all, 1) Under normal operating conditions, two shared memories IA and I
B is redundantly operated in the foreground mode, and all the computers 3 a + 3 b + . . . -31 share the processing in the foreground mode. Tani computers can freely access online information on the shared memory, and information can be exchanged between computers using the shared memo IJIA.

IBを介して行われる。This is done via IB.

次に2)計算機群3a、3b、・・・・・・、31のう
ち特定の計算機、例えば計算機3aによりソフトウェア
の変更と試験を行うために計算機3 a 1i444当
していた処理業務を他の計算機(例えば il算機3b
)に引き継ぎ、計算機3aは一担、処理を中止する。そ
して3)共有メモIJIA、11(の・)ち一方(例え
ばIA)を・くツクグランドモード変更する(計算機3
aのプログラム指令により71う。)。同様に二重化さ
れた補助メモリの一ブj(例えば補助メモリ8A)もオ
ペレーティングシステムの構成定義を再定義することに
より切離す。
Next, 2) In order to change and test software using a specific computer among the computer group 3a, 3b, ..., 31, for example, computer 3a, the processing work that was previously assigned to computer 3a 1i444 will be transferred to another computer. Calculator (e.g. il calculator 3b
), and the computer 3a immediately stops processing. and 3) Change the shared memo IJIA and 11 (for example, IA) to the ground mode (calculator 3).
71 according to the program command of a. ). Similarly, a block j of the duplicated auxiliary memory (for example, auxiliary memory 8A) is also separated by redefining the configuration definition of the operating system.

更に4)計算機3aをノ(ツクグランドモードしこ設定
変更すると同時に計算機3aの構成定義を変更し、3)
で切離された方の補助メモlJ8Aを接続する。
Furthermore, 4) Change the configuration of the computer 3a at the same time as changing the ground mode setting, 3)
Connect the auxiliary memory IJ8A that was disconnected at .

以上の操作で計算機3a,・(ツタグランドモードに設
定された共有メモ1月A及び補助メモリ8Aにより一つ
の計算機システムが構成され、これを用いることにより
ソフトウェアの変更及び試験を行う。
With the above operations, one computer system is configured by the computers 3a, .

ここで共有メモリのアクセスモードを一時的にフォアグ
ラウッドモードにすれば、細針算機の監視や細針算機へ
の情報授受も自由にできる。従って、細針算機のうちの
1台が何かの障害で停止した時には、ソフトウェアの修
正や試験を中止してその処理業務を引継ぎバックアップ
することも可能である。
If you temporarily set the access mode of the shared memory to foie gras wood mode, you can freely monitor the thin needle calculator and send and receive information to the thin needle calculator. Therefore, when one of the fine needle calculators stops due to some kind of failure, it is possible to stop software modification or testing and take over the processing work for backup.

さて、5)試験が終了したら、計算機3aに本来の処理
業務分担をもどし、更に他の計算機についても計算機3
aを中心とした新ソフトウェアのシステムに組み入れる
ためにアクセスモードをバックグランドモードとする。
Now, 5) When the test is finished, the original processing duties will be returned to computer 3a, and the other computers will also be assigned to computer 3a.
In order to incorporate it into the new software system centered on a, the access mode will be set to background mode.

次に6)1台残ったフォアグランドモードに設定された
計算機により二重化された共有メモリ及び補助メモリの
内容を新ノフトウエアに等化する。更に7)全計算機を
再びフォアグランドモードにもどし、平常運転形態とす
る。そして8)バックグラウンドモードのままに設定さ
れている共有メモリIAをフォアグランドモードに変更
する。
Next, 6) Equalize the contents of the duplicated shared memory and auxiliary memory with the new software using the remaining computer set to foreground mode. Furthermore, 7) Return all computers to foreground mode again and return to normal operation mode. and 8) change the shared memory IA, which is set to background mode, to foreground mode.

以上の手順によりソフトウェアの変更及び試験が可能と
なる。
The above steps enable software changes and tests.

以上に説明した如く、本発明によれば稼動率を低下させ
ることなく1台又は複数台の計算機に対してソフトウェ
アの自由な変更及び試験が可能な多重計算機処理システ
ムを実現することができる。
As described above, according to the present invention, it is possible to realize a multi-computer processing system in which software can be freely changed and tested on one or more computers without reducing the operating rate.

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

第1図は本発明に係る多重計算機処理ンスデl、の全体
構成を示すブロック図、第2図は第1図の多重計算機処
理システムの各計算機におけるステータスレジスタのビ
ット構成を示す図である。 IA、IB・・・共有メモリ、2・・・共有メモリ制御
回路、3 a、 3 b、 −・・−・−、3r−計算
機、?A。
FIG. 1 is a block diagram showing the overall configuration of a multiple computer processing system according to the present invention, and FIG. 2 is a diagram showing the bit configuration of a status register in each computer of the multiple computer processing system of FIG. IA, IB...shared memory, 2...shared memory control circuit, 3a, 3b, -...--, 3r-computer, ? A.

Claims (1)

【特許請求の範囲】[Claims] 1、 フォアグランドモードとバックグランドモードの
二つのアクセスモードを有する二つの共有メモリと、該
二つの共有メモリが同一モードでアクセスされた場合の
マスター・スレーブ管理及びアクセスモード変更時のコ
ピー処理を行う共有メモリ制御回路と、前記共有メモリ
のアクセスモード設定用のビットをステータスレジスタ
に各々、有する複数台の計算機とを含んで構成されるこ
とを特徴とする多重計算機処理システム。
1. Two shared memories with two access modes: foreground mode and background mode, master/slave management when the two shared memories are accessed in the same mode, and copy processing when changing the access mode. 1. A multi-computer processing system comprising: a shared memory control circuit; and a plurality of computers, each of which has a bit for setting an access mode of the shared memory in a status register.
JP56115184A 1981-07-24 1981-07-24 Multicomputer processing system Pending JPS5818760A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56115184A JPS5818760A (en) 1981-07-24 1981-07-24 Multicomputer processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56115184A JPS5818760A (en) 1981-07-24 1981-07-24 Multicomputer processing system

Publications (1)

Publication Number Publication Date
JPS5818760A true JPS5818760A (en) 1983-02-03

Family

ID=14656430

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56115184A Pending JPS5818760A (en) 1981-07-24 1981-07-24 Multicomputer processing system

Country Status (1)

Country Link
JP (1) JPS5818760A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62274600A (en) * 1986-05-23 1987-11-28 Hitachi Medical Corp X-ray device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62274600A (en) * 1986-05-23 1987-11-28 Hitachi Medical Corp X-ray device

Similar Documents

Publication Publication Date Title
US4819232A (en) Fault-tolerant multiprocessor arrangement
JPS5818760A (en) Multicomputer processing system
CN111858187A (en) Electronic equipment and service switching method and device
JPH01169557A (en) Storage control system for computer
KR100235190B1 (en) Method for interfacing between super visory and plc of robot controller
CN113342257B (en) Server and related control method
JPH0441395Y2 (en)
EP0316251B1 (en) Direct control facility for multiprocessor network
JPH05189004A (en) Plant controller
JPS6083151A (en) Control system of data processing level
JPS641809B2 (en)
JPH03184128A (en) Duplex computer system
JPH0827761B2 (en) Dual-system simultaneous writing method for dual memory
JPH0625987B2 (en) Complex computer system
JPH05127935A (en) Duplicating system computer device
JPH041845A (en) Adaptor access system for multiplex system
JP3012402B2 (en) Information processing system
JPS5994160A (en) Data equalizing system of composite electronic computer system
KR950009572B1 (en) High-speed on-line back-up method in high-speed medium computer
JPS61208104A (en) Numerical controller
US20040088707A1 (en) Operating mode for a computer
JPH07129524A (en) High speed switching device of duplex system
JPS62236045A (en) On-line test system for computer
JPS604498B2 (en) How to combine an electronic computer and a direct memory access device
Gibson Time-Sharing With the System/360, Model 67