JPH02304647A - File saving system - Google Patents

File saving system

Info

Publication number
JPH02304647A
JPH02304647A JP1125737A JP12573789A JPH02304647A JP H02304647 A JPH02304647 A JP H02304647A JP 1125737 A JP1125737 A JP 1125737A JP 12573789 A JP12573789 A JP 12573789A JP H02304647 A JPH02304647 A JP H02304647A
Authority
JP
Japan
Prior art keywords
program
file
file backup
management table
executed
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
JP1125737A
Other languages
Japanese (ja)
Inventor
Kazuhiko Honda
一彦 本田
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
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP1125737A priority Critical patent/JPH02304647A/en
Publication of JPH02304647A publication Critical patent/JPH02304647A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To improve operability by providing a suspending means for interrupting temporarily a program which is being executed, etc., so that a file can be saved in a file backup device without waiting for the end of the program which is being executed. CONSTITUTION:A program management table registering means 2 registers management information of a program which receives a program starting request in a program management table. Subsequently, in the case the program brought to starting request is a file backup program, a program checking means 3 checks the program management table by an execution checking means 5. As a result, if other program which is being executed exists, its program is set to an interrupted state temporarily by a suspending means 6, and the starting request of the file backup program is given to a file backup program executing means 8. The means 8 reads out a file on a magnetic disk device 7, and allows a file backup device 9 to write it. In such a way, the file can be saved without waiting for the end of the program which is being executed, and the operability can be improved.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はファイル退避方式、特にストリーミング方式の
ファイルバックアップ装置を接続した情報処理システム
におけるファイル退避方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a file saving method, particularly to a file saving method in an information processing system connected to a streaming file backup device.

〔従来の技術〕[Conventional technology]

従来、この種のファイル退避方式では、例えば磁気ディ
スクファイルの内容を退避する場合に、他のプログラム
が動作しているときには、このプログラムにより磁気デ
ィスクファイルが使用されることがあり、その間の退避
データの読出し中断に伴なうファイルバックアップ装置
のストリーミング動作によって、退避データが撹乱され
ることを避けるために、ファイル退避を行なわないよう
にしている。
Conventionally, in this type of file saving method, when saving the contents of a magnetic disk file, for example, when another program is running, the magnetic disk file may be used by this program, and the saved data is saved during that time. In order to prevent the saved data from being disturbed by the streaming operation of the file backup device due to the interruption of reading, file saving is not performed.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のファイル退避方式は他のプログラムの動
作中にはファイル退避を行なえず、他のプログラムが終
了してからしかファイル退避のプログラムを起動できな
いという欠点を有している。
The conventional file saving method described above has the disadvantage that file saving cannot be performed while other programs are running, and that a file saving program can only be started after the other programs have finished.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のファイル退避方式は、ストリーミング方式のフ
ァイルバックアップ装置を接続した情報処理システムに
おいて、起動要求を受付けたプログラムの管理情報をプ
ログラム管理テーブルに登録するプログラム管理テーブ
ル登録手段と、起動要求を受けたプログラムがファイル
バックアッププログラムであるときは前記プログラム管
理テーブルから実行中の他のプログラムの有無を調べ、
実行中のプログラムには一時中断処理を行なってからフ
ァイルバックアッププログラムの起動を行なう実行チェ
ック手段と、ファイルバックアッププログラムの実行の
終了後に前記プログラム管理テーブルを調べて一時中断
のプログラムがあるときはこのプログラムの一時中断を
解除する中断チェック手段とを有することにより構成さ
れる。
The file saving method of the present invention, in an information processing system connected to a streaming file backup device, includes a program management table registration means for registering management information of a program that has received a startup request in a program management table; When the program is a file backup program, check whether there are other programs being executed from the program management table;
There is an execution check means that performs temporary suspension processing on the running program and then starts the file backup program, and checks the program management table after the execution of the file backup program ends and checks if there is a temporarily suspended program. and an interruption check means for canceling the temporary interruption of the operation.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例の構成図で、プログラム起動
要求受付手段1.プログラム管理テーブル登録手段2.
プログラムチェック手段3.プログラム実行手段4.実
行チェック手段5.サスペンド手段6.磁気ディスク装
置7.ファイルバックアッププログラム実行手段8.フ
ァイルバックアップ装置9.サスペンドチェック手段1
0およびサスペントリリーズ手段11から構成されてい
る。プログラム管理テーブル登録手段2.プログラムチ
ェック手段3.実行チェック手段5.サスペンド手段6
.サスペンドチェック手段10およびサスペントリリー
ズ手段11が、本発明のために従来のファイル退避方式
に追加された機能ブロックである。
FIG. 1 is a block diagram of an embodiment of the present invention, in which program startup request receiving means 1. Program management table registration means 2.
Program check means 3. Program execution means 4. Execution check means 5. Suspend means 6. Magnetic disk device7. File backup program execution means 8. File backup device9. Suspend check method 1
0 and a suspension release means 11. Program management table registration means 2. Program check means 3. Execution check means 5. Suspend means 6
.. Suspend check means 10 and suspend release means 11 are functional blocks added to the conventional file saving method for the purpose of the present invention.

以上の構成において、プログラム起動要求受付手段1は
プログラムの起動要求を受付け、プログラム管理テーブ
ル登録手段2は起動要求を受付けたプログラムの管理情
報をプログラム管理テーブルに登録する。プログラムチ
ェック手段3は起動要求されたプログラムがファイルバ
ックアッププログラムであるか否かのチェックを行う、
起動要求されたプログラムがファイルバックアッププロ
グラムでなければ、プログラム実行手段4で実行される
。起動要求されたプログラムがファイルバックアッププ
ログラムの場合には、実行チェック手段5によりプログ
ラム管理テーブルを調べ実行中の他のプログラムがなけ
ればファイルバックアッププログラムの起動要求がファ
イルバックアッププログラム実行手段8に与えられる。
In the above configuration, the program activation request receiving means 1 receives a program activation request, and the program management table registration means 2 registers the management information of the program for which the activation request has been received in the program management table. The program checking means 3 checks whether the program requested to be started is a file backup program.
If the program requested to be activated is not a file backup program, it is executed by the program execution means 4. If the program requested to be activated is a file backup program, the execution check means 5 checks the program management table and if there is no other program being executed, a request to activate the file backup program is given to the file backup program execution means 8.

実行中の他のプログラムが存在すれば、サスペンド手段
6により実行中の他のプログラムを一時中断状態にして
から、ファイルバックアッププログラムの起動要求がフ
ァイルバックアッププログラム実行手段8に与えられる
。ファイルバックアッププログラム実行手段8は、磁気
ディスク装置7上のファイルを読出し、ストリーミング
方式のファイルバックアップ装置9に書込み、を行なわ
せる。
If there are other programs being executed, the suspend means 6 temporarily suspends the other programs, and then a request to start the file backup program is given to the file backup program execution means 8. The file backup program execution means 8 reads the file on the magnetic disk device 7 and causes the streaming type file backup device 9 to write the file.

ファイルバックアッププログラムの実行が終了すると、
サスペンドチェック手段10はプログラム管理テーブル
上に、サスペンド手段6で一時中断状態になっているプ
ログラムがあるか否かを調べる。一時中断状態になって
いるプログラムがあればサスペントリリーズ手段11に
より一時中断状態を解き、中断していたプログラムの実
行を継続させる。
When the file backup program finishes running,
The suspend check means 10 checks whether there is any program on the program management table that is temporarily suspended by the suspend means 6. If there is a program in a temporarily suspended state, the suspended state is released by the suspend release means 11, and the execution of the suspended program is continued.

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

以上説明したように本発明は、実行中のプログラムを一
時中断させるサスペンド手段を設けることにより、実行
中のプログラムの終了を待つことなく、ストリーミング
方式のファイルバックアップ装置に磁気ディスク装置の
ファイルを退避させることができ、操作性の向上がはか
られる効果がある。
As explained above, the present invention provides a suspend means for temporarily suspending a running program, thereby saving files in a magnetic disk device to a streaming file backup device without waiting for the running program to finish. This has the effect of improving operability.

図面の簡単な説明 第1図は本発明の一実施例の構成図である。Brief description of the drawing FIG. 1 is a block diagram of an embodiment of the present invention.

