JP2008299791A - Virtual computer system - Google Patents

Virtual computer system Download PDF

Info

Publication number
JP2008299791A
JP2008299791A JP2007148071A JP2007148071A JP2008299791A JP 2008299791 A JP2008299791 A JP 2008299791A JP 2007148071 A JP2007148071 A JP 2007148071A JP 2007148071 A JP2007148071 A JP 2007148071A JP 2008299791 A JP2008299791 A JP 2008299791A
Authority
JP
Japan
Prior art keywords
virtual
virtual machine
communication
dependency
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
JP2007148071A
Other languages
Japanese (ja)
Inventor
Naoko Ikegaya
直子 池ヶ谷
Tomonori Sekiguchi
知紀 関口
Hidetoshi Sato
秀俊 佐藤
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 JP2007148071A priority Critical patent/JP2008299791A/en
Publication of JP2008299791A publication Critical patent/JP2008299791A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To prevent a group of virtual computers, which communicate each other without using physical lines, from being distributed to different host computers to suppress band consumption and reliability deterioration in an external network. <P>SOLUTION: A virtual computer system is provided with a plurality of virtual computers formed on physical computers and a hypervisor which executes communication among the virtual computers. In this case, the hypervisor is provided with; a communication management part which monitors the communication among the plurality of virtual computers; and a dependence determination part which determines dependence among the virtual computers. When a virtual computer is required to move to another host computer, it is determined whether there is a virtual computer highly depending on the virtual computer. When such a virtual computer is found as the result of determination, a warning is issued at a request for movement. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、仮想計算機システムに関し、特に、ある物理コンピュータ上に構築された仮想計算機が他の物理コンピュータに移行する場合における仮想計算機間の依存度の管理に関する。   The present invention relates to a virtual machine system, and more particularly to management of dependency between virtual machines when a virtual machine built on a certain physical computer migrates to another physical computer.

1台の物理サーバ上に複数業務を集約するサーバ仮想化技術では、プロセッサやメモリ、入出力装置などのハードウェアリソースの利用効率を上げるとともに、処理量に応じてリソース割当を変更することが可能である。計算機システムの過剰な初期投資を抑えることができることから、ハイエンドサーバのみでなくPCアーキテクチャにおいても、サーバ仮想化技術に対する期待が高まっている。1台の物理サーバ上に複数の仮想計算機を構築したとき、仮想計算機の間で動作上の相互依存性があると考えられる様々なアプリケーションを処理することがある。   With server virtualization technology that consolidates multiple tasks on a single physical server, it is possible to increase the utilization efficiency of hardware resources such as processors, memory, and input / output devices, and to change resource allocation according to the amount of processing. It is. Since the excessive initial investment of the computer system can be suppressed, there is an increasing expectation for server virtualization technology not only in the high-end server but also in the PC architecture. When a plurality of virtual machines are constructed on one physical server, various applications that are considered to have operational interdependencies among the virtual machines may be processed.

たとえば、特許文献1(特開2002−342280号公報)には、電子商取引において、物理サーバ上の区分内にあるオペレーティング・システム(OS)間での安全なメッセージ受け渡し方法が開示されている。仮想計算機間の通信を共用記憶域経由とすることにより、ネットワーク装置を用いずにメモリ速度で記憶内容を移動させることが可能である。   For example, Patent Document 1 (Japanese Patent Application Laid-Open No. 2002-342280) discloses a secure message passing method between operating systems (OS) in a section on a physical server in electronic commerce. By making communication between virtual computers via a shared storage area, it is possible to move the storage contents at a memory speed without using a network device.

また、サーバ仮想化技術では、ある物理サーバ上で実行している仮想計算機を、他の物理サーバ上に移動させることができる。仮想計算機の移行は、ある仮想計算機の資源増強のために別の仮想計算機を異なるサーバへ移行する場合、サーバを保守予防する場合、或いはサーバに障害が発生した時の対策として実施される。マイグレーション中には通信と入出力操作を停止させることが多いが、特許文献2(特開2005−327279号公報)に開示された仮想計算機マイグレーション方法によれば、通信キューを移動後の仮想計算機と共用するメモリに常駐させることにより、通信を失ったり、後続の通信を停止せずに、マイグレーションすることができる。   In the server virtualization technology, a virtual machine running on a physical server can be moved to another physical server. The migration of a virtual machine is implemented as a countermeasure when a different virtual machine is migrated to a different server in order to increase the resource of a certain virtual machine, when the server is maintained or prevented, or when a failure occurs in the server. Communication and input / output operations are often stopped during migration. However, according to the virtual machine migration method disclosed in Patent Document 2 (Japanese Patent Laid-Open No. 2005-327279), a virtual machine after moving a communication queue By resident in the shared memory, migration can be performed without losing communication or stopping subsequent communication.

特開2002−342280号公報JP 2002-342280 A 特開2005−327279号公報JP 2005-327279 A

然るに、特許文献2に開示されるように、仮想計算機を移行するとき、物理回線を使わないで仮想計算機間通信している一方の仮想計算機を別のコンピュータに移行すると、仮想計算機間通信が物理回線経由となり、外部ネットワークの帯域を消費する。また、ネットワーク機器の故障やセキュリティ確保が困難になる(即ち外部から覗かれる)ため、信頼性が低下する。   However, as disclosed in Patent Document 2, when migrating a virtual machine, if one virtual machine communicating between virtual machines without using a physical line is migrated to another computer, the communication between virtual machines is physically performed. It goes through the line and consumes the bandwidth of the external network. Moreover, since it becomes difficult to ensure the breakdown of network devices and security (that is, to be seen from the outside), the reliability is lowered.

本発明の目的は、コンピュータ上に構築される仮想計算機間の依存度を管理して、外部ネットワークの帯域消費や信頼性の低下を防ぐことにある。
本発明は、より具体的には、物理コンピュータ上に構築された仮想計算機間で物理回線を使わないで通信している仮想計算機群が、異なる他のコンピュータに分散することを防止することにある。
An object of the present invention is to manage the dependency between virtual machines built on a computer, and to prevent bandwidth consumption and reliability degradation of an external network.
More specifically, the present invention is to prevent a group of virtual machines communicating without using a physical line between virtual machines built on a physical computer from being distributed to other different computers. .

本発明に係る仮想計算機システムは、好ましくは、複数の物理コンピュータが通信回線を介して接続され、かつ物理コンピュータ上に形成することができる複数の仮想計算機と、複数の仮想計算機間の通信処理を実行するハイパーバイザを有する仮想計算機システムにおいて、ハイパーバイザに、複数の仮想計算機間の通信処理を監視する通信管理部と、通信管理部からの情報を用いて仮想計算機間の依存度を判定する依存度判定部と、を備え、依存度判定部による判定に応じて、ある物理コンピュータ上に形成された仮想計算機を、同じ物理コンピュータ内に形成された他の仮想計算機へ又は他の物理コンピュータに形成される仮想計算機へ移行することの可否を提示することを特徴とする仮想計算機システムとして構成される。   The virtual computer system according to the present invention is preferably configured such that a plurality of virtual computers connected to each other via a communication line and formed on the physical computer, and communication processing between the plurality of virtual computers. In a virtual machine system having a hypervisor to be executed, the hypervisor has a communication management unit that monitors communication processing between a plurality of virtual machines, and dependency that determines the degree of dependence between virtual machines using information from the communication management unit A virtual machine formed on a certain physical computer to another virtual machine formed in the same physical computer or on another physical computer according to the determination by the dependency determining part It is configured as a virtual computer system characterized by presenting whether or not it is possible to shift to a virtual computer.

好ましい例では、前記通信管理部は、仮想計算機間の通信経路情報を保持し、前記依存度判定部は、通信経路情報を用いて仮想計算機間の依存度を判定する。
また、好ましくは、前記通信管理部は、仮想計算機間の通信履歴情報を保持し、前記依存度判定部は、通信履歴情報を用いて仮想計算機間の依存度を判定する。
また、好ましくは、前記依存度判定部は、依存度を判定する少なくとも1つの条件を保持し、前記ハイパーバイザは、前記依存度を判定する条件を変更する依存度条件設定部を有する。
In a preferred example, the communication management unit holds communication path information between virtual machines, and the dependency level determination unit determines a dependency level between virtual machines using the communication path information.
Preferably, the communication management unit retains communication history information between virtual computers, and the dependency level determination unit determines a dependency level between virtual computers using the communication history information.
Preferably, the dependency degree determination unit holds at least one condition for determining the dependency degree, and the hypervisor has a dependency condition setting unit for changing the condition for determining the dependency degree.

また、好ましい例では、前記複数の物理コンピュータに接続され、仮想計算機を管理する管理装置を有し、管理装置は、ある物理コンピュータ上に形成された仮想計算機を、他の物理コンピュータに移行する要求、及び依存度判定部の判定結果を入力する入力部と、入力部より指定された、移行を要求された仮想計算機と依存度の強い仮想計算機が存在するかを判定する手段と、判定手段による判定の結果、依存度の強い仮想計算機が存在する場合、移行要求に対する警告を出力する出力部とを有する仮想計算機システムとして構成される。
好ましくは、前記管理装置は、仮想計算機間の依存度情報を出力部に出力する。
また、好ましくは、前記依存度判定部は、仮想計算機が物理的な通信回線を用いて接続される、と判定した場合には、仮想計算機を他の仮想計算機へ移行することを禁止する。
In a preferred example, the management apparatus includes a management apparatus that is connected to the plurality of physical computers and manages virtual machines, and the management apparatus requests to migrate a virtual machine formed on a certain physical computer to another physical computer. An input unit that inputs a determination result of the dependency determination unit, a unit that is specified by the input unit, determines whether there is a virtual machine that is requested to be migrated and a virtual computer with a strong dependency, and a determination unit As a result of the determination, if there is a virtual machine with a strong dependency, the virtual machine system includes an output unit that outputs a warning for the migration request.
Preferably, the management apparatus outputs dependency information between virtual machines to an output unit.
Further, preferably, when the virtual machine is determined to be connected using a physical communication line, the dependency degree determining unit prohibits the virtual machine from being transferred to another virtual machine.

本発明に係る仮想計算機の管理方法は、好ましくは、複数の物理コンピュータが通信回線を介して接続され、かつ物理コンピュータ上に形成することができる複数の仮想計算機と、複数の仮想計算機間の通信処理を実行するハイパーバイザを有する仮想計算機システムにおける仮想計算機の管理方法であって、
複数の仮想計算機間の通信処理を監視する通信管理ステップと、仮想計算機間の依存度を判定する依存度判定ステップと、通信管理に関連して依存度の判定に応じて、ある物理コンピュータ上に形成された仮想計算機を、同じ物理コンピュータ内に形成された他の仮想計算機へ又は他の物理コンピュータに形成される仮想計算機へ移行することの可否を提示するステップと、を有することを特徴とする仮想計算機の管理方法として構成される。
In the virtual computer management method according to the present invention, preferably, a plurality of virtual computers that are connected to each other via a communication line and can be formed on the physical computer, and communication between the plurality of virtual computers. A virtual machine management method in a virtual machine system having a hypervisor for executing processing,
A communication management step for monitoring communication processing between a plurality of virtual machines, a dependence judgment step for judging the degree of dependence between virtual machines, and on a certain physical computer according to the judgment of the degree of dependence related to communication management. Presenting whether or not the formed virtual machine can be migrated to another virtual machine formed in the same physical computer or to a virtual machine formed in another physical computer. It is configured as a virtual machine management method.

