JPH01316833A - System for changing constitution of virtual computer system - Google Patents

System for changing constitution of virtual computer system

Info

Publication number
JPH01316833A
JPH01316833A JP14974188A JP14974188A JPH01316833A JP H01316833 A JPH01316833 A JP H01316833A JP 14974188 A JP14974188 A JP 14974188A JP 14974188 A JP14974188 A JP 14974188A JP H01316833 A JPH01316833 A JP H01316833A
Authority
JP
Japan
Prior art keywords
allocation information
guest operating
change
operating system
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.)
Granted
Application number
JP14974188A
Other languages
Japanese (ja)
Other versions
JPH0758469B2 (en
Inventor
Seiji Mitsuoka
光岡 誠治
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 JP14974188A priority Critical patent/JPH0758469B2/en
Publication of JPH01316833A publication Critical patent/JPH01316833A/en
Publication of JPH0758469B2 publication Critical patent/JPH0758469B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To heighten the flexibility of a virtual compute system by constituting a system so that device allocation information to a guest operating system can be changed freely. CONSTITUTION:A device managing means (I/O driver) 2 controls an I/O instruction from the guest operating system based on the device allocation information 1 representing the allocation of each device on the guest operating system. A constitution change means (constitution change utility) 4 can change the device allocation information 1 by a console 5 consisting of a CRT, a keyboard, and a mouse, etc. A constitution change informing means 3 informs the change of the device allocation information by the constitution change means 4 to a device managing means 2. A system loader (VMM loader that is a part of a monitor in the virtual computer system) 6 develops the device allocation information on a memory at the time of starting up the system.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は仮想計算機システムの構成変更方式に関するも
のである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for changing the configuration of a virtual computer system.

[従来の技術] 大型計算機の仮想計算機システムにおいては、複数のオ
ペレーティングシステム(ゲストオペレーティングシス
テム)の個々に対してデバイス(周辺装置)を割り当て
る必要があり、従来、そのシステム構成すなわちゲスト
オペレーティングシステムへの各デバイスの割り当てを
どのように行うかはゲストオペレーティングシステムの
立ち上げ前にシステム生成情報として与えられるように
なっていた。
[Prior Art] In a virtual computer system for a large computer, it is necessary to allocate devices (peripherals) to each of multiple operating systems (guest operating systems). How to allocate each device was given as system-generated information before starting the guest operating system.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述したように、従来の仮想計算機システムにあっては
、システム生成情報の付与を必ずゲストオペレーティン
グシステムの立ち上げ前に行う必要があり、そのシステ
ム構成に変更がある場合にも同様にゲストオペレーティ
ングシステムの立ち上げ前に行う必要があった。そのた
め、システム構成の変更はゲストオペレーティングシス
テムの立ち上げ後には行えず、柔軟な運転が行えないと
いう欠点があった。また、デバイスの割り当てはそのゲ
ストオペレーティングシステムのシステム構成で定義さ
れている範囲でしか有効でないため、その範囲を越えて
デバイスの割り当てを変更しようとする場合には、ゲス
トオペレーティングシステムのシステム生成にまで影響
を及ぼすという欠点があった。
As mentioned above, in conventional virtual computer systems, it is necessary to assign system generation information before starting the guest operating system, and even if there is a change in the system configuration, the guest operating system This had to be done before the launch. Therefore, the system configuration cannot be changed after the guest operating system has started up, and there is a drawback that flexible operation cannot be performed. Additionally, device assignments are valid only within the range defined by the guest operating system's system configuration, so if you attempt to change device assignments beyond that range, the system creation of the guest operating system must be done. It had the disadvantage of having an impact.

一方、従来の仮想計算機システムにおいては、ディスク
(ハードディスク、フロッピィディスク等)に関し、異
なったゲストオペレーティングシステム間における共有
という概念が存在せず、当然にシステム生成情報によっ
てその設定、変更が行えるものではなく、システム構成
の自由度が低いという欠点があった。
On the other hand, in conventional virtual computer systems, there is no concept of sharing disks (hard disks, floppy disks, etc.) between different guest operating systems, and it is not possible to set or change them using system-generated information. However, the disadvantage was that the degree of freedom in system configuration was low.

本発明は上記の点に鑑み提案されたものであり、その目
的とするところは、ゲストオペレーティングシステムの
立ち上げ後における自由なシステム構成の変更を可能と
すると共に、ディスクの共有も自由に行えるようにした
仮想計算機システムの構成変更方式を提供することにあ
る。
The present invention has been proposed in view of the above points, and its purpose is to make it possible to freely change the system configuration after starting the guest operating system, and also to freely share disks. The purpose of this invention is to provide a method for changing the configuration of a virtual computer system.

〔課題を解決するための手段] 本発明は上記の目的を達成するため、仮想計算機システ
ムのゲストオペレーティングシステムへのデバイス割当
情報をシステム立ち上げ時にメモリ上に展開するロード
手段と、前記デバイス割当情報に基づいてデバイスの管
理を行うデバイス管理手段と、前記デバイス割当情報を
ディスプレイに表示すると共に修正変更を可能とする構
成変更手段と、修正された情報を前記デバイス管理手段
に通知する構成変更通知手段とを備えるようにしている
[Means for Solving the Problems] In order to achieve the above object, the present invention provides a loading means for deploying device allocation information to a guest operating system of a virtual machine system on a memory at the time of system startup, and a loading means for loading device allocation information to a guest operating system of a virtual machine system, and a device management means for managing devices based on the above information; a configuration change means for displaying the device allocation information on a display and allowing modifications and changes; and a configuration change notification means for notifying the device management means of the modified information. I am trying to prepare for this.

