JPH08314780A - File management system - Google Patents

File management system

Info

Publication number
JPH08314780A
JPH08314780A JP7123507A JP12350795A JPH08314780A JP H08314780 A JPH08314780 A JP H08314780A JP 7123507 A JP7123507 A JP 7123507A JP 12350795 A JP12350795 A JP 12350795A JP H08314780 A JPH08314780 A JP H08314780A
Authority
JP
Japan
Prior art keywords
component
file
generation
management table
management
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.)
Granted
Application number
JP7123507A
Other languages
Japanese (ja)
Other versions
JP2972548B2 (en
Inventor
Takeshi Fukushima
武司 福島
Mikako Oota
美華子 太田
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.)
TOHOKU NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Solution Innovators Ltd
Original Assignee
TOHOKU NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Tohoku 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 TOHOKU NIPPON DENKI SOFTWARE KK, NEC Corp, NEC Software Tohoku Ltd filed Critical TOHOKU NIPPON DENKI SOFTWARE KK
Priority to JP7123507A priority Critical patent/JP2972548B2/en
Publication of JPH08314780A publication Critical patent/JPH08314780A/en
Application granted granted Critical
Publication of JP2972548B2 publication Critical patent/JP2972548B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE: To improve the use efficiency to improve the operability by introducing the generation management to stored files in a hierarchical storage system and performing read/write of every component. CONSTITUTION: An access control means 7 which refers to a file management table 8 and a generation management table 9 to control the access to stored files, a tune data management means 10 which manages the storage destination of file data and executes read/write of data by the instruction of the access control means 7, a generation reference means 11 which selectively outputs a file of a specific generation, and a generation deletion means 12 which deletes a file of a specific generation perform the generation management of stored file to change the storage destination for every generation, thus improving the use efficiency. A component management table 6 is generated by a component register means 2, and reference, update, and deletion for every component are performed by a component reference means 3, a component change means 4, and a component deletion means 5, thus improving the operability.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はファイル管理方式に関
し、特に、異なる転送速度を有する複数の記憶装置を管
理して大量のデータを扱うことを可能とし、アクセス頻
度の低いデータを転送速度の遅い記憶装置に移動させる
機能を持つ階層型記憶システムのファイル管理方式に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file management system, and more particularly to managing a plurality of storage devices having different transfer rates to handle a large amount of data, and to transfer infrequently accessed data with a slow transfer rate. The present invention relates to a file management method of a hierarchical storage system having a function of moving to a storage device.

【0002】[0002]

【従来の技術】UNIXシステムにおいては、異なる転
送速度を有する複数の記憶装置で構成され大量のデータ
を扱うことが可能であり、格納したデータをアクセス頻
度に応じて転送速度の異なる記憶装置に移動させる機能
を持つ階層型記憶システム(以下、アーカイビングシス
テムと称す)が用いられている。従来のアーカイビング
システムでは、ユーザからの要求によりデータの格納,
読み出しを行い、データを移動させる処理の単位がすべ
てファイルであり、しかもファイルの世代管理が行われ
ていないため、利用者にとって使いやすいものではなか
った。
2. Description of the Related Art In a UNIX system, it is possible to handle a large amount of data, which is composed of a plurality of storage devices having different transfer rates, and the stored data is moved to the storage devices having different transfer rates according to the access frequency. A hierarchical storage system (hereinafter, referred to as an archiving system) having a function of making it used is used. In conventional archiving systems, data storage,
Since the unit of processing for reading and moving data is all files, and the generation management of files is not performed, it is not easy for users to use.

【0003】[0003]

【発明が解決しようとする課題】上述したように、従来
のアーカイビングシステムのファイル管理方式は、格納
や読み出しの処理単位がファイルであり、しかもファイ
ルの世代管理が行われていないため、次のような欠点が
あった。まず、世代別のファイルデータをアーカイビン
グシステムに格納し保存する場合には、同一のファイル
でも世代別に別のファイル名を与えなければならず、そ
の管理が複雑となり特定世代のファイルを読み出すのに
苦労する。更に、関連の深い複数のファイルで構成され
るグループ(以下、コンポーネントと称す)内のすべて
のファイルを読み出す場合、個々のファイルに対して別
々に読み出し処理を行わねばならなかった。
As described above, according to the file management method of the conventional archiving system, the unit of processing for storing and reading is a file, and the generation management of the file is not performed. There was such a drawback. First, when storing and saving file data for each generation in the archiving system, it is necessary to give different file names for each generation even for the same file, which makes management complicated and makes it difficult to read files of a specific generation. Have a hard time. Furthermore, when reading all the files in a group (hereinafter referred to as a component) that is composed of a plurality of files that are closely related to each other, the reading process must be performed separately for each file.

【0004】本発明の第1の目的は、アーカイビングシ
ステムに世代管理を導入することにより、同一ファイル
名による世代別ファイルデータの格納および読み出しを
可能とし、システムの利用効率と操作性とを改善するこ
とである。又、本発明の第2の目的は、複数のファイル
を含むコンポーネント単位での格納,読み出し機能を実
現し、更に操作性の改善された使いやすいファイル管理
方式を提供することにある。
A first object of the present invention is to introduce generation management into an archiving system, thereby making it possible to store and read generation-specific file data with the same file name, thereby improving system utilization efficiency and operability. It is to be. A second object of the present invention is to provide a file management system which realizes a storage / read function in units of components including a plurality of files and further has improved operability and is easy to use.

【0005】[0005]