また、本発明に係る仮想計算機の管理のためのプログラムは、好ましくは、複数の物理コンピュータが通信回線を介して接続され、かつ物理コンピュータ上に形成することができる複数の仮想計算機と、複数の仮想計算機間の通信処理を実行するハイパーバイザを有する仮想計算機システムにおいて、ハイパーバイザ上で実行される仮想計算機の管理のためのプログラムであって、複数の仮想計算機間の通信処理を監視する通信管理機能と、仮想計算機間の依存度を判定する依存度判定機能と、通信管理に関連して依存度の判定に応じて、ある物理コンピュータ上に形成された仮想計算機を、同じ物理コンピュータ内に形成された他の仮想計算機へ又は他の物理コンピュータに形成される仮想計算機へ移行することの可否を提示する機能と、を実現することを特徴とする仮想計算機の管理のためのプログラムとして構成される。   The program for managing a virtual machine according to the present invention preferably includes a plurality of virtual machines that are connected to a plurality of physical computers via a communication line and can be formed on the physical computer, and a plurality of virtual computers. In a virtual machine system having a hypervisor that executes communication processing between virtual machines, a program for managing virtual machines executed on the hypervisor, the communication management for monitoring communication processes between a plurality of virtual machines Functions, a dependency determination function that determines the dependency between virtual machines, and a virtual machine formed on a physical computer in the same physical computer according to the dependency determination related to communication management A function of presenting whether or not it is possible to migrate to a virtual machine formed on another virtual machine or a virtual machine formed on another physical computer; Configured as a program for the management of the virtual machine, characterized in that the implement.

本発明によれば、コンピュータ上に構築される仮想計算機間の依存度を管理することができる。とりわけ、依存度の高い仮想計算機群の一部が他のコンピュータに移動することになった場合に警告を発して、物理回線を使わないで仮想計算機間で通信している仮想計算機群が異なるコンピュータに分散することを防止できる。   According to the present invention, it is possible to manage the dependency between virtual machines built on a computer. In particular, a computer with a different virtual machine group that communicates between virtual machines without using a physical line is warned when a part of a highly dependent virtual machine group is moved to another computer Can be prevented from being dispersed.

以下、図面を参照して、本発明の一実施例について説明する。
図1は、一実施例における仮想計算機システム10の構成を概略的に示す。仮想計算機システム10は、物理コンピュータ上に構築される複数の仮想計算機200と、各仮想計算機200間の通信を管理するハイパーバイザ300を備えて構成される。なお、個別の仮想計算機についてそれぞれ2001、〜200nと示すことがある。
各仮想計算機200はそれぞれ異なるOSを搭載して実行することができる。仮想計算機200に搭載されるOSをゲストOS201と呼ぶ。また、仮想計算機200には、ゲストOS201が使用する仮想通信装置202が備えられる。
An embodiment of the present invention will be described below with reference to the drawings.
FIG. 1 schematically shows a configuration of a virtual machine system 10 in one embodiment. The virtual machine system 10 includes a plurality of virtual machines 200 constructed on a physical computer and a hypervisor 300 that manages communication between the virtual machines 200. The individual virtual machines may be indicated as 2001 and 200n, respectively.
Each virtual machine 200 can be executed by installing a different OS. An OS installed in the virtual machine 200 is called a guest OS 201. In addition, the virtual machine 200 includes a virtual communication device 202 used by the guest OS 201.

ハイパーバイザ300は、通信装置エミュレータ301と、複数の仮想計算機間の通信処理を監視する仮想計算機間通信管理部(以下、単に通信管理部という)304と、仮想計算機間の依存度を判定する仮想計算機依存度管理部(以下、単に依存度管理部という)305を有する。ハイパーバイザ300は、仮想計算機200が仮想通信装置202を用いて通信処理を実行するとき、データを送信先に渡すために仲介するコンポーネントである。上記通信管理部304及び依存度管理部305の機能については後で詳述する。なお、仮想計算機の同義語として、論理パーティションを言い換えた「LPAR」が用いられることもある。   The hypervisor 300 includes a communication device emulator 301, an inter-virtual computer communication management unit (hereinafter simply referred to as a communication management unit) 304 that monitors communication processing between a plurality of virtual computers, and a virtual that determines the degree of dependence between virtual computers. A computer dependence management unit (hereinafter simply referred to as a dependence management unit) 305 is included. The hypervisor 300 is a component that mediates in order to pass data to a transmission destination when the virtual computer 200 executes communication processing using the virtual communication device 202. The functions of the communication manager 304 and the dependency manager 305 will be described in detail later. Note that “LPAR” in which a logical partition is rephrased may be used as a synonym for a virtual machine.

図2は、仮想計算機システムが実現されるコンピュータシステムのハードウェアの構成を示す。
物理コンピュータとしての2台のホストコンピュータ1001,1002と、記憶装置400と、管理装置500が、ネットワークを介して接続される。ここで、ホストコンピュータ1001,1002を、総称して符号100と表す。なお、記憶装置400は、ホストコンピュータ100内にあってもよい。
FIG. 2 shows a hardware configuration of a computer system in which the virtual machine system is realized.
Two host computers 1001 and 1002 as physical computers, a storage device 400, and a management device 500 are connected via a network. Here, the host computers 1001 and 1002 are collectively denoted by reference numeral 100. The storage device 400 may be in the host computer 100.

ホストコンピュータ100は、通信装置101と、CPU102と、メモリ103と、入力装置104と、表示装置105と、他のホストコンピュータ100と記憶装置400と管理装置500との接続のためのインタフェース(I/F)106を有する。
管理装置500は、ホストコンピュータ100を使用している仮想計算機システム10の制御を行うコンピュータであり、ホストコンピュータ100と同様に、通信装置501と、CPU502と、メモリ503と、入力装置504と、表示装置505と、ホストコンピュータ100と記憶装置400との接続のためのインタフェース(I/F)506を有する。
The host computer 100 includes an interface (I / I) for connecting the communication device 101, the CPU 102, the memory 103, the input device 104, the display device 105, another host computer 100, the storage device 400, and the management device 500. F) 106.
The management apparatus 500 is a computer that controls the virtual machine system 10 using the host computer 100. Similar to the host computer 100, the management apparatus 500 includes a communication device 501, a CPU 502, a memory 503, an input device 504, and a display. A device 505 and an interface (I / F) 506 for connecting the host computer 100 and the storage device 400 are provided.

図3は、異なるホストコンピュータ上の仮想計算機間が物理回線を使って通信する場合のシステム構成を示す。ホストコンピュータ1001と1002は、通信回線107を介して接続される。ホストコンピュータ1001には仮想計算機2001、2002,2003が構築され、他方のホストコンピュータ1002には仮想計算機2004が構築されている。   FIG. 3 shows a system configuration when virtual machines on different host computers communicate using physical lines. Host computers 1001 and 1002 are connected via a communication line 107. Virtual computers 2001, 2002, and 2003 are constructed in the host computer 1001, and a virtual computer 2004 is constructed in the other host computer 1002.

例えば、同じホストコンピュータ1001上の仮想計算機2001と仮想計算機2002の間で通信する場合、例えば仮想計算機2001の仮想通信装置202からハイパーバイザ3001に通信要求が送られ、仮想計算機2002の仮想通信装置202との間で、例えばデータコピー等の処理を行うことができる。その際、ホストコンピュータ1001の通信インタフェース106を経由することもあるが、ハイパーバイザ3001の通信装置エミュレータ301が2つの仮想計算機2001と2002の仮想通信装置202として用意した通信バッファ間でデータをコピーすることがある。このような通信経路を使用する場合には、外部の通信回線107を介さないため、通信回線107が故障してもデータの通信が可能であり、本来の通信先以外の装置にデータが渡ったり、通信中にデータが改ざんされることは防止できる。   For example, when communicating between a virtual machine 2001 and a virtual machine 2002 on the same host computer 1001, for example, a communication request is sent from the virtual communication device 202 of the virtual machine 2001 to the hypervisor 3001, and the virtual communication device 202 of the virtual machine 2002. For example, processing such as data copying can be performed. At that time, the communication device emulator 301 of the hypervisor 3001 may copy data between the communication buffers prepared as the virtual communication devices 202 of the two virtual machines 2001 and 2002, though the communication interface 106 of the host computer 1001 may be used. Sometimes. When such a communication path is used, since the external communication line 107 is not used, data communication is possible even if the communication line 107 breaks down, and data is transferred to a device other than the original communication destination. It is possible to prevent data from being falsified during communication.

これに対して、例えば仮想計算機2003と、仮想計算機2004とが通信するときには、ホストコンピュータが異なるため、2つの仮想計算機間2003,2004で外部の通信回線107を通らなければならない。同様に、仮想計算機2004が、仮想計算機ではなくて実際の計算機である場合にも、同様に通信回線107を通らねばならない。この場合には外部の通信回線107を通るので、同じホストコンピュータ内の仮想計算機間でバッファを経由して通信する場合に比べると、本来の通信先以外の装置にデータが送られるおそれがあったり、通信中にデータが改ざんされる場合もあり、データ通信の信頼性が低下する。   On the other hand, for example, when the virtual machine 2003 and the virtual machine 2004 communicate with each other, the host computer is different, so the external communication line 107 must be passed between the two virtual machines 2003 and 2004. Similarly, when the virtual machine 2004 is not a virtual machine but an actual machine, it must pass through the communication line 107 in the same manner. In this case, since the external communication line 107 is passed, there is a possibility that data may be sent to a device other than the original communication destination as compared to the case where communication is performed between virtual machines in the same host computer via a buffer. In some cases, data may be tampered with during communication, reducing the reliability of data communication.

図4は、ハイパーバイザ300の内部にある仮想計算機間通信管理部304の内部構成を概略的に示す。仮想計算機間通信管理部304は、通信経路情報341と、通信履歴情報342と、通信履歴処理プログラム343と、仮想計算機間の通信を実行する通信実行プログラム344を有する。これらの機能やプログラム等についてはそれぞれ後で詳述する。   FIG. 4 schematically shows an internal configuration of the inter-virtual machine communication management unit 304 in the hypervisor 300. The inter-virtual computer communication management unit 304 includes communication path information 341, communication history information 342, a communication history processing program 343, and a communication execution program 344 that executes communication between virtual computers. Each of these functions and programs will be described in detail later.