〔作用〕[Effect]

本発明の仮想計算機システムの構成変更方式にあっては
、仮想計算機システムのゲストオペレーティングシステ
ムへのデバイス割当情報をロード手段がシステム立ち上
げ時にメモリ上に展開し、デバイス管理手段が前記デバ
イス割当情報に基づいてデバイスの管理を行い、構成変
更手段が前記デバイス割当情報をディスプレイに表示す
ると共に修正変更を可能とし、構成変更通知手段が修正
された情報を前記デバイス管理手段に通知する。
In the configuration change method of a virtual computer system of the present invention, the loading means develops device allocation information for the guest operating system of the virtual computer system on the memory at the time of system startup, and the device management means stores the device allocation information to the guest operating system of the virtual computer system. A configuration change means displays the device allocation information on a display and enables modification and change, and a configuration change notification means notifies the device management means of the modified information.

〔実施例〕〔Example〕

以下、本発明の実施例につき図面を参照して説明する。 Embodiments of the present invention will be described below with reference to the drawings.

第1図は本発明の仮想計算機システムの構成変更方式の
一実施例を示す構成図である。第1図において、本実施
例は、ゲストオペレーティングシステムへの各デバイス
の割り当てを示すデバイス割当情報1と、このデバイス
割当情報lに基づいてゲストオペレーティングシステム
からのI10命令を制御するデバイス管理手段(I10
ドライバ)2と、デバイス割当情報1をCRT、キーボ
ード、マウス等から構成されるコンソール5により変更
可能とした構成変更手段(構成変更ユーティリティ)4
と、この構成変更手段4によりデバイス割当情報1が変
更されたことをデバイス管理手段2に通知する構成変更
通知手段3と、デバイス割当情報1をシステム立ち上げ
時にメモリ上に展開するシステムローダ(仮想計算機シ
ステムのモニタの一部であるVMMローダ)6とから構
成されている。
FIG. 1 is a configuration diagram showing an embodiment of a configuration change method of a virtual computer system according to the present invention. In FIG. 1, this embodiment includes device allocation information 1 indicating the allocation of each device to the guest operating system, and device management means (I10
driver) 2 and a configuration change means (configuration change utility) 4 that allows device allocation information 1 to be changed using a console 5 consisting of a CRT, keyboard, mouse, etc.
, a configuration change notification means 3 that notifies the device management means 2 that the device allocation information 1 has been changed by the configuration change means 4; It consists of a VMM loader (VMM loader) 6 which is a part of the monitor of the computer system.

