JPH05257764A - Automatic file extension system - Google Patents

Automatic file extension system

Info

Publication number
JPH05257764A
JPH05257764A JP4052867A JP5286792A JPH05257764A JP H05257764 A JPH05257764 A JP H05257764A JP 4052867 A JP4052867 A JP 4052867A JP 5286792 A JP5286792 A JP 5286792A JP H05257764 A JPH05257764 A JP H05257764A
Authority
JP
Japan
Prior art keywords
file
overflow
expansion
extending
data
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
JP4052867A
Other languages
Japanese (ja)
Inventor
Hideki Nasu
秀樹 那須
Tomoki Sekine
智樹 関根
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 Software Kyushu 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 Software Kyushu Ltd filed Critical NEC Corp
Priority to JP4052867A priority Critical patent/JPH05257764A/en
Publication of JPH05257764A publication Critical patent/JPH05257764A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To provide the file extension system which can automatically extend a file when it is required. CONSTITUTION:At the time of allocating files, an extending amount designating means 12 respectively registers extending amounts in the case of extending files corresponding to respective file labels. A file extending means 13 extends the file having the relevant file label in the case of receiving the information of overflow generation. Corresponding to a write request from a program 15, an input/output managing means 14 writes data in the respective files and, when overflow is generated, the information of the overflow generation is transmitted to the file extending means 13. After the file is extended, data are written again.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ホストコンピュータに
おける待機結合編成ファイルの自動拡張処理に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a process for automatically expanding a standby join organization file in a host computer.

【0002】[0002]

【従来の技術】従来、待機結合編成ファイルの拡張は、
以下に示す手順で行われていた。 処理対象となるファイル中のデータを、他の媒体(磁
気テープ等)に吸い上げる。 ファイルの削除を行い、再割り付けを行う。 新しく割り付けられたファイルに対し、先に吸い上げ
ておいたデータを落とす。
2. Description of the Related Art Conventionally, the extension of a standby join organization file
The procedure was as follows. The data in the file to be processed is downloaded to another medium (such as a magnetic tape). Delete the file and reallocate it. Deletes the previously downloaded data from the newly allocated file.

【0003】[0003]

【発明が解決しようとする課題】前記した従来のファイ
ル拡張処理には、以下のような問題点がある。 拡張処理中に人手を介するため、正確な処理を期待で
きない。すなわち、データの吸い上げ処理に失敗し、フ
ァイルを破壊する可能性がある。 拡張処理に時間がかかる。したがって、その間、該当
ファイルの使用は制限され、利用者に不都合が生じる。 プログラムによる書込み処理時にオーバフローした場
合、前記ファイル拡張処理を行った後、再度プログラム
を実行しなければならない。
The conventional file extension process described above has the following problems. Accurate processing cannot be expected because human intervention is required during expansion processing. That is, there is a possibility that the data download process will fail and the file will be destroyed. The expansion process takes time. Therefore, during that time, the use of the corresponding file is restricted, which causes inconvenience to the user. If an overflow occurs during the writing process by the program, the program must be executed again after performing the file expansion process.

【0004】[0004]

【課題を解決するための手段】本発明の自動ファイル拡
張システムは、ファイル割り付け時にファイル拡張時の
拡張量を、各ファイルラベルに対応してそれぞれ登録す
る拡張量指定手段と、オーバフロー発生通知を受ける
と、該当するファイルラベルのファイルの拡張を行うフ
ァイル拡張手段と、プログラムからの書込み要求によ
り、各ファイルにデータの書込みを行い、オーバフロー
発生時にオーバフロー発生通知をファイル拡張手段に伝
達し、ファイルが拡張された後に、前記データの再書込
みを行う入出力管理手段とを有する。
The automatic file extension system according to the present invention receives an overflow occurrence notification and an extension amount designating means for registering the extension amount at the time of file extension corresponding to each file label. And a file expansion means for expanding the file of the corresponding file label, and data is written to each file according to a write request from the program, and when an overflow occurs, an overflow occurrence notification is transmitted to the file expansion means, and the file is expanded. And an input / output management means for rewriting the data.

【0005】[0005]

【作用】拡張量指定手段は、ファイル割り付け時にファ
イル拡張時の拡張量を、各ファイルラベルに対応してそ
れぞれ登録する。ファイル拡張手段は、オーバフロー発
生通知を受けると、該当するファイルラベルのファイル
の拡張を行う。入出力管理手段は、プログラムからの書
込み要求により、各ファイルにデータの書込みを行い、
オーバフロー発生時にオーバフロー発生通知をファイル
拡張手段に伝達し、ファイルが拡張された後に、前記デ
ータの再書込みを行う。
The expansion amount designating means registers the expansion amount at the time of file expansion at the time of file allocation, corresponding to each file label. Upon receiving the overflow occurrence notification, the file expansion means expands the file of the corresponding file label. The input / output management means writes data to each file in response to a write request from the program,
When an overflow occurs, an overflow occurrence notification is transmitted to the file extension means, and after the file is extended, the data is rewritten.