図5は、ハイパーバイザ300の内部にある仮想計算機依存度管理部305の内部構成を概略的に示す。仮想計算機依存度管理部305は、仮想計算機依存度判定条件351と、仮想計算機依存度情報352と、仮想計算機情報管理処理プログラム353と、仮想計算機依存度判定プログラム354とからなる。これらの機能やプログラム等についてはそれぞれ後で詳述する。   FIG. 5 schematically shows an internal configuration of the virtual machine dependency management unit 305 in the hypervisor 300. The virtual machine dependence degree management unit 305 includes a virtual machine dependence degree judgment condition 351, virtual machine dependence degree information 352, a virtual machine information management processing program 353, and a virtual machine dependence degree judgment program 354. Each of these functions and programs will be described in detail later.

図6は、管理装置500のメモリ503の内部構成を概略的に示す。メモリ503には、仮想計算機管理情報601と、仮想計算機依存度判定条件設定プログラム602と、仮想計算機管理プログラム603と、仮想計算機移行手続きプログラム604と、仮想計算機依存度情報表示プログラム605が記憶される。管理装置500のCPU502(図2)は、仮想計算機依存度判定条件設定プログラム602と、仮想計算機依存度情報表示プログラム603と、仮想計算機移行手続きプログラム604と、をメモリ503から読み出して実行することにより、仮想計算機の構築に伴う各種処理を行う。これらの機能やプログラムについてはそれぞれ後述する。   FIG. 6 schematically shows an internal configuration of the memory 503 of the management apparatus 500. The memory 503 stores virtual machine management information 601, a virtual machine dependence determination condition setting program 602, a virtual machine management program 603, a virtual machine migration procedure program 604, and a virtual machine dependence information display program 605. . The CPU 502 (FIG. 2) of the management apparatus 500 reads out and executes the virtual machine dependence determination condition setting program 602, the virtual machine dependence information display program 603, and the virtual machine migration procedure program 604 from the memory 503. Various processes associated with the construction of the virtual machine are performed. Each of these functions and programs will be described later.

図14は、通信装置エミュレータ301内の、仮想計算機間200間の通信経路の例を概略的に示す。通信装置エミュレータ301は、仮想計算機2001における通信要求に従い、仮想通信装置202から通信データを受け取る。送信先の仮想計算機情報と、どの通信経路を使用するかの判定は仮想計算機間通信管理部304の通信実行プログラム344が実行する。例えば、直接メモリアクセス回路1410を使用すると、CPU102の処理ステップを消費せずに、送信先仮想通信装置202にデータを渡すことができる。これとは別に、仮想通信装置間メモリコピー処理1420を使用すると、仮想通信装置202の送信元バッファから送信先バッファへCPU102がメモリコピーを処理する。さらに別に、データコピー処理1430を使用すると、データを一旦通信装置101にコピーし、そこから折り返して、送信先バッファにデータコピー処理1431を実行する。この通信経路を使用すると、仮想通信装置間メモリコピー処理1420を使用する場合と比較して、データコピー回数とCPU処理ステップ数が増大し、通信時間が増大する。   FIG. 14 schematically shows an example of a communication path between the virtual machine 200 in the communication device emulator 301. The communication device emulator 301 receives communication data from the virtual communication device 202 in accordance with a communication request in the virtual computer 2001. The communication execution program 344 of the inter-virtual computer communication management unit 304 executes the virtual machine information of the transmission destination and the determination of which communication path is used. For example, if the direct memory access circuit 1410 is used, data can be passed to the destination virtual communication device 202 without consuming processing steps of the CPU 102. Apart from this, when the inter-virtual communication device memory copy processing 1420 is used, the CPU 102 processes the memory copy from the transmission source buffer of the virtual communication device 202 to the transmission destination buffer. In addition, when the data copy process 1430 is used, the data is temporarily copied to the communication apparatus 101, and is then looped back, and the data copy process 1431 is executed on the transmission destination buffer. When this communication path is used, the number of data copies and the number of CPU processing steps are increased and the communication time is increased as compared with the case where the memory copy process 1420 between virtual communication apparatuses is used.

図7は、仮想計算機通信経路情報341(図4)の内容の一例を示す。
仮想計算機通信経路情報341は、仮想計算機システム10の仮想計算機200を識別する情報710と、情報710が示す仮想計算機200と通信経路を有する可能性のある仮想計算機システム10の仮想計算機200を識別する情報720を有し、仮想計算機識別情報710と、仮想計算機識別情報720の組合せを示すフィールド730は、仮想計算機間の通信経路情報を有する。
FIG. 7 shows an example of the contents of the virtual machine communication path information 341 (FIG. 4).
The virtual machine communication path information 341 identifies information 710 identifying the virtual machine 200 of the virtual machine system 10, and identifying the virtual machine 200 of the virtual machine system 10 that may have a communication path with the virtual machine 200 indicated by the information 710. A field 730 having information 720 and indicating a combination of the virtual machine identification information 710 and the virtual machine identification information 720 has communication path information between the virtual machines.

本実施例では、LPAR1とLPAR2の通信経路には直接メモリアクセス回路1410(図14)を用い、LPAR2とLPAR3の通信経路にはデータコピー処理1430および1431(図14)を介す通信装置101を用い、LPAR3とLPAR4の通信経路には物理回線107を用い、LPAR1とLPAR4の通信経路には仮想通信装置間メモリコピー処理1420(図14)を用いることを示している。仮想計算機間で通信しない構成のときには、通信経路がないという情報になる。   In this embodiment, the direct memory access circuit 1410 (FIG. 14) is used for the communication path of LPAR1 and LPAR2, and the communication device 101 via data copy processing 1430 and 1431 (FIG. 14) is used for the communication path of LPAR2 and LPAR3. It is shown that the physical line 107 is used for the communication path of LPAR3 and LPAR4, and the inter-virtual communication device memory copy process 1420 (FIG. 14) is used for the communication path of LPAR1 and LPAR4. In a configuration in which communication is not performed between virtual machines, the information is that there is no communication path.

次に、図9及び図17を参照して、管理装置500における仮想計算機間の依存度条件設定処理602について説明する。
図17は、仮想計算機依存度判定条件351(図5)の内容の一例を示す。
仮想計算機依存度判定条件351には、判定条件が、仮想計算機間通信経路に関するものか1710、通信履歴に関するものか1720、仮想計算機の識別情報を示して直接条件設定するものか1730、という条件種別を分けて登録する。条件種別毎に、条件項目を設定し、条件項目に対する仮想計算機間の依存度の強弱を条件値で示す。条件値が大きいほど、対応する条件項目の優先度が大きいものとする。
Next, a dependency condition setting process 602 between virtual machines in the management apparatus 500 will be described with reference to FIGS. 9 and 17.
FIG. 17 shows an example of the contents of the virtual machine dependence determination condition 351 (FIG. 5).
The virtual machine dependency determination condition 351 includes a condition type of whether the determination condition is related to a communication path between virtual machines 1710, communication history 1720, or the identification information of the virtual machine is directly set and the condition is set to 1730. Register separately. A condition item is set for each condition type, and the degree of dependence between virtual machines on the condition item is indicated by a condition value. The greater the condition value, the greater the priority of the corresponding condition item.

条件種別が仮想計算機間通信経路であるならば、通信装置エミュレータ301(図14)の直接メモリアクセス回路1410と、仮想通信装置間メモリコピー処理1420と、通信装置内折り返しデータコピー処理1430および1431のどの経路を介して通信する仮想計算機間の依存度が強いかを示す数値を、エリア1710に設定する。   If the condition type is an inter-virtual computer communication path, the direct memory access circuit 1410 of the communication device emulator 301 (FIG. 14), the inter-virtual communication device memory copy processing 1420, and the intra-communication device loopback data copy processing 1430 and 1431 A numerical value indicating in which area the degree of dependence between the virtual machines communicating via is strong is set in area 1710.

条件種別が通信履歴であるならば、通信履歴情報の有効期間とともに、通信頻度と、通信量の閾値と、これらに対応する仮想計算期間の依存度の関係を示す数値を、エリア1720に設定する。
また、仮想計算機の識別情報を直接指定して条件を設定する場合には、エリア1730を用いる。
上記エリア1710と1720と1730に新たな条件が設定されたとき、エリア1740に更新時刻をセットする。
If the condition type is a communication history, a numerical value indicating the relationship between the communication frequency, the threshold of the communication amount, and the dependency of the virtual calculation period corresponding to the effective period of the communication history information is set in the area 1720. .
In the case where conditions are set by directly specifying virtual machine identification information, an area 1730 is used.
When new conditions are set in the areas 1710, 1720, and 1730, the update time is set in the area 1740.

図9を参照して、依存度条件設定処理602について説明する。
まず、管理装置メモリ503が、入力装置504から依存度判定条件更新要求を受信する(S910)。この要求には、条件種別と、条件項目と、条件値が含まれる。次に、要求の条件種別が通信経路であるかどうかを判定する(S920)。判定の結果、通信経路でないと判定された場合には、処理はS940に進む。一方、通信経路であると判定された場合には、処理はS930に進む。S930では、依存度判定条件351のエリア1710(図17)に、条件項目としての経路情報と、条件値を格納する。
The dependency condition setting process 602 will be described with reference to FIG.
First, the management device memory 503 receives a dependency determination condition update request from the input device 504 (S910). This request includes a condition type, a condition item, and a condition value. Next, it is determined whether or not the request condition type is a communication path (S920). As a result of the determination, if it is determined that it is not a communication path, the process proceeds to S940. On the other hand, if the communication path is determined, the process proceeds to S930. In S930, route information and condition values as condition items are stored in the area 1710 (FIG. 17) of the dependency determination condition 351.

そしてS940で、要求の条件種別が通信履歴であるかどうかを判定する。その判定の結果、通信履歴でないと判定された場合には、処理はS970に進む。一方、通信履歴であると判定された場合には、処理はS950に進む。S950では、依存度判定条件351のエリア1720(図17)に、仮想計算機通信履歴情報342に格納された情報の中から、使用する履歴情報の有効期間を格納する。続いて、通信履歴条件をエリア1720(図17)に格納する(S960)。   In step S940, it is determined whether the request condition type is communication history. As a result of the determination, if it is determined not to be a communication history, the process proceeds to S970. On the other hand, if the communication history is determined, the process proceeds to S950. In S950, the validity period of the history information to be used is stored in the area 1720 (FIG. 17) of the dependency determination condition 351 from the information stored in the virtual machine communication history information 342. Subsequently, the communication history condition is stored in the area 1720 (FIG. 17) (S960).

その後、要求の条件種別が直接条件であるかどうかを判定する(S970)。その判定の結果、直接条件でないと判定された場合には、処理はS990に進む。一方、直接条件であると判定された場合には、処理はS980に進む。S980では、依存度判定条件351のエリア1730(図17)に、仮想計算機を特定した依存度判定条件を格納する。   Thereafter, it is determined whether or not the request condition type is a direct condition (S970). As a result of the determination, if it is determined that the condition is not a direct condition, the process proceeds to S990. On the other hand, if it is determined that the condition is a direct condition, the process proceeds to S980. In S980, the dependency determination condition specifying the virtual machine is stored in the area 1730 (FIG. 17) of the dependency determination condition 351.

図17のエリア1730の例では、LPAR1という仮想計算機識別子の仮想計算機2001は、現在実行しているホストコンピュータ1001と異なるホストコンピュータ1002へ移行してもよいことを示す「×」を格納している。また、LPAR2という仮想計算機識別子の仮想計算機2002は、現在実行しているホストコンピュータ1001と異なるホストコンピュータ1002へ移行しないことを示す「○」を格納している。さらに、LPAR3という仮想計算機識別子の仮想計算機2003と、LPAR2という仮想計算機識別子の仮想計算機2002とは、異なるホストコンピュータ1002に分離することを禁止する条件を設定している。ここで、LPAR3とLPAR2との仮想計算機識別子の仮想計算機2003,2002は、依存度が非常に強いことを表す。   In the example of the area 1730 in FIG. 17, the virtual computer 2001 with the virtual computer identifier LPAR1 stores “x” indicating that the host computer 1002 that is different from the currently executing host computer 1001 may be migrated. . In addition, the virtual computer 2002 having the virtual computer identifier LPAR2 stores “◯” indicating that the host computer 1002 that is currently being executed is not migrated. Furthermore, the virtual machine 2003 with the virtual machine identifier LPAR3 and the virtual machine 2002 with the virtual machine identifier LPAR2 are set to prohibit the separation into different host computers 1002. Here, the virtual machines 2003 and 2002 with the virtual machine identifiers of LPAR3 and LPAR2 indicate that the dependence is very strong.

その後、現在時刻を依存度判定条件351(図17)の更新時刻エリア1740に格納し(S990)、依存度判定条件351が更新されたことを、ホストコンピュータ1001の仮想計算機依存度管理部305(図5)に通知する(S995)。
この実施例によれば、仮想計算機システム10で、仮想計算機200間の依存度を判定する条件を設定することができる。
Thereafter, the current time is stored in the update time area 1740 of the dependency determination condition 351 (FIG. 17) (S990), and the fact that the dependency determination condition 351 has been updated is updated by the virtual machine dependency management unit 305 ( (S995).
According to this embodiment, the virtual computer system 10 can set conditions for determining the degree of dependence between the virtual computers 200.

次に、図10及び図13を参照して、仮想計算機依存度管理部305における仮想計算機間の依存度判定処理354について説明する。
図13は、仮想計算機依存度情報352(図5)の内容の一例を示す。フィールド1310とフィールド1320とには、仮想計算機システム10で実行している仮想計算機200の識別情報を登録している。仮想計算機依存度情報352では、フィールド1310とフィールド1320との格子フィールドに、2つの仮想計算機間の依存度情報を格納する。2つの仮想計算機識別情報が同一の仮想計算機200を表す格子フィールドは、仮想計算機依存度判定条件351の直接条件エリア1730(図17)にセットされている仮想計算機200に設定された移行条件を格納する。
Next, with reference to FIGS. 10 and 13, the inter-virtual computer dependency determination processing 354 in the virtual computer dependency management unit 305 will be described.
FIG. 13 shows an example of the contents of the virtual machine dependency information 352 (FIG. 5). In the field 1310 and the field 1320, the identification information of the virtual machine 200 running in the virtual machine system 10 is registered. In the virtual machine dependency information 352, dependency information between two virtual machines is stored in the lattice field of the field 1310 and the field 1320. The lattice field representing the virtual machine 200 having the same two virtual machine identification information stores the migration condition set in the virtual machine 200 set in the direct condition area 1730 (FIG. 17) of the virtual machine dependency determination condition 351. To do.

2つの仮想計算機識別情報のうち、フィールド1310で示す仮想計算機200の識別情報が、フィールド1320で示す仮想計算機200の識別情報より大きい格子フィールドには、仮想計算機依存度判定条件351の通信経路条件エリア1710(図17)にセットされている通信経路条件に基づく依存度情報を格納する。   Of the two virtual machine identification information, in the lattice field in which the identification information of the virtual machine 200 indicated by the field 1310 is larger than the identification information of the virtual machine 200 indicated by the field 1320, the communication path condition area of the virtual machine dependency determination condition 351 Dependency information based on the communication path condition set in 1710 (FIG. 17) is stored.

2つの仮想計算機識別情報のうち、フィールド1310で示す仮想計算機200の識別情報が、フィールド1320で示す仮想計算機200の識別情報より小さい格子フィールドには、仮想計算機依存度判定条件351の通信履歴条件エリア1720(図17)にセットされている通信履歴条件に基づく依存度情報を格納する。
フィールド1340には、仮想計算機依存度情報の更新時刻を格納する。
Among the two virtual machine identification information, the communication history condition area of the virtual machine dependence determination condition 351 is included in a lattice field in which the identification information of the virtual machine 200 indicated by the field 1310 is smaller than the identification information of the virtual machine 200 indicated by the field 1320. Dependency information based on the communication history condition set in 1720 (FIG. 17) is stored.
The field 1340 stores the update time of the virtual machine dependency information.

図10を参照して、仮想計算機依存度判定処理354について説明する。
まず、仮想計算機依存度判定処理プログラム354が、仮想計算機間の依存度判定要求を受け付ける(S1005)。そして、仮想計算機依存度判定条件351の条件更新時刻1740(図17)が、仮想計算機依存度情報352の依存度情報更新時刻1340より大きいかどうか判定する(S1010)。判定の結果、条件更新時刻1740(図17)が、依存度情報更新時刻1340より大きくないと判定された場合には、処理S1050に進む。一方、条件更新時刻1740(図17)が、依存度情報更新時刻1340より大きいと判定された場合には、処理S1015に進む。
The virtual machine dependence determination process 354 will be described with reference to FIG.
First, the virtual machine dependency determination processing program 354 accepts a dependency determination request between virtual machines (S1005). Then, it is determined whether or not the condition update time 1740 (FIG. 17) of the virtual machine dependency determination condition 351 is greater than the dependency information update time 1340 of the virtual machine dependency information 352 (S1010). As a result of the determination, if it is determined that the condition update time 1740 (FIG. 17) is not greater than the dependency information update time 1340, the process proceeds to step S1050. On the other hand, if it is determined that the condition update time 1740 (FIG. 17) is greater than the dependency information update time 1340, the process proceeds to step S1015.

S1015において、仮想計算機依存度判定条件351に直接条件が設定されているかどうか判定する。判定の結果、直接条件が設定されていないと判定された場合には、処理S1050に進む。一方、直接条件が設定されていると判定された場合には、処理S1020に進む。   In step S <b> 1015, it is determined whether a direct condition is set in the virtual machine dependency determination condition 351. As a result of the determination, if it is determined that the direct condition is not set, the process proceeds to step S1050. On the other hand, if it is determined that the direct condition is set, the process proceeds to step S1020.

S1020において、仮想計算機依存度判定条件351に設定されている直接条件が、移行禁止であるかどうか判定する。その判定の結果、直接条件が移行禁止でないと判定された場合には、処理S1025に進む。一方、直接条件が移行禁止であると判定された場合には、処理S1025に進む。S1025では、仮想計算機依存度情報352の、2つの仮想計算機識別情報が同一で、直接条件に一致している、フィールド1310とフィールド1320との格子フィールドに、移行禁止の「○」印を格納する。   In S1020, it is determined whether or not the direct condition set in the virtual machine dependency determination condition 351 is a migration prohibition. As a result of the determination, if it is determined that the direct condition is not prohibition of the transition, the process proceeds to step S1025. On the other hand, if it is determined that the direct condition is prohibition of migration, the process proceeds to step S1025. In S1025, the migration prohibition “o” mark is stored in the lattice field of the field 1310 and the field 1320 in which the two virtual machine identification information of the virtual machine dependency information 352 is the same and directly matches the condition. .

S1030において、仮想計算機依存度判定条件351に設定されている直接条件が、移行推奨であるかどうか判定する。その判定の結果、直接条件が移行推奨でないと判定された場合には、処理S1040に進む。一方、直接条件が移行禁止であると判定された場合には、処理S1035に進む。S1035では、仮想計算機依存度情報352の、2つの仮想計算機識別情報が同一で、直接条件に一致している、フィールド1310とフィールド1320との格子フィールドに、移行推奨の「×」印を格納する。   In S1030, it is determined whether or not the direct condition set in the virtual machine dependency determination condition 351 is migration recommendation. As a result of the determination, if it is determined that the direct condition is not migration recommendation, the process proceeds to step S1040. On the other hand, if it is determined that the direct condition is prohibition of transition, the process proceeds to step S1035. In S1035, the migration recommendation “x” mark is stored in the lattice field of the field 1310 and the field 1320 in which the two virtual machine identification information of the virtual machine dependency information 352 is the same and directly matches the condition. .

S1040において、仮想計算機依存度判定条件351に設定されている直接条件が、分離不可条件であるかどうか判定する。その結果、直接条件に分離不可条件がないと判定された場合には、処理S1050に進む。一方、直接条件に分離不可条件があると判定された場合には、処理S1045に進む。S1045では、仮想計算機依存度情報352の、分離不可に指定された2つの仮想計算機識別情報に対応する、フィールド1310とフィールド1320との格子フィールドに、分離不可の「不可」印を格納する。   In S1040, it is determined whether the direct condition set in the virtual machine dependency determination condition 351 is a non-separable condition. As a result, when it is determined that the direct condition does not include the non-separable condition, the process proceeds to step S1050. On the other hand, if it is determined that the direct condition includes a non-separable condition, the process proceeds to step S1045. In S <b> 1045, the “impossible” mark that cannot be separated is stored in the lattice field of the field 1310 and the field 1320 corresponding to the two virtual machine identification information designated as unseparable in the virtual machine dependency information 352.

S1050において、仮想計算機通信経路情報341の更新時刻フィールド740が、仮想計算機依存度判定条件351の条件更新時刻1740(図17)より大きいかどうか判定する。その結果、更新時刻フィールド740が、条件更新時刻1740(図17)より大きくないと判定された場合には、処理S1065に進む。一方、更新時刻フィールド740が、条件更新時刻1740(図17)より大きいと判定された場合には、処理S1055に進む。S1055では、仮想計算機通信経路情報341をチェックし、2つの仮想計算機間の最新の通信経路情報を取得する。そして、S1055で取得した通信経路情報に対応する、仮想計算機依存度判定条件351の通信経路条件1710をチェックし、対象の通信経路に指定された依存値を、指定された2つの仮想計算機識別情報に対応する、フィールド1310とフィールド1320との格子フィールドに格納する(S1060)。   In S1050, it is determined whether or not the update time field 740 of the virtual machine communication path information 341 is greater than the condition update time 1740 (FIG. 17) of the virtual machine dependence determination condition 351. As a result, if it is determined that the update time field 740 is not greater than the condition update time 1740 (FIG. 17), the process proceeds to step S1065. On the other hand, if it is determined that the update time field 740 is greater than the condition update time 1740 (FIG. 17), the process proceeds to step S1055. In S1055, the virtual machine communication path information 341 is checked, and the latest communication path information between the two virtual machines is acquired. Then, the communication path condition 1710 of the virtual machine dependency determination condition 351 corresponding to the communication path information acquired in S1055 is checked, and the dependency value specified for the target communication path is changed to the specified two virtual machine identification information. Are stored in the lattice field of the field 1310 and the field 1320 corresponding to (S1060).

次に、S1065において、仮想計算機依存度判定条件351の通信履歴条件1720の有効期間を取得し、仮想計算機間通信履歴情報342(図8)から、有効期間内の通信履歴情報を選択する。そして、S1070では、S1065で選択した通信履歴情報から、2つの仮想計算機の組合せ毎に通信回数を求め、有効期間あたりの通信回数を算出し、通信履歴条件1720の頻度条件より大きいかどうか判定する。その結果、通信頻度が、通信履歴条件1720の頻度条件より大きくないと判定された場合には、処理S1080に進む。一方、通信頻度が、通信履歴条件1720の頻度条件より大きいと判定された場合には、処理S1075に進む。S1075では、S1070で使用した、仮想計算機依存度判定条件351の通信履歴条件1720に指定された依存値を、指定された2つの仮想計算機識別情報に対応する、フィールド1310とフィールド1320との格子フィールドに格納する。   Next, in S1065, the effective period of the communication history condition 1720 of the virtual machine dependence determination condition 351 is acquired, and communication history information within the effective period is selected from the inter-virtual machine communication history information 342 (FIG. 8). In S1070, the number of communications is calculated for each combination of two virtual machines from the communication history information selected in S1065, the number of communications per effective period is calculated, and it is determined whether or not the frequency condition of the communication history condition 1720 is greater. . As a result, if it is determined that the communication frequency is not greater than the frequency condition of the communication history condition 1720, the process proceeds to step S1080. On the other hand, if it is determined that the communication frequency is greater than the frequency condition of the communication history condition 1720, the process proceeds to step S1075. In S1075, the dependency value specified in the communication history condition 1720 of the virtual machine dependence determination condition 351 used in S1070 corresponds to the two specified virtual machine identification information, and the lattice field of the field 1310 and the field 1320 To store.

S1080では、S1065で選択した通信履歴情報から、2つの仮想計算機の組合せ毎に通信量を求め、有効期間内の通信量を加算する。そして、S1085において、S1080で求めた通信量が、通信履歴条件1720の通信量条件より大きいかどうか判定する。その判定の結果、通信量が、通信履歴条件1720の通信量条件より大きくないと判定された場合には、処理を終了する。一方、通信量が、通信履歴条件1720の通信量条件より大きいと判定された場合には、処理S1090に進む。S1090では、S1085で使用した、仮想計算機依存度判定条件351の通信履歴条件1720に指定された依存値を、指定された2つの仮想計算機識別情報に対応する、フィールド1310とフィールド1320との格子フィールドに格納する。
この実施例によれば、仮想計算機システム10では、仮想計算機200間の依存度を判定し、依存度情報を格納することができる。
In S1080, the communication amount is obtained for each combination of two virtual machines from the communication history information selected in S1065, and the communication amount within the valid period is added. Then, in S1085, it is determined whether the communication amount obtained in S1080 is larger than the communication amount condition of the communication history condition 1720. As a result of the determination, if it is determined that the communication amount is not larger than the communication amount condition of the communication history condition 1720, the process is terminated. On the other hand, if it is determined that the communication amount is larger than the communication amount condition of the communication history condition 1720, the process proceeds to step S1090. In S1090, the dependency value specified in the communication history condition 1720 of the virtual machine dependence determination condition 351 used in S1085 corresponds to the two specified virtual machine identification information, and a lattice field of the field 1310 and the field 1320. To store.
According to this embodiment, the virtual machine system 10 can determine the degree of dependence between the virtual machines 200 and store the degree of dependence information.

次に、図8及び図16を参照して、仮想計算機間通信管理部304における仮想計算機間の通信履歴生成処理343について説明する。
図8は、仮想計算機間通信管理部304(図4)の仮想計算機通信履歴情報342の内容の一例を示す。フィールド810には、送信元となる仮想計算機200の識別情報を格納し、フィールド820には、通信データのサイズを格納し、フィールド830には、送信先の仮想計算機200の識別情報を格納し、フィールド840には、仮想計算機間通信の発生時刻を格納する。
Next, the inter-virtual computer communication history generation process 343 in the inter-virtual computer communication management unit 304 will be described with reference to FIGS.
FIG. 8 shows an example of the contents of the virtual machine communication history information 342 of the inter-virtual machine communication management unit 304 (FIG. 4). The field 810 stores identification information of the virtual machine 200 that is the transmission source, the field 820 stores the size of the communication data, the field 830 stores the identification information of the virtual machine 200 that is the transmission destination, The field 840 stores the occurrence time of communication between virtual machines.

図16を参照して、仮想計算機間通信履歴生成処理について説明する。
まず、通信履歴生成プログラム343が、通信実行プログラム344で仮想計算機間通信を完了したことを検知する(S1610)。すると、仮想計算機通信履歴情報342に、新しい履歴情報を格納するためのエントリを追加する(S1620)。次に、新エントリに、仮想計算機間通信履歴情報を格納する(S1630)。仮想計算機間通信履歴情報は、フィールド810の送信元仮想計算機識別情報と、フィールド820の通信サイズと、フィールド830の送信先仮想計算機識別情報と、フィールド840の通信発生時刻である。
With reference to FIG. 16, the inter-virtual machine communication history generation processing will be described.
First, the communication history generation program 343 detects that communication between virtual machines has been completed by the communication execution program 344 (S1610). Then, an entry for storing new history information is added to the virtual machine communication history information 342 (S1620). Next, the inter-virtual machine communication history information is stored in the new entry (S1630). The inter-virtual machine communication history information includes transmission source virtual machine identification information in field 810, communication size in field 820, transmission destination virtual machine identification information in field 830, and communication occurrence time in field 840.

続いて、通信実行プログラム344が使用した仮想計算機間の通信経路を取得する(S1640)。そして、S1640で取得した仮想計算機間の通信経路が、仮想計算機通信経路情報341(図7)に登録されている送信元と送信先仮想計算機に対応した通信経路と等しいかどうか判定する(S1650)。判定の結果、登録されている通信経路であると判定された場合には、処理を終了する。一方、登録されている通信経路とは異なると判定された場合には、処理はS1660に進む。
S1660では、仮想計算期間通信経路情報341(図7)の送信元と送信先の仮想計算機に対応する通信経路情報730を、S1640で取得した最新の経路情報に更新する。
Subsequently, a communication path between virtual machines used by the communication execution program 344 is acquired (S1640). Then, it is determined whether or not the communication path between the virtual machines acquired in S1640 is equal to the communication path corresponding to the transmission source and destination virtual machines registered in the virtual machine communication path information 341 (FIG. 7) (S1650). . As a result of the determination, if it is determined that the communication path is registered, the process ends. On the other hand, if it is determined that the communication path is different from the registered communication path, the process proceeds to S1660.
In S1660, the communication path information 730 corresponding to the transmission source and transmission destination virtual machines in the virtual calculation period communication path information 341 (FIG. 7) is updated to the latest path information acquired in S1640.

上記の処理により、仮想計算機通信履歴情報342には、送信元仮想計算機LPAR1から512バイトを送信先仮想計算機LPAR2に時刻t1に送った履歴と、送信元仮想計算機LPAR2から32バイトを送信先仮想計算機LPAR1に時刻t2に送った履歴と、送信元仮想計算機LPAR3から4096バイトを送信先仮想計算機LPAR4に時刻t3に送った履歴と、が格納される。
この実施例によれば、仮想計算機システム10において、仮想計算機200間の通信履歴情報を保持することができる。また、仮想計算機間の通信経路が変更になっても、最新の通信経路情報を登録することができる。
As a result of the above processing, the virtual machine communication history information 342 includes the history of sending 512 bytes from the source virtual machine LPAR1 to the destination virtual machine LPAR2 at time t1, and 32 bytes from the source virtual machine LPAR2 to the destination virtual machine. The history sent to LPAR1 at time t2 and the history sent from the source virtual machine LPAR3 to 4096 bytes to the destination virtual machine LPAR4 at time t3 are stored.
According to this embodiment, the communication history information between the virtual machines 200 can be held in the virtual machine system 10. Even when the communication path between virtual machines is changed, the latest communication path information can be registered.

次に、図18及び図19を参照して、管理装置500における仮想計算機依存度情報表示処理603について説明する。図19は、仮想計算機の依存度情報表示操作と、管理装置500の表示装置505に表示する依存度情報表示画面の一例を示す。   Next, the virtual machine dependence information display processing 603 in the management apparatus 500 will be described with reference to FIGS. FIG. 19 shows an example of the dependency information display operation of the virtual machine and the dependency information display screen displayed on the display device 505 of the management device 500.

図18を参照して、仮想計算機依存情報表示処理について説明する。
まず、管理装置500のCPU502が、入力装置504から依存度情報表示要求を受け付ける(S1810)。依存度情報表示画面1900のフィールド1910は、この要求を入力するコマンドを示す。また、フィールド1920は、この要求に応えるための依存度情報表示フィールドである。
The virtual machine dependent information display process will be described with reference to FIG.
First, the CPU 502 of the management device 500 receives a dependency information display request from the input device 504 (S1810). A field 1910 on the dependency information display screen 1900 indicates a command for inputting this request. A field 1920 is a dependency information display field for responding to this request.

次に、ホストコンピュータ100の仮想計算機依存度情報352(図13)を入力する(S1820)。そして、仮想計算機依存度情報352をチェックし、移行推奨に指定されている仮想計算機識別情報を表示し、移行禁止に指定されている仮想計算機識別情報を表示し、分離不可に指定されている2つ以上の仮想計算機識別情報を表示する(S1825)。次に、仮想計算機依存度情報352で同一仮想計算機ペアの依存度の数値が複数あるか判定する(S1830)。その結果、依存度の数値が1つだけ登録されていると判定された場合には、処理S1850に進む。一方、依存度の数値が複数登録されていると判定された場合には、処理S1840に進む。   Next, the virtual machine dependence information 352 (FIG. 13) of the host computer 100 is input (S1820). Then, the virtual machine dependency information 352 is checked, the virtual machine identification information designated as migration recommendation is displayed, the virtual machine identification information designated as migration prohibited is displayed, and designated as non-separable 2 One or more pieces of virtual machine identification information are displayed (S1825). Next, it is determined whether there are a plurality of dependency numerical values of the same virtual computer pair in the virtual computer dependency information 352 (S1830). As a result, if it is determined that only one dependency value is registered, the process advances to step S1850. On the other hand, if it is determined that a plurality of dependence values are registered, the process advances to step S1840.

S1840では、仮想計算機依存度情報352に登録されている同一仮想計算機ペアの依存度の数値の中で、最大の値以外を消去する。そして、仮想計算機依存度情報352に登録されているすべての仮想計算機ペアの依存度の値を大きい順に、依存度情報表示画面1900に表示する(S1850)。   In S1840, the values other than the maximum value among the numerical values of the dependency of the same virtual computer pair registered in the virtual computer dependency information 352 are deleted. Then, dependency values of all virtual computer pairs registered in the virtual machine dependency information 352 are displayed on the dependency information display screen 1900 in descending order (S1850).

上記した処理により、依存度情報表示フィールド1920に、移行推奨仮想計算機識別情報として、仮想計算期間依存度情報352に「×」印が登録されている「LPAR1」を、移行禁止仮想計算機識別情報として、仮想計算期間依存度情報352に「○」印が登録されている「LPAR2」を、分離不可の仮想計算機識別情報として、仮想計算機間依存度情報352に「不可」印が格納されている「LPAR2−LPAR3」を、依存関係情報として、依存度の大きい順に、LPAR1とLPAR2が依存度80、LPAR1とLPAR4が依存度70であることを表示することができる。
この実施例によれば、管理装置500において仮想計算機200の依存度情報を表示することができる。
As a result of the above-described processing, “LPAR1” in which “×” is registered in the virtual calculation period dependency information 352 as migration recommended virtual computer identification information in the dependency information display field 1920 is used as migration prohibited virtual computer identification information. “LPAR2” in which the “○” mark is registered in the virtual calculation period dependency information 352 is stored as “unusable” mark in the inter-virtual computer dependency information 352 as “unseparable virtual machine identification information”. “LPAR2-LPAR3” can be displayed as dependency information, indicating that LPAR1 and LPAR2 have a dependency of 80 and LPAR1 and LPAR4 have a dependency of 70 in descending order of dependency.
According to this embodiment, the management device 500 can display the dependency information of the virtual machine 200.

次に、図11及び図12を参照して、管理装置500における仮想計算機の移行手続き処理604について説明する。図11は、仮想計算機の移行手続き処理の流れを示す。また、図12は、仮想計算機の移行操作と、管理装置500の表示装置505に表示される警告文の表示画面の一例を示す。   Next, the virtual machine migration procedure processing 604 in the management apparatus 500 will be described with reference to FIGS. 11 and 12. FIG. 11 shows the flow of the migration procedure process of the virtual machine. FIG. 12 shows an example of a virtual computer migration operation and a warning message display screen displayed on the display device 505 of the management device 500.

図11を参照するに、まず、管理装置500のCPU502が、入力装置504から仮想計算機の移行要求を受け付ける(S1110)。移行操作画面1200のフィールド1210は、この要求を入力するコマンドである。また、フィールド1220は、この要求に応えるための移行手続き結果表示フィールドである。   Referring to FIG. 11, first, the CPU 502 of the management apparatus 500 accepts a virtual machine migration request from the input apparatus 504 (S1110). A field 1210 of the migration operation screen 1200 is a command for inputting this request. A field 1220 is a migration procedure result display field for responding to this request.

次に、フィールド1210で入力した情報から、移行を要求された仮想計算機識別情報を取得する(S1120)。そして、仮想計算機依存度情報352を入力する(S1130)。次に、移行対象の仮想計算機が、仮想計算機依存度情報352で移行禁止仮想計算機に指定されているかを判定する(S1140)。その結果、移行禁止仮想計算機に指定されていると判定された場合には、S1175に進む。
S1175では、移行警告文として、「移行禁止仮想計算機に指定されている」という理由をセットする。一方、移行禁止仮想計算機に指定されていないと判定された場合には、処理はS1150に進む。
Next, the virtual machine identification information requested to be migrated is acquired from the information input in the field 1210 (S1120). Then, the virtual machine dependency information 352 is input (S1130). Next, it is determined whether the migration target virtual machine is designated as a migration prohibited virtual machine in the virtual machine dependency information 352 (S1140). As a result, if it is determined that the virtual machine is designated as a migration-prohibited virtual machine, the process proceeds to S1175.
In S1175, the reason “designated as a migration prohibited virtual machine” is set as the migration warning text. On the other hand, if it is determined that the virtual machine is not designated as a migration-prohibited virtual machine, the process proceeds to S1150.

次に、S1150において、移行対象の仮想計算機が、仮想計算機依存度情報352で移行推奨仮想計算機に指定されているかを判定する(S1150)。その結果、移行推奨仮想計算機に指定されていると判定された場合には、処理S1190に進み、仮想計算機の移行処理を開始する。一方、S1150で、移行推奨仮想計算機に指定されていないと判定された場合には、処理S1160に進む。   Next, in S1150, it is determined whether the migration target virtual machine is designated as a migration recommended virtual machine in the virtual machine dependency information 352 (S1150). As a result, if it is determined that the virtual machine is designated as a migration recommended virtual machine, the process advances to step S1190 to start a virtual machine migration process. On the other hand, if it is determined in S1150 that the virtual machine is not designated as a migration recommended virtual machine, the process advances to step S1160.

S1160では、移行対象の仮想計算機が、仮想計算機依存度情報352で依存度の大きい仮想計算機ペアの情報があるかを判定する。その結果、例えば、依存度が50より大きい仮想計算機ペアがないと判定された場合には、処理S1190に進む。一方、依存度が50より大きい仮想計算機ペアがあると判定された場合には、処理はS1170に進む。S1170では、移行警告文として、「依存度の大きい仮想計算機が存在している」という理由をセットする。そして、指定の仮想計算機を移行することに関する警告文をフィールド1220に表示する(S1180)。その後、移行処理に合意する入力を検知すると(S1185)、処理S1190進む。   In S1160, the virtual machine to be migrated determines whether there is virtual machine pair information with a large degree of dependence in the virtual machine dependence information 352. As a result, for example, if it is determined that there is no virtual machine pair whose dependency is greater than 50, the process advances to step S1190. On the other hand, if it is determined that there is a virtual machine pair whose dependency is greater than 50, the process proceeds to S1170. In S1170, the reason that “a virtual machine with a large dependency exists” is set as the migration warning text. Then, a warning text relating to migration of the designated virtual machine is displayed in the field 1220 (S1180). Thereafter, when an input agreeing to the migration process is detected (S1185), the process proceeds to process S1190.

上記の処理により、LPAR2を移行する要求に対し、仮想計算機依存度情報352に、LPAR2とLPAR1の通信経路から得た依存度が「80」と高い数値が登録されていることから、図12に示すように、表示画面のフィールド1220に、LPAR2の通信経路が分離不可条件に合致しているという警告文を表示することができる。
この実施例によれば、管理装置500において、仮想計算機200の移行要求に対する警告文を表示することができる。
As a result of the above processing, since the dependency obtained from the communication path between LPAR2 and LPAR1 is registered as a high value “80” in the virtual machine dependency information 352 in response to a request to migrate LPAR2, FIG. As shown, a warning message that the LPAR2 communication path matches the non-separable condition can be displayed in the field 1220 of the display screen.
According to this embodiment, the management apparatus 500 can display a warning message for a migration request of the virtual machine 200.

次に、図15及び図20を参照して、仮想計算機依存度管理部305における仮想計算機の構成情報を管理する処理353について説明する。
図15において、仮想計算機情報管理プログラム353が、仮想計算機システム10の構成変更発生を検知すると(S1510)、次に、構成変更が、新たな仮想計算機の起動であるか判定する(S1520)。その結果、仮想計算機の起動でないと判定された場合には、処理S1540に進む。一方、仮想計算機の起動であると判定された場合には、処理はS1530に進む。S1530では、仮想計算機通信経路情報341(図4)に、新たに起動される仮想計算機の通信経路情報を追加登録する。
Next, with reference to FIG. 15 and FIG. 20, a process 353 for managing the configuration information of the virtual machine in the virtual machine dependence management unit 305 will be described.
In FIG. 15, when the virtual machine information management program 353 detects the occurrence of a configuration change in the virtual machine system 10 (S1510), it is next determined whether the configuration change is a start of a new virtual machine (S1520). As a result, if it is determined that the virtual machine is not started, the process proceeds to step S1540. On the other hand, if it is determined that the virtual machine is activated, the process proceeds to S1530. In S1530, the communication path information of the newly activated virtual machine is additionally registered in the virtual machine communication path information 341 (FIG. 4).

S1540において、構成変更が、仮想計算機の終了であるか判定する。その結果、仮想計算機の終了でないと判定された場合には、処理は終了する。一方、仮想計算機の終了であると判定された場合には、処理S1550に進む。S1550では、関連情報のエントリを削除する。即ち、仮想計算機通信経路情報341(図4)から、終了する仮想計算機の通信経路情報を削除し、仮想計算機通信履歴情報342(図4)から、終了する仮想計算機に関する通信履歴を削除し、仮想計算機依存度情報352(図5)から、終了する仮想計算機に関する依存度情報を削除し、仮想計算機依存度判定条件351(図5)から、終了する仮想計算機に関する直接条件を削除する。
In S1540, it is determined whether the configuration change is the end of the virtual machine. As a result, if it is determined that the virtual machine is not terminated, the process is terminated. On the other hand, if it is determined that the virtual machine has ended, the process advances to step S1550. In S1550, the related information entry is deleted. That is, the communication path information of the virtual machine to be ended is deleted from the virtual machine communication path information 341 (FIG. 4), the communication history regarding the virtual machine to be ended is deleted from the virtual machine communication history information 342 (FIG. 4), The dependency information related to the virtual computer to be ended is deleted from the computer dependency information 352 (FIG. 5), and the direct condition related to the virtual computer to be ended is deleted from the virtual computer dependency determination condition 351 (FIG. 5).

図20は、仮想計算機追加起動後の仮想計算機通信経路情報341(図4)の内容の一例を示す。本実施例では、LPAR5が追加になったとき、フィールド750を追加して、LPAR5が使用する通信経路が直接メモリアクセス回路であることを示す情報を格納している。
以上説明したように、仮想計算機システム10では、仮想計算機200の起動および終了に合わせて、仮想計算機間通信管理部304と仮想計算機依存度管理部305とが有する情報を、最新の仮想計算機の構成に更新することができる。
FIG. 20 shows an example of the contents of the virtual machine communication path information 341 (FIG. 4) after the virtual machine addition activation. In this embodiment, when LPAR5 is added, a field 750 is added to store information indicating that the communication path used by LPAR5 is a direct memory access circuit.
As described above, in the virtual machine system 10, the information held by the inter-virtual machine communication management unit 304 and the virtual machine dependency management unit 305 is updated with the configuration of the latest virtual machine in accordance with the activation and termination of the virtual machine 200. Can be updated.

本実施例における仮想計算機の管理によれば、仮想計算機200間の依存度を判定する条件を設定することができる。また、仮想計算機200間の依存度を判定し、依存度情報を格納することができる。さらに、仮想計算機200間の最新の通信経路情報を登録することができる。また、仮想計算機200の起動および終了に合わせて、仮想計算機間通信管理部304と仮想計算機依存度管理部305とが有する情報を、最新の仮想計算機構成に更新することができる。   According to the management of virtual machines in the present embodiment, it is possible to set conditions for determining the degree of dependence between virtual machines 200. Moreover, the dependence degree between the virtual machines 200 can be determined and dependence degree information can be stored. Furthermore, the latest communication path information between the virtual machines 200 can be registered. In addition, the information held by the inter-virtual computer communication management unit 304 and the virtual computer dependency management unit 305 can be updated to the latest virtual computer configuration in accordance with the activation and termination of the virtual computer 200.

管理装置500では、仮想計算機200間の依存度情報を表示することができる。また、仮想計算機200を移行する要求に対し、仮想計算機200を異なるホストコンピュータ100に移行することによって信頼性が低下する場合に、移行中止を促す警告文を表示することができる。
In the management apparatus 500, dependency information between virtual machines 200 can be displayed. Further, in response to a request to migrate the virtual machine 200, when the reliability is lowered by migrating the virtual machine 200 to a different host computer 100, it is possible to display a warning message prompting the migration to be stopped.

一実施例における仮想計算機システムの構成を示す図。The figure which shows the structure of the virtual machine system in one Example. 仮想計算機システムが実現されるコンピュータシステムのハードウェアの構成を示す図。The figure which shows the structure of the hardware of the computer system by which a virtual machine system is implement | achieved. 異なるホストコンピュータ上の仮想計算機間が物理回線を使って通信するシステム構成を示す図。1 is a diagram showing a system configuration in which virtual machines on different host computers communicate using physical lines. 仮想計算機間通信管理部304の内部構成を示す図。The figure which shows the internal structure of the communication management part 304 between virtual machines. 仮想計算機依存度管理部305の内部構成を示す図。The figure which shows the internal structure of the virtual machine dependence management part 305. 管理装置500のメモリ503の内部構成を概略的に示す図。The figure which shows schematically the internal structure of the memory 503 of the management apparatus 500. 仮想計算機通信経路情報の一例を示す図。The figure which shows an example of virtual computer communication path information. 仮想計算機通信履歴情報の一例を示す図。The figure which shows an example of virtual computer communication log | history information. 依存度条件設定処理の流れを示すフローチャート。The flowchart which shows the flow of a dependence condition setting process. 仮想計算機依存度判定処理の流れを示すフローチャート。The flowchart which shows the flow of a virtual machine dependence determination process. 仮想計算機の移行手続き処理の流れを示すフローチャート。The flowchart which shows the flow of the migration procedure process of a virtual machine. 仮想計算機の移行操作と警告表示画面の一例を示す図。The figure which shows an example of transfer operation and a warning display screen of a virtual machine. 仮想計算機依存度情報の一例を示す図。The figure which shows an example of virtual machine dependence information. 仮想計算機間通信経路の属性を示す図。The figure which shows the attribute of the communication path between virtual machines. 仮想計算機情報管理処理の流れを示すフローチャート。The flowchart which shows the flow of a virtual machine information management process. 仮想計算機間通信履歴生成処理の流れを示すフローチャート。The flowchart which shows the flow of the communication history production | generation process between virtual machines. 仮想計算機依存度判定条件の一例を示す図。The figure which shows an example of virtual computer dependence determination conditions. 仮想計算機依存情報表示処理の流れを示すフローチャート。The flowchart which shows the flow of a virtual machine dependence information display process. 仮想計算機の依存度情報表示操作と依存度情報表示画面の一例を示す図。The figure which shows an example of the dependence information display operation of a virtual computer, and a dependence information display screen. 仮想計算機の追加起動後の仮想計算機通信経路情報の一例を示す図。The figure which shows an example of the virtual machine communication path information after the additional starting of a virtual machine.

符号の説明Explanation of symbols

10:仮想計算機システム 100:ホストコンピュータ 101:通信装置 102: CPU 103:メモリ 104:入力装置 105:表示装置 106:インタフェース 107:物理回線ネットワーク 200:仮想計算機 201:ゲストOS 202:仮想通信装置 300:ハイパーバイザ 301:通信装置エミュレータ 304:仮想計算機間通信管理部 305:仮想計算機依存度管理部 400:記憶装置 500:管理装置 1410:直接メモリアクセス回路 1420:仮想通信装置間メモリコピー処理部 1430:通信装置データコピー処理部。   10: Virtual computer system 100: Host computer 101: Communication device 102: CPU 103: Memory 104: Input device 105: Display device 106: Interface 107: Physical line network 200: Virtual computer 201: Guest OS 202: Virtual communication device 300: Hypervisor 301: Communication device emulator 304: Inter-virtual computer communication management unit 305: Virtual computer dependency management unit 400: Storage device 500: Management device 1410: Direct memory access circuit 1420: Inter-virtual communication device memory copy processing unit 1430: Communication Device data copy processing unit.

Claims (12)

複数の物理コンピュータが通信回線を介して接続され、かつ該物理コンピュータ上に形成することができる複数の仮想計算機と、該複数の仮想計算機間の通信処理を実行するハイパーバイザを有する仮想計算機システムにおいて、該ハイパーバイザに、該複数の仮想計算機間の通信処理を監視する通信管理部と、該通信管理部からの情報を用いて該仮想計算機間の依存度を判定する依存度判定部と、を備え、該依存度判定部による判定に応じて、ある物理コンピュータ上に形成された該仮想計算機を、同じ該物理コンピュータ内に形成された他の仮想計算機へ又は他の物理コンピュータに形成される仮想計算機へ移行することの可否を提示することを特徴とする仮想計算機システム。 In a virtual computer system having a plurality of virtual computers that are connected via a communication line and that can be formed on the physical computer, and a hypervisor that executes communication processing between the plurality of virtual computers A communication management unit that monitors communication processing between the plurality of virtual machines, and a dependency determination unit that determines the degree of dependence between the virtual machines using information from the communication management unit. A virtual computer formed on a certain physical computer to another virtual computer formed in the same physical computer or in a virtual computer formed on another physical computer according to the determination by the dependency determination unit A virtual computer system characterized by presenting whether or not to migrate to a computer. 前記通信管理部は、該仮想計算機間の通信経路情報を保持し、
前記依存度判定部は、該通信経路情報を用いて仮想計算機間の依存度を判定することを特徴とする請求項1の仮想計算機システム。
The communication management unit holds communication path information between the virtual machines,
The virtual machine system according to claim 1, wherein the dependence degree determination unit determines the dependence degree between the virtual machines using the communication path information.
前記通信管理部は、該仮想計算機間の通信履歴情報を保持し、
前記依存度判定部は、該通信履歴情報を用いて仮想計算機間の依存度を判定することを特徴とする請求項1の仮想計算機システム。
The communication management unit holds communication history information between the virtual machines,
The virtual machine system according to claim 1, wherein the dependence degree determination unit determines the degree of dependence between virtual machines using the communication history information.
前記依存度判定部は、依存度を判定する少なくとも1つの条件を保持し、
前記ハイパーバイザは、前記依存度を判定する条件を変更する依存度条件設定部を有することを特徴とする請求項1乃至3のいずれかの仮想計算機システム。
The dependence determination unit holds at least one condition for determining the dependence,
The virtual computer system according to claim 1, wherein the hypervisor includes a dependency condition setting unit that changes a condition for determining the dependency.
前記複数の物理コンピュータに接続され、該仮想計算機を管理する管理装置を有し、
該管理装置は、ある物理コンピュータ上に形成された該仮想計算機を、他の物理コンピュータに移行する要求、及び該依存度判定部の判定結果を入力する入力部と、該入力部より指定された、移行を要求された仮想計算機と依存度の強い仮想計算機が存在するかを判定する手段と、該判定手段による判定の結果、依存度の強い仮想計算機が存在する場合、該移行要求に対する警告を出力する出力部とを有する請求項1乃至4のいずれかの仮想計算機システム。
A management device connected to the plurality of physical computers for managing the virtual machine;
The management device has an input unit for inputting a request to migrate the virtual machine formed on a physical computer to another physical computer and a determination result of the dependency determination unit, and is specified by the input unit , A means for determining whether there is a virtual machine having a strong dependency with a virtual machine requested to be migrated, and if there is a virtual machine with a strong dependency as a result of the determination by the determination means, a warning for the migration request is issued. The virtual computer system according to claim 1, further comprising an output unit that outputs the virtual computer system.
前記管理装置は、該仮想計算機間の依存度情報を該出力部に出力することを特徴とする、請求項5の仮想計算機システム。 6. The virtual computer system according to claim 5, wherein the management device outputs dependency information between the virtual computers to the output unit. 前記依存度判定部は、移行により該仮想計算機が物理的な通信回線を用いて接続される、と判定した場合には、該仮想計算機を他の仮想計算機へ移行することを禁止することを特徴とする請求項2の仮想計算機システム。 The dependency determination unit prohibits migration of the virtual machine to another virtual machine when it is determined that the virtual machine is connected using a physical communication line by migration. The virtual computer system according to claim 2. 前記依存度判定部は、該通信履歴情報の有効期間と、通信頻度と、通信量の閾値に関する情報に基づいて該仮想計算機間の依存度を判定することを特徴とする請求項3の仮想計算機システム。 4. The virtual computer according to claim 3, wherein the dependency determination unit determines the dependency between the virtual computers based on information relating to an effective period of the communication history information, a communication frequency, and a threshold of a communication amount. system. 複数の物理コンピュータが通信回線を介して接続され、かつ該物理コンピュータ上に形成することができる複数の仮想計算機と、該複数の仮想計算機間の通信処理を実行するハイパーバイザを有する仮想計算機システムにおける仮想計算機の管理方法であって、
該複数の仮想計算機間の通信処理を監視する通信管理ステップと、該仮想計算機間の依存度を判定する依存度判定ステップと、該通信管理に関連して該依存度の判定に応じて、ある物理コンピュータ上に形成された該仮想計算機を、同じ該物理コンピュータ内に形成された他の仮想計算機へ又は他の物理コンピュータに形成される仮想計算機へ移行することの可否を提示するステップと、を有することを特徴とする仮想計算機の管理方法。
In a virtual computer system having a plurality of virtual computers that are connected via a communication line and can be formed on the physical computer, and a hypervisor that executes communication processing between the plurality of virtual computers A virtual machine management method,
There are a communication management step for monitoring communication processing between the plurality of virtual machines, a dependency determination step for determining the dependency between the virtual machines, and a determination of the dependency related to the communication management. Presenting whether or not the virtual machine formed on the physical computer can be migrated to another virtual machine formed in the same physical computer or to a virtual machine formed on another physical computer. A management method of a virtual machine, comprising:
前記通信管理ステップにおいて、該仮想計算機間の通信経路情報を保持しておき、保持された通信経路情報を用いて仮想計算機間の依存度を判定することを特徴とする請求項9の仮想計算機の管理方法。 10. The communication management step of the virtual computer according to claim 9, wherein in the communication management step, communication path information between the virtual machines is held, and the dependence between the virtual machines is determined using the held communication path information. Management method. 前記通信管理部ステップにおいて、該仮想計算機間の通信履歴情報を保持しておき、保持された該通信履歴情報を用いて仮想計算機間の依存度を判定することを特徴とする請求項9の仮想計算機の管理方法。 10. The virtual management system according to claim 9, wherein in the communication management unit step, communication history information between the virtual computers is held, and the dependence between the virtual computers is determined using the held communication history information. Computer management method. 複数の物理コンピュータが通信回線を介して接続され、かつ該物理コンピュータ上に形成することができる複数の仮想計算機と、該複数の仮想計算機間の通信処理を実行するハイパーバイザを有する仮想計算機システムにおいて、該ハイパーバイザ上で実行される仮想計算機の管理のためのプログラムであって、該複数の仮想計算機間の通信処理を監視する通信管理機能と、該仮想計算機間の依存度を判定する依存度判定機能と、該通信管理に関連して該依存度の判定に応じて、ある物理コンピュータ上に形成された該仮想計算機を、同じ該物理コンピュータ内に形成された他の仮想計算機へ又は他の物理コンピュータに形成される仮想計算機へ移行することの可否を提示する機能と、を実現することを特徴とする仮想計算機の管理のためのプログラム。 In a virtual computer system having a plurality of virtual computers that are connected via a communication line and that can be formed on the physical computer, and a hypervisor that executes communication processing between the plurality of virtual computers A program for managing virtual machines executed on the hypervisor, the communication management function for monitoring communication processing between the plurality of virtual machines, and the degree of dependence for determining the degree of dependence between the virtual machines In response to the determination function and the determination of the dependency in relation to the communication management, the virtual machine formed on one physical computer can be transferred to another virtual machine formed in the same physical computer or another A function for presenting whether or not to migrate to a virtual machine formed on a physical computer, and for managing a virtual machine characterized by realizing Program.
JP2007148071A 2007-06-04 2007-06-04 Virtual computer system Pending JP2008299791A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007148071A JP2008299791A (en) 2007-06-04 2007-06-04 Virtual computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007148071A JP2008299791A (en) 2007-06-04 2007-06-04 Virtual computer system

Publications (1)

Publication Number Publication Date
JP2008299791A true JP2008299791A (en) 2008-12-11

Family

ID=40173229

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007148071A Pending JP2008299791A (en) 2007-06-04 2007-06-04 Virtual computer system

Country Status (1)

Country Link
JP (1) JP2008299791A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010176178A (en) * 2009-01-27 2010-08-12 Nec Corp Virtual computer system, migration method for virtual computer, and program
JP2010191543A (en) * 2009-02-16 2010-09-02 Ricoh Co Ltd Emulation device and emulation system
EP2348411A2 (en) 2010-01-26 2011-07-27 NTT DoCoMo, Inc. Information-processing apparatus, information-processing method, and program
JP2011186821A (en) * 2010-03-09 2011-09-22 Nec Corp Virtual-environment management system, device, method, and program
WO2011158300A1 (en) * 2010-06-17 2011-12-22 株式会社日立製作所 Computer system and upgrade method for same
JP2012048629A (en) * 2010-08-30 2012-03-08 Fujitsu Ltd Virtual machine management program, virtual machine management method and virtual machine management device
WO2012073369A1 (en) * 2010-12-02 2012-06-07 株式会社日立製作所 Method of managing virtual machine, computer system and non-temporary computer readable medium
WO2012105056A1 (en) * 2011-02-04 2012-08-09 株式会社日立製作所 Data transfer control method for parallel distributed processing system, parallel distributed processing system, and storage medium
JPWO2010122709A1 (en) * 2009-04-23 2012-10-25 日本電気株式会社 Rejuvenation processing apparatus, rejuvenation processing system, computer program, and data processing method
JP2012221049A (en) * 2011-04-05 2012-11-12 Hitachi Ltd Data center system management method, data center system, and management device
JP2012238159A (en) * 2011-05-11 2012-12-06 Hitachi Solutions Ltd Virtualization migration support program
JP2013257915A (en) * 2013-10-03 2013-12-26 Hitachi Ltd Management computer
JP5403051B2 (en) * 2009-04-23 2014-01-29 日本電気株式会社 Rejuvenation processing apparatus, rejuvenation processing system, computer program, and data processing method
JP2014139849A (en) * 2014-05-08 2014-07-31 Hitachi Ltd Management computer and renovation method
US9086907B2 (en) 2011-12-28 2015-07-21 Kabushiki Kaisha Toshiba Apparatus and method for managing virtual machine addresses
JP2015164065A (en) * 2015-05-07 2015-09-10 株式会社日立製作所 Management computer and updating method
JP2015534663A (en) * 2012-08-14 2015-12-03 アルカテル−ルーセント Method and apparatus for providing a traffic RE aware slot arrangement
JP7460594B2 (en) 2021-12-13 2024-04-02 株式会社日立製作所 Management system, data rebalancing management method, and data rebalancing management program - Patents.com

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010176178A (en) * 2009-01-27 2010-08-12 Nec Corp Virtual computer system, migration method for virtual computer, and program
JP2010191543A (en) * 2009-02-16 2010-09-02 Ricoh Co Ltd Emulation device and emulation system
JPWO2010122709A1 (en) * 2009-04-23 2012-10-25 日本電気株式会社 Rejuvenation processing apparatus, rejuvenation processing system, computer program, and data processing method
US8984123B2 (en) 2009-04-23 2015-03-17 Nec Corporation Rejuvenation processing device, rejuvenation processing system, computer program, and data processing method
US8789045B2 (en) 2009-04-23 2014-07-22 Nec Corporation Rejuvenation processing device, rejuvenation processing system, computer program, and data processing method
JP2014130648A (en) * 2009-04-23 2014-07-10 Nec Corp Rejuvenation processing device, rejuvenation processing system, computer program, and data processing method
JP5403051B2 (en) * 2009-04-23 2014-01-29 日本電気株式会社 Rejuvenation processing apparatus, rejuvenation processing system, computer program, and data processing method
EP2348411A2 (en) 2010-01-26 2011-07-27 NTT DoCoMo, Inc. Information-processing apparatus, information-processing method, and program
CN102135900A (en) * 2010-01-26 2011-07-27 株式会社Ntt都科摩 Information processing apparatus and information processing method
JP2011186821A (en) * 2010-03-09 2011-09-22 Nec Corp Virtual-environment management system, device, method, and program
US8799525B2 (en) 2010-06-17 2014-08-05 Hitachi, Ltd. Computer system and its renewal method
US8190789B2 (en) 2010-06-17 2012-05-29 Hitachi, Ltd. Computer system and its renewal method
US9766822B2 (en) 2010-06-17 2017-09-19 Hitachi, Ltd. Computer system and its renewal method
US8438316B2 (en) 2010-06-17 2013-05-07 Hitachi, Ltd. Computer system and its renewal method
WO2011158300A1 (en) * 2010-06-17 2011-12-22 株式会社日立製作所 Computer system and upgrade method for same
JP5385458B2 (en) * 2010-06-17 2014-01-08 株式会社日立製作所 Computer system and renewal method thereof
JP2012048629A (en) * 2010-08-30 2012-03-08 Fujitsu Ltd Virtual machine management program, virtual machine management method and virtual machine management device
WO2012073369A1 (en) * 2010-12-02 2012-06-07 株式会社日立製作所 Method of managing virtual machine, computer system and non-temporary computer readable medium
WO2012105056A1 (en) * 2011-02-04 2012-08-09 株式会社日立製作所 Data transfer control method for parallel distributed processing system, parallel distributed processing system, and storage medium
JP5484601B2 (en) * 2011-02-04 2014-05-07 株式会社日立製作所 Data transfer control method for parallel distributed processing system, parallel distributed processing system, and storage medium
US9244737B2 (en) 2011-02-04 2016-01-26 Hitachi, Ltd. Data transfer control method of parallel distributed processing system, parallel distributed processing system, and recording medium
JP2012221049A (en) * 2011-04-05 2012-11-12 Hitachi Ltd Data center system management method, data center system, and management device
JP2012238159A (en) * 2011-05-11 2012-12-06 Hitachi Solutions Ltd Virtualization migration support program
US9086907B2 (en) 2011-12-28 2015-07-21 Kabushiki Kaisha Toshiba Apparatus and method for managing virtual machine addresses
JP2015534663A (en) * 2012-08-14 2015-12-03 アルカテル−ルーセント Method and apparatus for providing a traffic RE aware slot arrangement
JP2013257915A (en) * 2013-10-03 2013-12-26 Hitachi Ltd Management computer
JP2014139849A (en) * 2014-05-08 2014-07-31 Hitachi Ltd Management computer and renovation method
JP2015164065A (en) * 2015-05-07 2015-09-10 株式会社日立製作所 Management computer and updating method
JP7460594B2 (en) 2021-12-13 2024-04-02 株式会社日立製作所 Management system, data rebalancing management method, and data rebalancing management program - Patents.com

Similar Documents

Publication Publication Date Title
JP2008299791A (en) Virtual computer system
US7992032B2 (en) Cluster system and failover method for cluster system
CN107704314B (en) Method and device for migrating virtual machine
US8321558B1 (en) Dynamically monitoring and modifying distributed execution of programs
US9075662B2 (en) Stream processing with runtime adaptation
US8413144B1 (en) Providing application-aware high availability of virtual machines
US11755356B2 (en) Asynchronous queries on secondary data cores in a distributed computing system
US20140122920A1 (en) High availability system allowing conditionally reserved computing resource use and reclamation upon a failover
US8924969B2 (en) Virtual machine image write leasing
US11924117B2 (en) Automated local scaling of compute instances
GB2437145A (en) Dynamically allocating resources used by software
US8561070B2 (en) Creating a thread of execution in a computer processor without operating system intervention
JP5648187B2 (en) Computer system and monitoring method
JP4811830B1 (en) Computer resource control system
US20220114145A1 (en) Resource Lock Management Method And Apparatus
WO2021022964A1 (en) Task processing method, device, and computer-readable storage medium based on multi-core system
EP2541407A1 (en) Multi-core processor system, control program, and control method
WO2022151776A1 (en) Cloud platform virtual machine recycling method and computer device
CN115885261A (en) Partially privileged lightweight virtualization environment
JP2000259585A (en) System application management system and recording medium stored with program for executing the system
JP5704176B2 (en) Processor processing method and processor system
CA2967748A1 (en) System for cross-host, multi-thread session alignment
JP2021043725A (en) Calculation system, calculation method, and program
CN112559243B (en) Data snapshot method and device, electronic equipment and computer readable storage medium
KR101542605B1 (en) Parallel processing apparatus and processing apparatus for semantic heterogeneity of ontology matching