JPH06250858A - Virtual machine system - Google Patents

Virtual machine system

Info

Publication number
JPH06250858A
JPH06250858A JP5035215A JP3521593A JPH06250858A JP H06250858 A JPH06250858 A JP H06250858A JP 5035215 A JP5035215 A JP 5035215A JP 3521593 A JP3521593 A JP 3521593A JP H06250858 A JPH06250858 A JP H06250858A
Authority
JP
Japan
Prior art keywords
virtual machine
control program
virtual computer
virtual
processing device
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
JP5035215A
Other languages
Japanese (ja)
Inventor
Masahiko Tagami
正彦 田上
Takashi Shimojo
孝 下城
Osamu Onodera
修 小野寺
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
Original Assignee
Hitachi 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 filed Critical Hitachi Ltd
Priority to JP5035215A priority Critical patent/JPH06250858A/en
Publication of JPH06250858A publication Critical patent/JPH06250858A/en
Pending legal-status Critical Current

Links

Landscapes

  • Power Sources (AREA)

Abstract

PURPOSE:To effectively utilize the resources of a processor by supplying power to the resources correspondingly to the operation status of a virtual machine. CONSTITUTION:The resource data (the number of instruction processors, the number of MS units, etc.) of a processor which can be used in each virtual machine and individually controlled at its power supply are stored in a main storage device (MS) 111. When an operator commands the n-th virtual machine to stop, a service processor (SVP) 102 stores the machine number of the virtual machine to be stopped in the MS 111 and informs the stop of the n-th virtual machine to a control program by interruption. The control program refers to the resource data, disconnects the processor resources of the virtual machine to be stopped and turns off its power supply.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、仮想計算機システムに
関し、特に仮想計算機の運用状況に応じてシステムの電
源を制御する仮想計算機システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a virtual computer system, and more particularly to a virtual computer system for controlling the power supply of the system according to the operating status of the virtual computer.

【0002】[0002]

【従来の技術】仮想計算機とは、実計算機上に見かけ
上、複数の計算機システムを実現したものをいい、仮想
計算機制御プログラム(以下、制御プログラムという)
が実計算機のプロセッサ資源を分割して、複数の仮想計
算機をシミュレートすることにより実現される。
2. Description of the Related Art A virtual machine is a virtual machine control program (hereinafter referred to as a control program) that apparently realizes a plurality of computer systems on a real computer.
Is realized by dividing the processor resources of the real computer and simulating multiple virtual computers.

【0003】[0003]

【発明が解決しようとする課題】上記した複数の仮想計
算機が処理装置上で運用される仮想計算機システムおい
ては、運用スケジュールによって処理能力が要求される
仮想計算機と、処理能力は要求されないが、オンライン
処理のように常時運用する必要のある仮想計算機とが存
在する。
In a virtual computer system in which a plurality of virtual computers described above are operated on a processor, a virtual computer whose processing capacity is required by an operation schedule and a processing capacity which is not required are There are virtual machines that need to be constantly operated, such as online processing.

【0004】本発明は、上記したような形態で運用され
る仮想計算機システムを考察することによってなされた
もので、本発明の目的は、仮想計算機の運用状況に対応
して処理装置資源への電源供給を行い、処理装置資源を
有効に活用するようにした仮想計算機システムを提供す
ることにある。
The present invention has been made by considering a virtual computer system which is operated in the above-described mode. An object of the present invention is to supply power to a processing device resource according to the operating condition of the virtual computer. It is to provide a virtual computer system that supplies power and effectively utilizes processing device resources.

【0005】[0005]

【課題を解決するための手段】前記目的を達成するため
に、本発明では、制御プログラムの制御の基に複数の仮
想計算機が処理装置上で動作する仮想計算機システムに
おいて、前記各仮想計算機毎に使用され個別に電源制御
可能な処理装置の資源データを格納する手段と、前記仮
想計算機の動作停止を指示する手段と、該指示手段に応
じて前記格納手段を参照し、停止指示された仮想計算機
の処理装置資源を切り離す手段と、該切り離された処理
装置資源の電源を切断する手段を備えたことを特徴とし
ている。
In order to achieve the above object, according to the present invention, in a virtual computer system in which a plurality of virtual computers operate on a processor under the control of a control program, A means for storing the resource data of the processing device which is used and capable of individually controlling the power supply, a means for instructing the operation stop of the virtual machine, and a virtual machine for which the stop instruction is issued by referring to the storage means according to the instructing means And a means for disconnecting the power source of the separated processing apparatus resource.

