JP2018032156A - Connection control system of virtual machine and connection control method of virtual machine - Google Patents

Connection control system of virtual machine and connection control method of virtual machine Download PDF

Info

Publication number
JP2018032156A
JP2018032156A JP2016162975A JP2016162975A JP2018032156A JP 2018032156 A JP2018032156 A JP 2018032156A JP 2016162975 A JP2016162975 A JP 2016162975A JP 2016162975 A JP2016162975 A JP 2016162975A JP 2018032156 A JP2018032156 A JP 2018032156A
Authority
JP
Japan
Prior art keywords
command
spp
gui
virtual machine
abstraction
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016162975A
Other languages
Japanese (ja)
Other versions
JP6543231B2 (en
Inventor
泰文 小川
Yasufumi Ogawa
泰文 小川
高田 直樹
Naoki Takada
直樹 高田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2016162975A priority Critical patent/JP6543231B2/en
Publication of JP2018032156A publication Critical patent/JP2018032156A/en
Application granted granted Critical
Publication of JP6543231B2 publication Critical patent/JP6543231B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a connection control system of a virtual machine and a connection control method of the virtual machine capable of abstracting the operation of an SPP (Soft Patch Panel) enabling intuitively operation via GUI.SOLUTION: A connection control system 100 of a virtual machine includes: a command generation function part 111 that generates a command to an SPP responding to a GUI operation and issues the command to the SPP; and a command conversion function part 121 which has a management information storage part 123A for storing a relationship among an SPP resource, a port object and a VM (virtual machine) object, and converts the generated command into a command to be fed to the SPP while referring to the management information.SELECTED DRAWING: Figure 1

Description

本発明は、仮想マシンの接続制御システムおよび仮想マシンの接続制御方法に関する。   The present invention relates to a virtual machine connection control system and a virtual machine connection control method.

NFV(Network Functions Virtualization:ネットワーク機能仮想化)による仮想化技術の進展などを背景に、サービス毎にシステムを構築して運用することが行われている。また、上記サービス毎にシステムを構築する形態から、サービス機能を再利用可能なモジュール単位に分割し、独立した仮想マシン(VM:Virtual Machineやコンテナなど)環境の上で動作させることで、部品のようにして必要に応じて利用し運用性を高めるといったSFC(Service Function Chaining)と呼ばれる形態が主流となりつつある(非特許文献1参照)。   With the background of the advancement of virtualization technology by NFV (Network Functions Virtualization), a system is constructed and operated for each service. In addition, from the form of building a system for each service, the service function is divided into reusable modules and operated on an independent virtual machine (VM: Virtual Machine, container, etc.) environment. In this way, a form called SFC (Service Function Chaining), which is used as necessary to improve operability, is becoming mainstream (see Non-Patent Document 1).

複数の仮想マシン(以下、適宜VMと略称する)を接続、連携させる手法はInter-VM Communicationと呼ばれ、データセンタなどの大規模な環境では、VM間の接続には、仮想スイッチが標準的に利用されてきた。しかし、通信の遅延が大きい手法であることから、より高速な手法が新たに提案されている。例えば、SR-IOV(Single Root I/O Virtualization)と呼ばれる特別なハードウェアを用いる手法や、高速パケット処理ライブラリであるIntel DPDK(Intel Data Plane Development Kit)(以下、DPDKという)を用いたソフトウェアによる手法などが提案されている(非特許文献2参照)。DPDKは、パケット処理のパフォーマンスとスループットを大幅に高めて、データプレーン・アプリケーションに多くの時間を確保することを可能にする。   A method for connecting and linking multiple virtual machines (hereinafter abbreviated as VM as appropriate) is called Inter-VM Communication. In large-scale environments such as data centers, virtual switches are standard for connecting VMs. Has been used. However, since the method has a large communication delay, a faster method has been newly proposed. For example, depending on the method using special hardware called SR-IOV (Single Root I / O Virtualization) or software using Intel DPDK (Intel Data Plane Development Kit) (hereinafter referred to as DPDK) which is a high-speed packet processing library A method or the like has been proposed (see Non-Patent Document 2). DPDK significantly increases packet processing performance and throughput, allowing more time for data plane applications.

DPDKは、CPU(Central Processing Unit)やNIC(Network Interface Card)などのコンピュータ資源を占有的に使用する。このため、SFCのようにモジュール単位で柔軟につなぎ替える用途には適用しづらい。これを緩和するためのアプリケーションであるSPP(Soft Patch Panel)がある(非特許文献3参照)。SPPは、VM間に共有メモリを用意し、各VMが同じメモリ空間を直接参照できる構成にすることで、仮想化槽でのパケットコピーを省略する。また、物理NICと共有メモリ間のパケットのやり取りには、DPDKを用いて高速化を実現する。SPPは、各VMのメモリ交換の参照先を制御することで、パケットの入力先、出力先をソフトウェア的に変更することができる。こうすることで、SPPは、VM間やVMと物理NIC間の動的な接続切替を実現する。   DPDK exclusively uses computer resources such as a CPU (Central Processing Unit) and a NIC (Network Interface Card). For this reason, it is difficult to apply to applications such as SFC that can be flexibly switched in module units. There is SPP (Soft Patch Panel) which is an application for alleviating this (see Non-Patent Document 3). The SPP prepares a shared memory between VMs and allows each VM to directly refer to the same memory space, thereby omitting packet copying in the virtualization tank. Further, DPDK is used to increase the speed of packet exchange between the physical NIC and the shared memory. The SPP can change the input destination and the output destination of the packet by software by controlling the reference destination of the memory exchange of each VM. By doing so, the SPP realizes dynamic connection switching between VMs or between a VM and a physical NIC.

図15は、SPPの概要を説明する図であり、(a)はそのハードウェア構成図、(b)はそのSPPのリソース管理のイメージ図である。
図15(a)に示すように、SPPを有するVM間接続装置10は、各VM5と外部ネットワーク(External Network)6とを接続するサーバである。VM間接続装置10は、外部ネットワーク6に接続するための物理ポート(Physical Ports)7と、SPPコントローラ(SPP Controller)20aによって制御されるSPP20と、ルータ8と、VM5と、を備える。なお、VM5は、VM間接続装置10の外部にあってもよい。
SPP20は、DPDKリソースを管理するためのフレームワーク(framework)であり、リソースの管理を担当するDPDKアプリケーションから構成される。SPP20は、DPDKをベースとしたVM間接続機能であり、従来の仮装スイッチ製品と比較して非常に高速に転送処理を行うことが可能となる。
SPPコントローラ20aは、制御端末装置(Control Terminal)30からのコマンドライン31によって操作される。SPPコントローラ20aは、コマンドライン31による接続制御を基に、VM間を接続するためのリソース割り当てや経路設定を行う。
図15(b)に示すSPPのリソース管理(Resource management in SPP)では、物理ポート7を「NIC(Network Interface Card)」、SPP20の仮想NWリソースの割り当ての一例を「ivshmem,vhost,vSwitch」、VM5を「VM」で表記するとともに、「NIC」と仮想NWリソース「ivshmem,vhost,vSwitch」と「VM」との接続(経路設定)を太実線で表記している。
SPPは、DPDKの高速性を維持しつつ柔軟にSFCを行うことが可能である。
15A and 15B are diagrams for explaining the outline of the SPP. FIG. 15A is a hardware configuration diagram and FIG. 15B is an image diagram of resource management of the SPP.
As illustrated in FIG. 15A, the inter-VM connection device 10 having an SPP is a server that connects each VM 5 and an external network (External Network) 6. The inter-VM connection device 10 includes a physical port 7 for connecting to the external network 6, an SPP 20 controlled by an SPP controller 20a, a router 8, and a VM 5. The VM 5 may be outside the inter-VM connection device 10.
The SPP 20 is a framework for managing DPDK resources, and includes a DPDK application in charge of resource management. The SPP 20 is a VM-to-VM connection function based on DPDK, and can perform transfer processing at a very high speed as compared with conventional temporary switch products.
The SPP controller 20 a is operated by a command line 31 from a control terminal device (Control Terminal) 30. The SPP controller 20a performs resource allocation and path setting for connecting VMs based on connection control by the command line 31.
In the SPP resource management in SPP shown in FIG. 15B, the physical port 7 is “NIC (Network Interface Card)”, and an example of the virtual NW resource allocation of the SPP 20 is “ivshmem, vhost, vSwitch” The VM 5 is represented by “VM”, and the connection (path setting) between “NIC” and the virtual NW resources “ivshmem, vhost, vSwitch” and “VM” is represented by a bold solid line.
SPP can flexibly perform SFC while maintaining the high speed of DPDK.

Internet Engineering Task Force (IETF), J. Halpern, Ed. Ericsson, C. Pignataro, Ed. Cisco, October 2015.Service Function Chaining (SFC) Architecture ”, [online],[平成28年7月20日検索],インターネット 〈 URL : https://www.ietf.org/rfc/rfc7665.txt〉Internet Engineering Task Force (IETF), J. Halpern, Ed. Ericsson, C. Pignataro, Ed. Cisco, October 2015. Service Function Chaining (SFC) Architecture ”, [online], [searched July 20, 2016] Internet <URL: https://www.ietf.org/rfc/rfc7665.txt> IntelDPDK,[online],[平成28年7月20日検索],インターネット 〈 URL : http://dpdk.org/〉IntelDPDK, [online], [searched July 20, 2016], Internet <URL: http://dpdk.org/> Soft Patch Panel, [online],[平成28年7月20日検索],インターネット 〈 URL : http://dpdk.org/browse/apps/spp/〉Soft Patch Panel, [online], [Search July 20, 2016], Internet <URL: http://dpdk.org/browse/apps/spp/>

しかしながら、SPPは、コマンドラインによる操作が必須であるため、コマンドラインによる操作が複雑であるという課題がある。例えば、図15(a)に示すように、コマンドライン31から独自コマンドを入力するなど複雑な作業を行わねばならず運用が困難となると考えられる。   However, since the SPP requires an operation on the command line, there is a problem that the operation on the command line is complicated. For example, as shown in FIG. 15A, it is considered that complicated operations such as inputting a unique command from the command line 31 have to be performed, which makes operation difficult.

このような背景を鑑みて本発明がなされたのであり、本発明は、SPPの操作を抽象化し、GUIにより直感的に操作することができる仮想マシンの接続制御システムおよび仮想マシンの接続制御方法を提供することを課題とする。   The present invention has been made in view of such a background. The present invention abstracts the operation of the SPP and provides a virtual machine connection control system and a virtual machine connection control method that can be intuitively operated by a GUI. The issue is to provide.

前記した課題を解決するため、請求項1に記載の発明は、複数の仮想マシンを動作させる仮想マシンの接続制御システムであって、前記仮想マシンを含むリソースを管理するSPPを備えるSPPサーバと、前記SPPサーバと連携し、前記仮想マシンを接続するためのリソース割り当ておよび経路設定をGUI操作により行うGUI端末と、を備え、前記GUI端末は、前記GUI操作を制御するGUI制御部と、前記GUI操作に応じて前記SPPへのコマンドを、抽象化コマンドとして生成するコマンド生成機能部と、を備え、前記SPPサーバは、生成された前記抽象化コマンドを、前記SPPが使用可能なSPPのコマンドに変換するコマンド変換機能部を備えることを特徴とする仮想マシンの接続制御システムとした。   In order to solve the above-described problem, the invention according to claim 1 is a connection control system for a virtual machine that operates a plurality of virtual machines, and an SPP server including an SPP that manages resources including the virtual machines; A GUI terminal that cooperates with the SPP server to perform resource allocation and path setting for connecting the virtual machine by a GUI operation, and the GUI terminal controls the GUI operation, and the GUI A command generation function unit that generates a command to the SPP as an abstract command according to an operation, and the SPP server converts the generated abstract command into an SPP command usable by the SPP. A virtual machine connection control system comprising a command conversion function unit for conversion is provided.

また、請求項4に記載の発明は、複数の仮想マシンを動作させる仮想マシンの接続制御システムが実行する仮想マシンの接続制御方法であって、前記仮想マシンの接続制御システムは、前記仮想マシンを含むリソースを管理するSPPを備えるSPPサーバと、前記SPPサーバと連携し、前記仮想マシンを接続するためのリソース割り当ておよび経路設定をGUI操作により行うGUI端末と、を有し、前記GUI端末は、前記GUI操作を制御するステップと、前記GUI操作に応じて前記SPPへのコマンドを、抽象化コマンドとして生成するステップと、を実行し、前記SPPサーバは、生成された前記抽象化コマンドを、前記SPPが使用可能なSPPのコマンドに変換するステップを実行することを特徴とする仮想マシンの接続制御方法とした。   According to a fourth aspect of the present invention, there is provided a virtual machine connection control method executed by a virtual machine connection control system for operating a plurality of virtual machines, the virtual machine connection control system including the virtual machine. An SPP server that includes an SPP that manages resources included therein, and a GUI terminal that cooperates with the SPP server and performs resource allocation and path setting for connecting the virtual machine by a GUI operation. The step of controlling the GUI operation and the step of generating a command to the SPP as an abstract command in response to the GUI operation are executed, and the SPP server executes the generated abstract command as the abstract command. Virtual machine connection characterized by executing a step of converting the SPP into a usable SPP command It was your way.

このようにすることで、SPPの操作を抽象化し、GUIにより直感的に操作することができる。例えば、DPDKやvhostなどの仮想ネットワークリソースを抽象化し、グラフィカルな操作を実現することができる。
具体的には、(1)GUI操作により、簡易にサービス機能の追加、削除を行うことができ、システムのアップデートを容易にすることができる。(2)VMおよびそれらのコネクション操作、監視をグラフィカルに実行することで、システムの運用性を高めることができる。(3)VMの接続をグラフィカルに接続し、VM間の中間状態をも含め直感的に監視をすることで、開発および運用における工程を迅速化し、サービス提供サイクルを早めることができる。
By doing so, the operation of the SPP can be abstracted and intuitively operated using the GUI. For example, virtual network resources such as DPDK and vhost can be abstracted and a graphical operation can be realized.
Specifically, (1) service functions can be easily added and deleted by GUI operation, and system updating can be facilitated. (2) The operability of the system can be improved by graphically executing VMs and their connection operations and monitoring. (3) By connecting the VMs graphically and monitoring intuitively including intermediate states between VMs, it is possible to speed up the process in development and operation, and accelerate the service provision cycle.

また、請求項2に記載の発明は、前記コマンド生成機能部は、前記仮想マシン間を接続する経路に前記SPPのポートオブジェクトを介在させる第1の抽象化レベルの第1抽象化コマンドと、前記仮想マシン間を接続する経路に前記SPPのポートオブジェクトを介在させることなく接続する、前記第1の抽象化レベルより抽象度合いの高い第2の抽象化レベルの第2抽象化コマンドと、を生成することを特徴とする仮想マシンの接続制御システムとした。   The command generation function unit may include a first abstraction command of a first abstraction level that causes the port object of the SPP to intervene in a path connecting the virtual machines, Generating a second abstraction command of a second abstraction level having a higher abstraction level than the first abstraction level, which is connected without interposing the port object of the SPP in a path connecting the virtual machines. The virtual machine connection control system is characterized by this.

このようにすることで、ユーザの意向に合わせた、GUI操作を実現することができる。例えば、抽象化レベル1では、抽象化されたSPPのリソースのうち、仮想マシン間を接続する経路にSPPのポートオブジェクトが介在したGUI操作をさせることができる。抽象化レベル2では、VMおよびその経路のみをGUI操作させることができる。   By doing in this way, GUI operation according to a user's intention is realizable. For example, at the abstraction level 1, a GUI operation in which an SPP port object is interposed in a path connecting virtual machines among the abstracted SPP resources can be performed. At the abstraction level 2, only the VM and its route can be GUI-operated.

また、請求項3に記載の発明は、前記コマンド生成機能部が、ユーザのGUI操作によるイベントを監視し、イベント発生を通知するGUIイベント監視部と、GUIに表示されるオブジェクトのIDおよびオブジェクト状態を保持するオブジェクト管理部と、前記GUIイベント監視部からの通知に基づいて、前記抽象化コマンドを生成するコマンド生成部と、生成された前記抽象化コマンドをSPPサーバへ送付するコマンド送信部と、を備え、前記コマンド変換機能部は、前記GUI端末の前記コマンド送信部からの前記抽象化コマンドが付されたメッセージを受信するコマンド受信部と、前記抽象化コマンドをSPPのコマンドへ展開するための管理情報を格納する管理情報格納部と、前記管理情報を参照して、前記抽象化コマンドをSPPのコマンドへ展開し、前記SPPへ入力するコマンド展開部と、を備えることを特徴とする仮想マシンの接続制御システムとした。   According to a third aspect of the present invention, there is provided a GUI event monitoring unit in which the command generation function unit monitors an event due to a user's GUI operation and notifies the occurrence of the event, and an object ID and an object state displayed on the GUI An object management unit that holds the command, a command generation unit that generates the abstract command based on a notification from the GUI event monitoring unit, a command transmission unit that sends the generated abstract command to an SPP server, The command conversion function unit includes: a command receiving unit that receives a message to which the abstract command is attached from the command transmission unit of the GUI terminal; and a function for expanding the abstract command into an SPP command. A management information storage unit for storing management information; and referring to the management information, the abstraction command Expand the SPP command was a connection control system of the virtual machine, characterized in that it comprises a command expansion section to be input to the SPP.

このように、コマンド生成機能部は、各部を制御してGUI操作による構成変更処理からコマンドを生成し、SPPへGUI操作により生成された抽象化コマンドを発行する。コマンド変換機能部は、各部を制御してこの抽象化コマンドをSPPへ投入するコマンドへ変換する。これにより、SPPの操作を抽象化し、GUIにより直感的に操作することができる。また、GUI操作により、簡易にサービス機能の追加、削除を行うことができ、システムのアップデートを容易にし、システムの運用性を高めることができる。また、VM間の中間状態をも含め直感的に監視をすることで、開発および運用における工程を迅速化し、サービス提供サイクルを早めることができる。   As described above, the command generation function unit controls each unit to generate a command from the configuration change process by the GUI operation, and issues the abstract command generated by the GUI operation to the SPP. The command conversion function unit converts each abstract command into a command to be input to the SPP by controlling each unit. As a result, the operation of the SPP can be abstracted and operated intuitively using the GUI. Furthermore, service functions can be easily added and deleted by GUI operation, system update can be facilitated, and system operability can be improved. In addition, by intuitively monitoring including the intermediate state between VMs, it is possible to speed up the process in development and operation, and accelerate the service provision cycle.

本発明によれば、SPPの操作を抽象化し、GUIにより直感的に操作することができる仮想マシンの接続制御システムおよび仮想マシンの接続制御方法を提供することができる。   According to the present invention, it is possible to provide a virtual machine connection control system and a virtual machine connection control method that can abstract the operation of the SPP and intuitively operate the GUI.

本発明の実施形態に係る仮想マシンの接続制御システムを示す構成図である。It is a block diagram which shows the connection control system of the virtual machine which concerns on embodiment of this invention. 本発明の実施形態に係る仮想マシンの接続制御システムにおけるGUI端末のGUI操作とコマンド生成、およびSPPへのコマンド発行を説明する図である。It is a figure explaining GUI operation and command generation of a GUI terminal in the connection control system of the virtual machine which concerns on embodiment of this invention, and command issuance to SPP. 非特許文献3の技術による接続構成例<比較例1:接続構成>を示すイメージ図である。It is an image figure which shows the connection structural example <comparative example 1: connection structure> by the technique of a nonpatent literature 3. FIG. 非特許文献3の技術による接続設定例<比較例1:接続設定>を示すイメージ図である。It is an image figure which shows the connection setting example <comparative example 1: connection setting> by the technique of a nonpatent literature 3. FIG. 本発明の実施形態に係る仮想マシンの接続制御システムの<実施例1:接続構成:抽象化レベル1>を示す図であり、(a)は図2を再掲した図、(b)は図2のGUI画面に表示される抽象化されたSPPによる接続構成を示す図である。FIG. 2 is a diagram illustrating <Example 1: connection configuration: abstraction level 1> of the connection control system for a virtual machine according to the embodiment of the present invention, where (a) is a reprint of FIG. 2 and (b) is FIG. It is a figure which shows the connection structure by abstracted SPP displayed on the GUI screen of. 本発明の実施形態に係る仮想マシンの接続制御システムの<実施例1:接続構成:抽象化レベル2>を示す図である。It is a figure which shows <Example 1: connection structure: abstraction level 2> of the connection control system of the virtual machine which concerns on embodiment of this invention. 非特許文献3の技術による接続変更例<比較例2:接続変更>を示すイメージ図であり、(a)はネットワーク経路の変更前、(b)はネットワーク経路の変更後を示す。It is an image figure which shows the example of a connection change by the technique of a nonpatent literature 3 <comparative example 2: connection change>, (a) shows before the change of a network route, (b) shows after the change of a network route. 本発明の実施形態に係る仮想マシンの接続制御システムの<実施例2:接続変更:抽象化レベル1>を示す図であり、(a)はネットワーク経路の変更前、(b)はネットワーク経路の変更後を示す図である。It is a figure which shows <Example 2: Connection change: Abstraction level 1> of the connection control system of the virtual machine which concerns on embodiment of this invention, (a) is before a network route change, (b) is a network route. It is a figure which shows after a change. 本発明の実施形態に係る仮想マシンの接続制御システムの<実施例2:抽象化レベル2>を示す図であり、(a)はネットワーク経路の変更前、(b)はネットワーク経路の変更後を示す。It is a figure which shows <Example 2: Abstraction level 2> of the connection control system of the virtual machine which concerns on embodiment of this invention, (a) is before a network path change, (b) is after a network path change. Show. 本発明の実施形態に係る仮想マシンの接続制御システムの<実施例3:コマンド展開:抽象化レベル1>を示す図であり、(a)はコマンド展開前、(b)はコマンド展開後を示す図である。It is a figure which shows <Example 3: Command expansion | deployment: Abstraction level 1> of the connection control system of the virtual machine which concerns on embodiment of this invention, (a) shows before command expansion, (b) shows after command expansion. FIG. 本発明の実施形態に係る仮想マシンの接続制御システムの<実施例3:コマンド展開:抽象化レベル2>を示す図であり、(a)はコマンド展開前、(b)はコマンド展開後を示す図である。It is a figure which shows <Example 3: Command expansion | deployment: Abstraction level 2> of the connection control system of the virtual machine which concerns on embodiment of this invention, (a) shows before command expansion, (b) shows after command expansion. FIG. VMとVMとを接続する経路におけるオブジェクトの関係性を示す図であり、(a)は非特許文献3の技術のオブジェクト、(b)は本実施形態の抽象化レベル1のオブジェクト、(c)は本実施形態の抽象化レベル2のオブジェクトを示す図である。It is a figure which shows the relationship of the object in the path | route which connects VM and VM, (a) is an object of the technique of a nonpatent literature 3, (b) is an object of the abstraction level 1 of this embodiment, (c). FIG. 4 is a diagram illustrating an object at an abstraction level 2 of the present embodiment. 本発明の実施形態に係る仮想マシンの接続制御システムの管理情報格納部に格納されるリソースのデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of the resource stored in the management information storage part of the connection control system of the virtual machine which concerns on embodiment of this invention. 本発明の実施形態に係る仮想マシンの接続制御システムのリソースの接続パターンを示す図であり、(a)はVMへの接続、(b)はNICへの接続、(c)はportへの接続を示す図である。It is a figure which shows the connection pattern of the resource of the connection control system of the virtual machine which concerns on embodiment of this invention, (a) is connection to VM, (b) is connection to NIC, (c) is connection to port FIG. SPPの概要を説明する図であり、(a)はそのハードウェア構成図、(b)はそのSPPのリソース管理のイメージ図である。It is a figure explaining the outline | summary of SPP, (a) is the hardware block diagram, (b) is the image figure of the resource management of the SPP.

以下、図面を参照して本発明を実施するための形態(以下、「本実施形態」という)における仮想マシンの接続制御システム等について説明する。
図1は、本発明の実施形態に係る仮想マシンの接続制御システムを示す構成図である。本実施形態の仮想マシンの接続制御システムは、サービス機能を再利用可能なモジュール単位に分割し、仮想マシンを独立した環境の上で動作させることで、部品のようにして必要に応じて利用し運用性を高めるといったSFCに適用した例である。
図1に示すように、仮想マシンの接続制御システム100は、GUI(Graphical User Interface)端末110と、バックエンドでネットワーク1につながるSPPサーバ120と、を備える。GUI端末110とSPPサーバ120は、ルータ2を介して接続され、ルータ2は例えばWAN(Wide Area Network)からなるネットワーク1に接続される。
A virtual machine connection control system and the like in a mode for carrying out the present invention (hereinafter referred to as “the present embodiment”) will be described below with reference to the drawings.
FIG. 1 is a configuration diagram illustrating a connection control system for a virtual machine according to an embodiment of the present invention. The virtual machine connection control system of this embodiment divides service functions into reusable module units and operates the virtual machine in an independent environment so that it can be used as needed like a component. This is an example applied to SFC to improve operability.
As shown in FIG. 1, the virtual machine connection control system 100 includes a GUI (Graphical User Interface) terminal 110 and an SPP server 120 connected to the network 1 at the back end. The GUI terminal 110 and the SPP server 120 are connected via a router 2, and the router 2 is connected to a network 1 composed of, for example, a WAN (Wide Area Network).

<GUI端末>
GUI端末110は、SPPサーバ120と連携し、仮想マシンを接続するためのリソース割り当ておよび経路設定をGUI操作により行う。
GUI端末110は、コマンド生成機能部111と、GUI制御部116と、を備える。コマンド生成機能部111は、GUIイベント監視部112と、オブジェクト管理部113と、コマンド生成部114と、コマンド送信部115と、を備える。
<GUI terminal>
The GUI terminal 110 cooperates with the SPP server 120 to perform resource allocation and path setting for connecting a virtual machine by a GUI operation.
The GUI terminal 110 includes a command generation function unit 111 and a GUI control unit 116. The command generation function unit 111 includes a GUI event monitoring unit 112, an object management unit 113, a command generation unit 114, and a command transmission unit 115.

コマンド生成機能部111は、GUI操作から抽象化コマンドを生成する。具体的には、コマンド生成機能部111は、GUI操作(例えば、GUI操作による構成変更処理)に応じてSPPサーバ120のSPP124へのコマンドを、抽象化コマンドとして生成する。ちなみに、非特許文献3の技術では、コマンドライン31(図15参照)による操作であり、GUI操作からコマンドを生成するものはなかった。
また、後記各<実施例>で説明するように、コマンド生成機能部111は、仮想マシン間を接続する経路にSPPのポートオブジェクトを介在させる第1の抽象化レベルの第1抽象化コマンドと、仮想マシン間を接続する経路にSPPのポートオブジェクトを介在させることなく接続する、第1の抽象化レベルより抽象度合いの高い第2の抽象化レベルの第2抽象化コマンドと、を生成する。
The command generation function unit 111 generates an abstract command from the GUI operation. Specifically, the command generation function unit 111 generates a command to the SPP 124 of the SPP server 120 as an abstract command in response to a GUI operation (for example, a configuration change process by a GUI operation). Incidentally, the technique of Non-Patent Document 3 is an operation by the command line 31 (see FIG. 15), and there is no one that generates a command from the GUI operation.
Further, as will be described later in each <Example>, the command generation function unit 111 includes a first abstraction command of a first abstraction level in which an SPP port object is interposed in a path connecting virtual machines; A second abstraction command of a second abstraction level having a higher abstraction level than the first abstraction level, which connects without interposing an SPP port object in a path connecting virtual machines, is generated.

GUIイベント監視部112は、ユーザのGUI操作によるイベント(例えば、ポートおよびVM間のリンクの結線、解除)を監視し、イベント発生をコマンド生成部114へ通知する。
オブジェクト管理部113は、GUI画面210(図2参照)に表示されるオブジェクト(VM、ポートおよびそれらを結ぶリンク)のIDおよびオブジェクト状態(リンクの有無、どのオブジェクトと結線されているかなど)を保持する。
コマンド生成部114は、GUIイベント監視部112からの通知に基づき、抽象化コマンドを生成し、コマンド送信部115へ送付する。
コマンド送信部115は、生成された抽象化コマンドをSPPサーバ120のコマンド受信部122へ送付する。
GUI制御部116は、グラフィック要素により情報を画面に提示するとともに、ポインティングデバイスにより前記画面上の位置および動きを指示するGUI操作を制御する。
The GUI event monitoring unit 112 monitors an event (for example, connection and release of a link between a port and a VM) due to a user's GUI operation, and notifies the command generation unit 114 of the occurrence of the event.
The object management unit 113 holds the object ID (VM, port and link connecting them) displayed on the GUI screen 210 (see FIG. 2) and the object state (whether there is a link, which object is connected, etc.). To do.
The command generation unit 114 generates an abstract command based on the notification from the GUI event monitoring unit 112 and sends it to the command transmission unit 115.
The command transmission unit 115 sends the generated abstract command to the command reception unit 122 of the SPP server 120.
The GUI control unit 116 presents information on the screen using graphic elements, and controls a GUI operation that instructs the position and movement on the screen using a pointing device.

<SPPサーバ>
SPPサーバ120は、コマンド変換機能部121と、SPP124と、複数の仮想マシン(VM)125と、を備える。コマンド変換機能部121は、コマンド受信部122と、コマンド展開部123と、管理情報格納部123Aと、を備える。
コマンド変換機能部121は、GUI操作に応じて生成されたコマンド(抽象化コマンド)を、SPP124が使用可能な元のSPPのコマンドに変換する。このコマンド変換をコマンド展開と呼ぶ。また、コマンド変換機能部121は、SPP124へのコマンド入力(投入)を行う。
なお、コマンド変換機能部121は、非特許文献3の技術によるSPPにはなく、コマンド生成機能部111と共に独自に追加実装されたものである。
コマンド受信部122は、GUI端末のコマンド送信部115からの抽象化コマンドが付されたメッセージを受信する。
<SPP server>
The SPP server 120 includes a command conversion function unit 121, an SPP 124, and a plurality of virtual machines (VMs) 125. The command conversion function unit 121 includes a command reception unit 122, a command expansion unit 123, and a management information storage unit 123A.
The command conversion function unit 121 converts a command (abstraction command) generated according to the GUI operation into an original SPP command that can be used by the SPP 124. This command conversion is called command expansion. In addition, the command conversion function unit 121 inputs (inputs) a command to the SPP 124.
Note that the command conversion function unit 121 is not included in the SPP based on the technique of Non-Patent Document 3, but is added independently with the command generation function unit 111.
The command receiving unit 122 receives a message with an abstract command from the command transmitting unit 115 of the GUI terminal.

管理情報格納部123Aは、抽象化コマンドをSPPのコマンドへ展開するための管理情報を格納する。管理情報格納部123Aは、SPPリソース、ポート(port)オブジェクトおよびVMオブジェクトの関係を保持する。具体的には、管理情報格納部123Aは、SPPのリソース(NIC,ring)を抽象化されたportオブジェクトおよびVMオブジェクトとしてユーザに操作させるためのデータ構造(図13参照)を有する。管理情報の一例については図12〜図14により後記する。
コマンド展開部123は、管理情報格納部123Aを参照して、抽象化コマンドをSPPのコマンドに展開し、SPP124へ入力(投入)する。
SPP124は、仮想マシンを含むリソースを管理する。
The management information storage unit 123A stores management information for expanding an abstract command into an SPP command. The management information storage unit 123A holds a relationship among SPP resources, port objects, and VM objects. Specifically, the management information storage unit 123A has a data structure (see FIG. 13) for allowing the user to operate SPP resources (NIC, ring) as abstracted port objects and VM objects. An example of the management information will be described later with reference to FIGS.
The command expansion unit 123 refers to the management information storage unit 123A, expands the abstract command into an SPP command, and inputs (inputs) it to the SPP 124.
The SPP 124 manages resources including virtual machines.

<コマンド生成機能部111およびコマンド変換機能部121の配置>
本実施形態では、GUI端末110が、コマンド生成機能部111を備え、SPPサーバ120が、コマンド変換機能部121を備えている。上記配置については、以下の理由に基づく。
GUI端末110は、GUIの更新が行われた場合、例えばGUI操作がされたときに、GUI画面の遷移を細かく観察しなければならない。具体的には、GUI制御部116は、GUI操作を監視し、GUI操作が行われると、コマンド生成機能部111は、GUI操作からコマンドを迅速に生成しなければならない。仮に、コマンド生成機能部111がGUI端末110の外にネットワーク1を介して離れて設置されている場合、GUI操作からコマンドを生成までに遅延が生じる。このため、コマンド生成機能部111は、GUI端末110内にあった方がよい。一旦、コマンドを生成すると、コマンド自体はネットワーク1を経由してSPPサーバ120に送信しても遅延の問題はない。
一方、コマンド変換機能部121がSPPサーバ120側にある理由としては、GUI端末110が複数あった場合に集約して管理できることが挙げられる。
<Arrangement of Command Generation Function Unit 111 and Command Conversion Function Unit 121>
In the present embodiment, the GUI terminal 110 includes a command generation function unit 111, and the SPP server 120 includes a command conversion function unit 121. The above arrangement is based on the following reason.
When the GUI terminal 110 is updated, for example, when a GUI operation is performed, the GUI terminal 110 must closely observe the transition of the GUI screen. Specifically, the GUI control unit 116 monitors the GUI operation, and when the GUI operation is performed, the command generation function unit 111 must quickly generate a command from the GUI operation. If the command generation function unit 111 is installed outside the GUI terminal 110 via the network 1, there is a delay from the GUI operation to the generation of the command. For this reason, it is better that the command generation function unit 111 is in the GUI terminal 110. Once the command is generated, there is no delay problem even if the command itself is transmitted to the SPP server 120 via the network 1.
On the other hand, the reason why the command conversion function unit 121 is on the SPP server 120 side is that it can be managed collectively when there are a plurality of GUI terminals 110.

以下、上述のように構成された仮想マシンの接続制御システム100の動作を説明する。
[概要]
図2は、本発明の実施形態に係る仮想マシンの接続制御システムにおけるGUI端末のGUI操作とコマンド生成、およびSPPへのコマンド発行を説明する図である。
図2に示すように、GUI端末110は、コマンド生成機能部111と、GUI操作を表示するGUI画面210と、を有する。
GUI端末110は、SPPサーバ120の仮想マシンVM#1〜#5から取得したリソース情報(図示省略)を基に、GUIへ更新反映する。図2では、GUI画面210には、ポートPort#1,#2と、仮想マシンVM#1〜#5と、これらを繋ぐ線と、モジュールメニュー150と、が表示されている。ここでは、ポートPort#1は、負荷ツールA(テストモジュールの1つ)の接続点(DPDKでは、NWの端点をPortと呼ぶ)であり、ポートPort#2は、トラフィック計測点(監視モジュールの1つ)である。また、図2の白抜き矢印(⇒印)は、マウス等のポインティングデバイスの指示点である。
The operation of the virtual machine connection control system 100 configured as described above will be described below.
[Overview]
FIG. 2 is a diagram for explaining GUI operation and command generation of the GUI terminal and command issuance to the SPP in the virtual machine connection control system according to the embodiment of the present invention.
As illustrated in FIG. 2, the GUI terminal 110 includes a command generation function unit 111 and a GUI screen 210 that displays a GUI operation.
The GUI terminal 110 updates and reflects in the GUI based on the resource information (not shown) acquired from the virtual machines VM # 1 to # 5 of the SPP server 120. In FIG. 2, the GUI screen 210 displays ports Port # 1, # 2, virtual machines VM # 1- # 5, a line connecting them, and a module menu 150. Here, the port Port # 1 is a connection point of the load tool A (one of the test modules) (in the DPDK, the end point of the NW is referred to as Port), and the port Port # 2 is a traffic measurement point (of the monitoring module) 1). In addition, white arrows (⇒ marks) in FIG. 2 are pointing points of a pointing device such as a mouse.

図2の符号aに示すように、GUI画面210上のVM等の位置を、上記ポインティングデバイスの指示点によって指定または移動するようなGUI操作を行うことで、GUI操作によりVM間の接続を変更可能である。
また、コマンド生成機能部111は、SPPサーバ120のSPP124へコマンド(抽象化コマンド)を発行する(図2の符号b参照)。
SPPサーバ120は、GUI端末110に対して、SPPサーバ120の仮想マシンVM#1〜#5から取得したリソース情報を基に、GUIへ更新反映する(図2の符号c参照)。これにより、GUI端末110側では、SPPのリソース(NIC,ring)を抽象化されたportオブジェクトおよびVMオブジェクトとしてユーザに操作させることができる。
2, the connection between VMs is changed by the GUI operation by performing a GUI operation in which the position of the VM or the like on the GUI screen 210 is designated or moved by the pointing point of the pointing device. Is possible.
In addition, the command generation function unit 111 issues a command (abstraction command) to the SPP 124 of the SPP server 120 (see symbol b in FIG. 2).
The SPP server 120 updates and reflects the GUI terminal 110 to the GUI based on the resource information acquired from the virtual machines VM # 1 to # 5 of the SPP server 120 (see symbol c in FIG. 2). Thereby, on the GUI terminal 110 side, the user can operate the SPP resources (NIC, ring) as abstracted port objects and VM objects.

[適用例]
非特許文献3の技術を用いる例については<比較例>で、また、本実施形態の例については<実施例>で説明する。
<比較例1>
図3は、非特許文献3の技術による接続構成例<比較例1:接続構成>を示すイメージ図である。図3中の矢印は、この矢印方向にネットワークリソース等が接続されることを示している。
<比較例1>で用いる図3および図4(後記)は、説明のためのイメージ図である。図3および図4は、抽象化をしない場合(<実施例1>を用いない場合)に、GUIによる操作をしようとしたときはSPPのオブジェクトはこのように表現できる。なお、後記する<実施例1>で用いる図5および図6(後記)は、実際のGUIによる操作を示す図である。ちなみに、非特許文献3の技術は、あくまでもコマンドラインによる操作であり、図3および図4のようなGUI表現が存在するものではない。
[Application example]
An example using the technique of Non-Patent Document 3 will be described in <Comparative Example>, and an example of this embodiment will be described in <Example>.
<Comparative Example 1>
FIG. 3 is an image diagram showing a connection configuration example <comparative example 1: connection configuration> according to the technique of Non-Patent Document 3. The arrows in FIG. 3 indicate that network resources and the like are connected in this arrow direction.
3 and 4 (described later) used in <Comparative Example 1> are image diagrams for explanation. 3 and 4, when abstraction is not performed (when <Example 1> is not used), when an operation using a GUI is attempted, an SPP object can be expressed in this way. Note that FIG. 5 and FIG. 6 (described later) used in <Example 1> to be described later are diagrams showing operations by an actual GUI. Incidentally, the technique of Non-Patent Document 3 is an operation by a command line to the last, and there is no GUI expression as shown in FIGS.

図3は、SPPにおけるプロセスと、ネットワークリソースをGUIとして表現した場合のイメージ例である。例えば、図3のイメージ図は、前記図15(a)に示すVM間接続装置10のSPP20をGUIとして表現している。
図3のSPPによる接続構成例において、SPPによるプロセスとネットワークリソースは、下記の通りである。
SPPにおけるプロセスは、VNF1,VNF2,…,FWD0,FWD1,…があるとする。上記FWD0〜FWD3は、上記プロセスのフォワーダであり、id:sec1〜id:sec5で表記される。上記VNF1〜VNF3は、上記プロセスのVM上にのるアプリケーションであり、id:sec6〜id:sec8で表記される。上記VNF1,VNF2,…は、例えば前記図15(a)に示すVM5に対応する。上記FWD0,FWD1,…は、前記図15(a)には表されていないが、バックグランドで動作している、ネットワークを転送するプロセスである。
FIG. 3 is an example of an image when a process in SPP and network resources are expressed as a GUI. For example, the image diagram of FIG. 3 represents the SPP 20 of the inter-VM connection device 10 shown in FIG. 15A as a GUI.
In the connection configuration example by the SPP in FIG. 3, the processes and network resources by the SPP are as follows.
Assume that there are VNF1, VNF2,..., FWD0, FWD1,. The FWD0 to FWD3 are forwarders of the process, and are represented by id: sec1 to id: sec5. The VNF1 to VNF3 are applications that run on the VM of the process, and are expressed as id: sec6 to id: sec8. VNF1, VNF2,... Correspond to, for example, VM5 shown in FIG. FWD0, FWD1,... Are processes that are not shown in FIG. 15A, but are operating in the background, and transferring the network.

SPPにおけるネットワークリソースは、ring0,ring1,…,NIC0,NIC1,…である。上記ring0,ring1,…は、前記図15(a)に示すSPP20の差し込み口に対応し、上記NIC0,NIC1,…は、前記図15(a)に示す物理ポート7のNICに対応する。   Network resources in the SPP are ring0, ring1,..., NIC0, NIC1,. .. Correspond to the insertion port of the SPP 20 shown in FIG. 15A, and the NIC0, NIC1,... Correspond to the NIC of the physical port 7 shown in FIG.

図3の接続構成例では、NIC0のR(Received eXchange:受信変換)を上記プロセスFWD0のT(Transmit eXchange:送信変換)に接続し、FWD0の Rをring0のTに接続し、ring0の RをVNF1のTに接続する。以下同様に、VNF1のRをring1のTに接続し、ring1の RをFWD1の Tに接続する。FWD1の Rをring2のTに接続し、ring2の RをVNF2のTに接続する。そして、VNF2のRをring3のTに接続し、ring3の RをFWD2(id:sec4で記述されるFWD2)の Tに接続する。FWD2の Rをring4のTに接続し、ring4の RをVNF3のTに接続する。そして、VNF3のRをring5のTに接続し、ring5の RをFWD3の Tに接続し、FWD3の RをNIC1のTに接続する。   In the connection configuration example shown in Fig. 3, R (Received eXchange) of NIC0 is connected to T (Transmit eXchange) of process FWD0, R of FWD0 is connected to T of ring0, and R of ring0 is connected. Connect to T of VNF1. Similarly, connect R of VNF1 to T of ring1 and connect R of ring1 to T of FWD1. Connect R of FWD1 to T of ring2 and connect R of ring2 to T of VNF2. And connect R of VNF2 to T of ring3, and connect R of ring3 to T of FWD2 (FWD2 described by id: sec4). Connect R of FWD2 to T of ring4, and connect R of ring4 to T of VNF3. Then connect R of VNF3 to T of ring5, connect R of ring5 to T of FWD3, and connect R of FWD3 to T of NIC1.

図4は、非特許文献3の技術による接続設定例<比較例1:接続設定>を示すイメージ図である。
図4の接続設定例では、NIC0のRをFWD0のTに接続し、FWD0の Rをring0のTに接続し、ring0の RをVNF1のTに接続する。VNF1のRをring1のTに接続し、ring1の RをFWD1の Tに接続し、FWD1の RをNIC1のTに接続する。
FIG. 4 is an image diagram showing a connection setting example <comparative example 1: connection setting> according to the technique of Non-Patent Document 3.
In the connection setting example of FIG. 4, R of NIC0 is connected to T of FWD0, R of FWD0 is connected to T of ring0, and R of ring0 is connected to T of VNF1. Connect R of VNF1 to T of ring1, connect R of ring1 to T of FWD1, and connect R of FWD1 to T of NIC1.

図4のネットワーク経路を設定するために、以下のコマンドを入力する。このコマンド入力の記述方法については、非特許文献3のSPPの仕様に準拠する。なお、下記コマンドにおいて、secはSecondary processであり、SPPにおけるプロセスVNF, FWDを記述する。また、各数値は、上記プロセスまたはネットワークリソースのidである。下記コマンドを入力すると、図4に示す接続設定が行われる。   To set the network path of FIG. 4, enter the following command: This command input description method conforms to the SPP specification of Non-Patent Document 3. In the following command, sec is a secondary process and describes the processes VNF and FWD in the SPP. Each numerical value is an id of the process or network resource. When the following command is input, connection setting shown in FIG. 4 is performed.

SPP>sec 0;add ring 0
SPP>sec 0;add ring 1
SPP>sec 1;add ring 0
SPP>sec 1;add ring 1
SPP>sec 2;add ring 0
SPP>sec 2;add ring 1
SPP>sec 2;patch 0 1
SPP>sec 0;patch 0 2
SPP>sec 1;patch 3 1
SPP>sec 2;forward
SPP>sec 1;forward
SPP>sec 0;forward
SPP> sec 0 ; add ring 0
SPP> sec 0 ; add ring 1
SPP> sec 1; add ring 0
SPP> sec 1; add ring 1
SPP> sec 2 ; add ring 0
SPP> sec 2 ; add ring 1
SPP> sec 2; patch 0 1
SPP> sec 0 ; patch 0 2
SPP> sec 1; patch 3 1
SPP> sec 2; forward
SPP> sec 1; forward
SPP> sec 0 ; forward

<実施例1>
<実施例1>は、仮想スイッチの接続処理(仮想NWリソース)を抽象化して表現するものである。<実施例1>は、非特許文献3の技術による<比較例1>に対比させている。
図5は、本発明の実施形態に係る仮想マシンの接続制御システムの<実施例1:接続構成:抽象化レベル1>を示す図であり、(a)は図2を再掲した図、(b)は図2のGUI画面210に表示される抽象化されたSPPによる接続構成を示す図である。図3の仮想スイッチの接続処理が、図5(b)のように、抽象化して表現される。
<Example 1>
In the first embodiment, the connection processing (virtual NW resource) of the virtual switch is expressed in an abstract manner. <Example 1> is compared with <Comparative example 1> according to the technique of Non-Patent Document 3.
FIG. 5 is a diagram showing <Example 1: connection configuration: abstraction level 1> of the connection control system for a virtual machine according to the embodiment of the present invention, (a) is a diagram showing FIG. 2 again, (b) ) Is a diagram showing an abstracted SPP connection configuration displayed on the GUI screen 210 of FIG. The virtual switch connection process of FIG. 3 is expressed in an abstract manner as shown in FIG.