1・・・プログラム起動要求受付手段、2・・・ブロダ
ラム管理テーブル登録手段、3・・・プログラムチェッ
ク手段、4・・・プログラム実行手段、5・・・実行チ
ェック手段、6・・・サスペンド手段、7・・・磁気デ
ィスク装置、8・・・ファイルバックアッププログラム
実行手段、9・・・ファイルバックアップ装置、10・
・・サスペンドチェック手段、11・・・サスペントリ
リーズ手段。
DESCRIPTION OF SYMBOLS 1...Program start request receiving means, 2...Broaderum management table registration means, 3...Program checking means, 4...Program execution means, 5...Execution checking means, 6...Suspending means , 7... Magnetic disk device, 8... File backup program execution means, 9... File backup device, 10.
... Suspend check means, 11... Suspend release means.

Claims (1)

【特許請求の範囲】[Claims] ストリーミング方式のファイルバックアップ装置を接続
した情報処理システムにおいて、起動要求を受付けたプ
ログラムの管理情報をプログラム管理テーブルに登録す
るプログラム管理テーブル登録手段と、起動要求を受け
たプログラムがファイルバックアッププログラムである
ときは前記プログラム管理テーブルから実行中の他のプ
ログラムの有無を調べ、実行中のプログラムには一時中
断処理を行なつてからファイルバックアッププログラム
の起動を行なう実行チェック手段と、ファイルバックア
ッププログラムの実行の終了後に前記プログラム管理テ
ーブルを調べて一時中断のプログラムがあるときはこの
プログラムの一時中断を解除する中断チェック手段とを
有することを特徴とするファイル退避方式。
In an information processing system connected to a streaming file backup device, a program management table registration means for registering management information of a program that has received a startup request in a program management table; and when the program that has received a startup request is a file backup program. includes an execution check means for checking the presence or absence of other programs being executed from the program management table, temporarily suspending the running programs, and then starting the file backup program; and terminating the execution of the file backup program. A file saving method characterized by comprising an interruption check means for later checking the program management table and, if there is a temporarily interrupted program, canceling the temporary interruption of the program.
JP1125737A 1989-05-19 1989-05-19 File saving system Pending JPH02304647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1125737A JPH02304647A (en) 1989-05-19 1989-05-19 File saving system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1125737A JPH02304647A (en) 1989-05-19 1989-05-19 File saving system

Publications (1)

Publication Number Publication Date
JPH02304647A true JPH02304647A (en) 1990-12-18

Family

ID=14917542

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1125737A Pending JPH02304647A (en) 1989-05-19 1989-05-19 File saving system

Country Status (1)

Country Link
JP (1) JPH02304647A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7240043B2 (en) 2002-05-28 2007-07-03 Hitachi, Ltd. Method of controlling storage control apparatus, storage control apparatus, and computer readable program for controlling the same
JP2009217578A (en) * 2008-03-11 2009-09-24 Ri Co Ltd Backup program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7240043B2 (en) 2002-05-28 2007-07-03 Hitachi, Ltd. Method of controlling storage control apparatus, storage control apparatus, and computer readable program for controlling the same
JP2009217578A (en) * 2008-03-11 2009-09-24 Ri Co Ltd Backup program

Similar Documents

Publication Publication Date Title
US5675725A (en) Computer backup system operable with open files
CN113010275A (en) Interrupt processing method and device
JPH02304647A (en) File saving system
JPH0731617B2 (en) Program runaway detection method
JPH0465733A (en) System for forming backup file
JPS6353657A (en) Volume save/restoration system
JP2985299B2 (en) Exclusive control unit
JPH0371235A (en) Device for restarting multitask in interruption
AU695339C (en) Computer backup system operable with open files
JPH04105123A (en) Control system for execution of program
TW446869B (en) Dynamic monitoring and control method of registered libraries
JP2528882B2 (en) Fallback operation method in case of memory failure
JPH02280229A (en) System for executing program
JPH07104781B2 (en) Micro program control system
JPS59180646A (en) Reconnecting method of magnetic tape device
JPH02136943A (en) Disk file updating system
JPH05204665A (en) Method for automatically starting succeeding job
JPS63153650A (en) Memory dump system
JPH0619726A (en) Exclusive control method for common resource
JPH01185729A (en) Overlay structure program execution system
JPH08314783A (en) Data maintenance system
JPS6380335A (en) Starting system for background job
JPH0385644A (en) Check point acquisition restart system
JPS63115249A (en) File restoration processing system
JPH05151700A (en) Disk driver