【課題を解決するための手段】請求項1のファイル管理
方式は、異なる転送速度を有する複数の記憶装置から成
り大量のデータを格納しアクセス頻度の低いデータを転
送速度の遅い記憶装置に移動させる階層型記憶システム
のファイル管理方式において、格納されるすべてのファ
イルに対してアクセス許可条件などの管理情報を格納し
たファイル管理テーブルと世代更新の履歴を記録した世
代管理テーブルとを保持しファイルデータへのアクセス
を制御するアクセス制御手段と、世代管理された各ファ
イルデータの格納先を管理し前記アクセス制御手段の指
示を受けてデータの読み出し書き込みを実行するファイ
ルデータ管理手段とを備えて構成されている。
A file management system according to a first aspect of the present invention comprises a plurality of storage devices having different transfer rates, stores a large amount of data, and moves infrequently accessed data to a storage device with a slow transfer rate. In the file management method of the hierarchical storage system, a file management table that stores management information such as access permission conditions and a generation management table that records the history of generation updates are stored for all files stored Access control means for controlling access to each of the files, and file data management means for managing the storage destination of each generation-controlled file data and reading and writing data in response to an instruction from the access control means. There is.

【0006】請求項2のファイル管理方式は、請求項1
記載のファイル管理方式において、世代別のファイルア
クセス要求に対応して前記世代管理テーブルを画面表示
させ選択された世代番号のファイルデータを読み出させ
る世代参照手段と、前記世代管理テーブルを画面表示さ
せ選択された世代番号のレコードを削除して該当するフ
ァイルデータを削除させる世代削除手段とを備えたこと
を特徴としている。
The file management system of claim 2 is the same as that of claim 1.
In the file management method described, the generation reference means for displaying the generation management table on the screen in response to the file access request for each generation and reading the file data of the selected generation number, and displaying the generation management table on the screen. The present invention is characterized by comprising a generation deleting means for deleting the record of the selected generation number and deleting the corresponding file data.

【0007】請求項3のファイル管理方式は、請求項1
又は請求項2記載のファイル管理方式において、複数の
ファイルを含むコンポーネントに対しコンポーネント名
と対応させて構成ファイル名を登録したコンポーネント
管理テーブルを作成し前記アクセス制御手段に対して各
構成ファイルの格納を要求するコンポーネント登録手段
と、コンポーネント名と世代番号とから前記コンポーネ
ント管理テーブルを参照し当該コンポーネントのすべて
の構成ファイルの読み出しを前記アクセス制御手段に対
して要求するコンポーネント参照手段と、前記コンポー
ネント管理テーブルの内容を更新すると共に更新内容に
応じて前記アクセス制御手段に対して該当する構成ファ
イルの格納,更新,削除を要求するコンポーネント更新
手段と、前記コンポーネント管理テーブルを削除すると
共にすべての構成ファイルの削除を前記アクセス制御手
段に対して要求するコンポーネント削除手段とを備えた
ことを特徴としている。
The file management system of claim 3 is the same as that of claim 1.
Alternatively, in the file management method according to claim 2, a component management table in which a component file name is registered in association with a component including a plurality of files and a component file name is registered, and each component file is stored in the access control unit. The component registration means for requesting, the component reference means for referring to the component management table from the component name and generation number, and requesting the access control means to read all the configuration files of the component, and the component management table A component updating unit that updates the contents and requests the access control unit to store, update, and delete the corresponding configuration file according to the updated contents, and deletes the component management table and all the components Remove Airu is characterized in that a component deleting means for making a request to the access control means.

【0008】[0008]

【作用】本発明のファイル管理方式は、異なる転送速度
の複数の記憶装置で構成されるアーカイビングシステム
におけるファイル管理を、セキュリティ管理と世代管理
を行うアクセス制御手段と、格納アドレスを管理しアク
セスを実行するファイルデータ管理手段とに分離し、同
一ファイル名で世代別のファイルデータを格納でき、指
定した世代のファイルデータの参照,更新,削除が行え
るようになっている。又、世代番号が分からない場合に
は、世代参照手段,世代削除手段により世代管理テーブ
ルを画面表示させ、メニュー選択形式で該当するファイ
ルデータを容易に指定することができる。更に、コンポ
ーネント登録手段により複数ファイルをまとめて登録
し、コンポーネント参照手段,コンポーネント更新手
段,コンポーネント削除手段により、コンポーネント単
位での複数ファイルの一括参照,更新,削除を可能とし
ている。
The file management system of the present invention manages file management in an archiving system composed of a plurality of storage devices having different transfer speeds, access control means for security management and generation management, and storage address management for access. Separated from the file data management means to be executed, the file data for each generation can be stored with the same file name, and the file data of the specified generation can be referred to, updated, and deleted. When the generation number is unknown, the generation reference table and the generation deletion means display the generation management table on the screen, and the corresponding file data can be easily specified in the menu selection format. Further, a plurality of files are collectively registered by the component registration means, and a plurality of files can be collectively referred, updated, and deleted in component units by the component reference means, the component update means, and the component deletion means.

【0009】[0009]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Embodiments of the present invention will now be described with reference to the drawings.

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