第2図は第1図におけるデバイス割当情報1の論理的構
成の一例を示したものであり、デバイス割当情報lは、
デバイス番号に対応してデバイス名、デバイスのステー
タス、デバイスのモード。
FIG. 2 shows an example of the logical configuration of the device allocation information 1 in FIG. 1, and the device allocation information l is
Device name, device status, device mode corresponding to device number.

当該デバイスにアクセス可能なゲストオペレーティング
システムの番号を示す使用可能O3等の情報をまとめた
ものとなっている。なお、RFUは将来の用途のための
予備の項目である。
It is a collection of information such as available O3 indicating the number of the guest operating system that can access the device. Note that RFU is a reserve item for future use.

第3図(a)は第2図におけるデバイス割当情報1中の
ステータスのデータ構造の例を示したものであり、各ビ
ットの値により図示のような状態が表現される。また、
第3図(b)は第2図におけるデバイス割当情報1中の
モードのデータ構造の例を示したものであり、複数のゲ
ストオペレーティングシステムにより共有可能かどうか
が設定できるようになっている。また、第3図(C)は
第2図におけるデバイス割当情報1中の使用可能O3の
データ構造の例を示したものであり、第Oビットから第
7ビツトがそれぞれゲストオペレーティングシステム#
0からゲストオペレーティングシステム#7に対応して
いる。
FIG. 3(a) shows an example of the data structure of the status in the device allocation information 1 in FIG. 2, and the illustrated state is expressed by the value of each bit. Also,
FIG. 3(b) shows an example of the data structure of the mode in the device allocation information 1 in FIG. 2, and it is possible to set whether it can be shared by a plurality of guest operating systems. Moreover, FIG. 3(C) shows an example of the data structure of usable O3 in the device allocation information 1 in FIG.
0 to guest operating system #7.

第4図はデバイス割当情報1を変更する動作の例を示し
たものであり、(a)は変更前、(ロ)は変更後である
。すなわち、システムローダ6によりメモリ上に展開さ
れたデバイス割当情報Iに対して、例えば、利用者がゲ
ストオペレーティングシステム#lに割り当てられてい
るFDユニット#lをゲストオペレーティングシステム
#3にも割り当てたい場合、コンソール5を用い構成変
更手段4によりデバイス割当情報1のデバイス番号21
のFDユニット#1の使用可能O8の欄を02(ビット
で表せば00000010)から0A(00001OI
O)に変更することで、第3図(C)の対応から、変更
前はゲストオペレーティングシステム#lからのみアク
セスできたFDユニット#1が変更によりゲストオペレ
ーティングシステム#3からもアクセス可能となる。す
なわち、FDユニット#1に挿入されているフロッピィ
ディスクをゲストオペレーティングシステム#1とゲス
トオペレーティングシステム#3とで共有できる状態に
なり、ゲストオペレーティングシステム#1もしくはゲ
ストオペレーティングシステム#3からFDユニット#
lに対してアクセスの要求があると、デバイス管理手段
2によりアクセスが許可される。
FIG. 4 shows an example of the operation of changing the device allocation information 1, where (a) is before the change and (b) is after the change. That is, for the device allocation information I expanded on the memory by the system loader 6, for example, if the user wants to also allocate the FD unit #l that is allocated to the guest operating system #l to the guest operating system #3. , the device number 21 of the device allocation information 1 is changed by the configuration change means 4 using the console 5.
The usable O8 column of FD unit #1 is set from 02 (00000010 in bits) to 0A (00001OI).
By changing to O), the FD unit #1, which before the change could only be accessed from the guest operating system #1, can now be accessed from the guest operating system #3 as well, from the correspondence shown in FIG. 3(C). In other words, the floppy disk inserted in FD unit #1 can now be shared between guest operating system #1 and guest operating system #3, and the floppy disk inserted in FD unit #1 can be shared by guest operating system #1 or guest operating system #3.
When there is a request for access to 1, the device management means 2 permits the access.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明の仮想計算機システムの構
成変更方式にあっては、ゲストオペレーティングシステ
ムへのデバイス割当情報をコンソール等により自由に変
更できるため、ゲストオペレーティングシステムの立ち
上げ後におけるシステム構成の動的変更が可能となると
共に、ディスクの共有も自由に行え、仮想計算機システ
ムの柔軟性が高まる効果がある。
As explained above, in the virtual machine system configuration change method of the present invention, the device allocation information to the guest operating system can be freely changed using the console etc., so the system configuration can be changed after the guest operating system is started. In addition to making dynamic changes possible, disks can also be shared freely, which has the effect of increasing the flexibility of the virtual computer system.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の仮想計算機システムの構成変更方式の
一実施例を示す構成図、 第2図は第1図におけるデバイス割当情報の一例を示す
論理的構成図、 第3図は第2図におけるデバイス割当情報中のステータ
ス、モード、使用可能O5のデータ構造図および、 第4図はデバイス割当情報を変更する動作の説明図であ
る。 図において、l・・・デバイス割当情報、2・・・デバ
イス管理手段、3・・・構成変更通知手段、4・・・構
成変更手段、5・・・コンソール、6・・・システムロ
ーダ。
FIG. 1 is a configuration diagram showing an example of the configuration change method of a virtual computer system of the present invention, FIG. 2 is a logical configuration diagram showing an example of device allocation information in FIG. 1, and FIG. FIG. 4 is a data structure diagram of the status, mode, and usable O5 in the device assignment information, and FIG. 4 is an explanatory diagram of the operation of changing the device assignment information. In the figure, 1: device allocation information, 2: device management means, 3: configuration change notification means, 4: configuration change means, 5: console, 6: system loader.

