JP2011113267A - Data center configuration management system - Google Patents

Data center configuration management system Download PDF

Info

Publication number
JP2011113267A
JP2011113267A JP2009268602A JP2009268602A JP2011113267A JP 2011113267 A JP2011113267 A JP 2011113267A JP 2009268602 A JP2009268602 A JP 2009268602A JP 2009268602 A JP2009268602 A JP 2009268602A JP 2011113267 A JP2011113267 A JP 2011113267A
Authority
JP
Japan
Prior art keywords
configuration
data center
snapshot
management system
throughput
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
JP2009268602A
Other languages
Japanese (ja)
Other versions
JP5541908B2 (en
Inventor
Takashi Mitamura
崇司 三田村
Tatsutoshi Murata
龍俊 村田
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2009268602A priority Critical patent/JP5541908B2/en
Publication of JP2011113267A publication Critical patent/JP2011113267A/en
Application granted granted Critical
Publication of JP5541908B2 publication Critical patent/JP5541908B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a data center configuration management system that easily and quickly defines proper system configuration according to a state of a load, in a virtual data center in a cloud environment. <P>SOLUTION: The data center configuration management system has: a configuration storage part 110 which acquires snapshots 101 of system configuration of a data center and throughputs at the time when the data center operates, to store information on the snapshots 101 and information on the throughputs in association with each other in a configuration DB 102; a configuration retrieval part 120 which retrieves a snapshot 101 having proper system configuration from the configuration DB 102 on the basis of estimation states of the throughputs in the data center; and a configuration-altering part 130 which constructs the data center by using a programming interface, or alters the system configuration of the data center on the basis of the system configuration of the retrieved snapshot 101. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、コンピュータシステムによりサービスを提供するデータセンターに係る技術に関し、特に、クラウドコンピューティングにより仮想化されたデータセンターにおける仮想サーバ等の構成を管理するデータセンター構成管理システムに適用して有効な技術に関するものである。   The present invention relates to a technology related to a data center that provides a service by a computer system, and is particularly effective when applied to a data center configuration management system that manages the configuration of a virtual server or the like in a data center virtualized by cloud computing. It is about technology.

コンピュータシステムによりインターネット等を介してユーザに種々のサービスを提供する際に、サービスの提供に係る多数のサーバやストレージなどの機器を集約して運用・管理するデータセンターが利用される場合が多くなっている。通常、データセンターでは、多数の機器について、人手や運用管理ソフトなどを利用して、ファイルの受け渡しやOS(Operating System)のコマンド実行、アプリケーションの起動・設定など、非常に複雑な手順やツールを利用して運用が行われている。   When various services are provided to users via the Internet or the like by a computer system, a data center that operates and manages a large number of devices such as servers and storages related to the provision of services is often used. ing. Usually, in data centers, using a lot of equipment and operation management software, etc., very complicated procedures and tools such as file transfer, OS (Operating System) command execution, application startup and setting are performed. It is used and operated.

一方、近年ではクラウドコンピューティング技術の進化により、例えば、“Amazon EC2(登録商標)”(非特許文献1)などのように、データセンター自体を物理的な施設や設備を意識せずに仮想的に扱うことができるようになっている。このようなデータセンターでは、ユーザは、API(Application Programming Interface)やこれを用いたコマンドを利用して、インスタンス(OSなどを含む仮想サーバ)の起動や増設を行うことができる。データセンターに対するアクセスがAPI化されることにより、これをソフトウェアプログラムから利用することで、従来のデータセンターでは困難であった各サーバ間での連携などを伴う運用や制御を高度に自動化できる可能性がある。   On the other hand, in recent years, due to the evolution of cloud computing technology, for example, “Amazon EC2 (registered trademark)” (Non-Patent Document 1), the data center itself can be virtualized without being aware of physical facilities and equipment. Can be handled. In such a data center, a user can start up or add an instance (virtual server including an OS) using an API (Application Programming Interface) or a command using the API. Access to the data center will be converted into APIs, and by using this from a software program, there is a possibility that operation and control with cooperation between servers, which has been difficult with conventional data centers, can be highly automated. There is.

“Amazon Elastic Compute Cloud (Amazon EC2)”、[online]、Amazon Web Services LLC、インターネット<URL:http://aws.amazon.com/ec2/>“Amazon Elastic Compute Cloud (Amazon EC2)”, [online], Amazon Web Services LLC, Internet <URL: http://aws.amazon.com/ec2/>

“Amazon EC2”のようなクラウド技術によるデータセンターでは、ユーザは、主に起動しているインスタンスの数と利用時間によって課金される。従って、必要なときのみインスタンスを起動することができれば低コストとなるが、常時起動している状態での運用では従来のデータセンターと比較してかえって高コストとなる場合もある。インスタンスの起動は通常数分という短時間で行うことができるため、低コスト化を考えた場合に負荷に応じて細やかな制御を行うほうが望ましい。   In a data center using a cloud technology such as “Amazon EC2”, the user is charged mainly by the number of instances that are activated and the usage time. Therefore, if an instance can be activated only when necessary, the cost is low. However, in an operation in which the instance is always activated, the cost may be higher than that of a conventional data center. Starting an instance can usually be done in a short time of several minutes, so it is desirable to perform detailed control according to the load when considering cost reduction.

一方、インスタンスの起動・停止の細やかな制御を行う場合、稼働するアプリケーションのデプロイや、サービスの状態設定、機能やサービス毎の適切なインスタンス数の配分などの制御を人手で行うにはかなりのコストを要する。また、負荷の状況に応じて起動するサーバの台数や構成などを完全に自律制御によって調整することも技術的に困難である。   On the other hand, when fine control of starting and stopping of instances is performed, it is quite expensive to manually control the deployment of running applications, setting the status of services, and distributing the appropriate number of instances for each function and service. Cost. In addition, it is technically difficult to completely adjust the number and configuration of servers to be activated according to load conditions by autonomous control.

そこで本発明の目的は、クラウド環境での仮想的なデータセンターにおいて負荷の状況に応じた適切なシステム構成を容易かつ迅速に構築することが可能なデータセンター構成管理システムを提供することにある。本発明の前記ならびにその他の目的と新規な特徴は、本明細書の記述および添付図面から明らかになるであろう。   Accordingly, an object of the present invention is to provide a data center configuration management system capable of easily and quickly constructing an appropriate system configuration according to the load status in a virtual data center in a cloud environment. The above and other objects and novel features of the present invention will be apparent from the description of this specification and the accompanying drawings.

本願において開示される発明のうち、代表的なものの概要を簡単に説明すれば、以下のとおりである。   Of the inventions disclosed in this application, the outline of typical ones will be briefly described as follows.

本発明の代表的な実施の形態によるデータセンター構成管理システムは、クラウド環境におけるプログラミングインタフェースを有する仮想的なデータセンターに対して、サービスの負荷の予測状況に応じてシステム構成を変更するデータセンター構成管理システムであって、以下の特徴を有するものである。   A data center configuration management system according to a representative embodiment of the present invention is a data center configuration that changes a system configuration according to a predicted service load status for a virtual data center having a programming interface in a cloud environment. A management system having the following characteristics.

すなわち、データセンター構成管理システムは、前記データセンターのシステム構成のスナップショット、および前記データセンターの稼働時のスループットを取得して、前記スナップショットの情報と前記スループットの情報とを関連付けて構成データベースに保存する構成保存部と、前記データセンターにおけるスループットの予測状況に基づいて、前記構成データベースから処理可能なシステム構成を有する前記スナップショットを検索する構成検索部と、前記構成検索部によって検索された前記スナップショットのシステム構成に基づいて、前記プログラミングインタフェースを用いて前記データセンターを構築し、もしくは前記データセンターのシステム構成を変更する構成変更部とを有することを特徴とするものである。   That is, the data center configuration management system acquires a snapshot of the system configuration of the data center and the throughput during operation of the data center, and associates the snapshot information with the throughput information in the configuration database. A configuration storage unit to store, a configuration search unit to search for the snapshot having a system configuration that can be processed from the configuration database based on a predicted state of throughput in the data center, and the configuration search unit to search for the snapshot The data center is constructed using the programming interface based on a snapshot system configuration, or has a configuration changing unit that changes the system configuration of the data center.

本願において開示される発明のうち、代表的なものによって得られる効果を簡単に説明すれば以下のとおりである。   Among the inventions disclosed in the present application, effects obtained by typical ones will be briefly described as follows.

本発明の代表的な実施の形態によれば、稼働実績のある構成や検証済みの構成などについて、データセンターのシステム構成のスナップショットを稼働時のスループットの情報と関連付けて予め用意しておく。これにより、管理者等が負荷の予測状況に応じて迅速に最適なスナップショットを選択し、選択したスナップショットに基づいてデータセンターのシステム構成を容易に調整することが可能な仕組みを安価に実現することが可能となる。   According to a typical embodiment of the present invention, a snapshot of the system configuration of the data center is prepared in advance in association with throughput information during operation for configurations with proven operation and verified configurations. As a result, a mechanism that enables administrators to quickly select the optimal snapshot according to the load forecast status and easily adjust the data center system configuration based on the selected snapshot is realized at low cost. It becomes possible to do.

本発明の一実施の形態であるデータセンター構成管理システムの構成例の概要を示した図である。It is the figure which showed the outline | summary of the example of a structure of the data center structure management system which is one embodiment of this invention. 本発明の一実施の形態におけるスナップショットの情報を保持するデータセンターの構成パターンの例を示した図である。It is the figure which showed the example of the structure pattern of the data center holding the information of the snapshot in one embodiment of this invention. 本発明の一実施の形態における構成DBのデータ構成と具体的なデータの例を示した図である。It is the figure which showed the example of the data structure of the structure DB in one embodiment of this invention, and specific data.

以下、本発明の実施の形態を図面に基づいて詳細に説明する。なお、実施の形態を説明するための全図において、同一部には原則として同一の符号を付し、その繰り返しの説明は省略する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. Note that components having the same function are denoted by the same reference symbols throughout the drawings for describing the embodiment, and the repetitive description thereof will be omitted.

本発明の一実施の形態であるデータセンター構成管理システムは、上述した“Amazon EC2”のようなAPIを有するクラウド環境での仮想的なデータセンターに対して、負荷の予測状況に応じてシステム構成を容易に変更・調整することが可能な仕組みを実現するシステムである。   A data center configuration management system according to an embodiment of the present invention has a system configuration according to a load prediction situation for a virtual data center in a cloud environment having an API such as “Amazon EC2” described above. It is a system that realizes a mechanism that can be easily changed and adjusted.

例えば“Amazon EC2”では、インスタンス(仮想サーバ)の構成イメージであるAMI(Amazon Machine Image)を、クラウド環境でのストレージサービスである“Amazon S3”の仮想ストレージに保持することができる。また、“Amazon S3”に保持されているAMIから所望のものを選択し、選択したAMIを利用して“Amazon EC2”上でインスタンスを起動することができる。“Amazon EC2”では、このようなインスタンス管理(インスタンスの起動・停止、リソース管理)やストレージ管理を行ったり、クライアント端末から問い合わせを行ったりするためのいわゆるWeb APIが提供されている。   For example, in “Amazon EC2”, an AMI (Amazon Machine Image) that is a configuration image of an instance (virtual server) can be stored in a virtual storage of “Amason S3” that is a storage service in a cloud environment. Also, a desired one can be selected from the AMIs held in “Amason S3”, and an instance can be activated on “Amason EC2” using the selected AMI. “Amazon EC2” provides a so-called Web API for performing such instance management (starting / stopping of instances, resource management), storage management, and inquiries from client terminals.

このようなAPIを利用することで、上述したように、クラウド環境での仮想的なデータセンターについての運用を、プログラミングの技術を適用して高度に自動化し得ると考えられる。しかしながら、仮想サーバの台数や構成を負荷の予測状況に応じて完全に自動化して調整することは困難である。この要因としては、例えば、システムの構成には所定のルール(例えば、サーバの種別毎の台数比率や、必ず偶数台の構成とするなどの決まり)があり、これに従う必要があることが挙げられる。また、負荷の予測についても、ある程度自動的に予測する技術は既に存在するが、突発的なイベントの発生などの場合には限界があり、最終的には何らかの人の判断を要する場合が多いことも挙げられる。   By using such an API, it is considered that the operation of a virtual data center in a cloud environment can be highly automated by applying a programming technique as described above. However, it is difficult to fully automate and adjust the number and configuration of virtual servers according to the predicted load status. As this factor, for example, there are predetermined rules in the system configuration (for example, the ratio of the number of servers for each type of server or the determination of the configuration of an even number of servers), which must be followed. . In addition, there is already a technology to predict the load automatically to some extent, but there is a limit in cases such as sudden occurrence of events, and there is often a need for some kind of judgment in the end. Also mentioned.

そこで、本実施の形態のデータセンター構成管理システムでは、例えば、過去に本番環境で稼働実績のある構成や、性能テストにより処理パフォーマンスが検証済みの構成など、いくつかの構成について、各仮想サーバ等の構成イメージ(AMI等)についての情報を含む構成情報をスナップショットとして保持しておく。スナップショットの例としては、例えば、「過去最高トラフィックに耐えた構成」や、「テレビ放送直後を想定した構成」など、特徴的な負荷の状況に対応するような構成が考えられる。このような特徴的な構成を予め用意しておくことで、例えば、管理者やCIO(Chief Information Officer:最高情報責任者)などが迅速な判断を行うことを可能とする。   Therefore, in the data center configuration management system according to the present embodiment, for example, each virtual server or the like for several configurations such as a configuration that has been used in the production environment in the past and a configuration in which processing performance has been verified by a performance test. The configuration information including information about the configuration image (such as AMI) is held as a snapshot. As an example of the snapshot, for example, a configuration corresponding to a characteristic load situation such as “a configuration that can withstand the highest traffic ever” and “a configuration that is assumed immediately after television broadcasting” can be considered. By preparing such a characteristic configuration in advance, for example, an administrator or a CIO (Chief Information Officer) can make a quick decision.

なお、クラウド環境での仮想的なデータセンターの大きな利点の一つとして、一時的に本番環境と同等の規模を含む種々のレベル・構成のテスト環境を柔軟に構築することができることが挙げられる。従って、例えば、一時的に本番環境相当のテスト環境を構築し、性能テスト等を行って十分な検証を行った際の構成に係るスナップショットを得て保持しておくことができる。   One of the major advantages of a virtual data center in a cloud environment is that a test environment of various levels and configurations including a scale equivalent to that of a production environment can be flexibly constructed. Therefore, for example, a test environment equivalent to the production environment can be temporarily constructed, and a snapshot related to the configuration when a sufficient verification is performed by performing a performance test or the like can be obtained and held.

本実施の形態のデータセンター構成管理システムを利用することにより、例えば、金融取引系のサービスを提供するデータセンターにおいて、前日のニューヨーク市場の動向から特定のサービスへの負荷が高くなることが予想される場合に、負荷の状況に応じて対応可能なスナップショットを選択し、これに基づいてデータセンターのシステム構成を変更することによって、サーバ数を増強したりサーバ数のバランスを調整したりといった制御を容易かつ低コストで迅速に行うことが可能となる。   By using the data center configuration management system of the present embodiment, for example, in a data center that provides a financial transaction service, it is expected that the load on a specific service will increase from the trend of the New York market on the previous day. Control the number of servers and adjust the balance of the number of servers by selecting a snapshot that can be handled according to the load status and changing the data center system configuration based on the selected snapshot. Can be performed easily, quickly and at low cost.

また、例えば、通常は自社が運用するデータセンターにてサービスを提供しているが、大手企業の経営破綻のニュースなど突発的な負荷の上昇が予想されるような場合には“Amazon EC2”などの外部ベンダのクラウド環境による仮想的なデータセンターを一時的に利用してリソースを増強し、負荷を分散させるといったような制御を行うことも可能となる。   In addition, for example, if the service is usually provided at the data center operated by the company, but sudden increase in load is expected, such as news of a major company's management failure, "Amazon EC2" etc. It is possible to temporarily control a virtual data center based on a cloud environment of an external vendor to increase the resources and distribute the load.

[システム構成]
図1は、本発明の一実施の形態であるデータセンター構成管理システムの構成例の概要を示した図である。データセンター(DC)構成管理システム100は、サーバやPC(Personal Computer)等のコンピュータシステムによって構成され、インターネット等を介して“Amazon EC2”等によるクラウド200における仮想的なデータセンターにアクセスすることができるシステムである。
[System configuration]
FIG. 1 is a diagram showing an outline of a configuration example of a data center configuration management system according to an embodiment of the present invention. The data center (DC) configuration management system 100 is configured by a computer system such as a server or a PC (Personal Computer), and can access a virtual data center in the cloud 200 using “Amazon EC2” or the like via the Internet or the like. It is a system that can.

DC構成管理システム100は、例えば、ソフトウェアプログラムによって実装される構成保存部110、構成検索部120、構成変更部130、および承認部140の各部と、構成DB102のデータベース、およびクラウド200における仮想的なデータセンターのシステム構成についてのスナップショット101を有する。   The DC configuration management system 100 includes, for example, a configuration storage unit 110 implemented by a software program, a configuration search unit 120, a configuration change unit 130, and an approval unit 140, a database of the configuration DB 102, and a virtual in the cloud 200. It has a snapshot 101 of the data center system configuration.

構成保存部110は、さらにスループット取得部111、およびスナップショット取得部112を有し、クラウド200におけるデータセンターのシステム構成および稼働時のスループットの情報を取得して保存する機能を有する。   The configuration storage unit 110 further includes a throughput acquisition unit 111 and a snapshot acquisition unit 112, and has a function of acquiring and storing information on the data center system configuration and operation throughput in the cloud 200.

スループット取得部111は、クラウド200におけるデータセンター(例えば、図中の本番環境#1(201)やテスト環境#1(211))から稼働時のスループットの情報を取得する機能を有する。ここで、スループット取得部111が取得するスループットには、クラウド200における仮想的なデータセンターから上述のAPIを使用して取得することができるスループット(例えばCPU(Central Processing Unit)利用率など基盤レベルのもの)や、仮想サーバ上で稼動するアプリケーションレベルでのスループット(例えば、Webサーバにおける1秒あたりの画面表示数や、アプリケーション(APL)サーバにおける1秒あたりの処理件数、データベース(DB)サーバにおける1秒あたりのSQL処理件数など)など、適切なデータセンターの構成を判断するためのキーとなる指標が含まれる。   The throughput acquisition unit 111 has a function of acquiring throughput information during operation from a data center in the cloud 200 (for example, production environment # 1 (201) or test environment # 1 (211) in the figure). Here, the throughput acquired by the throughput acquisition unit 111 is a basic level such as a throughput (for example, a CPU (Central Processing Unit) usage rate) that can be acquired from a virtual data center in the cloud 200 using the above-described API. ), Throughput at the application level running on the virtual server (for example, the number of screen displays per second on the Web server, the number of processing per second on the application (APL) server, 1 on the database (DB) server) Index that serves as a key for determining an appropriate data center configuration, such as the number of SQL processes per second).

なお、アプリケーションレベルでのスループットを取得するためには、例えば、仮想サーバ上にスループット取得用のプログラムを稼働させて当該プログラムからスループットを取得してもよいし、スループット取得部111が仮想サーバ上のアプリケーションログ等を取得して解析することによって取得してもよい。   In order to acquire the throughput at the application level, for example, a throughput acquisition program may be operated on the virtual server to acquire the throughput from the program, or the throughput acquisition unit 111 may be on the virtual server. You may acquire by acquiring and analyzing an application log etc.

また、スナップショット取得部112は、スループット取得部111がスループットを取得した対象のデータセンターのシステム構成についてのスナップショットを取得する機能を有する。取得したスナップショットはスナップショット101としてシステムに保持する。なお、スナップショット101は、例えば、システムの構成情報として、起動している各仮想サーバの種類と台数や、各仮想サーバについてのAMI等の構成イメージに対するIDなどの情報を含む。また、アプリケーションやサービスの設定情報として、各仮想サーバにおいて起動するアプリケーションの種類やサービスの状態・モードの設定等の情報を含む。このスナップショット101は、例えばDC構成管理システム100上でファイル等として保持される。   The snapshot acquisition unit 112 has a function of acquiring a snapshot of the system configuration of the target data center from which the throughput acquisition unit 111 has acquired the throughput. The acquired snapshot is held in the system as the snapshot 101. Note that the snapshot 101 includes, as system configuration information, information such as the type and number of each virtual server that is running and an ID for a configuration image such as AMI for each virtual server. In addition, the application and service setting information includes information such as the type of application to be activated in each virtual server and the setting of the service state / mode. The snapshot 101 is held as a file or the like on the DC configuration management system 100, for example.

また、各スナップショット101の情報(スナップショット101を識別するID等)は、対応するデータセンターのスループットの情報と関連付けて構成DB102に保存される。図1の例では、例えば、本番環境#1(201)の構成について、2009年9月1日にスナップショットを取得し、そのときのユーザアクセスに伴うスループットを合わせて取得して、これらの情報をスナップショット101および構成DB102に保持する。同様に、2009年9月15日にクラウド200上にテスト環境#1(211)を構築して性能テストを行い、そのときのスナップショットとスループットを合わせて取得して、スナップショット101および構成DB102に保持する。構成DB102の内容については後述する。   Further, information of each snapshot 101 (ID etc. for identifying the snapshot 101) is stored in the configuration DB 102 in association with the throughput information of the corresponding data center. In the example of FIG. 1, for example, for the configuration of the production environment # 1 (201), a snapshot is acquired on September 1, 2009, and the throughput associated with the user access at that time is also acquired. Are stored in the snapshot 101 and the configuration DB 102. Similarly, on September 15, 2009, a test environment # 1 (211) is built on the cloud 200 and a performance test is performed. The snapshot and the configuration DB 102 are acquired together with the snapshot and the throughput at that time. Hold on. The contents of the configuration DB 102 will be described later.

構成検索部120は、構成DB102に保持されたスナップショット101、および対応するスループットの情報から、クラウド200によるデータセンターにおいて予想される負荷(スループット)の状況に応じて、適した(処理可能な)構成を有するスナップショット101を検索する機能を有する。当該検索機能は、例えば、図示しないWebサーバプログラム上で稼動するWebアプリケーションとして実装され、データセンターの運用担当者等のクライアント端末である運用担当者端末300上の図示しないWebブラウザからネットワーク経由でアクセスされる。   The configuration search unit 120 is suitable (can be processed) according to the situation of the load (throughput) expected in the data center by the cloud 200 from the snapshot 101 held in the configuration DB 102 and the corresponding throughput information. It has a function of searching for a snapshot 101 having a configuration. The search function is implemented as, for example, a Web application that runs on a Web server program (not shown), and is accessed via a network from a Web browser (not shown) on the operation person terminal 300 that is a client terminal such as a data center operator. Is done.

運用担当者等は、例えば、前日の市場の動向や種々のニュース等に基づいてトラフィック量やその種類の集中度合いなどの負荷(スループット)の状況を予測し、構成DB102に保持された各スナップショット101のスループットの情報に基づいて適切なスナップショット101を検索して選択する。なお、例えば、負荷の予測が自動で可能な場合(例えば、「毎月××日はトラフィックが3割増になる」等の規則性が既知である場合や、負荷予測システム等により過去のトラフィック量に基づいて自動である程度の負荷の予測が可能な場合)については、負荷の予測情報に基づいて適切なスナップショット101を自動で選択するようにしてもよい。   For example, the operation person or the like predicts the load (throughput) status such as the traffic volume and the concentration level of the type based on the market trend of the previous day, various news, and the like, and stores each snapshot held in the configuration DB 102. An appropriate snapshot 101 is searched and selected based on the throughput information of 101. In addition, for example, when the load prediction is automatically possible (for example, when regularity such as “monthly xx day increases traffic by 30%” is known, or when the load traffic is estimated by the load prediction system etc. When a certain amount of load can be predicted automatically based on the above), an appropriate snapshot 101 may be automatically selected based on the load prediction information.

構成変更部130は、さらに構成修正部131、および構成適用部132を有し、クラウド200におけるデータセンターに対して、構成検索部120によって検索・選定されたスナップショット101の構成を適用してシステムの構成を変更する機能を有する。構成修正部131は、構成検索部120によって検索・選定されたスナップショット101の構成に対して、自動もしくは運用担当者端末300を介した運用担当者等からの指示に基づいて構成情報を修正する機能を有する。例えば、テスト環境のスナップショット101における構成情報(IPアドレス等)は、本番環境にそのまま適用することができず、修正が必要な場合があるためである。   The configuration changing unit 130 further includes a configuration correcting unit 131 and a configuration applying unit 132, and applies the configuration of the snapshot 101 searched and selected by the configuration searching unit 120 to the data center in the cloud 200. It has a function to change the configuration. The configuration correction unit 131 corrects the configuration information with respect to the configuration of the snapshot 101 searched and selected by the configuration search unit 120 based on an instruction from an operation person or the like automatically or via the operation person terminal 300. It has a function. For example, the configuration information (such as the IP address) in the snapshot 101 of the test environment cannot be applied as it is to the production environment and may need to be corrected.

また、本実施の形態では構成検索部120によって検索・選定されたスナップショット101に対してサーバの台数を増減したり種類を変更したりなどの修正を加えられるようにしてもよい。このとき、例えば、構成検索部120ではベースとなるスナップショット101を検索しておき、当該スナップショット101の構成に対して、負荷の予測状況に応じてサーバの増減数等を構成修正部131が自動で算出するようにしてもよい。   In the present embodiment, the snapshot 101 searched and selected by the configuration search unit 120 may be modified such as increasing or decreasing the number of servers or changing the type. At this time, for example, the configuration search unit 120 searches for the snapshot 101 serving as a base, and the configuration correction unit 131 indicates the number of increase / decrease of the server in accordance with the predicted load status for the configuration of the snapshot 101. It may be calculated automatically.

構成適用部132は、構成修正部131によって修正されたスナップショット101の構成に基づいてAPI等を使用してクラウド200にデータセンター(例えば、テスト環境#1(211)と同等の構成を有する本番環境#2(202))を構築し、もしくは構成を変更する機能を有する。   The configuration application unit 132 uses the API or the like based on the configuration of the snapshot 101 corrected by the configuration correction unit 131 in the cloud 200 and has a configuration equivalent to that of the data center (for example, test environment # 1 (211)). Environment # 2 (202)) has a function of constructing or changing the configuration.

具体的な処理としては、例えば、修正されたスナップショット101の内容に基づいてAPIを使用してクラウド200に必要なインスタンスを起動し、各インスタンスの仮想サーバにログインして起動用スクリプトを転送して実行する。起動用スクリプトでは、クラウド200上の仮想ストレージをマウントし、格納されているアプリケーションを起動してサービスを開始するなどの処理を行ってサービスの提供を開始する。構成を縮小する場合等では不要なインスタンスを停止する処理も行う。   As specific processing, for example, an instance necessary for the cloud 200 is started using an API based on the contents of the modified snapshot 101, and a startup script is transferred by logging into the virtual server of each instance. And execute. In the startup script, the provision of the service is started by mounting the virtual storage on the cloud 200, starting the stored application, and starting the service. When the configuration is reduced, an unnecessary instance is also stopped.

なお、構成検索部120によって検索・選定されたスナップショット101について、運用担当者等が構成修正部131によって修正してそのまま構成適用部132によって適用するのではなく、管理者やCIOによる適用・変更の承認を得てから適用するようにしてもよい。その際、例えば、構成修正部131は、修正後のスナップショット101について承認部140での承認を得ていなければ構成適用部132に受け渡せないようにする。   It should be noted that the snapshot 101 searched and selected by the configuration search unit 120 is not corrected by the operation person or the like by the configuration correction unit 131 and applied as it is by the configuration application unit 132, but is applied or changed by an administrator or CIO. You may make it apply after obtaining approval. At this time, for example, the configuration correcting unit 131 does not allow the modified snapshot 101 to be transferred to the configuration applying unit 132 unless it has been approved by the approval unit 140.

承認部140は、管理者等のクライアント端末である管理者端末400から、修正後のスナップショット101についての適用の承認を受け付ける機能を有する。承認については、例えば、ワンタイムパスワードなど、管理者等の権限を有する者のみが承認処理を行えるような仕組みを使用する。なお、管理者端末400は、DC構成管理システム100と同一サイトにあるとは限らないため、PC等の端末に限らず携帯電話等のモバイル端末を利用したアクセスを可能とするのが望ましい。   The approval unit 140 has a function of accepting application approval for the modified snapshot 101 from the administrator terminal 400 which is a client terminal such as an administrator. For the approval, for example, a mechanism such as a one-time password is used so that only an authorized person such as an administrator can perform the approval process. Note that the administrator terminal 400 is not necessarily located at the same site as the DC configuration management system 100, so it is desirable to enable access using a mobile terminal such as a mobile phone as well as a terminal such as a PC.

以上に示したように、本実施の形態のDC構成管理システム100は、クラウド200によるデータセンターにおいて、例えば負荷の状況が特徴的ないくつかの構成について、構成保存部110がスループットとスナップショット101を取得して、スナップショット101の情報をスループットと関連付けて構成DB102に保持しておく。構成DB102に保持されたスナップショット101の情報から、運用担当者等が負荷の予測状況に基づいて適切なスナップショット101を検索・選定し、承認部140による管理者等からの承認を得た後に、構成変更部130によって、検索・選定されたスナップショット101の構成情報に基づいてクラウド200のデータセンターの構成をAPI等を使用して自動的に変更する。   As described above, in the DC configuration management system 100 according to the present embodiment, in the data center using the cloud 200, for example, the configuration storage unit 110 performs throughput and snapshot 101 for several configurations that are characterized by a load situation. And the information of the snapshot 101 is stored in the configuration DB 102 in association with the throughput. After the person in charge of operation searches and selects an appropriate snapshot 101 based on the load prediction status from the information of the snapshot 101 held in the configuration DB 102, and obtains approval from the administrator by the approval unit 140 Then, the configuration change unit 130 automatically changes the configuration of the data center of the cloud 200 using an API or the like based on the configuration information of the snapshot 101 searched and selected.

[スナップショットの構成パターン]
図2は、スナップショット101の情報を保持するデータセンターの構成パターンの例を示した図である。上段の図は、クラウド200によるデータセンターにおける最小構成の例を示している。図2の例では、データセンターは、Webサーバ、アプリケーション(APL)サーバ、およびデータベース(DB)サーバからなるいわゆる3層構成を有するWebシステムを稼働させており、最小構成では、Webサーバが6台、APLサーバが3台、DBサーバが1台の構成であることを示している。
[Snapshot configuration pattern]
FIG. 2 is a diagram illustrating an example of a configuration pattern of a data center that holds information of the snapshot 101. The upper diagram shows an example of the minimum configuration in the data center using the cloud 200. In the example of FIG. 2, the data center operates a web system having a so-called three-tier configuration including a web server, an application (APL) server, and a database (DB) server, and in the minimum configuration, there are six web servers. , It shows that the APL server has three units and the DB server has one unit.

中段の図は、最小構成に対して各サーバを増強して、APLサーバおよびDBサーバを、例えば業務系と情報系に分離して処理能力を強化した場合の構成例を示している。この業務系・情報系分離の構成では、Webサーバを9台に増強し、APLサーバを3台増強して業務系と情報系に分離し、同様にDBサーバを1台増強して業務系と情報系に分離している。このように、最小構成に対して単純に台数を増やして増強するのではなく、例えば、負荷の特性に応じて処理系統毎にAPLサーバおよびDBサーバを分離して個別に増強する構成を用意しておくことが可能である。   The middle diagram shows a configuration example in which each server is augmented with respect to the minimum configuration, and the APL server and the DB server are separated into, for example, a business system and an information system to enhance the processing capability. In this business system / information system separation configuration, the number of Web servers is increased to nine, the number of APL servers is increased to three to separate the business system and the information system, and similarly, the number of DB servers is increased to one business system. Separated into information systems. In this way, instead of simply increasing the number of units to increase the minimum configuration, for example, prepare a configuration that separates and separately increases the APL server and DB server for each processing system according to the characteristics of the load. It is possible to keep.

下段の図は、最小構成に対してWebサーバを増強して、コンテンツの参照に対する処理能力を強化した場合の構成例を示している。この参照強化の構成では、Webサーバを倍の12台に増強している。この構成は、例えば新製品を発表した後など、静的なコンテンツを参照するユーザが多いと想定される場合等に選択することができる。このように、負荷の特性に応じてサーバの種別毎に個別に増強する構成を用意しておくことも可能である。   The lower diagram shows a configuration example when the Web server is augmented with respect to the minimum configuration and the processing capability for content reference is enhanced. In this reference strengthening configuration, the number of Web servers is doubled to 12 units. This configuration can be selected when it is assumed that there are many users who refer to static content, for example, after a new product is announced. In this way, it is possible to prepare a configuration that individually increases for each type of server according to the load characteristics.

[データ構成]
図3は、構成DB102のデータ構成と具体的なデータの例を示した図である。構成DB102は、データセンターの構成のスナップショット101の情報を対応する構成のスループットの情報と関連付けて保持するデータベースであり、例えば、構成ID、構成名、スナップショット、本番運用時スループット、テスト時スループット、備考などの各項目を有する。
[Data structure]
FIG. 3 is a diagram illustrating a data configuration of the configuration DB 102 and an example of specific data. The configuration DB 102 is a database that holds the information of the snapshot 101 of the configuration of the data center in association with the information of the throughput of the corresponding configuration. For example, the configuration ID, configuration name, snapshot, production operation throughput, test throughput , Each item such as remarks.

構成IDおよび構成名の項目は、それぞれスナップショット101に係るデータセンターの構成を識別するIDおよび名称を保持する。構成IDの項目は、例えば構成保存部110が自動で採番する。構成名の項目は、運用担当者等が、各構成の特徴を認識し易い名称を設定することができる。   The items of the configuration ID and the configuration name hold an ID and a name for identifying the configuration of the data center related to the snapshot 101, respectively. The configuration ID item is automatically numbered by the configuration storage unit 110, for example. In the item of the configuration name, an operation person or the like can set a name that makes it easy to recognize the characteristics of each configuration.

スナップショットの項目は、対象となるスナップショット101を識別する情報(スナップショットID)である。なお、図3の例では、当該識別情報の内容自体によってスナップショット101(およびスループット)を取得した日付(例えば“最小構成”の場合は“2008年1月1日”等)を特定可能としているが、スナップショット101を取得した日付を別途構成DB102の項目として有するようにしてもよい。本実施の形態では、スナップショット101をファイル等としてDC構成管理システム100に保持し、その識別情報を構成DB102に保持する構成としているが、スナップショット101自体を構成DB102に保持する構成としてもよい。   The snapshot item is information (snapshot ID) for identifying the target snapshot 101. In the example of FIG. 3, it is possible to specify the date (for example, “January 1, 2008” in the case of “minimum configuration”) when the snapshot 101 (and throughput) is acquired by the content of the identification information itself. However, the date when the snapshot 101 is acquired may be included as an item in the configuration DB 102 separately. In the present embodiment, the snapshot 101 is stored as a file or the like in the DC configuration management system 100 and the identification information is stored in the configuration DB 102. However, the snapshot 101 itself may be stored in the configuration DB 102. .

本番運用時スループットおよびテスト時スループットの項目は、それぞれ対象のスナップショット101に係るデータセンターの構成を本番環境で運用した際のスループットの実測値と、テスト環境で性能テストを行った際のスループットの実測値の情報を保持する。   The items of the throughput at the time of production operation and the throughput at the time of test are respectively the measured value of the throughput when the data center configuration related to the target snapshot 101 is operated in the production environment and the throughput when the performance test is performed in the test environment. Holds measured value information.

ここで、図3の例では、スループットとしては、PV/s(Page View/sec:Webサーバによる1秒あたりの画面表示の回数)と、Tran/s(Transaction/sec:APLサーバによる1秒あたりの処理件数)と、SQL/s(SQL/sec:DBサーバによる1秒あたりのSQL処理件数)の3種類の指標を設定している。本実施の形態では、PV/s、Tran/sおよびSQL/sの各指標は、それぞれ、Webサーバ、APLサーバおよびDBサーバの台数に依存するという前提を採用しているため、これらの指標から各サーバの台数等を決定することができるが、各サーバの台数等を決定することができる指標であれば、PV/sやTran/sの指標に限らず他の指標を用いてもよい。また、これらの指標に加えて、例えば、CPU使用率(システムの余裕度)や、TAT(Turn Around Time)の平均値・最大値などの指標をさらに設定するようにしてもよい。   Here, in the example of FIG. 3, the throughputs are PV / s (Page View / sec: the number of screen displays per second by the Web server) and Trans / s (Transaction / sec: per second by the APL server). And three types of indexes are set: SQL / sec (SQL / sec: number of SQL processes per second by the DB server). In this embodiment, the PV / s, Tran / s, and SQL / s indexes are based on the assumption that they depend on the number of Web servers, APL servers, and DB servers, respectively. The number of servers and the like can be determined, but other indicators may be used as long as they are indices that can determine the number of servers and the like. In addition to these indices, for example, indices such as the CPU usage rate (system margin) and the average value / maximum value of TAT (Turn Around Time) may be further set.

備考の項目は、各構成(スナップショット101)についての内容を説明する記述を保持する。この情報により、運用担当者は各スナップショット101の特徴等を把握することができるため検索が容易となる。   The item of remarks holds a description explaining the contents of each configuration (snapshot 101). With this information, the person in charge of operation can grasp the characteristics and the like of each snapshot 101, so that the search becomes easy.

なお、図3の例において、“情報系強化”の構成については本番運用時スループットの項目に値が設定されていないが、これは、当該構成についてのスループットはテスト環境における性能テストにより確認しているのみであり、当該構成は未だ本番環境での稼働を行っていない状態であることを示している。   In the example of FIG. 3, no value is set in the item of “throughput during production operation” for the configuration of “enhancement of information system”, but this is confirmed by a performance test in the test environment. This indicates that the configuration has not yet been operated in a production environment.

図3に示したような構成DB102から、構成検索部120が負荷の予測状況に応じて適切な構成(スナップショット101)を検索する際に、運用担当者は、負荷の予測としてPV/sおよびTran/sの指標の値をそれぞれ予測して構成検索部120に指示する。構成検索部120は、指示されたPV/sおよびTran/sの値を全てクリアする構成を有するものを検索結果として提示する。このとき、例えば、検索結果について課金される料金が低い順などで優先順位をつけて提示し、その中から運用担当者が選定するようにしてもよいし、課金される料金が最も低い構成等を自動的に選定するようにしてもよい。   When the configuration retrieval unit 120 retrieves an appropriate configuration (snapshot 101) from the configuration DB 102 as illustrated in FIG. 3 according to the load prediction status, the operator in charge uses PV / s and PV / s as load predictions. Each of the index values of Tran / s is predicted and instructed to the configuration search unit 120. The configuration search unit 120 presents a search result having a configuration that clears all the instructed PV / s and Tran / s values. At this time, for example, the search results may be presented in priority order in ascending order of charges to be charged, and the person in charge may select from among them, or the structure in which the charges to be charged are the lowest, etc. May be selected automatically.

以上に説明したように、本発明の一実施の形態であるDC構成管理システム100によれば、APIを有するクラウド200での仮想的なデータセンターにおいて、例えば、過去に本番環境で稼働実績のある構成や、性能テストにより処理パフォーマンスが検証済みの構成など、負荷の状況が特徴的ないくつかの構成について、構成保存部110がスループットとスナップショット101を取得して、スナップショット101の情報をスループットと関連付けて構成DB102に保持しておく。   As described above, according to the DC configuration management system 100 according to an embodiment of the present invention, in a virtual data center in the cloud 200 having an API, for example, there has been a past operation record in a production environment. The configuration storage unit 110 obtains the throughput and the snapshot 101 for some configurations with characteristic load conditions, such as the configuration and the configuration whose processing performance has been verified by the performance test. And stored in the configuration DB 102.

さらに、構成DB102に保持されたスナップショット101の情報から、運用担当者等が負荷の予測状況に基づいて適切なスナップショット101を検索・選定し、検索・選定された構成情報に基づいて、構成変更部130がクラウド200のデータセンターの構成をAPI等を使用して自動的に変更する。   Furthermore, from the information of the snapshot 101 held in the configuration DB 102, an operation person or the like searches for and selects an appropriate snapshot 101 based on the predicted load state, and configures the configuration based on the searched / selected configuration information. The changing unit 130 automatically changes the configuration of the data center of the cloud 200 using an API or the like.

このように、データセンターにおいて負荷の状況が特徴的な構成を候補として予め用意しておくことで、運用担当者および管理者やCIO等が、負荷の予測状況に応じて迅速に最適なスナップショット101を選択することができる。また、負荷の予測状況に応じて選択されたスナップショット101に基づいてデータセンターのシステム構成を容易に変更・調整することが可能な仕組みを安価に実現することが可能となる。   In this way, by preparing in advance the configuration with a characteristic load situation in the data center as a candidate, the operation staff, administrator, CIO, etc. can quickly and optimally snapshot according to the load forecast situation. 101 can be selected. In addition, a mechanism that can easily change and adjust the system configuration of the data center based on the snapshot 101 selected according to the predicted load state can be realized at low cost.

以上、本発明者によってなされた発明を実施の形態に基づき具体的に説明したが、本発明は前記実施の形態に限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能であることはいうまでもない。   As mentioned above, the invention made by the present inventor has been specifically described based on the embodiment. However, the present invention is not limited to the embodiment, and various modifications can be made without departing from the scope of the invention. Needless to say.

本発明は、クラウドコンピューティングにより仮想化されたデータセンターにおける仮想サーバ等の構成を管理するデータセンター構成管理システムに利用可能である。   The present invention is applicable to a data center configuration management system that manages the configuration of a virtual server or the like in a data center virtualized by cloud computing.

100…データセンター(DC)構成管理システム、101…スナップショット、102…構成DB、110…構成保存部、111…スループット取得部、112…スナップショット取得部、120…構成検索部、130…構成変更部、131…構成修正部、132…構成適用部、140…承認部、
200…クラウド、201…本番環境#1、202…本番環境#2、211…テスト環境#1、
300…運用担当者端末、
400…管理者端末。
DESCRIPTION OF SYMBOLS 100 ... Data center (DC) configuration management system, 101 ... Snapshot, 102 ... Configuration DB, 110 ... Configuration storage part, 111 ... Throughput acquisition part, 112 ... Snapshot acquisition part, 120 ... Configuration search part, 130 ... Configuration change , 131 ... configuration correction unit, 132 ... configuration application unit, 140 ... approval unit,
200 ... Cloud, 201 ... Production environment # 1, 202 ... Production environment # 2, 211 ... Test environment # 1,
300 ... operation staff terminal,
400: Administrator terminal.

Claims (6)

クラウド環境におけるプログラミングインタフェースを有する仮想的なデータセンターに対して、サービスの負荷の予測状況に応じてシステム構成を変更するデータセンター構成管理システムであって、
前記データセンターのシステム構成のスナップショット、および前記データセンターの稼働時のスループットを取得して、前記スナップショットの情報と前記スループットの情報とを関連付けて構成データベースに保存する構成保存部と、
前記データセンターにおけるスループットの予測状況に基づいて、前記構成データベースから処理可能なシステム構成を有する前記スナップショットを検索する構成検索部と、
前記構成検索部によって検索された前記スナップショットのシステム構成に基づいて、前記プログラミングインタフェースを用いて前記データセンターを構築し、もしくは前記データセンターのシステム構成を変更する構成変更部とを有することを特徴とするデータセンター構成管理システム。
A data center configuration management system that changes a system configuration according to a predicted service load status for a virtual data center having a programming interface in a cloud environment,
A configuration storage unit for acquiring a snapshot of the system configuration of the data center and throughput during operation of the data center, and storing the snapshot information and the throughput information in a configuration database;
A configuration retrieval unit that retrieves the snapshot having a system configuration that can be processed from the configuration database, based on a predicted state of throughput in the data center;
A configuration change unit configured to construct the data center using the programming interface or to change the system configuration of the data center based on the system configuration of the snapshot searched by the configuration search unit; Data center configuration management system.
請求項1に記載のデータセンター構成管理システムにおいて、
前記スナップショットは、前記データセンターにおいて稼働するサーバの構成イメージ、および前記サーバの種類と台数の情報、および前記サーバにおいて稼働するアプリケーションもしくはサービスの設定情報を含むことを特徴とするデータセンター構成管理システム。
In the data center configuration management system according to claim 1,
The snapshot includes a configuration image of a server operating in the data center, information on the type and number of servers, and setting information on an application or service operating on the server. .
請求項1または2に記載のデータセンター構成管理システムにおいて、
前記スループットは、前記データセンターのサーバ上で稼働するアプリケーションもしくはサービスに係るものを含むことを特徴とするデータセンター構成管理システム。
In the data center configuration management system according to claim 1 or 2,
The data center configuration management system according to claim 1, wherein the throughput includes an application or a service running on a server of the data center.
請求項3に記載のデータセンター構成管理システムにおいて、
前記スループットは、前記データセンターにおけるWebサーバによる単位時間あたりの画面表示の回数と、アプリケーションサーバによる単位時間あたりの処理件数と、DBサーバによる単位時間あたりのSQL処理件数のうちの少なくとも1つを含むことを特徴とするデータセンター構成管理システム。
In the data center configuration management system according to claim 3,
The throughput includes at least one of the number of screen display times per unit time by the Web server in the data center, the number of processing cases per unit time by the application server, and the number of SQL processing cases per unit time by the DB server. A data center configuration management system characterized by that.
請求項1〜4のいずれか1項に記載のデータセンター構成管理システムにおいて、
前記構成変更部は、前記構成検索部によって検索された前記スナップショットのシステム構成に対して修正した上で前記データセンターを構築し、もしくは前記データセンターのシステム構成を変更することを特徴とするデータセンター構成管理システム。
In the data center configuration management system according to any one of claims 1 to 4,
The configuration change unit corrects the system configuration of the snapshot searched by the configuration search unit, and then constructs the data center or changes the system configuration of the data center. Center configuration management system.
請求項1〜5のいずれか1項に記載のデータセンター構成管理システムにおいて、
さらに、前記構成変更部による、前記構成検索部によって検索された前記スナップショットのシステム構成に基づく、前記データセンターの構築、もしくは前記データセンターのシステム構成の変更に対して承認を受け付ける承認部を有することを特徴とするデータセンター構成管理システム。
In the data center configuration management system according to any one of claims 1 to 5,
And an approval unit that receives approval for the construction of the data center or the change of the system configuration of the data center based on the system configuration of the snapshot searched by the configuration search unit by the configuration change unit. A data center configuration management system characterized by that.
JP2009268602A 2009-11-26 2009-11-26 Data center configuration management system Active JP5541908B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009268602A JP5541908B2 (en) 2009-11-26 2009-11-26 Data center configuration management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009268602A JP5541908B2 (en) 2009-11-26 2009-11-26 Data center configuration management system

Publications (2)

Publication Number Publication Date
JP2011113267A true JP2011113267A (en) 2011-06-09
JP5541908B2 JP5541908B2 (en) 2014-07-09

Family

ID=44235560

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009268602A Active JP5541908B2 (en) 2009-11-26 2009-11-26 Data center configuration management system

Country Status (1)

Country Link
JP (1) JP5541908B2 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012073985A (en) * 2010-09-30 2012-04-12 Internatl Business Mach Corp <Ibm> Method for managing snapshot of virtual server, and device for embodying the method
JP2012256165A (en) * 2011-06-08 2012-12-27 Ntt Data Corp Computer system, virtual machine data arrangement method and program
WO2013027332A1 (en) * 2011-08-25 2013-02-28 日本電気株式会社 Information processing device, information processing method, and program
JP2015506526A (en) * 2012-02-06 2015-03-02 エンパイア テクノロジー ディベロップメント エルエルシー Maintain application performance when transferring between cloud services
US8984126B2 (en) 2011-11-09 2015-03-17 Nec Corporation Service collaboration device, service collaboration method, and computer-readable recording medium
CN104781783A (en) * 2012-08-28 2015-07-15 云思易有限责任公司 Integrated computing platform deployed in an existing computing environment
US9195419B2 (en) 2013-11-07 2015-11-24 Seiko Epson Corporation Print control system
JP2017111761A (en) * 2015-12-18 2017-06-22 エヌ・ティ・ティ・コミュニケーションズ株式会社 Container storage device, container creation method and program

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003196125A (en) * 2001-12-28 2003-07-11 Ns Solutions Corp Performance evaluation information management device, performance evaluation device, performance evaluation information management method, performance evaluation method, storage medium and program
JP2005128866A (en) * 2003-10-24 2005-05-19 Hitachi Ltd Computer unit and method for controlling computer unit
JP2005165673A (en) * 2003-12-02 2005-06-23 Ns Solutions Corp Performance monitoring system, management server device, information processing method and program
JP2005196602A (en) * 2004-01-09 2005-07-21 Hitachi Ltd System configuration changing method in unshared type database management system
JP2007048315A (en) * 2006-10-20 2007-02-22 Hitachi Ltd System, method, and program for resource assignment
JP2007213286A (en) * 2006-02-09 2007-08-23 Hitachi Ltd System device
JP2007220064A (en) * 2006-01-17 2007-08-30 Hitachi Ltd Controller and method of controlling information system
JP2008171235A (en) * 2007-01-12 2008-07-24 Nec Corp System configuration change rule generation system, method and program
JP2009245409A (en) * 2008-04-01 2009-10-22 Nec Corp Automatic resource configuration system and method, and management terminal for the same

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003196125A (en) * 2001-12-28 2003-07-11 Ns Solutions Corp Performance evaluation information management device, performance evaluation device, performance evaluation information management method, performance evaluation method, storage medium and program
JP2005128866A (en) * 2003-10-24 2005-05-19 Hitachi Ltd Computer unit and method for controlling computer unit
JP2005165673A (en) * 2003-12-02 2005-06-23 Ns Solutions Corp Performance monitoring system, management server device, information processing method and program
JP2005196602A (en) * 2004-01-09 2005-07-21 Hitachi Ltd System configuration changing method in unshared type database management system
JP2007220064A (en) * 2006-01-17 2007-08-30 Hitachi Ltd Controller and method of controlling information system
JP2007213286A (en) * 2006-02-09 2007-08-23 Hitachi Ltd System device
JP2007048315A (en) * 2006-10-20 2007-02-22 Hitachi Ltd System, method, and program for resource assignment
JP2008171235A (en) * 2007-01-12 2008-07-24 Nec Corp System configuration change rule generation system, method and program
JP2009245409A (en) * 2008-04-01 2009-10-22 Nec Corp Automatic resource configuration system and method, and management terminal for the same

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012073985A (en) * 2010-09-30 2012-04-12 Internatl Business Mach Corp <Ibm> Method for managing snapshot of virtual server, and device for embodying the method
JP2012256165A (en) * 2011-06-08 2012-12-27 Ntt Data Corp Computer system, virtual machine data arrangement method and program
WO2013027332A1 (en) * 2011-08-25 2013-02-28 日本電気株式会社 Information processing device, information processing method, and program
US8984126B2 (en) 2011-11-09 2015-03-17 Nec Corporation Service collaboration device, service collaboration method, and computer-readable recording medium
JP2015506526A (en) * 2012-02-06 2015-03-02 エンパイア テクノロジー ディベロップメント エルエルシー Maintain application performance when transferring between cloud services
CN104781783A (en) * 2012-08-28 2015-07-15 云思易有限责任公司 Integrated computing platform deployed in an existing computing environment
JP2015526830A (en) * 2012-08-28 2015-09-10 ブイシーイー カンパニー エルエルシー Integrated computing platform deployed within an existing computing environment
CN104781783B (en) * 2012-08-28 2018-02-16 云思易有限责任公司 The integrated calculating platform disposed in existing computing environment
US9195419B2 (en) 2013-11-07 2015-11-24 Seiko Epson Corporation Print control system
US9557942B2 (en) 2013-11-07 2017-01-31 Seiko Epson Corporation Print control system
JP2017111761A (en) * 2015-12-18 2017-06-22 エヌ・ティ・ティ・コミュニケーションズ株式会社 Container storage device, container creation method and program

Also Published As

Publication number Publication date
JP5541908B2 (en) 2014-07-09

Similar Documents

Publication Publication Date Title
JP5541908B2 (en) Data center configuration management system
US10248461B2 (en) Termination policies for scaling compute resources
US10574505B2 (en) Endpoint data centers of different tenancy sets
US10929163B2 (en) Method and system for dynamically monitoring performance of a multi-component computing environment via user-selectable nodes
US10452514B2 (en) Monitoring and analysis of operating states in a computing environment
US10439955B2 (en) Enterprise-level management, control and information aspects of cloud console
US9870268B2 (en) Virtual computing instance migration
US20180095790A1 (en) Scheduling jobs for processing log files using a database system
US8954587B2 (en) Mechanism for facilitating dynamic load balancing at application servers in an on-demand services environment
US11010215B2 (en) Recommending applications based on call requests between applications
US20160080461A1 (en) Extraction and capture of information from customizable header
CN104995598B (en) Use of free form metadata for access control
US11113244B1 (en) Integrated data pipeline
US20180331887A1 (en) Techniques and architectures for recovering from a service disruption in a multi-server environment
US11106497B2 (en) Distributed scheduling in a virtual machine environment
US10467055B2 (en) Computer resource provisioning failure mitigation
US20170097742A1 (en) Generating dashboards using a mobile computing device
US10609077B1 (en) Event-restricted credentials for resource allocation
US11675800B2 (en) Version control and execution on a mobile device
US11914744B2 (en) Intelligent contextual help chat in a multi-tenant database system
US20170185610A1 (en) Managing information displayed in web pages
WO2020068246A1 (en) User identification and authentication
US20150186377A1 (en) Dynamically Sharing Intents
US20210227023A1 (en) System and method for managing tagged virtual infrastructure objects
JP2016189145A (en) Management device and management method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120913

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131028

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131105

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131219

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140502

R150 Certificate of patent or registration of utility model

Ref document number: 5541908

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250