図5(b)に示すように、GUI端末110のGUI画面210(図2、図5(a)参照)には、SPPのリソースが抽象化して表示される。図5の接続設定例では、NIC0のTをポートp1に接続し、p1を介してVNF1のTに接続し、VNF1のRをp2に接続し、p2をp4に接続し、p4を介してVNF2のTに接続する。VNF2のRをp5に接続し、p5をp7に接続し、p7を介してVNF3のTに接続する。VNF3のRをp8に接続し、p8を介してNIC1のRに接続する。なお、オブジェクトには、ring、NICがあり、それらを総称してポートpと呼ぶ。   As shown in FIG. 5B, the SPP resource is abstracted and displayed on the GUI screen 210 (see FIGS. 2 and 5A) of the GUI terminal 110. In the connection setting example of FIG. 5, T of NIC0 is connected to port p1, connected to T of VNF1 through p1, R of VNF1 is connected to p2, p2 is connected to p4, and VNF2 is connected through p4. Connect to T. Connect R of VNF2 to p5, connect p5 to p7, and connect to T of VNF3 via p7. Connect R of VNF3 to p8, and connect to R of NIC1 via p8. The objects include ring and NIC, which are collectively called port p.

<実施例1>の接続構成を、<比較例1>(図3参照)と比較して分かるように、SPPリソースの抽象化によって、図5(b)ではSPPにおけるプロセスFWDおよびSPPにおけるネットワークリソースringがなくなり、ポートpに置き換わっている。
ちなみに、SPPにおけるプロセス(FWD, VNFなど)に対して一つずつ記述するのが、元々のSPPのコマンドである。しかしながら、本当に操作するときに必要なものは、上記プロセスFWDなどではなく、何処と何処とのringをつなぐことが本来実現したい目的である。本実施形態では、本来実現したい目的を浮き彫りにするように抽象化するものである。すなわち、抽象化することで、SPPの詳細なところをユーザから見えないようにする。
図5(b)では、FWDおよびringがなくなって抽象化されている。また、余分なものを見せないという見た目の抽象化(視覚上の抽象化)だけではなく、コマンドの抽象化(コマンドの簡素化)による直感的な操作性向上の効果が大きい。
As can be seen by comparing the connection configuration of <Example 1> with <Comparative Example 1> (see FIG. 3), FIG. 5B shows the process FWD in SPP and the network resource in SPP by abstracting SPP resources. The ring is gone and replaced with port p.
Incidentally, it is the original SPP command that describes each process in the SPP (FWD, VNF, etc.) one by one. However, what is really needed for operation is not the above-mentioned process FWD but the purpose of originally connecting the ring between where and where. In this embodiment, abstraction is performed so as to highlight the purpose to be originally realized. That is, by abstracting, the details of the SPP are hidden from the user.
In FIG. 5 (b), the FWD and the ring are eliminated and are abstracted. In addition to the apparent abstraction (visual abstraction) of not showing an extra thing, the effect of intuitive operability improvement by command abstraction (command simplification) is great.

従来例(<比較例1>)では、前記図15(a)に示すように、コマンドライン31から独自コマンドを入力するなど複雑な作業を行わねばならず運用が困難となっていたが、<実施例1>では、SPPの操作を抽象化し、それに伴うGUI操作を可能にする。そして、GUI操作に応じてSPPへのコマンドを生成する。GUI操作に応じてSPPへのコマンドを生成することは、GUI端末110のコマンド生成機能部111(図2、図5(a)参照)が担っている。本実施形態では、GUI操作に応じてSPPへのコマンドが生成されるので、コマンドラインによるコマンド入力が不要になる。   In the conventional example (<comparative example 1>), as shown in FIG. 15A, complicated operations such as inputting a unique command from the command line 31 have to be performed. In the first embodiment, the operation of the SPP is abstracted and the GUI operation associated therewith is made possible. Then, a command to the SPP is generated according to the GUI operation. The command generation function unit 111 (see FIGS. 2 and 5A) of the GUI terminal 110 is responsible for generating a command to the SPP in response to a GUI operation. In the present embodiment, since a command to the SPP is generated in response to a GUI operation, it is not necessary to input a command on the command line.

図5(b)の符号dに示すように、コマンド生成機能部111のコマンド生成部114(図1参照)は、GUI操作により抽象化コマンドを生成する。上記抽象化コマンドは、上記SPPのリソースを抽象化するためのコマンドである。抽象化コマンドの具体例については、後記する。
また、抽象化されたSPPのリソースは、GUI操作により変更が反映される。具体的には、コマンド生成機能部111(図1参照)のGUIイベント監視部112は、ユーザのGUI操作によるイベント(ポートおよびVM間のリンクの結線、解除)を監視し、イベント発生時にコマンド生成部114へ通知する。また、オブジェクト管理部113は、GUIに表示されるオブジェクト(VM、ポートおよびそれらを結ぶリンク)のIDおよびオブジェクト状態(リンクの有無、どのオブジェクトと結線されているかなど)を保持している。コマンド生成部114は、GUIイベント監視部112からの通知に基づき、抽象化コマンドを生成する。
As indicated by a symbol d in FIG. 5B, the command generation unit 114 (see FIG. 1) of the command generation function unit 111 generates an abstract command by a GUI operation. The abstraction command is a command for abstracting the SPP resource. Specific examples of the abstraction command will be described later.
The abstracted SPP resource is reflected by a GUI operation. Specifically, the GUI event monitoring unit 112 of the command generation function unit 111 (see FIG. 1) monitors an event (connection and release of a link between a port and a VM) caused by a user GUI operation, and generates a command when the event occurs. Notification to the unit 114. Further, the object management unit 113 holds the ID and object state (whether there is a link, which object is connected, etc.) of the object (VM, port and link connecting them) displayed on the GUI. The command generation unit 114 generates an abstract command based on the notification from the GUI event monitoring unit 112.

一方、SPPサーバ120側では、抽象化された表現と元の表現との差分を吸収するために、抽象化コマンドを元のSPPのコマンドに変換するコマンド変換(コマンド展開)を行う。
抽象化されたコマンドを、元のSPPのコマンドに戻すときに、抽象化されたコマンドだけでは、例えばいずれのFWDに対して発行されたものかが見えない。そこで、本実施形態では、どこのポートに対する操作は、どのFWDが管理しているものかを示す情報を、管理情報として管理情報格納部123A(図1参照)保存しておく。SPPサーバ120のコマンド変換機能部121(図1参照)は、管理情報格納部123Aの管理情報を参照して、発行された抽象化コマンドを解釈して、元のSPPのコマンドに変換する。
On the other hand, on the SPP server 120 side, in order to absorb the difference between the abstracted expression and the original expression, command conversion (command expansion) for converting the abstract command into the original SPP command is performed.
When returning an abstracted command to the original SPP command, it is impossible to see, for example, which FWD is issued only by the abstracted command. Therefore, in the present embodiment, information indicating which FWD is managed by which port is managed is stored as management information in the management information storage unit 123A (see FIG. 1). The command conversion function unit 121 (see FIG. 1) of the SPP server 120 refers to the management information in the management information storage unit 123A, interprets the issued abstract command, and converts it into the original SPP command.

