JP5523599B1 - Network system resource management system and method - Google Patents

Network system resource management system and method Download PDF

Info

Publication number
JP5523599B1
JP5523599B1 JP2013041212A JP2013041212A JP5523599B1 JP 5523599 B1 JP5523599 B1 JP 5523599B1 JP 2013041212 A JP2013041212 A JP 2013041212A JP 2013041212 A JP2013041212 A JP 2013041212A JP 5523599 B1 JP5523599 B1 JP 5523599B1
Authority
JP
Japan
Prior art keywords
network
virtual
resource
redirector
programmer
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.)
Expired - Fee Related
Application number
JP2013041212A
Other languages
Japanese (ja)
Other versions
JP2014171056A (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.)
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 JP2013041212A priority Critical patent/JP5523599B1/en
Application granted granted Critical
Publication of JP5523599B1 publication Critical patent/JP5523599B1/en
Publication of JP2014171056A publication Critical patent/JP2014171056A/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

【課題】 仮想ネットワーク間、仮想ノード内のネットワーク資源同士で互いの通信が影響し合わないようにする。
【解決手段】 本発明は、プログラマ管理装置が、プログラマ部分に含まれる複数の装置を併合して一つの仮想的な装置として、各仮想的な装置の持つ資源について、種類毎に総和を計算して通知し、リダイレクタ管理装置が、リダイレクタ部分に含まれる複数の装置を併合して一つの仮想的な装置として、各仮想的な装置の持つ資源について、種類毎に総和を計算して通知する。ネットワーク管理装置が、プログラマ管理装置及びリダイレクタ管理装置から総和を取得し、仮想的な装置単位でデータベースに格納し、管理する。
【選択図】 図5
PROBLEM TO BE SOLVED: To prevent mutual communication between virtual networks and between network resources in a virtual node.
A programmer management device calculates a total for each type of resources of each virtual device as a single virtual device by merging a plurality of devices included in the programmer part. The redirector management device merges a plurality of devices included in the redirector portion as a single virtual device, and calculates and notifies the sum of the resources of each virtual device for each type. The network management device acquires the sum from the programmer management device and the redirector management device, and stores and manages them in the database in units of virtual devices.
[Selection] Figure 5

Description

本発明は、ネットワークシステムの資源管理システムおよび方法に係り、特に、仮想技術を用いたネットワークシステムの資源管理システムおよび方法に関する。   The present invention relates to a network system resource management system and method, and more particularly, to a network system resource management system and method using virtual technology.

従来の仮想化技術を用いたネットワークシステムは、仮想化技術を用い、ネットワーク装置のリンクとノードの資源を仮想的に切り分けて、仮想リンクと仮想ノードとし、それら切り分けた資源を結合して、ネットワークインフラ上に論理的に生成される仮想ネットワークまたはサービス網である"スライス"を、オンデマンドに作成する手段を提供しており、また、スライス単位で、ネットワーキング処理を行うプログラムをインストールする手続きを提供している(例えば、非特許文献1、2参照)。   A network system using a conventional virtualization technology uses a virtualization technology to virtually separate network device links and node resources into virtual links and virtual nodes, and combine the separated resources to create a network. Provides a means to create on-demand "slices" that are logical networks or service networks that are logically generated on the infrastructure, and provides a procedure for installing a network processing program on a slice-by-slice basis (For example, see Non-Patent Documents 1 and 2).

これにより、ネットワーク運用者は、アプリケーション毎にスライスを作成し、アプリケーションの性質に合わせたネットワーキング処理を実現することができる。   As a result, the network operator can create a slice for each application and realize networking processing that matches the nature of the application.

図1は、従来の仮想化技術を用いたネットワークシステムの構成例である。   FIG. 1 is a configuration example of a network system using a conventional virtualization technology.

同図のネットワーク管理装置(もしくはネットワーク管理システム)は、ネットワーク仮想化基盤全体の管理を行う資源管理システムである。プログラマ装置は、例えば専有(専用)VMサーバなどの装置であり、仮想ノードを実装する。リダイレクタ装置は、例えばVLANなどを設定可能なL2スイッチなどの装置であり、仮想ノード同士の接続(仮想リンク)を実装する。リダイレクタ装置は仮想リンク同士のネットワーク資源を互いに干渉しないように制御(資源分離)することができる。仮想ノードと仮想リンクによって仮想ネットワークが構成される。ゲートウェイ装置は仮想ネットワークにネットワーク仮想化基盤へ端末を接続するための収容機能を担う装置である。プログラマ装置、リダイレクタ装置、ゲートウェイ装置にはそれぞれの管理装置(プログラマ管理装置もしくはプログラマ管理システム、リダイレクタ管理装置もしくはリダイレクタ管理システム、ゲートウェイ管理装置もしくはゲートウェイ管理システム)があり、各装置の管理装置は、ネットワーク管理装置のスライス生成制御命令を受けて、管理対象の装置に設定命令を与える資源管理システムである。   The network management device (or network management system) in FIG. 1 is a resource management system that manages the entire network virtualization infrastructure. The programmer device is a device such as a dedicated (dedicated) VM server, for example, and implements a virtual node. The redirector device is a device such as an L2 switch that can set a VLAN, for example, and implements a connection (virtual link) between virtual nodes. The redirector device can control (resource separation) so that the network resources of the virtual links do not interfere with each other. A virtual network is configured by virtual nodes and virtual links. The gateway device is a device having a housing function for connecting a terminal to a network virtualization infrastructure in a virtual network. Each programmer device, redirector device, and gateway device has a management device (programmer management device or programmer management system, redirector management device or redirector management system, gateway management device or gateway management system). A resource management system that receives a slice generation control command from a management device and gives a setting command to a device to be managed.

図2は、従来の仮想化技術を用いたネットワークシステムにおいて、使われるプログラマ装置とリダイレクタ装置が図1よりも増加したときの構成例である。   FIG. 2 is a configuration example when the number of programmer devices and redirector devices used in the network system using the conventional virtualization technology is increased from that in FIG.

図3は、従来のネットワーク管理装置の資源量の保持データベース(DB)である。当該DBには、ネットワークシステムのプログラマ装置およびリダイレクタ装置の資源とその量(資源量)が記録される。   FIG. 3 is a resource amount holding database (DB) of a conventional network management apparatus. In the DB, resources and amounts (resource amounts) of network device programmers and redirector devices are recorded.

図4は、従来のネットワーク管理装置の資源使用量の保持DBである。当該DBには、ネットワークシステムのスライスに割り当てられたプログラマ装置およびリダイレクタ装置の資源量(資源使用量)が記録される。   FIG. 4 is a resource use retention DB of a conventional network management apparatus. In the DB, the resource amounts (resource usage amounts) of the programmer device and the redirector device assigned to the slices of the network system are recorded.

山本猛仁、 滝澤允、 高橋紀之、 中尾 彰。"スライス提供を考慮した仮想化ネットワークの管理モデル、" 電子情報通信学会ソサイエティ大会、 Sep。2010。Takehito Yamamoto, Jun Takizawa, Noriyuki Takahashi, Akira Nakao. "Virtual network management model considering slice provision," IEICE Society Conference, Sep. 2010. 中尾彰宏。"新世代ネットワーク構想におけるネットワーク仮想化、" 電子情報通信学会誌、Vol.94、No.5、pp.385-390、2011.Akihiro Nakao. "Network virtualization in the new generation network concept," IEICE Journal, Vol. 94, no. 5, pp. 385-390, 2011.

従来の仮想化技術を用いたネットワークシステムは、図2のように、ネットワーク装置が増加した場合、ネットワーク管理装置にてネットワーク装置を管理することが難しくなり、また、スライスに割り当てる資源を選択する際の経路計算時間が大きくなる。また、仮想ノードと仮想リンクの接続部分、および、一つの仮想ノードを複数の装置によって実現するような場合の仮想ノード内のネットワーク資源同士を互いに干渉しないように制御する仕組みを持たない。   As shown in FIG. 2, in the network system using the conventional virtualization technology, when the number of network devices increases, it becomes difficult to manage the network devices by the network management device, and when selecting resources to be allocated to the slices The route calculation time becomes longer. In addition, there is no mechanism for controlling the connection between the virtual node and the virtual link and the network resources in the virtual node when one virtual node is realized by a plurality of devices so as not to interfere with each other.

このため、仮想ノードから仮想リンクに入るまでの通信路において通信が影響しあい、輻輳等を生じる可能性がある。   For this reason, there is a possibility that communication will affect the communication path from the virtual node to the virtual link, causing congestion and the like.

本発明は、上記の点に鑑みなされたもので、仮想ネットワーク間、仮想ノード内のネットワーク資源同士で互いの通信が影響し合わないようにすることが可能なネットワークシステムの資源管理システムおよび方法を提供することを目的とする。   The present invention has been made in view of the above points, and provides a network system resource management system and method capable of preventing mutual communication between virtual networks and between network resources in a virtual node. The purpose is to provide.

上記の課題を解決するため、本発明(請求項1)は、仮想的な装置を実装するプログラマ部分を構成する装置群と該仮想的な装置同士の接続を実現するリダイレクタ部分を構成する装置群の資源を管理するためのネットワークシステムの資源管理システムであって、
前記仮想的な装置毎に配置され、前記プログラマ部分に含まれる複数の装置を併合して一つの仮想的な装置として、各仮想的な装置の持つ資源について、種類毎に総和を計算して通知するプログラマ管理装置と、
前記仮想的な装置毎に配置され、前記リダイレクタ部分に含まれる複数の装置を併合して一つの仮想的な装置として、各仮想的な装置の持つ資源について、種類毎に総和を計算して通知するリダイレクタ管理装置と、
前記プログラマ管理装置及び前記リダイレクタ管理装置から前記総和を取得し、前記仮想的な装置単位でデータベースに格納し、管理するネットワーク管理装置と、を有する。
To solve the above problems, the present invention (claim 1), the device group constituting the redirector portion for realizing the connection of the devices and the virtual device that constitute a programmer portion that implements a virtual device A network system resource management system for managing the resources of
It is arranged for each virtual device, and a plurality of devices included in the programmer part are merged as one virtual device, and the sum of the resources of each virtual device is calculated and notified for each type. A programmer management device,
It is arranged for each virtual device, and a plurality of devices included in the redirector part are merged as one virtual device, and the sum of each virtual device is calculated and reported for each type. A redirector management device,
A network management device that obtains the sum from the programmer management device and the redirector management device, stores the sum in a database in units of virtual devices, and manages the same.