【0006】[0006]

【作用】オペレータは、各仮想計算機毎に処理能力の割
合と、各仮想計算機によって使用される処理装置の資源
量を登録する。制御プログラムは、仮想計算機毎に使用
され、個別に電源制御が可能な処理装置資源のテーブル
を作成して主記憶装置に格納する。オペレータが仮想計
算機の停止を指示すると、サービスプロセッサは、停止
する仮想計算機番号を主記憶装置に格納し、外部割込み
によって制御プログラムに対して、仮想計算機の停止を
通知する。制御プログラムは、テーブルを参照し、停止
される仮想計算機の処理装置資源を切り離し、サービス
プロセッサは、指定された処理装置資源の電源を切断す
る。
The operator registers the ratio of the processing capacity for each virtual computer and the resource amount of the processing device used by each virtual computer. The control program is used for each virtual computer, creates a table of processing device resources that can be individually power-controlled, and stores the table in the main storage device. When the operator gives an instruction to stop the virtual machine, the service processor stores the virtual machine number to be stopped in the main storage device and notifies the control program of the stop of the virtual machine by an external interrupt. The control program refers to the table and disconnects the processing device resource of the virtual machine to be stopped, and the service processor powers off the specified processing device resource.

【0007】[0007]

【実施例】以下、本発明の一実施例を図面を用いて具体
的に説明する。図1は、本発明の一実施例に係る仮想計
算機システムのブロック構成図である。図1において、
101は、処理装置(CPU)、102は、処理装置1
01の保守操作を行うサービスプロセッサ(SVP)、
103は、サービスプロセッサ(SVP)102のコン
ソールディスプレイ装置、104は、サービスプロセッ
サ(SVP)102の不揮発性記憶装置(HD)であ
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be specifically described below with reference to the drawings. FIG. 1 is a block configuration diagram of a virtual computer system according to an embodiment of the present invention. In FIG.
101 is a processing device (CPU), 102 is a processing device 1.
Service processor (SVP) that performs 01 maintenance operation,
Reference numeral 103 is a console display device of the service processor (SVP) 102, and 104 is a non-volatile storage device (HD) of the service processor (SVP) 102.

【0008】処理装置(CPU)101において、10
5〜108は命令プロセッサ(IP1〜IP4)、10
9はサービスプロセッサ102との通信を司るサービス
プロセッサ通信ユニット(SVU)、110はシステム
制御装置(SC)、111は主記憶装置(MS)、11
2は拡張記憶装置(ES)、113は入出力処理装置
(IOP)である。
In the processing unit (CPU) 101, 10
5 to 108 are instruction processors (IP1 to IP4), 10
9 is a service processor communication unit (SVU) that controls communication with the service processor 102, 110 is a system control unit (SC), 111 is a main memory unit (MS), 11
Reference numeral 2 is an extended storage device (ES), and 113 is an input / output processing device (IOP).

【0009】主記憶装置(MS)111、拡張記憶装置
(ES)112、入出力処理装置(IOP)113は、
それぞれ個別に電源を制御できるユニット(114、1
15、116)に分割されていて、例えば、主記憶装置
(MS)111は、複数の個別電源制御可能なユニット
MSUn114によって構成されている。
The main memory device (MS) 111, the extended memory device (ES) 112, and the input / output processing device (IOP) 113 are
Units that can control the power supply individually (114, 1
15, 116) and, for example, the main memory device (MS) 111 is composed of a plurality of units MSUn114 capable of controlling individual power sources.

【0010】SVP102は、CD103とHD104
を直接制御し、CD103へのデータの書き込み及びC
D103からの画面データの読み込み、さらにHD10
4へのデータの書き込み及びHD104からのデータの
読み込み行う。HD104は例えばディスクでありその
内部を区分けし、複数の不揮発性ファイルを構成してい
る。
The SVP 102 has a CD 103 and an HD 104.
Control data directly to write data to CD103 and C
Read screen data from D103, HD10
4 to write data to and read data from the HD 104. The HD 104 is, for example, a disk, and the inside of the HD 104 is divided into a plurality of nonvolatile files.

【0011】SVP102と制御プログラム間の通信は
SVU109を介して行われ、オペレータから制御プロ
グラムへの要求は、CD103を介して、SVP102
に送られる。SVP102では、オペレータからの要求
データをSVU109を介して、MS111にストアす
る。また、SVP102は、オペレータからの要求デー
タに応じてMS111にストアすると同時にHD104
に登録したり、あるいは登録デ−タの更新を実行する。
Communication between the SVP 102 and the control program is carried out via the SVU 109, and a request from the operator to the control program is sent via the CD 103 to the SVP 102.
Sent to. The SVP 102 stores the requested data from the operator in the MS 111 via the SVU 109. In addition, the SVP 102 stores the data in the MS 111 in response to the request data from the operator, and at the same time, the HD 104
Or to update the registered data.

【0012】SVP102から制御プログラムへの処理
要求あるいは処理終了は、サービス信号外部割込みによ
って行われ、制御プログラムへ通知される。制御プログ
ラムからSVP102への処理要求も同様に、制御プロ
グラム専用命令によりSVU109を介して行われる。
なお、本実施例では、CPU101に4台の命令プロセ
ッサ(IP)が設けられ、またSVP103に1台のコ
ンソールディスプレイ装置(CD)103が設けられて
いる例を示したが、これに限定されるものではない。
The processing request from the SVP 102 to the control program or the end of the processing is performed by a service signal external interrupt and is notified to the control program. Similarly, a processing request from the control program to the SVP 102 is issued via the SVU 109 by a control program dedicated instruction.
Although the CPU 101 is provided with four instruction processors (IP) and the SVP 103 is provided with one console display device (CD) 103 in the present embodiment, the present invention is not limited to this. Not a thing.

【0013】図2は、仮想計算機の処理能力の割合を制
御プログラムに指示するためのデータフォーマットを示
す。すなわち、オペレータは、コンソールディスプレイ
装置(CD)103上で、SYSTEM201で定義さ
れた各仮想計算機毎に、処理能力の割合をRATIO
201に登録する。図2の例では、仮想計算機番号1
(LPRA−1)に対しては、処理能力の割合として5
0%が登録され、仮想計算機番号2、3(LPRA−
2,3)に対しては、処理能力の割合として25%が登
録される。
FIG. 2 shows a data format for instructing the control program of the ratio of the processing capacity of the virtual machine. That is, the operator, on the console display device (CD) 103, sets the ratio of the processing capacity to RATIO for each virtual computer defined in the SYSTEM 201.
Register with 201. In the example of FIG. 2, virtual computer number 1
For (LPRA-1), the ratio of processing capacity is 5
0% is registered and virtual computer numbers 2 and 3 (LPRA-
For 2 and 3), 25% is registered as the processing capacity ratio.

【0014】そして、登録された各仮想計算機毎の処理
能力割合は、CD103を介して制御プログラムに通知
される。SVP102では、登録データをSVU109
を介して制御プログラムに通知するとともにHD104
に登録し、あるいは登録デ−タの更新を行う。
Then, the processing capacity ratio of each registered virtual computer is notified to the control program via the CD 103. In the SVP102, the registration data is stored in the SVU109.
To the control program via the HD 104
Or update the registered data.

【0015】図3は、仮想計算機によって使用される処
理装置の資源量を制御プログラムに指示するためのデー
タフォーマットである。オペレータは、コンソールディ
スプレイ装置(CD)103上において、SYSTEM
201で定義した各仮想計算機毎に、使用される処理装
置(MS301,ES302,CH303)の資源量を
登録する。
FIG. 3 is a data format for instructing the control program of the resource amount of the processing device used by the virtual computer. The operator displays the SYSTEM on the console display device (CD) 103.
The resource amount of the processing device (MS301, ES302, CH303) to be used is registered for each virtual computer defined in 201.

【0016】すなわち、仮想計算機番号1に対しては、
主記憶装置(MS)、拡張記憶装置(ES)を512M
B、入出力処理装置(IOP)を64とし、仮想計算機
番号2、3に対しては、MS、ESを256MB、CH
を32とする。SVP102は、該登録データをSVU
109を介して制御プログラムに通知するとともにHD
104に登録し、あるいは登録データの更新を行う。
That is, for virtual computer number 1,
512M main memory (MS) and extended memory (ES)
B, input / output processing unit (IOP) is 64, and MS and ES are 256 MB and CH for virtual computer numbers 2 and 3, respectively.
Is 32. The SVP 102 sends the registration data to the SVU.
Notify the control program via 109 and HD
The data is registered in 104 or the registration data is updated.

【0017】図4は、個別に電源制御可能な処理装置の
ユニット数を表すテーブルを示す。図において、SIP
U401は、個別に電源制御が可能なIPユニット数を
示し、SMSU402は、個別に電源制御が可能なMS
ユニット数を示し、SESU403、SCHU404
は、それぞれ個別に電源制御可能なESユニット数、C
Hユニット数を示す。そして、処理装置のイニシャライ
ズ時に、ユニット数を表すテーブルデータは、SVP1
02からSVU109を介して制御プログラムに通知さ
れる。
FIG. 4 shows a table showing the number of units of the processing device whose power supply can be controlled individually. In the figure, SIP
U401 indicates the number of IP units whose power supply can be controlled individually, and SMSU402 indicates the MS whose power supply can be controlled individually.
Indicates the number of units, SESU403, SCHU404
Is the number of ES units for which the power supply can be controlled individually, C
Indicates the number of H units. Then, when the processing device is initialized, the table data representing the number of units is SVP1.
02 to the control program via the SVU 109.

【0018】図5は、仮想計算機毎に使用され、個別に
電源制御が可能な処理装置の資源ユニット数とユニット
番号を表すテ−ブルを示し、オペレ−タが定義したSY
STEM201で示される仮想計算機毎に、制御プログ
ラムによって作成される。
FIG. 5 is a table showing the number of resource units and the unit number of the processing device which is used for each virtual computer and whose power supply can be controlled individually, and SY defined by the operator.
It is created by the control program for each virtual computer indicated by the STEM 201.

【0019】図5において、501は、先にオペレ−タ
によって定義されたSYSTEM201で示される仮想
計算機番号(LPARN)であり、制御プログラムによ
って識別される。502は、該番号の仮想計算機を動作
させるためのIP番号(IPUN)であり、該番号ごと
に電源の制御が可能となっている。
In FIG. 5, reference numeral 501 denotes a virtual computer number (LPARN) indicated by the SYSTEM 201 previously defined by the operator, which is identified by the control program. Reference numeral 502 is an IP number (IPUN) for operating the virtual computer of the number, and the power supply can be controlled for each number.

【0020】503は、該番号の仮想計算機を動作させ
るためのMSユニット番号(MSUN)であり、504
は、該番号の仮想計算機を動作させるためのESユニッ
ト番号(ESUN)であり、505は、該番号の仮想計
算機を動作させるためのCHユニット番号(CHUN)
であり、それぞれ番号ごとに電源制御が可能となってい
る。仮想計算機番号(LPARN)501毎に定義され
たIP番号(IPUN)502、MSユニット番号(M
SUN)503、ESユニット番号(ESUN)50
4、CHユニット番号(CHUN)505は、該番号
(LPARN)で示された仮想計算機を動作させるため
の個別に電源制御可能な処理装置資源となるが、複数の
仮想計算機が同時に使用する場合における処理装置資源
の各資源については、このテ−ブルには登録されない。
Reference numeral 503 is an MS unit number (MSUN) for operating the virtual machine of the number, and 504
Is an ES unit number (ESUN) for operating the virtual computer of the number, and 505 is a CH unit number (CHUN) for operating the virtual computer of the number.
It is possible to control the power supply for each number. IP number (IPUN) 502 and MS unit number (M defined for each virtual machine number (LPARN) 501
SUN) 503, ES unit number (ESUN) 50
4. The CH unit number (CHUN) 505 is an individual power controllable processing unit resource for operating the virtual machine indicated by the number (LPARN), but in the case where a plurality of virtual machines use it at the same time. Each processing resource is not registered in this table.

【0021】図6は、図5に示すテーブルの作成処理フ
ローチャートである。処理601において、オペレータ
は、図2のSYSTEM201で定義された各仮想計算
機毎に処理能力の割合をRATIO201に登録する。
処理602においては、オペレータは、図3に示す各仮
想計算機によって使用される処理装置の資源量を登録す
る。
FIG. 6 is a flowchart of the process of creating the table shown in FIG. In process 601, the operator registers in the RATIO 201 the ratio of processing capacity for each virtual computer defined by the SYSTEM 201 in FIG.
In process 602, the operator registers the resource amount of the processing device used by each virtual computer shown in FIG.

【0022】処理603において、SVP102は上記
した処理601、602によって登録されたデータをM
S111に格納すると共にHD104に登録する。処理
604において、SVP102はサ−ビス信号外部割込
みによって制御プログラム(HYP)に対して、オペレ
ータの登録データがMS111に格納されたことを通知
する。
In process 603, the SVP 102 converts the data registered in the processes 601 and 602 into M data.
It is stored in S111 and registered in the HD 104. In process 604, the SVP 102 notifies the control program (HYP) by the service signal external interrupt that the registration data of the operator is stored in the MS 111.

【0023】処理605では、制御プログラムは、図2
のRATIO202と、図3のMS301,ES30
2,CH303と、図4のSIPU401,SMSU4
02,SESU403,SCHU404に基づいて、図
5のテーブルを作成する。すなわち、処理605におい
て、制御プログラムはSIPU401とRATIO20
2に基づいて、各仮想計算機によって使用される個別に
電源制御可能なIPUN502を各仮想計算機毎に作成
する。
In process 605, the control program is executed by the process shown in FIG.
RATIO 202 and MS301, ES30 of FIG.
2, CH303 and SIPU401, SMSU4 of FIG.
02, SESU403, and SCHU404, the table of FIG. 5 is created. That is, in process 605, the control program is the SIPU 401 and RATIO 20.
On the basis of No. 2, the IPUN 502 that can be individually used for power control and is used by each virtual computer is created for each virtual computer.

【0024】例えば、図2において、仮想計算機番号
(LPAR−1)の処理能力割合(RATIO)202
は50%で、電源制御可能なIPユニット数(SIPU
値)が4のとき、割当られるIPは2台となり、IPの
ユニット番号(IPUN)として、図1に示すIP1
(105)とIP2(106)がテーブルに登録され
る。
For example, in FIG. 2, the processing capacity ratio (RATIO) 202 of the virtual computer number (LPAR-1)
Is 50%, and the number of IP units (SIPU
When the value) is 4, the number of assigned IPs is 2, and the unit number (IPUN) of the IP is IP1 shown in FIG.
(105) and IP2 (106) are registered in the table.

【0025】また、仮想計算機番号(LPAR−1)の
MSが512MBであり、MSユニットが例えば64M
バイト単位である場合には、MSユニット数(SMS
U)は8ユニットとなるから、仮想計算機番号(LPA
R−1)のMSUN503については、図1に示す8個
のMSU1〜8(114)がテーブルに登録される。同
様に制御プログラムによって、ES302とSESU4
03に基づいてESUN504が作成され、CH303
とSCHU404に基づいてCHUN505が作成され
テーブルに登録される。
Further, the virtual machine number (LPAR-1) MS is 512 MB, and the MS unit is, for example, 64 M.
If it is in bytes, the number of MS units (SMS
U) is 8 units, so the virtual machine number (LPA
Regarding the R-1) MSUN 503, eight MSUs 1 to 8 (114) shown in FIG. 1 are registered in the table. Similarly, by the control program, ES302 and SESU4
ESUN504 is created based on 03, CH303
And CHUN 505 is created based on the SCHU 404 and registered in the table.

【0026】上記した処理601、602においてオペ
レータによって登録されたデータは、HD104にも登
録されるので、図5に示すテーブルは、処理606に示
すように、システムのイニシャライズ時において、オペ
レータが介入することなく、制御プログラムによって作
成される。
Since the data registered by the operator in the above processing 601 and 602 is also registered in the HD 104, the operator intervenes in the table shown in FIG. Created by the control program without.

【0027】図7は、仮想計算機の実行停止によって処
理装置資源の電源を切断させる処理フローチャートであ
る。以下、図7を参照して本実施例の動作を説明する。
処理701において、オペレータがSYSTEM201
で示される仮想計算機(LPAR−n)の停止を指示す
ると、SVP102は、処理702において、停止する
仮想計算機(LPAR−n)をMS111に格納する。
そして、処理703において、SVP102はサ−ビス
信号外部割込みによって制御プログラム(HYP)に対
して、仮想計算機(LPAR−n)の停止を通知する。
FIG. 7 is a processing flowchart for turning off the power of the processing device resource by stopping the execution of the virtual machine. The operation of this embodiment will be described below with reference to FIG.
In process 701, the operator selects SYSTEM201.
When an instruction to stop the virtual machine (LPAR-n) indicated by is given, the SVP 102 stores the stopped virtual machine (LPAR-n) in the MS 111 in process 702.
Then, in process 703, the SVP 102 notifies the control program (HYP) of the stop of the virtual machine (LPAR-n) by a service signal external interrupt.

【0028】制御プログラム(HYP)は、処理704
において図5に示されるテーブルを参照し、停止される
仮想計算機(LPAR−n)によって使用されている処
理装置資源を特定し、次いで処理705において、その
処理装置資源の切離しを実行する。ここで切り離しと
は、例えば、IP105〜108においては、シグナル
プロセッサー命令によるイニシャライズ、またMSU1
14においてはデータの移動及びクリア等の論理的な切
り離しをいう。
The control program (HYP) is processed 704.
5 to identify the processing device resource used by the virtual machine (LPAR-n) to be stopped, and then in process 705, the separation of the processing device resource is executed. Here, disconnection means, for example, in IP105 to 108, initialization by a signal processor instruction and MSU1
In 14 is a logical separation such as data movement and clear.

【0029】処理706において、制御プログラムは、
停止される仮想計算機によって使用されている処理装置
資源の電源停止要求を、制御プログラム専用命令によっ
てSVU109を介してSVP102へ送出する。SV
P102は、処理707において、制御プログラムによ
り指定された処理装置資源の電源を切断する。
In process 706, the control program
A power supply stop request for the processor resource used by the virtual machine to be stopped is sent to the SVP 102 via the SVU 109 by a control program dedicated command. SV
In step 707, the P102 powers off the processing device resource designated by the control program.

【0030】また、各仮想計算機があらかじめスケジュ
ールされて運用されている場合、すなわち例えば各仮想
計算機が定められた時間に自動停止する仮想計算機シス
テム等においては、オペレータからの停止指定を行うこ
となく、制御プログラムは処理708を実行し、自動停
止する仮想計算機の処理装置資源の電源停止処理を行
う。
Further, in the case where each virtual computer is scheduled and operated in advance, that is, in a virtual computer system in which each virtual computer is automatically stopped at a predetermined time, for example, it is not necessary to specify the stop by the operator. The control program executes the processing 708, and performs the processing for stopping the power supply of the processing device resources of the virtual machine that is automatically stopped.

【0031】なお、上記した実施例は、仮想計算機の実
行停止処理を例にして説明したが、本発明はこれに限定
されるものではなく、例えば処理装置資源の電源を投入
する実行開始処理にも適用することができる。
Although the above-described embodiment has been described by taking the execution stop processing of the virtual machine as an example, the present invention is not limited to this. For example, the execution start processing of turning on the power of the processor resources Can also be applied.

【0032】[0032]

【発明の効果】以上、説明したように、本発明によれ
ば、仮想計算機毎に使用され個別に電源制御可能な処理
装置の資源データを格納する手段と、仮想計算機の動作
停止を指示する手段と、指示手段に応じて格納手段を参
照し、停止指示された仮想計算機の処理装置資源を切り
離す手段と、切り離された処理装置資源の電源を切断す
る手段を備えているので、仮想計算機の運用に対応した
処理装置資源の有効な活用を図ることができる。
As described above, according to the present invention, the means for storing the resource data of the processing device which is used for each virtual computer and whose power supply can be controlled individually, and the means for instructing the operation stop of the virtual computer. And the means for disconnecting the processing device resource of the virtual machine for which the stop instruction is issued and the means for disconnecting the power supply of the disconnected processing device resource by referring to the storage means according to the instruction means. It is possible to effectively utilize the processing device resources corresponding to the above.

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

【図1】本発明の一実施例に係る仮想計算機システムの
ブロック構成図である。
FIG. 1 is a block configuration diagram of a virtual computer system according to an embodiment of the present invention.

【図2】仮想計算機の処理能力の割合を制御プログラム
に指示するためのデータフォーマットである。
FIG. 2 is a data format for instructing a control program the ratio of the processing capacity of a virtual computer.

【図3】仮想計算機によって使用される処理装置資源量
を制御プログラムに指示するためのデータフォーマット
である。
FIG. 3 is a data format for instructing a control program of a processing device resource amount used by a virtual computer.

【図4】個別に電源制御可能な処理装置のユニット数を
表すテーブルである。
FIG. 4 is a table showing the number of units of a processing device whose power supply can be controlled individually.

【図5】仮想計算機毎に使用され個別に電源制御が可能
な処理装置の資源ユニット数とユニット番号を表すテ−
ブルである。
FIG. 5 is a table showing the number of resource units and unit numbers of processing devices which are used for each virtual computer and whose power supply can be controlled individually.
Bull.

【図6】図5に示すテーブルの作成処理フローチャート
である。
FIG. 6 is a flowchart of a process of creating the table shown in FIG.

【図7】仮想計算機の実行停止によって処理装置資源の
電源を切断させる処理フローチャートである。
FIG. 7 is a processing flowchart for cutting off the power of the processing device resource by stopping the execution of the virtual machine.

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

101 処理装置 102 サービスプロセッサ 103 サービスプロセッサのコンソールディスプレイ
装置 104 サービスプロセッサの不揮発性記憶装置 105〜108 命令プロセッサ 109 サービスプロセッサ通信ユニット 110 システム制御装置 111 主記憶装置 112 拡張記憶装置 113 入出力処理装置
101 Processing Device 102 Service Processor 103 Console Display Device of Service Processor 104 Nonvolatile Storage Device of Service Processor 105 to 108 Instruction Processor 109 Service Processor Communication Unit 110 System Control Device 111 Main Storage Device 112 Extended Storage Device 113 Input / Output Processing Device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 制御プログラムの制御の基に複数の仮想
計算機が処理装置上で動作する仮想計算機システムにお
いて、前記各仮想計算機毎に使用され個別に電源制御可
能な処理装置の資源データを格納する手段と、前記仮想
計算機の動作停止を指示する手段と、該指示手段に応じ
て前記格納手段を参照し、停止指示された仮想計算機の
処理装置資源を切り離す手段と、該切り離された処理装
置資源の電源を切断する手段を備えたことを特徴とする
仮想計算機システム。
1. In a virtual computer system in which a plurality of virtual computers operate on a processing device under the control of a control program, resource data of a processing device which is used for each virtual computer and whose power supply can be controlled individually is stored. Means, means for instructing the operation stop of the virtual machine, means for disconnecting the processing device resource of the virtual machine for which the stop is instructed by referring to the storage means according to the instructing means, and the disconnected processor resource A virtual computer system comprising means for cutting off the power of the virtual computer.
JP5035215A 1993-02-24 1993-02-24 Virtual machine system Pending JPH06250858A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5035215A JPH06250858A (en) 1993-02-24 1993-02-24 Virtual machine system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5035215A JPH06250858A (en) 1993-02-24 1993-02-24 Virtual machine system

Publications (1)

Publication Number Publication Date
JPH06250858A true JPH06250858A (en) 1994-09-09

Family

ID=12435627

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5035215A Pending JPH06250858A (en) 1993-02-24 1993-02-24 Virtual machine system

Country Status (1)

Country Link
JP (1) JPH06250858A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0934685A (en) * 1995-05-17 1997-02-07 Hitachi Ltd Data converter, network system provided with data converter and data transmitting method
US7272799B2 (en) 2001-04-19 2007-09-18 Hitachi, Ltd. Virtual machine system and virtual machine control method
JP2008102667A (en) * 2006-10-18 2008-05-01 Hitachi Ltd Computer system managing power supply for every logical partition, storage device, and method for controlling them
JP2008276788A (en) * 2008-05-23 2008-11-13 Hitachi Ltd Control method for virtual computer system
JP2009245316A (en) * 2008-03-31 2009-10-22 Fujitsu Ltd Virtual machine management program, management server device, and virtual machine management method
JP2010033403A (en) * 2008-07-30 2010-02-12 Hitachi Ltd Computer system, virtual computer system, computer activation management method and virtual computer activation management method
JP2012108960A (en) * 2012-03-05 2012-06-07 Hitachi Ltd Computer, virtualization mechanism, virtual computer system, and virtual computer activation management method
JP2012160194A (en) * 2012-03-05 2012-08-23 Hitachi Ltd Computer, virtualization mechanism and activation management method of virtual computer
US8438563B2 (en) 2008-03-31 2013-05-07 Fujitsu Limited Recording medium recording thereon virtual machine management program, management server device, and method for managing virtual machine

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0934685A (en) * 1995-05-17 1997-02-07 Hitachi Ltd Data converter, network system provided with data converter and data transmitting method
US7272799B2 (en) 2001-04-19 2007-09-18 Hitachi, Ltd. Virtual machine system and virtual machine control method
US7721285B2 (en) 2001-04-19 2010-05-18 Hitachi, Ltd. Virtual machine system and virtual machine control method
US8443364B2 (en) 2001-04-19 2013-05-14 Hitachi, Ltd. Virtual machine system and virtual machine control method
JP2008102667A (en) * 2006-10-18 2008-05-01 Hitachi Ltd Computer system managing power supply for every logical partition, storage device, and method for controlling them
JP2009245316A (en) * 2008-03-31 2009-10-22 Fujitsu Ltd Virtual machine management program, management server device, and virtual machine management method
US8438563B2 (en) 2008-03-31 2013-05-07 Fujitsu Limited Recording medium recording thereon virtual machine management program, management server device, and method for managing virtual machine
JP2008276788A (en) * 2008-05-23 2008-11-13 Hitachi Ltd Control method for virtual computer system
JP4548514B2 (en) * 2008-05-23 2010-09-22 株式会社日立製作所 Control method of virtual computer system
JP2010033403A (en) * 2008-07-30 2010-02-12 Hitachi Ltd Computer system, virtual computer system, computer activation management method and virtual computer activation management method
JP2012108960A (en) * 2012-03-05 2012-06-07 Hitachi Ltd Computer, virtualization mechanism, virtual computer system, and virtual computer activation management method
JP2012160194A (en) * 2012-03-05 2012-08-23 Hitachi Ltd Computer, virtualization mechanism and activation management method of virtual computer

Similar Documents

Publication Publication Date Title
US6802062B1 (en) System with virtual machine movable between virtual machine systems and control method
US7721285B2 (en) Virtual machine system and virtual machine control method
JPH10283210A (en) Virtual machine movement control system between virtual machine systems
KR910006823A (en) Computer system with control for controlling the power supply of the storage device
JPH06250858A (en) Virtual machine system
JP2002328812A (en) Method and system for timed partition power-on in logical partition environment
JPH04290109A (en) Information processor
JPS62154018A (en) Semiconductor disk device
US5812846A (en) Method and apparatus for passing control from a first process to a second process
KR950003879B1 (en) System structure and its method to hold disk unit in common
JPH09282196A (en) Program run control system for complex logic processor system
JPH0470935A (en) Computer system
JPS6314241A (en) Memory expansion system
US5430880A (en) Apparatus and method for controlling the time assignment of the processing power of a data processing system
JPS6339942B2 (en)
JPH023801A (en) Method for controller execution of program
JPH04160408A (en) Numerical controller
JPH08115226A (en) Information processor
JPH03294901A (en) Computer configuration control back unit
JPH0895895A (en) Controller for serial port i/q equipment of information processor
JPS61253567A (en) Data input and output system
JPH09179822A (en) Console screen control method
JPH04286013A (en) Stop processing system for coprocessor
JPH0754508B2 (en) Computer system
JPH09265407A (en) Method for controlling program traveling in virtual processor system