JP2011197775A - Data management system, management server, data management method, and program for data management - Google Patents

Data management system, management server, data management method, and program for data management Download PDF

Info

Publication number
JP2011197775A
JP2011197775A JP2010061119A JP2010061119A JP2011197775A JP 2011197775 A JP2011197775 A JP 2011197775A JP 2010061119 A JP2010061119 A JP 2010061119A JP 2010061119 A JP2010061119 A JP 2010061119A JP 2011197775 A JP2011197775 A JP 2011197775A
Authority
JP
Japan
Prior art keywords
data
configuration information
management server
management
collection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2010061119A
Other languages
Japanese (ja)
Inventor
Yuichi Nakanishi
佑一 中西
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2010061119A priority Critical patent/JP2011197775A/en
Publication of JP2011197775A publication Critical patent/JP2011197775A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To efficiently perform data storage without causing an increase in network traffic while reducing a load on a management server.SOLUTION: A plurality of management servers 2-1 to 2-N for collection periodically collect data from a plurality of nodes 3-1 to 3-N. A main management server 1 includes: a data storage processing part 1A for storing data collected by the plurality of management servers for collection in a data storage part 1E; a constitution information storage processing part 1B for storing the information of all the management severs and the information of nodes by the control of the plurality of management servers for collection as constitution information in a constitution information storage part 1F; a constitution information sharing processing part 1C for executing processing for sharing the constitution information with the plurality of management servers for collection; and a data provision part 1D for acquiring the data of the prescribed node from the data storage part 1E by referring to the constitution information when receiving the data acquisition request of a prescribed node from an external terminal, and transmitting the acquired data to the external terminal.

Description

本発明は、大規模コンピュータシステムにおける複数の対象ノードからデータを収集するデータ管理システム、管理サーバ、データ管理方法およびデータ管理用プログラムに関する。   The present invention relates to a data management system, a management server, a data management method, and a data management program that collect data from a plurality of target nodes in a large-scale computer system.

大規模コンピュータシステムにおいて、対象ノードからの時系列リアルタイムデータ(性能値、障害情報、ログ等)を効率的に収集し、収集したデータを保存したり参照したりすることが行われている。   In a large-scale computer system, time-series real-time data (performance values, failure information, logs, etc.) from a target node is efficiently collected, and the collected data is stored or referenced.

ここで、大規模コンピュータシステム内に大量に存在する対象ノードからのデータ収集やデータ保存を担当する管理サーバを、システム対して一台設置して運用した場合、頻繁に管理サーバが過負荷状態になり、データ収集漏れ等の不具合が発生することが考えられる。   Here, if a single management server responsible for data collection and data storage from a large number of target nodes in a large-scale computer system is installed and operated for the system, the management server is frequently overloaded. Therefore, problems such as omission of data collection may occur.

管理サーバの過負荷状態を回避するための方法として、データ収集間隔を大きくする方法が考えられる。しかし、この方法では、データの粒度が大きくなり、リアルタイム性が損なわれるデメリットが発生する可能性がある。また、管理サーバの過負荷状態を回避するための方法として、複数の管理サーバで作業を分担する方法が考えられる。しかし、後者については、複数の管理サーバにまたがってデータが管理されるため、情報を一括で参照、処理することができないというデメリットがあった。   As a method for avoiding an overload state of the management server, a method of increasing the data collection interval can be considered. However, with this method, there is a possibility that the granularity of the data becomes large, and there is a disadvantage that the real-time property is impaired. Further, as a method for avoiding an overload state of the management server, a method of sharing work among a plurality of management servers is conceivable. However, the latter has a demerit that information cannot be referred to and processed in a batch because data is managed across a plurality of management servers.

上記のデメリット(問題点)を解決する方法の一つとして、下記の特許文献1に提案されている方法が挙げられる。当該特許文献1には、ネットワークに接続された複数のノードをグループに分けてネットワークグループを構成し、ネットワークグループ毎にネットワーク監視サーバを設置し、各ネットワークグループのネットワーク監視サーバが、他のネットワーク監視サーバの持っている管理情報を取得し共有することにより、ネットワークの監視を行うネットワーク分散管理システムが記載されている。   One method for solving the above demerits (problems) is a method proposed in Patent Document 1 below. In Patent Document 1, a plurality of nodes connected to a network are divided into groups to form a network group, a network monitoring server is installed for each network group, and the network monitoring server of each network group is connected to other network monitoring devices. A network distributed management system that monitors a network by acquiring and sharing management information held by a server is described.

特開2001−144761号公報(段落0017,0020等)JP 2001-144761 A (paragraphs 0017, 0020, etc.)

上述したように、特許文献1には、管理サーバを複数台用意し、複数台の管理サーバにおいて管理情報を共有することで、管理サーバの負荷を低減し、大規模なコンピュータシステムを監視可能である旨記載されている。しかし、複数台の管理サーバですべての情報を共有する構成であると、大量のログや性能値(性能データ)などのトレンドデータを扱う場合、共有する情報の量が大量となり、ネットワークトラフィックの増大が発生することが考えられる。また、性能値、障害情報、ログ等のようなリアルタイムデータを蓄積することを考えた場合、データが冗長であるため、システム全体として、データの保存効率が非常に悪いという問題もある。   As described above, in Patent Document 1, by preparing a plurality of management servers and sharing management information among the plurality of management servers, it is possible to reduce the load on the management server and monitor a large-scale computer system. It is stated that there is. However, in a configuration where all information is shared by multiple management servers, when handling trend data such as a large amount of logs and performance values (performance data), the amount of information to be shared becomes large and network traffic increases. May occur. Further, when considering real-time data such as performance values, failure information, logs, etc., there is a problem that the data storage efficiency is very poor as a whole system because the data is redundant.

本発明は、上記のような課題を解決するためになされたものであり、管理サーバの負荷を軽減しつつ、大量のデータを管理する場合でもネットワークトラフィックの増大を招かず、データ保存を効率よく行うことができるデータ管理システム、管理サーバ、データ管理方法およびデータ管理用プログラムを提供することを目的とする。   The present invention has been made to solve the above-described problems, and reduces the load on the management server, and does not cause an increase in network traffic even when managing a large amount of data, thereby efficiently storing data. It is an object to provide a data management system, a management server, a data management method, and a data management program that can be performed.

以上の目的を達成するため、本発明によるデータ管理システムは、管理対象システム内の複数のノードからデータを定期的に収集する複数の収集用管理サーバと、当該複数の収集用管理サーバを管理する主管理サーバとを備え、当該主管理サーバは、複数の収集用管理サーバによって複数のノードから収集されたデータをデータ記憶部に記憶するデータ記憶処理部と、全ての管理サーバの情報および複数の収集用管理サーバが管轄しているノードの情報を構成情報として構成情報記憶部に記憶する構成情報記憶処理部と、複数の収集用管理サーバと構成情報を共有するための処理を実行する構成情報共有処理部と、外部端末からの所定ノードのデータ取得要求を受けた場合に、構成情報を参照して所定ノードのデータをデータ記憶部から取得し、取得したデータを外部端末に送信するデータ提供部とを含むことを特徴とする。   To achieve the above object, a data management system according to the present invention manages a plurality of collection management servers that periodically collect data from a plurality of nodes in a managed system, and the plurality of collection management servers. A main management server, wherein the main management server stores data collected from a plurality of nodes by a plurality of collection management servers in a data storage unit, information on all management servers, and a plurality of Configuration information storage processing unit for storing information on nodes managed by the collection management server in the configuration information storage unit as configuration information, and configuration information for executing processing for sharing configuration information with a plurality of collection management servers When a data acquisition request for a predetermined node is received from the shared processing unit and an external terminal, the data of the predetermined node is acquired from the data storage unit with reference to the configuration information , Characterized in that it comprises a data providing unit that transmits the acquired data to the external terminal.

本発明による管理サーバは、複数の収集用管理サーバによって管理対象システム内の複数のノードから収集されたデータをデータ記憶部に記憶するデータ記憶処理部と、全ての管理サーバの情報および複数の収集用管理サーバが管轄しているノードの情報を構成情報として構成情報記憶部に記憶する構成情報記憶処理部と、複数の収集用管理サーバと構成情報を共有するための処理を実行する構成情報共有処理部と、外部端末からの所定ノードのデータ取得要求を受けた場合に、構成情報を参照して所定ノードのデータをデータ記憶部から取得し、取得したデータを外部端末に送信するデータ提供部とを含むことを特徴とする。   A management server according to the present invention includes a data storage processing unit that stores data collected from a plurality of nodes in a managed system by a plurality of collection management servers in a data storage unit, information on all management servers, and a plurality of collections Configuration information storage processing unit for storing information on nodes managed by the management server as configuration information in the configuration information storage unit, and configuration information sharing for executing processing for sharing configuration information with a plurality of collection management servers A data providing unit that, when receiving a data acquisition request for a predetermined node from an external terminal, acquires data of the predetermined node from the data storage unit with reference to the configuration information, and transmits the acquired data to the external terminal It is characterized by including.

本発明によるデータ管理方法は、主管理サーバが、複数の収集用管理サーバによって管理対象システム内の複数のノードから収集されたデータをデータ記憶部に記憶するデータ記憶処理ステップと、全ての管理サーバの情報および複数の収集用管理サーバが管轄しているノードの情報を構成情報として構成情報記憶部に記憶する構成情報記憶処理ステップと、複数の収集用管理サーバと構成情報を共有するための処理を実行する構成情報共有処理ステップと、外部端末からの所定ノードのデータ取得要求を受けた場合に、構成情報を参照して所定ノードのデータをデータ記憶部から取得し、取得したデータを外部端末に送信するデータ提供ステップとを実行することを特徴とする。   The data management method according to the present invention includes a data storage processing step in which a main management server stores data collected from a plurality of nodes in a managed system by a plurality of collection management servers in a data storage unit, and all management servers Information storage processing step for storing the information of the node and the information of the nodes managed by the plurality of collection management servers as configuration information in the configuration information storage unit, and the process for sharing the configuration information with the plurality of collection management servers Configuration information sharing processing step for executing the process, and when receiving a data acquisition request for the predetermined node from the external terminal, the data of the predetermined node is acquired from the data storage unit with reference to the configuration information, and the acquired data is stored in the external terminal And a data providing step to be transmitted.

本発明によるデータ管理用プログラムは、コンピュータに、複数の収集用管理サーバによって管理対象システム内の複数のノードから収集されたデータをデータ記憶部に記憶するデータ記憶処理と、全ての管理サーバの情報および複数の収集用管理サーバが管轄しているノードの情報を構成情報として構成情報記憶部に記憶する構成情報記憶処理と、複数の収集用管理サーバと構成情報を共有するための処理を実行する構成情報共有処理と、外部端末からの所定ノードのデータ取得要求を受けた場合に、構成情報を参照して所定ノードのデータをデータ記憶部から取得し、取得したデータを外部端末に送信するためのデータ提供処理とを実行させることを特徴とする。   A data management program according to the present invention includes a data storage process for storing data collected from a plurality of nodes in a managed system by a plurality of collection management servers in a data storage unit, and information on all management servers. And a configuration information storage process for storing information on nodes managed by a plurality of collection management servers in the configuration information storage unit as configuration information, and a process for sharing configuration information with a plurality of collection management servers When receiving a configuration information sharing process and a data acquisition request for a predetermined node from an external terminal, refer to the configuration information to acquire data of the predetermined node from the data storage unit and transmit the acquired data to the external terminal The data providing process is executed.

以上のように、本発明では、管理サーバの負荷を軽減しつつ、大量のデータを管理する場合でもネットワークトラフィックの増大を招かず、さらにデータ保存を効率よく行うことができる。   As described above, according to the present invention, it is possible to efficiently store data without increasing network traffic even when managing a large amount of data while reducing the load on the management server.

実施の形態1によるデータ管理システムのネットワーク構成を示す説明図である。1 is an explanatory diagram showing a network configuration of a data management system according to Embodiment 1. FIG. 実施の形態1における管理クライアントと各管理サーバとの論理的な接続状況を階層的に表した説明図である。3 is an explanatory diagram hierarchically showing a logical connection state between a management client and each management server in Embodiment 1. FIG. データ管理サーバの構成を示すブロック図である。It is a block diagram which shows the structure of a data management server. 実施の形態1における構成情報リポジトリ内のテーブルの例を示す説明図である。6 is an explanatory diagram illustrating an example of a table in a configuration information repository according to Embodiment 1. FIG. データリポジトリ内のテーブルの例を示す説明図である。It is explanatory drawing which shows the example of the table in a data repository. データ管理システムにおける新規の管理サーバを追加するときの動作を示すシーケンス図である。It is a sequence diagram which shows operation | movement when adding the new management server in a data management system. データ管理システムにおける管理対象ノードの追加、データ収集およびデータ取得を行うときの動作を示すシーケンス図である。It is a sequence diagram which shows operation | movement when performing the addition of a management object node in a data management system, data collection, and data acquisition. データ管理システムにおける障害が発生した管理サーバの分担を変更するときの動作を示すシーケンス図である。It is a sequence diagram which shows operation | movement when changing the share of the management server in which the failure generate | occur | produced in the data management system. 実施の形態2における管理クライアントと各管理サーバとの論理的な接続状況を表した説明図である。FIG. 10 is an explanatory diagram showing a logical connection state between a management client and each management server in the second embodiment. 実施の形態2における構成情報リポジトリ内のデータテーブルの例を示す説明図である。10 is an explanatory diagram illustrating an example of a data table in a configuration information repository according to Embodiment 2. FIG. 本発明によるデータ管理システムの主要部を示すブロック図である。It is a block diagram which shows the principal part of the data management system by this invention.

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

実施の形態1.
図1は、本発明によるデータ管理システムのネットワーク構成を示す説明図である。また、図2は、実施の形態1における管理クライアントと各管理サーバとの論理的な接続状況を階層的に表した説明図である。図1および図2に示すデータ管理システムに示す例では、1台の管理クライアント11と、1台の管理サーバ(A)21と、複数台(図1および図2に示す例では3台)のデータ収集用の管理サーバ(B1,B2,B3)31,32,33とが、通信ネットワークで接続されている。
Embodiment 1 FIG.
FIG. 1 is an explanatory diagram showing a network configuration of a data management system according to the present invention. FIG. 2 is an explanatory diagram hierarchically showing the logical connection status between the management client and each management server in the first embodiment. In the example shown in the data management system shown in FIGS. 1 and 2, one management client 11, one management server (A) 21, and a plurality (three in the example shown in FIGS. 1 and 2). Data collection management servers (B1, B2, B3) 31, 32, and 33 are connected via a communication network.

管理クライアント11は、管理対象ノード群41,42,43を含む大規模コンピュータシステムを管理する利用者(オペレータ、管理者)が管理対象ノード群41,42,43からのリアルタイムデータの取得、保存、参照等するためのコンピュータ等の端末である。管理サーバ(A)21は、管理クライアント11からの命令(要求、指示)の受け付けや、各管理サーバ(B1,B2,B3)31,32,33との間の各種情報のやり取り、リアルタイムデータの保存(記憶)などを行うマスタ管理サーバである。図1および図2に示すように、管理サーバ(A)21は、構成情報リポジトリ211と、データリポジトリ212とを備えている。   The management client 11 allows a user (operator, administrator) who manages a large-scale computer system including the managed node groups 41, 42, 43 to acquire, store, and store real-time data from the managed node groups 41, 42, 43. A terminal such as a computer for reference. The management server (A) 21 receives commands (requests, instructions) from the management client 11, exchanges various information with the management servers (B1, B2, B3) 31, 32, 33, and transmits real-time data. A master management server that performs storage (storage). As shown in FIGS. 1 and 2, the management server (A) 21 includes a configuration information repository 211 and a data repository 212.

各管理サーバ(B1,B2,B3)31,32,33は、それぞれ、大規模コンピュータシステムにおける管理対象ノード群41,42,43からのリアルタイムデータを収集するデータ収集用の管理サーバである。図1および図2に示すように、各管理サーバ(B1,B2,B3)31,32,33は、それぞれ、少なくとも構成情報リポジトリ311,321,331を備えている。なお、図1および図2に示すように、管理サーバ(B1)31は、管理対象ノード群41のデータ収集を担当し、管理サーバ(B2)32は、管理対象ノード群42のデータ収集を担当し、管理サーバ(B3)33は、管理対象ノード群43のデータ収集を担当する。また、図1および図2に示すように、管理対象ノード群41は対象ノードb1−1・・・b1−Nを含み、管理対象ノード群42は対象ノードb2−1・・・b2−Nを含み、管理対象ノード群43は対象ノードb3−1・・・b3−Nを含んでいる。   Each management server (B1, B2, B3) 31, 32, 33 is a data collection management server that collects real-time data from the management target node groups 41, 42, 43 in the large-scale computer system. As shown in FIGS. 1 and 2, each management server (B1, B2, B3) 31, 32, 33 includes at least configuration information repositories 311, 321, 331, respectively. As shown in FIGS. 1 and 2, the management server (B1) 31 is in charge of data collection of the management target node group 41, and the management server (B2) 32 is in charge of data collection of the management target node group 42. The management server (B3) 33 is in charge of data collection of the managed node group 43. 1 and 2, the management target node group 41 includes target nodes b1-1 ... b1-N, and the management target node group 42 includes target nodes b2-1 ... b2-N. In addition, the management target node group 43 includes target nodes b3-1 to b3-N.

次に、管理サーバ内部の構成について詳細に説明する。図3は、データ管理サーバの構成を示すブロック図である。なお、この実施の形態では、管理サーバ(A)21および管理サーバ(B1,B2,B3)31,32,33は、それぞれ、同一構成のサーバであるものとする。すなわち、管理サーバ(A)21および管理サーバ(B1,B2,B3)31,32,33は、それぞれ、同じハードウェアおよびソフトウェアを備えているものとする。ただし、図1および図2に示したように、管理サーバ(B1,B2,B3)31,32,33は、少なくとも構成情報リポジトリ311,321,331を備えていればよく、データリポジトリを備えていなくてもよい。後述するように、管理サーバ(B1,B2,B3)31,32,33は、管理対象ノード群41,42,43から収集したリアルタイムデータを管理サーバ(A)21に送信し、管理サーバ(A)21内のデータリポジトリ212に保存するからである。   Next, the internal configuration of the management server will be described in detail. FIG. 3 is a block diagram showing the configuration of the data management server. In this embodiment, it is assumed that the management server (A) 21 and the management servers (B1, B2, B3) 31, 32, and 33 are servers having the same configuration. That is, the management server (A) 21 and the management servers (B1, B2, B3) 31, 32, and 33 are assumed to have the same hardware and software, respectively. However, as shown in FIG. 1 and FIG. 2, the management servers (B1, B2, B3) 31, 32, 33 need only include at least configuration information repositories 311, 321, 331, and include data repositories. It does not have to be. As will be described later, the management servers (B1, B2, B3) 31, 32, 33 transmit the real-time data collected from the managed node groups 41, 42, 43 to the management server (A) 21, and the management server (A This is because the data is stored in the data repository 212 within 21.

図3に示す構成において、管理サーバ(A)21および管理サーバ(B1,B2,B3)31,32,33は、それぞれ、大規模コンピュータシステムのデータ管理に関する各種データ処理を実行するデータ処理部510と、大規模コンピュータシステムのデータ管理に必要なデータを保存するデータ保存部520と、外部(管理クライアント11)からの命令(要求)を受け付けるインタフェース部530とを備えている。   In the configuration shown in FIG. 3, each of the management server (A) 21 and the management servers (B1, B2, B3) 31, 32, 33 performs a data processing unit 510 that executes various data processing relating to data management of a large-scale computer system. A data storage unit 520 that stores data necessary for data management of the large-scale computer system, and an interface unit 530 that receives a command (request) from the outside (management client 11).

データ保存部520は、管理サーバ(A,B1,B2,B3)21,31,32,33と管理対象ノードの情報を保存する構成情報リポジトリ521と、管理サーバ(B1,B2,B3)31,32,33が管理対象ノード群41,42,43から取得したリアルタイムデータ(以下、単にデータという場合がある)を保存するデータリポジトリ522とを有している。   The data storage unit 520 includes a management server (A, B1, B2, B3) 21, 31, 32, 33 and a configuration information repository 521 that stores information on managed nodes, a management server (B1, B2, B3) 31, 32 and 33 have a data repository 522 for storing real-time data acquired from the managed node groups 41, 42, and 43 (hereinafter sometimes simply referred to as data).

ここで、構成情報リポジトリ521は、図4に示すように、システム内に設置されている管理サーバ情報を保存するための管理サーバテーブル1000と、管理サーバ(B1,B2,B3)31,32,33が管理対象とするノード情報を保存するための管理対象ノードテーブル2000とを含む。具体的には、図4に示すように、管理サーバテーブル1000には、データ保存用の管理サーバ(A)21やデータ収集用の管理サーバ(B1,B2,B3)31,32,33を示す情報が格納(登録)され、管理対象ノードテーブル2000には、各々の管理対象ノードb1−1,b1−N,・・・毎に、これらの管理対象ノードからデータを収集する管理サーバの情報および収集したデータを保存する管理サーバの情報を対応付けて格納(登録)されている。なお、管理サーバテーブル1000および管理対象ノードテーブル2000に格納される情報を構成情報(又は構成情報リスト)という。   Here, as shown in FIG. 4, the configuration information repository 521 includes a management server table 1000 for storing management server information installed in the system, and management servers (B1, B2, B3) 31, 32, 33 includes a managed node table 2000 for storing node information to be managed. Specifically, as shown in FIG. 4, the management server table 1000 shows a management server (A) 21 for data storage and management servers (B1, B2, B3) 31, 32, 33 for data collection. Information is stored (registered), and the management target node table 2000 includes, for each management target node b1-1, b1-N,..., Information on the management server that collects data from these management target nodes, and Information of the management server that stores the collected data is stored (registered) in association with each other. Information stored in the management server table 1000 and the managed node table 2000 is referred to as configuration information (or configuration information list).

また、データリポジトリ522は、図5に示すように、管理サーバ(B1,B2,B3)31,32,33が管理対象ノード41,42,43から取得したリアルタイムデータを保存するためのデータテーブル3000を含む。具体的には、図5に示すように、データテーブル3000には、データを収集(取得)した時刻の情報と、データを収集した対象ノードの情報と、データ種類(CPU使用率、メモリ使用量、ディスク空き容量など)、およびデータの内容がセットでリアルタイムデータとして格納(登録)されている。   Further, as shown in FIG. 5, the data repository 522 is a data table 3000 for storing real-time data acquired from the management target nodes 41, 42, 43 by the management servers (B1, B2, B3) 31, 32, 33. including. Specifically, as shown in FIG. 5, the data table 3000 includes information on the time at which data is collected (acquired), information on the target node from which the data was collected, and data type (CPU usage rate, memory usage). , Disk free space, etc.) and data contents are stored (registered) as a set of real-time data.

インタフェース部530は、管理サーバや管理対象ノードの追加・削除等に伴う構成情報の設定変更、情報参照などの処理の命令を管理クライアント11から受け付けるための構成情報操作インタフェース部531と、管理対象ノードから取得したデータの保存・参照の命令を管理クライアント11から受け付けるためのデータ入出力インタフェース部532とを有している。   The interface unit 530 includes a configuration information operation interface unit 531 for receiving, from the management client 11, processing instructions such as configuration information setting change and information reference associated with addition / deletion of a management server and a managed node, and a managed node A data input / output interface unit 532 for receiving from the management client 11 a command for storing and referring to data acquired from the management client 11.

データ処理部510は、インタフェース部530(構成情報操作インタフェース部531)やデータ処理部510内部からの構成情報の設定変更、情報参照などの処理の命令(要求、依頼)を受けて、該当する処理を実行する構成情報操作部511と、インタフェース部530(データ入出力インタフェース部532)やデータ処理部510内部からのデータの保存・参照の命令(要求、依頼)を受けて、該当する処理を実行するデータ入出力部512と、各管理サーバ(B1,B2,B3)31,32,33が担当する管理対象ノード群41,42,43から定期的なデータ収集を実行するデータ収集部513と、収集されるべきデータがデータリポジトリ522に格納されているか否かを監視するリポジトリデータ監視部514とを有している。   The data processing unit 510 receives an instruction (request, request) for processing such as setting change of the configuration information and information reference from the interface unit 530 (configuration information operation interface unit 531) or the data processing unit 510, and the corresponding processing. In response to the configuration information operation unit 511 that executes the command, and the data storage / reference command (request, request) from the interface unit 530 (data input / output interface unit 532) or the data processing unit 510, the corresponding processing is executed. A data input / output unit 512, a data collection unit 513 that periodically collects data from the managed node groups 41, 42, and 43 that each management server (B1, B2, B3) 31, 32, and 33 is in charge of; A repository data monitoring unit 514 that monitors whether data to be collected is stored in the data repository 522 There.

なお、データ処理部510と、インタフェース部530におけるハードウェア以外の部分とは、例えば、プログラムに従って処理を実行するCPUで実現される。   The data processing unit 510 and the part other than the hardware in the interface unit 530 are realized by a CPU that executes processing according to a program, for example.

次に、実施の形態1によるデータ管理システムの動作について説明する。   Next, the operation of the data management system according to the first embodiment will be described.

まず、前提として、利用者が管理クライアント11を介して複数の管理サーバの中から任意の管理サーバをマスタ管理サーバとして選択する。このように選択されたマスタ管理サーバ(図1および図2に示す例では管理サーバ(A)21)が、データ保存用の管理サーバとなり、後述するように、複数のデータ収集用の管理サーバが収集したデータを保存することになる。また、利用者は管理クライアント11を介してコンピュータシステムに存在する各対象ノードを管理する管理サーバ(各管理サーバの対象ノードの分担)を負荷が偏らないように自動的に割り振ることが好ましい。ただし、利用者が各対象ノードを管理する管理サーバを選択して割り振るようにしてもよい。   First, as a premise, the user selects an arbitrary management server as a master management server from among a plurality of management servers via the management client 11. The master management server thus selected (the management server (A) 21 in the examples shown in FIGS. 1 and 2) is a data storage management server. As will be described later, a plurality of data collection management servers are provided. The collected data will be saved. In addition, it is preferable that the user automatically allocates, via the management client 11, a management server that manages each target node existing in the computer system (sharing of the target node of each management server) so that the load is not biased. However, the user may select and allocate a management server that manages each target node.

(1)まず、データ管理システムに新規の管理サーバを追加する手順について説明する。図6は、データ管理システムにおける新規の管理サーバを追加するときの動作を示すシーケンス図である。図6に示す例では、管理サーバ(B1)31がシステムに追加されるものとする。 (1) First, a procedure for adding a new management server to the data management system will be described. FIG. 6 is a sequence diagram showing an operation when a new management server is added in the data management system. In the example shown in FIG. 6, it is assumed that the management server (B1) 31 is added to the system.

図6に示すように、管理クライアント11は、利用者の操作に応じて、管理サーバ(A)21に接続(アクセス)する。そして、管理クライアント11は、利用者の操作に応じて、管理サーバ(A)21に対して、構成情報内に管理サーバ(B1)31の情報を追加するように命令する(ステップS1)。管理サーバ(A)21の構成情報操作インタフェース部531は、管理クライアント11からの管理サーバ(B1)31の追加の命令を受けると、構成情報操作部511に対して当該命令を送る。構成情報操作部511は、構成情報リポジトリ521の管理サーバテーブル1000に管理サーバ(B1)31の情報(図4参照)を追加する(ステップS2)。また、管理サーバ(A)21の構成情報操作インタフェース部531は、管理サーバ(B1)31のインタフェース部との通信を確保する(ステップS3)。   As shown in FIG. 6, the management client 11 connects (accesses) to the management server (A) 21 in accordance with a user operation. Then, the management client 11 instructs the management server (A) 21 to add the information of the management server (B1) 31 in the configuration information in accordance with a user operation (step S1). When the configuration information operation interface unit 531 of the management server (A) 21 receives an additional command for the management server (B 1) 31 from the management client 11, the configuration information operation interface unit 531 sends the command to the configuration information operation unit 511. The configuration information operation unit 511 adds the information (see FIG. 4) of the management server (B1) 31 to the management server table 1000 of the configuration information repository 521 (step S2). In addition, the configuration information operation interface unit 531 of the management server (A) 21 ensures communication with the interface unit of the management server (B1) 31 (step S3).

管理サーバ(A)21の構成情報操作部511と管理サーバ(B1)31の構成情報操作部は、各々の構成情報操作インタフェース部を通じて、管理サーバ(A)21の構成情報リポジトリ521の構成情報と管理サーバ(B1)31の構成情報リポジトリの構成情報(管理サーバの情報)をマージする(つまり、構成情報の統合あるいは融合を行う)(ステップS4,ステップS5)。具体的には、管理サーバ(A)21の構成情報操作部511は、構成情報操作インタフェース部531および通信ネットワークを通じて、構成情報リポジトリ521の構成情報(管理サーバテーブル1000の管理サーバの情報)を管理サーバ(B1)31に送信し、管理サーバ(B1)31の構成情報操作部は、構成情報操作インタフェース部を通じて構成情報を受信すると、受信した構成情報を構成情報リポジトリの管理サーバテーブルに格納する。このような処理を「構成情報の統合処理」という。   The configuration information operation unit 511 of the management server (A) 21 and the configuration information operation unit of the management server (B1) 31 are connected to the configuration information of the configuration information repository 521 of the management server (A) 21 through the respective configuration information operation interface units. The configuration information (management server information) of the configuration information repository of the management server (B1) 31 is merged (that is, the configuration information is integrated or merged) (steps S4 and S5). Specifically, the configuration information operation unit 511 of the management server (A) 21 manages the configuration information of the configuration information repository 521 (management server information in the management server table 1000) through the configuration information operation interface unit 531 and the communication network. When the configuration information operation unit of the management server (B1) 31 receives the configuration information through the configuration information operation interface unit, it stores the received configuration information in the management server table of the configuration information repository. Such processing is called “configuration information integration processing”.

(2)次に、データ管理システムに管理対象とするノードを追加する手順について説明する。図7は、データ管理システムにおける管理対象ノードの追加、データ収集およびデータ取得を行うときの動作を示すシーケンス図である。 (2) Next, a procedure for adding a node to be managed to the data management system will be described. FIG. 7 is a sequence diagram showing operations when adding a management target node, collecting data, and acquiring data in the data management system.

図7に示すように、管理クライアント11は、利用者の操作に応じて、管理サーバ(A)21に対して、データ収集を依頼する管理サーバと、データ保存を依頼する管理サーバを指定することにより、管理対象ノードの情報を登録するように命令する(ステップS11)。図1、図2および図7に示す例では、データ収集は管理サーバ(B1)31、データ保存は管理サーバ(A)21が実施するものとする。管理サーバ(A)21の構成情報操作インタフェース部531は、管理クライアント11からの管理対象ノードの情報の登録に関する命令を受けると、構成情報操作部511に対して当該命令を送る。構成情報操作部511は、構成情報リポジトリ521の管理対象ノードテーブル2000に管理対象ノードの情報(図4参照)を追加する(ステップS12)。また、管理サーバ(A)21の構成情報操作インタフェース部531は、管理サーバ(B1)31のインタフェース部との通信を確保する(ステップS13)。なお、図6に示したデータ管理システムに新規の管理サーバを追加する処理に引き続いて、図7に示すデータ管理システムに管理対象とするノードを追加する処理を実行する場合は、既に管理サーバ(A)21と管理サーバ(B1)31との間の通信が確保(確立)されているため、あらためて両サーバの間の通信を確保する必要はない。   As shown in FIG. 7, the management client 11 designates a management server that requests the management server (A) 21 to collect data and a management server that requests data storage in response to a user operation. To instruct the management target node to register information (step S11). In the example shown in FIGS. 1, 2, and 7, data collection is performed by the management server (B1) 31 and data storage is performed by the management server (A) 21. When the configuration information operation interface unit 531 of the management server (A) 21 receives a command from the management client 11 regarding registration of managed node information, the configuration information operation interface unit 531 sends the command to the configuration information operation unit 511. The configuration information operation unit 511 adds information on managed nodes (see FIG. 4) to the managed node table 2000 of the configuration information repository 521 (step S12). In addition, the configuration information operation interface unit 531 of the management server (A) 21 ensures communication with the interface unit of the management server (B1) 31 (step S13). If the process of adding a node to be managed to the data management system shown in FIG. 7 is executed following the process of adding a new management server to the data management system shown in FIG. A) Since communication between the server 21 and the management server (B1) 31 is secured (established), it is not necessary to secure communication between the two servers again.

管理サーバ(A)21の構成情報操作部511と管理サーバ(B1)31の構成情報操作部は、各々の構成情報操作インタフェース部を通じて、管理サーバ(A)21の構成情報リポジトリ521の構成情報と管理サーバ(B1)31の構成情報リポジトリの構成情報(管理対象ノードの情報)をマージする(ステップS14,ステップS15)。具体的には、管理サーバ(A)21の構成情報操作部511は、構成情報操作インタフェース部531および通信ネットワークを通じて、構成情報リポジトリ521の構成情報(管理対象ノードテーブル2000の管理対象ノードの情報)を管理サーバ(B1)31に送信し、管理サーバ(B1)31の構成情報操作部は、構成情報操作インタフェース部を通じて構成情報を受信すると、受信した構成情報を構成情報リポジトリの管理対象ノードテーブルに格納する。このような処理を「構成情報の統合処理」という。図6のステップS1〜S5や図7のステップS11〜S15に示す一連の処理が行われることにより、構成情報リポジトリ内の構成情報が、管理サーバ(A)21と管理サーバ(B1)31との間で共有(同期)されることになる。   The configuration information operation unit 511 of the management server (A) 21 and the configuration information operation unit of the management server (B1) 31 are connected to the configuration information of the configuration information repository 521 of the management server (A) 21 through the respective configuration information operation interface units. The configuration information (information of managed nodes) of the configuration information repository of the management server (B1) 31 is merged (steps S14 and S15). Specifically, the configuration information operation unit 511 of the management server (A) 21 configures the configuration information of the configuration information repository 521 (information of managed nodes in the managed node table 2000) through the configuration information operation interface unit 531 and the communication network. Is transmitted to the management server (B1) 31, and when the configuration information operation unit of the management server (B1) 31 receives the configuration information through the configuration information operation interface unit, the received configuration information is stored in the managed node table of the configuration information repository. Store. Such processing is called “configuration information integration processing”. By performing a series of processing shown in steps S1 to S5 in FIG. 6 and steps S11 to S15 in FIG. 7, the configuration information in the configuration information repository is changed between the management server (A) 21 and the management server (B1) 31. Will be shared (synchronized) between them.

なお、管理サーバ(A)21は、管理サーバ(B1)31以外の管理サーバ(B2,B3)32,33との間においても構成情報リポジトリの構成情報を共有(同期)するために、構成情報の統合処理(ステップS4,5およびステップS14,15)を実行する。ただし、少なくとも、マスタ管理サーバである管理サーバ(A)21がシステム内のすべての管理サーバ(B1,B2,B3)31,32,33の構成情報を保持していれば、管理クライアント11から管理サーバ(A)21を通じてデータ管理を行うことができる。このため、管理サーバ(A)21は、管理サーバ(B1)31以外の管理サーバ(B2,B3)32,33との間でおいて構成情報の統合処理(ステップS4,5およびステップS14,15)を実行せずに、すべての管理サーバ間における構成情報の共有を図らないようにしてもよい。この場合、管理サーバ間でやり取りされる情報量を減らすことができ、ネットワークトラフィックの軽減を図ることができる。   Note that the management server (A) 21 shares the configuration information in the configuration information repository with the management servers (B2, B3) 32, 33 other than the management server (B1) 31 in order to share (synchronize) the configuration information. Are integrated (steps S4, 5 and steps S14, 15). However, if at least the management server (A) 21 as the master management server holds the configuration information of all the management servers (B1, B2, B3) 31, 32, 33 in the system, the management client 11 manages Data management can be performed through the server (A) 21. For this reason, the management server (A) 21 integrates the configuration information (steps S4, 5 and steps S14, 15) with the management servers (B2, B3) 32, 33 other than the management server (B1) 31. The configuration information may not be shared among all the management servers without executing the above. In this case, the amount of information exchanged between management servers can be reduced, and network traffic can be reduced.

管理サーバ(B1,B2,B3)31,32,33のデータ収集部は、構成情報操作部を通じて構成情報リポジトリ内の管理対象ノードの情報を取得し、取得した管理対象ノードの情報を参照して、定期的に管理対象ノードからリアルタイムデータを取得する(すなわち、データ収集の処理を行う)(ステップS16)。このとき、新たに管理対象として追加されたノードが存在する場合は、構成情報の統合処理が実行されたことによって構成情報が更新された後に、ステップS16のデータ収集の処理が開始される。管理サーバ(B1,B2,B3)31,32,33のデータ収集部は、管理対象ノード群41,42,43のすべてのノードから収集したデータを、データ入出力部やデータ入出力インタフェース部を通じて、データ保存先として指定された管理サーバ(A)21に送信し、管理サーバ(A)21に収集データの保存を命令(要求)する(ステップS17)。管理サーバ(A)21のデータ入出力部512は、管理サーバ(B1,B2,B3)31,32,33から送信されたデータをデータ入出力インタフェース部532を通じて受信すると、受信したデータをデータリポジトリ522に保存(格納・登録)する(ステップS18)。   The data collection unit of the management server (B1, B2, B3) 31, 32, 33 acquires information on the managed node in the configuration information repository through the configuration information operation unit, and refers to the acquired information on the managed node. Real-time data is periodically acquired from the management target node (that is, data collection processing is performed) (step S16). At this time, if there is a node newly added as a management target, the configuration information is updated by executing the configuration information integration processing, and then the data collection processing in step S16 is started. The data collection units of the management servers (B1, B2, B3) 31, 32, and 33 collect data collected from all the nodes of the managed node groups 41, 42, and 43 through the data input / output unit and the data input / output interface unit. The data is transmitted to the management server (A) 21 designated as the data storage destination, and the management server (A) 21 is instructed (requested) to save the collected data (step S17). When the data input / output unit 512 of the management server (A) 21 receives the data transmitted from the management servers (B1, B2, B3) 31, 32, 33 through the data input / output interface unit 532, the data input / output unit 512 receives the received data. It is saved (stored / registered) in 522 (step S18).

管理クライアント11は、利用者の操作に応じて、任意の管理対象ノードについてのデータを取得(参照)する場合、マスタ管理サーバである管理サーバ(A)21に対して取得したい管理対象ノードのデータを要求する(ステップS19)。なお、管理クライアント11は、マスタ管理サーバである管理サーバ(A)21以外の管理サーバ(例えば、管理サーバ(B2)32)に接続(アクセス)し、当該管理サーバに対して取得したい管理対象ノードのデータを要求してもよい。この場合、管理クライアント11からデータの要求がされた管理サーバは、構成情報リポジトリ内の構成情報を参照することによりマスタ管理サーバを認識(特定)することができ、マスタ管理サーバに対してデータの要求を転送するようにすればよいからである。   When the management client 11 acquires (refers to) data on an arbitrary managed node in accordance with a user operation, the management node 11 wants to acquire data from the management server (A) 21 that is the master management server. Is requested (step S19). The management client 11 connects (accesses) to a management server (for example, the management server (B2) 32) other than the management server (A) 21 that is the master management server, and manages nodes to be acquired for the management server. You may request data. In this case, the management server that has requested data from the management client 11 can recognize (specify) the master management server by referring to the configuration information in the configuration information repository. This is because the request may be transferred.

管理サーバ(A)21のデータ入出力部512は、データ入出力インタフェース部532を通じて管理クライアント11からの要求(命令)を受けると、構成情報リポジトリ521の構成情報を参照し、要求された管理対象ノードのデータをデータリポジトリ522から取得する。そして、データ入出力部512は、取得したデータをデータ入出力インタフェース部532を通じて管理クライアント11に送信する(ステップS20)。このように動作することにより、管理クライアント11は、データが実際に収集・保存されている管理サーバを意識することなく、システム内の管理対象ノードについてのデータを一括で扱うことが可能となる。   When the data input / output unit 512 of the management server (A) 21 receives a request (command) from the management client 11 through the data input / output interface unit 532, the data input / output unit 512 refers to the configuration information in the configuration information repository 521 and requests the requested management target. The node data is acquired from the data repository 522. Then, the data input / output unit 512 transmits the acquired data to the management client 11 through the data input / output interface unit 532 (step S20). By operating in this manner, the management client 11 can collectively handle data on managed nodes in the system without being aware of the management server on which the data is actually collected and stored.

(3)次に、データ収集用の管理サーバの障害時に他のデータ収集用の管理サーバへデータ収集処理の分担を引き継ぐ動作について説明する。図8は、データ管理システムにおける障害が発生した管理サーバの分担を変更するときの動作を示すシーケンス図である。 (3) Next, an operation of taking over the sharing of data collection processing to another data collection management server in the event of a failure of the data collection management server will be described. FIG. 8 is a sequence diagram illustrating an operation when changing the sharing of the management server in which a failure has occurred in the data management system.

まず、説明の前提として、図1および図2に示すように、データ管理システムには、1台の管理クライアント11、1台のマスタ管理サーバである管理サーバ(A)21、3台の収集用の管理サーバ(B1,B2,B3)31,32,33が備えられ、それぞれの収集用の管理サーバ(B1,B2,B3)31,32,33によってデータ収集されている収集対象ノード群41,42,43が通信ネットワーク上に存在するものとする。   First, as a premise of the description, as shown in FIGS. 1 and 2, the data management system includes one management client 11, one master management server (A) 21, and three collection servers. Management servers (B1, B2, B3) 31, 32, 33, and a collection target node group 41, data collected by the respective management servers (B1, B2, B3) 31, 32, 33 for collection. Assume that 42 and 43 exist on the communication network.

図8に示すように、管理サーバ(A)21のリポジトリデータ監視部514は、一定間隔で構成情報操作部511にアクセスし、データリポジトリ522にデータを保存している管理サーバの一覧(図4参照)を取得する(ステップS21)。図1および図2に示す例では、管理サーバ(B1,B2,B3)31,32,33が該当する。管理サーバの一覧を取得した後、リポジトリデータ監視部514は、データ入出力部512にアクセスし、管理サーバの一覧に含まれる管理サーバが収集したデータがデータリポジトリ522内に存在するか否かを確認する(ステップS22)。   As shown in FIG. 8, the repository data monitoring unit 514 of the management server (A) 21 accesses the configuration information operation unit 511 at regular intervals, and lists management servers that store data in the data repository 522 (FIG. 4). Reference) is acquired (step S21). In the example shown in FIG. 1 and FIG. 2, the management servers (B1, B2, B3) 31, 32, and 33 correspond. After acquiring the management server list, the repository data monitoring unit 514 accesses the data input / output unit 512 to check whether the data collected by the management server included in the management server list exists in the data repository 522. Confirm (step S22).

ある管理サーバについて、確認タイミングからさかのぼって一定期間のデータが存在しない場合は(ステップS23のYes)、管理サーバの収集機能(データ収集部513の機能)の異常、管理サーバ自身の異常、管理サーバのネットワークにおける異常などが発生したとして、管理サーバが異常状態に陥ったと判断する。   If data for a certain period does not exist for a certain management server from the confirmation timing (Yes in step S23), an abnormality in the collection function of the management server (function of the data collection unit 513), an abnormality in the management server itself, the management server It is determined that the management server has entered an abnormal state because an abnormality has occurred in the network.

リポジトリデータ監視部514は、構成情報操作部511にアクセスし、異常状態と判断した管理サーバがデータ収集を担当している対象ノードについて、他の管理サーバがデータ収集を担当するように構成情報を変更する(ステップS24)。すなわち、構成情報リポジトリ521内の構成情報において、異常状態の管理サーバにおける対象ノードの分担を他の管理サーバの分担に変更する。例えば、管理サーバ(B1)31に異常が発生した場合、管理サーバ(B1)31がデータ収集を担当している管理対象ノード群41の対象ノードb1−1・・・b1−Nであるので、これらの対象ノードb1−1・・・b1−Nの担当を他の管理サーバ(B2)32または(B3)33に書き換える。この際、対象ノードの分担については、構成情報リポジトリ521の内容(データ収集用の管理サーバに割り当てられた対象ノードの分担)を確認し、負荷が偏らないように自動的に制御される。   The repository data monitoring unit 514 accesses the configuration information operation unit 511, and for the target node for which the management server determined to be in an abnormal state is in charge of data collection, the configuration data is stored so that the other management server is in charge of data collection. Change (step S24). That is, in the configuration information in the configuration information repository 521, the assignment of the target node in the management server in the abnormal state is changed to the assignment of another management server. For example, when an abnormality occurs in the management server (B1) 31, the management server (B1) 31 is the target node b1-1... B1-N of the management target node group 41 in charge of data collection. The responsibility of these target nodes b1-1... B1-N is rewritten to another management server (B2) 32 or (B3) 33. At this time, the assignment of the target node is automatically controlled so that the load is not biased by checking the contents of the configuration information repository 521 (the assignment of the target node assigned to the management server for data collection).

そして、管理サーバ(A)21の構成情報操作インタフェース部531は、異常状態と判断した管理サーバ(B1)31以外の管理サーバ(B2,B2)32,33のインタフェース部との通信を確保する(ステップS25)。その後、管理サーバ(A)21の構成情報操作部511と管理サーバ(B1,B2,B3)31,32,33の構成情報操作部は、各々の構成情報操作インタフェース部を通じて、管理サーバ(A)21の構成情報リポジトリ521の構成情報と管理サーバ(B1,B2,B3)31,32,33の構成情報リポジトリの構成情報(管理サーバの情報および管理対象ノードの情報)をマージする(つまり、構成情報の統合あるいは融合を行う)(ステップS26,ステップS27)。具体的には、管理サーバ(A)21の構成情報操作部511は、構成情報操作インタフェース部531および通信ネットワークを通じて、構成情報リポジトリ521の構成情報を管理サーバ(B1,B2,B3)31,32,33に送信し、管理サーバ(B1,B2,B3)31,32,33の構成情報操作部は、構成情報操作インタフェース部を通じて構成情報を受信すると、受信した構成情報を構成情報リポジトリに格納する。新たに対象ノードが追加された管理サーバは、新たな対象ノードにアクセスし、データ収集を開始する。   Then, the configuration information operation interface unit 531 of the management server (A) 21 ensures communication with the interface units of the management servers (B2, B2) 32 and 33 other than the management server (B1) 31 determined to be in an abnormal state ( Step S25). Thereafter, the configuration information operation unit 511 of the management server (A) 21 and the configuration information operation units of the management servers (B1, B2, B3) 31, 32, 33 are connected to the management server (A) through the respective configuration information operation interface units. The configuration information of the configuration information repository 521 of 21 and the configuration information of the management server (B1, B2, B3) 31, 32, 33 (management server information and managed node information) are merged (that is, configuration) Information is integrated or merged) (step S26, step S27). Specifically, the configuration information operation unit 511 of the management server (A) 21 transmits the configuration information of the configuration information repository 521 to the management servers (B1, B2, B3) 31, 32 through the configuration information operation interface unit 531 and the communication network. , 33, the configuration information operation unit of the management servers (B1, B2, B3) 31, 32, 33 receives the configuration information through the configuration information operation interface unit, and stores the received configuration information in the configuration information repository. . The management server to which the target node is newly added accesses the new target node and starts data collection.

このように動作することにより、収集用の管理サーバ自身や管理サーバの周辺に障害が発生した場合も、他の管理サーバに処理が自動的に引き継がれ、データの欠損をできるだけ回避できるとともに、管理サーバが切り替えられた場合も、データが保存される管理サーバには変更がないため、データを利用する側は、データが保存されている管理サーバを意識することなく、利用することができる。   By operating in this way, even if a failure occurs in the collection management server itself or in the vicinity of the management server, the processing is automatically taken over by another management server, and data loss can be avoided as much as possible. Even when the server is switched, there is no change in the management server in which the data is stored, so that the side using the data can use it without being aware of the management server in which the data is stored.

以上に説明したように、この実施の形態では、複数の管理サーバで負荷を分担するように構成しているため、一台の管理サーバに過剰な負荷をかけることなく、大規模なシステムの全てのノードデータを収集できる。また、管理サーバ間で構成情報については共有しているが、リアルタイムデータについては共有しない構成であるので、大量のログや性能値(性能データ)などのリアルタイムデータを扱った場合でも、ネットワークトラフィックの増大を招くことはなく、データの保存効率も優れている。   As described above, in this embodiment, since the load is shared by a plurality of management servers, all of a large-scale system can be used without excessive load on one management server. Node data can be collected. In addition, configuration information is shared between management servers, but real-time data is not shared. Therefore, even if a large amount of real-time data such as logs and performance values (performance data) is handled, network traffic There is no increase, and the data storage efficiency is excellent.

また、この実施の形態では、システム内の全ての管理サーバ間で構成情報が共有されているため、管理クライアント11と直接接続している管理サーバがデータを保存している管理サーバを自動的に判断できるので、管理クライアント11は、複数の管理サーバが収集したデータを利用する際に、データ収集・保存を担当している管理サーバを意識する必要がない。   In this embodiment, since the configuration information is shared among all the management servers in the system, the management server directly connected to the management client 11 automatically selects the management server storing the data. Since the determination can be made, the management client 11 does not need to be aware of the management server in charge of data collection / storage when using data collected by a plurality of management servers.

なお、1台の管理サーバにデータ保存の役割を担当させていたが、複数台の管理サーバにデータ保存の役割を担当させるようにしてもよい。この場合、管理クライアント11と直接接続(アクセス)している管理サーバがデータを保存している複数の管理サーバの中から所定の管理サーバを自動的に選択し、選択した管理サーバ(マスタ管理サーバの一つ)に対してデータ転送を要求する。このような構成においても、システム内の全ての管理サーバ間で構成情報が共有されているので、管理クライアント11は、複数の管理サーバが収集したデータを利用する際に、データ収集・保存を担当している管理サーバを意識する必要がない。   Although one management server is responsible for data storage, a plurality of management servers may be responsible for data storage. In this case, the management server directly connected (accessed) to the management client 11 automatically selects a predetermined management server from the plurality of management servers storing data, and the selected management server (master management server) Request data transfer to one of the above. Even in such a configuration, since the configuration information is shared among all management servers in the system, the management client 11 is responsible for data collection and storage when using data collected by a plurality of management servers. There is no need to be aware of the management server that is running.

また、この実施の形態では、データの保存を担当している管理サーバ(A)21が収集用の管理サーバの異常を検知し、自動的に他のデータ収集用管理サーバに処理(対象ノード)を割り振るため、データ収集用の管理サーバ自身や管理サーバの周辺に障害が発生した場合も、データの欠損を最小限に食い止めることができる。   In this embodiment, the management server (A) 21 in charge of data storage detects an abnormality in the management server for collection and automatically processes it to another management server for data collection (target node). Therefore, even when a failure occurs in the data collection management server itself or in the vicinity of the management server, data loss can be minimized.

さらに、この実施の形態では、データ収集用の管理サーバや管理サーバの周辺に障害が発生した場合も、対象ノードについてのデータ保存先が変更されないため、データ収集用の管理サーバや管理サーバの周辺に障害が発生した場合でも、データ利用者は、そのことを意識する必要がない。   Furthermore, in this embodiment, even if a failure occurs around the management server for data collection or the management server, the data storage destination for the target node is not changed. Even if a failure occurs, the data user need not be aware of that.

実施の形態2.
本発明の実施の形態2の構成について図9および図10を参照して説明する。図9は、実施の形態2における管理クライアントと各管理サーバとの論理的な接続状況を表した説明図である。また、図10は、実施の形態2における構成情報リポジトリ内のテーブルの例を示す説明図である。
Embodiment 2. FIG.
The configuration of the second embodiment of the present invention will be described with reference to FIG. 9 and FIG. FIG. 9 is an explanatory diagram showing a logical connection state between the management client and each management server in the second embodiment. FIG. 10 is an explanatory diagram illustrating an example of a table in the configuration information repository according to the second embodiment.

図9を参照すると、この実施の形態2では、利用者のインタフェースである管理クライアント11と、管理クライアント11に要求されたデータを提供する管理サーバ(A1)121と、収集データの保存を担当する管理サーバ(B1〜B3)131〜133と、管理対象ノードからのデータ収集を担当する管理サーバ(C11,C21,C21,C22,C31,C32)141,142,143,144,145,146とを備えている。すなわち、上記の実施の形態1では、図2に示すように、管理サーバの階層構造がデータ保存用の管理サーバとデータ収集用の管理サーバの2層(2段)であったが、この実施の形態2では、図9に示すように、管理クライアント11に要求されたデータを提供する管理サーバと、データ保存用の管理サーバと、データ収集用の管理サーバの3層(3段)の階層構造となっている。なお、管理サーバ(C11〜C32)141〜146は、それぞれ、管理対象ノード群151〜156に含まれる対象ノードのデータ収集を担当する。   Referring to FIG. 9, in the second embodiment, the management client 11 that is a user interface, the management server (A1) 121 that provides data requested to the management client 11, and the storage of collected data are handled. Management servers (B1 to B3) 131 to 133 and management servers (C11, C21, C21, C22, C31, C32) 141, 142, 143, 144, 145, 146 in charge of data collection from managed nodes I have. That is, in the first embodiment, as shown in FIG. 2, the hierarchical structure of the management server is two layers (two stages), that is, a data storage management server and a data collection management server. In the second embodiment, as shown in FIG. 9, three layers (three levels) of a management server that provides the requested data to the management client 11, a management server for data storage, and a management server for data collection It has a structure. The management servers (C11 to C32) 141 to 146 are in charge of data collection of target nodes included in the management target node groups 151 to 156, respectively.

この実施の形態2における構成情報リポジトリの内容を図10に示す。この実施の形態2では、収集データの保存を担当する管理サーバ、管理対象ノードからのデータ収集を担当する管理サーバの数をそれぞれ3台、6台としているが、環境、用途、運用形態によって、増減することもありうる。なお、管理サーバ(A1)121、管理サーバ(B1〜B3)131〜131、および管理サーバ(C11〜C32)141〜146の構成は、図3に示した構成と同様である。ただし、管理サーバ(A1)121および管理サーバ(C11〜C32)141〜146では、データリポジトリを設けずに、構成情報リポジトリのみ設けるようにしてもよい。   FIG. 10 shows the contents of the configuration information repository in the second embodiment. In the second embodiment, the number of management servers in charge of storing collected data and the number of management servers in charge of data collection from managed nodes are 3 and 6, respectively. However, depending on the environment, application, and operation mode, It can also increase or decrease. The configuration of the management server (A1) 121, the management servers (B1 to B3) 131 to 131, and the management servers (C11 to C32) 141 to 146 is the same as the configuration shown in FIG. However, in the management server (A1) 121 and the management servers (C11 to C32) 141 to 146, only the configuration information repository may be provided without providing the data repository.

次に、この実施の形態2におけるデータ管理システムの動作について説明する。この実施の形態2では、管理対象ノード群151〜156から、管理サーバ(C11〜C32)141〜146によってデータが収集される。収集されたデータは、管理サーバ(B1〜B3)131〜133のデータリポジトリに保存される。管理サーバ(A1)121は、管理クライアント11の要求に応じて、必要なデータを管理サーバ(B1〜B3)131〜133から取得(入手)し、取得したデータを管理クライアント11に返却する。その他の動作については、上記の実施の形態1と同様である。   Next, the operation of the data management system in the second embodiment will be described. In the second embodiment, data is collected from the management target node groups 151 to 156 by the management servers (C11 to C32) 141 to 146. The collected data is stored in the data repository of the management servers (B1 to B3) 131 to 133. The management server (A1) 121 acquires (acquires) necessary data from the management servers (B1 to B3) 131 to 133 in response to a request from the management client 11, and returns the acquired data to the management client 11. Other operations are the same as those in the first embodiment.

以上のように、この実施の形態2によれば、データの収集、データ保存・参照、データ提供の負荷を管理サーバ間で分散させることができるため、管理対象ノードが大量に存在するような大規模なシステムにおいても、利用者は管理クライアントを用いてシステム全体の情報を一括で参照することが可能となる。また、データ収集用の管理サーバに障害が発生した場合も、上記の実施の形態1と同様に、自動的に他のデータ収集用の管理サーバに収集処理が切り替わるにもかかわらず、データの保存先が変更されないことにより、管理クライアント11や管理サーバ(A1)121からみた場合に、その障害の影響を意識する必要がない。   As described above, according to the second embodiment, the load of data collection, data storage / reference, and data provision can be distributed among the management servers, so that a large number of managed nodes exist. Even in a large-scale system, the user can refer to the information of the entire system at once using the management client. Even if a failure occurs in the data collection management server, the data storage is performed even though the collection processing is automatically switched to another data collection management server, as in the first embodiment. Since the destination is not changed, it is not necessary to be aware of the influence of the failure when viewed from the management client 11 or the management server (A1) 121.

次に、本発明による保守システムの主要部を説明する。図11は、本発明によるデータ管理システムの主要部を示すブロック図である。図11に示すデータ管理システムでは、管理対象システム内の複数のノード3−1〜3−Nからデータを定期的に収集する複数の収集用管理サーバ2−1〜2−Nと、当該複数の収集用管理サーバ2−1〜2−Nを管理する主管理サーバ1とを備え、当該主管理サーバ1は、複数の収集用管理サーバ2−1〜2−Nによって複数のノード3−1〜3−Nから収集されたデータをデータ記憶部1Eに記憶するデータ記憶処理部1Aと、全ての管理サーバ1,2−1〜2−Nの情報および複数の収集用管理サーバ2−1〜2−Nが管轄しているノード3−1〜3−Nの情報を構成情報として構成情報記憶部1Fに記憶する構成情報記憶処理部1Bと、複数の収集用管理サーバ2−1〜2−Nと構成情報を共有するための処理を実行する構成情報共有処理部1Cと、外部端末からの所定ノードのデータ取得要求を受けた場合に、構成情報を参照して所定ノードのデータをデータ記憶部1Eから取得し、取得したデータを外部端末に送信するデータ提供部1Dとを含む構成とされている。   Next, the main part of the maintenance system according to the present invention will be described. FIG. 11 is a block diagram showing the main part of the data management system according to the present invention. In the data management system shown in FIG. 11, a plurality of collection management servers 2-1 to 2-N that regularly collect data from a plurality of nodes 3-1 to 3-N in the management target system, And a main management server 1 that manages the collection management servers 2-1 to 2-N. The main management server 1 includes a plurality of nodes 3-1 to 3 by a plurality of collection management servers 2-1 to 2-N. A data storage processing unit 1A that stores data collected from 3-N in the data storage unit 1E, information of all the management servers 1, 21-2 to 2-N, and a plurality of collection management servers 2-1 to 2 Configuration information storage processing unit 1B that stores information of nodes 3-1 to 3-N managed by -N in the configuration information storage unit 1F as configuration information, and a plurality of collection management servers 2-1 to 2-N Configuration information sharing that executes processing for sharing configuration information with Data for acquiring data of a predetermined node from the data storage unit 1E with reference to the configuration information when receiving a data acquisition request for the predetermined node from the processing unit 1C and the external terminal, and transmitting the acquired data to the external terminal It is set as the structure containing provision part 1D.

なお、上記の実施の形態1では、管理クライアント11からデータ保存用の管理サーバ(A)21(マスタ管理サーバ)を指定するように構成されていたが、そのような構成に限られず、データ保存用の管理サーバ(A)21はあらかじめ定められていてもよい。また、上記の実施の形態2では、管理クライアント11からデータ提供用の管理サーバ(A1)121およびデータ保存用の管理サーバ(B1〜B3)131〜133を指定することを想定しているが、そのような構成に限られず、それらの管理サーバはあらかじめ定められていてもよい。また、上記の各実施の形態において、管理クライアント11からデータ収集用の管理サーバを指定するように構成されていたが、データ収集用の管理サーバもあらかじめ定められていてもよい。   In the first embodiment, the management client (A) 21 (master management server) for data storage is designated from the management client 11. However, the present invention is not limited to such a configuration, and data storage is performed. Management server (A) 21 may be determined in advance. In the second embodiment, it is assumed that the management server (A1) 121 for data provision and the management servers (B1 to B3) 131 to 133 for data storage are designated from the management client 11. The management server is not limited to such a configuration, and those management servers may be determined in advance. Further, in each of the above-described embodiments, the management client 11 is configured to designate a data collection management server. However, the data collection management server may be determined in advance.

また、図6および図7を用いて、管理サーバや管理対象ノードを追加する処理について説明したが、管理サーバや管理対象ノードを削除する処理も、上記の実施の形態で説明した処理(図6〜図9の処理)と同様の処理又は類似の処理を用いて行うことが可能である。すなわち、図6のステップS1において管理サーバの削除命令を行うと、管理サーバ(A)21は、命令された管理サーバの情報を構成情報リポジトリから削除し、また、削除された管理サーバが担当している対象ノードを他の管理サーバの担当に変更し、さらに、他のすべてのデータ収集用の管理サーバと当該構成情報を共有する。   6 and 7 are used to describe the process of adding a management server and a managed node, but the process of deleting a management server and a managed node is also the process described in the above embodiment (FIG. 6). It is possible to carry out using the same process as that in FIG. That is, when a management server deletion command is issued in step S1 of FIG. 6, the management server (A) 21 deletes the commanded management server information from the configuration information repository, and the deleted management server is in charge. The target node is changed to the charge of another management server, and the configuration information is shared with all other management servers for data collection.

また、各管理サーバは、それぞれデータ保存部を備えていたが、データ保存部は管理サーバとは別の記憶装置(ストレージ装置)であってもよい。   Each management server includes a data storage unit, but the data storage unit may be a storage device (storage device) different from the management server.

また、データ収集用の管理サーバが自身の管理している対象ノードの情報を自身のデータリポジトリに保存するように構成してもよい。また、データ保存用の管理サーバ(マスタ管理サーバ)が所定の対象ノードのデータ収集を行うように構成してもよい。   In addition, the management server for data collection may be configured to store information on the target node managed by itself in its own data repository. Further, the data storage management server (master management server) may collect data of a predetermined target node.

また、データ管理システムを構成する管理サーバの数や階層構造などは、環境、用途、運用形態によって適宜変更され得る。   In addition, the number of management servers constituting the data management system, the hierarchical structure, and the like can be appropriately changed according to the environment, usage, and operation mode.

本発明は、大規模システムにおける対象ノードからのリアルタイムデータを効率的に収集し、収集したデータを保存・参照するためのデータ管理システムに適用される。   The present invention is applied to a data management system for efficiently collecting real-time data from a target node in a large-scale system and storing / referencing the collected data.

11 管理クライアント
21 管理サーバ(A)
31〜33 管理サーバ(B1〜B3)
41〜43 管理対象ノード群
121 管理サーバ(A1)
131〜133 管理サーバ(B1〜B3)
141〜146 管理サーバ(C11〜C32)
151〜156 管理対象ノード群
510 データ処理部
511 構成情報操作部
512 データ入出力部
513 データ収集部
514 リポジトリデータ監視部
520 データ保存部
521 構成情報リポジトリ
522 データリポジトリ
530 インタフェース部
531 構成情報操作インタフェース部
532 データ入出力インタフェース部
11 Management Client 21 Management Server (A)
31-33 Management server (B1-B3)
41 to 43 Managed node group 121 Management server (A1)
131-133 management server (B1-B3)
141-146 management server (C11-C32)
151-156 Management target node group 510 Data processing unit 511 Configuration information operation unit 512 Data input / output unit 513 Data collection unit 514 Repository data monitoring unit 520 Data storage unit 521 Configuration information repository 522 Data repository 530 Interface unit 531 Configuration information operation interface unit 532 Data input / output interface

Claims (10)

管理対象システム内の複数のノードからデータを定期的に収集する複数の収集用管理サーバと、
当該複数の収集用管理サーバを管理する主管理サーバとを備え、
当該主管理サーバは、
前記複数の収集用管理サーバによって前記複数のノードから収集されたデータをデータ記憶部に記憶するデータ記憶処理部と、
全ての管理サーバの情報および前記複数の収集用管理サーバが管轄しているノードの情報を構成情報として構成情報記憶部に記憶する構成情報記憶処理部と、
前記複数の収集用管理サーバと前記構成情報を共有するための処理を実行する構成情報共有処理部と、
外部端末からの所定ノードのデータ取得要求を受けた場合に、前記構成情報を参照して前記所定ノードのデータを前記データ記憶部から取得し、取得したデータを前記外部端末に送信するデータ提供部とを含む
ことを特徴とするデータ管理システム。
Multiple collection management servers that periodically collect data from multiple nodes in the managed system;
A main management server that manages the plurality of collection management servers,
The main management server
A data storage processing unit for storing data collected from the plurality of nodes by the plurality of collection management servers in a data storage unit;
A configuration information storage processing unit that stores information of all management servers and information of nodes managed by the plurality of collection management servers as configuration information in a configuration information storage unit;
A configuration information sharing processing unit that executes processing for sharing the configuration information with the plurality of collection management servers;
A data providing unit that, when receiving a data acquisition request of a predetermined node from an external terminal, acquires data of the predetermined node from the data storage unit with reference to the configuration information, and transmits the acquired data to the external terminal A data management system characterized by including:
構成情報共有処理部は、外部端末から構成情報の変更要求を受けた場合、変更要求に応じた構成情報の変更処理を行うとともに、変更処理した構成情報を複数の収集用管理サーバに送信する
請求項1記載のデータ管理システム。
When the configuration information sharing processing unit receives a configuration information change request from an external terminal, the configuration information sharing processing unit performs the configuration information change processing according to the change request and transmits the changed configuration information to a plurality of collection management servers. Item 2. A data management system according to item 1.
複数の収集用管理サーバは、外部端末からの所定ノードのデータ取得要求を受けた場合に、当該データ取得要求を主管理サーバに転送するデータ取得要求転送部を含み、
データ提供部は、前記複数の収集用管理サーバのいずれかから転送された前記データ取得要求を受けた場合に、前記構成情報を参照して前記所定ノードのデータをデータ記憶部から取得し、取得したデータを前記外部端末に送信する
請求項1または請求項2記載のデータ管理システム。
The plurality of collection management servers include a data acquisition request transfer unit that, when receiving a data acquisition request for a predetermined node from an external terminal, transfers the data acquisition request to the main management server,
When the data providing unit receives the data acquisition request transferred from any of the plurality of collection management servers, the data providing unit acquires the data of the predetermined node from the data storage unit with reference to the configuration information, and acquires the data The data management system according to claim 1 or 2, wherein transmitted data is transmitted to the external terminal.
主管理サーバは、定期的に、複数の収集用管理サーバの各々が所定期間データの収集を実行していないか否かを判定するデータ収集判定部を含み、
構成情報共有処理部は、前記データ収集判定部によって特定の収集用管理サーバが前記所定期間データの収集を実行していないと判定された場合には、前記特定の収集用管理サーバが管轄しているノードを他の収集用管理サーバの管轄に変更し、変更した構成情報を前記複数の収集用管理サーバに送信する
請求項1から請求項3のうちのいずれかに記載のデータ管理システム。
The main management server includes a data collection determination unit that periodically determines whether or not each of the plurality of collection management servers has not collected data for a predetermined period,
The configuration information sharing processing unit is in charge of the specific collection management server when the data collection determination unit determines that the specific collection management server has not collected the data for the predetermined period. The data management system according to any one of claims 1 to 3, wherein the existing node is changed to a jurisdiction of another collection management server, and the changed configuration information is transmitted to the plurality of collection management servers.
主管理サーバは、データ記憶処理部を含まず、
複数の収集用管理サーバによって複数のノードから収集されたデータをデータ記憶部に記憶する一または複数のデータ記憶用管理サーバを備え、
データ提供部は、外部端末からの所定ノードのデータ取得要求を受けた場合に、構成情報を参照して前記所定ノードのデータを前記データ記憶用管理サーバの前記データ記憶部から取得し、取得したデータを前記外部端末に送信する
請求項1から請求項4のうちのいずれかに記載のデータ管理システム。
The main management server does not include the data storage processing unit,
Including one or more data storage management servers for storing data collected from a plurality of nodes by a plurality of collection management servers in a data storage unit;
When the data providing unit receives a data acquisition request for a predetermined node from an external terminal, the data providing unit acquires the data of the predetermined node from the data storage unit of the data storage management server by referring to configuration information, and acquires the data The data management system according to any one of claims 1 to 4, wherein data is transmitted to the external terminal.
複数の収集用管理サーバによって管理対象システム内の複数のノードから収集されたデータをデータ記憶部に記憶するデータ記憶処理部と、
全ての管理サーバの情報および前記複数の収集用管理サーバが管轄しているノードの情報を構成情報として構成情報記憶部に記憶する構成情報記憶処理部と、
前記複数の収集用管理サーバと前記構成情報を共有するための処理を実行する構成情報共有処理部と、
外部端末からの所定ノードのデータ取得要求を受けた場合に、前記構成情報を参照して前記所定ノードのデータを前記データ記憶部から取得し、取得したデータを前記外部端末に送信するデータ提供部とを含む
ことを特徴とする管理サーバ。
A data storage processing unit for storing data collected from a plurality of nodes in the managed system by a plurality of collection management servers in a data storage unit;
A configuration information storage processing unit that stores information of all management servers and information of nodes managed by the plurality of collection management servers as configuration information in a configuration information storage unit;
A configuration information sharing processing unit that executes processing for sharing the configuration information with the plurality of collection management servers;
A data providing unit that, when receiving a data acquisition request of a predetermined node from an external terminal, acquires data of the predetermined node from the data storage unit with reference to the configuration information, and transmits the acquired data to the external terminal A management server characterized by including:
主管理サーバが、複数の収集用管理サーバによって管理対象システム内の複数のノードから収集されたデータをデータ記憶部に記憶するデータ記憶処理ステップと、
全ての管理サーバの情報および前記複数の収集用管理サーバが管轄しているノードの情報を構成情報として構成情報記憶部に記憶する構成情報記憶処理ステップと、
前記複数の収集用管理サーバと前記構成情報を共有するための処理を実行する構成情報共有処理ステップと、
外部端末からの所定ノードのデータ取得要求を受けた場合に、前記構成情報を参照して前記所定ノードのデータを前記データ記憶部から取得し、取得したデータを前記外部端末に送信するデータ提供ステップとを実行する
ことを特徴とするデータ管理方法。
A data storage processing step in which the main management server stores data collected from a plurality of nodes in the managed system by a plurality of collection management servers in a data storage unit;
Configuration information storage processing step for storing information on all management servers and information on nodes managed by the plurality of collection management servers in the configuration information storage unit as configuration information;
A configuration information sharing processing step for executing processing for sharing the configuration information with the plurality of collection management servers;
A data providing step of acquiring data of the predetermined node from the data storage unit with reference to the configuration information and transmitting the acquired data to the external terminal when receiving a data acquisition request of the predetermined node from an external terminal The data management method characterized by performing these.
構成情報共有処理ステップにおいて、外部端末から構成情報の変更要求を受けた場合、変更要求に応じた構成情報の変更処理を行うとともに、変更処理した構成情報を複数の収集用管理サーバに送信する
請求項7記載のデータ管理方法。
In the configuration information sharing processing step, when a configuration information change request is received from an external terminal, the configuration information is changed according to the change request, and the changed configuration information is transmitted to a plurality of collection management servers. Item 8. The data management method according to Item 7.
コンピュータに、
複数の収集用管理サーバによって管理対象システム内の複数のノードから収集されたデータをデータ記憶部に記憶するデータ記憶処理と、
全ての管理サーバの情報および前記複数の収集用管理サーバが管轄しているノードの情報を構成情報として構成情報記憶部に記憶する構成情報記憶処理と、
前記複数の収集用管理サーバと前記構成情報を共有するための処理を実行する構成情報共有処理と、
外部端末からの所定ノードのデータ取得要求を受けた場合に、前記構成情報を参照して前記所定ノードのデータを前記データ記憶部から取得し、取得したデータを前記外部端末に送信するためのデータ提供処理と
を実行させるためのデータ管理用プログラム。
On the computer,
A data storage process for storing data collected from a plurality of nodes in the managed system by a plurality of collection management servers in a data storage unit;
Configuration information storage processing for storing all management server information and node information managed by the plurality of collection management servers in the configuration information storage unit as configuration information;
A configuration information sharing process for executing a process for sharing the configuration information with the plurality of collection management servers;
Data for acquiring data of the predetermined node from the data storage unit with reference to the configuration information when receiving a data acquisition request of the predetermined node from an external terminal, and transmitting the acquired data to the external terminal Data management program to execute the provision process.
コンピュータに、
構成情報共有処理で、外部端末から構成情報の変更要求を受けた場合、変更要求に応じた構成情報の変更処理を行うとともに、変更処理した構成情報を複数の収集用管理サーバに送信するための処理を実行させる請求項9記載のデータ管理用プログラム。
On the computer,
In the configuration information sharing process, when a configuration information change request is received from an external terminal, the configuration information is changed according to the change request, and the changed configuration information is sent to a plurality of collection management servers. The data management program according to claim 9, wherein the processing is executed.
JP2010061119A 2010-03-17 2010-03-17 Data management system, management server, data management method, and program for data management Pending JP2011197775A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010061119A JP2011197775A (en) 2010-03-17 2010-03-17 Data management system, management server, data management method, and program for data management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010061119A JP2011197775A (en) 2010-03-17 2010-03-17 Data management system, management server, data management method, and program for data management

Publications (1)

Publication Number Publication Date
JP2011197775A true JP2011197775A (en) 2011-10-06

Family

ID=44875944

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010061119A Pending JP2011197775A (en) 2010-03-17 2010-03-17 Data management system, management server, data management method, and program for data management

Country Status (1)

Country Link
JP (1) JP2011197775A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5659323B1 (en) * 2014-03-20 2015-01-28 楽天株式会社 Information processing apparatus, information processing method, program, and storage medium
WO2017017774A1 (en) * 2015-07-28 2017-02-02 株式会社日立製作所 Storage monitoring system and monitoring method therefor
CN111599424A (en) * 2020-04-27 2020-08-28 贵州精准健康数据有限公司 Intelligent medical record big data center management method and device
CN113010370A (en) * 2019-12-04 2021-06-22 阿自倍尔株式会社 Data acquisition device and data acquisition method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000029808A (en) * 1998-07-14 2000-01-28 Fujitsu Ltd Server device and recording medium
JP2003015972A (en) * 2001-06-27 2003-01-17 Hitachi Ltd System management device and system management method
JP2004221930A (en) * 2003-01-15 2004-08-05 Kddi Corp Method, device and program for determining management range for managing distributed network
JP2006209440A (en) * 2005-01-27 2006-08-10 Intec Netcore Inc Device and method for managing network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000029808A (en) * 1998-07-14 2000-01-28 Fujitsu Ltd Server device and recording medium
JP2003015972A (en) * 2001-06-27 2003-01-17 Hitachi Ltd System management device and system management method
JP2004221930A (en) * 2003-01-15 2004-08-05 Kddi Corp Method, device and program for determining management range for managing distributed network
JP2006209440A (en) * 2005-01-27 2006-08-10 Intec Netcore Inc Device and method for managing network

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5659323B1 (en) * 2014-03-20 2015-01-28 楽天株式会社 Information processing apparatus, information processing method, program, and storage medium
WO2015140998A1 (en) * 2014-03-20 2015-09-24 楽天株式会社 Information processing device, information processing method, program, and recording medium
WO2017017774A1 (en) * 2015-07-28 2017-02-02 株式会社日立製作所 Storage monitoring system and monitoring method therefor
JPWO2017017774A1 (en) * 2015-07-28 2017-10-26 株式会社日立製作所 Storage monitoring system and monitoring method thereof
US10585620B2 (en) 2015-07-28 2020-03-10 Hitachi, Ltd. Storage monitoring system for monitoring components in a storage system in a distributed manner
CN113010370A (en) * 2019-12-04 2021-06-22 阿自倍尔株式会社 Data acquisition device and data acquisition method
JP7433030B2 (en) 2019-12-04 2024-02-19 アズビル株式会社 Data acquisition device and data acquisition method
CN111599424A (en) * 2020-04-27 2020-08-28 贵州精准健康数据有限公司 Intelligent medical record big data center management method and device
CN111599424B (en) * 2020-04-27 2023-10-31 贵州精准健康数据有限公司 Intelligent medical record big data center management method and device

Similar Documents

Publication Publication Date Title
DE102004052270B4 (en) Processing device management system
US11290524B2 (en) Scalable fault resilient communications within distributed clusters
JP5335948B2 (en) System for managing program execution by multiple computer systems
CA3168286A1 (en) Data flow processing method and system
CN108183961A (en) A kind of distributed caching method based on Redis
US20110271275A1 (en) Software distribution management method of computer system and computer system for software distribution management
CN103366022B (en) Information handling system and disposal route thereof
WO2021190360A1 (en) Virtualized resource scheduling system and method in vehicle diagnostic cloud platform
WO2012145963A1 (en) Data management system and method
US10142195B1 (en) Partitioned performance tracking core resource consumption independently
US20160234129A1 (en) Communication system, queue management server, and communication method
CN109639773A (en) A kind of the distributed data cluster control system and its method of dynamic construction
US9911004B2 (en) Cloud-based hardware architecture
JP2016051446A (en) Calculator system, calculator, and load dispersing method and program
JP2011197775A (en) Data management system, management server, data management method, and program for data management
JP6011786B2 (en) Distributed storage system, distributed storage data allocation control method, and distributed storage data allocation control program
US10033620B1 (en) Partitioned performance adaptive policies and leases
JP2005309838A (en) Information management system and information management method, and information management sub-system therefor
JP5454953B2 (en) Communication resource allocation system
KR101596325B1 (en) System for managing server/storge system
CN116723077A (en) Distributed IT automatic operation and maintenance system
WO2016174739A1 (en) Multicomputer system, management computer, and data linkage management method
JP2024514467A (en) Geographically distributed hybrid cloud cluster
EP3719646B1 (en) Method for communicating in a network-distributed process control system and network-distributed process control system
EP3709173B1 (en) Distributed information memory system, method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130205

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131018

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131022

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140304