また、本発明(請求項2)は、前記ネットワーク管理装置において、
前記仮想的な装置内の各装置の資源を、同じ性質を持つ資源同士、もしくは同じ性質の装置単位で集約して前記データベースに格納する手段を含む。
Further, the present invention (Claim 2) is the network management apparatus,
Means for storing the resources of each device in the virtual device in the database by aggregating resources having the same property or in units of devices having the same property;

また、本発明(請求項3)は、前記ネットワーク管理装置において、
ネットワーク上に論理的に生成される仮想ネットワークまたはサービス網であるスライスに割り当てる仮想的な装置の組を選択するための経路計算を行う手段を含む。
Further, the present invention (Claim 3) is the network management apparatus,
Means for performing path calculation for selecting a virtual device group to be assigned to a slice that is a virtual network or a service network that is logically generated on the network.

また、本発明(請求項4)は、前記ネットワーク管理装置のデータベースにおいて、
前記仮想的な装置の資源毎の資源量、及び、該資源のスライス毎の使用量を格納する。
Further, the present invention (Claim 4) is a database of the network management device,
A resource amount for each resource of the virtual device and a use amount for each slice of the resource are stored.

上記のように本発明によれば、プログラマ部分とリダイレクタ部分の内部構成の管理を各部の資源管理システム(プログラマ管理システム、リダイレクタ管理システム)に閉じながら、プログラマ部分とリダイレクタ部分の間で通信の干渉を生じないようにすることを実現する。ここで、「プログラマ部分とリダイレクタ部分の内部構成の管理を各部の管理システムに閉じながら」とは、仮想的な装置に含まれる各装置の情報をネットワーク管理システムに通知もしくは登録しないことを指す。   As described above, according to the present invention, communication interference between the programmer part and the redirector part is performed while the management of the internal configuration of the programmer part and the redirector part is closed to the resource management system (programmer management system, redirector management system) of each part. It is realized not to generate. Here, “while closing the management of the internal configuration of the programmer part and the redirector part by the management system of each part” means not notifying or registering the information of each apparatus included in the virtual apparatus to the network management system.

従来の仮想化技術を用いたネットワークシステムの構成例である。It is a structural example of the network system using the conventional virtualization technology. 従来の仮想化技術を用いたネットワークシステムの構成例である。It is a structural example of the network system using the conventional virtualization technology. 従来のネットワーク管理装置の資源量の保持DBである。This is a resource management DB for a conventional network management device. 従来のネットワーク管理装置の資源使用量の保持DBである。This is a resource use storage DB of a conventional network management apparatus. 本発明の一実施の形態におけるネットワークシステムの構成例である。It is a structural example of the network system in one embodiment of this invention. 本発明の一実施の形態におけるネットワーク管理装置の資源管理方式を模式的に表した構成例である。It is the structural example which represented typically the resource management system of the network management apparatus in one embodiment of this invention. 本発明の一実施の形態におけるネットワーク管理装置の資源量の保持DBである。It is holding | maintenance DB of the resource amount of the network management apparatus in one embodiment of this invention. 本発明の一実施の形態におけるネットワーク管理装置の資源使用量の保持DBである。It is holding | maintenance DB of the resource usage-amount of the network management apparatus in one embodiment of this invention. 本発明の一実施の形態におけるプログラマ管理装置の資源量の保持DBである。It is holding | maintenance DB of the resource amount of the programmer management apparatus in one embodiment of this invention. 本発明の一実施の形態におけるプログラマ管理装置の資源使用量の保持DBである。It is holding | maintenance DB of the resource usage-amount of the programmer management apparatus in one embodiment of this invention. 本発明の一実施の形態におけるリダイレクタ管理装置の資源量の保持DBである。It is holding | maintenance DB of the resource amount of the redirector management apparatus in one embodiment of this invention. 本発明の一実施の形態におけるリダイレクタ管理装置の資源使用量の保持DBである。It is holding DB of the resource usage-amount of the redirector management apparatus in one embodiment of this invention. 本発明の一実施の形態におけるネットワークシステムのネットワーク資源の管理シーケンスである。It is the management sequence of the network resource of the network system in one embodiment of this invention. 本発明の一実施の形態におけるネットワークシステムのスライス割当のシーケンスである。It is the sequence of the slice allocation of the network system in one embodiment of this invention. 本発明の一実施の形態におけるネットワーク管理装置の構成図である。It is a block diagram of the network management apparatus in one embodiment of this invention. 本発明の一実施の形態におけるプログラマ管理装置の構成図である。It is a block diagram of the programmer management apparatus in one embodiment of this invention. 本発明の一実施の形態におけるリダイレクタ管理装置の構成図である。It is a block diagram of the redirector management apparatus in one embodiment of this invention.

以下、図面と共に本発明の実施の形態を説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

本発明は、複数の仮想ネットワークの通信が合流しうるリダイレクタ部分を構成する各装置と、プログラマ部分を構成する各装置に関する資源管理処理である。   The present invention is a resource management process related to each device constituting a redirector part to which communications of a plurality of virtual networks can join and each device constituting a programmer part.

図5は、本発明の一実施の形態におけるネットワークシステムの構成例を示す。   FIG. 5 shows a configuration example of a network system according to an embodiment of the present invention.

同図に示すように、ネットワーク管理装置10の他に、複数のプログラマ装置を管理するプログラマ管理装置20と、複数のリダイレクタ装置を管理するリダイレクタ管理装置30を持たせる。プログラマ管理装置20は、各プログラマ装置121、122、123のプロセッサ、メモリ、帯域などの資源を管理し、リダイレクタ管理装置30は、各リダイレクタ装置131、132のプロセッサ、キュー、帯域などの資源を管理する。ネットワーク管理装置10は、図6のように、ひとつのプログラマ管理装置20の配下にひとつの仮想的な装置(プログラマ部分)だけが、一つのリダイレクタ管理装置30の配下に一つの仮想的な装置(リダイレクタ部分)だけが存在しているかのような管理を行う。   As shown in the figure, in addition to the network management device 10, a programmer management device 20 that manages a plurality of programmer devices and a redirector management device 30 that manages a plurality of redirector devices are provided. The programmer management device 20 manages resources such as the processor, memory, and bandwidth of each programmer device 121, 122, and 123, and the redirector management device 30 manages resources such as the processor, queue, and bandwidth of each redirector device 131, 132. To do. As shown in FIG. 6, the network management device 10 has only one virtual device (programmer portion) under one programmer management device 20 and one virtual device (programmer portion) under one redirector management device 30. Management as if only the redirector part) exists.

図9は、プログラマ管理装置20の資源量の保持DB22である。当該DB22には、配下のプログラマ装置121、122、123の資源とその量(資源量)が記録される。プログラム管理装置20は、仮想的な装置同士の境界部分のネットワーク資源(図6のプログラマ部分とリダイレクタ部分を接続するリンクおよび、そのリンクの両端のポート)を、他の部分のネットワーク資源と陽に種別を分けて管理する。当該DB22の情報は、装置の種類と資源によって集約されて、ネットワーク管理装置10に登録される。この登録は、各プログラマ装置121、122、123の資源情報が更新される起動時に、プログラマからの起動通知(図13ステップ102)によって資源情報の更新が通知された際に、なされる(図13ステップ103)。   FIG. 9 shows the resource amount holding DB 22 of the programmer management apparatus 20. In the DB 22, the resources of the subordinate programmer devices 121, 122, and 123 and their amounts (resource amounts) are recorded. The program management device 20 explicitly transmits the network resources at the boundary portion between the virtual devices (the link connecting the programmer portion and the redirector portion in FIG. 6 and the ports at both ends of the link) with the network resources at the other portions. Separately manage types. The information in the DB 22 is aggregated according to the device type and resource and registered in the network management device 10. This registration is performed when the update of the resource information is notified by the activation notification (step 102 in FIG. 13) from the programmer at the time of activation in which the resource information of each programmer device 121, 122, 123 is updated (FIG. 13). Step 103).

図10は、プログラマ管理装置20の資源使用量の保持DB23である。当該DB23には、仮想ノードに割り当てられたプログラマ装置121、122、123の資源量(資源使用量)が記録される。当該DB23の情報は、ネットワーク管理装置10に通知もしくは登録されない。   FIG. 10 is a resource use amount holding DB 23 of the programmer management apparatus 20. In the DB 23, the resource amounts (resource usage amounts) of the programmer devices 121, 122, and 123 assigned to the virtual nodes are recorded. The information in the DB 23 is not notified or registered to the network management apparatus 10.

図11は、リダイレクタ管理装置30の資源量の保持DB32である。当該DB32には、配下のリダイレクタ装置131、132の資源とその量(資源量)が記録される。リダイレクタ管理装置30は、仮想的な装置(図6のプログラマ部分とリダイレクタ部分の間)同士の境界部分のネットワーク資源を、他の部分のネットワーク資源と陽に種別を分けて管理する。当該DB32の情報は、装置の種類と資源によって集約されて、ネットワーク管理装置10に登録される。この登録は、各リダイレクタ装置131、132の資源情報が更新される起動時に、リダイレクタからの起動通知(図13ステップ103)によって資源情報の更新が通知された際に、なされる(図13ステップ104)。   FIG. 11 shows the resource amount holding DB 32 of the redirector management device 30. In the DB 32, the resources and the amount (resource amount) of the subordinate redirector devices 131 and 132 are recorded. The redirector management device 30 manages the network resources at the boundary between the virtual devices (between the programmer portion and the redirector portion in FIG. 6) by explicitly classifying the network resources from the other network resources. The information in the DB 32 is aggregated according to the device type and resource and registered in the network management device 10. This registration is performed when the update of the resource information is notified by the activation notification (step 103 in FIG. 13) from the redirector at the time of activation when the resource information of each of the redirector devices 131 and 132 is updated (step 104 in FIG. 13). ).

図12は、リダイレクタ管理装置30の資源使用量の保持DB33である。当該DB33には、仮想リンクに割り当てられたリダイレクタ装置131、132の資源量(資源使用量)が記録される。当該DB33の情報は、ネットワーク管理装置10に登録されない。   FIG. 12 shows the resource use amount holding DB 33 of the redirector management apparatus 30. In the DB 33, the resource amounts (resource usage amounts) of the redirector devices 131 and 132 assigned to the virtual link are recorded. The information in the DB 33 is not registered in the network management device 10.

図7は、ネットワーク管理装置10の資源量の保持DB11である。当該DB11には、各プログラマ管理装置20および各リダイレクタ管理装置30から登録される資源量が記録される。   FIG. 7 shows the resource amount holding DB 11 of the network management apparatus 10. In the DB 11, the amount of resources registered from each programmer management device 20 and each redirector management device 30 is recorded.

図8は、ネットワーク管理装置10の資源使用量の保持DB12である。当該DB12には、スライスに割り当てられたプログラマ部分およびリダイレクタ部分の資源量(資源使用量)が記録される。   FIG. 8 is a resource use amount holding DB 12 of the network management apparatus 10. In the DB 12, the resource amount (resource usage amount) of the programmer part and the redirector part assigned to the slice is recorded.

また、ネットワーク管理装置10は、図14に示すようにスライス割当を行う。まず、ネットワーク管理装置10は、スライスに割り当てる仮想的な装置の組を選択するための経路計算を行い(ステップ201)、プログラマ管理装置20に対してスライス生成制御命令を送出する(ステップ202)。プログラマ管理装置20は、仮想的な装置に含まれる装置(共有VMサーバ、専有VMサーバ)への資源割当計算を行う(ステップ203)。これにより、プログラマ管理装置20は、仮想的な装置内の各装置の資源量と資源使用量とから、例えば、資源量の空きが多い装置や優先度の低い装置を選択し、選択された装置に対して、新たに生成されるスライスに割り当てる資源を確保する制御命令を与える。   Further, the network management apparatus 10 performs slice allocation as shown in FIG. First, the network management device 10 performs path calculation for selecting a virtual device group to be assigned to a slice (step 201), and sends a slice generation control command to the programmer management device 20 (step 202). The programmer management device 20 performs resource allocation calculation for devices (shared VM server, dedicated VM server) included in the virtual device (step 203). As a result, the programmer management device 20 selects, for example, a device with a large amount of available resources or a device with low priority from the resource amount and resource usage amount of each device in the virtual device, and selects the selected device. Is given a control instruction for securing resources to be allocated to a newly generated slice.

ネットワーク管理装置10はリダイレクタ管理装置30に対してスライス生成制御命令を送出する(ステップ204)。これにより、リダイレクタ管理装置30は、仮想的な装置内の各装置の資源量と資源使用量とから、例えば、資源量の空きが多い装置や優先度の低い装置を選択し、選択された装置に対して、新たに生成されるスライスに割り当てる資源を確保する制御命令を与える。リダイレクタ管理装置30は、ネットワークカードに対して仮想的な装置に含まれる装置への資源割当計算を行う(ステップ205)。   The network management device 10 sends a slice generation control command to the redirector management device 30 (step 204). As a result, the redirector management device 30 selects, for example, a device with a large amount of resource amount or a device with low priority from the resource amount and resource usage of each device in the virtual device, and selects the selected device. Is given a control instruction for securing resources to be allocated to a newly generated slice. The redirector management device 30 performs resource allocation calculation for the devices included in the virtual device with respect to the network card (step 205).

次に、図5に示す各管理装置の機能を説明する。   Next, functions of each management apparatus shown in FIG. 5 will be described.

ネットワーク管理装置10は、図15に示すように、仮想的な装置の資源量の保持DB11、仮想的な装置の資源使用量の保持DB12、制御命令送信部13を有し、仮想的な装置の各装置が持つプロセッサ、メモリ、キュー、帯域といった資源を用途(専有VMサーバ用、共用VMサーバ用等)に応じて集約して管理すると共に、仮想的な装置同士の境界部分にあたるネットワーク資源(プログラマ部分とリダイレクタ部分を接続するリンクおよび、そのリンクの両端のポート)の管理制御を行う。   As shown in FIG. 15, the network management device 10 includes a virtual device resource amount holding DB 11, a virtual device resource usage holding DB 12, and a control command transmission unit 13. In addition to managing resources such as processors, memory, queues, and bandwidth of each device according to the purpose (for dedicated VM server, shared VM server, etc.), network resources that correspond to the boundary between virtual devices (programmers Management of the link connecting the part and the redirector part and the ports at both ends of the link).

仮想的な装置の資源量の保持DB11において、プログラマ部分及びリダイレクト部分を構成する各装置の資源量の総量をプログラマ部分、リダイレクト部分のそれぞれの資源として管理する。   In the virtual device resource amount holding DB 11, the total amount of the resource amount of each device constituting the programmer portion and the redirect portion is managed as the respective resources of the programmer portion and the redirect portion.

制御命令送信部13は、スライス生成制御命令をプログラマ管理装置20の制御命令受信部21、リダイレクタ管理装置30の制御命令受信部31に送信する。   The control command transmission unit 13 transmits the slice generation control command to the control command reception unit 21 of the programmer management device 20 and the control command reception unit 31 of the redirector management device 30.

プログラマ管理装置20は、図16に示すように、制御命令受信部21、プログラマ装置の資源量の保持DB22、プログラマ装置の資源使用量の保持DB23、プログラマ装置への制御命令送信部24を有する。   As shown in FIG. 16, the programmer management device 20 includes a control command receiving unit 21, a resource amount holding DB 22 of the programmer device, a resource usage holding DB 23 of the programmer device, and a control command transmitting unit 24 to the programmer device.

制御命令受信部21は、ネットワーク管理装置10の制御命令送信部13からのスライス生成制御命令を受信する。   The control command reception unit 21 receives a slice generation control command from the control command transmission unit 13 of the network management device 10.

プログラマ装置の資源量の保持DB22は、図9に例示したプログラマ装置の資源量の保持DBを持つ。   The resource amount holding DB 22 of the programmer device has a resource amount holding DB of the programmer device illustrated in FIG.

プログラマ装置の資源使用量の保持DB23は、図10に例示したプログラマ装置の資源使用量の保持DBを持つ。   The resource use amount holding DB 23 of the programmer device has a resource use amount holding DB of the programmer device illustrated in FIG.

プログラマ装置への制御命令送信部34は、プログラマ管理装置に登録された各プログラマ装置への制御命令を送信する。   The control command transmission unit 34 to the programmer device transmits a control command to each programmer device registered in the programmer management device.

リダイレクタ管理装置30は、図17に示すように、制御命令受信部31、リダイレクタ装置の資源量の保持DB32、リダイレクタ装置の資源使用量の保持DB33、リダイレクタ装置への制御命令送信部34を有する。   As shown in FIG. 17, the redirector management device 30 includes a control command receiving unit 31, a resource amount holding DB 32 of the redirector device, a resource usage holding DB 33 of the redirector device, and a control command transmitting unit 34 to the redirector device.

制御命令受信部31は、ネットワーク制御装置10の制御命令送信部13からのスライス生成制御命令を受信する。   The control command receiver 31 receives a slice generation control command from the control command transmitter 13 of the network control device 10.

リダイレクタ装置の資源量の保持DB32は、図11に例示したリダイレクタ装置の資源量の保持DBを持つ。   The resource amount holding DB 32 of the redirector device has a resource amount holding DB of the redirector device illustrated in FIG.

リダイレクタ装置の資源使用量の保持DB33は、図12に例示したリダイレクタ装置の資源使用量の保持DBを持つ。   The redirector device resource usage holding DB 33 has a redirector device resource usage holding database 33 illustrated in FIG.

リダイレクタ装置への制御命令送信部34は、リダイレクタ管理装置に登録された各リダイレクタ装置への制御命令を送信する。   The control command transmission unit 34 to the redirector device transmits a control command to each redirector device registered in the redirector management device.

上記のプログラマ管理装置20、リダイレクタ管理装置30において、プログラマ部分、リダイレクタ部分の資源の総量のみを管理する際に、プログラマ部分、リダイレクタ部分に含まれる複数の装置を併合して一つの仮想的な装置として、各仮想的な装置を持つ資源について、当該資源の種類毎にその総和を計算し、それをネットワーク管理装置10に通知して、ネットワーク管理装置10の資源を管理する仮想的な装置の資源量・トポロジ・使用量の保持DB11で、各仮想的な装置単位で資源を管理する。   In the above-described programmer management device 20 and redirector management device 30, when managing only the total amount of resources of the programmer portion and redirector portion, a plurality of devices included in the programmer portion and redirector portion are merged into one virtual device. As for a resource having each virtual device, the sum of each resource type is calculated and notified to the network management device 10 to manage the resources of the network management device 10 The resource DB 11 manages resources in units of virtual devices in the amount / topology / usage holding DB 11.

なお、本発明は、上記の実施の形態に限定されることなく、特許請求の範囲内において、種々変更・応用が可能である。   The present invention is not limited to the above-described embodiment, and various modifications and applications can be made within the scope of the claims.

10 ネットワーク管理装置
11 仮想的な装置の資源量の保持DB
12 仮想的な装置の資源使用量の保持DB
13 制御命令送信部
20 プログラマ管理装置
21 制御命令受信部
22 プログラマ装置の資源量の保持DB
23 プログラマ装置の資源使用量の保持DB
24 プログラマ装置への制御命令送信部
30 リダイレクタ管理装置
31 制御命令受信部
32 リダイレクタ装置の資源量の保持DB
33 リダイレクタ装置の資源使用量の保持DB
34 リダイレクタ装置への制御命令送信部
50 ゲートウェイ管理装置
60 ゲートウェイ装置
121 プログラマ装置(共有VMサーバ)
122 プログラマ装置(専用VM、サーバ)
123 プログラマ装置(相互接続スイッチ)
131 リダイレクタ装置(ネットワークカード)
132 リダイレクタ装置(相互接続スイッチ)
10 Network management device 11 Virtual device resource amount holding DB
12 Resource storage DB for virtual devices
13 Control command transmission unit 20 Programmer management device 21 Control command reception unit 22 Retention DB of programmer device resource
23 Resource usage database for programmers
24 Control Command Sending Unit 30 to Programmer Device Redirector Management Device 31 Control Command Receiving Unit 32 Retention Device Retention DB
33 Retention apparatus resource usage DB
34 Control Command Transmitter 50 to Redirector Device Gateway Management Device 60 Gateway Device 121 Programmer Device (Shared VM Server)
122 Programmer device (dedicated VM, server)
123 Programmer device (interconnect switch)
131 Redirector device (network card)
132 Redirector device (interconnect switch)

Claims (8)

仮想的な装置を実装するプログラマ部分を構成する装置群と該仮想的な装置同士の接続を実現するリダイレクタ部分を構成する装置群の資源を管理するためのネットワークシステムの資源管理システムであって、
前記仮想的な装置毎に配置され、前記プログラマ部分に含まれる複数の装置を併合して一つの仮想的な装置として、各仮想的な装置の持つ資源について、種類毎に総和を計算して通知するプログラマ管理装置と、
前記仮想的な装置毎に配置され、前記リダイレクタ部分に含まれる複数の装置を併合して一つの仮想的な装置として、各仮想的な装置の持つ資源について、種類毎に総和を計算して通知するリダイレクタ管理装置と、
前記プログラマ管理装置及び前記リダイレクタ管理装置から前記総和を取得し、前記仮想的な装置単位でデータベースに格納し、管理するネットワーク管理装置と、
を有することを特徴とするネットワークシステムの資源管理システム。
A resource management system of a network system for managing resources of a device group constituting a programmer part that implements a virtual device and a redirector part that realizes connection between the virtual devices ,
It is arranged for each virtual device, and a plurality of devices included in the programmer part are merged as one virtual device, and the sum of the resources of each virtual device is calculated and notified for each type. A programmer management device,
It is arranged for each virtual device, and a plurality of devices included in the redirector part are merged as one virtual device, and the sum of each virtual device is calculated and reported for each type. A redirector management device,
A network management device that obtains the sum from the programmer management device and the redirector management device, stores it in a database in units of virtual devices, and manages the network management device;
A resource management system for a network system, comprising:
前記ネットワーク管理装置は、
前記仮想的な装置内の各装置の資源を、同じ性質を持つ資源同士、もしくは同じ性質の装置単位で集約して前記データベースに格納する手段を含む
請求項1記載のネットワークシステムの資源管理システム。
The network management device includes:
2. The resource management system for a network system according to claim 1, further comprising means for consolidating the resources of the respective devices in the virtual device with resources having the same property or in units of devices having the same property and storing them in the database.
前記ネットワーク管理装置は、
ネットワーク上に論理的に生成される仮想ネットワークまたはサービス網であるスライスに割り当てる仮想的な装置の組を選択するための経路計算を行う手段を含む
請求項1記載のネットワークシステムの資源管理システム。
The network management device includes:
2. The resource management system for a network system according to claim 1, further comprising means for performing path calculation for selecting a virtual device set to be assigned to a slice that is a virtual network or a service network logically generated on the network.
前記ネットワーク管理装置のデータベースは、
前記仮想的な装置の資源毎の資源量、及び、該資源のスライス毎の使用量を格納する
請求項1または2記載のネットワークシステムの資源管理システム。
The database of the network management device is
The resource management system for a network system according to claim 1 or 2, wherein a resource amount for each resource of the virtual device and a usage amount for each slice of the resource are stored.
仮想的な装置を実装するプログラマ部分を構成する装置群と該仮想的な装置同士の接続を実現するリダイレクタ部分を構成する装置群の資源を管理するためのネットワークシステムの資源管理方法であって、
前記仮想的な装置毎に配置されるプログラマ管理装置、前記仮想的な装置毎に配置されるリダイレクタ管理装置、ネットワーク管理装置を有するシステムにおいて、
前記プログラマ管理装置が、前記プログラマ部分に含まれる複数の装置を併合して一つの仮想的な装置として、各仮想的な装置の持つ資源について、種類毎に総和を計算して通知するプログラマ通知ステップと、
前記リダイレクタ管理装置が、前記リダイレクタ部分に含まれる複数の装置を併合して一つの仮想的な装置として、各仮想的な装置の持つ資源について、種類毎に総和を計算して通知するリダイレクタ通知ステップと、
前記ネットワーク管理装置が、前記プログラマ管理装置及び前記リダイレクタ管理装置から前記総和を取得し、前記仮想的な装置単位でデータベースに格納し、管理するネットワーク管理ステップと、
を行うことを特徴とするネットワークシステムの資源管理方法。
A resource management method of a network system for managing resources of a device group constituting a programmer part that implements a virtual device and a redirector part that realizes connection between the virtual devices ,
In a system having a programmer management device arranged for each virtual device, a redirector management device arranged for each virtual device, and a network management device,
A programmer notification step in which the programmer management device merges a plurality of devices included in the programmer part as a single virtual device, and calculates and reports the sum for each type of resources of each virtual device. When,
Redirector notification step in which the redirector management device calculates a sum for each type and notifies the resource of each virtual device as a single virtual device by merging a plurality of devices included in the redirector part. When,
A network management step in which the network management device acquires the sum from the programmer management device and the redirector management device, stores it in a database in units of virtual devices, and manages it;
A resource management method for a network system.
前記ネットワーク管理装置において、
前記仮想的な装置内の各装置の資源を、同じ性質を持つ資源同士、もしくは同じ性質の装置単位で集約して前記データベースに格納する
請求項5記載のネットワークシステムの資源管理方法。
In the network management device,
6. The resource management method for a network system according to claim 5, wherein the resources of each device in the virtual device are aggregated and stored in the database with resources having the same property or in units of devices having the same property.
前記ネットワーク管理装置において、
ネットワーク上に論理的に生成される仮想ネットワークまたはサービス網であるスライスに割り当てる仮想的な装置の組を選択するための経路計算を行う
請求項5記載のネットワークシステムの資源管理方法。
In the network management device,
6. The resource management method for a network system according to claim 5, wherein path calculation for selecting a virtual device group to be allocated to a slice that is a virtual network or a service network logically generated on the network is performed.
前記ネットワーク管理装置において、
前記仮想的な装置の資源毎の資源量、及び、該資源のスライス毎の使用量をデータベースに格納する
請求項5または6記載のネットワークシステムの資源管理方法。
In the network management device,
The resource management method for a network system according to claim 5 or 6, wherein a resource amount for each resource of the virtual device and a use amount for each slice of the resource are stored in a database.
JP2013041212A 2013-03-01 2013-03-01 Network system resource management system and method Expired - Fee Related JP5523599B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013041212A JP5523599B1 (en) 2013-03-01 2013-03-01 Network system resource management system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013041212A JP5523599B1 (en) 2013-03-01 2013-03-01 Network system resource management system and method

Publications (2)

Publication Number Publication Date
JP5523599B1 true JP5523599B1 (en) 2014-06-18
JP2014171056A JP2014171056A (en) 2014-09-18

Family

ID=51175668

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013041212A Expired - Fee Related JP5523599B1 (en) 2013-03-01 2013-03-01 Network system resource management system and method

Country Status (1)

Country Link
JP (1) JP5523599B1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6403621B2 (en) * 2015-03-31 2018-10-10 株式会社日立製作所 Network system, resource management method, and control apparatus
JP6470426B2 (en) 2015-11-13 2019-02-13 日本電信電話株式会社 Resource allocation device and resource allocation method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009267625A (en) * 2008-04-23 2009-11-12 Ntt Docomo Inc Virtual network system and virtual network construction method
JP2011175338A (en) * 2010-02-23 2011-09-08 Nec Biglobe Ltd Network construction system, construction server, network construction method and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009267625A (en) * 2008-04-23 2009-11-12 Ntt Docomo Inc Virtual network system and virtual network construction method
JP2011175338A (en) * 2010-02-23 2011-09-08 Nec Biglobe Ltd Network construction system, construction server, network construction method and program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSNJ201110053012; 山本 猛仁 他: 'スライス提供を考慮した仮想化ネットワークの管理モデル' 2011年電子情報通信学会通信ソサイエティ大会 B-6-12 , 20110830 *
JPN6014000694; 山本 猛仁 他: 'スライス提供を考慮した仮想化ネットワークの管理モデル' 2011年電子情報通信学会通信ソサイエティ大会 B-6-12 , 20110830 *

Also Published As

Publication number Publication date
JP2014171056A (en) 2014-09-18

Similar Documents

Publication Publication Date Title
Wibowo et al. Multi-domain software defined networking: research status and challenges
US9948553B2 (en) System and method for virtual network-based distributed multi-domain routing control
Velasco et al. An architecture to support autonomic slice networking
US10284389B2 (en) High availability for distributed network services in an extended bridge
Hu et al. A survey on software-defined network and openflow: From concept to implementation
WO2017214932A1 (en) Network-slice resource management method and apparatus
US20200374127A1 (en) Blockchain-powered cloud management system
Zhang et al. Vertex-centric computation of service function chains in multi-domain networks
CN103763367A (en) Method and system for designing distributed virtual network in cloud calculating data center
CN110278139B (en) Method for forwarding packets in a computer network, network device and storage medium
CN104584484A (en) System and method providing policy based data center network automation
US10530669B2 (en) Network service aware routers, and applications thereof
JP2017517170A (en) Method and communication unit for service implementation in an NFV system
CN103905523A (en) Cloud computing network virtualization method and system based on SDN
Christodoulopoulos et al. Performance evaluation of a hybrid optical/electrical interconnect
Kafle et al. Adaptive virtual network slices for diverse IoT services
Agliano et al. Resource management and control in virtualized SDN networks
Romanov et al. Construction of the SDN Control Level Based on ONOS
US8964596B1 (en) Network service aware routers, and applications thereof
JP5523599B1 (en) Network system resource management system and method
Jin et al. Pathfinder: Application-aware distributed path computation in clouds
JP5436597B2 (en) Virtual network infrastructure control system and method
Chen et al. Enterprise visor: A Software-Defined enterprise network resource management engine
CN107508730B (en) SDN network-based data center interconnection method and device
Yin et al. On-demand and reliable vSD-EON provisioning with correlated data and control plane embedding

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140311

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140408

R150 Certificate of patent or registration of utility model

Ref document number: 5523599

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees