JPH09212426A - Storage device managing method for virtual computer system - Google Patents

Storage device managing method for virtual computer system

Info

Publication number
JPH09212426A
JPH09212426A JP8020981A JP2098196A JPH09212426A JP H09212426 A JPH09212426 A JP H09212426A JP 8020981 A JP8020981 A JP 8020981A JP 2098196 A JP2098196 A JP 2098196A JP H09212426 A JPH09212426 A JP H09212426A
Authority
JP
Japan
Prior art keywords
storage device
virtual
real storage
real
virtual computer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8020981A
Other languages
Japanese (ja)
Inventor
Hisayoshi Kato
久佳 加藤
Hidenori Umeno
英典 梅野
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.)
Hitachi Ltd
Hitachi Computer Engineering Co Ltd
Original Assignee
Hitachi Ltd
Hitachi Computer Engineering Co 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 Hitachi Ltd, Hitachi Computer Engineering Co Ltd filed Critical Hitachi Ltd
Priority to JP8020981A priority Critical patent/JPH09212426A/en
Publication of JPH09212426A publication Critical patent/JPH09212426A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PROBLEM TO BE SOLVED: To simplify main storage management for a virtual computer. SOLUTION: A real storage device 120 is provided which appears to be N times (N: number of virtual computers) as large as a real storage device 110, and virtual computer numbers are made to correspond to the high-order parts of addresses. A management program 102 in a control program 100 manages the apparent real storage start addresses corresponding to the virtual storages of the respective virtual computers. When the virtual storage of a virtual computer 1 is made resident on the real storage device 110, the management program 102 passes the apparent real storage start address and necessary storage capacity of the virtual computer 1 to a control part 105. The control part 105 when allocating the virtual storage of the virtual computer 1 to the real storage device 110 registers its address in a variable address register 130 on the basis of the said start address.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、仮想計算機システ
ムにおける記憶装置管理方法に係り、特に実記憶装置の
仮想計算機の数分の見せかけの実記憶装置を持つこと
で、仮想計算機に対する主記憶装置管理を簡略化する方
法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a storage device management method in a virtual computer system, and more particularly to managing main storage devices for virtual computers by having virtual real storage devices for the number of virtual computers in the real storage device. To simplify.

【0002】[0002]

【従来の技術】仮想計算機は、プロセッサ資源を仮想計
算機制御プログラム(以下、単に制御プログラムと称
す)が配分・シミュレートすることにより実現される。
図2は仮想計算機が3台あり、その3台の仮想計算機
1、2、3の仮想記憶装置(仮想計算機の主記憶装置)
を実記憶装置(実計算機の主記憶装置)110の連続し
た3つの領域に分配した例である。
2. Description of the Related Art A virtual computer is realized by allocating and simulating processor resources by a virtual computer control program (hereinafter simply referred to as a control program).
In FIG. 2, there are three virtual computers, and the virtual storage devices of the three virtual computers 1, 2, and 3 (main storage device of the virtual computer).
Is an example in which three areas are distributed to three continuous areas of the real storage device (main storage device of the real computer) 110.

【0003】従来、図2のように3台の仮想計算機1、
2、3の仮想記憶装置を実記憶装置110の連続した領
域に分配した後、例えば仮想計算機3の仮想記憶装置を
実記憶装置110から切り離し、その領域と仮想計算機
1に元々割り当てられた領域とをあたかも連続した領域
として仮想計算機1の仮想記憶装置に割り当てる場合、
図3に示すように、見せかけの実記憶装置(実計算機の
数倍の領域を見せかけに持たせる)120を持たせ、該
見せかけの実記憶装置120の連続した領域に仮想計算
機1の仮想記憶装置を割り当てていた。この場合、見せ
かけの実記憶装置120に割り当てられた領域と実記憶
装置110の領域を対応させるために、実記憶装置11
0と見せかけの実記憶装置120とを同じ領域単位(ブ
ロック)で分割しておき、その領域単位ごとに変換装置
140を使って、見せかけの実記憶装置120に割り当
てられた領域と実記憶装置110の実際の領域を対応さ
せる。これにより、実記憶装置110の不連続な領域を
連続した領域として仮想計算機の仮想記憶装置に割り当
てることができる。
Conventionally, as shown in FIG. 2, three virtual computers 1,
After distributing a few virtual storage devices to the continuous area of the real storage device 110, for example, the virtual storage device of the virtual computer 3 is separated from the real storage device 110, and the area and the area originally allocated to the virtual computer 1 are separated. When allocating as a continuous area to the virtual storage device of the virtual computer 1,
As shown in FIG. 3, a virtual real storage device (a virtual computer several times as large as the real computer) 120 is provided, and the virtual storage device of the virtual computer 1 is provided in a continuous area of the virtual real storage device 120. Was assigned. In this case, in order to make the area assigned to the virtual real storage device 120 correspond to the area of the real storage device 110, the real storage device 11
0 and the virtual real storage device 120 are divided in the same area unit (block), and the area allocated to the virtual real storage device 120 and the real storage device 110 are used for each area unit by using the conversion device 140. Corresponds to the real area of. As a result, the discontinuous area of the real storage device 110 can be allocated to the virtual storage device of the virtual machine as a continuous area.

【0004】なお、この種の技術に関連のある公知文献
としては、たとえば特開平2−33639号公報が挙げ
られる。
As a known document related to this type of technique, for example, Japanese Patent Laid-Open No. 2-333639 can be cited.

【0005】[0005]

【発明が解決しようとする課題】上記従来技術の仮想計
算機システムの記憶装置管理方法では、制御プログラム
が見せかけの実記憶装置のどの領域に仮想記憶装置を割
り付けるかを意識し、また、実記憶装置の全体容量も意
識して処理しなくてはならない問題があった。例えば、
図3に示すように、仮想計算機1の仮想記憶装置の領域
を増やし、見せかけの実記憶装置の連続した領域に割り
付けるには、その開始アドレスを変更する必要が生じる
ため、その処理も行わなければならなかった。
In the above-described storage device management method for virtual computer systems of the prior art, the control program is aware of which area of the virtual storage device the virtual storage device is to be allocated to, and also the real storage device. There was a problem that we had to be aware of the total capacity of the system. For example,
As shown in FIG. 3, in order to increase the area of the virtual storage device of the virtual computer 1 and allocate it to the contiguous area of the virtual real storage device, it is necessary to change the start address thereof, so that processing must also be performed. did not become.

【0006】本発明の目的は、仮想計算機の仮想記憶装
置を実記憶装置に割り付けるに際して、制御プログラム
が実記憶装置領域又は見せかけの実記憶領域のどこに割
り付けるかを意識することなく、仮想計算機の識別と実
記憶装置の容量だけを意識して高速に処理できるように
することにある。
It is an object of the present invention to identify a virtual computer when allocating the virtual storage device of the virtual computer to the real storage device without being aware of where the control program allocates the real storage device area or the apparent real storage area. And it is to be able to process at high speed only by considering the capacity of the real storage device.

【0007】[0007]

【課題を解決するための手段】本発明は、最大N個の仮
想計算機を同時に走行させることが可能で、実記憶装置
上にその任意の仮想記憶装置を常駐させる仮想計算機シ
ステムにおいて、実記憶装置の仮想計算機個数倍(実記
憶装置容量×N)の見せかけの実記憶装置を持たせ、該
見せかけの実記憶装置の上位アドレスを仮想計算機番号
にする。実記憶装置の実アドレスに対して、見せかけの
実記憶装置はN倍の絶対アドレスを持つ。該実記憶装置
の実アドレスの上位部分(実記憶装置の最高値より上位
を表わす部分)に仮想計算機番号を付加したアドレス
を、その仮想計算機の仮想記憶装置の絶対アドレス(見
せかけの実記憶装置の絶対アドレス)として使う。これ
により、各仮想計算機の仮想記憶装置は、常に当該仮想
計算機番号に対応させて、見せかけの実記憶装置上に固
定的に割り付けられていることになり、仮想計算機の仮
想記憶装置を実記憶装置に割り付ける処理が単純化され
る。
According to the present invention, in a virtual computer system capable of running a maximum of N virtual computers at the same time and resident any virtual storage device on the real storage device, a real storage device is provided. The number of virtual machines is multiplied by the number of virtual machines (capacity of real storage device × N) to make the virtual storage device have the virtual address, and the upper address of the virtual storage device is used as the virtual computer number. The virtual real memory device has N times the absolute address as compared with the real address of the real memory device. An address obtained by adding a virtual computer number to a higher-order portion of the real address of the real storage device (a portion representing a higher value than the highest value of the real storage device) is an absolute address of the virtual storage device of the virtual computer (a virtual real storage device Use as an absolute address). As a result, the virtual storage device of each virtual computer is always fixedly assigned to the virtual storage device corresponding to the virtual computer number, and the virtual storage device of the virtual computer is allocated to the virtual storage device. The process of assigning to is simplified.

【0008】[0008]

【発明の実施の形態】図1は、本発明の一実施の形態を
示す概略ブロック図である。図中、110は実記憶装置
(実計算機の主記憶装置)であり、複数の領域(ブロッ
ク)からなる。ここでは、一つの領域サイズをqとし、
領域数はmとする。112は実記憶装置110のアドレ
スを示し、ここでは(000)HEX〜(FFF)HEXからな
るとしている。120は見せかけの実記憶装置であり、
実記憶装置110と同一のq領域サイズ単位で、実記憶
装置110の仮想計算機個数倍(N倍)の見せかけの実
記憶装置領域を有する。ここでは、図2に示した3台の
仮想計算機1、2、3が存在するとしており、見せかけ
の実記憶装置120の領域は実記憶装置110の3倍
(3×m×q)である。122は見せかけの実記憶装置
120のアドレスを示し、実記憶装置110のアドレス
の上位に仮想計算機番号を付加して構成される。これに
より、見せかけの実記憶装置120のアドレス(100
0)HEX〜(1FFF)HEXには仮想計算機1の仮想記憶装
置が、アドレス(2000)HEX〜(2FFF)HEXには仮
想計算機2の仮想記憶装置が、アドレス(3000)HEX
〜(3FFF)HEXには仮想計算機3の仮想記憶装置が、
それぞれ固定的に割り当てられる。
FIG. 1 is a schematic block diagram showing an embodiment of the present invention. In the figure, 110 is a real storage device (main storage device of a real computer), which is composed of a plurality of areas (blocks). Here, one area size is q,
The number of areas is m. Reference numeral 112 denotes an address of the real storage device 110, and here it is assumed to be (000) HEX to (FFF) HEX . 120 is a virtual real storage device,
In the same q area size unit as the real storage device 110, it has a virtual real storage device area that is twice the number of virtual machines (N times) as the real storage device 110. Here, it is assumed that the three virtual computers 1, 2, and 3 shown in FIG. 2 exist, and the area of the apparent real storage device 120 is three times (3 × m × q) that of the real storage device 110. Reference numeral 122 denotes an apparent address of the real storage device 120, which is configured by adding a virtual computer number to the higher order of the address of the real storage device 110. As a result, the address (100
0) HEX to (1FFF) HEX is the virtual storage device of virtual computer 1, address (2000) HEX to (2FFF) HEX is the virtual storage device of virtual computer 2, and address (3000) HEX
~ (3FFF) HEX is a virtual storage device of virtual machine 3,
Each is fixedly assigned.

【0009】130は可変アドレスレジスタであり、実
記憶装置110に常駐する仮想計算機の仮想記憶装置に
ついて、見せかけの実記憶装置120と実記憶装置11
0とをq領域サイズごとに対応づけるものである。可変
アドレスレジスタ130は、見せかけの実記憶装置12
0の各領域に対応して設けられ、ある仮想計算機の仮想
記憶装置が実記憶装置110に割り当てられた場合、対
応するレジスタに実記憶装置110のアドレス(当該q
領域の開始アドレス)が登録される。
Reference numeral 130 denotes a variable address register, which is a virtual storage device of a virtual computer resident in the real storage device 110.
0 is associated with each q region size. The variable address register 130 is used for the virtual real storage device 12
When a virtual storage device of a certain virtual machine is provided corresponding to each area of 0 and is assigned to the real storage device 110, the address of the real storage device 110 (corresponding to q
The start address of the area) is registered.

【0010】100は仮想計算機を制御する制御プログ
ラムであり、仮想計算機の仮想記憶装置を管理するプロ
グラム(以下、単に管理プログラムと称す)102を内
蔵している。ここでは、管理プログラム102は、仮想
計算機1、2、3の仮想記憶装置として、見せかけの実
記憶装置120上の各仮想記憶装置の開始アドレス(1
000)HEX、(2000)HEX、(3000)HEXを管理し
ている。105は制御プログラム100からの要求によ
り、見せかけの実記憶装置120と実記憶装置110と
の対応関係を制御管理する記憶装置管理制御部であり、
実記憶装置110の使用状況を管理するテーブル(実記
憶装置使用状況テーブル)107を具備している。実記
憶装置使用状況テーブル107は、実記憶装置110の
全体の現使用可能容量(空容量)、及び、各領域(q領
域サイズ単位)ごとの使用中/空状態を管理している。
Reference numeral 100 denotes a control program for controlling the virtual computer, which has a built-in program (hereinafter, simply referred to as a management program) 102 for managing a virtual storage device of the virtual computer. Here, the management program 102, as the virtual storage devices of the virtual machines 1, 2, and 3, starts the start address (1
000) HEX , (2000) HEX , and (3000) HEX are managed. Reference numeral 105 denotes a storage device management control unit that controls and manages the correspondence between the apparent real storage device 120 and the real storage device 110 in response to a request from the control program 100.
A table (real storage device usage status table) 107 for managing the usage status of the real storage device 110 is provided. The real storage device usage status table 107 manages the current usable capacity (empty capacity) of the entire real storage device 110 and the used / empty state for each area (q area size unit).

【0011】以下に、処理例として、既に仮想計算機2
の仮想記憶装置が実記憶装置110に常駐されていて、
該実記憶装置110上に、仮想計算機1の仮想記憶装置
を常駐させる場合について説明する。なお、仮想計算機
1の仮想記憶装置の要求容量はX(q領域サイズ単位)
とする。
In the following, as a processing example, the virtual computer 2 has already been used.
The virtual storage device of is resident in the real storage device 110,
A case where the virtual storage device of the virtual computer 1 is made resident on the real storage device 110 will be described. The required capacity of the virtual storage device of the virtual computer 1 is X (unit of q area size).
And

【0012】制御プログラム100が管理プログラム1
02に対して、仮想計算機1にX容量分の仮想記憶装置
の割り当てを要求すると、管理プログラム102は、記
憶装置管理制御部105に対して、仮想計算機1の見せ
かけの実記憶装置の開始アドレス(1000)HEXと要求
容量Xを伝え、割り当て制御を要求する。要求を受けた
記憶装置管理制御部105は、実記憶装置使用状況テー
ブル107を参照して、まず、実記憶装置110内の現
使用可能容量(空容量)が要求されたX容量以上あるか
否かチェックし、使用可能な容量がX容量以上ならば、
次に、実記憶装置110の各領域(q領域サイズ単位)
ごとの使用中/空状態をチェックして、要求されたX容
量分の空領域を選択する。そして、見せかけの実記憶装
置120の仮想計算機1に対応する実記憶装置の開始ア
ドレス(1000)HEXからX容量分、q領域サイズごと
に、可変アドレスレジスタ130の対応するレジスタ群
に、上記選択した実記憶装置110の各空領域のアドレ
ス(開始アドレス)を登録する。その後、記憶装置管理
制御部105は、実記憶装置使用状況テーブル107に
おける、実記憶装置110の現使用可能容量をX容量減
少し、また、選択した領域の状態を空から使用中に変更
し、管理プログラム102に対して割り当て完了を返
す。
The control program 100 is the management program 1.
02, the management program 102 requests the storage device management control unit 105 to allocate a virtual storage device for X capacity to the virtual computer 1 (starting address of the virtual real storage device of the virtual computer 1 ( 1000) Send HEX and requested capacity X and request allocation control. Upon receipt of the request, the storage device management control unit 105 refers to the real storage device usage status table 107 and first determines whether or not the currently usable capacity (empty capacity) in the real storage device 110 is equal to or greater than the requested X capacity. Check if the available capacity is more than X capacity,
Next, each area of the real storage device 110 (q area size unit)
The in-use / empty state of each is checked, and an empty area for the requested X capacity is selected. Then, from the start address (1000) HEX of the real storage device corresponding to the virtual computer 1 of the virtual real storage device 120, for each X area and q area size, the above-mentioned selection is made to the corresponding register group of the variable address register 130. The address (start address) of each empty area of the real storage device 110 is registered. Thereafter, the storage device management control unit 105 reduces the current usable capacity of the real storage device 110 by X capacity in the real storage device usage status table 107, and changes the state of the selected area from empty to in use, The allocation completion is returned to the management program 102.

【0013】一方、記憶装置管理制御部105は、実記
憶装置使用状況テーブル107を参照して、実記憶装置
110内の現使用可能領域が要求されたX容量に満たな
い場合、割り当て不可の応答を管理プログラム102に
返す。また、見せかけの実記憶装置120の仮想計算機
1に対応する実記憶装置の開始アドレス(1000)HEX
からX容量分、可変アドレスレジスタ130の対応する
レジスタ群が既に使用されている場合も(即ち、既に見
せかけの実記憶装置に実記憶装置が割り当てられている
ケース)、記憶装置管理制御部105は、割り当て不可
の応答を管理プログラム102に返す。
On the other hand, the storage device management control unit 105 refers to the real storage device usage status table 107, and if the currently usable area in the real storage device 110 is less than the requested X capacity, a response indicating that allocation is impossible. Is returned to the management program 102. Also, the start address (1000) HEX of the real storage device corresponding to the virtual computer 1 of the virtual real storage device 120
Even if the corresponding register group of the variable address register 130 has already been used for the X capacity from (i.e., the case where the real storage device is already assigned to the phantom real storage device), the storage device management control unit 105 Returns a response indicating that the allocation is impossible to the management program 102.

【0014】通常、プログラム100は、実記憶装置1
10上に常駐されている仮想計算機の仮想記憶装置につ
いて、仮想計算機の見せかけの実記憶装置アドレスによ
り該仮想計算機の制御を行う。例えば、仮想計算機1の
仮想記憶装置が実記憶装置110に割り当てられると、
制御プログラム100は、該仮想計算機1の見せかけの
実記憶装置アドレス(1××××)HEX(上位アドレス
“1”が仮想計算機1の番号に対応)を指定して仮想計
算機1の制御を行う。この際、記憶装置管理制御部10
5では、該見せかけの実記憶装置アドレス(1×××)
HEXにより、可変アドレスレジスタ130の対応するレ
ジスタを参照して、実記憶装置110上に割り当てられ
た領域のアドレスを得る。
Usually, the program 100 is stored in the real storage device 1.
With respect to the virtual storage device of the virtual computer resident on 10, the virtual computer is controlled by the virtual real storage device address of the virtual computer. For example, when the virtual storage device of the virtual computer 1 is assigned to the real storage device 110,
The control program 100 controls the virtual computer 1 by designating the virtual real storage device address (1 ×××) HEX of the virtual computer 1 (the upper address “1” corresponds to the number of the virtual computer 1). . At this time, the storage device management control unit 10
In 5, the pseudo real storage device address (1 ×××)
The HEX refers to the corresponding register of the variable address register 130 to obtain the address of the area allocated on the real storage device 110.

【0015】なお、実記憶装置110上に割り当てた領
域を開放する要求がきた場合、記憶装置管理制御部10
5は、実記憶装置使用状況テーブル107の現使用可能
容量を開放要求容量分加算すると共に、実記憶装置11
0の該当領域の状態を空とし、さらに、可変アドレスレ
ジスタ130の該当レジスタを無効化する。
When there is a request to release the allocated area on the real storage device 110, the storage device management control unit 10
5 adds the current usable capacity of the real storage device usage status table 107 by the release request capacity, and
The state of the corresponding area of 0 is made empty, and the corresponding register of the variable address register 130 is invalidated.

【0016】[0016]

【発明の効果】本発明によれば、仮想計算機の仮想記憶
装置を見せかけの実記憶装置上に固定的に割り付けて管
理することにより、仮想計算機の仮想主記憶を見せかけ
の実記憶装置のどこに割り当てなければならないか、ま
た、実記憶装置のどこに割り当てなければならないか、
制御プログラムは意識することなく、仮想計算機番号と
要求容量を指定するだけで、仮想計算機の仮想記憶装置
を実記憶装置の任意領域へ割り当てることが可能にな
る。
According to the present invention, the virtual main memory of the virtual machine is assigned to the virtual real memory of the virtual machine by fixed allocation and management on the virtual real memory of the virtual machine. Must be allocated and where in real storage should it be allocated?
The virtual storage device of the virtual computer can be assigned to an arbitrary area of the real storage device by simply specifying the virtual computer number and the required capacity without being aware of the control program.

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

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

【図2】仮想計算機と実記憶装置の対応を示す図であ
る。
FIG. 2 is a diagram showing a correspondence between a virtual computer and a real storage device.

【図3】従来の仮想記憶装置の実記憶装置への割り当て
を説明する概略ブロック図である。
FIG. 3 is a schematic block diagram illustrating allocation of a conventional virtual storage device to a real storage device.

【符号の説明】 100 制御プログラム 102 管理プログラム 105 記憶装置管理制御部 107 実記憶装置使用状況テーブル 110 実記憶装置 112 実記憶装置アドレス 120 見せかけの実記憶装置 122 見せかけの実記憶装置アドレス 130 可変アドレスレジスタ[Explanation of Codes] 100 Control Program 102 Management Program 105 Storage Device Management Control Unit 107 Real Storage Device Usage Status Table 110 Real Storage Device 112 Real Storage Device Address 120 Pseudo Real Storage Device 122 Pseudo Real Storage Device Address 130 Variable Address Register

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 最大N個の仮想計算機を同時に走行させ
ることが可能で、実記憶装置上の1つ又は複数個の不定
長領域に任意の仮想計算機の仮想記憶装置を常駐させる
仮想計算機システムにおける記憶装置管理方法におい
て、 実記憶装置のN倍の大きさの見せかけの実記憶装置を持
たせ、該見せかけの実記憶装置にN個の各仮想計算機の
仮想記憶装置を固定的に割り当てて、実記憶装置に常駐
させる仮想計算機の仮想記憶装置を管理することを特徴
とする仮想計算機システムの記憶装置管理方法。
1. A virtual computer system capable of running a maximum of N virtual computers at the same time, and making a virtual storage device of an arbitrary virtual computer resident in one or a plurality of indefinite length areas on a real storage device. In the storage device management method, a virtual real storage device having a size N times as large as that of the real storage device is provided, and the virtual storage devices of N virtual computers are fixedly assigned to the virtual real storage device, A storage device management method for a virtual computer system, comprising: managing a virtual storage device of a virtual computer resident in the storage device.
【請求項2】 請求項1記載の仮想計算機システムの記
憶装置管理方法において、見せかけの実記憶装置を示す
アドレスの上位部分に、仮想計算機の番号を対応させる
ことを特徴とする仮想計算機システムの記憶装置管理方
法。
2. The storage of a virtual computer system according to claim 1, wherein a virtual computer number is made to correspond to an upper part of an address indicating a virtual real storage device. Device management method.
JP8020981A 1996-02-07 1996-02-07 Storage device managing method for virtual computer system Pending JPH09212426A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8020981A JPH09212426A (en) 1996-02-07 1996-02-07 Storage device managing method for virtual computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8020981A JPH09212426A (en) 1996-02-07 1996-02-07 Storage device managing method for virtual computer system

Publications (1)

Publication Number Publication Date
JPH09212426A true JPH09212426A (en) 1997-08-15

Family

ID=12042341

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8020981A Pending JPH09212426A (en) 1996-02-07 1996-02-07 Storage device managing method for virtual computer system

Country Status (1)

Country Link
JP (1) JPH09212426A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012079245A (en) * 2010-10-06 2012-04-19 Hitachi Ltd Volume assignment method of virtual machine and computer system using method thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012079245A (en) * 2010-10-06 2012-04-19 Hitachi Ltd Volume assignment method of virtual machine and computer system using method thereof

Similar Documents

Publication Publication Date Title
JP2743608B2 (en) Shared register control method
US20020091786A1 (en) Information distribution system and load balancing method thereof
JP2001331333A (en) Computer system and method for controlling computer system
CN108900626B (en) Data storage method, device and system in cloud environment
JPH08123763A (en) Memory assigning system for distributed processing system
JP2005056077A (en) Database control method
JP2005031929A (en) Management server for assigning storage area to server, storage device system, and program
JP6653710B2 (en) Computer and computer control method
JPH03257644A (en) Main memory control method
JPH09212426A (en) Storage device managing method for virtual computer system
JPH10143382A (en) Method for managing resource for shared memory multiprocessor system
JPH03102438A (en) File extension system for computer network system
CN113961302A (en) Resource allocation method, device, electronic equipment and storage medium
JPH06231091A (en) Hunt system for physical processor
JPH0251740A (en) Control system for process allocation
JPH03127137A (en) File area allocating system
JP2675026B2 (en) File execution method in computer system
CN117667764A (en) Memory management method, device, electronic equipment and storage medium
CN117785451A (en) GPU video memory allocation method and virtual machine
JPS62107364A (en) Computer network system
JP2003131894A (en) Resource control method for computer environment
JPH08263377A (en) Cache memory management system
JPH0799517B2 (en) Shared resource management method
JPH0895928A (en) Memory sharing system
JPH04145554A (en) Real memory assigning system