次に、抽象化度合いのより高い抽象化レベル2について説明する。
抽象化レベル2は、上記抽象化レベル1(図5参照)をより抽象化した(抽象化の度合いが高い)ものである。
図6は、本発明の実施形態に係る仮想マシンの接続制御システムの<実施例1:接続構成:抽象化レベル2>を示す図である。
図6に示すように、抽象化レベル2では、NIC0のTをVNF1のTに接続し、VNF1のRをVNF2のTに接続し、VNF2のRをVNF3のTに接続し、VNF3のRをNIC1のRに接続する。
Next, abstract level 2 having a higher level of abstraction will be described.
The abstraction level 2 is a further abstraction (high degree of abstraction) of the abstraction level 1 (see FIG. 5).
FIG. 6 is a diagram illustrating <Example 1: connection configuration: abstraction level 2> of the connection control system for virtual machines according to the embodiment of the present invention.
As shown in Figure 6, at level 2 abstraction, NIC0 T is connected to VNF1 T, VNF1 R is connected to VNF2 T, VNF2 R is connected to VNF3 T, and VNF3 R is connected. Connect to R on NIC1.

コマンド生成機能部111のコマンド生成部114(図1参照)は、GUI操作により抽象化レベル2の抽象化コマンドを生成する。また、SPPサーバ120のコマンド変換機能部121(図1参照)は、抽象化された表現と元の表現との差分を吸収するために、抽象化レベル2で抽象化された抽象化コマンドを元のコマンドに変換するコマンド変換(コマンド展開)を行う。
図6に示すように、仮想マシンの接続制御システム100は、ユーザに対して、抽象化されたSPPのリソースのうち、VMおよびその経路のみをGUI操作させることができる。また、ユーザに対して、GUIの抽象化の度合いを選択させることを可能とする。
The command generation unit 114 (see FIG. 1) of the command generation function unit 111 generates an abstract level 2 abstract command by a GUI operation. In addition, the command conversion function unit 121 (see FIG. 1) of the SPP server 120 uses an abstract command abstracted at the abstract level 2 to absorb the difference between the abstracted expression and the original expression. Command conversion (command expansion) is performed to convert the command to
As illustrated in FIG. 6, the virtual machine connection control system 100 can allow the user to perform a GUI operation on only the VM and its path among the abstracted SPP resources. In addition, the user can select the degree of abstraction of the GUI.

ここで、GUIの抽象化を、抽象化レベル1にするか抽象化レベル2にするかは、ユーザが選択可能である。抽象化レベル1または抽象化レベル2のいずれの場合においても、GUI端末110のコマンド生成機能部111(図2参照)が、GUI操作に応じて、該当する抽象化レベルでSPPへのコマンドを生成する。そして、GUI端末110は、SPPサーバ120のSPP124へコマンドを発行する(図2の符号b参照)。また、コマンド変換機能部121は、抽象化コマンドを元のコマンドに変換するSSPへのコマンド変換および入力(投入)を行う。なお、SPP124は、非特許文献3の技術に準拠したコマンドのみで動作するので、SSPへのコマンド変換および入力は不可欠である。ただし、このコマンド変換機能および前記コマンド生成機能は、仮想マシンの接続制御システム100のどこに設置されていてもよい。
以上、非特許文献3の技術を用いる<比較例1>と本実施形態の接続設定例の<実施例1>について説明した。また、<実施例1>では、抽象化度合いの異なる抽象化レベル1と抽象化レベル2についてそれぞれ説明した。
Here, the user can select whether the abstraction of the GUI is abstract level 1 or abstract level 2. In either case of abstraction level 1 or abstraction level 2, the command generation function unit 111 (see FIG. 2) of the GUI terminal 110 generates a command to the SPP at the corresponding abstraction level according to the GUI operation. To do. Then, the GUI terminal 110 issues a command to the SPP 124 of the SPP server 120 (see symbol b in FIG. 2). Further, the command conversion function unit 121 performs command conversion and input (input) to the SSP that converts the abstract command into the original command. Note that since the SPP 124 operates only with commands that comply with the technology of Non-Patent Document 3, command conversion and input to the SSP is indispensable. However, the command conversion function and the command generation function may be installed anywhere in the connection control system 100 of the virtual machine.
In the above, <Comparative Example 1> using the technique of Non-Patent Document 3 and <Example 1> of the connection setting example of the present embodiment have been described. In <Example 1>, abstraction level 1 and abstraction level 2 having different degrees of abstraction have been described.

次に、ネットワーク経路の変更手順例について説明する。非特許文献3の技術を用いる<比較例2>とそれに対応する本実施形態の<実施例2>について述べる。
<比較例2>
図7は、非特許文献3の技術による接続変更例<比較例2:接続変更>を示すイメージ図であり、(a)はネットワーク経路の変更前、(b)はネットワーク経路の変更後を示す。図7中の矢印は、この矢印方向にネットワークリソース等が接続されることを示している。図7は、SPPにおけるプロセスと、ネットワークリソースをGUIとして表現した場合のイメージ例である。
なお、上述したように、非特許文献3の技術は、あくまでもコマンドラインによる操作であり、図7のようなGUI表現が存在するものではない。また、図7においてVNFのブロックの上部にidを表記(例えば図7(a)のVNF1のブロック上部にid:sec4を表記)しているが、このidはSPPにおいて記述(SPPのなかでidを見る手段がありそれを記述)されているものであり、説明の便宜上ここに付している(以下、各図において同様)。
Next, an example of a procedure for changing the network route will be described. <Comparative Example 2> using the technique of Non-Patent Document 3 and <Example 2> of the present embodiment corresponding thereto will be described.
<Comparative Example 2>
FIG. 7 is an image diagram showing a connection change example <comparative example 2: connection change> according to the technique of Non-Patent Document 3, wherein (a) shows before the change of the network route, and (b) shows after the change of the network route. An arrow in FIG. 7 indicates that a network resource or the like is connected in the direction of the arrow. FIG. 7 is an example of an image when a process in SPP and network resources are expressed as a GUI.
Note that, as described above, the technique of Non-Patent Document 3 is only an operation by a command line, and does not have a GUI expression as shown in FIG. In FIG. 7, id is described above the VNF block (for example, id: sec4 is described above the VNF1 block in FIG. 7A). This id is described in the SPP (id in the SPP). And is described here for convenience of explanation (the same applies to the respective drawings hereinafter).

図7(a)の接続変更前では、NIC0のRをFWD0のTに接続し、FWD0の Rをring0のTに接続し、ring0の RをVNF1のTに接続している。そして、VNF1のRをring1のTに接続し、ring1の RをFWD1の Tに接続している。FWD1の Rをring2のTに接続し、ring2の RをFWD3の Tに接続し、FWD3の RをNIC1のTに接続している。   Before the connection change in FIG. 7 (a), R of NIC0 is connected to T of FWD0, R of FWD0 is connected to T of ring0, and R of ring0 is connected to T of VNF1. R of VNF1 is connected to T of ring1 and R of ring1 is connected to T of FWD1. R of FWD1 is connected to T of ring2, R of ring2 is connected to T of FWD3, and R of FWD3 is connected to T of NIC1.

図7(b)の接続変更後では、ring2の RをVNF2のTにつなぎ替え(図7(b)の符号e;白抜き矢印参照)、VNF2のRをring3のTに接続する経路を追加し(図7(b)の符号f参照)、ring3の RをFWD3の Tに接続する経路を追加する(図7(b)の符号g参照)。   After the connection change in Fig. 7 (b), the R of ring2 is connected to the T of VNF2 (see symbol e in Fig. 7 (b); see the white arrow), and the path that connects the R of VNF2 to the T of ring3 is added Then, add a path connecting R of ring3 to T of FWD3 (see symbol g in Fig. 7 (b)).

図7のネットワーク経路の変更を設定するために、以下のコマンドを入力する。
SPP>sec 2;patch 2 5
SPP>sec 5;add ring 3
SPP>sec 3;add ring 3
SPP>sec 5;patch 2 5
SPP>sec 5;patch 5 3
SPP>sec 3;patch 5 3
In order to set the change of the network path in FIG. 7, the following command is input.
SPP> sec 2; patch 2 5
SPP> sec 5 ; add ring 3
SPP> sec 3; add ring 3
SPP> sec 5; patch 2 5
SPP> sec 5; patch 5 3
SPP> sec 3; patch 5 3

<実施例2>
<実施例2>は、非特許文献3の技術による<比較例2>に対して、仮想スイッチの接続処理(仮想NWリソース)を抽象化して表現するものである。
図8は、本発明の実施形態に係る仮想マシンの接続制御システムの<実施例2:接続変更:抽象化レベル1>を示す図であり、(a)はネットワーク経路の変更前、(b)はネットワーク経路の変更後を示す。
図8(a)の接続変更前では、NIC0のRをポートp1に接続し、p1を介してVNF1のTに接続し、VNF1のRをp2に接続し、p2をp3に接続し、p3を介してNIC1のRに接続している。
ここで、<実施例2>(図8(a)参照)は、<比較例2>(図7(a)参照)と比較して分かるように、プロセスVNFおよびネットワークリソースringがなくなり、ポートpに置き換わっている。
<Example 2>
<Example 2> expresses a virtual switch connection process (virtual NW resource) in an abstract manner compared to <Comparative Example 2> according to the technique of Non-Patent Document 3.
FIG. 8 is a diagram illustrating <Example 2: connection change: abstraction level 1> of the virtual machine connection control system according to the embodiment of the present invention, in which (a) is before the network path is changed, and (b). Indicates after the network path is changed.
Before the connection change in Fig. 8 (a), connect NIC0 R to port p1, connect to VNF1 T through p1, connect VNF1 R to p2, connect p2 to p3, and p3 Is connected to R of NIC1.
Here, as understood from <Example 2> (see FIG. 8A) compared to <Comparative Example 2> (see FIG. 7A), the process VNF and the network resource ring disappear, and the port p Has been replaced.

図8(b)の接続変更後では、p3の出力をVNF2のTにつなぎ替え(図8(b)の符号h;白抜き矢印参照)、VNF2のRをp4に接続する経路を追加し(図8(b)の符号i参照)、p4を介してNIC1のR に接続する経路を追加する(図8(b)の符号j参照)。   After the connection change in FIG. 8 (b), the output of p3 is connected to T of VNF2 (see symbol h in FIG. 8 (b); see the white arrow), and a path for connecting R of VNF2 to p4 is added ( 8), a path connected to R1 of NIC1 via p4 is added (see symbol j in FIG. 8B).

図8のネットワーク経路の変更を設定するために、下記の抽象化レベル1の抽象化コマンドを入力する。
SPP>port3→vnf2
SPP>vnf2→port4
SPP>port4→NIC1
このように、<実施例2:抽象化レベル1>では、GUIの抽象化にともない、コマンドも抽象化する。抽象化されたコマンド(抽象化レベル1の抽象化コマンド)は、コマンド変換機能部121(図1参照)により元のSPPコマンドへ展開される(後記図10参照)。
In order to set the change of the network route in FIG. 8, the following abstraction level 1 abstraction command is input.
SPP> port3 → vnf2
SPP> vnf2 → port4
SPP> port4 → NIC1
As described above, in <Embodiment 2: Abstraction level 1>, commands are also abstracted along with the abstraction of GUI. The abstracted command (abstract command of abstraction level 1) is expanded into the original SPP command by the command conversion function unit 121 (see FIG. 1) (see FIG. 10 described later).

次に、抽象化度合いのより高い抽象化レベル2について説明する。
図9は、本発明の実施形態に係る仮想マシンの接続制御システムの<実施例2:抽象化レベル2>を示す図であり、(a)はネットワーク経路の変更前、(b)はネットワーク経路の変更後を示す。
抽象化レベル2は、上記抽象化レベル1(図8参照)をより抽象化した(抽象化の度合いが高い)ものである。
図9(a)に示すように、抽象化レベル2の接続変更前では、NIC0のTをVNF1のTに接続し、VNF1のRをNIC1のRに接続している。
Next, abstract level 2 having a higher level of abstraction will be described.
FIG. 9 is a diagram illustrating <Example 2: abstraction level 2> of the connection control system for a virtual machine according to the embodiment of the present invention, where (a) is before the network path is changed, and (b) is the network path. After the change.
The abstraction level 2 is a further abstraction (high degree of abstraction) of the abstraction level 1 (see FIG. 8).
As shown in FIG. 9A, before abstraction level 2 connection change, T of NIC0 is connected to T of VNF1, and R of VNF1 is connected to R of NIC1.

図9(b)に示すように、抽象化レベル2の接続変更後では、NIC1のR をVNF2のTにつなぎ替え(図9(b)の符号k;白抜き矢印参照)、VNF2のRをNIC1のTに接続する経路を追加する(図9(b)の符号l参照)。   As shown in FIG. 9 (b), after the abstraction level 2 connection is changed, NIC1's R is connected to VNF2's T (see symbol k in FIG. 9 (b); white arrow), and VNF2's R is changed. A route connected to T of NIC1 is added (see reference numeral 1 in FIG. 9B).

図9のネットワーク経路の変更を設定するために、下記の抽象化レベル2の抽象化コマンドを入力する。
SPP>vnf1→vnf2
SPP>vnf2→NIC1
このように、<実施例2:接続変更:抽象化レベル2>では、GUIの抽象化にともない、コマンドも抽象化する。抽象化されたコマンド(抽象化レベル2の抽象化コマンド)は、コマンド変換機能部121(図1参照)により元のSPPコマンドへ展開される(後記図11参照)。
以上、非特許文献3の技術を用いる<比較例2>と本実施形態の<実施例2:接続変更>について説明した。また、<実施例2:接続変更>では、抽象化度合いの異なる抽象化レベル1と抽象化レベル2についてそれぞれ説明した。
In order to set the change of the network path in FIG. 9, the following abstraction level 2 abstraction command is input.
SPP> vnf1 → vnf2
SPP> vnf2 → NIC1
As described above, in <Embodiment 2: Connection change: Abstraction level 2>, a command is also abstracted along with the abstraction of the GUI. The abstracted command (abstraction command of abstraction level 2) is expanded into the original SPP command by the command conversion function unit 121 (see FIG. 1) (see FIG. 11 described later).
In the above, <Comparative Example 2> using the technique of Non-Patent Document 3 and <Example 2: Connection change> of the present embodiment have been described. In <Example 2: Connection change>, abstraction level 1 and abstraction level 2 having different degrees of abstraction have been described.

<実施例3>
<実施例3>は、前記つなぎ替えにおけるコマンド展開について説明する。
図10は、本発明の実施形態に係る仮想マシンの接続制御システムの<実施例3:コマンド展開:抽象化レベル1>を示す図であり、(a)はコマンド展開前、(b)はコマンド展開後を示す。
図10は、port→vnf1からport1→port2へのつなぎ替えにおけるコマンド展開の例である。
図10(a)のコマンド展開前(抽象化コマンド)の、つなぎ替え前では、NIC0のTをP1に接続し、p1を介してVNF1に接続し(図10(a)の符号m;破線矢印参照)、VNF1をp2に接続し、p2を介してNIC1のRに接続している。
図10(a)のコマンド展開前(抽象化コマンド)の、つなぎ替え後では、p1の出力をVNF1を跨いでp2につなぎ替える(図10(a)の符号n参照)。
上記抽象化コマンド(抽象化レベル1)を元のSPPコマンドへ展開する。
<Example 3>
<Embodiment 3> describes command expansion in the connection change.
FIG. 10 is a diagram illustrating <Example 3: command expansion: abstraction level 1> of the connection control system for a virtual machine according to the embodiment of the present invention, where (a) is before command expansion and (b) is a command. Shown after expansion.
FIG. 10 shows an example of command expansion in switching from port → vnf1 to port1 → port2.
Before command change (abstract command) in FIG. 10A, before switching, NIC0 T is connected to P1 and connected to VNF1 via p1 (symbol m in FIG. 10A; broken arrow) VNF1 is connected to p2 and connected to R of NIC1 via p2.
Before the command expansion (abstraction command) in FIG. 10A, after the connection is switched, the output of p1 is switched to p2 across VNF1 (see symbol n in FIG. 10A).
The abstract command (abstract level 1) is expanded into the original SPP command.

図10(b)のコマンド展開後(SPPコマンド)の、つなぎ替え前では、NIC0の Tをring1のTに接続し、ring1のRをFWD1の Tに接続し、FWD1の Rをring2のTに接続し(図10(b)の符号o;破線矢印参照)、ring2の RをVNF1のTに接続している。VNF1のRをring3のTに接続し、ring3の RをFWD2の Tに接続し、FWD2のRをring4のTに接続している。ring4のRをNIC1の Rに接続している。
図10(b)のコマンド展開後(SPPコマンド)の、つなぎ替え後では、FWD1の Rを、ring2およびVNF1を跨いでring3のTにつなぎ替える(図10(b)の符号p参照)。
After command expansion (SPP command) in Fig. 10 (b), before switching, connect NIC0 T to ring1 T, ring1 R to FWD1 T, and FWD1 R to ring2 T They are connected (reference o in FIG. 10B; see broken arrow), and R of ring2 is connected to T of VNF1. R of VNF1 is connected to T of ring3, R of ring3 is connected to T of FWD2, and R of FWD2 is connected to T of ring4. R of ring4 is connected to R of NIC1.
After the command expansion (SPP command) in FIG. 10B, after switching, FWD1 R is switched to ring3 T across ring2 and VNF1 (see symbol p in FIG. 10B).

図10のport1→vnf1からport1→port2へのつなぎ替えにおけるコマンド展開は、下記の通りである。
入力コマンド(抽象化コマンド:抽象化レベル1)
SPP>port1→port2
をコマンド展開して、下記のSPPコマンドに変換する。
SPP>sec 1;del ring 2
SPP>sec 1;add ring 3
SPP>sec 1;patch 2 3
なお、上記「sec 1」はSPPで定められた表記である。
The command expansion in switching from port1 → vnf1 to port1 → port2 in FIG. 10 is as follows.
Input command (abstraction command: abstraction level 1)
SPP> port1 → port2
Is expanded into the following SPP command.
SPP> sec 1; del ring 2
SPP> sec 1; add ring 3
SPP> sec 1; patch 2 3
The “sec 1” is a notation defined by the SPP.

図11は、本発明の実施形態に係る仮想マシンの接続制御システムの<実施例3:コマンド展開:抽象化レベル2>を示す図であり、(a)はコマンド展開前、(b)はコマンド展開後を示す。
図11は、port1→vnf1からport1→port2へのつなぎ替えにおけるコマンド展開の例である。
図11(a)のコマンド展開前(抽象化コマンド:抽象化レベル2)の、つなぎ替え前では、NIC0のTをVNF1に接続し、VNF1をVNF2に接続し(図11(a)の符号q;破線矢印参照)、VNF2をNIC1のRに接続している。
図11(a)のコマンド展開前(抽象化コマンド:抽象化レベル2)の、つなぎ替え後では、VNF1をNIC1のRに接続するようにつなぎ替える(図11(b)の符号r参照)。
上記抽象化コマンド(抽象化レベル2)を、抽象化コマンド(抽象化レベル1)に展開する。
FIG. 11 is a diagram illustrating <Example 3: command expansion: abstraction level 2> of the connection control system for a virtual machine according to the embodiment of the present invention, where (a) is before command expansion and (b) is a command. Shown after expansion.
FIG. 11 shows an example of command expansion in switching from port1 → vnf1 to port1 → port2.
Before the command expansion (abstraction command: abstraction level 2) in FIG. 11 (a) and before reconnection, T of NIC0 is connected to VNF1, VNF1 is connected to VNF2 (symbol q in FIG. 11 (a)) ; See broken arrow), VNF2 is connected to R of NIC1.
Before the command expansion in FIG. 11A (abstraction command: abstraction level 2), after reconnection, VNF1 is connected so as to be connected to R of NIC1 (see symbol r in FIG. 11B).
The abstract command (abstract level 2) is expanded into an abstract command (abstract level 1).

図11(b)のコマンド展開後(抽象化コマンド:抽象化レベル1)の、つなぎ替え前では、NIC0のTをp1に接続し、p1を介してVNF1に接続し、VNF1をp2に接続し、p2を介してVNF2に接続し(図11(b)の符号s;破線矢印参照)、VNF2をp3に接続し、p3を介してNIC1のRに接続している。
図11(b)のコマンド展開後(抽象化コマンド:抽象化レベル1)の、つなぎ替え後では、VNF1をp2およびVNF2を跨いでp3につなぎ替える(図11(b)の符号t参照)。
After command expansion in Fig. 11 (b) (abstraction command: abstraction level 1), before switching, connect NIC0 T to p1, connect pNF to VNF1, and connect VNF1 to p2. , P2 is connected to VNF2 (symbol s in FIG. 11B; see broken line arrow), VNF2 is connected to p3, and is connected to R of NIC1 via p3.
After the command expansion in FIG. 11B (abstraction command: abstraction level 1), VNF1 is switched to p3 across p2 and VNF2 (see symbol t in FIG. 11B).

図11(a)のvnf1→NIC1のつなぎ替えにおけるコマンド展開(抽象化コマンド:抽象化レベル2)と、図11(b)のvnf1→NIC1のつなぎ替えにおけるコマンド展開(抽象化コマンド:抽象化レベル1)とは、下記の通りである。
入力コマンド(抽象化コマンド:抽象化レベル2)
SPP>vnf1→NIC1
をコマンド展開して、下記の抽象化コマンド(抽象化レベル2→抽象化レベル1)に変換する。
SPP>port2 remove vnf2
SPP>port3 remove vnf2
SPP >port2→port3
なお、図11では、抽象化コマンド(抽象化レベル2)を抽象化コマンド(抽象化レベル1)にコマンド展開する例を示したが、図10と同様の方法により、抽象化コマンド(抽象化レベル2)を元のSPPコマンドへ展開することも可能である。
Command expansion in vnf1 → NIC1 reconnection in FIG. 11A (abstraction command: abstraction level 2) and command expansion in vnf1 → NIC1 reconnection in FIG. 11B (abstraction command: abstraction level) 1) is as follows.
Input command (abstraction command: abstraction level 2)
SPP> vnf1 → NIC1
Is converted into the following abstract command (abstract level 2 → abstract level 1).
SPP> port2 remove vnf2
SPP> port3 remove vnf2
SPP> port2 → port3
FIG. 11 shows an example in which an abstract command (abstraction level 2) is expanded into an abstract command (abstraction level 1). However, an abstract command (abstraction level) is obtained in the same manner as in FIG. It is also possible to expand 2) to the original SPP command.

[オブジェクトの関係性]
次に、VMを接続する経路におけるオブジェクトの関係性について説明する。
図12は、VMとVMとを接続する経路におけるオブジェクトの関係性を示す図であり、(a)は非特許文献3の技術(既存技術)のオブジェクト、(b)は本実施形態の抽象化レベル1のオブジェクト、(c)は本実施形態の抽象化レベル2のオブジェクトを示す。
図12(a)に示す非特許文献3の技術では、VMとVMとをつなぐ最も簡単な経路に、オブジェクトFWD(DPDK process)と、オブジェクトRing(DPDK resource)とを有する。非特許文献3の技術では、最も簡単な経路であってもオブジェクトFWDとRingの最小セットが必要である。
図12(b)に示す本実施形態の抽象化レベル1では、VMとVMとをつなぐ経路に入るのはオブジェクトPortだけである。
図12(c)に示す本実施形態の抽象化レベル2では、VMとVMとをつなぐ経路にオブジェクトはない。
仮想マシンの接続制御システム100(図1参照)は、以上のオブジェクトの関係性を把握している。
[Object relationships]
Next, the relationship between objects in a path connecting VMs will be described.
FIG. 12 is a diagram illustrating the relationship between objects in a path connecting VMs to each other. (A) is an object of the technology (existing technology) of Non-Patent Document 3, and (b) is an abstraction of the present embodiment. Level 1 object, (c) shows an abstract level 2 object of the present embodiment.
In the technique of Non-Patent Document 3 shown in FIG. 12A, an object FWD (DPDK process) and an object Ring (DPDK resource) are included in the simplest path connecting VMs to VMs. In the technique of Non-Patent Document 3, a minimum set of objects FWD and Ring is necessary even for the simplest route.
In the abstraction level 1 of the present embodiment shown in FIG. 12B, only the object Port enters the path connecting VM and VM.
In the abstraction level 2 of the present embodiment shown in FIG. 12C, there is no object in the path connecting VM and VM.
The virtual machine connection control system 100 (see FIG. 1) grasps the relationship between the above objects.

[リソースのデータ構造]
次に、リソースのデータ構造について説明する。
図13は、管理情報格納部123A(図1参照)に格納されるリソースのデータ構造の一例を示す図である。
図13に示すリソースのデータ構造では、vmのデータ構造の中に、下記のようにそれぞれ所属するポートportを、集合体portsで持っている。
Resource data structure
Next, the data structure of the resource will be described.
FIG. 13 is a diagram illustrating an example of a data structure of resources stored in the management information storage unit 123A (see FIG. 1).
In the resource data structure shown in FIG. 13, the port ports to which the respective data belong belong to the vm data structure as follows.

Figure 2018032156
Figure 2018032156

上記ポートportであるオブジェクトは、別のデータ構造として下記を有する。   The object which is the port port has the following as another data structure.

Figure 2018032156
Figure 2018032156

上記ポートportは、rxおよびtxを有し、ここでは、rx:{ resource_id:yyy },tx:{ resource_id:zzz }である。resource_idは、SPPがもつ元のidである。vmのデータ構造では、このresource_idを持つことで、例えばVMからVMに直接接続する場合(図12(c)参照)に対応できる。   The port port has rx and tx, and here, rx: {resource_id: yyy}, tx: {resource_id: zzz}. resource_id is the original id of the SPP. By having this resource_id in the data structure of vm, for example, it is possible to cope with a case where a VM is directly connected to a VM (see FIG. 12C).

[リソースの接続パターン]
次に、リソースの接続パターンについて説明する。
図14は、リソースの接続パターンを示す図であり、(a)はVMへの接続、(b)はNICへの接続、(c)はportへの接続を示す。
例えば、図13のリソースのデータ構造において、vmが、このresource_idを持つことで、図14(a)に示すVMへの接続を行うことができる。すなわち、図14(a)に示すように、VM(id:v1)をVM(id:v2)につなぎ替えをしようとする場合、まずVM(id:v1)がデータ構造として持つPortのどれに対応する操作であるかをみる。ここでは、VM(id:v1)は、Port(id:p1)に対応する操作であるので、Port(id:p1)どこにつながっているかをみる。ここでは、Port(id:p1)はVM(id:v2)につながっている。VM(id:v1)をVM(id:v2)につなぎ替えをしようとする場合、上記リソースのデータ構造からつなぎ先を辿っていき、つなぎ替えのためにコマンドを発行する。
NICへの接続(図14(b)参照)、portへの接続(図14(c)参照)も同様である。
[Resource connection pattern]
Next, resource connection patterns will be described.
FIG. 14 is a diagram showing a connection pattern of resources, where (a) shows a connection to a VM, (b) shows a connection to a NIC, and (c) shows a connection to a port.
For example, in the resource data structure of FIG. 13, vm has this resource_id, so that it is possible to connect to the VM shown in FIG. That is, as shown in FIG. 14 (a), when switching VM (id: v1) to VM (id: v2), first, to which port of VM (id: v1) has a data structure? Check if it is a corresponding operation. Here, since VM (id: v1) is an operation corresponding to Port (id: p1), it is seen where Port (id: p1) is connected. Here, Port (id: p1) is connected to VM (id: v2). When switching VM (id: v1) to VM (id: v2), the connection destination is traced from the data structure of the resource, and a command is issued for switching.
The same applies to the connection to the NIC (see FIG. 14B) and the connection to the port (see FIG. 14C).

以上説明したように、本実施形態に係る仮想マシンの接続制御システム100(図1参照)は、仮想マシンを含むリソースを管理するSPPを備えるSPPサーバ120と、SPPサーバ120と連携し、仮想マシンを接続するためのリソース割り当ておよび経路設定をGUI操作により行うGUI端末110と、を備える。また、GUI端末110は、GUI操作に応じてSPPへのコマンドを、抽象化コマンドとして生成するコマンド生成機能部111を備える。SPPサーバ120は、生成された抽象化コマンドを、SPPが使用可能なSPPのコマンドに変換するコマンド変換機能部121を備える。
特に、仮想マシンの接続制御システム100は、GUI操作に応じてSPPへのコマンド(抽象化コマンド)を生成して、SPPへコマンドを発行するコマンド生成機能部111と、SPPのリソース(NIC,ring)を抽象化されたportオブジェクトおよびVMオブジェクトとしてユーザに操作させるためのデータ構造を有し、かつSPPリソース、portオブジェクトおよびVMオブジェクトの関係を保持する管理情報格納部123Aと、上記管理情報を参照して、生成されたコマンド(抽象化コマンド)をSPPへ投入するコマンドへ変換するコマンド変換機能部121と、を備える。
As described above, the connection control system 100 (see FIG. 1) of the virtual machine according to the present embodiment cooperates with the SPP server 120 including the SPP that manages resources including the virtual machine and the virtual machine. And a GUI terminal 110 that performs resource allocation and path setting for connecting to each other by a GUI operation. The GUI terminal 110 also includes a command generation function unit 111 that generates a command to the SPP as an abstract command in response to a GUI operation. The SPP server 120 includes a command conversion function unit 121 that converts the generated abstract command into an SPP command usable by the SPP.
In particular, the virtual machine connection control system 100 generates a command (abstraction command) to the SPP in response to a GUI operation, and issues a command to the SPP, and an SPP resource (NIC, ring). ) And a management information storage unit 123A having a data structure for allowing the user to operate as an abstracted port object and VM object, and holding the relationship between the SPP resource, the port object, and the VM object, and the management information is referred to And a command conversion function unit 121 that converts the generated command (abstraction command) into a command to be input to the SPP.

このようにすることで、GUI操作による構成変更処理からコマンドを生成し、これをSPPへ投入するコマンドへ変換することで、SPPの操作を抽象化し、GUIにより直感的に操作することができる。例えば、DPDKやvhostなどの仮想ネットワークリソースを抽象化し、グラフィカルな操作を実現することができる。
具体的には、(1)GUI操作により、簡易にサービス機能の追加、削除を行うことができ、システムのアップデートを容易にすることができる。(2)VMおよびそれらのコネクション操作、監視をグラフィカルに実行することで、システムの運用性を高めることができる。(3)VMの接続をグラフィカルに接続し、VM間の中間状態をも含め直感的に監視をすることで、開発および運用における工程を迅速化し、サービス提供サイクルを早めることができる。
In this way, by generating a command from the configuration change process by the GUI operation and converting it to a command to be input to the SPP, the operation of the SPP can be abstracted and intuitively operated by the GUI. For example, virtual network resources such as DPDK and vhost can be abstracted and a graphical operation can be realized.
Specifically, (1) service functions can be easily added and deleted by GUI operation, and system updating can be facilitated. (2) The operability of the system can be improved by graphically executing VMs and their connection operations and monitoring. (3) By connecting the VMs graphically and monitoring intuitively including intermediate states between VMs, it is possible to speed up the process in development and operation, and accelerate the service provision cycle.

上述したように、SPPは、DPDKの高速性を維持しつつ柔軟にSFCを行うことが可能であるが、コマンドライン31(図15参照)による操作が複雑である。すなわち、コマンドライン31から独自コマンドを入力するなど複雑な作業を行わねばならず運用が困難であった。これに対して、本実施形態では、SPPの上記利点を活かしつつ、SPPの課題であったコマンドライン31による操作を排して、GUI操作により、直感的に操作することができる。   As described above, the SPP can flexibly perform SFC while maintaining the high speed of DPDK, but the operation using the command line 31 (see FIG. 15) is complicated. That is, complicated operations such as inputting a unique command from the command line 31 have to be performed, which makes operation difficult. On the other hand, in the present embodiment, it is possible to operate intuitively by GUI operation while taking advantage of the above advantages of the SPP and eliminating the operation of the command line 31 which is a problem of the SPP.

また、本実施形態では、コマンド生成機能部111が、仮想マシン間を接続する経路にSPPのポートオブジェクトを介在させる第1の抽象化レベルの第1抽象化コマンドと、仮想マシン間を接続する経路にSPPのポートオブジェクトを介在させることなく接続する、第1の抽象化レベルより抽象度合いの高い第2の抽象化レベルの第2抽象化コマンドと、を生成する。   In this embodiment, the command generation function unit 111 also connects the first abstraction command of the first abstraction level that interposes the SPP port object in the path connecting the virtual machines and the path connecting the virtual machines. And a second abstraction command of a second abstraction level having a higher abstraction level than the first abstraction level, which is connected without interposing an SPP port object.

このようにすることで、ユーザの意向に合わせた、GUI操作を実現することができる。例えば、抽象化レベル1では、抽象化されたSPPのリソースのうち、仮想マシン間を接続する経路にSPPのポートオブジェクトが介在したGUI操作させることができる。抽象化レベル2では、VMおよびその経路のみをGUI操作させることができる。また、ユーザは、GUIの抽象化の度合いを選択することができる。このように、抽象化することで、SPPの詳細なところをユーザから見えないようにすることができる。   By doing in this way, GUI operation according to a user's intention is realizable. For example, at the abstraction level 1, a GUI operation in which an SPP port object is interposed in a path connecting virtual machines among the abstracted SPP resources can be performed. At the abstraction level 2, only the VM and its route can be GUI-operated. Further, the user can select the degree of abstraction of the GUI. By abstracting in this way, it is possible to hide details of the SPP from the user.

また、本実施形態では、コマンド生成機能部111が、ユーザのGUI操作によるイベント(ポートおよびVM間のリンクの結線、解除)を監視し、イベント発生時にコマンド生成部114へ通知するGUIイベント監視部112と、GUIに表示されるオブジェクト(VM、ポートおよびそれらを結ぶリンク)のIDおよびオブジェクト状態(リンクの有無、どのオブジェクトと結線されているかなど)を保持するオブジェクト管理部113と、GUIイベント監視部112からの通知に基づき、抽象化コマンドを生成し、コマンド送信部115へ送付するコマンド生成部114と、抽象化コマンドをサーバのコマンド受信部122へ送付するコマンド送信部115と、を備える。また、コマンド変換機能部121が、GUI端末110のコマンド送信部115からのメッセージを受信するコマンド受信部122と、抽象化コマンドをSPPのコマンドへ展開するための管理情報を格納する管理情報格納部123Aと、管理情報を参照して、抽象化コマンドをSPPのコマンドへ展開し、SPPへ送付するコマンド展開部123と、を備える。   In this embodiment, the command generation function unit 111 monitors an event (connection and release of a link between a port and a VM) by a user GUI operation, and notifies the command generation unit 114 when an event occurs. 112, an object management unit 113 that holds IDs and object states (whether there are links, which objects are connected, etc.) of objects (VMs, ports and links connecting them) displayed on the GUI, and GUI event monitoring The command generation unit 114 generates an abstract command based on the notification from the unit 112 and sends the abstract command to the command transmission unit 115, and the command transmission unit 115 transmits the abstract command to the command reception unit 122 of the server. In addition, the command conversion function unit 121 receives a message from the command transmission unit 115 of the GUI terminal 110, and a management information storage unit stores management information for expanding an abstract command into an SPP command. 123A, and a command expansion unit 123 that expands an abstract command into an SPP command with reference to management information and sends the command to the SPP.

このように、コマンド生成機能部111は、各部を制御してGUI操作による構成変更処理からコマンド(抽象化コマンド)を生成し、SPPへGUI操作により生成されたコマンドを発行する。コマンド変換機能部121は、各部を制御してこの抽象化コマンドをSPPへ投入するコマンドへ変換する。これにより、SPPの操作を抽象化し、GUIにより直感的に操作することができる。また、GUI操作により、簡易にサービス機能の追加、削除を行うことができ、システムのアップデートを容易にし、システムの運用性を高めることができる。また、VM間の中間状態をも含め直感的に監視をすることで、開発および運用における工程を迅速化し、サービス提供サイクルを早めることができる。   As described above, the command generation function unit 111 generates a command (abstract command) from the configuration change process by the GUI operation by controlling each unit, and issues the command generated by the GUI operation to the SPP. The command conversion function unit 121 controls each unit to convert this abstract command into a command to be input to the SPP. As a result, the operation of the SPP can be abstracted and operated intuitively using the GUI. Furthermore, service functions can be easily added and deleted by GUI operation, system update can be facilitated, and system operability can be improved. In addition, by intuitively monitoring including the intermediate state between VMs, it is possible to speed up the process in development and operation, and accelerate the service provision cycle.

なお、上記実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部又は一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部又は一部を公知の方法で自動的に行うこともできる。この他、上述文書中や図面中に示した処理手順、制御手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。
また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部又は一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的又は物理的に分散・統合して構成することができる。
Of the processes described in the above embodiment, all or part of the processes described as being performed automatically can be performed manually, or the processes described as being performed manually can be performed. All or a part can be automatically performed by a known method. In addition, the processing procedures, control procedures, specific names, and information including various data and parameters shown in the above-described document and drawings can be arbitrarily changed unless otherwise specified.
Further, each component of each illustrated apparatus is functionally conceptual, and does not necessarily need to be physically configured as illustrated. That is, the specific form of distribution / integration of each device is not limited to the one shown in the figure, and all or a part of the distribution / integration may be functionally or physically distributed in arbitrary units according to various loads or usage conditions. Can be integrated and configured.

また、上記の各構成、機能、処理部、処理手段等は、それらの一部又は全部を、例えば集積回路で設計する等によりハードウェアで実現してもよい。また、上記の各構成、機能等は、プロセッサがそれぞれの機能を実現するプログラムを解釈し、実行するためのソフトウェアで実現してもよい。各機能を実現するプログラム、テーブル、ファイル等の情報は、メモリや、ハードディスク、SSD(Solid State Drive)等の記録装置、又は、IC(Integrated Circuit)カード、SD(Secure Digital)カード、光ディスク等の記録媒体に保持することができる。   Each of the above-described configurations, functions, processing units, processing means, and the like may be realized by hardware by designing a part or all of them with, for example, an integrated circuit. Further, each of the above-described configurations, functions, and the like may be realized by software for interpreting and executing a program that realizes each function by the processor. Information such as programs, tables, and files for realizing each function is stored in a memory, a hard disk, a recording device such as an SSD (Solid State Drive), an IC (Integrated Circuit) card, an SD (Secure Digital) card, an optical disk, etc. It can be held on a recording medium.

1 ネットワーク
2 ルータ
100 仮想マシンの接続制御システム
110 GUI端末
111 コマンド生成機能部
112 GUIイベント監視部
113 オブジェクト管理部
114 コマンド生成部
115 コマンド送信部
116 GUI制御部
120 SPPサーバ
121 コマンド変換機能部
122 コマンド受信部
123 コマンド展開部
123A 管理情報格納部
124 SPP
125 仮想マシン(VM)
150 モジュールメニュー
210 GUI画面
VM 仮想マシン(オブジェクト)
Port ポート(オブジェクト)
NIC,ring SPPのリソース(オブジェクト)
DESCRIPTION OF SYMBOLS 1 Network 2 Router 100 Virtual machine connection control system 110 GUI terminal 111 Command generation function part 112 GUI event monitoring part 113 Object management part 114 Command generation part 115 Command transmission part 116 GUI control part 120 SPP server 121 Command conversion function part 122 Command Reception unit 123 Command expansion unit 123A Management information storage unit 124 SPP
125 Virtual Machine (VM)
150 Module menu 210 GUI screen VM Virtual machine (object)
Port port (object)
NIC, ring SPP resource (object)

Claims (4)

複数の仮想マシンを動作させる仮想マシンの接続制御システムであって、
前記仮想マシンを含むリソースを管理するSPP(Soft Patch Panel)を備えるSPPサーバと、
前記SPPサーバと連携し、前記仮想マシンを接続するためのリソース割り当ておよび経路設定をGUI(Graphical User Interface)操作により行うGUI端末と、を備え、
前記GUI端末は、
前記GUI操作を制御するGUI制御部と、
前記GUI操作に応じて前記SPPへのコマンドを、抽象化コマンドとして生成するコマンド生成機能部と、を備え、
前記SPPサーバは、
生成された前記抽象化コマンドを、前記SPPが使用可能なSPPのコマンドに変換するコマンド変換機能部を備える
ことを特徴とする仮想マシンの接続制御システム。
A virtual machine connection control system for operating a plurality of virtual machines,
An SPP server comprising an SPP (Soft Patch Panel) for managing resources including the virtual machine;
A GUI terminal that cooperates with the SPP server to perform resource allocation and path setting for connecting the virtual machine by GUI (Graphical User Interface) operation,
The GUI terminal is
A GUI control unit for controlling the GUI operation;
A command generation function unit that generates a command to the SPP as an abstract command in response to the GUI operation;
The SPP server
A virtual machine connection control system comprising: a command conversion function unit that converts the generated abstract command into an SPP command usable by the SPP.
前記コマンド生成機能部は、
前記仮想マシン間を接続する経路に前記SPPのポートオブジェクトを介在させる第1の抽象化レベルの第1抽象化コマンドと、
前記仮想マシン間を接続する経路に前記SPPのポートオブジェクトを介在させることなく接続する、前記第1の抽象化レベルより抽象度合いの高い第2の抽象化レベルの第2抽象化コマンドと、を生成する
ことを特徴とする請求項1に記載の仮想マシンの接続制御システム。
The command generation function unit
A first abstraction command at a first abstraction level for interposing the SPP port object in a path connecting the virtual machines;
Generating a second abstraction command of a second abstraction level having a higher abstraction level than the first abstraction level, which is connected without interposing the SPP port object in a path connecting the virtual machines. The virtual machine connection control system according to claim 1, wherein:
前記コマンド生成機能部は、
ユーザのGUI操作によるイベントを監視し、イベント発生を通知するGUIイベント監視部と、
GUIに表示されるオブジェクトのIDおよびオブジェクト状態を保持するオブジェクト管理部と、
前記GUIイベント監視部からの通知に基づいて、前記抽象化コマンドを生成するコマンド生成部と、
生成された前記抽象化コマンドをSPPサーバへ送付するコマンド送信部と、を備え、
前記コマンド変換機能部は、
前記GUI端末の前記コマンド送信部からの前記抽象化コマンドが付されたメッセージを受信するコマンド受信部と、
前記抽象化コマンドをSPPのコマンドへ展開するための管理情報を格納する管理情報格納部と、
前記管理情報を参照して、前記抽象化コマンドをSPPのコマンドへ展開し、前記SPPへ入力するコマンド展開部と、を備える
ことを特徴とする請求項1に記載の仮想マシンの接続制御システム。
The command generation function unit
A GUI event monitoring unit that monitors an event caused by a user GUI operation and notifies the occurrence of the event;
An object management unit that holds the object ID and object state displayed on the GUI;
A command generation unit that generates the abstract command based on a notification from the GUI event monitoring unit;
A command transmission unit that sends the generated abstract command to an SPP server,
The command conversion function unit
A command receiving unit for receiving a message to which the abstract command is attached from the command transmitting unit of the GUI terminal;
A management information storage unit for storing management information for expanding the abstraction command into an SPP command;
The virtual machine connection control system according to claim 1, further comprising: a command expansion unit that expands the abstraction command into an SPP command with reference to the management information and inputs the command to the SPP.
複数の仮想マシンを動作させる仮想マシンの接続制御システムが実行する仮想マシンの接続制御方法であって、
前記仮想マシンの接続制御システムは、前記仮想マシンを含むリソースを管理するSPP(Soft Patch Panel)を備えるSPPサーバと、前記SPPサーバと連携し、前記仮想マシンを接続するためのリソース割り当ておよび経路設定をGUI(Graphical User Interface)操作により行うGUI端末と、を有し、
前記GUI端末は、
前記GUI操作を制御するステップと、
前記GUI操作に応じて前記SPPへのコマンドを、抽象化コマンドとして生成するステップと、を実行し、
前記SPPサーバは、
生成された前記抽象化コマンドを、前記SPPが使用可能なSPPのコマンドに変換するステップを実行する
ことを特徴とする仮想マシンの接続制御方法。
A virtual machine connection control method executed by a virtual machine connection control system for operating a plurality of virtual machines,
The virtual machine connection control system includes an SPP server including an SPP (Soft Patch Panel) that manages resources including the virtual machine, and resource allocation and path setting for connecting the virtual machine in cooperation with the SPP server. A GUI terminal for performing GUI (Graphical User Interface) operation,
The GUI terminal is
Controlling the GUI operation;
Generating a command to the SPP as an abstract command in response to the GUI operation;
The SPP server
The virtual machine connection control method, comprising: converting the generated abstract command into an SPP command usable by the SPP.
JP2016162975A 2016-08-23 2016-08-23 Connection control system for virtual machine and connection control method for virtual machine Active JP6543231B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016162975A JP6543231B2 (en) 2016-08-23 2016-08-23 Connection control system for virtual machine and connection control method for virtual machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016162975A JP6543231B2 (en) 2016-08-23 2016-08-23 Connection control system for virtual machine and connection control method for virtual machine

Publications (2)

Publication Number Publication Date
JP2018032156A true JP2018032156A (en) 2018-03-01
JP6543231B2 JP6543231B2 (en) 2019-07-10

Family

ID=61304335

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016162975A Active JP6543231B2 (en) 2016-08-23 2016-08-23 Connection control system for virtual machine and connection control method for virtual machine

Country Status (1)

Country Link
JP (1) JP6543231B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021005710A1 (en) * 2019-07-09 2021-01-14 日本電信電話株式会社 Spp server, virtual machine connection control system, spp server connection control method, and program
WO2023105692A1 (en) 2021-12-08 2023-06-15 日本電信電話株式会社 Server internal data transfer device, server internal data transfer method, and program
US12001895B2 (en) 2019-10-08 2024-06-04 Nippon Telegraph And Telephone Corporation Server delay control system, server delay control device, server delay control method, and program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021005710A1 (en) * 2019-07-09 2021-01-14 日本電信電話株式会社 Spp server, virtual machine connection control system, spp server connection control method, and program
JPWO2021005710A1 (en) * 2019-07-09 2021-01-14
JP7272437B2 (en) 2019-07-09 2023-05-12 日本電信電話株式会社 SPP SERVER, VIRTUAL MACHINE CONNECTION CONTROL SYSTEM, SPP SERVER CONNECTION CONTROL METHOD AND PROGRAM
US12001895B2 (en) 2019-10-08 2024-06-04 Nippon Telegraph And Telephone Corporation Server delay control system, server delay control device, server delay control method, and program
WO2023105692A1 (en) 2021-12-08 2023-06-15 日本電信電話株式会社 Server internal data transfer device, server internal data transfer method, and program

Also Published As

Publication number Publication date
JP6543231B2 (en) 2019-07-10

Similar Documents

Publication Publication Date Title
US10003672B2 (en) Apparatus, systems and methods for deployment of interactive desktop applications on distributed infrastructures
WO2014188939A1 (en) Network configuration and operation visualization device
US7970852B2 (en) Method for moving operating systems between computer electronic complexes without loss of service
US20180210752A1 (en) Accelerator virtualization method and apparatus, and centralized resource manager
EP3447965A1 (en) Network function instance management method and relevant device
JP6543231B2 (en) Connection control system for virtual machine and connection control method for virtual machine
JP6202091B2 (en) Information processing apparatus and deployment method
CN109194589B (en) MDC (media data center) implementation method and device
US20220171650A1 (en) Network system, management method and apparatus thereof, and server
JPWO2017170312A1 (en) Network system, management method and apparatus thereof
US10353857B2 (en) Parallel processing apparatus and method for controlling communication
US20200364073A1 (en) Management apparatus, host apparatus, management method, and program
JP6448012B2 (en) Method, apparatus, and system for displaying virtual machine names
CN114270785B (en) Setting device, communication system, setting method, and program
JP5935806B2 (en) Information processing system, information processing method, information processing apparatus, control method thereof, and control program
JP5255566B2 (en) System and method for processing data
US20150212834A1 (en) Interoperation method of newtork device performed by computing device including cloud operating system in could environment
CN109962788B (en) Multi-controller scheduling method, device and system and computer readable storage medium
JP7437408B2 (en) Setting device, communication system, setting method, and program
US20220283833A1 (en) Spp server, virtual machine connection control system, spp server connection control method and program
US9727362B2 (en) Execution control method, storage medium, and execution control apparatus
CN113434341B (en) Method, device, equipment and storage medium for realizing redundant virtual PLC
JP2019016889A (en) Management device, management system, network device setting method, and program
JP6617077B2 (en) Virtual machine connection control system, virtual machine connection control method and program
US20200374198A1 (en) Control method, control device, control system and recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180905

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190531

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: 20190611

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190614

R150 Certificate of patent or registration of utility model

Ref document number: 6543231

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150