JPH03174622A - Disk duplexing control system - Google Patents

Disk duplexing control system

Info

Publication number
JPH03174622A
JPH03174622A JP31396489A JP31396489A JPH03174622A JP H03174622 A JPH03174622 A JP H03174622A JP 31396489 A JP31396489 A JP 31396489A JP 31396489 A JP31396489 A JP 31396489A JP H03174622 A JPH03174622 A JP H03174622A
Authority
JP
Japan
Prior art keywords
disk
input
output
processing
subroutine
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
JP31396489A
Other languages
Japanese (ja)
Inventor
Satoo Shudo
首藤 聡生
Naoyuki Takiguchi
滝口 直行
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.)
NEC Corp
NEC Solution Innovators Ltd
Original Assignee
NEC Corp
NEC Solution Innovators 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 NEC Corp, NEC Solution Innovators Ltd filed Critical NEC Corp
Priority to JP31396489A priority Critical patent/JPH03174622A/en
Publication of JPH03174622A publication Critical patent/JPH03174622A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To simplify the disk duplex control via a FORTRAN and to perform the input/output processing of a disk volume at a high speed by preparing a subroutine for disk duplex control and an input/output processing program task of each disk volume. CONSTITUTION:An application program 11 using a disk duplex control system contains a disk duplex control subroutine 111. The input/output program tasks 12 and 13 which perform the input/output processings for each disk volume are loaded in a memory. In addition, nine functions are prepared in the subroutine 111 including the read processing, the write processing, the open processing, etc., which are produced based on a FORTRAN 77. Thus it is possible to simplify the disk duplex control via a FORTRAN and to perform the input/output processing of a disk volume.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、ディスクボリュームを二重管理するシステム
に関し、特に、ディスクボリューム管理の簡易化、ディ
スクボリュームの非同期アクセス化の制御方式に関する
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to a system for dually managing disk volumes, and in particular to a control method for simplifying disk volume management and asynchronous access to disk volumes.

従来の技術 従来、この種の制御は上位のアプリケーションプログラ
ムでティスフ管理を行うことで対処していた。また、F
ORTRAN入出力処理については非同期アクセスがで
きなかった為に、各システムごとにディスクボリューム
アクセス専用のプログラムを他の言語を使用して作成す
る必要性があった。
Conventional Technology Conventionally, this type of control has been handled by managing the statistics in a higher-level application program. Also, F
Since asynchronous access was not possible for ORTRAN input/output processing, it was necessary to create a program dedicated to disk volume access for each system using another language.

第4図は従来の入出力方式を示すフローチャートである
FIG. 4 is a flowchart showing a conventional input/output method.

第4図に示すように、従来においては入出力要求の数に
比例してディスクボリュームの入出力時間がかかること
か解る。
As shown in FIG. 4, it can be seen that in the conventional method, the input/output time for a disk volume is proportional to the number of input/output requests.

発明が解決しようとする課題 上述した従来の制御ては、FORTRAN入出力処理に
おけるディスク管理及び非同期アクセスはサポートされ
ていないのて以下のような欠点かある。
Problems to be Solved by the Invention The conventional control described above has the following drawbacks because it does not support disk management and asynchronous access in FORTRAN input/output processing.

(1)、FORTRANの入出力処理は同期処理てあり
2台のディスクボリュームに入出力を行う場合に入出力
回数分時間かかかる。つまり、ディスクボリュームにつ
いて同期アクセスの為に入出力時間が短縮できず、アプ
リケーションプログラムの処理時間に影響が大きい。
(1) FORTRAN input/output processing is synchronous processing, and it takes time equal to the number of input/outputs when performing input/output to two disk volumes. In other words, the input/output time cannot be reduced due to synchronous access to the disk volume, which greatly affects the processing time of application programs.

(2)、非同期アクセスを行う為には、FORTRAN
以外の言語を使用する必要があり、その為にフォーマッ
ト指定ができなかった。またプログラムを作成する場合
においてインタフェースの思案、プログラムの製造に時
間がかかり容易でない。
(2) To perform asynchronous access, FORTRAN
It was necessary to use a language other than the above, so the format could not be specified. Furthermore, when creating a program, it takes time to consider the interface and manufacture the program, which is not easy.

(3)、ディスクを二重化にて使用する場合にはディス
ク管理の負担が大きい。
(3) When disks are used in duplicate, the burden of disk management is heavy.

本発明は従来の上記実情に鑑みてなされたものであり、
従って本発明の目的は、従来の技術に内在する上記諸課
題を解決することを可能とした新規なディスク二重化制
御方式を提供することにある。
The present invention has been made in view of the above-mentioned conventional situation,
Therefore, an object of the present invention is to provide a novel disk duplication control system that makes it possible to solve the above-mentioned problems inherent in the conventional technology.

課題を解決するための手段 上記目的を連敗する為に、本発明に係るディスク二重化
制御方式は、2台のディスクボリュームについてのFO
RTRAN入出力処理をサブルーチン化することにより
、インタフェースの簡易化を可能とし、またこのサブル
ーチンは他のシステムでも使用が可能であり、汎用性か
高いことを特徴とし、更にディスクボリュームに対する
入出力処理については、ディスクボリューム専用のプロ
グラムタスクを使用することにより、FORTRANで
非同期入出力処理を行うように構成される。
Means for Solving the Problems In order to achieve the above objectives consecutively, the disk duplication control method according to the present invention provides FO control for two disk volumes.
By converting RTRAN input/output processing into a subroutine, it is possible to simplify the interface, and this subroutine can also be used in other systems, making it highly versatile. is configured to perform asynchronous I/O processing in FORTRAN by using program tasks dedicated to disk volumes.

実施例 次に本発明をその好ましい一実施例について図面を参照
して具体的に説明する。
Embodiment Next, a preferred embodiment of the present invention will be specifically explained with reference to the drawings.

第1図は本発明の一実施例を示すブロック構成図である
FIG. 1 is a block diagram showing one embodiment of the present invention.

第1図を参照するに、ディスク二重化制御方式を使用す
るアプリケーションプログラム11は、ディスク二重化
制御用サブルーチン111を内部に持つ。また、ディス
クボリューム単位に入出力処理を行うプログラムタスク
12.13はメモリ上にロードしなければならない。
Referring to FIG. 1, an application program 11 that uses the disk duplication control method has an internal disk duplication control subroutine 111. Furthermore, program tasks 12.13 that perform input/output processing in units of disk volumes must be loaded onto memory.

ディスク二重化制御用サブルーチンには、第2図に示す
通り9つの機能が準備されており、それぞれがFORT
RAN77に準拠して作成されている。
The disk duplication control subroutine has nine functions as shown in Figure 2, and each one is a FORT
Created in accordance with RAN77.

ディスクボリュームの非同期入出力処理(ディスクボリ
ューム単位にプログラムタスクを使用してのアクセス)
は第2図のリード処理、ライト処理について行う。
Asynchronous input/output processing of disk volumes (access using program tasks for each disk volume)
is performed for the read processing and write processing shown in FIG.

第3図は本発明に係るディスク二重化制御の入出力方式
の一実施例を示すフローチャートである。
FIG. 3 is a flowchart showing an embodiment of the input/output method for disk duplication control according to the present invention.

第3図に示すディスク二重化制御の入出力方式は、アプ
リケーションプログラムではディスクボリューム1に対
する完了を待ち合さずにディスクボリューム2に対する
要求を行い、その後に完了を待ち合せる。
In the input/output method for disk duplication control shown in FIG. 3, an application program makes a request for disk volume 2 without waiting for completion for disk volume 1, and then waits for completion.

この方式によりFORTRAN入出力処理の非同期入出
力が実現される。
This method realizes asynchronous input/output in FORTRAN input/output processing.

発明の詳細 な説明したように、本発明によれば、ディスク二重化制
御用サブルーチンとディスクボリューム単位に入出力処
理用プログラムタスクを持つことにより、FORTRA
Nによるディスク二重化制御の簡易化、ディスクホリュ
ーム入出力処理の高速化に大きな効果が得られる。
As described in detail, according to the present invention, the FORTRA
Great effects can be obtained in simplifying disk duplication control and speeding up disk volume input/output processing using N.

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

第1図は本発明の一実施例を示す全体ブロック− 構成図、第2図はディスク二重化制御用サブルーチンの
内訳とその処理概要を示す図、第3図は本発明に係るデ
ィスク二重化制御の入出力方式の一実施例を示すフロー
チャート、第4図は従来における入出力方式を示すフロ
ーチャートである。 11・・・アプリケーションプログラム、12.13・
・・入出カプログラムタスク、111・・・ディスク二
重化用サブルーチン
FIG. 1 is an overall block configuration diagram showing an embodiment of the present invention, FIG. 2 is a diagram showing the details of a subroutine for disk duplex control and an outline of its processing, and FIG. 3 is an input diagram of the disk duplex control according to the present invention. FIG. 4 is a flowchart showing an example of an output method. FIG. 4 is a flowchart showing a conventional input/output method. 11...Application program, 12.13.
...I/O program task, 111...Disk duplication subroutine

Claims (1)

【特許請求の範囲】[Claims] ディスクボリュームに対する入出力については専用のプ
ログラムタスクをディスクボリューム数分持つことによ
り非同期アクセス処理し、ディスクボリュームに関する
管理については2台のディスクボリュームに対する要求
をサブルーチン化し、そのサブルーチン内で管理を行う
ことを特徴とするディスク二重化制御方式。
For input/output to disk volumes, asynchronous access processing is performed by having dedicated program tasks for the number of disk volumes, and for disk volume management, requests for two disk volumes are made into a subroutine, and management is performed within that subroutine. Features a disk duplication control method.
JP31396489A 1989-12-01 1989-12-01 Disk duplexing control system Pending JPH03174622A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP31396489A JPH03174622A (en) 1989-12-01 1989-12-01 Disk duplexing control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP31396489A JPH03174622A (en) 1989-12-01 1989-12-01 Disk duplexing control system

Publications (1)

Publication Number Publication Date
JPH03174622A true JPH03174622A (en) 1991-07-29

Family

ID=18047603

Family Applications (1)

Application Number Title Priority Date Filing Date
JP31396489A Pending JPH03174622A (en) 1989-12-01 1989-12-01 Disk duplexing control system

Country Status (1)

Country Link
JP (1) JPH03174622A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0535505A (en) * 1991-07-16 1993-02-12 Fujitsu Ltd Input/output task control method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0535505A (en) * 1991-07-16 1993-02-12 Fujitsu Ltd Input/output task control method

Similar Documents

Publication Publication Date Title
JPS60218142A (en) Dynamic format conversion system of data
JPH03174622A (en) Disk duplexing control system
JPH04107741A (en) Draw-out system for service procedure in rpc
JPH0296277A (en) Picture data control system
JPS62131349A (en) Data base processing system
JPS6265137A (en) Control system for priority of user task
JPS59180763A (en) System for accessing data base system
JPH02224156A (en) File saving system
JPH0338744A (en) File control method
JPS63145551A (en) Changing system for definition of file attribute
JPH06342391A (en) Environment transition system for transition from test to actual operation using resource information
JPH02222025A (en) Collective input/output processing system for file label
JPS59177662A (en) Optimizing system of exclusive unit in exclusive control
JPS62269244A (en) File access system
JPH02120947A (en) File input/output processing method for information processing system
JPH01292536A (en) Emulator for dealing with plural operation systems
JPH03219339A (en) Data processing system
JPH06214844A (en) Method for parallelly inputting/outputting plural volumes for directly search input/output sentence
JPS63191262A (en) Dynamic file processing system
JPS62288953A (en) External storage device distribution/transfer processing system
JPS62245444A (en) Update journal generation system for index part of data base control system
JPS62107349A (en) File converting system
JPH0233240A (en) Network control system
JPS6312044A (en) Data managing system for electronic computer system
JPH0247990A (en) Virtual multi-processor system