【0006】[0006]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。図1は本発明の自動ファイル拡張システム
の一実施例を示すブロック図、図2、図3はそれぞれ図
1の実施例のファイル拡張手段、入出力管理手段の動作
を示すフローチャートである。
Embodiments of the present invention will now be described with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of the automatic file extension system of the present invention, and FIGS. 2 and 3 are flowcharts showing the operations of the file extension means and the input / output management means of the embodiment of FIG. 1, respectively.

【0007】ファイル割り付け手段11はファイルの割
り付けを行う際、拡張量指定手段12により、磁気ディ
スク10に格納される各ファイルにオーバフロー時の拡
張量を指定するべく、拡張量の情報をファイル単位に存
在するファイルラベル上に格納する。ファイル拡張手段
13は、オーバフロー通知およびファイルラベルに基づ
いてファイル(例えば、ファイル名“A”)の拡張を行
う。入出力管理手段14は、プログラム15からのデー
タ書込み要求に対しデータ書込みを行うとともに、オー
バフローが発生したときは、ファイル拡張手段13にオ
ーバフロー通知を行う。
When the file allocating means 11 allocates files, the expansion amount specifying means 12 specifies the expansion amount at the time of overflow for each file stored in the magnetic disk 10 in units of files. Store on existing file label. The file expansion unit 13 expands the file (for example, the file name “A”) based on the overflow notification and the file label. The input / output management means 14 writes data in response to a data write request from the program 15, and when an overflow occurs, notifies the file extension means 13 of the overflow.

【0008】次に本実施例の動作について図2、図3を
参照して説明する。予め利用者は、ファイル割り付け手
段11によりファイルの割り付けを行うとき、拡張量指
定手段12によりファイルオーバフロー時の拡張量の指
定を行う。拡張量指定手段12は、拡張量の情報をファ
イル単位に存在するファイルラベル上に格納する。入出
力管理手段14は、プログラム15からのデータ書込み
要求に対し、データの書込みを行う(ステップS2
1)。入出力管理手段14はデータ書込み処理におい
て、オーバフローが発生したかどうかを判定し(ステッ
プS22)、オーバフローが発生していればファイル拡
張手段13を起動しファイル拡張を行う(ステップS2
3)。
Next, the operation of this embodiment will be described with reference to FIGS. In advance, when allocating files by the file allocating unit 11, the user specifies the expansion amount at the time of file overflow by the expansion amount specifying unit 12. The expansion amount designating unit 12 stores the expansion amount information on a file label that exists in file units. The input / output management means 14 writes data in response to the data write request from the program 15 (step S2).
1). The input / output management means 14 determines whether or not an overflow has occurred in the data writing process (step S22). If the overflow has occurred, the file extension means 13 is activated to extend the file (step S2).
3).

【0009】ファイル拡張は図3のように行われる。す
なわちファイル拡張手段13は、オーバフロー通知を入
出力管理手段14から受けると、磁気ディスク10に格
納されたファイルのファイルラベルに基づいて、拡張量
の指定がなされているかどうかを判断する(ステップS
32)。指定がある場合、磁気ディスクボリューム内の
未使用領域の計算を行い(ステップS33)、指定され
た拡張量の拡張が可能かどうかを判定する(ステップS
34)。拡張可能の場合、磁気ディスクボリューム内の
未使用領域を当該ファイルの空きスペースとして管理す
るように、空きスペース管理領域の更新を行い(ステッ
プS35)、ステップS23に戻り“拡張あり”として
入出力管理手段14の起動を行う。ステップS32で指
定がない場合およびステップS34で拡張不可能な場合
にはそのままステップS23に戻る。
File extension is performed as shown in FIG. That is, when the file extension means 13 receives the overflow notification from the input / output management means 14, it determines whether or not the extension amount is designated based on the file label of the file stored in the magnetic disk 10 (step S).
32). If specified, the unused area in the magnetic disk volume is calculated (step S33), and it is determined whether the specified expansion amount can be expanded (step S).
34). If it is expandable, the free space management area is updated so that the unused area in the magnetic disk volume is managed as the free space of the file (step S35), and the process returns to step S23 and the input / output management is performed as "with expansion". The means 14 is activated. If there is no designation in step S32 or if expansion is not possible in step S34, the process directly returns to step S23.

【0010】起動された入出力管理手段14は、磁気デ
ィスク10のデータ領域が拡張されたかどうか判断する
(ステップS24)。拡張された場合は、先のオーバフ
ロー発生に係わるデータの再書込みを行い(ステップS
25)、終了する。ステップS24で拡張されていない
場合およびステップS22でオーバフロー発生がない場
合には従来通り終了する。
The started input / output management means 14 determines whether or not the data area of the magnetic disk 10 has been expanded (step S24). If it has been expanded, the data related to the occurrence of the previous overflow is rewritten (step S
25) and ends. If it is not expanded in step S24 and if there is no overflow in step S22, the process ends as usual.

【0011】[0011]

【発明の効果】以上説明したように本発明は、ファイル
割り付け時にファイルの拡張量を指定し、データ書込み
でオーバフローが発生した場合に自動的にファイルの拡
張を行うことにより、以下に述べる効果がある。 拡張処理中に人手を介さないため、人為的なミスによ
り拡張処理に失敗することがない。 従来の方式に比べて、ファイル拡張に要する時間が非
常に短い。 ファイルに対する書込み要求時に、タイムリーにファ
イルの拡張を行うことができる。
As described above, according to the present invention, the extension amount of a file is designated at the time of file allocation, and the file is automatically extended when an overflow occurs in data writing. is there. Since no human intervention is performed during the expansion process, the expansion process will not fail due to human error. Compared with the conventional method, the time required for file extension is very short. When a write request is made to a file, the file can be expanded in a timely manner.

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

【図1】本発明の自動ファイル拡張システムの一実施例
を示すブロック図。
FIG. 1 is a block diagram showing an embodiment of an automatic file extension system of the present invention.

【図2】図1の実施例の入出力管理手段の動作を示すフ
ローチャートである。
FIG. 2 is a flowchart showing the operation of the input / output management means of the embodiment of FIG.

【図3】図1の実施例のファイル拡張手段の動作を示す
フローチャートである。
FIG. 3 is a flowchart showing the operation of the file extension means of the embodiment of FIG.

【符号の説明】[Explanation of symbols]

10 磁気ディスク 11 ファイル割り付け手段 12 拡張量指定手段 13 ファイル拡張手段 14 入出力管理手段 15 プログラム S21〜S35 ステップ 10 magnetic disk 11 file allocation means 12 expansion amount designation means 13 file expansion means 14 input / output management means 15 program S21 to S35 steps

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ファイル割り付け時にファイル拡張時の
拡張量を、各ファイルラベルに対応してそれぞれ登録す
る拡張量指定手段と、 オーバフロー発生通知を受けると、該当するファイルラ
ベルのファイルの拡張を行うファイル拡張手段と、 プログラムからの書込み要求により、各ファイルにデー
タの書込みを行い、オーバフロー発生時にオーバフロー
発生通知をファイル拡張手段に伝達し、ファイルが拡張
された後に、前記データの再書込みを行う入出力管理手
段とを有することを特徴とする自動ファイル拡張システ
ム。
1. A file for expanding a file having a corresponding file label when an overflow occurrence notification is received and an expansion amount designating means for registering an expansion amount at the time of file expansion corresponding to each file label. Input / output for writing data to each file in response to a write request from the expansion means and a program, transmitting an overflow occurrence notification to the file expansion means when an overflow occurs, and rewriting the data after the file is expanded An automatic file extension system comprising: management means.
JP4052867A 1992-03-11 1992-03-11 Automatic file extension system Pending JPH05257764A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4052867A JPH05257764A (en) 1992-03-11 1992-03-11 Automatic file extension system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4052867A JPH05257764A (en) 1992-03-11 1992-03-11 Automatic file extension system

Publications (1)

Publication Number Publication Date
JPH05257764A true JPH05257764A (en) 1993-10-08

Family

ID=12926826

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4052867A Pending JPH05257764A (en) 1992-03-11 1992-03-11 Automatic file extension system

Country Status (1)

Country Link
JP (1) JPH05257764A (en)

Similar Documents

Publication Publication Date Title
US8738845B2 (en) Transaction-safe fat file system improvements
US6978353B2 (en) Low overhead snapshot in a storage array using a tree-of-slabs metadata
US7890720B2 (en) Snapshot system
US5680640A (en) System for migrating data by selecting a first or second transfer means based on the status of a data element map initialized to a predetermined state
US7694087B2 (en) Duplicate data storing system, duplicate data storing method, and duplicate data storing program for storage device
US8108597B2 (en) Storage control method and system for performing backup and/or restoration
US6463573B1 (en) Data processor storage systems with dynamic resynchronization of mirrored logical data volumes subsequent to a storage system failure
US20060047926A1 (en) Managing multiple snapshot copies of data
JP2804974B2 (en) Method and apparatus for maintaining data integrity of a magneto-optical disk
JP2006251990A (en) Database reorganization program and database reorganization method
JP4394467B2 (en) Storage system, server apparatus, and preceding copy data generation method
JP4390618B2 (en) Database reorganization program, database reorganization method, and database reorganization apparatus
JPH05257764A (en) Automatic file extension system
JPH06124239A (en) Resident data controller for cache memory
US20060143423A1 (en) Storage device, data processing method thereof, data processing program thereof, and data processing system
JPS58175065A (en) Processing system of multiplex volume
KR20010003383A (en) Multimedia file system and Method of processing for multimedia date the using of its
JPH1186512A (en) Data rewriting method for optical disk
JPH01255028A (en) Method for making access to external storage device
JPH08272654A (en) File management device
JP3123498B2 (en) Program restart device and its program recording medium
US7191297B2 (en) Method for volume manager to have configurable device type and subtype for application use
JPH08263389A (en) Data backup method
JPH04156626A (en) File entry generating system for vtoc
JPS58223859A (en) Virtual dasd starter system