Claims (1)

【特許請求の範囲】 仮想計算機システムのゲストオペレーティングシステム
へのデバイス割当情報をシステム立ち上げ時にメモリ上
に展開するロード手段と、 前記デバイス割当情報に基づいてデバイスの管理を行う
デバイス管理手段と、 前記デバイス割当情報をディスプレイに表示すると共に
修正変更を可能とする構成変更手段と、修正された情報
を前記デバイス管理手段に通知する構成変更通知手段と
を備えたことを特徴とする仮想計算機システムの構成変
更方式。
[Scope of Claims] Loading means for deploying device allocation information for a guest operating system of a virtual computer system onto memory at system startup; device management means for managing devices based on the device allocation information; A configuration of a virtual computer system characterized by comprising: a configuration change means for displaying device allocation information on a display and allowing correction/change; and a configuration change notification means for notifying the device management means of the corrected information. Change method.
JP14974188A 1988-06-17 1988-06-17 Virtual machine system configuration change method Expired - Lifetime JPH0758469B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14974188A JPH0758469B2 (en) 1988-06-17 1988-06-17 Virtual machine system configuration change method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14974188A JPH0758469B2 (en) 1988-06-17 1988-06-17 Virtual machine system configuration change method

Publications (2)

Publication Number Publication Date
JPH01316833A true JPH01316833A (en) 1989-12-21
JPH0758469B2 JPH0758469B2 (en) 1995-06-21

Family

ID=15481775

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14974188A Expired - Lifetime JPH0758469B2 (en) 1988-06-17 1988-06-17 Virtual machine system configuration change method

Country Status (1)

Country Link
JP (1) JPH0758469B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997010549A1 (en) * 1995-09-13 1997-03-20 Hitachi, Ltd. Electronic computer system
WO2001093032A1 (en) * 2000-05-31 2001-12-06 Hitachi, Ltd. Computer system, method of controlling computer, and medium storing control program
JP2006323872A (en) * 2006-08-01 2006-11-30 Hitachi Ltd Preliminary resource provision method of logical partition and computer system
JP2007310897A (en) * 2007-06-18 2007-11-29 Hitachi Ltd Computer system and computer control method, and storage medium stored with control program
JP2008146566A (en) * 2006-12-13 2008-06-26 Hitachi Ltd Computer, control method of virtual device and its program
US7765545B2 (en) 2000-07-28 2010-07-27 Hitachi, Ltd. Method for automatically imparting reserve resource to logical partition and logical partitioned computer system
WO2010113248A1 (en) * 2009-03-31 2010-10-07 富士通株式会社 Virtual computer system, information processing device, computer program and connection control method
JP2010237788A (en) * 2009-03-30 2010-10-21 Fujitsu Ltd Server device, computer system, program, and virtual computer moving method
JP2012064012A (en) * 2010-09-16 2012-03-29 Hitachi Ltd Computer system, storage volume management method and program for controlling copy processing of storage device

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997010549A1 (en) * 1995-09-13 1997-03-20 Hitachi, Ltd. Electronic computer system
JP3503948B2 (en) * 1995-09-13 2004-03-08 株式会社 日立製作所 Electronic computer system
WO2001093032A1 (en) * 2000-05-31 2001-12-06 Hitachi, Ltd. Computer system, method of controlling computer, and medium storing control program
US7765545B2 (en) 2000-07-28 2010-07-27 Hitachi, Ltd. Method for automatically imparting reserve resource to logical partition and logical partitioned computer system
JP2006323872A (en) * 2006-08-01 2006-11-30 Hitachi Ltd Preliminary resource provision method of logical partition and computer system
JP2008146566A (en) * 2006-12-13 2008-06-26 Hitachi Ltd Computer, control method of virtual device and its program
US8291425B2 (en) 2006-12-13 2012-10-16 Hitachi, Ltd. Computer, control method for virtual device, and program thereof
JP2007310897A (en) * 2007-06-18 2007-11-29 Hitachi Ltd Computer system and computer control method, and storage medium stored with control program
JP2010237788A (en) * 2009-03-30 2010-10-21 Fujitsu Ltd Server device, computer system, program, and virtual computer moving method
WO2010113248A1 (en) * 2009-03-31 2010-10-07 富士通株式会社 Virtual computer system, information processing device, computer program and connection control method
JP5360199B2 (en) * 2009-03-31 2013-12-04 富士通株式会社 Virtual computer system, information processing apparatus, computer program, and connection control method
JP2012064012A (en) * 2010-09-16 2012-03-29 Hitachi Ltd Computer system, storage volume management method and program for controlling copy processing of storage device

Also Published As

Publication number Publication date
JPH0758469B2 (en) 1995-06-21

Similar Documents

Publication Publication Date Title
JP3978199B2 (en) Resource utilization and application performance monitoring system and monitoring method
US8151275B2 (en) Accessing copy information of MMIO register by guest OS in both active and inactive state of a designated logical processor corresponding to the guest OS
JP2743608B2 (en) Shared register control method
US7673114B2 (en) Dynamically improving memory affinity of logical partitions
JP4156033B2 (en) How to get contiguous memory buffer and build page table
JP4568271B2 (en) Apparatus and method for controlling resource transfer in a logical partition computer system
JPH04314124A (en) Display system, x-window server system and display method
JP2004326754A (en) Management of virtual computer for utilizing shared resource
CN103577345A (en) Methods and structure for improved flexibility in shared storage caching by multiple systems
JP2005122640A (en) Server system and method for sharing i/o slot
JP2000235502A (en) Block allocating method for common memory, computer readable recording medium, memory allocating method and memory allocation adjusting system
US8291426B2 (en) Memory allocators corresponding to processor resources
JPH01316833A (en) System for changing constitution of virtual computer system
US7447829B2 (en) Heap and stack layout for multithreaded processes in a processing system
US20040117540A1 (en) User-space resource management
JP2006031525A (en) Information processor, information processing method and program
US6532487B1 (en) Method and system for managing semaphores in an object-oriented multi-tasking computer system
US7793051B1 (en) Global shared memory subsystem
JPH11249916A (en) Memory management device and storage medium
KR20090108607A (en) Virtualized environment allocation system and method
JPH1063525A (en) Information processor, and information processing system and control method therefor
JPH0470935A (en) Computer system
US5761738A (en) Computer system which stores management or control information in different address space but same offset as corresponding data
JP2943401B2 (en) External storage device allocation processing method for virtual machine
JPH09190375A (en) Shared memory management method