JP7476481B2 - Information processing system, physical machine, information processing method, and program - Google Patents

Information processing system, physical machine, information processing method, and program Download PDF

Info

Publication number
JP7476481B2
JP7476481B2 JP2019057836A JP2019057836A JP7476481B2 JP 7476481 B2 JP7476481 B2 JP 7476481B2 JP 2019057836 A JP2019057836 A JP 2019057836A JP 2019057836 A JP2019057836 A JP 2019057836A JP 7476481 B2 JP7476481 B2 JP 7476481B2
Authority
JP
Japan
Prior art keywords
information
asynchronous
synchronization
virtual
virtual machine
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.)
Active
Application number
JP2019057836A
Other languages
Japanese (ja)
Other versions
JP2020160653A (en
Inventor
洋明 高井
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 JP2019057836A priority Critical patent/JP7476481B2/en
Publication of JP2020160653A publication Critical patent/JP2020160653A/en
Application granted granted Critical
Publication of JP7476481B2 publication Critical patent/JP7476481B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

本発明は、情報処理システム、仮想マシン、物理マシン、情報処理方法、及びプログラムに関する。 The present invention relates to an information processing system, a virtual machine, a physical machine, an information processing method, and a program.

物理マシン上で実行される仮想マシン環境では、物理マシンの状態が重要である。そのため、物理マシンの状態によっては、仮想マシンを実行する物理マシンを他の物理マシンに変更することがある。例えば、仮想マシンが実行させる物理マシンについて、当該物理マシンの負荷の上昇等が生じる場合に、仮想マシンを他の物理マシンに移動し、その動作を継続することができる。また、物理マシンが故障等により動作を継続できない場合でも、仮想マシンを他の物理マシン上で再度起動することにより、動作の継続を実現できる。
このような仮想マシン環境を実現するための1つの方法として、仮想マシンを構成する仮想ディスクに対する情報が共有ディスク装置に記憶する方法がある。この方法では、複数の物理マシン間で共有ディスク装置が共有される。また、別の方法として、共有ディスク装置を利用しない方法がある。この方法では、仮想ディスクに対する書き込みを、ネットワークを介した通信により、他の物理マシンに逐次転送し、その変更を複数の物理マシン間で共有する。
特許文献1には、関連する技術として、送信側の仮想マシンへの書き込みが発生した場合に、実行状態の差分を受信側の仮想マシンに送信する技術が開示されている。
In a virtual machine environment in which a virtual machine is executed on a physical machine, the state of the physical machine is important. Therefore, depending on the state of the physical machine, the physical machine that executes the virtual machine may be changed to another physical machine. For example, when the load of the physical machine on which the virtual machine is executed increases, the virtual machine can be moved to another physical machine and its operation can be continued. Even if the physical machine cannot continue its operation due to a failure or the like, the virtual machine can be restarted on the other physical machine to achieve continuity of operation.
One method for realizing such a virtual machine environment is to store information about the virtual disks that configure the virtual machines in a shared disk device. In this method, the shared disk device is shared among multiple physical machines. Another method is to not use a shared disk device. In this method, writing to the virtual disk is sequentially transferred to other physical machines by communication over a network, and the changes are shared among the multiple physical machines.
Japanese Patent Laid-Open No. 2006-133693 discloses a related technique for transmitting a difference in execution state to a receiving virtual machine when writing to the sending virtual machine occurs.

特開2012-164075号公報JP 2012-164075 A

前述の方式では、仮想ディスクに対する変更は複数物理マシン間で共有する必要がある。しかしながら、仮想ディスクに対する変更には反映を行う必要がないものが含まれる。そのため、このような情報を共有することによって、仮想マシンの効率性、応答性が低下してしまう場合があった。 In the above method, changes to the virtual disk must be shared among multiple physical machines. However, some changes to the virtual disk do not need to be reflected. Therefore, sharing such information can reduce the efficiency and responsiveness of the virtual machine.

本発明は、上記の課題を解決する、情報処理システム、仮想マシン、物理マシン、情報処理方法、及びプログラムを提供することにある。 The present invention aims to provide an information processing system, a virtual machine, a physical machine, an information processing method, and a program that solve the above problems.

本発明の一態様によれば、異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムにおいて、前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定部と、前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する第1処理部と、を備える、情報処理システムである。 According to one aspect of the present invention, in an information processing system having virtual machines running on different physical machines, in which storage information of the virtual machines is shared between a first virtual machine running on a first physical machine and a second virtual machine running on a second physical machine, the information processing system includes a determination unit that determines the storage information requiring synchronization as synchronous information and the storage information not requiring synchronization as asynchronous information based on the storage information and necessity information indicating the necessity of synchronization between the first virtual machine and the second virtual machine, and a first processing unit that executes synchronization processing between the multiple virtual machines for the synchronization information.

また、本発明の一態様によれば、異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムにおける仮想マシンであって、前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定部、を備える、仮想マシンである。 According to one aspect of the present invention, a virtual machine in an information processing system includes virtual machines that operate on different physical machines, and in which storage information of the virtual machines is shared between a first virtual machine that operates on a first physical machine and a second virtual machine that operates on a second physical machine, and includes a determination unit that determines the storage information that requires synchronization as synchronous information and determines the storage information that does not require synchronization as asynchronous information based on the storage information and necessity information that indicates whether synchronization is necessary between the first virtual machine and the second virtual machine.

また、本発明の一態様によれば、異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムにおける仮想マシンを動作させる物理マシンであって、前記仮想マシンが、前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する場合に、前記同期情報について、仮想マシンを動作させる他の物理マシンとの間で同期処理を行う第1処理部を備える、物理マシンである。 According to one aspect of the present invention, a physical machine that operates a virtual machine in an information processing system that includes virtual machines that operate on different physical machines and in which storage information of the virtual machines is shared between a first virtual machine that operates on a first physical machine and a second virtual machine that operates on a second physical machine, the physical machine includes a first processing unit that determines, based on the storage information and necessity information indicating the necessity of synchronization between the first virtual machine and the second virtual machine, that the storage information that requires synchronization is synchronous information, and when the virtual machine determines that the storage information that does not require synchronization is asynchronous information, performs a synchronization process on the synchronization information with another physical machine that operates the virtual machine.

また、本発明の一態様によれば、異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムにおける情報処理方法であって、前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定ステップと、前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する第1処理ステップと、を含む情報処理方法である。 According to one aspect of the present invention, there is provided an information processing method in an information processing system that includes virtual machines operating on different physical machines, and in which storage information of the virtual machines is shared between a first virtual machine operating on a first physical machine and a second virtual machine operating on a second physical machine, the information processing method including a determination step of determining the storage information requiring synchronization as synchronous information and determining the storage information not requiring synchronization as asynchronous information based on the storage information and necessity information indicating the necessity of synchronization between the first virtual machine and the second virtual machine, and a first processing step of executing synchronization processing between the multiple virtual machines for the synchronization information.

また、本発明の一態様によれば、異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムのコンピュータに、前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定ステップと、前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する第1処理ステップと、を実行させるための、プログラムである。 According to one aspect of the present invention, a program is provided for causing a computer of an information processing system, which includes virtual machines running on different physical machines and shares storage information of the virtual machines between a first virtual machine running on a first physical machine and a second virtual machine running on a second physical machine, to execute a determination step of determining that the storage information requiring synchronization is synchronous information and that the storage information not requiring synchronization is asynchronous information based on the storage information and necessity information indicating the necessity of synchronization between the first virtual machine and the second virtual machine, and a first processing step of executing synchronization processing between the multiple virtual machines for the synchronization information.

本発明によれば、仮想マシンの効率性、応答性の低下を抑制することができる。 The present invention makes it possible to suppress deterioration in the efficiency and responsiveness of virtual machines.

本発明の一実施形態に係る情報処理システム1の構成の一例を示す概要ブロック図である。1 is a schematic block diagram showing an example of a configuration of an information processing system 1 according to an embodiment of the present invention. 本発明の一実施形態に係る情報処理システム1の構成の詳細な一例を示す概略ブロック図である。1 is a schematic block diagram showing a detailed example of a configuration of an information processing system 1 according to an embodiment of the present invention. 本発明の一実施形態に係る記憶識別情報の一例を示す図である。FIG. 11 is a diagram showing an example of stored identification information according to an embodiment of the present invention. 本発明の一実施形態に係る対処情報の一例を示す図である。FIG. 11 is a diagram showing an example of handling information according to an embodiment of the present invention. 本発明の一実施形態に係る仮想マシンの記憶情報の更新処理の一例を示すフローチャートである。11 is a flowchart illustrating an example of a process for updating information stored in a virtual machine according to an embodiment of the present invention. 本発明の一実施形態に係る他の物理マシンで仮想マシンを開始する場合の動作の一例を示すフローチャートである。10 is a flowchart illustrating an example of an operation when starting a virtual machine on another physical machine according to an embodiment of the present invention. 本発明の一実施形態に係る他の物理マシンで仮想マシンを開始する場合の動作の別の一例を示すフローチャートである。10 is a flowchart illustrating another example of an operation when starting a virtual machine on another physical machine according to an embodiment of the present invention. 本発明の一実施形態に係る情報処理システムの最小構成の一例を示す概略ブロック図である。FIG. 2 is a schematic block diagram showing an example of a minimum configuration of an information processing system according to an embodiment of the present invention.

以下、図面を参照して、本発明の一実施形態について詳しく説明する。 One embodiment of the present invention will be described in detail below with reference to the drawings.

図1は、本発明の一実施形態に係る情報処理システム1の構成の一例を示す概略ブロック図である。
情報処理システム1は、多数の物理マシン10(10A、10B・・・)を備える。物理マシン10(10A、10B・・・)は、ネットワークNWを介して接続されている。ネットワークNWは、例えば、LAN(Local Area Network)、又はインターネット等の情報通信ネットワークである。情報通信ネットワークは、有線又は無線のネットワークでも良いし、種々のネットワークを組み合わせたネットワークであっても良い。
FIG. 1 is a schematic block diagram showing an example of the configuration of an information processing system 1 according to an embodiment of the present invention.
The information processing system 1 includes a large number of physical machines 10 (10A, 10B, ...). The physical machines 10 (10A, 10B, ...) are connected via a network NW. The network NW is, for example, an information and communication network such as a LAN (Local Area Network) or the Internet. The information and communication network may be a wired or wireless network, or may be a network that combines various networks.

本実施形態では、説明の都合上、物理マシン10が2つである例を説明するが、物理マシン10は、複数の物理マシン10(10A、10B、・・・)を備えてもよい。また、本実施形態において、物理マシン10(10A、10B、・・・)は、情報処理システム1が備える任意の物理マシンを示す場合、又は特に区別しない場合には、物理マシン10として説明する。 In this embodiment, for convenience of explanation, an example in which there are two physical machines 10 will be described, but the physical machines 10 may include multiple physical machines 10 (10A, 10B, ...). Furthermore, in this embodiment, the physical machines 10 (10A, 10B, ...) will be described as physical machines 10 when referring to any physical machine included in the information processing system 1, or when no particular distinction is made.

物理マシン10は、例えば、ネットワークNWを介して、ユーザが所持するデスクトップパソコン、ノートパソコン、タブレット端末、スマートフォンなどから接続されるサーバなどの処理装置である。
物理マシン10は、内部に備える複数の仮想マシン20(20A-1、20A-2、・・・20A-N、20B-1、20B-2、・・・20B-N)の制御を行う。物理マシン10は、複数の仮想マシン20を同時に実行可能である。また、物理マシン10は、複数の仮想マシン20の記憶情報について、同期や共有などの処理を行う。本実施形態では、説明の都合上、仮想マシン20が各物理マシン10に1つ備える例を説明するが、仮想マシン20は、1つの物理マシン10に対し、複数備わっていてもよい。また、本実施形態において、仮想マシン20(20A-1、20A-2、・・・、20A-N、20B-1、20B-2、・・・20B-N)は、情報処理システム1が備える任意の仮想マシンを示す場合、又は特に区別しない場合には、仮想マシン20として説明する。また、物理マシン10Aの複数の仮想マシン20(20A-1、20A-2、・・・20A-N)は、物理マシン10Aが備える任意の仮想マシンを示す場合、又は特に区別しない場合には、仮想マシン20Aとして説明する。また、物理マシン10Bについても同様に、物理マシン10Bが備える任意の仮想マシンを示す場合、又は特に区別しない場合には、仮想マシン20Bとして説明する。
The physical machine 10 is, for example, a processing device such as a server that is connected to a desktop personal computer, a notebook computer, a tablet terminal, a smartphone, or the like owned by a user via a network NW.
The physical machine 10 controls a plurality of virtual machines 20 (20A-1, 20A-2, ... 20A-N, 20B-1, 20B-2, ... 20B-N) provided therein. The physical machine 10 can execute a plurality of virtual machines 20 simultaneously. The physical machine 10 also performs processes such as synchronization and sharing of stored information of the plurality of virtual machines 20. In this embodiment, for convenience of explanation, an example in which one virtual machine 20 is provided for each physical machine 10 will be described. However, a plurality of virtual machines 20 may be provided for one physical machine 10. In this embodiment, the virtual machines 20 (20A-1, 20A-2, ... 20A-N, 20B-1, 20B-2, ... 20B-N) will be described as virtual machines 20 when indicating any virtual machine provided in the information processing system 1 or when no particular distinction is made. Furthermore, when referring to any of the virtual machines 20 (20A-1, 20A-2, ... 20A-N) of the physical machine 10A, or when no particular distinction is made, the virtual machines will be described as virtual machines 20A. Similarly, when referring to any of the virtual machines included in the physical machine 10B, or when no particular distinction is made, the virtual machines will be described as virtual machines 20B.

本実施形態では、ユーザが、最初に物理マシン10A(第1の物理マシンの一例)上の仮想マシン20A(第1の仮想マシンの一例)を利用し、次に別の物理マシンである物理マシン10B(第2の物理マシンの一例)上の仮想マシン20B(第2の仮想マシンの一例)を利用する場合の処理について説明するが、本発明の実施形態はこれには限られない。 In this embodiment, a process is described in which a user first uses a virtual machine 20A (an example of a first virtual machine) on a physical machine 10A (an example of a first physical machine), and then uses a virtual machine 20B (an example of a second virtual machine) on another physical machine, physical machine 10B (an example of a second physical machine); however, the embodiment of the present invention is not limited to this.

例えば、物理マシン10Aは、仮想マシン20Aが記憶する記憶情報を同期情報と非同期情報とに分けて記憶する。ここで非同期情報とは、同期しないまま喪失しても仮想マシン20の動作に影響のない情報である。動作に影響のない情報とは、例えば、仮想マシン20Aが一時的に利用するための情報や、更新前の情報から生成することが可能な情報である。更新前の情報から更新後の情報を生成する手段(以下、更新前の情報から更新後の情報を生成することを「復元する」とも称する)については、詳細を後述する。復元手段に関する情報は、物理マシン10A及び物理マシン10Bとの間で予め共有される情報に含まれる。
同期情報とは、非同期情報以外の情報である。
For example, the physical machine 10A stores the memory information stored in the virtual machine 20A, dividing it into synchronous information and asynchronous information. Here, the asynchronous information is information that does not affect the operation of the virtual machine 20 even if it is lost without being synchronized. Information that does not affect the operation is, for example, information for temporary use by the virtual machine 20A or information that can be generated from pre-update information. The means for generating post-update information from pre-update information (hereinafter, generating post-update information from pre-update information is also referred to as "restoring") will be described in detail later. Information related to the restoration means is included in information shared in advance between the physical machine 10A and the physical machine 10B.
Synchronous information is information other than asynchronous information.

物理マシン10Aは、仮想マシン20Aが記憶する記憶情報の更新が行われる場合に、他の仮想マシン20と同期が不要な更新非同期情報と、同期が必要な更新同期情報とを、仮想マシン20Aから受け入れる。更新非同期情報は、非同期情報のうち、更新が行われる情報である。更新同期情報とは、同期情報のち、更新が行われる情報である。なお、更新同期情報は、非同期情報の更新が行われたことを示す情報(以下、「非同期情報更新情報」とも称する)を含む。非同期情報更新情報については、詳細を後述する。
物理マシン10Aは、受け入れた更新非同期情報と更新同期情報を記憶する。また、物理マシン10Aは、更新同期情報を物理マシン10Bに送信する。
When the stored information stored in the virtual machine 20A is updated, the physical machine 10A receives from the virtual machine 20A updated asynchronous information that does not require synchronization with other virtual machines 20, and updated synchronous information that requires synchronization. The updated asynchronous information is information that is updated among the asynchronous information. The updated synchronous information is information that is updated after the synchronous information. The updated synchronous information includes information indicating that the asynchronous information has been updated (hereinafter also referred to as "asynchronous information update information"). The asynchronous information update information will be described in detail later.
The physical machine 10A stores the received update asynchronous information and update synchronous information, and also transmits the update synchronous information to the physical machine 10B.

物理マシン10Bは、受信した更新同期情報と物理マシン10Bが記憶する同期情報とに基づいて、同期情報を更新する。また、物理マシン10Bは共有情報と、更新同期情報に含まれる非同期情報更新情報と、物理マシン10Bが記憶する非同期情報に基づいて、非同期情報を更新する。これにより、物理マシン10Aと物理マシン10Bとは仮想マシン20Aと仮想マシン20Bに関して、同一の記憶情報を持つことができる。 The physical machine 10B updates the synchronization information based on the received update synchronization information and the synchronization information stored in the physical machine 10B. In addition, the physical machine 10B updates the asynchronous information based on the shared information, the asynchronous information update information included in the update synchronization information, and the asynchronous information stored in the physical machine 10B. This allows the physical machine 10A and the physical machine 10B to have the same stored information regarding the virtual machines 20A and 20B.

これにより、情報処理システム1は、物理マシン10Aと物理マシン10Bとの間で更新情報の全てを同期することなく、仮想マシンに関する記憶情報を共有することが可能になる。これにより、ネットワークNWを介して送受信する情報が少なくなることでネットワークNWを介する他の送受信情報への影響が小さくなる。そのため応答性の低下を抑制することができる。また、同期する情報が少なくなるため、同期処理に必要なリソースを低減することができ、他の処理の効率を高めることができる。そのため、効率性の低下を抑制することができる。 This enables the information processing system 1 to share stored information related to virtual machines without synchronizing all of the update information between the physical machines 10A and 10B. This reduces the amount of information sent and received over the network NW, thereby reducing the impact on other information sent and received over the network NW. This makes it possible to suppress a decrease in responsiveness. In addition, because less information is synchronized, the resources required for synchronization processing can be reduced, and the efficiency of other processing can be improved. This makes it possible to suppress a decrease in efficiency.

物理マシン10(10A、10B)は、通信制御部11(11A、11B)、制御部12(12A、12B)、ディスク制御部13(13A、13B)、記憶部14(14A、14B)、複数の仮想マシン20(20A、20B)を備える。なお、物理マシン10Aが備える、通信制御部11A、制御部12A、ディスク制御部13A、及び記憶部14Aと、物理マシン10Bが備える、通信制御部11B、制御部12B、ディスク制御部13B、及び記憶部14Bの各機能は基本的に同一である。すなわち、以下説明される物理マシン10Aの機能と、物理マシン10Bの機能は入れ替えることができる。
以下では、物理マシン10Aの各機能について説明する。
The physical machines 10 (10A, 10B) include a communication control unit 11 (11A, 11B), a control unit 12 (12A, 12B), a disk control unit 13 (13A, 13B), a storage unit 14 (14A, 14B), and a plurality of virtual machines 20 (20A, 20B). The functions of the communication control unit 11A, the control unit 12A, the disk control unit 13A, and the storage unit 14A of the physical machine 10A are basically the same as those of the communication control unit 11B, the control unit 12B, the disk control unit 13B, and the storage unit 14B of the physical machine 10B. In other words, the functions of the physical machine 10A described below and the functions of the physical machine 10B can be interchanged.
The following describes each function of the physical machine 10A.

通信制御部11Aは、ネットワークNWを介して各種通信を行う通信モジュールである。通信制御部11Aは、例えば、通信制御部11Bとの間で、各種通信を行う。
制御部12A(第1処理部の一例)は、物理マシン10Aの制御を行う。制御部12Aは、例えば、通信制御部11Aから入力された入力情報、後述するディスク制御部13Aから入力された入力情報に基づいて、仮想マシン20Aの制御を行う。また、仮想マシン20Aから入力された入力情報に対応した出力情報を、通信制御部11Aを介して他の物理マシン(物理マシン10B)に送信する。また、仮想マシン20Aから入力された入力情報に対応した出力情報を、ディスク制御部13Aに出力する。
The communication control unit 11A is a communication module that performs various communications via the network NW. The communication control unit 11A performs various communications with, for example, the communication control unit 11B.
The control unit 12A (an example of a first processing unit) controls the physical machine 10A. The control unit 12A controls the virtual machine 20A based on, for example, input information input from the communication control unit 11A and input information input from a disk control unit 13A described below. The control unit 12A also transmits output information corresponding to the input information input from the virtual machine 20A to another physical machine (physical machine 10B) via the communication control unit 11A. The control unit 12A also outputs output information corresponding to the input information input from the virtual machine 20A to the disk control unit 13A.

ディスク制御部13Aは、記憶部14Aに対する読み出し及び書き込みを制御する。ディスク制御部13Aは、例えば、通信制御部11A又は制御部12Aから入力された入力情報に対応する情報を記憶部14Aに記憶させる。また、ディスク制御部13Aは、通信制御部11A又は制御部12Aから入力された入力情報に対応する情報を記憶部14Aから取得し、通信制御部11A又は制御部12Aに出力する。
記憶部14Aは、例えば、ハードディスクドライブ、メモリなどの記憶装置である。記憶部14Aは、ファームウェアやアプリケーションプログラムなど、制御部12Aが実行するための各種プログラム、及び、制御部12Aが実行した処理の結果などを記憶する。また、記憶部14Aは、仮想マシン20Aを実行するために必要な情報を記憶する。
仮想マシン20Aは、物理マシン10A上で動作する仮想的なマシンである。仮想マシン20Aの詳細については後述する。
The disk control unit 13A controls reading and writing to the storage unit 14A. For example, the disk control unit 13A stores information corresponding to input information input from the communication control unit 11A or the control unit 12A in the storage unit 14A. The disk control unit 13A also acquires information corresponding to the input information input from the communication control unit 11A or the control unit 12A from the storage unit 14A and outputs it to the communication control unit 11A or the control unit 12A.
The storage unit 14A is, for example, a storage device such as a hard disk drive, a memory, etc. The storage unit 14A stores various programs to be executed by the control unit 12A, such as firmware and application programs, and results of processing executed by the control unit 12A. The storage unit 14A also stores information necessary to execute the virtual machine 20A.
The virtual machine 20A is a virtual machine that runs on the physical machine 10A. Details of the virtual machine 20A will be described later.

次に、図2を用いて仮想マシンを含む物理マシン10の詳細な構成について説明する。
図2は、本発明の一実施形態に係る情報処理システム1の構成の詳細な一例を示す概略ブロック図である。
Next, a detailed configuration of the physical machine 10 including the virtual machine will be described with reference to FIG.
FIG. 2 is a schematic block diagram showing a detailed example of the configuration of the information processing system 1 according to an embodiment of the present invention.

物理マシン10に備わる仮想マシン20は仮想化した処理装置である。仮想マシン20は、例えば、デスクトップパソコン、ノートパソコン、タブレット端末、スマートフォン、サーバなどを仮想化した処理装置である。
仮想マシン20(20A、20B)は、仮想マシン制御部21(21A、21B)、仮想ディスク制御部22(22A、22B)、及び、仮想記憶部23(23A、23B)を備える。なお、仮想マシン20Aが備える、仮想マシン制御部21A、仮想ディスク制御部22A、及び仮想記憶部23Aと、仮想マシン20Bが備える、仮想マシン制御部21B、仮想ディスク制御部22B、及び仮想記憶部23Bの各機能は基本的に同一である。すなわち、以下説明される仮想マシン20Aの各機能と、仮想マシン20Bの各機能とは入れ替えることができる。
以下では、仮想マシン20Aの各機能について説明する。
The virtual machine 20 provided in the physical machine 10 is a virtualized processing device. The virtual machine 20 is a processing device obtained by virtualizing, for example, a desktop personal computer, a notebook computer, a tablet terminal, a smartphone, a server, or the like.
The virtual machines 20 (20A, 20B) include a virtual machine control unit 21 (21A, 21B), a virtual disk control unit 22 (22A, 22B), and a virtual memory unit 23 (23A, 23B). The functions of the virtual machine control unit 21A, the virtual disk control unit 22A, and the virtual memory unit 23A included in the virtual machine 20A are basically the same as those of the virtual machine control unit 21B, the virtual disk control unit 22B, and the virtual memory unit 23B included in the virtual machine 20B. In other words, the functions of the virtual machine 20A described below can be interchanged with the functions of the virtual machine 20B.
The following describes each function of the virtual machine 20A.

仮想マシン制御部21Aは、仮想マシン20Aの制御を行う。
後述する仮想ディスク制御部22Aから入力された入力情報に基づいて仮想マシン20Aの制御を行う。また、仮想マシン20Aから入力された入力情報に対応した出力情報を、仮想ディスク制御部22Aに出力する。
The virtual machine control unit 21A controls the virtual machine 20A.
The virtual machine 20A is controlled based on input information input from a virtual disk control unit 22A, which will be described later. The virtual machine 20A also outputs output information corresponding to the input information input from the virtual machine 20A to the virtual disk control unit 22A.

仮想ディスク制御部22A(判定部の一例)は、仮想記憶部23Aの制御を行う。仮想ディスク制御部22Aは、例えば、仮想マシン制御部21Aから入力された入力情報に対応する情報を仮想記憶部23Aに記憶させる。また、仮想マシン制御部21Aは、仮想マシン制御部21Aから入力された入力情報に対応する出力情報を、仮想記憶部23Aから取得し、仮想マシン制御部21Aに出力する。
また、仮想ディスク制御部22Aは、仮想マシン20Aの外部との通信が必要な情報の送受信を行う。仮想ディスク制御部22Aは、仮想マシン制御部21Aから入力された入力情報のうち仮想マシン20Aの外部との通信が必要な情報を制御部12Aに出力する。また、仮想ディスク制御部22Aは、制御部12Aから受信した情報を、仮想マシン制御部21Aに出力するか、又は仮想記憶部23Aに記憶させる。
The virtual disk control unit 22A (an example of a determination unit) controls the virtual memory unit 23A. For example, the virtual disk control unit 22A stores information corresponding to input information input from the virtual machine control unit 21A in the virtual memory unit 23A. In addition, the virtual machine control unit 21A obtains output information corresponding to the input information input from the virtual machine control unit 21A from the virtual memory unit 23A and outputs it to the virtual machine control unit 21A.
The virtual disk control unit 22A also transmits and receives information that requires communication with the outside of the virtual machine 20A. The virtual disk control unit 22A outputs information that requires communication with the outside of the virtual machine 20A, among the input information input from the virtual machine control unit 21A, to the control unit 12A. The virtual disk control unit 22A also outputs the information received from the control unit 12A to the virtual machine control unit 21A, or stores it in the virtual storage unit 23A.

仮想記憶部23Aは、例えば、ハードディスクドライブ、メモリなどの記憶装置を仮想化したものである。仮想記憶部23Aは、ファームウェアやアプリケーションプログラムなど、仮想マシン制御部21Aが実行するための各種プログラム、及び、仮想マシン制御部21Aが実行した処理の結果などを記憶する。 The virtual memory unit 23A is a virtualized storage device such as a hard disk drive or memory. The virtual memory unit 23A stores various programs to be executed by the virtual machine control unit 21A, such as firmware and application programs, as well as the results of processing executed by the virtual machine control unit 21A.

仮想記憶部23Aは仮想的な記憶部であり、仮想記憶部23Aが記憶する実際の情報は、記憶部14Aに記憶されている。従って、仮想記憶部23Aに対する読み出し又は書き込みは、実際には制御部12Aを介して、記憶部14に対する読み出し又は書き込みとして実現される。
例えば、仮想ディスク制御部22Aが仮想記憶部23Aに情報を書き込む場合、実際には、まず、仮想ディスク制御部22Aは、制御部12Aに書き込む情報を出力する。制御部12Aは仮想ディスク制御部22Aから入力される情報に基づいて、ディスク制御部13Aを介して、記憶部14Aに当該情報を書き込む。制御部12Aは書き込みが終了した情報を仮想ディスク制御部22Aに出力する。書き込み処理の詳細については後述する。
また、仮想ディスク制御部22Aが仮想記憶部23Aから情報を読み出す場合、実際には、まず、仮想ディスク制御部22Aは、制御部12Aに読み出す情報を出力する。制御部12Aは仮想ディスク制御部22Aから入力される情報に基づいて、ディスク制御部13Aを介して、記憶部14Aから当該情報を読み出す。制御部12Aは読み出した情報を仮想ディスク制御部22Aに出力する。
The virtual memory unit 23A is a virtual memory unit, and the actual information stored in the virtual memory unit 23A is stored in the memory unit 14A. Therefore, reading or writing to the virtual memory unit 23A is actually realized as reading or writing to the memory unit 14 via the control unit 12A.
For example, when the virtual disk control unit 22A writes information to the virtual memory unit 23A, in reality, first the virtual disk control unit 22A outputs the information to be written to the control unit 12A. Based on the information input from the virtual disk control unit 22A, the control unit 12A writes the information to the memory unit 14A via the disk control unit 13A. The control unit 12A outputs the information after writing to the virtual disk control unit 22A. Details of the writing process will be described later.
Furthermore, when the virtual disk control unit 22A reads information from the virtual storage unit 23A, in practice, the virtual disk control unit 22A first outputs the information to be read to the control unit 12A. The control unit 12A reads the information from the storage unit 14A via the disk control unit 13A based on the information input from the virtual disk control unit 22A. The control unit 12A outputs the read information to the virtual disk control unit 22A.

記憶部14Aは、仮想記憶部23Aに関する情報を、共有情報記憶部141A、同期情報記憶部142A、及び非同期情報記憶部143Aに分けて記憶する。以下各記憶部について説明する。 The memory unit 14A stores information related to the virtual memory unit 23A in a shared information memory unit 141A, a synchronous information memory unit 142A, and an asynchronous information memory unit 143A. Each memory unit is described below.

共有情報記憶部141Aは、複数の物理マシン10で共有される共有情報を記憶する。共有情報は、記憶識別情報と対処情報とを含む。記憶識別情報とは、仮想記憶部23Aの情報と、同期情報記憶部142A又は非同期情報記憶部143Aのどちらに記憶させるかを示す情報とを関連付けた情報である。また、対処情報とは、非同期情報記憶部143Aに記憶される情報と他の物理マシン10Bで復元するための復元手段に関する情報(以下、「復元方法情報」とも称する)とを対応づけた情報である。
以下、共有情報記憶部141Aが記憶する情報の一例について、図3、図4を用いて説明する。
The shared information storage unit 141A stores shared information shared by multiple physical machines 10. The shared information includes storage identification information and handling information. The storage identification information is information that associates information of the virtual memory unit 23A with information indicating whether the information is to be stored in the synchronous information storage unit 142A or the asynchronous information storage unit 143A. The handling information is information that associates the information stored in the asynchronous information storage unit 143A with information on restoration means for restoring the information in another physical machine 10B (hereinafter also referred to as "restoration method information").
An example of information stored in the shared information storage unit 141A will be described below with reference to FIGS.

図3は、本発明の一実施形態に係る共有情報記憶部141Aの記憶識別情報の一例を示す図である。
図3に示す一例では、記憶識別情報(要否情報の一例)は、仮想記憶情報と、識別情報とを対応付けた情報である。仮想記憶情報は、仮想記憶部23Aが記憶するファイルやフォルダの位置を示す情報である。識別情報は、復元方法情報を識別するための識別子である。
図3に示す一例では、「仮想記憶情報」が“/・・・/temp/*”で示される情報は、「識別情報」が“識別子101”であることを示す。なお、本実施形態では、同期情報については、復元の必要がない。そのため、仮想記憶部23Aのうち、同期情報に相当する情報については、記憶識別情報を有さない。すなわち、仮想記憶情報で示される情報は、全て非同期情報として記憶部14Aに記憶される情報である。
FIG. 3 is a diagram showing an example of stored identification information in the shared information storage unit 141A according to an embodiment of the present invention.
3, the storage identification information (an example of necessity information) is information in which virtual storage information is associated with identification information. The virtual storage information is information indicating the location of files and folders stored in the virtual storage unit 23A. The identification information is an identifier for identifying the restoration method information.
In the example shown in FIG. 3, the "virtual memory information" indicated by "/.../temp/*" indicates that the "identification information" is "identifier 101". Note that in this embodiment, there is no need to restore the synchronization information. Therefore, the information in the virtual memory unit 23A that corresponds to the synchronization information does not have memory identification information. In other words, all information indicated by the virtual memory information is information stored in the memory unit 14A as asynchronous information.

図4は、本発明の一実施形態に係る共有情報記憶部141Aの対処情報の一例を示す図である。
図4に示す一例では、対処情報は、識別情報と復元方法情報とを対応付けた情報である。図4に示す一例では、「識別情報」が“識別子101”で識別される情報に対応する「復元方法情報」は“削除”である。これは“識別子101”で識別される情報は、例えば、仮想マシン20Aが一時的に利用するための情報であり、削除しても動作に影響を与えない情報であることを示す。また、図4に示す一例では、「識別情報」が“識別子102”で識別される情報に対応する「復元方法情報」は“共有記憶情報Aで置換”である。これは、“識別子102”で識別される情報は、例えば、仮想マシン20Aの更新前の非同期情報と、共有記憶情報Aに基づいて復元可能な情報であることを示す。また、この場合、共有情報記憶部141Aは、共有記憶情報Aを予め記憶する。
FIG. 4 is a diagram showing an example of handling information in the shared information storage unit 141A according to an embodiment of the present invention.
In the example shown in FIG. 4, the handling information is information in which identification information and restoration method information are associated with each other. In the example shown in FIG. 4, the "restoration method information" corresponding to the information identified by the "identifier 101" as "identification information" is "delete". This indicates that the information identified by the "identifier 101" is, for example, information for temporary use by the virtual machine 20A, and that deleting the information does not affect the operation. In the example shown in FIG. 4, the "restoration method information" corresponding to the information identified by the "identifier 102" as "replace with shared storage information A". This indicates that the information identified by the "identifier 102" is, for example, information that can be restored based on the asynchronous information before the update of the virtual machine 20A and the shared storage information A. In this case, the shared information storage unit 141A stores the shared storage information A in advance.

図2に戻って、同期情報記憶部142Aは、同期情報を記憶する。また、同期情報記憶部142Aは通信制御部11A及び通信制御部11Bを介して、物理マシン10Bの同期情報記憶部142Bと同期される。共有情報記憶部141A、同期情報記憶部142Aは、共有情報記憶部141B、同期情報記憶部142Bと同一の内容であるが、共有情報記憶部141A及び共有情報記憶部141Bは前もって共有されているのに対し、同期情報記憶部142A及び同期情報記憶部142Bは、仮想マシン20Aが仮想記憶部23Aの更新を行う場合に、同期される。 Returning to FIG. 2, the synchronization information storage unit 142A stores synchronization information. Furthermore, the synchronization information storage unit 142A is synchronized with the synchronization information storage unit 142B of the physical machine 10B via the communication control unit 11A and the communication control unit 11B. The shared information storage unit 141A and the synchronization information storage unit 142A have the same contents as the shared information storage unit 141B and the synchronization information storage unit 142B, but while the shared information storage unit 141A and the shared information storage unit 141B are shared in advance, the synchronization information storage unit 142A and the synchronization information storage unit 142B are synchronized when the virtual machine 20A updates the virtual memory unit 23A.

また、非同期情報記憶部143Aは、非同期情報を記憶する。非同期情報は物理マシン10Aと物理マシン10Bとの間で同期されない。従って、非同期情報記憶部143Aと非同期情報記憶部143Bとは同一の内容ではないこともある。また、非同期情報が存在しない場合には、非同期情報記憶部143Bも存在しない。 The asynchronous information storage unit 143A stores asynchronous information. The asynchronous information is not synchronized between the physical machine 10A and the physical machine 10B. Therefore, the contents of the asynchronous information storage unit 143A and the asynchronous information storage unit 143B may not be the same. Furthermore, if there is no asynchronous information, then there is no asynchronous information storage unit 143B.

続いて、仮想マシン制御部21Aが仮想ディスク制御部22Aに対して仮想記憶部23Aの更新(書き込みなど)を示す情報を出力する場合の処理について説明する。 Next, we will explain the process when the virtual machine control unit 21A outputs information indicating an update (such as writing) to the virtual memory unit 23A to the virtual disk control unit 22A.

図5は、本発明の一実施形態に係る仮想マシンの記憶情報の更新処理の一例を示すフローチャートである。 Figure 5 is a flowchart showing an example of a process for updating stored information of a virtual machine in one embodiment of the present invention.

仮想マシン制御部21Aは、仮想記憶部23Aに対して更新を行う場合、仮想ディスク制御部22Aに対し、更新を行うことを示す情報を出力する(ステップS100)。このとき、仮想マシン制御部21Aは更新対象及び更新内容を示す情報(以下、「更新内容情報」とも称する)についても、仮想ディスク制御部22Aに出力する。仮想ディスク制御部22Aは情報を受け入れると処理をステップS101に進める。 When an update is to be made to the virtual memory unit 23A, the virtual machine control unit 21A outputs information indicating that an update is to be made to the virtual disk control unit 22A (step S100). At this time, the virtual machine control unit 21A also outputs information indicating the update target and update content (hereinafter also referred to as "update content information") to the virtual disk control unit 22A. When the virtual disk control unit 22A accepts the information, the process proceeds to step S101.

仮想ディスク制御部22Aは、記憶識別情報を読み出し、更新対象が同期情報であるか否かを判定する(ステップS101)。具体的には、仮想ディスク制御部22Aは、制御部12Aに記憶識別情報を要求する情報を出力する。制御部12Aは、ディスク制御部13Aを介して共有情報記憶部141Aから記憶識別情報を取得する。制御部12Aは、取得した情報を仮想ディスク制御部22Aに出力する。仮想ディスク制御部22Aは、取得した記憶識別情報と、更新内容情報とに基づいて、更新対象が、記憶識別情報の仮想記憶情報に存在するか否かを判定する。
仮想ディスク制御部22Aは、更新対象が、記憶識別情報の仮想記憶情報に存在しない場合、更新対象は同期情報であると判定する(ステップS101:YES)。この場合、仮想ディスク制御部22Aは処理をステップS102に進める。
仮想ディスク制御部22Aは、更新対象が、記憶識別情報の仮想記憶情報に存在する場合、更新対象は同期情報でない(非同期情報である)と判定する(ステップS101:NO)。この場合、仮想ディスク制御部22Aは処理をステップS107に進める。
The virtual disk control unit 22A reads the memory identification information and determines whether the update target is synchronization information (step S101). Specifically, the virtual disk control unit 22A outputs information requesting the memory identification information to the control unit 12A. The control unit 12A acquires the memory identification information from the shared information storage unit 141A via the disk control unit 13A. The control unit 12A outputs the acquired information to the virtual disk control unit 22A. The virtual disk control unit 22A determines whether the update target exists in the virtual memory information of the memory identification information based on the acquired memory identification information and update content information.
If the update target does not exist in the virtual storage information of the storage identification information, the virtual disk control unit 22A determines that the update target is synchronization information (step S101: YES), In this case, the virtual disk control unit 22A advances the process to step S102.
If the update target exists in the virtual storage information of the storage identification information, the virtual disk control unit 22A determines that the update target is not synchronous information (is asynchronous information) (step S101: NO). In this case, the virtual disk control unit 22A proceeds to step S107.

仮想ディスク制御部22Aは、制御部12Aに対して、更新内容情報を用いて同期情報を更新することを要求する情報を出力する(ステップS102)。具体的には、仮想ディスク制御部22Aは、識別情報を付加しない更新内容情報を制御部12Aに出力する。制御部12Aは仮想ディスク制御部22Aから入力された情報を受け入れると、処理をステップS103に進める。 The virtual disk control unit 22A outputs information to the control unit 12A requesting that the synchronization information be updated using the update content information (step S102). Specifically, the virtual disk control unit 22A outputs the update content information without the identification information to the control unit 12A. When the control unit 12A accepts the information input from the virtual disk control unit 22A, the process proceeds to step S103.

制御部12A及びディスク制御部13Aは、更新内容情報に基づいて、同期情報記憶部142Aを更新する(ステップS103)。具体的には、まず、制御部12Aは、受け入れた更新内容情報に識別情報が付加されていないことに基づいて、ディスク制御部13Aに対して、更新対象が、同期情報記憶部142Aに記憶される情報であると判定する。制御部12Aは、判定結果に基づき、更新内容情報と、当該情報を同期情報記憶部142Aに記憶させることを示す情報を出力する。ディスク制御部13Aは入力された情報に基づいて、同期情報記憶部142Aの更新対象の情報を更新内容に基づいて更新する。ディスク制御部13Aは更新が終了すると、終了したことを示す情報を制御部12Aに出力する。制御部12Aは入力された情報を受け入れると、処理をステップS104に進める。 The control unit 12A and the disk control unit 13A update the synchronization information storage unit 142A based on the update content information (step S103). Specifically, first, the control unit 12A determines to the disk control unit 13A that the update target is information to be stored in the synchronization information storage unit 142A based on the fact that identification information has not been added to the received update content information. Based on the determination result, the control unit 12A outputs the update content information and information indicating that the information is to be stored in the synchronization information storage unit 142A. Based on the input information, the disk control unit 13A updates the information to be updated in the synchronization information storage unit 142A based on the update content. When the update is completed, the disk control unit 13A outputs information indicating the completion to the control unit 12A. When the control unit 12A accepts the input information, the process proceeds to step S104.

制御部12Aは、共有情報記憶部141Bの同期処理を要求する(ステップS104)。具体的には、制御部12Aは、識別情報の付加されていない更新内容情報を通信制御部11Aに出力する。通信制御部11Aは、受け入れた情報を、ネットワークNWを介して、他の物理マシン(物理マシン10B)に送信する。通信制御部11Bは受信した情報を制御部12Bに出力する。制御部12Bは入力された情報を受け入れると、処理をステップS105に進める。 The control unit 12A requests synchronization processing of the shared information storage unit 141B (step S104). Specifically, the control unit 12A outputs update content information without identification information to the communication control unit 11A. The communication control unit 11A transmits the accepted information to another physical machine (physical machine 10B) via the network NW. The communication control unit 11B outputs the received information to the control unit 12B. When the control unit 12B accepts the input information, the process proceeds to step S105.

制御部12B(第2処理部の一例)は、受け入れた更新内容情報に識別情報が付加されていないことに基づいて、更新対象が、同期情報記憶部142Bに記憶される情報であると判定する。制御部12Bは、判定結果に基づき、ディスク制御部13Bに対して、更新内容情報と、当該情報を同期情報記憶部142Bに記憶させることを示す情報を出力する。ディスク制御部13Bは入力された情報に基づき、同期情報記憶部142Bの更新対象となる情報を、更新内容に基づいて更新する。ディスク制御部13Bは更新が終了すると、終了したことを示す情報を制御部12Bに出力する。制御部12Bは入力された情報を受け入れると、処理をステップS106に進める。 The control unit 12B (an example of a second processing unit) determines that the update target is information to be stored in the synchronization information storage unit 142B based on the fact that no identification information has been added to the received update content information. Based on the determination result, the control unit 12B outputs the update content information and information indicating that the information is to be stored in the synchronization information storage unit 142B to the disk control unit 13B. Based on the input information, the disk control unit 13B updates the information to be updated in the synchronization information storage unit 142B based on the update content. When the update is completed, the disk control unit 13B outputs information indicating the completion to the control unit 12B. When the control unit 12B accepts the input information, the process proceeds to step S106.

制御部12Bは、同期処理が完了したことを示す情報を、物理マシン10Aに送信する(ステップS106)。具体的には、制御部12Bは、同期処理が完了したことを示す情報を、通信制御部11Bを介して物理マシン10Aに送信する。制御部12Aは、通信制御部11Aを介して物理マシン10Bの同期処理が完了したことを示す情報を受け入れる。制御部12Aは、全ての他の物理マシン10の同期処理が完了した場合、仮想ディスク制御部22Aに対し、更新完了を示す情報を送信し、更新処理を終了する。 The control unit 12B sends information indicating that the synchronization process has been completed to the physical machine 10A (step S106). Specifically, the control unit 12B sends information indicating that the synchronization process has been completed to the physical machine 10A via the communication control unit 11B. The control unit 12A receives the information indicating that the synchronization process of the physical machine 10B has been completed via the communication control unit 11A. When the synchronization process of all other physical machines 10 has been completed, the control unit 12A sends information indicating that the update has been completed to the virtual disk control unit 22A and ends the update process.

仮想ディスク制御部22Aは、制御部12Aに対して、更新内容情報を用いて非同期情報を更新することを要求する情報を出力する(ステップS107)。具体的には、仮想ディスク制御部22Aは、記憶識別情報と更新対象とに基づいて、更新内容情報に識別情報を付加する。仮想ディスク制御部22Aは識別情報を付加した更新内容情報を、制御部12Aに出力する。制御部12Aは仮想ディスク制御部22Aから入力された情報を受け入れると、処理をステップS108に進める。 The virtual disk control unit 22A outputs information to the control unit 12A requesting that the asynchronous information be updated using the update content information (step S107). Specifically, the virtual disk control unit 22A adds identification information to the update content information based on the storage identification information and the update target. The virtual disk control unit 22A outputs the update content information with the identification information added to the control unit 12A. When the control unit 12A accepts the information input from the virtual disk control unit 22A, the process proceeds to step S108.

制御部12A及びディスク制御部13Aは、仮想ディスク制御部22Aから入力された情報に基づいて、非同期情報記憶部143Aを更新する(ステップS108)。具体的には、まず、制御部12Aは、受け入れた更新内容情報に識別情報が付加されていることに基づいて、更新対象が、非同期情報記憶部143Aに記憶される情報であると判定する。制御部12Aは、判定結果に基づいて、ディスク制御部13Aに対して、更新内容情報と、当該情報を非同期情報記憶部143Aに記憶させることを示す情報を出力する。ディスク制御部13Aは入力された情報に基づき、非同期情報記憶部143Aの更新対象の情報を更新内容に基づいて更新する。ディスク制御部13Aは更新が終了すると、終了したことを示す情報を制御部12Aに出力する。制御部12Aは入力された情報を受け入れると、処理をステップS109に進める。 The control unit 12A and the disk control unit 13A update the asynchronous information storage unit 143A based on the information input from the virtual disk control unit 22A (step S108). Specifically, first, the control unit 12A determines that the update target is information to be stored in the asynchronous information storage unit 143A based on the fact that identification information is added to the received update content information. Based on the determination result, the control unit 12A outputs the update content information and information indicating that the information is to be stored in the asynchronous information storage unit 143A to the disk control unit 13A. Based on the input information, the disk control unit 13A updates the information to be updated in the asynchronous information storage unit 143A based on the update content. When the update is completed, the disk control unit 13A outputs information indicating the completion to the control unit 12A. When the control unit 12A accepts the input information, the process proceeds to step S109.

制御部12Aは、非同期情報更新情報を同期情報記憶部142Aに反映させる(ステップS109)。具体的には、まず制御部12Aは、更新内容情報に基づき、非同期情報記憶部143Aに更新を行ったことを示す非同期情報更新情報を生成し、ディスク制御部13Aに出力する。ここで、非同期情報更新情報は、更新内容情報に付加された識別情報と、更新対象が非同期情報記憶部143Aに記憶される情報であることを示す情報を含むが、更新内容は含まない。
ディスク制御部13Aは入力された情報を、同期情報記憶部142Aに記憶させる。ディスク制御部13Aは処理を終了すると、終了したことを示す情報を制御部12Aに出力する。制御部12Aは入力された情報を受け入れると、処理をステップS110に進める。
The control unit 12A reflects the asynchronous information update information in the synchronous information storage unit 142A (step S109). Specifically, the control unit 12A first generates asynchronous information update information indicating that an update has been performed in the asynchronous information storage unit 143A based on the update content information, and outputs the information to the disk control unit 13A. Here, the asynchronous information update information includes the identification information added to the update content information and information indicating that the information to be updated is information stored in the asynchronous information storage unit 143A, but does not include the update content.
The disk control unit 13A stores the input information in the synchronization information storage unit 142A. When the disk control unit 13A finishes the process, it outputs information indicating the completion to the control unit 12A. When the control unit 12A accepts the input information, it proceeds to step S110.

制御部12Aは、非同期情報更新情報の同期処理を要求する(ステップS110)。具体的には、制御部12Aは、非同期情報更新情報を通信制御部11Aに出力する。通信制御部11Aは、受け入れた情報を、ネットワークNWを介して、他の物理マシン(物理マシン10B)に送信する。通信制御部11Bは受信した情報を制御部12Bに出力する。制御部12Bは入力された情報を受け入れると、処理をステップS111に進める。 The control unit 12A requests synchronization processing of the asynchronous information update information (step S110). Specifically, the control unit 12A outputs the asynchronous information update information to the communication control unit 11A. The communication control unit 11A transmits the accepted information to another physical machine (physical machine 10B) via the network NW. The communication control unit 11B outputs the received information to the control unit 12B. When the control unit 12B accepts the input information, it proceeds to step S111.

制御部12Bは、ディスク制御部13Bに対して、受け入れた非同期情報更新情報と、当該情報を同期情報記憶部142Bに記憶させることを示す情報を出力する。ディスク制御部13Bは入力された情報に基づき、同期情報記憶部142Bに非同期情報更新情報を反映する。ディスク制御部13Bは処理が終了すると、終了したことを示す情報を制御部12Bに出力する。制御部12Bは入力された情報を受け入れると、処理をステップS106に進める。
制御部12Aは、上述した処理と同様の処理を行い、他の物理マシン10の全てが非同期情報更新情報の更新を終了すると、仮想ディスク制御部22Aに対し、更新完了を示す情報を送信し、更新処理を終了する。
The control unit 12B outputs to the disk control unit 13B the accepted asynchronous information update information and information indicating that the information is to be stored in the synchronous information storage unit 142B. The disk control unit 13B reflects the asynchronous information update information in the synchronous information storage unit 142B based on the input information. When the disk control unit 13B finishes the processing, it outputs information indicating the completion to the control unit 12B. When the control unit 12B accepts the input information, it proceeds to step S106.
The control unit 12A performs the same processing as described above, and when all of the other physical machines 10 have finished updating the asynchronous information update information, it sends information indicating completion of the update to the virtual disk control unit 22A and ends the update processing.

続いて、制御部12Bが仮想マシン20Bを起動する場合の処理について説明する。まず、物理マシン10Bが物理マシン10Aに接続できる場合の処理について説明する。
図6は、本発明の一実施形態に係る他の物理マシンで仮想マシンを開始する場合の動作の一例を示すフローチャートである。
Next, a description will be given of the process performed when the control unit 12B starts up the virtual machine 20B. First, a description will be given of the process performed when the physical machine 10B can be connected to the physical machine 10A.
FIG. 6 is a flowchart illustrating an example of an operation when starting a virtual machine on another physical machine according to an embodiment of the present invention.

まず、制御部12Bは、通信制御部11Bを介して、非同期情報記憶部143Aを要求する情報を物理マシン10Aに送信し(ステップS200)、情報処理システム1は処理をステップS201に進める。 First, the control unit 12B sends information requesting the asynchronous information storage unit 143A to the physical machine 10A via the communication control unit 11B (step S200), and the information processing system 1 proceeds to step S201.

制御部12Aは、取得した情報に基づいて、非同期情報記憶部143Aを制御部12Bに送信する(ステップS201)。具体的には、まず、制御部12Aは、通信制御部11Aを介して、物理マシン10Bから非同期情報記憶部143Aを要求する情報を取得する。制御部12Aは、取得した情報をディスク制御部13Aに出力する。ディスク制御部13Aは入力された情報に基づいて非同期情報記憶部143Aから、非同期情報を読み出す。ディスク制御部13Aは読み出した情報を制御部12Aに出力する。制御部12Aは、入力された情報を、通信制御部11Aを介して、物理マシン10Bに送信する。その後、情報処理システム1は、処理をステップS202に進める。 The control unit 12A transmits the asynchronous information storage unit 143A to the control unit 12B based on the acquired information (step S201). Specifically, first, the control unit 12A acquires information requesting the asynchronous information storage unit 143A from the physical machine 10B via the communication control unit 11A. The control unit 12A outputs the acquired information to the disk control unit 13A. The disk control unit 13A reads out the asynchronous information from the asynchronous information storage unit 143A based on the input information. The disk control unit 13A outputs the read out information to the control unit 12A. The control unit 12A transmits the input information to the physical machine 10B via the communication control unit 11A. After that, the information processing system 1 advances the process to step S202.

制御部12Bは、取得した情報を用いて非同期情報記憶部143Bを生成させる(ステップS203)。具体的には、制御部12Bは、通信制御部11Bを介して物理マシン10Aから受信した情報をディスク制御部13Bに出力する。ディスク制御部13Bは受け入れた情報を非同期情報記憶部143Bとして、記憶部14Bに記憶させる。ディスク制御部13Bは、処理を終了すると、処理が終了したことを示す情報を制御部12Bに出力する。制御部12Bは入力された情報を受け入れると、処理をステップS203に進める。 The control unit 12B generates an asynchronous information storage unit 143B using the acquired information (step S203). Specifically, the control unit 12B outputs the information received from the physical machine 10A via the communication control unit 11B to the disk control unit 13B. The disk control unit 13B stores the accepted information in the storage unit 14B as an asynchronous information storage unit 143B. When the disk control unit 13B ends the processing, it outputs information indicating that the processing has ended to the control unit 12B. When the control unit 12B accepts the input information, it proceeds to step S203.

制御部12Bは、仮想マシン20Bを開始する(ステップS203)。制御部12Bは、同期情報記憶部142B及び非同期情報記憶部143Bが記憶部14Bに存在することに基づいて、仮想マシン20Bの起動処理を開始する。同期情報記憶部142B及び非同期情報記憶部143Bは、同期情報記憶部142A及び非同期情報記憶部143Aと同一の内容であるので、仮想マシン20Bは仮想マシン20Aの終了時と同じ状態で開始することができる。
以上が、制御部12Bが仮想マシン20Bを起動する場合の処理の説明である。
The control unit 12B starts the virtual machine 20B (step S203). The control unit 12B starts the startup process of the virtual machine 20B based on the existence of the synchronous information storage unit 142B and the asynchronous information storage unit 143B in the storage unit 14B. Since the synchronous information storage unit 142B and the asynchronous information storage unit 143B have the same contents as the synchronous information storage unit 142A and the asynchronous information storage unit 143A, the virtual machine 20B can start in the same state as when the virtual machine 20A was terminated.
This concludes the description of the process performed when the control unit 12B starts up the virtual machine 20B.

続いて、何らかの理由によって物理マシン10Aに接続できない場合に、制御部12Bが仮想マシン20Bを起動する場合の処理について説明する。また、以下の処理においては、予め記憶部14Bに記憶されている非同期情報はなく、非同期情報記憶部143Bが存在しない場合について説明するが、本実施形態はこれに限られない。
図7は、本発明の一実施形態に係る他の物理マシンで仮想マシンを開始する場合の動作の別の一例を示すフローチャートである。
Next, a process will be described in which the control unit 12B starts the virtual machine 20B when it is unable to connect to the physical machine 10A for some reason. In the following process, a case will be described in which there is no asynchronous information stored in advance in the storage unit 14B and the asynchronous information storage unit 143B does not exist, but the present embodiment is not limited to this.
FIG. 7 is a flowchart illustrating another example of the operation when starting a virtual machine on another physical machine according to an embodiment of the present invention.

まず、制御部12Bは、非同期情報に関する情報を取得する(ステップS300)。具体的には、まず、制御部12Bは、ディスク制御部13Bに非同期情報更新情報を要求する情報を出力する。ディスク制御部13Bは、受け入れた情報に基づいて、同期情報記憶部142Bから非同期情報更新情報を取得する。ディスク制御部13Bは取得した情報を制御部12Bに出力する。ディスク制御部13Bは、非同期情報更新情報が同期情報記憶部142Bに存在しない場合、存在しないことを示す情報を制御部12Bに出力する。制御部12Bは、入力された情報を受け入れ、処理をステップS301に進める。 First, the control unit 12B acquires information related to asynchronous information (step S300). Specifically, first, the control unit 12B outputs information requesting asynchronous information update information to the disk control unit 13B. The disk control unit 13B acquires asynchronous information update information from the synchronous information storage unit 142B based on the received information. The disk control unit 13B outputs the acquired information to the control unit 12B. If the asynchronous information update information does not exist in the synchronous information storage unit 142B, the disk control unit 13B outputs information indicating that it does not exist to the control unit 12B. The control unit 12B accepts the input information and proceeds to step S301.

制御部12Bは、非同期情報があるか否かを判定する(ステップS301)。具体的には、制御部12Bは取得した情報が非同期情報更新情報である場合、非同期情報があると判定する(ステップS301:YES)。この場合、制御部12Bは処理をステップS302に進める。また、制御部12Bは、取得した情報が非同期情報更新情報がないことを示す情報である場合、非同期情報がないと判定する(ステップS301:NO)。この場合、制御部12Bは処理をステップS305に進める。 The control unit 12B determines whether or not there is asynchronous information (step S301). Specifically, if the acquired information is asynchronous information update information, the control unit 12B determines that there is asynchronous information (step S301: YES). In this case, the control unit 12B advances the process to step S302. Furthermore, if the acquired information indicates that there is no asynchronous information update information, the control unit 12B determines that there is no asynchronous information (step S301: NO). In this case, the control unit 12B advances the process to step S305.

制御部12Bは、共有情報を取得する(ステップS302)。具体的には、制御部12Bは、非同期情報更新情報に含まれる識別情報を取得する。制御部12Bは、取得した識別情報と一致する対処情報を要求する情報をディスク制御部13Bに出力する。ディスク制御部13Bは入力された情報を受け入れ、共有情報記憶部141Bから、受け入れた識別情報と一致する対処情報を取得する。ディスク制御部13Bは、取得した対処情報を制御部12Bに出力する。制御部12Bは、対処情報を取得すると、処理をステップS303に進める。 The control unit 12B acquires the shared information (step S302). Specifically, the control unit 12B acquires the identification information included in the asynchronous information update information. The control unit 12B outputs information requesting handling information that matches the acquired identification information to the disk control unit 13B. The disk control unit 13B accepts the input information and acquires handling information that matches the accepted identification information from the shared information storage unit 141B. The disk control unit 13B outputs the acquired handling information to the control unit 12B. When the control unit 12B acquires the handling information, the process proceeds to step S303.

制御部12Bは、非同期情報を生成する(ステップS303)。具体的には、制御部12Bは、取得した対処情報と、非同期情報更新情報とに基づいて、非同期情報を生成する。制御部12Bは、生成した非同期情報を記憶させる情報をディスク制御部13Bに出力する。ディスク制御部13Bは、非同期情報を非同期情報記憶部143Bに記憶させる。ディスク制御部13Bは処理が完了すると、制御部12Bに完了したことを示す情報を出力する。制御部12Bは、入力された情報を受け入れると、処理をステップS304に進める。 The control unit 12B generates asynchronous information (step S303). Specifically, the control unit 12B generates asynchronous information based on the acquired handling information and asynchronous information update information. The control unit 12B outputs information for storing the generated asynchronous information to the disk control unit 13B. The disk control unit 13B stores the asynchronous information in the asynchronous information storage unit 143B. When the processing is completed, the disk control unit 13B outputs information indicating completion to the control unit 12B. When the control unit 12B accepts the input information, the processing proceeds to step S304.

制御部12Bは、仮想マシン20Bを開始する(ステップS304)。制御部12Bは、同期情報記憶部142B及び非同期情報記憶部143Bが記憶部14Bに存在することに基づいて、仮想マシン20Bの起動処理を開始する。 The control unit 12B starts the virtual machine 20B (step S304). The control unit 12B starts the startup process of the virtual machine 20B based on the existence of the synchronous information storage unit 142B and the asynchronous information storage unit 143B in the storage unit 14B.

制御部12Bは、非同期情報がない場合、空の非同期情報を作成する(ステップS305)。具体的には、制御部12Bは、空の非同期情報を作成することを指示する情報をディスク制御部13Bに出力する。ディスク制御部13Bは、入力された情報に基づいて、非同期情報記憶部143Bが空であることを示す情報を生成する。ディスク制御部13Bは処理が完了すると、制御部12Bに完了したことを制御部12Bに完了したことを示す情報を出力する。制御部12Bは、入力された情報を受け入れると、処理をステップS304に進める。
以上が、物理マシン10Aに接続できない場合に、制御部12Bが仮想マシン20Bを起動する場合の処理の説明である。
If there is no asynchronous information, the control unit 12B creates empty asynchronous information (step S305). Specifically, the control unit 12B outputs information instructing the disk control unit 13B to create empty asynchronous information. The disk control unit 13B generates information indicating that the asynchronous information storage unit 143B is empty based on the input information. When the disk control unit 13B completes the process, it outputs information indicating the completion to the control unit 12B. When the control unit 12B accepts the input information, it proceeds to step S304.
This concludes the description of the process in which the control unit 12B starts up the virtual machine 20B when a connection cannot be made to the physical machine 10A.

以上説明したように、情報処理システム1は、異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン(物理マシン10A)上で動作する第1の仮想マシン(仮想マシン20A)と、第2の物理マシン(物理マシン10B)上で動作する第2の仮想マシン(仮想マシン20B)との間で前記仮想マシンの記憶情報を共有する情報処理システムにおいて、前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報(例えば、記憶識別情報)と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定部(例えば、仮想ディスク制御部22A)と、前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する第1処理部(制御部12A)とを備える。 As described above, the information processing system 1 includes virtual machines that operate on different physical machines, and shares storage information of the virtual machines between a first virtual machine (virtual machine 20A) that operates on a first physical machine (physical machine 10A) and a second virtual machine (virtual machine 20B) that operates on a second physical machine (physical machine 10B). The information processing system includes a determination unit (e.g., virtual disk control unit 22A) that determines the storage information that requires synchronization as synchronous information and determines the storage information that does not require synchronization as asynchronous information based on the storage information and necessity information (e.g., storage identification information) that indicates the necessity of synchronization between the first virtual machine and the second virtual machine, and a first processing unit (control unit 12A) that performs synchronization processing between the multiple virtual machines for the synchronization information.

これにより、情報処理システム1は、物理マシン10Aと物理マシン10Bとの間で更新情報の全てを同期することなく、仮想マシンに関する記憶情報を共有することが可能になる。これにより、ネットワークNWを介して送受信する情報が少なくなることでネットワークNWを介する他の送受信情報への影響が小さくなる。そのため応答性の低下を抑制することができる。また、同期する情報が少なくなるため、同期処理に必要なリソースを低減することができ、他の処理の効率を高めることができる。そのため、効率性の低下を抑制することができる。 This enables the information processing system 1 to share stored information related to virtual machines without synchronizing all of the update information between the physical machines 10A and 10B. This reduces the amount of information sent and received over the network NW, thereby reducing the impact on other information sent and received over the network NW. This makes it possible to suppress a decrease in responsiveness. In addition, because less information is synchronized, the resources required for synchronization processing can be reduced, and the efficiency of other processing can be improved. This makes it possible to suppress a decrease in efficiency.

また、情報処理システム1の前記判定部は、前記記憶情報が更新されるときに、前記記憶情報と前記要否情報とに基づいて、更新される前記記憶情報のうち、前記同期情報に含まれる情報を更新同期情報と判定し、更新される前記記憶情報のうち、前記非同期情報に含まれる情報を更新非同期情報と判定し、前記第1処理部は、前記更新同期情報について、前記同期処理を実行する。
これにより、情報処理システム1は、更新毎に全ての更新情報を同期することなく、物理マシン10Aと物理マシン10Bとの間で更新情報の全てを同期することなく、仮想マシンに関する記憶情報を共有することが可能になる。これにより、ネットワークNWを介して送受信する情報が少なくなることでネットワークNWを介する他の送受信情報への影響が小さくなる。そのため、応答性や効率性の低下を抑制することができる。
In addition, when the storage information is updated, the judgment unit of the information processing system 1 judges, based on the storage information and the necessity information, information included in the synchronous information among the storage information to be updated to be updated synchronous information, and judges information included in the asynchronous information among the storage information to be updated to be updated asynchronous information, and the first processing unit executes the synchronization processing on the updated synchronization information.
This allows the information processing system 1 to share stored information related to virtual machines without synchronizing all update information every time an update is made, and without synchronizing all update information between the physical machines 10A and 10B. This reduces the amount of information transmitted and received via the network NW, thereby reducing the impact on other information transmitted and received via the network NW. This makes it possible to suppress deterioration in responsiveness and efficiency.

また、前記第1処理部は、前記更新非同期情報がある場合に、前記非同期情報の更新が行われることを示す非同期情報更新情報を生成し、前記非同期情報更新情報について前記同期処理を行う。
これにより、情報処理システム1は、更新時に同期が行われない非同期情報についても、更新が行われたかどうかを知らせることができる。更新が行われた非同期情報については、他の物理マシン上で仮想マシンを動作させる場合にのみ取得すればよいので、通信負荷を軽減することができ、応答性や効率性の低下を抑制することができる。
Furthermore, when there is the updated asynchronous information, the first processing unit generates asynchronous information update information indicating that the asynchronous information is to be updated, and performs the synchronization process on the asynchronous information update information.
In this way, the information processing system 1 can notify whether or not asynchronous information that is not synchronized when updated has been updated. The asynchronous information that has been updated only needs to be acquired when a virtual machine is operated on another physical machine, so that the communication load can be reduced and degradation of responsiveness and efficiency can be suppressed.

また、情報処理システム1は、前記非同期情報更新情報と前記非同期情報を更新するための情報とを対応付けた対処情報と、前記非同期情報更新情報とに基づいて、前記非同期情報の更新を行う第2処理部を更に備える。
これにより、他の物理マシン上の非同期情報についても更新を行うことが可能になり、複数の物理マシン間上で動作する仮想マシンの記憶情報を、通信負荷を軽減したまま、共有することができる。そのため、応答性や効率性の低下を抑制することができる。
In addition, the information processing system 1 further includes handling information that associates the asynchronous information update information with information for updating the asynchronous information, and a second processing unit that updates the asynchronous information based on the asynchronous information update information.
This makes it possible to update asynchronous information on other physical machines as well, and allows storage information of virtual machines running on multiple physical machines to be shared while reducing the communication load, thereby preventing degradation of responsiveness and efficiency.

図8は、上記の実施形態に関わる情報処理システムの最小構成の一例を示すブロック図である。
この図に示すように、異なる物理マシン上で動作する仮想マシンを備え、第1の前記物理マシン上で動作する第1の前記仮想マシンと、第2の前記物理マシン上で動作する第2の前記仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システム1は、少なくとも判定部101と第1処理部102とを備える。
判定部101は、前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する。
第1処理部102は、前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する。
FIG. 8 is a block diagram showing an example of a minimum configuration of an information processing system according to the above embodiment.
As shown in this figure, an information processing system 1 has virtual machines running on different physical machines and shares memory information of the virtual machines between a first virtual machine running on a first physical machine and a second virtual machine running on a second physical machine, and has at least a determination unit 101 and a first processing unit 102.
The determination unit 101 determines that the memory information requiring synchronization is synchronous information and determines that the memory information not requiring synchronization is asynchronous information based on the memory information and necessity information indicating whether synchronization is necessary between the first virtual machine and the second virtual machine.
The first processing unit 102 executes synchronization processing among the plurality of virtual machines with respect to the synchronization information.

なお、上述した実施形態において、非同期情報は、複数の物理マシン10間で共有しない例を説明したが、これには限られない。例えば、定期的に複数の物理マシン10間で非同期情報の差分情報を共有してもよい。この場合、共有後に起動した仮想マシン20において更新された非同期情報に関する情報だけを、非同期情報更新情報として同期してもよい。 In the above-described embodiment, an example has been described in which the asynchronous information is not shared between multiple physical machines 10, but this is not limited to the above. For example, difference information of the asynchronous information may be shared periodically between multiple physical machines 10. In this case, only information regarding the asynchronous information updated in the virtual machine 20 started after sharing may be synchronized as asynchronous information update information.

また、上述した実施形態において、共有情報記憶部141(141A、141B)は、各物理マシン10で同じものを保持する例を説明したが、これには限られない。例えば、共有ディスク装置や、ネットワークNWを介して接続された記憶装置上に共有情報が存在し、各物理マシン10は、当該共有情報を参照してもよい。 In the above embodiment, the shared information storage unit 141 (141A, 141B) stores the same information in each physical machine 10, but this is not limited to the above. For example, the shared information may exist on a shared disk device or a storage device connected via a network NW, and each physical machine 10 may refer to the shared information.

また、上述した実施形態において、物理マシン10Aに接続できず非同期情報記憶部143Aを取得できない場合に、非同期情報更新情報を用いて非同期情報を生成する例を説明したが、これには限られない。例えば、制御部12Bは、非同期情報更新情報を無効化させ、空の非同期情報記憶部143Bを作成するようにしてもよい。 In the above-described embodiment, an example was described in which asynchronous information is generated using asynchronous information update information when it is not possible to connect to the physical machine 10A and therefore not possible to obtain the asynchronous information storage unit 143A, but this is not limited to this. For example, the control unit 12B may invalidate the asynchronous information update information and create an empty asynchronous information storage unit 143B.

また、上述した実施形態において、物理マシン10は、例えば、ネットワークNWを介して、ユーザが所持するデスクトップパソコン、ノートパソコン、タブレット端末、スマートフォンなどから接続されるサーバなどの処理装置である例を説明したが、これには限られない。例えば、ユーザが所持するデスクトップパソコン、ノートパソコン、タブレット端末、スマートフォンなどの端末装置であってもよい。 In the above-described embodiment, the physical machine 10 is, for example, a processing device such as a server connected to a desktop computer, laptop computer, tablet terminal, smartphone, or the like owned by a user via a network NW, but is not limited to this. For example, the physical machine 10 may be a terminal device such as a desktop computer, laptop computer, tablet terminal, smartphone, or the like owned by a user.

また、上述した実施形態において、識別情報は非同期情報についてのみ付加される例を説明したが、これには限られない。例えば、同期情報については同期情報であることを示す識別情報が付加されるようであってもよい。このとき、制御部12は識別情報に基づいて、更新内容情報が同期情報であるか非同期情報であるかを判定する。 In the above embodiment, an example has been described in which identification information is added only to asynchronous information, but this is not limited to this. For example, identification information indicating that the information is synchronous information may be added to synchronous information. At this time, the control unit 12 determines whether the update content information is synchronous information or asynchronous information based on the identification information.

また、上述した各実施形態において、制御部12Aとディスク制御部13Aとが同一の物理マシン10Aに含まれる例を説明したが、これには限られない。例えば、ディスク制御部13A、記憶部14Aを含む記憶装置Aが物理マシン10Aの外部に備えられてもよい。同様にディスク制御部13B、記憶部14Bを含む記憶装置Bが物理マシン10Bの外部に備えられてもよい。なお、記憶装置Aと記憶装置Bとは異なる。 In addition, in each of the above-described embodiments, an example has been described in which the control unit 12A and the disk control unit 13A are included in the same physical machine 10A, but this is not limited to the above. For example, a storage device A including the disk control unit 13A and the storage unit 14A may be provided outside the physical machine 10A. Similarly, a storage device B including the disk control unit 13B and the storage unit 14B may be provided outside the physical machine 10B. Note that storage device A and storage device B are different.

また、上述した実施形態における物理マシン10の一部、例えば、制御部12(12A、12B)などをコンピュータで実現するようにしてもよい。その場合、この機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現してもよい。なお、ここでいう「コンピュータシステム」とは、物理マシン10に内蔵されたコンピュータシステムであって、OS(Operating System)や周辺機器等のハードウェアを含むものとする。 In addition, a part of the physical machine 10 in the above-mentioned embodiment, such as the control unit 12 (12A, 12B), may be realized by a computer. In this case, a program for realizing this function may be recorded on a computer-readable recording medium, and the program recorded on the recording medium may be read into a computer system and executed. Note that the "computer system" referred to here is a computer system built into the physical machine 10, and includes hardware such as the OS (Operating System) and peripheral devices.

また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含んでもよい。また上記プログラムは、前述した機能の一部を実現するためのものであってもよく、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであってもよい。 Furthermore, "computer-readable recording medium" refers to portable media such as flexible disks, optical magnetic disks, ROMs, and CD-ROMs, as well as storage devices such as hard disks built into computer systems. Furthermore, "computer-readable recording medium" may also include devices that dynamically store a program for a short period of time, such as a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line, or devices that store a program for a certain period of time, such as volatile memory within a computer system that serves as a server or client in such cases. Furthermore, the above program may be one that realizes part of the functions described above, or may be one that can realize the functions described above in combination with a program already recorded in the computer system.

また、上述した実施形態における物理マシン10の一部、または全部を、LSI(Large Scale Integration)等の集積回路として実現してもよい。情報処理システム1の各機能部は個別にプロセッサ化してもよいし、一部、または全部を集積してプロセッサ化してもよい。また、集積回路化の手法はLSIに限らず専用回路、または汎用プロセッサで実現してもよい。また、半導体技術の進歩によりLSIに代替する集積回路化の技術が出現した場合、当該技術による集積回路を用いてもよい。 In addition, a part or all of the physical machine 10 in the above-described embodiment may be realized as an integrated circuit such as an LSI (Large Scale Integration). Each functional unit of the information processing system 1 may be individually made into a processor, or a part or all of the functional units may be integrated into a processor. The integrated circuit method is not limited to LSI, and may be realized by a dedicated circuit or a general-purpose processor. Furthermore, if an integrated circuit technology that can replace LSI appears due to advances in semiconductor technology, an integrated circuit based on that technology may be used.

以上、図面を参照してこの発明の一実施形態について詳しく説明してきたが、具体的な構成は上述のものに限られることはなく、この発明の要旨を逸脱しない範囲内において様々な設計変更等をすることが可能である。また、本発明の一態様は、請求項に示した範囲で種々の変更が可能であり、異なる実施形態にそれぞれ開示された技術的手段を適宜組み合わせて得られる実施形態についても本発明の技術的範囲に含まれる。また、上記各実施形態や変形例に記載された要素であり、同様の効果を奏する要素同士を置換した構成も含まれる。 Although one embodiment of the present invention has been described in detail above with reference to the drawings, the specific configuration is not limited to the above, and various design changes and the like can be made within the scope of the gist of the present invention. Furthermore, one aspect of the present invention can be modified in various ways within the scope of the claims, and embodiments obtained by appropriately combining the technical means disclosed in different embodiments are also included in the technical scope of the present invention. Also included are configurations in which elements described in the above embodiments and modified examples are substituted with elements that have the same effect.

1・・・情報処理システム、10、10A、10B・・・物理マシン、11、11A、11B・・・通信制御部、12、12A、12B・・・制御部、13、13A、13B・・・ディスク制御部、14、14A、14B・・・記憶部、141A、141B・・・共有情報記憶部、142A、142B・・・同期情報記憶部、143A、143B・・・非同期情報記憶部、20、20A、20B・・・仮想マシン、21、21A、21B・・・仮想マシン制御部、22、22A、22B・・・仮想ディスク制御部、23、23A、23B・・・仮想記憶部 1: Information processing system, 10, 10A, 10B: Physical machine, 11, 11A, 11B: Communication control unit, 12, 12A, 12B: Control unit, 13, 13A, 13B: Disk control unit, 14, 14A, 14B: Storage unit, 141A, 141B: Shared information storage unit, 142A, 142B: Synchronous information storage unit, 143A, 143B: Asynchronous information storage unit, 20, 20A, 20B: Virtual machine, 21, 21A, 21B: Virtual machine control unit, 22, 22A, 22B: Virtual disk control unit, 23, 23A, 23B: Virtual storage unit

Claims (8)

異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムにおいて、
前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定部と、
前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する第1処理部と、
前記第1の物理マシンと前記第2の物理マシンのどちらか一方に接続できず、他方の前記物理マシン上で仮想マシンを起動する場合、前記仮想マシンを起動する前記物理マシン上で前記非同期情報を更新する第2処理部と、
を備える、情報処理システム。
An information processing system includes virtual machines that run on different physical machines, and in which stored information of the virtual machines is shared between a first virtual machine that runs on a first physical machine and a second virtual machine that runs on a second physical machine,
a determination unit that determines the stored information that requires synchronization as synchronous information and determines the stored information that does not require synchronization as asynchronous information based on the stored information and necessity information indicating whether synchronization is necessary between the first virtual machine and the second virtual machine;
A first processing unit that executes a synchronization process among the virtual machines with respect to the synchronization information;
a second processing unit that updates the asynchronous information on the physical machine that starts the virtual machine when a connection cannot be made to either the first physical machine or the second physical machine and a virtual machine is started on the other physical machine;
An information processing system comprising:
異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムにおいて、
前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定部と、
前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する第1処理部と、を備え、
前記判定部は、前記記憶情報が更新されるときに、前記記憶情報と前記要否情報とに基づいて、更新される前記記憶情報のうち、前記同期情報に含まれる情報を更新同期情報と判定し、更新される前記記憶情報のうち、前記非同期情報に含まれる情報を更新非同期情報と判定し、
前記第1処理部は、前記更新同期情報について、前記同期処理を実行し、
前記第1処理部は、前記更新非同期情報がある場合に、前記非同期情報の更新が行われることを示す非同期情報更新情報を生成し、前記非同期情報更新情報について前記同期処理を行い、
前記非同期情報更新情報と前記非同期情報を更新するための情報とを対応付けた対処情報と、前記非同期情報更新情報とに基づいて、前記非同期情報の更新を行う第2処理部を更に備える、情報処理システム。
An information processing system includes virtual machines that run on different physical machines, and in which stored information of the virtual machines is shared between a first virtual machine that runs on a first physical machine and a second virtual machine that runs on a second physical machine,
a determination unit that determines the stored information that requires synchronization as synchronous information and determines the stored information that does not require synchronization as asynchronous information based on the stored information and necessity information indicating whether synchronization is necessary between the first virtual machine and the second virtual machine;
a first processing unit that executes synchronization processing among the plurality of virtual machines with respect to the synchronization information;
When the storage information is updated, the determination unit determines, based on the storage information and the necessity information, information included in the synchronous information among the storage information to be updated as updated synchronous information, and determines information included in the asynchronous information among the storage information to be updated as updated asynchronous information;
The first processing unit executes the synchronization process on the update synchronization information,
The first processing unit generates asynchronous information update information indicating that the asynchronous information is to be updated when the updated asynchronous information is present, and performs the synchronization process on the asynchronous information update information;
The information processing system further comprises: a second processing unit that updates the asynchronous information based on the asynchronous information update information and handling information that associates the asynchronous information update information with information for updating the asynchronous information.
異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムにおける仮想マシンを動作させる物理マシンであって、
前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する場合に、
前記同期情報について、仮想マシンを動作させる他の物理マシンとの間で同期処理を行う第1処理部と、
前記第1の物理マシンと前記第2の物理マシンのどちらか一方に接続できず、他方の前記物理マシン上で仮想マシンを起動する場合、前記仮想マシンを起動する前記物理マシン上で前記非同期情報を更新する第2処理部と、
を備える、物理マシン。
A physical machine that operates virtual machines in an information processing system, the information processing system including virtual machines that operate on different physical machines, and in which storage information of the virtual machines is shared between a first virtual machine that operates on a first physical machine and a second virtual machine that operates on a second physical machine, the physical machine comprising:
Based on the storage information and necessity information indicating whether synchronization is necessary between the first virtual machine and the second virtual machine, when determining that the storage information requiring synchronization is synchronous information and determining that the storage information not requiring synchronization is asynchronous information,
a first processing unit that performs a synchronization process with another physical machine that runs the virtual machine with respect to the synchronization information;
a second processing unit that updates the asynchronous information on the physical machine that starts the virtual machine when a connection cannot be made to either the first physical machine or the second physical machine and a virtual machine is started on the other physical machine;
A physical machine comprising:
異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムにおける仮想マシンを動作させる物理マシンであって、
前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する場合に、
前記同期情報について、仮想マシンを動作させる他の物理マシンとの間で同期処理を行う第1処理部、
を備え、
前記判定は、前記記憶情報が更新されるときに、前記記憶情報と前記要否情報とに基づいて、更新される前記記憶情報のうち、前記同期情報に含まれる情報を更新同期情報と判定し、更新される前記記憶情報のうち、前記非同期情報に含まれる情報を更新非同期情報と判定し、
前記第1処理部は、前記更新同期情報について、前記同期処理を実行し、
前記第1処理部は、前記更新非同期情報がある場合に、前記非同期情報の更新が行われることを示す非同期情報更新情報を生成し、前記非同期情報更新情報について前記同期処理を行い、
前記非同期情報更新情報と前記非同期情報を更新するための情報とを対応付けた対処情報と、前記非同期情報更新情報とに基づいて、前記非同期情報の更新を行う第2処理部を更に備える、物理マシン。
A physical machine that operates virtual machines in an information processing system, the information processing system including virtual machines that operate on different physical machines, and in which storage information of the virtual machines is shared between a first virtual machine that operates on a first physical machine and a second virtual machine that operates on a second physical machine, the physical machine comprising:
Based on the storage information and necessity information indicating whether synchronization is necessary between the first virtual machine and the second virtual machine, when determining that the storage information requiring synchronization is synchronous information and determining that the storage information not requiring synchronization is asynchronous information,
a first processing unit that performs a synchronization process with another physical machine that runs a virtual machine with respect to the synchronization information;
Equipped with
The determination includes, when the stored information is updated, determining, based on the stored information and the necessity information, information included in the synchronous information among the stored information to be updated as updated synchronous information, and determining, based on the stored information and the necessity information, information included in the asynchronous information among the stored information to be updated as updated asynchronous information;
The first processing unit executes the synchronization process on the update synchronization information;
The first processing unit generates asynchronous information update information indicating that the asynchronous information is to be updated when the updated asynchronous information is present, and performs the synchronization process on the asynchronous information update information;
the physical machine further comprising: a second processing unit configured to update the asynchronous information based on the asynchronous information update information and handling information that associates the asynchronous information update information with information for updating the asynchronous information.
異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムにおける情報処理方法であって、
前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定ステップと、
前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する第1処理ステップと、
前記第1の物理マシンと前記第2の物理マシンのどちらか一方に接続できず、他方の前記物理マシン上で仮想マシンを起動する場合、前記仮想マシンを起動する前記物理マシン上で前記非同期情報を更新する第2処理ステップと、
を含む、情報処理方法。
1. An information processing method for an information processing system including virtual machines operating on different physical machines, in which stored information of the virtual machines is shared between a first virtual machine operating on a first physical machine and a second virtual machine operating on a second physical machine, the method comprising:
a determining step of determining the stored information requiring synchronization as synchronous information and determining the stored information not requiring synchronization as asynchronous information based on the stored information and necessity information indicating whether synchronization is necessary between the first virtual machine and the second virtual machine;
a first processing step of executing a synchronization process among the plurality of virtual machines with respect to the synchronization information;
a second processing step of updating the asynchronous information on the physical machine that starts the virtual machine when the first physical machine or the second physical machine cannot be connected and a virtual machine is started on the other physical machine;
An information processing method comprising:
異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムにおける情報処理方法であって、
前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定ステップと、
前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する第1処理ステップと、
前記判定ステップは、前記記憶情報が更新されるときに、前記記憶情報と前記要否情報とに基づいて、更新される前記記憶情報のうち、前記同期情報に含まれる情報を更新同期情報と判定し、更新される前記記憶情報のうち、前記非同期情報に含まれる情報を更新非同期情報と判定し、
前記第1処理ステップは、前記更新同期情報について、前記同期処理を実行し、
前記第1処理ステップは、前記更新非同期情報がある場合に、前記非同期情報の更新が行われることを示す非同期情報更新情報を生成し、前記非同期情報更新情報について前記同期処理を行い、
前記非同期情報更新情報と前記非同期情報を更新するための情報とを対応付けた対処情報と、前記非同期情報更新情報とに基づいて、前記非同期情報の更新を行う第2処理ステップを更に備える、情報処理方法。
1. An information processing method for an information processing system including virtual machines operating on different physical machines, in which stored information of the virtual machines is shared between a first virtual machine operating on a first physical machine and a second virtual machine operating on a second physical machine, the method comprising:
a determining step of determining the stored information requiring synchronization as synchronous information and determining the stored information not requiring synchronization as asynchronous information based on the stored information and necessity information indicating whether synchronization is necessary between the first virtual machine and the second virtual machine;
a first processing step of executing a synchronization process among the plurality of virtual machines with respect to the synchronization information;
In the determination step, when the stored information is updated, information included in the synchronous information among the stored information to be updated is determined as updated synchronous information, and information included in the asynchronous information among the stored information to be updated is determined as updated asynchronous information, based on the stored information and the necessity information;
The first processing step includes executing the synchronization process on the update synchronization information,
The first processing step includes generating asynchronous information update information indicating that the asynchronous information is to be updated when the updated asynchronous information exists, and performing the synchronous processing on the asynchronous information update information;
The information processing method further comprises a second processing step of updating the asynchronous information based on the asynchronous information update information and handling information that associates the asynchronous information update information with information for updating the asynchronous information.
異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムのコンピュータに、
前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定ステップと、
前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する第1処理ステップと、
前記第1の物理マシンと前記第2の物理マシンのどちらか一方に接続できず、他方の前記物理マシン上で仮想マシンを起動する場合、前記仮想マシンを起動する前記物理マシン上で前記非同期情報を更新する第2処理ステップと、
を実行させるための、プログラム。
A computer of an information processing system includes virtual machines that operate on different physical machines, and in which storage information of the virtual machines is shared between a first virtual machine that operates on a first physical machine and a second virtual machine that operates on a second physical machine,
a determining step of determining the stored information requiring synchronization as synchronous information and determining the stored information not requiring synchronization as asynchronous information based on the stored information and necessity information indicating whether synchronization is necessary between the first virtual machine and the second virtual machine;
a first processing step of executing a synchronization process among the plurality of virtual machines with respect to the synchronization information;
a second processing step of updating the asynchronous information on the physical machine that starts the virtual machine when the first physical machine or the second physical machine cannot be connected and a virtual machine is started on the other physical machine;
A program to execute.
異なる物理マシン上で動作する仮想マシンを備え、第1の物理マシン上で動作する第1の仮想マシンと、第2の物理マシン上で動作する第2の仮想マシンとの間で前記仮想マシンの記憶情報を共有する情報処理システムのコンピュータに、
前記記憶情報と、前記第1の仮想マシンと前記第2の仮想マシンとの間で同期の要否を示す要否情報と、に基づいて、前記同期の必要な前記記憶情報を同期情報と判定し、前記同期の不要な前記記憶情報を非同期情報と判定する判定ステップと、
前記同期情報について、複数の前記仮想マシンの間で同期処理を実行する第1処理ステップと、
前記判定ステップは、前記記憶情報が更新されるときに、前記記憶情報と前記要否情報とに基づいて、更新される前記記憶情報のうち、前記同期情報に含まれる情報を更新同期情報と判定し、更新される前記記憶情報のうち、前記非同期情報に含まれる情報を更新非同期情報と判定し、
前記第1処理ステップは、前記更新同期情報について、前記同期処理を実行し、
前記第1処理ステップは、前記更新非同期情報がある場合に、前記非同期情報の更新が行われることを示す非同期情報更新情報を生成し、前記非同期情報更新情報について前記同期処理を行い、
前記非同期情報更新情報と前記非同期情報を更新するための情報とを対応付けた対処情報と、前記非同期情報更新情報とに基づいて、前記非同期情報の更新を行う第2処理ステップを更に実行させるための、プログラム。
A computer of an information processing system includes virtual machines that operate on different physical machines, and in which storage information of the virtual machines is shared between a first virtual machine that operates on a first physical machine and a second virtual machine that operates on a second physical machine,
a determining step of determining the stored information requiring synchronization as synchronous information and determining the stored information not requiring synchronization as asynchronous information based on the stored information and necessity information indicating whether synchronization is necessary between the first virtual machine and the second virtual machine;
a first processing step of executing a synchronization process among the plurality of virtual machines with respect to the synchronization information;
In the determination step, when the stored information is updated, information included in the synchronous information among the stored information to be updated is determined as updated synchronous information, and information included in the asynchronous information among the stored information to be updated is determined as updated asynchronous information, based on the stored information and the necessity information;
The first processing step includes executing the synchronization process on the update synchronization information,
The first processing step includes generating asynchronous information update information indicating that the asynchronous information is to be updated when the updated asynchronous information exists, and performing the synchronous processing on the asynchronous information update information;
A program for further executing a second processing step of updating the asynchronous information based on the asynchronous information update information and handling information that associates the asynchronous information update information with information for updating the asynchronous information.
JP2019057836A 2019-03-26 2019-03-26 Information processing system, physical machine, information processing method, and program Active JP7476481B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019057836A JP7476481B2 (en) 2019-03-26 2019-03-26 Information processing system, physical machine, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019057836A JP7476481B2 (en) 2019-03-26 2019-03-26 Information processing system, physical machine, information processing method, and program

Publications (2)

Publication Number Publication Date
JP2020160653A JP2020160653A (en) 2020-10-01
JP7476481B2 true JP7476481B2 (en) 2024-05-01

Family

ID=72643365

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019057836A Active JP7476481B2 (en) 2019-03-26 2019-03-26 Information processing system, physical machine, information processing method, and program

Country Status (1)

Country Link
JP (1) JP7476481B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010218481A (en) 2009-03-19 2010-09-30 Hitachi Ltd High-reliability computer system and configuring method therefor
JP2012164075A (en) 2011-02-04 2012-08-30 Nippon Telegr & Teleph Corp <Ntt> Storage synchronization system, virtual machine, storage synchronization method and program
US20140040206A1 (en) 2012-08-02 2014-02-06 Kadangode K. Ramakrishnan Pipelined data replication for disaster recovery
WO2015033451A1 (en) 2013-09-06 2015-03-12 株式会社日立製作所 Distributed storage system, and data-access method therefor

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7447854B1 (en) * 2005-12-30 2008-11-04 Vmware, Inc. Tracking and replicating changes to a virtual disk

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010218481A (en) 2009-03-19 2010-09-30 Hitachi Ltd High-reliability computer system and configuring method therefor
JP2012164075A (en) 2011-02-04 2012-08-30 Nippon Telegr & Teleph Corp <Ntt> Storage synchronization system, virtual machine, storage synchronization method and program
US20140040206A1 (en) 2012-08-02 2014-02-06 Kadangode K. Ramakrishnan Pipelined data replication for disaster recovery
WO2015033451A1 (en) 2013-09-06 2015-03-12 株式会社日立製作所 Distributed storage system, and data-access method therefor

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
河村裕太、山田浩史,データベース管理システムと協調した仮想マシン移送,情報処理学会研究報告 [online],日本,一般社団法人情報処理学会,2016年05月23日,Vol. 2016-OS-137, No.2,pp.1-11,ISSN 2188-8795

Also Published As

Publication number Publication date
JP2020160653A (en) 2020-10-01

Similar Documents

Publication Publication Date Title
CN110427284B (en) Data processing method, distributed system, computer system, and medium
US11809901B2 (en) Migrating the runtime state of a container between two nodes
KR20110128846A (en) Programming model for synchronizing browser caches across devices and web services
JP6123626B2 (en) Process resumption method, process resumption program, and information processing system
JP2008033483A (en) Computer system, computer, and moving method of computer operating environment
JP5728812B2 (en) Distributed information processing system and distributed storage system
US20210089379A1 (en) Computer system
CN111124475A (en) Method for storage management, electronic device and computer-readable storage medium
CN111400350A (en) Configuration data reading method, system, electronic device and storage medium
JP7476481B2 (en) Information processing system, physical machine, information processing method, and program
US11055263B2 (en) Information processing device and information processing system for synchronizing data between storage devices
CN114422537B (en) Multi-cloud storage system, multi-cloud data reading and writing method and electronic equipment
US20150135004A1 (en) Data allocation method and information processing system
US10338849B2 (en) Method and device for processing I/O request in network file system
JP5428455B2 (en) Virtual machine server, virtual machine control method, and virtual machine control program
CN115698955A (en) Fault tolerance of transaction images
CN114721583A (en) Method, apparatus and computer program product for managing a storage system
US10666721B2 (en) Resource management device and method
JP5464449B2 (en) Method for detecting inconsistency between processing units considering reboot due to failure, shared apparatus, and cluster system
JP2008217202A (en) Disk array device and firmware update method
JP6555353B2 (en) Cluster system, information processing apparatus, cluster system synchronization method, and program
US11675626B2 (en) Container image arrangement method and non-transitory computer-readable medium
US11379147B2 (en) Method, device, and computer program product for managing storage system
CN114115944B (en) RBD client batch upgrading method, system, equipment and storage medium
US20240054000A1 (en) Container scheduling and deployment method and apparatus, and domain controller system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220207

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221221

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230124

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230317

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230627

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230824

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20231121

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240216

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20240228

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20240319

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240401