【0011】本実施例のファイル管理方式は、図1に示
すように、異なる転送速度を有する複数の記憶装置から
成る階層型記憶装置1に対するファイル管理方式であ
り、すべてのファイルに対しアクセス許可条件などのフ
ァイル管理情報を格納したファイル管理テーブル8と、
世代更新の履歴を記録した世代管理テーブル9とを保持
し、ファイルのセキュリティ管理および世代管理を分担
するアクセス制御手段7と、世代管理された各ファイル
データの格納先を管理し、アクセス制御手段7の指示を
受けてファイルデータの読み出し書き込みを実行するフ
ァイルデータ管理手段10と、世代別のファイルアクセ
ス要求に対応し世代管理テーブル9を画面表示させ選択
された世代番号のファイルデータを読み出させる世代参
照手段11と、世代管理テーブル9の選択された世代番
号を削除し、該当するファイルデータを削除させる世代
削除手段12とを備え、同一ファイル名によるファイル
の世代管理が行えるように構成されている。
As shown in FIG. 1, the file management system of this embodiment is a file management system for a hierarchical storage device 1 composed of a plurality of storage devices having different transfer rates, and access permission conditions for all files. A file management table 8 storing file management information such as
An access control unit 7 which holds a generation management table 9 in which a history of generation updates is recorded and which shares the security management and generation management of files and the storage destination of each generation-managed file data, and the access control unit 7 File data management means 10 for reading and writing the file data in response to the instruction, and a generation for reading the file data of the selected generation number by displaying the generation management table 9 on the screen in response to the file access request for each generation. A reference unit 11 and a generation deletion unit 12 that deletes the selected generation number in the generation management table 9 and deletes the corresponding file data are provided, and are configured so that the generation management of files with the same file name can be performed. .

【0012】更に、複数のファイルを含むコンポーネン
トに対してコンポーネント名と構成ファイル名とを登録
したコンポーネント管理テーブル6を作成し、各構成フ
ァイルの格納をアクセス制御手段7に対して要求するコ
ンポーネント登録手段2と、コンポーネント名と世代番
号とからコンポーネント管理テーブル6を参照して、当
該コンポーネントのすべての構成ファイルの読み出しを
アクセス制御手段7に要求するコンポーネント参照手段
3と、コンポーネント管理テーブル6の内容を更新し、
更新内容に対応して該当する構成ファイルの格納,更
新,削除をアクセス制御手段7に対して要求するコンポ
ーネント更新手段4と、コンポーネント管理テーブル6
を削除してすべての構成ファイルの削除をアクセス制御
手段7に要求するコンポーネント削除手段5とを備え、
コンポーネント単位の書き込み読み出しが行えるように
構成されている。
Further, a component registration table for creating a component management table 6 in which a component name and a configuration file name are registered for a component including a plurality of files and requesting the access control means 7 to store each configuration file. 2, the component management table 6 is referenced from the component name and generation number, and the content of the component management table 6 and the component reference means 3 that requests the access control means 7 to read all the configuration files of the component are updated. Then
The component update means 4 for requesting the access control means 7 to store, update, and delete the corresponding configuration file corresponding to the update contents, and the component management table 6.
And a component deleting unit 5 that requests the access control unit 7 to delete all the configuration files,
It is configured so that writing and reading can be performed in component units.

【0013】次に、本実施例の動作について説明する。
まず、従来のアーカイビングシステムにおけると同様
に、ファイル単位で通常の格納,参照,更新,削除を行
う場合の動作について説明する。これらの処理は、アク
セス制御手段7とファイルデータ管理手段10とにより
行われる。
Next, the operation of this embodiment will be described.
First, as in the case of the conventional archiving system, the operation of performing normal storage, reference, update, and deletion in file units will be described. These processes are performed by the access control means 7 and the file data management means 10.

【0014】新規格納の要求が出された場合、アクセス
制御手段7はファイル管理テーブル8及び世代管理テー
ブル9を作成する。ファイル管理テーブル8は、図2に
示すように、ファイル名に対して持ち主,アクセスモー
ドなどのデータ項目から構成されており、アクセスモー
ドには、当該ファイルに対するアクセス許可条件が設定
され、セキュリティ管理に用いられる。このアクセスモ
ードは、持ち主のみが更新することができる。世代管理
テーブル9は、図3に示すように、ファイル名に対して
ファイルの世代管理に必要なデータ項目から構成されて
おり、新規格納の場合は最初のレコード(世代番号
「1.0」のレコード)のみ作成されるが、更新の度に
レコードが追加される。ファイル管理テーブル8及び世
代管理テーブル9の作成が終了すると、アクセス制御手
段7は、「ファイル名+世代番号」をファイルデータと
共にファイルデータ管理手段10に渡し、階層型記憶装
置1への格納を指示する。
When a new storage request is issued, the access control means 7 creates a file management table 8 and a generation management table 9. As shown in FIG. 2, the file management table 8 is made up of data items such as owner and access mode for a file name. In the access mode, access permission conditions for the file are set, and security management is performed. Used. This access mode can be updated only by the owner. As shown in FIG. 3, the generation management table 9 is composed of data items necessary for generation management of a file with respect to a file name. In the case of new storage, the first record (generation number “1.0” Record) is created, but a record is added each time it is updated. When the creation of the file management table 8 and the generation management table 9 is completed, the access control means 7 passes the “file name + generation number” to the file data management means 10 together with the file data, and instructs storage in the hierarchical storage device 1. To do.

