JP3022829B2 - Automatic storage device allocation device - Google Patents

Automatic storage device allocation device

Info

Publication number
JP3022829B2
JP3022829B2 JP9338668A JP33866897A JP3022829B2 JP 3022829 B2 JP3022829 B2 JP 3022829B2 JP 9338668 A JP9338668 A JP 9338668A JP 33866897 A JP33866897 A JP 33866897A JP 3022829 B2 JP3022829 B2 JP 3022829B2
Authority
JP
Japan
Prior art keywords
storage device
job
name
external storage
allocation
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
JP9338668A
Other languages
Japanese (ja)
Other versions
JPH11175358A (en
Inventor
敏彰 島軒
Original Assignee
日本電気フィールドサービス株式会社
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 日本電気フィールドサービス株式会社 filed Critical 日本電気フィールドサービス株式会社
Priority to JP9338668A priority Critical patent/JP3022829B2/en
Publication of JPH11175358A publication Critical patent/JPH11175358A/en
Application granted granted Critical
Publication of JP3022829B2 publication Critical patent/JP3022829B2/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 an automatic storage device allocating device for an information processing system, and more particularly, to an automatic allocation of a plurality of external storage devices.

【0002】[0002]

【従来の技術】従来、この種の記憶装置の割り当ては、
ある特定の記憶装置のみに入出力が集中したり、その反
面で、全く入出力がない外部記憶装置が存在してしまう
ことを防ぐために用いられている。従来の記憶装置割り
当て装置の一例が、特開平3−225445号公報(負
荷分散ストライピング方式)に記載されている。
2. Description of the Related Art Conventionally, this type of storage device is
This is used to prevent the input and output from being concentrated only on a specific storage device, while preventing an external storage device from having no input and output at all. An example of a conventional storage device allocating device is described in JP-A-3-225445 (load distribution striping method).

【0003】この公報に記載された記憶装置割り当て装
置は、各記憶装置の転送速度、処理効率を保つために必
要なデータ量、要求される処理速度、記憶装置数を格納
している仮想パーティション管理テーブルと、割り当て
処理の際に、要求されているデータ割り当て量と前記仮
想パーティション管理テーブルに格納された要求される
処理速度から、前記要求される処理速度を満足するよう
にデータを分散させる記憶装置数と、割り当て量を算出
する手段と、各記憶装置の状態を示す格納できるデータ
量、入出力に対する待ち行列の長さ、入出力要求量とが
格納されている記憶装置管理テーブルと、前記記憶装置
管理テーブルに格納された前記各記憶装置の状態から前
記算出された記憶装置数および割り当て量に従って予め
定めた順に割り当てる記憶装置を決定するとともに前記
記憶装置管理テーブルを更新する手段とから構成されて
いる。各記憶装置に対する負荷をできるだけ均等化する
ために記憶装置管理テーブルより各々の記憶装置の入出
力に対する情報を参照し、入出力要求量の最も少ないも
のから順に記憶装置を選択する。
The storage device allocating device described in this publication manages a virtual partition which stores the transfer speed of each storage device, the amount of data required to maintain processing efficiency, the required processing speed, and the number of storage devices. A storage device for distributing data so as to satisfy the required processing speed based on a requested data allocation amount and a required processing speed stored in the virtual partition management table during the allocation process. Means for calculating the number and allocation amount, a storage device management table storing the amount of data that can be stored indicating the status of each storage device, the length of a queue for input / output, and the input / output request amount; The allocation is performed in a predetermined order according to the calculated number of storage devices and the allocated amount from the status of each storage device stored in the device management table. It is composed of a means for updating the storage device management table and determines the that storage device. In order to equalize the load on each storage device as much as possible, information on the input / output of each storage device is referred to from the storage device management table, and the storage devices are selected in order from the one with the smallest input / output request amount.

【0004】[0004]

【発明が解決しようとする課題】第1の問題点は、仮想
パーティション管理テーブルおよび記憶装置管理テーブ
ルの参照が頻繁に発生し、入出力の効率が低下すること
である。
A first problem is that the virtual partition management table and the storage device management table are frequently referred to, and the input / output efficiency is reduced.

【0005】その理由は、入出力要求の都度テーブルを
参照するためである。特に、複数のジョブが同時に実行
され、入出力要求の増加にともない入出力の効率は低下
することになる。
The reason is to refer to the table each time an input / output request is made. In particular, a plurality of jobs are executed at the same time, and the I / O efficiency decreases as the number of I / O requests increases.

【0006】情報処理システムで、ジョブを複数同時に
実行する場合において、ソートワーク等で用いるワーク
用外部記憶装置を同時に複数ジョブで使用すると、I/
Oネックとなり、単位時間あたりの処理量が低下すると
いう問題がある。1つのジョブに1つの外部記憶装置を
割り当てれば、I/Oネックは解消され、単位時間あた
りの処理量は増加するが、コストも増加するという問題
点があった。
In a case where a plurality of jobs are simultaneously executed in an information processing system, if a work external storage device used for a sort work or the like is used simultaneously for a plurality of jobs, the
There is a problem that it becomes an O-neck and the processing amount per unit time decreases. If one external storage device is assigned to one job, the I / O bottleneck is solved, and the processing amount per unit time increases, but the cost also increases.

【0007】[発明の目的]本発明の目的は、入出力の
効率を低下させることなく、複数の外部記憶装置を効率
よく使用し、I/Oネックを解消する事で、単位時間当
たりの処理量を増加させる事にある。
SUMMARY OF THE INVENTION An object of the present invention is to efficiently use a plurality of external storage devices and reduce I / O bottlenecks without reducing input / output efficiency. To increase the amount.

【0008】[0008]

【課題を解決するための手段】本発明は、上述した課題
を解決するための手段として、複数の外部記憶装置を有
する情報処理システムにおいて、ジョブに対応した外部
記憶装置の割り当て管理情報6を記憶する割り当て管理
テーブル21と、次回のジョブ起動時に使用される、使
用されていないか又は使用多重度の最も低い外部記憶装
置名が格納されているパラメータファイル31と、要求
された起動ジョブ名に対応するJCLに、パラメータフ
ァイル31から読み取った、使用されていないか又は使
用多重度の最も低い外部記憶装置名を付加してジョブを
起動する手段と、前記起動ジョブ名及び外部記憶装置名
を、前記割り当て管理テーブル21に登録し、更に、該
割り当て管理テーブルを検索して、使用されていないか
又は使用多重度の最も低い外部記憶装置名を前記パラメ
ータファイル31に格納する手段と、ジョブ終了通知を
受けた時、割り当て管理テーブル21内の対応する起動
ジョブ名62を検索して削除する手段と、を有すること
を特徴とする記憶装置の自動割り当て装置を提供する。
According to the present invention, as means for solving the above-mentioned problems, in an information processing system having a plurality of external storage devices, allocation management information 6 of an external storage device corresponding to a job is stored. A corresponding assignment management table 21, a parameter file 31 storing an unused or least-used external storage device name used at the next job startup, and a requested startup job name. Means for starting a job by adding an unused or least-used external storage device name read from the parameter file 31 to the JCL to be executed, and setting the startup job name and the external storage device name to It is registered in the assignment management table 21 and further searched for the assignment management table to determine whether it is unused or has a multiplicity of use. Means for storing the lowest external storage device name in the parameter file 31 and means for searching for and deleting the corresponding start job name 62 in the assignment management table 21 when a job end notification is received. An automatic storage device allocating device is provided.

【0009】[0009]

【作用】本発明によれば、コンピュータシステムからの
ジョブ起動要求があると制御手段22は、ジョブ起動手
段25へジョブの起動を指示する。ジョブ起動手段25
はパラメータファイル31とJCL格納ファイル32を
基にジョブ41を起動する。制御手段22は割り当て管
理テーブル21内の、割り当て管理情報6を更新する。
更に、次回、ジョブ41の起動時に使用される外部記憶
装置名61を特定し、パラメータ変更手段23へパラメ
ータの変更を指示する。パラメータ変更手段23はパラ
メータファイル31を更新する。
According to the present invention, when there is a job start request from the computer system, the control means 22 instructs the job start means 25 to start a job. Job activating means 25
Starts the job 41 based on the parameter file 31 and the JCL storage file 32. The control unit 22 updates the assignment management information 6 in the assignment management table 21.
Further, the external storage device name 61 to be used next time the job 41 is started is specified, and the parameter changing unit 23 is instructed to change the parameter. The parameter changing unit 23 updates the parameter file 31.

【0010】制御手段は、常に外部記憶装置の使用状況
を割り当て管理テーブルを更新することで実現し、パラ
メータ変更手段は、制御手段が特定した使用されていな
い又は、使用多重度の低い外部記憶装置名にパラメータ
ファイルを変更する。
The control means is realized by constantly allocating the use status of the external storage device and updating the management table, and the parameter changing means includes the unused or low multiplicity of the external storage device specified by the control means. Change the parameter file to a name.

【0011】このような本発明によれば、記憶装置自動
割り当て制御装置に、割り当て管理テーブルを設けるこ
とにより、外部記憶装置の割り当て状況が一元管理でき
るようになり、使用されていないか又は使用多重度のも
っとも低い外部記憶装置が特定できるようになる。更
に、磁気ディスク装置等にパラメータファイルを設け、
特定された外部記憶装置名を、常に最新の情報に更新す
ることにより、外部記憶装置の割り当てが最適になり、
コストを増加することなく、I/Oネックが解消され、
単位時間あたりの処理量を増加させることができる。
According to the present invention, by providing the storage device automatic allocation control device with the allocation management table, the allocation status of the external storage devices can be managed in a unified manner, and the external storage devices are not used or frequently used. The least severe external storage device can be specified. Furthermore, a parameter file is provided in a magnetic disk device or the like,
By constantly updating the specified external storage device name to the latest information, the allocation of the external storage device is optimized,
I / O bottlenecks are eliminated without increasing costs
The processing amount per unit time can be increased.

【0012】また、本発明によれば、従来のように、入
出力要求の都度、テーブルを参照せずに、外部記憶装置
の割り当て時と解放時にだけ、テーブルを参照するた
め、入出力の効率を低下させることがない。
Further, according to the present invention, unlike the prior art, the table is referred to only at the time of allocation and release of the external storage device without referring to the table each time an I / O request is made. Is not reduced.

【0013】従って、入出力の効率を低下させることな
く、複数の外部記憶装置を効率よく使用し、I/Oネッ
クを解消する事で、単位時間当たりの処理量を増加させ
ることができる。
Therefore, it is possible to increase the processing amount per unit time by efficiently using a plurality of external storage devices and eliminating the I / O bottleneck without lowering the input / output efficiency.

【0014】[0014]

【発明の実施の形態】[1]構成の説明 次に、本発明の実施の形態について図面を参照して詳細
に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS [1] Description of Configuration Next, an embodiment of the present invention will be described in detail with reference to the drawings.

【0015】図1を参照すると、本発明の第一の実施の
形態は外部記憶装置の自動割り当て制御を行う記憶装置
の自動割り当て制御装置2と、情報を格納している記憶
装置3とを含む。
Referring to FIG. 1, a first embodiment of the present invention includes a storage device automatic allocation control device 2 for performing automatic allocation control of an external storage device, and a storage device 3 for storing information. .

【0016】記憶装置3は、パラメータファイル31
と、JCL格納ファイル32とを備えている。
The storage device 3 stores a parameter file 31
And a JCL storage file 32.

【0017】パラメータファイル31は、コンピュータ
システムの立ち上げ時に、規定値として、次回、ジョブ
の起動時に使用される外部記憶装置名が格納されてい
る。
The parameter file 31 stores an external storage device name to be used next time a job is started as a specified value when the computer system is started.

【0018】JCL格納ファイル32は、ジョブの実行
JCL(Job ControlLanguage)を
格納している。
The JCL storage file 32 stores a job execution JCL (Job Control Language).

【0019】記憶装置自動割り当て制御装置2は、割り
当て管理情報6を記憶する割り当て管理テーブル21
と、全体を制御する制御手段22と、パラメータファイ
ル31を変更するパラメータ変更手段23と、ジョブの
終了を通知するジョブ終了通知手段24と、起動するジ
ョブのJCLにパラメータを付加してジョブの起動を行
うジョブ起動手段25とを備える。
The storage device automatic allocation control device 2 has an allocation management table 21 for storing allocation management information 6.
A control means 22 for controlling the whole; a parameter changing means 23 for changing the parameter file 31; a job end notifying means 24 for notifying the end of the job; And a job activation unit 25 for performing

【0020】[2]動作の説明 次に、図1〜図6を参照して本実施の形態の動作につい
て詳細に説明する。なお、図1は、本発明の情報処理シ
ステムの記憶装置自動割り当て装置の一実施の形態を示
すブロック図である。また図2は、図1の制御手段22
の動作を説明する流れ図である。また図3は、図1のパ
ラメータ変更手段23の動作を説明する流れ図である。
また図4は、図1のジョブ終了通知手段24の動作を説
明する流れ図である。また図5は、図1のジョブ起動手
段25の動作を説明する流れ図である。また図6は、図
1の割り当て管理テーブル21の内容を示すフォーマッ
ト図である。
[2] Description of Operation Next, the operation of the present embodiment will be described in detail with reference to FIGS. FIG. 1 is a block diagram showing an embodiment of an automatic storage device allocating device of the information processing system of the present invention. FIG. 2 shows the control means 22 of FIG.
3 is a flowchart for explaining the operation of FIG. FIG. 3 is a flowchart for explaining the operation of the parameter changing unit 23 of FIG.
FIG. 4 is a flowchart illustrating the operation of the job end notification unit 24 of FIG. FIG. 5 is a flowchart for explaining the operation of the job starting unit 25 of FIG. FIG. 6 is a format diagram showing the contents of the assignment management table 21 of FIG.

【0021】コンピュータシステムからのジョブ起動要
求があると、制御手段22は、ジョブ起動手段25へ起
動ジョブ名を通知し、該当ジョブの起動を指示する(図
2のステップ201及び202)。
When there is a job start request from the computer system, the control unit 22 notifies the job start unit 25 of the start job name and instructs start of the job (steps 201 and 202 in FIG. 2).

【0022】ジョブ起動手段25は、通知されたジョブ
名を基に対応するJCLをJCL格納ファイル32から
読みとる。更に、パラメータファイル31から外部記憶
装置名を読みとり、読みとったJCLに付加しジョブを
起動し、制御手段22へ外部記憶装置名及び起動ジョブ
名を通知する(図5のステップ501,502,50
3,504)。
The job starting means 25 reads the corresponding JCL from the JCL storage file 32 based on the notified job name. Further, the external storage device name is read from the parameter file 31, added to the read JCL to start the job, and the control unit 22 is notified of the external storage device name and the start job name (steps 501, 502, 50 in FIG. 5).
3,504).

【0023】制御手段22は、ジョブ起動手段25から
通知された外部記憶装置名及び起動ジョブ名を基に割り
当て情報6を作成し割り当て管理テーブル21へ記憶す
る。更に、割り当て管理テーブル21を検索し使用され
ていない又は、使用多重度の最も低い外部記憶装置名を
特定し、パラメータ変更手段23へ通知する(図2のス
テップ203,204,205,206)。
The control unit 22 creates the assignment information 6 based on the external storage device name and the start job name notified from the job start unit 25 and stores it in the assignment management table 21. Further, the allocation management table 21 is searched to identify the name of the external storage device that has not been used or has the lowest usage multiplexing degree, and notifies the parameter changing unit 23 (steps 203, 204, 205, and 206 in FIG. 2).

【0024】パラメータ変更手段23は、制御手段22
から通知された外部記憶装置名を、パラメータファイル
31へ書き込む(図3のステップ301,302)。
The parameter changing means 23 includes the control means 22
Is written to the parameter file 31 (steps 301 and 302 in FIG. 3).

【0025】コンピュータシステム内で実行されるジョ
ブ41は、それぞれのジョブの終了時にジョブ終了通知
をジョブ終了通知手段24へ行う。
The job 41 executed in the computer system sends a job end notification to the job end notification means 24 at the end of each job.

【0026】ジョブ終了通知手段24は、終了したジョ
ブのジョブ名を制御手段22へ通知する(図4のステッ
プ401,402)。
The job end notifying unit 24 notifies the control unit 22 of the job name of the completed job (steps 401 and 402 in FIG. 4).

【0027】制御手段22は、割り当て管理テーブル2
1内の対応する起動ジョブ名62を検索し削除する。
The control means 22 controls the assignment management table 2
The corresponding start job name 62 in 1 is searched and deleted.

【0028】[0028]

【発明の効果】第1の効果は、入出力の効率を低下させ
ることなく、複数の外部記憶装置を効率よく使用し、I
/Oネックを解消する事で、単位時間当たりの処理量を
増加させる事ができる。
The first effect is that a plurality of external storage devices can be used efficiently without lowering the input / output efficiency,
By eliminating the / O neck, the processing amount per unit time can be increased.

【0029】その理由は、入出力要求の都度テーブルを
参照せずに、外部記憶装置の割り当て時と解放時だけの
ため、入出力の効率に影響を与えないためである。
The reason is that the efficiency of input / output is not affected since the external storage device is only allocated and released without referring to the table each time an input / output request is made.

【0030】本発明によれば、記憶装置自動割り当て制
御装置に割り当て管理テーブルを設けることで、外部記
憶装置の割り当て状況が一元管理できるようになり、使
用されていないか又は使用多重度のもっとも低い外部記
憶装置が特定できるようになった。更に、パラメータフ
ァイルを設け、常に最新の情報に更新することにより、
外部記憶装置の割り当てが最適になり、コストを増加す
ることなく、I/Oネックが解消され、単位時間あたり
の処理量を増加させるという効果を有する。
According to the present invention, the assignment management table is provided in the storage device automatic assignment control device, so that the assignment status of the external storage device can be managed in a unified manner, and the external storage device is not used or has the lowest use multiplicity. External storage devices can now be specified. Furthermore, by providing a parameter file and constantly updating it to the latest information,
There is an effect that the allocation of the external storage device is optimized, the I / O bottleneck is eliminated without increasing the cost, and the processing amount per unit time is increased.

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

【図1】本発明の情報処理システムの記憶装置自動割り
当て装置の一実施の形態を示すブロック図である。
FIG. 1 is a block diagram illustrating an embodiment of an automatic storage device allocation device of an information processing system according to the present invention.

【図2】図1の制御手段の動作を説明する流れ図であ
る。
FIG. 2 is a flowchart illustrating an operation of a control unit in FIG. 1;

【図3】図1のパラメータ変更手段の動作を説明する流
れ図である。
FIG. 3 is a flowchart illustrating an operation of a parameter changing unit of FIG. 1;

【図4】図1のジョブ終了通知手段の動作を説明する流
れ図である。
FIG. 4 is a flowchart illustrating the operation of a job end notification unit in FIG. 1;

【図5】図1のジョブ起動手段の動作を説明する流れ図
である。
FIG. 5 is a flowchart illustrating the operation of a job starting unit in FIG. 1;

【図6】図1の割り当て管理テーブルの内容を示すフォ
ーマット図である。
FIG. 6 is a format diagram showing contents of an assignment management table of FIG. 1;

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

1 記憶装置自動割り当て装置 2 記憶装置自動割り当て制御装置 3 記憶装置 4 主記憶装置 5 外部記憶装置 6 割り当て管理情報 21 割り当て管理テーブル 22 制御手段 23 パラメータ変更手段 24 ジョブ終了通知手段 25 ジョブ起動手段 31 パラメータファイル 32 JCL格納ファイル 41 ジョブ REFERENCE SIGNS LIST 1 automatic storage device allocation device 2 automatic storage device allocation control device 3 storage device 4 main storage device 5 external storage device 6 allocation management information 21 allocation management table 22 control means 23 parameter changing means 24 job end notifying means 25 job starting means 31 parameter File 32 JCL storage file 41 Job

フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 9/46 G06F 9/06 G06F 15/00 G06F 12/00 G06F 3/06 Continuation of the front page (58) Field surveyed (Int.Cl. 7 , DB name) G06F 9/46 G06F 9/06 G06F 15/00 G06F 12/00 G06F 3/06

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 複数の外部記憶装置を有する情報処理シ
ステムにおいて、 ジョブに対応した外部記憶装置の割り当て管理情報を記
憶する割り当て管理テーブルと、 次回のジョブ起動時に使用される、使用されていないか
又は使用多重度の最も低い外部記憶装置名が格納されて
いるパラメータファイルと、 要求された起動ジョブ名に対応するJCLに、パラメー
タファイルから読み取った、使用されていないか又は使
用多重度の最も低い外部記憶装置名を付加してジョブを
起動する手段と、 前記起動ジョブ名及び外部記憶装置名を、前記割り当て
管理テーブルに登録し、更に、該割り当て管理テーブル
を検索して、使用されていないか又は使用多重度の最も
低い外部記憶装置名を前記パラメータファイルに格納す
る手段と、 ジョブ終了通知を受けた時、前記割り当て管理テーブル
内の対応する起動ジョブ名を検索して削除する手段と、
を有することを特徴とする記憶装置の自動割り当て装
置。
In an information processing system having a plurality of external storage devices, an assignment management table for storing assignment management information of an external storage device corresponding to a job; Alternatively, the parameter file storing the name of the external storage device with the lowest usage multiplicity and the JCL corresponding to the requested start job name are read from the parameter file and are unused or have the lowest usage multiplicity. Means for starting a job by adding an external storage device name; registering the startup job name and the external storage device name in the allocation management table; and further searching the allocation management table to determine whether it has been used. A means for storing the name of the external storage device having the lowest multiplicity of use in the parameter file; When digits, and means to find and delete the corresponding starting job name in the allocation management table,
An automatic allocating device for a storage device, comprising:
【請求項2】 複数の外部記憶装置を有する情報処理シ
ステムにおいて、 起動ジョブ名を基に、対応するJCLをJCL格納ファ
イル(32)から読みとり、該読み取ったJCLに、パ
ラメータファイル(31)から読み取った、使用されて
いないか又は使用多重度のもっとも低い外部記憶装置名
を付加してジョブを起動するジョブ起動手段(25)
と、 ジョブ起動手段(25)から通知された前記外部記憶装
置名及び起動ジョブ名を基に、割り当て情報(6)を作
成して割り当て管理テーブル(21)へ記憶し、 更に、割り当て管理テーブル(21)を検索し、使用さ
れていないか又は使用多重度の最も低い外部記憶装置名
を特定し、パラメータ変更手段(23)へ通知し、 更に、ジョブ終了通知を受けた時は、前記割り当て管理
テーブル(21)内の対応する起動ジョブ名(62)を
検索して削除する制御手段(22)と、 制御手段(22)から通知された、使用されていないか
又は使用多重度の最も低い外部記憶装置名を、パラメー
タファイル(31)へ書き込むパラメータ変更手段(2
3)と、を有することを特徴とする請求項1記載の記憶
装置の自動割り当て装置。
2. In an information processing system having a plurality of external storage devices, a corresponding JCL is read from a JCL storage file (32) based on a start job name, and the read JCL is read from a parameter file (31). A job starting means (25) for starting a job by adding an external storage device name that is not used or has the lowest usage multiplicity;
Based on the external storage device name and the start job name notified from the job starting means (25), create allocation information (6) and store it in the allocation management table (21). 21), and specifies the name of the external storage device which is not used or has the lowest degree of multiplexing, notifies the parameter change means (23). A control unit (22) for searching for and deleting the corresponding startup job name (62) in the table (21); and an external device that is notified from the control unit (22) and that is unused or has the lowest usage multiplicity. Parameter changing means (2) for writing the storage device name to the parameter file (31);
3. The automatic storage device allocation apparatus according to claim 1, further comprising:
【請求項3】 終了したジョブのジョブ名を、制御手段
(22)へ通知する、ジョブ終了通知手段(24)を有
することを特徴とする請求項2記載の記憶装置の自動割
り当て装置。
3. The automatic storage device allocating apparatus according to claim 2, further comprising a job end notifying unit for notifying the control unit of the job name of the completed job.
【請求項4】 外部記憶装置の割当時と該外部記憶装置
の開放時だけ、上記割り当て管理テーブル(21)が参
照されることを特徴とする請求項1又は2記載の記憶装
置の自動割り当て装置。
4. The automatic storage device allocation apparatus according to claim 1, wherein the allocation management table is referred to only when the external storage device is allocated and when the external storage device is released. .
JP9338668A 1997-12-09 1997-12-09 Automatic storage device allocation device Expired - Fee Related JP3022829B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9338668A JP3022829B2 (en) 1997-12-09 1997-12-09 Automatic storage device allocation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9338668A JP3022829B2 (en) 1997-12-09 1997-12-09 Automatic storage device allocation device

Publications (2)

Publication Number Publication Date
JPH11175358A JPH11175358A (en) 1999-07-02
JP3022829B2 true JP3022829B2 (en) 2000-03-21

Family

ID=18320349

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9338668A Expired - Fee Related JP3022829B2 (en) 1997-12-09 1997-12-09 Automatic storage device allocation device

Country Status (1)

Country Link
JP (1) JP3022829B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7100035B1 (en) * 1999-09-02 2006-08-29 International Business Machines Corporation Status display for parallel activities

Also Published As

Publication number Publication date
JPH11175358A (en) 1999-07-02

Similar Documents

Publication Publication Date Title
US8688932B2 (en) Virtual computer system and method of controlling the same
EP0150705B1 (en) Data storage hierarchy and its method of operation
JPH07175698A (en) File system
GB2257273A (en) Data storage system with device independent file directories
JPS6310250A (en) Managing system for virtual logical volume
JP3444346B2 (en) Virtual memory management method
JP2005031929A (en) Management server for assigning storage area to server, storage device system, and program
JPH04213129A (en) Memory control system and memory control method
US7032093B1 (en) On-demand allocation of physical storage for virtual volumes using a zero logical disk
JP2003131908A (en) Storage control apparatus
US5678024A (en) Method and system for dynamic performance resource management within a computer based system
EP0694831A2 (en) Computer system having storage unit provided with data compression function andmethod of management of storage area thereof
JPH11143779A (en) Paging processing system for virtual storage device
EP3293625B1 (en) Method and device for accessing file, and storage system
JP3022829B2 (en) Automatic storage device allocation device
JPH07244642A (en) Parallel processing computers
JP2006039942A (en) File management device in hierarchical storage system, and its file management method
JPH06214874A (en) Memory managing system
JPH09223049A (en) Disk array system
JPS63292456A (en) Control system for medium assignment of plural medium containing type data recorder
JP2609705B2 (en) File control method
JPH0793198A (en) Computer system
JPH06266619A (en) Page saving/restoring device
JP3772003B2 (en) Memory management system and data management method
JPS6327936A (en) File management method

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20080114

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20090114

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20100114

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20110114

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20110114

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20120114

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20130114

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees