JP2625382B2 - File allocation system - Google Patents

File allocation system

Info

Publication number
JP2625382B2
JP2625382B2 JP6119296A JP11929694A JP2625382B2 JP 2625382 B2 JP2625382 B2 JP 2625382B2 JP 6119296 A JP6119296 A JP 6119296A JP 11929694 A JP11929694 A JP 11929694A JP 2625382 B2 JP2625382 B2 JP 2625382B2
Authority
JP
Japan
Prior art keywords
volume
subgroup
volume subgroup
file
user program
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.)
Expired - Fee Related
Application number
JP6119296A
Other languages
Japanese (ja)
Other versions
JPH0784840A (en
Inventor
昌子 内沼
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 JP6119296A priority Critical patent/JP2625382B2/en
Publication of JPH0784840A publication Critical patent/JPH0784840A/en
Application granted granted Critical
Publication of JP2625382B2 publication Critical patent/JP2625382B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は計算機システムにおける
ファイル割り当てシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file allocation system in a computer system.

【0002】[0002]

【従来の技術】オペレーティングシステムのジョブ管理
機能においては、複数の常駐ボリュームや公用ボリュー
ムのいずれかにファイルスペースの割り当てを要求する
利用者プログラムは、ジョブ制御文において特定のボリ
ューム名を指定するのではなく、いくつかのボリューム
を1つにまとめたボリュームグループを指定することが
できる。
2. Description of the Related Art In a job management function of an operating system, a user program requesting allocation of a file space to one of a plurality of resident volumes and a public volume does not specify a specific volume name in a job control statement. Instead, a volume group in which several volumes are combined into one can be specified.

【0003】利用者プログラムがこのようにボリューム
グループを指定してファイルスペースの割り当てを要求
した場合、ジョブ管理機能は、「ACOS−4/XVP
ジョブ管理解説書、DDA81−2、日本電気株式会
社、1992年6月、第2版発行、第161頁〜第16
7頁」に開示されているように、それらのボリュームグ
ループから以下のような規則でファイル用の空きスペー
スを選択して、利用者プログラムに割り当てている。 (1)探し始めるボリュームをサイクリックに変えてい
く。 (2)空きスペースの多いボリュームから順に割り当て
る。 (3)入出力負荷の少ないボリュームから順に割り当て
る。
[0003] When the user program requests allocation of a file space by designating a volume group in this way, the job management function executes "ACOS-4 / XVP".
Job Management Manual, DDA81-2, NEC Corporation, June 1992, 2nd edition, pages 161 to 16
As disclosed in “7 pages”, a free space for a file is selected from the volume groups according to the following rules and assigned to the user program. (1) Change the starting volume cyclically. (2) Allocate in order from the volume with the largest free space. (3) Allocate in order from the volume with the least input / output load.

【0004】また、特別の事情があれば、 (4)常に特定のボリュームから探す。 という規則も採用される。If there are special circumstances, (4) always search from a specific volume. The rule is also adopted.

【0005】[0005]

【発明が解決しようとする課題】このような従来の技術
におけるファイル割り当てに関する規則は、1つのボリ
ュームグループに含まれるディスク装置が同じ性能(ア
クセス速度)である場合に効果を発揮する。
The rules regarding file allocation in the prior art are effective when the disk devices included in one volume group have the same performance (access speed).

【0006】しかし、最近の計算機システムにおいて
は、様々な性能の磁気ディスク装置や電子ディスク装置
といったディスク装置が導入されており、これらの性能
の異なる複数種のディスク装置を1つのボリュームグル
ープに混在させる構成を採った場合には、ファイルが割
り当てられたディスク装置の種類によって処理時間に大
きな差が生じてしまうため、上述した規則は効果を発揮
しない場合がある。
However, in recent computer systems, disk devices such as magnetic disk devices and electronic disk devices of various performances have been introduced, and a plurality of types of disk devices having different performances are mixed in one volume group. In the case of adopting the configuration, since the processing time greatly varies depending on the type of the disk device to which the file is allocated, the above rule may not be effective.

【0007】このような問題点は、低速なディスク装置
と高速なディスク装置を別々のボリュームグループで管
理すれば解消されるが、この場合には、利用者プログラ
ムがどのボリュームグループがどのようなディスク装置
で構成されているかを認識し、どれを使うかを意識的に
指定する必要性が出てくる。
[0007] Such a problem can be solved by managing a low-speed disk device and a high-speed disk device in separate volume groups. In this case, however, the user program can determine which volume group is assigned to which disk. There is a need to recognize which devices are configured and consciously specify which one to use.

【0008】本発明の目的は、様々な性能のディスク装
置が混在する計算機システムにおいて、一時ファイルま
たは永久ファイルを利用する利用者プログラムに、これ
らの利用者プログラムが最大限の処理効率を発揮するこ
とができるようにファイルを割り当てることができるフ
ァイル割り当てシステムを提供することにある。
An object of the present invention is to provide a user system that uses temporary files or permanent files in a computer system in which disk devices of various performances are mixed, so that these user programs exhibit the maximum processing efficiency. An object of the present invention is to provide a file allocation system that can allocate files so that a file can be allocated.

【0009】本発明の他の目的は、利用者が利用者プロ
グラムにファイルを割り当てられるボリュームを指定し
なくても、その利用者プログラムの優先順位に対応した
性能のボリュームグループ上のボリュームに該利用者プ
ログラムが利用するファイルが割り当てられるファイル
割り当てシステムを提供することにある。
Another object of the present invention is to provide a method for assigning a volume to a volume on a volume group having a performance corresponding to the priority of a user program without specifying the volume to which a file is allocated to the user program. Another object of the present invention is to provide a file allocation system to which files used by a user program are allocated.

【0010】さらに本発明の他の目的は、利用者プログ
ラムの優先順位に対応した性能のボリュームグループ上
のボリュームにファイルを割り当てることができない場
合においても、優先順位の高い利用者プログラムほど、
他のボリュームグループにファイルを割り当てることが
でき、ファイル割り当て不可となる確率が低くなるファ
イル割り当てシステムを提供することにある。
Still another object of the present invention is to provide a user program having a higher priority when a file cannot be allocated to a volume on a volume group having a performance corresponding to the priority of the user program.
It is an object of the present invention to provide a file allocation system that can allocate a file to another volume group and has a low probability that the file cannot be allocated.

【0011】[0011]

【課題を解決するための手段】本発明の第1のファイル
割り当てシステムは、各ディスク装置上の1つ以上のボ
リュームを含むボリュームサブグループを複数集めて構
成されたボリュームグループと、利用者プログラムの計
算機システム内での優先順位を表すプライオリティ値と
前記ボリュームサブグループとの対応関係を保持する検
索範囲記憶手段と、利用者により前記利用者プログラム
に割り当てられたプライオリティ値を取得するプライオ
リティ返却手段と、前記利用者プログラムからのファイ
ル割り当て要求時、前記プライオリティ返却手段から得
た該利用者プログラムのプライオリティ値に対応して前
記検索範囲記憶手段に保持されたボリュームサブグルー
プに含まれるボリュームからファイルの割り当てを行う
ファイル割り当て手段とから構成されている。
A first file allocation system according to the present invention comprises: a volume group formed by collecting a plurality of volume subgroups each including one or more volumes on each disk device; Search range storage means for holding the correspondence between the priority value indicating the priority in the computer system and the volume subgroup, priority return means for obtaining a priority value assigned to the user program by a user, At the time of a file allocation request from the user program, file allocation is performed from a volume included in the volume subgroup held in the search range storage means in accordance with the priority value of the user program obtained from the priority return means. File allocation to make It is composed of a stage.

【0012】本発明の第2のファイル割り当てシステム
は、第1のファイル割り当てシステムにおいて、同一ボ
リュームサブグループに含まれるボリューム間のアクセ
ス時間は等しく、異なるボリュームサブグループ間での
ボリュームのアクセス時間は異なるものとする。
According to a second file allocation system of the present invention, in the first file allocation system, access times between volumes included in the same volume subgroup are equal, and access times of volumes between different volume subgroups are different. Shall be.

【0013】本発明の第3のファイル割り当てシステム
は、第2のファイル割り当てシステムにおいて、磁気デ
ィスク装置上のボリュームを含むボリュームサブグルー
プと、電子ディスク装置上のボリュームを含むボリュー
ムサブグループとを含む。
A third file allocation system according to the present invention, in the second file allocation system, includes a volume subgroup including a volume on a magnetic disk device and a volume subgroup including a volume on an electronic disk device.

【0014】本発明の第4のファイル割り当てシステム
は、第2または第3のファイル割り当てシステムにおい
て、割り当て対象となるファイルが一時ファイルであ
る。
According to a fourth file allocation system of the present invention, in the second or third file allocation system, the file to be allocated is a temporary file.

【0015】本発明の第5のファイル割り当てシステム
は、第2または第3のファイル割り当てシステムにおい
て、割り当て対象となるファイルが永久ファイルであ
る。
According to a fifth file allocation system of the present invention, in the second or third file allocation system, the file to be allocated is a permanent file.

【0016】本発明の第6のファイル割り当てシステム
は、第4または第5のファイル割り当てシステムにおい
て、前記検索範囲記憶手段は、1つのプライオリティ値
に対応して、1つの基本ボリュームサブグループを含む
ボリュームサブグループ群を保持し、前記ファイル割り
当て手段は、利用者プログラムからのファイル割り当て
要求時、その利用者プログラムに割り当てられたプライ
オリティ値に対応して前記検索範囲記憶手段に保持され
たボリュームサブグループ群中の前記基本ボリュームサ
ブグループに含まれるボリュームからファイルの割り当
てを行い、前記基本ボリュームサブグループ中のボリュ
ームからのファイル割り当てが行えないときには前記基
本ボリュームサブグループよりアクセス速度の速くない
前記追加ボリュームサブグループが指定されていればそ
の追加ボリュームサブグループからファイルの割り当て
を行う。
In a sixth file allocation system according to the present invention, in the fourth or fifth file allocation system, the search range storage means includes a volume including one basic volume subgroup corresponding to one priority value. When a file allocation request is received from a user program, the file allocating means stores the volume subgroup group stored in the search range storage means in accordance with the priority value allocated to the user program. Allocating files from the volumes included in the basic volume subgroup, and when the file allocation from the volumes in the basic volume subgroup cannot be performed, the additional volume having a lower access speed than the basic volume subgroup. If sub-groups have been specified to assign a file from the additional volumes subgroups.

【0017】本発明の第7のファイル割り当てシステム
は、第6のファイル割り当てシステムにおいて、前記検
索範囲記憶手段は、優先順位の高いプライオリティ値ほ
ど、アクセス時間のより速いボリュームから構成される
ボリュームサブグループを前記基本ボリュームサブグル
ープとする。
In a seventh file allocation system according to the present invention, in the sixth file allocation system, the search range storage means may include a volume subgroup composed of a volume having a higher access time as the priority value is higher. Is the basic volume subgroup.

【0018】本発明の第8のファイル割り当てシステム
は、第7のファイル割り当てシステムにおいて、前記フ
ァイル割り当て手段は、利用者プログラムからのファイ
ル割り当て要求時に、前記プライオリティ返却手段を起
動して、該利用者プログラムのプライオリティ値を得る
プライオリティ返却手段起動ステップと、このプライオ
リティ返却手段起動ステップが得たプライオリティ値に
対応するボリュームサブグループ群が前記検索範囲記憶
手段に記憶されているか否かを判定するボリュームサブ
グループ群検索ステップと、前記検索範囲記憶手段から
前記プライオリティ返却手段起動ステップが得たプライ
オリティ値に対応するボリュームサブグループ群を得る
ボリュームサブグループ群抽出ステップと、このボリュ
ームサブグループ群抽出ステップが抽出したボリューム
サブグループ群内の前記基本ボリュームサブグループの
いずれかのボリュームに利用者プログラムから要求され
た容量の空きスペースが存在するか否かを判定する基本
ボリュームサブグループ内空きスペース探索ステップ
と、この基本ボリュームサブグループ内空きスペース探
索ステップが前記基本ボリュームサブグループのいずれ
かのボリュームに利用者プログラムから要求された容量
の空きスペースを発見した場合に、該ボリュームに要求
された一時ファイルを割り当て、その旨を利用者プログ
ラムに通知する基本ボリュームサブグループ内一時ファ
イル割り当てステップと、前記基本ボリュームサブグル
ープ内空きスペース探索ステップが前記基本ボリューム
サブグループのいずれかのボリュームに利用者プログラ
ムから要求された容量の空きスペースを発見しなかった
場合に、前記ボリュームサブグループ群抽出ステップが
抽出したボリュームサブグループ群内の前記追加ボリュ
ームサブグループにボリュームサブグループが指定され
ているか否かを判定する追加ボリュームサブグループ指
定判定ステップと、この追加ボリュームサブグループ指
定判定ステップが前記追加ボリュームサブグループにボ
リュームサブグループが指定されていると判定した場合
に、該ボリュームサブグループから最もアクセス速度の
速いボリュームサブグループを得るボリュームサブグル
ープ抽出ステップと、このボリュームサブグループ抽出
ステップが抽出したボリュームサブグループに利用者プ
ログラムから要求された容量の空きスペースが存在する
か否かを判定する追加ボリュームサブグループ内空きス
ペース探索ステップと、この追加ボリュームサブグルー
プ内空きスペース探索ステップが前記ボリュームサブグ
ループ抽出ステップが得たボリュームサブグループのい
ずれかのボリュームに利用者プログラムから要求された
容量の空きスペースを発見した場合に、該ボリュームに
要求された一時ファイルを割り当て、その旨を利用者プ
ログラムに通知する追加ボリュームサブグループ内一時
ファイル割り当てステップと、前記追加ボリュームサブ
グループ内空きスペース探索ステップが前記ボリューム
サブグループ抽出ステップが得たボリュームサブグルー
プのいずれかのボリュームに利用者プログラムから要求
された容量の空きスペースを発見しなかった場合に、前
記追加ボリュームサブグループに他のボリュームサブグ
ループが指定されているか否かを判定し、指定されてい
れば前記ボリュームサブグループ抽出ステップへ戻る追
加ボリュームサブグループ他指定判定ステップと、前記
追加ボリュームサブグループ指定判定ステップが前記追
加ボリュームサブグループにボリュームサブグループが
指定されていないと判定した場合、およびこの追加ボリ
ュームサブグループ他指定判定ステップが前記追加ボリ
ュームサブグループに他のボリュームサブグループが指
定されていないと判定した場合に、一時ファイルを割り
当てることができなかった旨のエラーを利用者プログラ
ムに返却する一時ファイル割り当て失敗通知ステップと
を含む。
An eighth file allocating system according to the present invention, in the seventh file allocating system, wherein the file allocating means activates the priority return means upon a file allocation request from a user program, and A priority returning means starting step for obtaining a priority value of the program; and a volume subgroup for determining whether or not a volume subgroup group corresponding to the priority value obtained by the priority returning means starting step is stored in the search range storage means. A group search step; a volume subgroup group extraction step of obtaining a volume subgroup group corresponding to the priority value obtained by the priority return means activation step from the search range storage means; Searching for free space in the basic volume subgroup to determine whether or not there is free space of the capacity requested by the user program in any volume of the basic volume subgroup in the volume subgroup group extracted by the extraction step And a step of searching for a free space in the basic volume subgroup if the free space in the basic volume subgroup finds free space of a capacity requested by a user program in any volume of the basic volume subgroup. And a step of allocating a temporary file in the basic volume subgroup for notifying the user program to that effect, and a step of searching for a free space in the basic volume subgroup. If no free space having the capacity requested by the user program is found, whether or not a volume subgroup is designated as the additional volume subgroup in the volume subgroup group extracted by the volume subgroup group extraction step An additional volume subgroup designation judging step for judging whether the volume subgroup is designated as the additional volume subgroup. Sub-group extraction step to obtain a fast volume sub-group, and whether there is free space of the capacity requested by the user program in the volume sub-group extracted by the volume sub-group extraction step A step of searching for a free space in the additional volume subgroup to determine whether or not the step of searching for a free space in the additional volume subgroup requests a volume of any of the volume subgroups obtained by the volume subgroup extracting step from a user program. Allocating the requested temporary file to the volume when finding a free space of the specified capacity, and allocating a temporary file in the additional volume subgroup to notify the user program to that effect; and If the space search step does not find any free space of the capacity requested by the user program in any of the volumes of the volume subgroup obtained by the volume subgroup extraction step, It is determined whether or not another volume subgroup is specified for the group, and if so, the additional volume subgroup other specification determination step and the additional volume subgroup specification determination step are returned to the volume subgroup extraction step. When it is determined that no volume subgroup is specified in the additional volume subgroup, and when this additional volume subgroup other specification determination step determines that another volume subgroup is not specified in the additional volume subgroup. A temporary file allocation failure notification step of returning to the user program an error indicating that the temporary file could not be allocated.

【0019】[0019]

【実施例】次に本発明の実施例について図面を参照して
詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0020】図1を参照すると、本発明の一実施例のフ
ァイル割り当てシステムは、利用者プログラム1からの
一時ファイルの割り当て要求に対して、そのプライオリ
ティ値11に応じたアクセス速度のボリュームサブグル
ープから一時ファイルを割り当てるプログラムである一
時ファイル割り当てプログラム(以下、一時ファイル割
り当て手段とする)2と、この一時ファイル割り当て手
段2に利用者プログラム1のプライオリティを返却する
プログラムであるプライオリティ返却プログラム(以
下、プライオリティ返却手段とする)3と、ボリューム
グループ4と、一時ファイル検索範囲記憶表5とで構成
されている。
Referring to FIG. 1, a file allocation system according to an embodiment of the present invention responds to a temporary file allocation request from a user program 1 from a volume subgroup having an access speed corresponding to its priority value 11. A temporary file allocating program (hereinafter referred to as temporary file allocating means) 2 which is a program for allocating a temporary file; and a priority return program (hereinafter, priority) which is a program for returning the priority of the user program 1 to the temporary file allocating means 2 3), a volume group 4, and a temporary file search range storage table 5.

【0021】ボリュームグループ4は、ボリューム41
−1、41−2、…、41−aを含むボリュームサブグ
ループ41、ボリューム42−1、42−2、…、42
−bを含むボリュームサブグループ42、…、ボリュー
ム4i−1、4i−2、…、4i−cを含むボリューム
サブグループ4i、…、ボリューム4n−1、4n−
2、…、4n−dを含むボリュームサブグループ4nに
分けられている。
The volume group 4 includes a volume 41
, 41-2,..., 41-a, volumes 42-1, 42-2,.
, Volumes 4i-1, 4i-2,..., 4i-c including volume subgroups 42,.
.., 4n-d.

【0022】ここで、1つのボリュームサブグループ内
には、アクセス時間のほぼ等しいディスク装置上のボリ
ュームが含められている。即ち、ボリューム41−1〜
41−a間、ボリューム42−1〜42−b間、ボリュ
ーム4i−1〜4i−c間、ボリューム4n−1〜4n
−d間ではアクセス時間に殆ど差はない。
Here, one volume subgroup includes volumes on disk devices having almost equal access times. That is, the volumes 41-1 to 41-1
41-a, volumes 42-1 to 42-b, volumes 4i-1 to 4ic, volumes 4n-1 to 4n
There is almost no difference in the access time between -d.

【0023】他方、ボリュームサブグループ間では、各
々に含められるディスク装置のアクセス時間に差があ
り、本実施例では、ボリュームサブグループ41が最も
アクセス速度の高いディスク装置で構成され、以下、ボ
リュームサブグループ42、……、4i、…、4nの順
にアクセス速度が低くなる。但し、全てのボリュームサ
ブグループ間でアクセス速度に差を持たせる必要はな
く、中にはほぼ同じアクセス速度のディスク装置で構成
される複数のボリュームサブグループが存在していても
構わない。
On the other hand, there is a difference in the access time of the disk devices included in each of the volume subgroups. In this embodiment, the volume subgroup 41 is constituted by the disk device having the highest access speed. The access speed decreases in the order of the groups 42,..., 4i,. However, it is not necessary to make a difference in access speed among all the volume subgroups, and a plurality of volume subgroups constituted by disk devices having substantially the same access speed may exist.

【0024】アクセス速度の高いディスク装置として
は、電子ディスク装置などの高速ディスク装置が使用さ
れる。また、それより低速なディスク装置としては磁気
ディスク装置が使用される。
As a disk device having a high access speed, a high-speed disk device such as an electronic disk device is used. A magnetic disk device is used as a lower speed disk device.

【0025】一時ファイル検索範囲記憶表5は、利用者
プログラムに対して割り当てられることが予定されてい
る全てのプライオリティ値511〜51mと、そのプラ
イオリティ値を持つ利用者プログラムに対して一時ファ
イルを割り当て可能なボリュームサブグループの範囲を
示すボリュームサブグループ群521〜52mの対応関
係を記憶する手段である。各ボリュームサブグループ群
521〜52mは、ボリュームサブグループ41〜4n
のうちの1つ又は複数のグループに対応する。
The temporary file search range storage table 5 stores all the priority values 511 to 51m to be assigned to the user program, and assigns a temporary file to the user program having the priority value. This is a means for storing the correspondence of volume subgroup groups 521 to 52m indicating the range of possible volume subgroups. Each of the volume subgroup groups 521 to 52m includes volume subgroups 41 to 4n.
Corresponds to one or more groups.

【0026】各ボリュームサブグループ群521〜52
mは、図2に示すように、1つの基本ボリュームサブグ
ループ53と、この基本ボリュームサブグループ53よ
りアクセス速度の速くない0個以上の追加ボリュームサ
ブグループ54とを含んでいる。そして、本実施例で
は、プライオリティ値511が最も優先度が高く、プラ
イオリティ値51mが最も優先度が低いとすると、プラ
イオリティ値511に対応するボリュームサブグループ
群521中の基本ボリュームサブグループ53にはボリ
ュームサブグループ41を、その追加ボリュームサブグ
ループ54には、残りの全てのボリュームサブグループ
42、…、4i、…、4nをこの順に設定する。また。
ボリュームサブグループ群522中の基本ボリュームサ
ブグループ53にはボリュームサブグループ42を、そ
の追加ボリュームサブグループ54には、ボリュームサ
ブグループ42よりアクセス速度の速くない全てのボリ
ュームサブグループ4i、…、4n等を設定する。以
下、残りのボリュームサブグループ群52j等に対して
もそのプライオリティ値に対応した1つの基本ボリュー
ムサブグループ53とそれよりアクセス速度の速くない
追加ボリュームサブグループ54を設定する。但し、優
先度の最も低いプライオリティ値51mに対応するボリ
ュームサブグループ群52mには、基本ボリュームサブ
グループ53としてボリュームグループ4内で最もアク
セス速度の遅いボリュームサブグループ4nを設定する
ため、追加ボリュームサブグループ54にはボリューム
サブグループは設定されない。
Each of the volume subgroup groups 521 to 52
As shown in FIG. 2, m includes one basic volume subgroup 53 and zero or more additional volume subgroups 54 whose access speed is lower than that of the basic volume subgroup 53. In the present embodiment, assuming that the priority value 511 has the highest priority and the priority value 51m has the lowest priority, the basic volume subgroup 53 in the volume subgroup group 521 corresponding to the priority value 511 has the volume The subgroup 41 is set in the additional volume subgroup 54, and all the remaining volume subgroups 42,..., 4i,. Also.
The basic volume subgroup 53 in the volume subgroup group 522 includes the volume subgroup 42, and the additional volume subgroup 54 includes all the volume subgroups 4i,. Set. Hereinafter, for the remaining volume subgroup groups 52j and the like, one basic volume subgroup 53 corresponding to the priority value and an additional volume subgroup 54 whose access speed is lower than that are set. However, in the volume subgroup group 52m corresponding to the lowest priority value 51m, the volume subgroup 4n having the slowest access speed in the volume group 4 is set as the basic volume subgroup 53. No volume subgroup is set in 54.

【0027】利用者プログラム1中に記述されたプライ
オリティ値11は、当該計算機システム内での利用者プ
ログラム1の優先順位を表す数値であり、利用者プログ
ラム1の起動時に利用者が指定した数値である。利用者
がプライオリティ値11を指定しなかった場合には、オ
ペレーティングシステムが既定値をプライオリティ値1
1として利用者プログラム1に付す。
The priority value 11 described in the user program 1 is a numerical value representing the priority of the user program 1 in the computer system, and is a numerical value specified by the user when the user program 1 is started. is there. If the user does not specify the priority value 11, the operating system sets the default value to the priority value 1
1 is attached to the user program 1.

【0028】以下に本実施例の動作を図面を参照して詳
細に説明する。
The operation of the present embodiment will be described below in detail with reference to the drawings.

【0029】利用者プログラム1から一時ファイル割り
当て手段2に対し一時ファイルの割り当て要求を行う
と、一時ファイル割り当て手段2は、先ずプライオリテ
ィ返却手段3を起動する(ステップ21)。
When the user program 1 issues a temporary file allocation request to the temporary file allocation unit 2, the temporary file allocation unit 2 first activates the priority return unit 3 (step 21).

【0030】プライオリティ返却手段3は、利用者プロ
グラム1のプライオリティ値11を取得して、一時ファ
イル割り当て手段2に返却する(ステップ31)。
The priority returning means 3 acquires the priority value 11 of the user program 1 and returns it to the temporary file allocating means 2 (step 31).

【0031】一時ファイル割り当て手段2は、プライオ
リティ値11が返却されると、そのプライオリティ値1
1をキーとして一時ファイル検索範囲記憶表5を検索し
(ステップ22)、プライオリティ値11と同一値のプ
ライオリティ値に対応するボリュームサブグループ群を
得る(ステップ23)。例えば、プライオリティ値11
がプライオリティ値511と同一値であったとすると、
一時ファイル検索範囲記憶表5のプライオリティ値51
1に対応するボリュームサブグループ群521を得る。
When the priority value 11 is returned, the temporary file allocating means 2
The temporary file search range storage table 5 is searched using 1 as a key (step 22), and a volume subgroup group corresponding to the priority value having the same value as the priority value 11 is obtained (step 23). For example, priority value 11
Is the same as the priority value 511,
Priority value 51 of temporary file search range storage table 5
A volume subgroup group 521 corresponding to 1 is obtained.

【0032】一時ファイル割り当て手段2は、ステップ
22において、一時ファイル検索範囲記憶表5にプライ
オリティ値11と同一値のプライオリティ値が登録され
ていない場合、またはこのプライオリティ値に対応する
ボリュームサブグループ群が登録されていない場合に
は、ボリュームサブグループ群の既定値、例えばボリュ
ームサブグループ群52mを得る(ステップ24)。
In step 22, the temporary file allocating means 2 determines whether or not the priority value having the same value as the priority value 11 is registered in the temporary file search range storage table 5, or if the volume subgroup group corresponding to this priority value is not registered. If not registered, a default value of the volume subgroup group, for example, the volume subgroup group 52m is obtained (step 24).

【0033】一時ファイル割り当て手段2は、ステップ
23またはステップ24においてボリュームサブグルー
プ群を得たら、該ボリュームサブグループ群の基本ボリ
ュームサブグループ53の指定を参照し(ステップ2
5)、該基本ボリュームサブグループ53を構成する複
数のボリューム内に要求された空きスペースがあるか否
かを判定し(ステップ26)、十分な空きスペースを持
つボリュームがあれば、該ボリュームに要求された一時
ファイルを割り当て(ステップ27)、その旨を利用者
プログラム1に通知する(ステップ28)。
After obtaining the volume subgroup group in step 23 or step 24, the temporary file allocating means 2 refers to the designation of the basic volume subgroup 53 of the volume subgroup group (step 2).
5) It is determined whether or not the requested free space is present in the plurality of volumes constituting the basic volume subgroup 53 (step 26). If there is a volume having sufficient free space, the request is issued to the volume. The assigned temporary file is assigned (step 27), and the user program 1 is notified of that (step 28).

【0034】例えば、ステップ23において得たボリュ
ームサブグループ群521の基本ボリュームサブグルー
プ53がボリュームサブグループ41を指定していると
すると、一時ファイル割り当て手段2は、ステップ27
において、ボリュームサブグループ41を構成する複数
のボリューム41−1〜41−aから、以下の規則のい
ずれかに従って空きスペースを探す。 (1)捜し始めるボリュームをサイクリックに変えてい
く。 (2)空きスペースの多いボリュームから順に割り当て
る。 (3)入出力負荷の少ないボリュームから順に割り当て
る。 (4)常に特定のボリュームから探す。
For example, if the basic volume subgroup 53 of the volume subgroup group 521 obtained in step 23 specifies the volume subgroup 41, the temporary file allocating means 2
, A free space is searched for from a plurality of volumes 41-1 to 41-a constituting the volume subgroup 41 according to one of the following rules. (1) Change the volume to start searching cyclically. (2) Allocate in order from the volume with the largest free space. (3) Allocate in order from the volume with the least input / output load. (4) Always search from a specific volume.

【0035】一時ファイル割り当て手段2は、ステップ
26において基本ボリュームサブグループ53を構成す
る複数のボリューム内に要求された空きスペースがない
と判定した場合、該ボリュームサブグループ群の追加ボ
リュームサブグループ54にボリュームサブグループが
指定されているか否かを判定し(ステップ29)、ボリ
ュームサブグループが指定されていれば、該指定から最
もアクセス速度の速いボリュームサブグループを1つ得
て(ステップ2A)、該ボリュームサブグループを構成
する複数のボリューム内に要求された空きスペースがあ
るか否かを判定し(ステップ2B)、十分な空きスペー
スを持つボリュームがあれば、該ボリュームに要求され
た一時ファイルを割り当て(ステップ2C)、その旨を
利用者プログラム1に通知する(ステップ2D)。
If the temporary file allocating means 2 determines in step 26 that there is no requested free space in a plurality of volumes constituting the basic volume subgroup 53, the temporary file allocating means 2 adds the requested volume to the additional volume subgroup 54 of the volume subgroup group. It is determined whether or not a volume subgroup has been designated (step 29). If a volume subgroup has been designated, one volume subgroup having the fastest access speed is obtained from the designation (step 2A). It is determined whether or not the requested free space is present in a plurality of volumes constituting the volume subgroup (step 2B). If there is a volume having sufficient free space, the requested temporary file is allocated to the volume. (Step 2C), to that effect, the user program Notify (step 2D).

【0036】一時ファイル割り当て手段2は、ステップ
2Bにおいて対象ボリュームサブグループを構成する複
数のボリューム内に要求された空きスペースがないと判
定した場合、追加ボリュームサブグループ54に他のボ
リュームサブグループが指定されているか否かを判定し
(ステップ2E)、他のボリュームサブグループが指定
されていれば、ステップ2Aへ戻る。
If the temporary file allocating means 2 determines in step 2B that there is no requested free space in a plurality of volumes constituting the target volume subgroup, another volume subgroup is designated as the additional volume subgroup 54. It is determined whether or not another volume subgroup has been designated (step 2E). If another volume subgroup has been designated, the process returns to step 2A.

【0037】例えば、一時ファイル割り当て手段2は、
基本ボリュームサブグループ53に指定されているボリ
ュームサブグループ41中の全ボリューム41−1〜4
1−aに十分な空きスペースがない場合、追加ボリュー
ムサブグループ54にボリュームサブグループの指定が
あれば、そのボリュームサブグループ内のボリュームか
らファイルの割り当てを行う。次に一時ファイル割り当
て手段2は、追加ボリュームサブグループ54に指定さ
れているボリュームサブグループ群521に、42、
…、4i、…、4nというアクセス速度の高い順にボリ
ュームサブグループが指定されているとすると、まずボ
リュームサブグループ42内のボリュームからファイル
の割り当てを試行し、それでも不可の場合は次のボリュ
ームサブグループというように、アクセス速度の高いボ
リュームサブグループから順にファイルの割り当てを試
行する。これにより、基本ボリュームサブグループにて
ファイルの割り当てが不可の場合でも、この基本ボリュ
ームサブグループのボリュームよりはアクセス速度は遅
くなるが、他のボリュームサブグループからのファイル
の割り当てを可能にして、優先度の高い利用者プログラ
ムほど、ファイル割り当て不可となる確率を低下させて
いる。
For example, the temporary file allocating means 2
All the volumes 41-1 to 4-4 in the volume subgroup 41 specified in the basic volume subgroup 53
When there is not enough free space in 1-a, if a volume subgroup is specified in the additional volume subgroup 54, a file is allocated from a volume in the volume subgroup. Next, the temporary file allocating means 2 assigns 42, 42 to the volume subgroup group 521 designated as the additional volume subgroup 54.
, 4i,..., 4n, the volume subgroups are specified in descending order of access speed. At first, file allocation is attempted from the volumes in the volume subgroup 42, and if that is not possible, the next volume subgroup is For example, file allocation is attempted in order from the volume subgroup having the highest access speed. As a result, even if a file cannot be allocated in the basic volume subgroup, the access speed is slower than that of the volume in this basic volume subgroup. The higher the degree of a user program, the lower the probability that a file cannot be allocated.

【0038】一時ファイル割り当て手段2は、ステップ
29において追加ボリュームサブグループ54にボリュ
ームサブグループが指定されていないと判定した場合、
またはステップ2Eにおいて追加ボリュームサブグルー
プ54にもはや他のボリュームサブグループは指定され
ていないと判定した場合には、一時ファイルを割り当て
ることができなかった旨のエラー情報を利用者プログラ
ム1に通知する(ステップ2F)。
If the temporary file allocating means 2 determines in step 29 that no volume subgroup has been designated as the additional volume subgroup 54,
Alternatively, if it is determined in step 2E that another volume subgroup is no longer specified as the additional volume subgroup 54, error information indicating that the temporary file could not be allocated is notified to the user program 1 ( Step 2F).

【0039】本実施例では、割り当て対象のファイルを
一時ファイルとしたが、永久ファイルを割り当て対象と
することも可能である。
In the present embodiment, the file to be allocated is a temporary file, but a permanent file may be allocated.

【0040】[0040]

【発明の効果】以上説明したとおり、本発明は、様々な
性能のディスク装置が混在する計算機システムにおい
て、一時ファイルまたは永久ファイルを利用する利用者
プログラムに、これらの利用者プログラムが最大限の処
理効率を発揮することができるようにファイルを割り当
てることができる効果を有している。
As described above, according to the present invention, in a computer system in which disk devices of various performances coexist, a user program using a temporary file or a permanent file is processed by the user program to a maximum extent. There is an effect that the file can be allocated so that the efficiency can be exhibited.

【0041】また本発明は、利用者が利用者プログラム
にファイルを割り当てられるボリュームを指定しなくて
も、その利用者プログラムの優先順位に対応した性能の
ボリュームグループ上のボリュームに該利用者プログラ
ムが利用するファイルが割り当てられる効果を有してい
る。
Further, according to the present invention, even if a user does not specify a volume to which a file is allocated to a user program, the user program can store the volume in a volume group having a performance corresponding to the priority of the user program. This has the effect that the file to be used is assigned.

【0042】さらに本発明は、利用者プログラムの優先
順位に対応した性能のボリュームグループ上のボリュー
ムにファイルを割り当てることができない場合において
も、優先順位の高い利用者プログラムほど、他のボリュ
ームグループにファイルを割り当てることができ、ファ
イル割り当て不可となる確率が低くなる効果を有してい
る。
Further, according to the present invention, even when a file cannot be allocated to a volume on a volume group having a performance corresponding to the priority of a user program, the user program having a higher priority has a higher file level in another volume group. Has the effect that the probability that the file cannot be allocated is reduced.

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

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

【図2】本発明の一実施例における一時ファイル検索範
囲記憶表内のボリュームサブグループ群の内容を示す図
である。
FIG. 2 is a diagram showing the contents of a volume subgroup group in a temporary file search range storage table according to an embodiment of the present invention.

【図3】本発明の一実施例における一時ファイル割り当
て手段2とプライオリティ返却手段3の処理を示す流れ
図である。
FIG. 3 is a flowchart showing processing of a temporary file allocating unit 2 and a priority returning unit 3 according to an embodiment of the present invention.

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

1 利用者プログラム 2 一時ファイル割り当て手段 3 プライオリティ返却手段 4 ボリュームグループ 5 一時ファイル検索範囲記憶表 11 プライオリティ値 41 ボリュームサブグループ 42 ボリュームサブグループ 4i ボリュームサブグループ 4n ボリュームサブグループ 41−1 ボリューム 41−2 ボリューム 41−a ボリューム 42−1 ボリューム 42−2 ボリューム 42−b ボリューム 4i−1 ボリューム 4i−2 ボリューム 4i−c ボリューム 4n−1 ボリューム 4n−2 ボリューム 4n−d ボリューム 511 プライオリティ値 512 プライオリティ値 51j プライオリティ値 51m プライオリティ値 521 ボリュームサブグループ群 522 ボリュームサブグループ群 52j ボリュームサブグループ群 52m ボリュームサブグループ群 53 基本ボリュームサブグループ 54 追加ボリュームサブグループ DESCRIPTION OF SYMBOLS 1 User program 2 Temporary file allocation means 3 Priority return means 4 Volume group 5 Temporary file search range storage table 11 Priority value 41 Volume subgroup 42 Volume subgroup 4i Volume subgroup 4n Volume subgroup 41-1 Volume 41-2 Volume 41-a volume 42-1 volume 42-2 volume 42-b volume 4i-1 volume 4i-2 volume 4ic volume 4n-1 volume 4n-2 volume 4nd volume 511 priority value 512 priority value 51j priority value 51m Priority value 521 Volume subgroup group 522 Volume subgroup group 52j Volume subgroup Flops 52m volume subgroups 53 base volume subgroup 54 additional volumes subgroup

Claims (8)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 各ディスク装置上のアクセス時間が等し
い複数のボリュームを含むボリュームサブグループと、 アクセス時間が異なる複数のボリュームサブグループを
含む ボリュームグループと、 利用者プログラムの計算機システム内での優先順位を表
すプライオリティ値と複数の前記ボリュームサブグルー
プとの対応関係を保持する検索範囲記憶手段と、 利用者により前記利用者プログラムに割り当てられたプ
ライオリティ値を取得するプライオリティ返却手段と、 前記利用者プログラムからのファイル割り当て要求時、
前記プライオリティ返却手段から得た該利用者プログラ
ムのプライオリティ値に対応して前記検索範囲記憶手段
に保持されたボリュームサブグループに含まれるボリュ
ームからファイルの割り当てを行うファイル割り当て手
段とを備えたことを特徴とするファイル割り当てシステ
ム。
An access time on each disk device is equal.
Volume subgroups containing multiple volumes and multiple volume subgroups with different access times
And volume groups containing, a search range storing means for storing relationships between user program of the computer priority value and a plurality of said volumes subgroups representing a priority in the system, allocated to the user program by the user Priority return means for obtaining a priority value, and a file allocation request from the user program,
File allocation means for allocating a file from a volume included in a volume subgroup held in the search range storage means in accordance with the priority value of the user program obtained from the priority return means. And file allocation system.
【請求項2】 前記ボリュームグループが、さらに、ア
クセス時間が等しい複数のボリュームサブグループを含
ことを特徴とする請求項1記載のファイル割り当てシ
ステム。
2. The system according to claim 2, wherein said volume group further comprises an
Access to multiple volume subgroups with equal access times
File allocation system of claim 1, wherein the free it.
【請求項3】 磁気ディスク装置上のボリュームを含む
ボリュームサブグループと、電子ディスク装置上のボリ
ュームを含むボリュームサブグループとを含むことを特
徴とする請求項2記載のファイル割り当てシステム。
3. The file allocation system according to claim 2, further comprising a volume subgroup including a volume on the magnetic disk device and a volume subgroup including a volume on the electronic disk device.
【請求項4】 割り当て対象となるファイルが一時ファ
イルであることを特徴とする請求項2または請求項3記
載のファイル割り当てシステム。
4. The file allocation system according to claim 2, wherein the file to be allocated is a temporary file.
【請求項5】 割り当て対象となるファイルが永久ファ
イルであることを特徴とする請求項2または請求項3記
載のファイル割り当てシステム。
5. The file allocation system according to claim 2, wherein the file to be allocated is a permanent file.
【請求項6】 前記検索範囲記憶手段は、1つのプライ
オリティ値に対応して、1つの基本ボリュームサブグル
ープを含むボリュームサブグループ群を保持し、 前記ファイル割り当て手段は、利用者プログラムからの
ファイル割り当て要求時、その利用者プログラムに割り
当てられたプライオリティ値に対応して前記検索範囲記
憶手段に保持されたボリュームサブグループ群中の前記
基本ボリュームサブグループに含まれるボリュームから
ファイルの割り当てを行い、前記基本ボリュームサブグ
ループ中のボリュームからのファイル割り当てが行えな
いときには前記基本ボリュームサブグループよりアクセ
ス速度の速くない前記追加ボリュームサブグループが指
定されていればその追加ボリュームサブグループからフ
ァイルの割り当てを行うことを特徴とする請求項4また
は請求項5記載のファイル割り当てシステム。
6. The search range storage means stores a volume subgroup group including one basic volume subgroup corresponding to one priority value, and the file allocating means allocates a file from a user program. At the time of the request, a file is allocated from a volume included in the basic volume subgroup in the volume subgroup group held in the search range storage means in accordance with the priority value allocated to the user program, and the basic When a file cannot be allocated from a volume in the volume subgroup, if the additional volume subgroup, which has a lower access speed than the basic volume subgroup, is specified, the file is allocated from the additional volume subgroup. Claim 4 or claim 5 file allocation system wherein the door.
【請求項7】 前記検索範囲記憶手段は、優先順位の高
いプライオリティ値ほど、アクセス時間のより速いボリ
ュームから構成されるボリュームサブグループを前記基
本ボリュームサブグループとすることを特徴とする請求
項6記載のファイル割り当てシステム。
7. The search range storage unit according to claim 6, wherein the higher the priority value is, the higher the priority value is a volume subgroup composed of a volume having a faster access time as the basic volume subgroup. File allocation system.
【請求項8】 前記ファイル割り当て手段は、 利用者プログラムからのファイル割り当て要求時に、前
記プライオリティ返却手段を起動して、該利用者プログ
ラムのプライオリティ値を得るプライオリティ返却手段
起動ステップと、 このプライオリティ返却手段起動ステップが得たプライ
オリティ値に対応するボリュームサブグループ群が前記
検索範囲記憶手段に記憶されているか否かを判定するボ
リュームサブグループ群検索ステップと、 前記検索範囲記憶手段から前記プライオリティ返却手段
起動ステップが得たプライオリティ値に対応するボリュ
ームサブグループ群を得るボリュームサブグループ群抽
出ステップと、 このボリュームサブグループ群抽出ステップが抽出した
ボリュームサブグループ群内の前記基本ボリュームサブ
グループのいずれかのボリュームに利用者プログラムか
ら要求された容量の空きスペースが存在するか否かを判
定する基本ボリュームサブグループ内空きスペース探索
ステップと、 この基本ボリュームサブグループ内空きスペース探索ス
テップが前記基本ボリュームサブグループのいずれかの
ボリュームに利用者プログラムから要求された容量の空
きスペースを発見した場合に、該ボリュームに要求され
た一時ファイルを割り当て、その旨を利用者プログラム
に通知する基本ボリュームサブグループ内一時ファイル
割り当てステップと、 前記基本ボリュームサブグループ内空きスペース探索ス
テップが前記基本ボリュームサブグループのいずれかの
ボリュームに利用者プログラムから要求された容量の空
きスペースを発見しなかった場合に、前記ボリュームサ
ブグループ群抽出ステップが抽出したボリュームサブグ
ループ群内の前記追加ボリュームサブグループにボリュ
ームサブグループが指定されているか否かを判定する追
加ボリュームサブグループ指定判定ステップと、 この追加ボリュームサブグループ指定判定ステップが前
記追加ボリュームサブグループにボリュームサブグルー
プが指定されていると判定した場合に、該ボリュームサ
ブグループから最もアクセス速度の速いボリュームサブ
グループを得るボリュームサブグループ抽出ステップ
と、 このボリュームサブグループ抽出ステップが抽出したボ
リュームサブグループに利用者プログラムから要求され
た容量の空きスペースが存在するか否かを判定する追加
ボリュームサブグループ内空きスペース探索ステップ
と、 この追加ボリュームサブグループ内空きスペース探索ス
テップが前記ボリュームサブグループ抽出ステップが得
たボリュームサブグループのいずれかのボリュームに利
用者プログラムから要求された容量の空きスペースを発
見した場合に、該ボリュームに要求された一時ファイル
を割り当て、その旨を利用者プログラムに通知する追加
ボリュームサブグループ内一時ファイル割り当てステッ
プと、 前記追加ボリュームサブグループ内空きスペース探索ス
テップが前記ボリュームサブグループ抽出ステップが得
たボリュームサブグループのいずれかのボリュームに利
用者プログラムから要求された容量の空きスペースを発
見しなかった場合に、前記追加ボリュームサブグループ
に他のボリュームサブグループが指定されているか否か
を判定し、指定されていれば前記ボリュームサブグルー
プ抽出ステップへ戻る追加ボリュームサブグループ他指
定判定ステップと、 前記追加ボリュームサブグループ指定判定ステップが前
記追加ボリュームサブグループにボリュームサブグルー
プが指定されていないと判定した場合、およびこの追加
ボリュームサブグループ他指定判定ステップが前記追加
ボリュームサブグループに他のボリュームサブグループ
が指定されていないと判定した場合に、一時ファイルを
割り当てることができなかった旨のエラーを利用者プロ
グラムに返却する一時ファイル割り当て失敗通知ステッ
プとを含むことを特徴とする請求項7記載のファイル割
り当てシステム。
8. A priority activating means for activating said priority return means upon a file allocation request from a user program to obtain a priority value of said user program, said priority allocating means comprising: A volume subgroup group search step of determining whether or not a volume subgroup group corresponding to the priority value obtained by the start step is stored in the search range storage unit; and a step of starting the priority return unit from the search range storage unit. A volume subgroup group extracting step of obtaining a volume subgroup group corresponding to the obtained priority value; and the basic volume subgroup in the volume subgroup group extracted by the volume subgroup group extracting step. A free space search step in the basic volume subgroup for determining whether or not free space of the capacity requested by the user program exists in any of the volumes of the group; When a free space having the capacity requested by the user program is found in any of the volumes of the basic volume subgroup, the temporary file requested is allocated to the volume, and the user program is notified of the fact. A step of allocating a temporary file in the group, and a step of searching for a free space in the basic volume subgroup, when the free space having the capacity requested by the user program is not found in any of the volumes of the basic volume subgroup, An additional volume subgroup designation determining step of determining whether a volume subgroup is designated as the additional volume subgroup in the volume subgroup group extracted by the volume subgroup group extraction step; and the additional volume subgroup designation determination A step of extracting a volume subgroup having the fastest access speed from the volume subgroup when the step determines that a volume subgroup is designated as the additional volume subgroup; and a step of extracting the volume subgroup. Searching for free space in the additional volume subgroup to determine whether or not there is free space of the capacity requested by the user program in the extracted volume subgroup. When the free space search step in the added volume subgroup finds free space of the capacity requested by the user program in any volume of the volume subgroup obtained by the volume subgroup extraction step, Temporary file allocating step in the additional volume subgroup notifying the user program that the temporary file has been allocated, and the step of searching for the free space in the additional volume subgroup is performed by the volume subgroup extracting step. If no free space of the capacity requested by the user program is found in any of the volumes, it is determined whether or not another volume subgroup has been designated as the additional volume subgroup, and the designation has been made. If it is determined that the volume subgroup extraction step returns to the additional volume subgroup other designation determination step, and if the additional volume subgroup designation determination step determines that a volume subgroup is not specified in the additional volume subgroup, And when the additional volume subgroup other designation determination step determines that another volume subgroup is not designated in the additional volume subgroup, an error to the effect that a temporary file could not be allocated to the user program. The file allocation system according to claim 7, further comprising a step of notifying a temporary file allocation failure to be returned.
JP6119296A 1993-07-23 1994-05-31 File allocation system Expired - Fee Related JP2625382B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6119296A JP2625382B2 (en) 1993-07-23 1994-05-31 File allocation system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP5-202833 1993-07-23
JP20283393 1993-07-23
JP6119296A JP2625382B2 (en) 1993-07-23 1994-05-31 File allocation system

Publications (2)

Publication Number Publication Date
JPH0784840A JPH0784840A (en) 1995-03-31
JP2625382B2 true JP2625382B2 (en) 1997-07-02

Family

ID=26457056

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6119296A Expired - Fee Related JP2625382B2 (en) 1993-07-23 1994-05-31 File allocation system

Country Status (1)

Country Link
JP (1) JP2625382B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6988110B2 (en) * 2003-04-23 2006-01-17 International Business Machines Corporation Storage system class distinction cues for run-time data management
CN101566931B (en) * 2003-08-14 2011-05-18 克姆佩棱特科技公司 Virtual disk drive system and method
JP4402565B2 (en) 2004-10-28 2010-01-20 富士通株式会社 Virtual storage management program, method and apparatus
JP4375435B2 (en) 2007-05-23 2009-12-02 株式会社日立製作所 Hierarchical storage system for predictive data migration
JP2009053921A (en) 2007-08-27 2009-03-12 Hitachi Ltd Storage system, computer and computer system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04181353A (en) * 1990-11-16 1992-06-29 Nec Corp Control system for securing work file in accordance with priority of job
JPH0566975A (en) * 1991-09-06 1993-03-19 Nec Corp File rearrangement control system
JPH05120093A (en) * 1991-10-25 1993-05-18 Hokkaido Nippon Denki Software Kk Input/output managing system

Also Published As

Publication number Publication date
JPH0784840A (en) 1995-03-31

Similar Documents

Publication Publication Date Title
US5440737A (en) File-allocation control system for allocating files according to user-program priority and storage volume performance
US6321265B1 (en) System and method for enforcing politeness while scheduling downloads in a web crawler
JP2571664B2 (en) Computer main storage management system and method
US6377984B1 (en) Web crawler system using parallel queues for queing data sets having common address and concurrently downloading data associated with data set in each queue
US9411889B2 (en) Assigning document identification tags
EP1316013B1 (en) Method and apparatus for locking objects using shared locks
US5437029A (en) Path name resolution method providing fixed speed of file accessing in computer network
US5884303A (en) Parallel searching technique
US5463774A (en) Object oriented computer architecture using directory objects
US5325526A (en) Task scheduling in a multicomputer system
US6748401B2 (en) Method and system for dynamically managing hash pool data structures
CN106294190B (en) Storage space management method and device
Lee et al. Partitioned signature files: Design issues and performance evaluation
EP1643384A2 (en) Query forced indexing
Hambrusch et al. Query processing in broadcasted spatial index trees
JP2008041108A (en) Efficient storage of object in file system
JP2005338985A (en) Method and system for managing storage area
JP2625382B2 (en) File allocation system
US7031971B1 (en) Lock-free handle resolution
JPH0219938A (en) File control system
Burkowski Surrogate subsets: a free space management strategy for the index of a text retrieval system
JPH07182239A (en) Segment division managing system
JPH09160815A (en) File alloting system
JPH0561739A (en) Swap file managing system
JPH04257062A (en) Data processor using hash queue

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19970212

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

Free format text: PAYMENT UNTIL: 20080411

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20090411

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20100411

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20110411

Year of fee payment: 14

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

Free format text: PAYMENT UNTIL: 20120411

Year of fee payment: 15

LAPS Cancellation because of no payment of annual fees