【0015】ファイルデータ管理手段10は、世代管理
された各ファイルのデータ格納先を「ファイル名+世代
番号」をキーとして管理し、階層型記憶装置1へのファ
イルデータの読み出し書き込みを実行する。新規格納の
場合、階層型記憶装置1の転送速度の速い階層の記憶装
置の空き領域を検索し、ファイルデータを格納すると共
に、そのアドレスを与えられた「ファイル名+世代番
号」と対応させて図示しない管理テーブル等に記憶す
る。ファイルデータ管理手段10は、アーカイビングシ
ステムとしてのデータ転送機能を有し、アクセス頻度の
低いデータを「ファイル名+世代番号」の単位で転送速
度の遅い階層の記憶装置に規定の方法(自動または手
動)で転送し、転送速度の速い階層の記憶装置に一定の
空き領域を確保している。
The file data management means 10 manages the data storage destination of each generation-managed file using "file name + generation number" as a key, and executes reading / writing of file data to / from the hierarchical storage device 1. In the case of new storage, an empty area of the storage device of the hierarchical storage device 1 having a high transfer speed is searched for, the file data is stored, and the address is associated with the given “file name + generation number”. It is stored in a management table or the like (not shown). The file data management means 10 has a data transfer function as an archiving system, and uses a method (automatic or automatic) prescribed for a storage device of a hierarchy having a low transfer rate for data of low access frequency in units of “file name + generation number”. The transfer is performed manually), and a certain free area is secured in the storage device of the hierarchy having a high transfer speed.

【0016】ファイル名を指定した格納済みファイルの
参照要求の場合、アクセス制御手段7は指定されたファ
イル名のファイル管理テーブル8を検索し、アクセスモ
ードを参照してアクセス権の有無を確認する。アクセス
権が確認された場合には最終アクセス日付を更新した
後、世代管理テーブル9を参照する。指定がファイル名
のみの場合は、世代管理テーブル9から最新の世代番号
を取得し、これをファイル名と共にファイルデータ管理
手段10に渡し、該当するファイルデータの読み出しを
指示する。ファイル名と共に世代番号が指定された場合
は、世代管理テーブル9を参照して世代番号の存在を確
認した後、ファイルデータ管理手段10に該当ファイル
データの読み出しを指示する。
In the case of a stored file reference request in which a file name is specified, the access control means 7 searches the file management table 8 of the specified file name and refers to the access mode to confirm whether or not there is an access right. If the access right is confirmed, the generation management table 9 is referred to after updating the last access date. When only the file name is designated, the latest generation number is acquired from the generation management table 9, and this is passed to the file data management means 10 together with the file name to instruct reading of the corresponding file data. When the generation number is specified together with the file name, the generation management table 9 is referenced to confirm the existence of the generation number, and then the file data management means 10 is instructed to read the corresponding file data.

【0017】格納済みファイルの更新要求の場合、アク
セス制御手段7はファイル管理テーブル8を検索してア
クセス権の有無を確認し、最新世代番号のファイルデー
タの読み出しを指示する。読み出されたファイルデータ
が更新され更新データの格納が要求されると、アクセス
制御手段7はファイル管理テーブル8の最終修正日付を
更新し、世代管理テーブル9に新しい世代番号のレコー
ドを追加した後に、新しい世代番号でファイルデータ管
理手段10に対して更新ファイルデータの新規格納を指
示する。世代管理テーブル9にレコードを追加する際に
は、利用者が必要な情報を入力しやすいように、世代管
理テーブル9のデータ項目を入力項目として画面表示す
るなどの方法を採用するとよい。なお、更新要求の際に
ファイル名と共に世代番号が指定された場合には、指定
された世代番号のファイルデータの読み出しが行われ、
更新後は新たな世代番号で新規登録されるが、指定され
た世代番号が最新のものでない場合(一般には発生しな
い特殊な例)は、ファイル管理テーブル8の最終修正日
付の更新は行わない。
In the case of an update request for a stored file, the access control means 7 searches the file management table 8 to confirm whether there is an access right and gives an instruction to read the file data of the latest generation number. When the read file data is updated and storage of updated data is requested, the access control means 7 updates the last modification date of the file management table 8 and after adding a record of a new generation number to the generation management table 9. The new generation number is used to instruct the file data management means 10 to newly store the updated file data. When adding a record to the generation management table 9, it is advisable to adopt a method of displaying data items of the generation management table 9 on the screen as input items so that the user can easily input necessary information. If the generation number is specified along with the file name during the update request, the file data of the specified generation number is read,
After the update, the new generation number is newly registered, but if the designated generation number is not the latest (a special example that does not generally occur), the last modification date of the file management table 8 is not updated.

【0018】格納済みファイルの削除要求を受けた場
合、アクセス制御手段7はファイル管理テーブル8を検
索してアクセス権の有無を確認し、世代管理テーブル9
を参照して階層型記憶装置1に格納されているすべての
世代番号のファイルデータの削除をファイルデータ管理
手段10に指示する。ファイルデータ管理手段10から
すべての削除の終了報告を受けると、アクセス制御手段
7はファイル管理テーブル8及び世代管理テーブル9を
削除する。なお、ファイル名と共に世代番号を指定した
削除要求の場合には、指定された世代番号のファイルデ
ータのみが削除され、世代管理テーブル9の対応する世
代番号のレコードが削除される。
When a request for deleting a stored file is received, the access control means 7 searches the file management table 8 to confirm whether or not there is an access right, and then the generation management table 9
The file data management means 10 is instructed to delete the file data of all generation numbers stored in the hierarchical storage device 1 with reference to. Upon receiving the completion report of all deletions from the file data management means 10, the access control means 7 deletes the file management table 8 and the generation management table 9. In the case of a deletion request specifying a generation number together with a file name, only the file data of the specified generation number is deleted, and the record of the corresponding generation number in the generation management table 9 is deleted.

【0019】以上説明したように、異なる転送速度の複
数の記憶装置で構成される階層型記憶装置1に格納され
るファイルの管理について、ファイル管理テーブル8及
び世代管理テーブル9を用いてアクセス制御手段7がセ
キュリティ管理と世代管理とを分担し、世代管理された
世代別ファイル単位でファイルデータ管理手段10が格
納アドレスを管理しアクセスの実行を分担している。こ
れにより、同一ファイル名により複数の世代別ファイル
データを格納でき、ファイル名と共に世代番号を指定す
れば任意の世代のファイルデータの参照,削除なども容
易に行うことができ操作性が改善される。しかも、階層
型記憶装置1における階層間のファイルデータの移動
は、世代別ファイル単位で可能であるため、同一ファイ
ルの旧世代のファイルデータを転送速度の遅い記憶装置
に格納でき、階層型記憶装置1の利用効率を向上させる
ことができる。
As described above, with respect to the management of files stored in the hierarchical storage device 1 composed of a plurality of storage devices having different transfer rates, access control means is used by using the file management table 8 and the generation management table 9. 7 manages security management and generation management, and the file data management means 10 manages storage addresses in units of generation-managed generation-specific files and shares execution of access. As a result, a plurality of generations of file data can be stored with the same file name, and if the generation number is specified together with the file name, it is possible to easily refer to and delete file data of any generation, thus improving operability. . Moreover, since file data can be moved between tiers in the hierarchical storage device 1 in units of generational files, old generation file data of the same file can be stored in a storage device with a slow transfer speed, and the hierarchical storage device can be stored. The utilization efficiency of 1 can be improved.

【0020】世代参照手段11及び世代削除手段12
は、上述したアクセス制御手段7及びファイルデータ管
理手段10によるファイル単位の管理機能の操作性を更
に改善するために設けられている。すなわち、あるファ
イルの特定世代のファイルデータを参照または削除する
際に、世代番号が不明または不確実な場合に効果的に使
用される。世代参照手段11及び世代削除手段12は、
ファイル名を受け取るとアクセス制御手段7を介して世
代管理テーブル9を画面表示させ、キーボード又はマウ
ス操作による世代番号の指定を求める。利用者は、表示
された作成日時やタグ情報を参照することにより、該当
する世代番号を容易に認識または確認することができ、
誤りのない処理が可能となる。世代参照手段11及び世
代削除手段12は、画面上で選択指定された世代番号の
ファイルデータの参照,削除をアクセス制御手段7に要
求し実行する。なお、世代参照手段11に参照のみなら
ず更新の機能を持たせてもよい。
Generation reference means 11 and generation deletion means 12
Is provided in order to further improve the operability of the management function in file units by the access control means 7 and the file data management means 10 described above. That is, it is effectively used when the generation number is unknown or uncertain when referring to or deleting file data of a specific generation of a certain file. The generation reference means 11 and the generation deletion means 12 are
When the file name is received, the generation management table 9 is displayed on the screen via the access control means 7 and the generation number is designated by the keyboard or mouse operation. The user can easily recognize or confirm the corresponding generation number by referring to the created date and time and the tag information displayed.
Error-free processing is possible. The generation reference unit 11 and the generation deletion unit 12 request the access control unit 7 to execute the reference and deletion of the file data of the generation number selected and designated on the screen. The generation reference unit 11 may have not only a reference function but also an update function.

【0021】次に、複数の関連の深いファイルをまとめ
てコンポーネントとして登録し、複数のファイルをコン
ポーネント単位で階層型記憶装置1へ格納,参照,更
新,削除する機能について説明する。
Next, a function of registering a plurality of closely related files as a component collectively and storing, referring to, updating, and deleting the plurality of files in the hierarchical storage device 1 in component units will be described.

【0022】コンポーネントの登録要求は、コンポーネ
ント名,構成ファイル名などを入力してコンポーネント
登録手段2に対して行う。コンポーネント登録手段2
は、要求されたコンポーネントに対して、コンポーネン
ト名,構成ファイル名を記述したコンポーネント管理テ
ーブル6を作成した後、アクセス制御手段7に対して各
構成ファイルを階層型記憶装置1に格納するよう要求す
る。
A component registration request is made to the component registration means 2 by inputting a component name, a configuration file name and the like. Component registration means 2
Creates a component management table 6 in which a component name and a configuration file name are described for the requested component, and then requests the access control means 7 to store each configuration file in the hierarchical storage device 1. .

【0023】コンポーネント管理テーブル6は、図4に
示すように、コンポーネント名を格納する名称欄61
と、コンポーネントを構成するファイルの名称を格納す
る構成ファイル名欄62と、コンポーネントとしての履
歴を記録する複数の世代番号欄63,64……から成
る。世代番号欄はコンポーネントの更新の度に追加され
世代番号も更新される。構成ファイル名欄62には、最
新世代番号のコンポーネントを構成するファイルのファ
イル名が記録されている。コンポーネントの登録時に
は、世代番号「1.0」で世代番号欄が作成され、追加
されたファイル名として構成ファイルのすべてがファイ
ルの世代番号と共に記録され、構成ファイル名欄62に
ファイル名のみが重複して記録される。コンポーネント
の更新時には、世代番号欄64に示すように、更新,追
加,削除されたファイルのファイル名と世代番号とが差
分情報として記録され、構成ファイル名欄62に追加フ
ァイルのファイル名が追加され、削除ファイルのファイ
ル名は構成ファイル名欄62から削除される。
As shown in FIG. 4, the component management table 6 has a name column 61 for storing component names.
, A configuration file name column 62 for storing the names of files constituting the component, and a plurality of generation number columns 63, 64, ... For recording the history as a component. The generation number column is added every time the component is updated, and the generation number is also updated. In the configuration file name column 62, the file names of the files configuring the component of the latest generation number are recorded. When registering a component, a generation number column is created with the generation number “1.0”, all of the configuration files are recorded as the added file name together with the generation number of the file, and only the file name is duplicated in the configuration file name column 62. Will be recorded. When the component is updated, as shown in the generation number column 64, the file name of the updated, added, and deleted file and the generation number are recorded as difference information, and the file name of the additional file is added to the configuration file name column 62. The file name of the deleted file is deleted from the configuration file name field 62.

【0024】コンポーネント登録手段2からの要求を受
けたアクセス制御手段7は、各構成ファイルについてフ
ァイル管理テーブル8と世代管理テーブル9とを作成し
た後に、ファイルデータ管理手段10に対して「ファイ
ル名+世代番号」を通知してファイルデータの格納の実
行を指示する。ファイルデータ管理手段10は、通知さ
れた「ファイル名+世代番号」に対応し、階層型記憶装
置1を構成する転送速度の速い記憶装置内の空き領域に
ファイルデータの新規格納を実行する。
Upon receiving the request from the component registration means 2, the access control means 7 creates a file management table 8 and a generation management table 9 for each constituent file, and then sends "file name + Generation number "is notified and execution of file data storage is instructed. The file data management means 10 corresponds to the notified “file name + generation number” and newly stores the file data in the empty area in the storage device that constitutes the hierarchical storage device 1 and has a high transfer rate.

【0025】続いて、コンポーネント登録されている複
数のファイルを一括して読み出すコンポーネントの読み
出しの場合を説明する。コンポーネントを構成するファ
イルの一括読み出し(参照)は、コンポーネント名を指
定してコンポーネント参照手段3により行われる。コン
ポーネント参照手段3は、指定されたコンポーネント名
のコンポーネント管理テーブル6を参照し、構成ファイ
ル名欄62からファイル名を取得し、取得したファイル
名をアクセス制御手段7に渡して読み出し要求を出す。
ファイル名による読み出し要求を受けたアクセス制御手
段7は、ファイル管理テーブル8を参照してアクセス権
の確認を行い、世代管理テーブル9から最新の世代番号
を取得し、ファイル名と共にファイルデータ管理手段1
0に渡してファイルデータの読み出しを指示する。これ
により、最新世代のコンポーネントを構成する各ファイ
ルの最新世代番号のファイルデータが読み出される。
Next, a case of reading a component for collectively reading a plurality of files registered as components will be described. Batch reading (reference) of files constituting a component is performed by the component reference unit 3 by designating a component name. The component reference unit 3 refers to the component management table 6 of the designated component name, acquires the file name from the configuration file name column 62, passes the acquired file name to the access control unit 7, and issues a read request.
The access control means 7, which has received the read request by the file name, confirms the access right by referring to the file management table 8, acquires the latest generation number from the generation management table 9, and the file data management means 1 together with the file name.
Passing 0 to instruct to read the file data. As a result, the file data of the latest generation number of each file that constitutes the latest generation component is read.

【0026】コンポーネント名のみならず世代番号も指
定した要求が出された場合には、コンポーネント参照手
段3は、コンポーネント管理テーブル6の指定された世
代番号以前の世代番号欄を参照し、該当世代番号のコン
ポーネントの構成ファイルのファイル名と世代番号とを
取得し、「ファイル名+世代番号」をアクセス制御手段
7に渡し読み出しを要求する。これにより、旧世代コン
ポーネントの構成ファイルを一括して参照することがで
きる。但し、既に削除されたファイルについてはファイ
ル名は分かるがファイルデータは参照できない。
When a request is made that specifies not only the component name but also the generation number, the component reference means 3 refers to the generation number column before the specified generation number in the component management table 6 to find the corresponding generation number. The file name and the generation number of the component file of the component are acquired, and "file name + generation number" is passed to the access control means 7 to request reading. As a result, the configuration files of the old-generation components can be collectively referenced. However, although the file name of the already deleted file is known, the file data cannot be referenced.

【0027】登録されたコンポーネントの更新(構成フ
ァイルの更新,削除と新構成ファイルの追加)は、コン
ポーネント更新手段4により処理される。コンポーネン
ト更新が行われると、コンポーネントに対し新しい世代
番号が付与される。コンポーネント更新手段4は、新し
い世代番号のもとに作成日,コメントと共に差分情報
(追加/更新/削除するファイル名とその世代番号)を
コンポーネント管理テーブル6に書き込み、アクセス制
御手段7に対して該当ファイルの処理(追加/更新/削
除)を要求する。アクセス制御手段7から処理終了の通
知を受けると、コンポーネント管理テーブル6の構成フ
ァイル名欄62に対してファイル名の追加または削除を
行いコンポーネント更新処理が終了する。
Updates of registered components (updates and deletions of configuration files and addition of new configuration files) are processed by the component update means 4. When the component is updated, a new generation number is given to the component. The component updating means 4 writes the difference information (file name to be added / updated / deleted and its generation number) together with the creation date and the comment to the component management table 6 based on the new generation number, and applies it to the access control means 7. Request file processing (add / update / delete). Upon receipt of the processing end notification from the access control means 7, the file name is added to or deleted from the component file name column 62 of the component management table 6, and the component update processing is ended.

【0028】登録済みのコンポーネントを階層型記憶装
置1から削除する場合、コンポーネント名を指定しコン
ポーネント削除手段5により行う。コンポーネント削除
手段5は、指定されたコンポーネント名のコンポーネン
ト管理テーブル6を検索し、各構成ファイルの削除をア
クセス制御手段7に要求する。アクセス制御手段7は要
求された各ファイルのファイル管理テーブル8を参照し
て要求の妥当性を確認した後、世代管理テーブル9に記
録されている全世代番号のファイルデータの削除をファ
イルデータ管理手段10に指示する。ファイルデータ管
理手段10により指定された全ファイルデータの削除が
完了すると、その報告によりアクセス制御手段7はファ
イル管理テーブル8,世代管理テーブル9を削除し、コ
ンポーネント削除手段5はコンポーネント管理テーブル
6を削除し、指定されたコンポーネントに関するすべて
の情報の削除処理が完了する。
When deleting a registered component from the hierarchical storage device 1, the component name is designated and the component deleting means 5 performs the deletion. The component deleting unit 5 searches the component management table 6 having the specified component name, and requests the access control unit 7 to delete each component file. The access control means 7 refers to the file management table 8 of each requested file, confirms the validity of the request, and then deletes the file data of all generation numbers recorded in the generation management table 9 by the file data management means. Give 10 instructions. When the deletion of all the file data designated by the file data management means 10 is completed, the access control means 7 deletes the file management table 8 and the generation management table 9 according to the report, and the component deletion means 5 deletes the component management table 6. Then, the process of deleting all the information related to the specified component is completed.

【0029】以上、図1の構成を有する本発明の一実施
例を詳細に説明したが、本発明の第1の目的は、ファイ
ル管理テーブル8,世代管理テーブル9を保持するアク
セス制御手段7と、ファイルデータ管理手段10により
達成され、世代参照手段11と世代削除手段12の追加
で操作性が更に改善される。又、コンポーネント登録手
段2,コンポーネント参照手段3,コンポーネント更新
手段4,コンポーネント削除手段5の追加により第2の
目的が達成され、操作性が更に向上する。
The embodiment of the present invention having the configuration of FIG. 1 has been described above in detail. The first object of the present invention is to provide an access control means 7 for holding a file management table 8 and a generation management table 9. This is achieved by the file data management means 10, and the operability is further improved by the addition of the generation reference means 11 and the generation deletion means 12. Further, the addition of the component registration means 2, the component reference means 3, the component update means 4, and the component deletion means 5 achieves the second object and further improves the operability.

【0030】[0030]

【発明の効果】以上の説明で明らかなように、本発明の
ファイル管理方式は、階層型記憶システムの格納ファイ
ルに世代管理を導入したので、同一ファイル名での世代
別ファイルデータの登録,読み出しが可能となり、操作
性が改善されると共に、ファイルデータの階層間移動は
世代別に行えるためシステムの利用効率を改善される効
果がある。又、複数のファイルを含むコンポーネントを
コンポーネント管理テーブルに登録することにより、コ
ンポーネント単位での複数ファイルの一括登録や読み出
しを行うことができ、操作性が更に向上する効果があ
る。
As is apparent from the above description, in the file management method of the present invention, generation management is introduced into the storage files of the hierarchical storage system, so that file data for each generation can be registered and read with the same file name. This makes it possible to improve the operability and improve the utilization efficiency of the system because the file data can be moved between layers by generation. Also, by registering a component including a plurality of files in the component management table, it is possible to perform batch registration and reading of a plurality of files in component units, which has the effect of further improving operability.

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

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

【図2】図1中のファイル管理テーブルのデータ構成を
示す説明図である。
FIG. 2 is an explanatory diagram showing a data structure of a file management table in FIG.

【図3】図1中の世代管理テーブルのデータ構成を示す
説明図である。
FIG. 3 is an explanatory diagram showing a data configuration of a generation management table in FIG.

【図4】図1中のコンポーネント管理テーブルのデータ
構成を示す説明図である。
FIG. 4 is an explanatory diagram showing a data structure of a component management table in FIG.

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

1 階層型記憶装置 2 コンポーネント登録手段 3 コンポーネント参照手段 4 コンポーネント更新手段 5 コンポーネント削除手段 6 コンポーネント管理テーブル 7 アクセス制御手段 8 ファイル管理テーブル 9 世代管理テーブル 10 ファイルデータ管理手段 11 世代参照手段 12 世代削除手段 DESCRIPTION OF SYMBOLS 1 Hierarchical storage device 2 Component registration means 3 Component reference means 4 Component update means 5 Component deletion means 6 Component management table 7 Access control means 8 File management table 9 Generation management table 10 File data management means 11 Generation reference means 12 Generation deletion means

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 異なる転送速度を有する複数の記憶装置
から成り大量のデータを格納しアクセス頻度の低いデー
タを転送速度の遅い記憶装置に移動させる階層型記憶シ
ステムのファイル管理方式において、格納されるすべて
のファイルに対してアクセス許可条件などの管理情報を
格納したファイル管理テーブルと世代更新の履歴を記録
した世代管理テーブルとを保持しファイルデータへのア
クセスを制御するアクセス制御手段と、世代管理された
各ファイルデータの格納先を管理し前記アクセス制御手
段の指示を受けてデータの読み出し書き込みを実行する
ファイルデータ管理手段とを備えたことを特徴とするフ
ァイル管理方式。
1. A file management method of a hierarchical storage system, comprising a plurality of storage devices having different transfer rates, storing a large amount of data, and moving infrequently accessed data to a storage device having a slow transfer rate. An access control unit that holds a file management table that stores management information such as access permission conditions for all files and a generation management table that records the history of generation updates, and controls access to file data. And a file data management unit that manages the storage destination of each file data and that reads and writes data in response to an instruction from the access control unit.
【請求項2】 世代別のファイルアクセス要求に対応し
て前記世代管理テーブルを画面表示させ選択された世代
番号のファイルデータを読み出させる世代参照手段と、
前記世代管理テーブルを画面表示させ選択された世代番
号のレコードを削除して該当するファイルデータを削除
させる世代削除手段とを備えたことを特徴とする請求項
1記載のファイル管理方式。
2. A generation reference unit for displaying the generation management table on a screen in response to a file access request for each generation and reading file data of a selected generation number,
2. The file management method according to claim 1, further comprising: a generation deleting unit that displays the generation management table on a screen and deletes a record of a selected generation number to delete corresponding file data.
【請求項3】 複数のファイルを含むコンポーネントに
対しコンポーネント名と対応させて構成ファイル名を登
録したコンポーネント管理テーブルを作成し前記アクセ
ス制御手段に対して各構成ファイルの格納を要求するコ
ンポーネント登録手段と、コンポーネント名と世代番号
とから前記コンポーネント管理テーブルを参照し当該コ
ンポーネントのすべての構成ファイルの読み出しを前記
アクセス制御手段に対して要求するコンポーネント参照
手段と、前記コンポーネント管理テーブルの内容を更新
すると共に更新内容に応じて前記アクセス制御手段に対
して該当する構成ファイルの格納,更新,削除を要求す
るコンポーネント更新手段と、前記コンポーネント管理
テーブルを削除すると共にすべての構成ファイルの削除
を前記アクセス制御手段に対して要求するコンポーネン
ト削除手段とを備えたことを特徴とする請求項1又は請
求項2記載のファイル管理方式。
3. A component registration means for creating a component management table in which a component file name is registered for a component including a plurality of files in association with the component name and requesting the access control means to store each component file. , A component reference unit that refers to the component management table from the component name and generation number, and requests the access control unit to read all the configuration files of the component, and updates and updates the contents of the component management table. A component updating unit that requests the access control unit to store, update, and delete the corresponding configuration file according to the content, and the component management table is deleted, and the deletion of all the configuration files is controlled by the access control 3. The file management system according to claim 1, further comprising a component deleting unit that requests the unit.
JP7123507A 1995-05-23 1995-05-23 File management method Expired - Fee Related JP2972548B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7123507A JP2972548B2 (en) 1995-05-23 1995-05-23 File management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7123507A JP2972548B2 (en) 1995-05-23 1995-05-23 File management method

Publications (2)

Publication Number Publication Date
JPH08314780A true JPH08314780A (en) 1996-11-29
JP2972548B2 JP2972548B2 (en) 1999-11-08

Family

ID=14862335

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7123507A Expired - Fee Related JP2972548B2 (en) 1995-05-23 1995-05-23 File management method

Country Status (1)

Country Link
JP (1) JP2972548B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002503000A (en) * 1998-02-04 2002-01-29 インターウォーヴェン インコーポレイテッド Systems and methods for developing websites
JP2007025843A (en) * 2005-07-13 2007-02-01 Nippon Hoso Kyokai <Nhk> Data storage device and version management program
JP2008015637A (en) * 2006-07-04 2008-01-24 Nec Corp File data management method and its system
US7684068B2 (en) 1996-11-21 2010-03-23 Ricoh Company, Ltd. Method and system for automatically and transparently archiving documents and document meta data
JP2012098934A (en) * 2010-11-02 2012-05-24 Canon Inc Document management system, method for controlling document management system and program
JP2015018307A (en) * 2013-07-09 2015-01-29 富士通株式会社 File evaluation program, file identifying apparatus, and file evaluation method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7684068B2 (en) 1996-11-21 2010-03-23 Ricoh Company, Ltd. Method and system for automatically and transparently archiving documents and document meta data
JP2002503000A (en) * 1998-02-04 2002-01-29 インターウォーヴェン インコーポレイテッド Systems and methods for developing websites
JP2007025843A (en) * 2005-07-13 2007-02-01 Nippon Hoso Kyokai <Nhk> Data storage device and version management program
JP2008015637A (en) * 2006-07-04 2008-01-24 Nec Corp File data management method and its system
JP2012098934A (en) * 2010-11-02 2012-05-24 Canon Inc Document management system, method for controlling document management system and program
JP2015018307A (en) * 2013-07-09 2015-01-29 富士通株式会社 File evaluation program, file identifying apparatus, and file evaluation method

Also Published As

Publication number Publication date
JP2972548B2 (en) 1999-11-08

Similar Documents

Publication Publication Date Title
JPH08314780A (en) File management system
JPH0728833A (en) Information retrieving device
JPS62226375A (en) Picture information retrieving system
JPH07249032A (en) Electronic filing device
JP3157235B2 (en) Data management device
JPH0318224B2 (en)
JP2641399B2 (en) File management device
JP3444620B2 (en) Filing system equipment
JPS58114149A (en) Electronic filing system
JPH0581096A (en) Page deletion system for electronic filing device
JP2000259459A (en) File storage medium, file management device and storage medium for file management program
JP2767966B2 (en) High-speed file access method
JP3559571B2 (en) Data processing device and data processing method
JPH05127964A (en) Page version managing method
JPH0934764A (en) Method and device for processing information
JPH05324734A (en) Electronic filing device
JPH02281327A (en) Information processor
JPH04359373A (en) Electronic filing device
JPS62226487A (en) Memory control system for optical disk
JP2001101047A (en) Device and method for managing data and storage medium
JPH05151042A (en) Method for designing file for computer processing system
JPH05181726A (en) File access system
JPH064534A (en) Joint writing document system
JPH01189741A (en) Journal output system
JPH01169793A (en) System for moving optical disk management information

Legal Events

Date Code Title Description
S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070827

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080827

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080827

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090827

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090827

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100827

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110827

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees