WO2016103797A1 - Cluster system, cluster management server, and cluster management program - Google Patents

Cluster system, cluster management server, and cluster management program Download PDF

Info

Publication number
WO2016103797A1
WO2016103797A1 PCT/JP2015/075466 JP2015075466W WO2016103797A1 WO 2016103797 A1 WO2016103797 A1 WO 2016103797A1 JP 2015075466 W JP2015075466 W JP 2015075466W WO 2016103797 A1 WO2016103797 A1 WO 2016103797A1
Authority
WO
WIPO (PCT)
Prior art keywords
cluster
installer
computer
server
node
Prior art date
Application number
PCT/JP2015/075466
Other languages
French (fr)
Japanese (ja)
Inventor
甲 島澤
博憲 渡辺
Original Assignee
ウイングアーク1st株式会社
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 ウイングアーク1st株式会社 filed Critical ウイングアーク1st株式会社
Publication of WO2016103797A1 publication Critical patent/WO2016103797A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements

Definitions

  • the present invention relates to a cluster system, a cluster management server, and a cluster management program, and more particularly to a cluster system made redundant by using a plurality of computers and a construction method thereof.
  • a setting file (including the number and name of servers constituting a server cluster) and a monitoring program are set in a remote computer connected to the Internet.
  • the remote computer transmits the setting file and the monitoring program to a plurality of servers based on the server name set in the setting file.
  • the server program is established by executing the monitoring program in each of the plurality of servers that have received the setting file and the monitoring program, and causing the plurality of servers to communicate with each other.
  • a plurality of nodes are hierarchically configured from a master node to a terminal node.
  • the master node holds installation information, installs its own node, and instructs the subordinate nodes to start up.
  • the node that received the activation instruction from the upper node acquires the installation information from the upper node that issued the activation instruction, and installs its own node. Instructs the subordinate node to start.
  • Each node refers to the configuration information and determines installation parameters using the node identification information as a key. Then, based on the determined installation parameter value, a node-specific value (for example, an IP address, a node name, a setting file for mounting a file system, etc.) is set, and the system operates at system startup. Create an environment.
  • Patent Documents 1 and 2 it is possible to automatically construct a cluster system.
  • each of the systems disclosed in Patent Documents 1 and 2 is based on an on-premises environment, and there is a problem that a company has to install all necessary facilities for constructing a cluster system. That is, in the case of the system described in Patent Document 1, a company must introduce all of a plurality of servers and remote computers constituting a cluster in-house. Further, in the case of the system described in Patent Document 2, the company must introduce all nodes from the master node to the end node. Therefore, in addition to the time and effort required for system construction, there is a problem that the flexibility of expansion / reduction is lacking.
  • the present invention has been made to solve such a problem, and it is an object of the present invention to reduce the labor of preparing all necessary facilities on-premises and to construct a cluster system more easily. .
  • an installer including a redundancy program and setting information for configuring a computer as a cluster server is generated and transmitted to the computer. Then, the computer that has received the installer executes the installer to install the redundancy program and sets the setting information to establish the computer as a cluster server.
  • the present invention configured as described above, it is only necessary to access a centralized management server installed in a cloud environment, download an installer to each of a plurality of computers installed in a company, and execute the installation.
  • An environment necessary for configuring the plurality of computers as a cluster server can be constructed. This makes it possible to construct a cluster system more easily by using the centralized management server on the cloud without taking the trouble of introducing the centralized management server in an on-premises environment.
  • FIG. 1 is a diagram showing an example of the overall configuration of a cluster system according to the present embodiment.
  • the cluster system of this embodiment includes a centralized management server (cluster management server) 10 and a plurality of cluster servers 20.
  • the central management server 10 is installed in a cloud environment.
  • the central management server 10 is installed on the Internet accessible from the cluster server 20.
  • the plurality of cluster servers 20 are installed on, for example, an in-house LAN 100 that can be connected to the Internet.
  • the plurality of cluster servers 20 install the redundancy program by the installer downloaded from the central management server 10 on the computers installed in the company, and set predetermined setting information, thereby making the computers in the cluster server 20 As established.
  • two cluster servers 20 established by installing a redundancy program and one computer 20 'not installed are connected to the in-house LAN 100. If the redundancy program is installed in the single computer 20 ′, it can be established as the cluster server 20.
  • a database 30 that can be shared and used by the cluster server 20 is connected to the in-house LAN 100.
  • a user terminal 40 is connected to the central management server 10 via the Internet. By accessing the database 30 from the user terminal 40 via the centralized management server 10 and the cluster server 20, desired processing can be performed on the data in the database 30.
  • the centralized management server 10 controls to access the database 30 by operating any one of the plurality of cluster servers 20. Then, whether or not a failure has occurred in the operating cluster server 20 is monitored, and when the occurrence of the failure is detected, another cluster server 20 is operated and switched to access the database 30.
  • the user terminal 40 is connected to the outside of the corporate LAN 100, but may be connected to the corporate LAN 100.
  • the central management server 10 may actually be connected to the central management server 10.
  • FIG. 2 is a block diagram illustrating a functional configuration example of the central management server 10 and the cluster server 20 according to the present embodiment.
  • the server 10 according to the present embodiment includes a request reception unit 11, an installer generation unit 12, an installer transmission unit 13, a priority order setting unit 14, an operation management unit 15, and a storage unit 16.
  • the cluster server 20 of the present embodiment includes a request transmission unit 21, an installer reception unit 22, an installation unit 23, and a redundancy processing execution unit 24.
  • the request transmission unit 21, the installer reception unit 22, and the installation unit 23 of the cluster server 20 are executed in a state before the redundancy program is installed in the cluster server 20 (that is, the state of the computer 20 ′). is there.
  • the redundancy processing execution unit 24 of the cluster server 20 is executed in a state after the redundancy program is installed (that is, a state established as the cluster server 20).
  • Each of the functional blocks 11 to 15 of the server 10 is actually configured with a CPU, a RAM, a ROM, and the like, and a program stored in a recording medium such as a RAM, a ROM, a hard disk, or a semiconductor memory (the cluster in the claims) This is realized by operating a management program).
  • each functional block 21 to 24 of the cluster server 20 is actually configured with a CPU, RAM, ROM, etc., and a program stored in a recording medium such as RAM, ROM, hard disk, or semiconductor memory operates. Is realized. Note that all or a part of each of the functional blocks 11 to 15 and 21 to 24 can be configured by hardware or a DSP (Digital Signal Processor).
  • DSP Digital Signal Processor
  • the request transmission unit 21 of the cluster server 20 (computer 20 ') requests the central management server 10 to download an installer for installing the redundancy program. This request is made, for example, by the user operating the computer 20 ′ to access the central management server 10 and instructing the installer to download on the screen provided by the central management server 10.
  • the request receiving unit 11 of the cluster management server 10 receives a request sent from the computer 20 'via the Internet.
  • the installer generating unit 12 generates an installer including a redundancy program and setting information for configuring the computer 20 ′ as the cluster server 20.
  • the installer generation unit 12 issues a node ID for uniquely identifying the computer 20 ′ in response to a request sent from the computer 20 ′, and uses the node ID as a part of the setting information. Generate an installer that contains.
  • the setting information includes connection setting information necessary for connection between the cluster server 20 and the centralized management server 10, individual security certificates, and access setting information necessary for accessing the database 30 from the cluster server 20. (Path information, reference authority information, etc.).
  • the installer transmission unit 13 of the central management server 10 transmits (downloads) the installer generated by the installer generation unit 12 to the computer 20 'that is the transmission source of the request.
  • the installer reception unit 22 of the computer 20 ′ receives the installer transmitted by the installer transmission unit 13 of the central management server 10.
  • the installation unit 23 of the computer 20 ′ executes the installer received by the installer reception unit 22, installs the redundancy program in the computer 20 ′, and sets the setting information, thereby setting the computer 20 ′ as the cluster server 20. Establish.
  • the redundancy process execution unit 24 performs a predetermined redundancy process by executing the installed redundancy program. For example, the redundancy processing execution unit 24 monitors whether or not a failure has occurred in the cluster server 20 and performs processing for notifying the central management server 10 of the result.
  • the redundancy processing execution unit 24 transmits information indicating that periodically or in response to a request from the centralized management server 10.
  • the redundancy processing execution unit 24 stops transmission of information to the central management server 10 when a failure occurs in the cluster server 20.
  • the central management server 10 can monitor whether or not a failure has occurred in the cluster server 20 depending on whether or not information is transmitted from the cluster server 20.
  • the priority order setting unit 14 of the central management server 10 sets an operation priority order for the node ID issued by the installer generation unit 12, and stores the node ID together with the priority order in the storage unit 16.
  • An arbitrary method can be applied as the priority setting method.
  • the priority order can be set in the order in which the node IDs are issued.
  • the load status may be inquired to a plurality of cluster servers 20, and a higher priority may be set in order of increasing load.
  • FIG. 3 is a diagram illustrating a setting example of the priority order stored in the storage unit 16 by the priority order setting unit 14 of the present embodiment.
  • the storage unit 16 stores the node ID issued by the installer generation unit 12 and the priority set by the priority setting unit 14 for the node ID in association with each other. ing. In the example of FIG. 3, a higher priority is set in the order in which the node IDs are issued.
  • the priority order setting unit 14 deletes the combination of the node ID and the priority order corresponding to the cluster server 20 from which the uninstallation has been performed from the storage unit 16. By uninstalling the redundancy program, the cluster server 20 returns to the normal computer 20 '.
  • the operation management unit 15 of the central management server 10 operates a plurality of cluster servers 20 according to the priority order set by the priority order setting unit 14 and stored in the storage unit 16. Specifically, the operation management unit 15 operates the cluster server 20 in which the priority order is set to the first by the priority order setting unit 14. When the information notified from the redundancy processing execution unit 24 detects that a failure has occurred in the cluster server 20 that is operating at the first priority, the operation management unit 15 has the second priority. The cluster server 20 is switched to operate.
  • the operation management unit 15 accesses the database 30 through the cluster server 20 with the highest priority and acquires the requested data.
  • the first-ranked cluster server 20 is controlled.
  • the operation management unit 15 detects that a failure has occurred in the operating cluster server 20
  • the operation management unit 15 accesses the database 30 through the second highest cluster server 20 and is requested from the user terminal 40.
  • the second rank cluster server 20 is controlled so as to acquire data.
  • the operation management unit 15 normally accesses the database 30 through the cluster server 20 having the highest priority.
  • the first cluster server 20 acquires necessary data from the database 30, performs data processing requested from the user terminal 40, and sends the processing result to the user terminal 40 via the central management server 10. Send.
  • the operation management unit 15 detects that a failure has occurred in the first cluster server 20 that is operating, the operation management unit 15 performs control so that the database 30 is accessed through the cluster server 20 having the second priority. .
  • the second cluster server 20 obtains necessary data from the database 30, performs data processing requested from the user terminal 40, and sends the processing result to the user terminal 40 via the central management server 10. Send.
  • FIG. 4 is a flowchart showing an example of the redundant program installation operation executed by the cluster system of the present embodiment configured as described above.
  • the flowchart shown in FIG. 4 starts when the computer 20 'requests the central management server 10 to download an installer.
  • the request receiving unit 11 of the central management server 10 receives a request sent from the computer 20 'via the Internet (step S1).
  • the installer generation unit 12 issues a node ID for uniquely identifying the computer 20 '(step S2), and generates an installer including a redundancy program and setting information (step S3).
  • the setting information includes a node ID issued by the installer generation unit 12, connection setting information, individual security certificate, access setting information for the database 30, and the like.
  • the priority order setting unit 14 sets a priority order for the node ID issued by the installer generation unit 12, and associates the node ID with the priority order and stores them in the storage unit 16 (step S4). Thereafter, the installer transmitting unit 13 transmits the installer generated by the installer generating unit 12 in step S3 to the requesting computer 20 '(step S5).
  • the installer reception unit 22 of the computer 20 'receives the installer transmitted by the installer transmission unit 13 of the central management server 10 (step S6). Then, the installation unit 23 executes the installer received by the installer receiving unit 22, installs the redundancy program in the computer 20 ′, and sets the setting information, thereby establishing the computer 20 ′ as the cluster server 20. (Step S7). Thereby, the process of the flowchart shown in FIG. 4 is completed.
  • the present invention is not limited to this.
  • the same priority may be set for two or more cluster servers 20.
  • the first priority is set for two or more cluster servers 20.
  • the operation management unit 15 monitors the load status of the plurality of cluster servers 20 with the first priority set, selects one of the cluster servers 20 according to the load status, and selects the user terminal. The processing requested from 40 may be executed. In this way, the operation management unit 15 can function as a load balancer.
  • the centralized management server 10 installed in a cloud environment generates an installer including a redundancy program and setting information for configuring the computer 20 ′ as the cluster server 20, and the computer
  • the computer 20 ′ transmitted to 20 ′ and receiving the installer executes the installer to install the redundancy program, and sets the setting information to establish the computer 20 ′ as the cluster server 20. .
  • the centralized management server 10 installed in the cloud environment is accessed, and the installer is downloaded to each of the plurality of computers 20 ′ installed in the company and installed.
  • the cluster server 20 can be returned to the normal computer 20 'simply by uninstalling the redundancy program.
  • the operation management unit 15 of the central management server 10 operates according to the redundancy program installed in the cluster server 20.
  • the occurrence of a failure is monitored in cooperation with the redundant processing execution unit 24.
  • the operation is switched to another cluster server 20.
  • the operation of the constructed cluster system can be easily performed using the centralized management server 10 installed in the cloud environment. That is, the cloud service provided by the operation management unit 15 of the central management server 10 can be used as it is by the cluster server 20 established by installing the redundancy program.
  • the centralized management server 10 on the cloud is used without introducing the centralized management server in an on-premises environment or changing the network configuration on the in-house LAN 100.
  • a cluster system can be constructed more easily. Therefore, it is possible to greatly reduce the time and labor required for constructing the cluster system.
  • the cluster server 20 can be easily expanded / reduced according to the capacity of the database 30 and the number of connected user terminals 40. Such enhancement of expansion / reduction flexibility is particularly effective when the first priority is set for a plurality of cluster servers 20 and the operation management unit 15 functions as a load balancer.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Hardware Redundancy (AREA)
  • Stored Programmes (AREA)

Abstract

Provided is a cluster system comprising: in a centralized management server 10 which is installed in a cloud environment, an installer generating unit 12 which generates an installer which includes a redundancy program and setting information, and an installer transmitting unit 13 which transmits the installer to a computer 20'; and an install unit 23 which installs the redundancy program and sets the setting information, thereby establishing the computer 20' as a cluster server 20. By simply accessing the centralized management server 10 which is installed in the cloud environment, downloading the installer to each of a plurality of the computers 20', and executing the installation, it is possible to establish the plurality of computers 20' as the cluster servers 20 and configure a cluster system.

Description

クラスタシステム、クラスタ管理サーバおよびクラスタ管理用プログラムCluster system, cluster management server, and cluster management program
 本発明は、クラスタシステム、クラスタ管理サーバおよびクラスタ管理用プログラムに関し、特に、複数のコンピュータを用いて冗長化したクラスタシステムとその構築方法に関するものである。 The present invention relates to a cluster system, a cluster management server, and a cluster management program, and more particularly to a cluster system made redundant by using a plurality of computers and a construction method thereof.
 従来、1台のコンピュータが障害などで停止してもシステム全体が止まることがないように、複数のコンピュータを用いて冗長化したクラスタシステムが広く利用されている。このクラスタシステムを構築するためには、複数のコンピュータに対して必要な設定を行う必要がある。従来、このクラスタシステムの構築を簡易に行えるようにしたシステムが提案されている(例えば、特許文献1,2参照)。 Conventionally, a redundant cluster system using a plurality of computers has been widely used so that even if one computer stops due to a failure or the like, the entire system does not stop. In order to construct this cluster system, it is necessary to make necessary settings for a plurality of computers. Conventionally, a system has been proposed in which the cluster system can be easily constructed (see, for example, Patent Documents 1 and 2).
 特許文献1に記載のサーバ監視システムでは、インターネットに接続されたリモートコンピュータに設定ファイル(サーバクラスタを構成するサーバの数量および名称を含む)と監視プログラムとを設定する。リモートコンピュータは、設定ファイル中に設定されたサーバの名称に基づいて、設定ファイルおよび監視プログラムを複数のサーバに送信する。そして、設定ファイルおよび監視プログラムを受信した複数のサーバ内でそれぞれ監視プログラムを実行して、複数のサーバ間を互いに通信させることによって、サーバクラスタを確立する。 In the server monitoring system described in Patent Document 1, a setting file (including the number and name of servers constituting a server cluster) and a monitoring program are set in a remote computer connected to the Internet. The remote computer transmits the setting file and the monitoring program to a plurality of servers based on the server name set in the setting file. Then, the server program is established by executing the monitoring program in each of the plurality of servers that have received the setting file and the monitoring program, and causing the plurality of servers to communicate with each other.
 特許文献2に記載のクラスタシステムでは、マスターノードから末端ノードまで複数のノードが階層的に構成されている。マスターノードがインストール情報を保持し、自ノードのインストールを行うとともに、配下のノードに対して起動を指示する。マスターノード配下のノードから末端ノードまでの各ノードは、上位ノードからの起動指示を受けたノードが起動すると、起動指示を行った上位ノードからインストール情報を取得し、自ノードのインストールを行うとともに、配下のノードに対して起動を指示する。各ノードは、構成情報を参照して、ノード識別情報をキーとして、インストールパラメータを決定する。そして、決定されたインストールパラメータの値に基づいて、ノード固有の値(例えば、IPアドレスや、ノード名や、ファイルシステムをマウントするための設定ファイルなど)を設定することで、システム起動時に動作する環境を作成する。 In the cluster system described in Patent Document 2, a plurality of nodes are hierarchically configured from a master node to a terminal node. The master node holds installation information, installs its own node, and instructs the subordinate nodes to start up. When each node from the node under the master node to the end node is activated, the node that received the activation instruction from the upper node acquires the installation information from the upper node that issued the activation instruction, and installs its own node. Instructs the subordinate node to start. Each node refers to the configuration information and determines installation parameters using the node identification information as a key. Then, based on the determined installation parameter value, a node-specific value (for example, an IP address, a node name, a setting file for mounting a file system, etc.) is set, and the system operates at system startup. Create an environment.
特開2013-218687号公報JP 2013-218687 A 特開2002-304299号公報JP 2002-304299 A
 上記特許文献1,2に記載の技術によれば、クラスタシステムの構築を自動的に行うことが可能である。しかしながら、上記特許文献1,2の何れのシステムも、オンプレミス環境によるものであり、クラスタシステムを構築するために必要な設備を全て企業が自社で導入しなければならないという問題があった。すなわち、特許文献1に記載のシステム場合、クラスタを構成する複数のサーバおよびリモートコンピュータの全てを企業が自社で導入しなければならない。また、特許文献2に記載のシステムの場合、マスターノードから末端ノードまで全てのノードを企業が自社で導入しなければならない。そのため、システム構築に多くの手間がかかることに加え、拡張・縮小のフレキシビリティに欠けるという問題があった。 According to the techniques described in Patent Documents 1 and 2, it is possible to automatically construct a cluster system. However, each of the systems disclosed in Patent Documents 1 and 2 is based on an on-premises environment, and there is a problem that a company has to install all necessary facilities for constructing a cluster system. That is, in the case of the system described in Patent Document 1, a company must introduce all of a plurality of servers and remote computers constituting a cluster in-house. Further, in the case of the system described in Patent Document 2, the company must introduce all nodes from the master node to the end node. Therefore, in addition to the time and effort required for system construction, there is a problem that the flexibility of expansion / reduction is lacking.
 本発明は、このような問題を解決するために成されたものであり、必要な設備を全てオンプレミスで用意する手間を軽減し、クラスタシステムをより簡易に構築できるようにすることを目的とする。 The present invention has been made to solve such a problem, and it is an object of the present invention to reduce the labor of preparing all necessary facilities on-premises and to construct a cluster system more easily. .
 上記した課題を解決するために、本発明では、クラウド環境下に設置した集中管理サーバにおいて、コンピュータをクラスタサーバとして構成するための冗長化プログラムおよび設定情報を含むインストーラを生成して当該コンピュータに送信し、インストーラを受信したコンピュータが当該インストーラを実行して冗長化プログラムをインストールするとともに、設定情報を設定することにより、コンピュータをクラスタサーバとして確立させるようにしている。 In order to solve the above problems, in the present invention, in a centralized management server installed in a cloud environment, an installer including a redundancy program and setting information for configuring a computer as a cluster server is generated and transmitted to the computer. Then, the computer that has received the installer executes the installer to install the redundancy program and sets the setting information to establish the computer as a cluster server.
 上記のように構成した本発明によれば、クラウド環境下に設置された集中管理サーバにアクセスして、例えば企業内に設置された複数のコンピュータにそれぞれインストーラをダウンロードしてインストールを実行するだけで、当該複数のコンピュータをクラスタサーバとして構成するために必要な環境を構築することができる。これにより、集中管理サーバをオンプレミス環境で導入する手間をかけることなく、クラウド上の集中管理サーバを利用してクラスタシステムをより簡易に構築することができる。 According to the present invention configured as described above, it is only necessary to access a centralized management server installed in a cloud environment, download an installer to each of a plurality of computers installed in a company, and execute the installation. An environment necessary for configuring the plurality of computers as a cluster server can be constructed. This makes it possible to construct a cluster system more easily by using the centralized management server on the cloud without taking the trouble of introducing the centralized management server in an on-premises environment.
本実施形態によるクラスタシステムの全体構成例を示す図である。It is a figure which shows the example of whole structure of the cluster system by this embodiment. 本実施形態による集中管理サーバおよびクラスタサーバの機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of the centralized management server by this embodiment, and a cluster server. 本実施形態の優先順位設定部により記憶部に記憶される優先順位の設定例を示す図である。It is a figure which shows the example of a setting of the priority order memorize | stored in a memory | storage part by the priority order setting part of this embodiment. 本実施形態によるクラスタシステムの動作例を示すフローチャートである。It is a flowchart which shows the operation example of the cluster system by this embodiment.
 以下、本発明の一実施形態を図面に基づいて説明する。図1は、本実施形態によるクラスタシステムの全体構成例を示す図である。図1に示すように、本実施形態のクラスタシステムは、集中管理サーバ(クラスタ管理サーバ)10および複数のクラスタサーバ20を備えて構成されている。 Hereinafter, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a diagram showing an example of the overall configuration of a cluster system according to the present embodiment. As shown in FIG. 1, the cluster system of this embodiment includes a centralized management server (cluster management server) 10 and a plurality of cluster servers 20.
 集中管理サーバ10は、クラウド環境下に設置されている。すなわち、集中管理サーバ10は、クラスタサーバ20からアクセス可能なインターネット上に設置されている。複数のクラスタサーバ20は、例えば、インターネットに接続可能になされた社内LAN100上に設置されている。 The central management server 10 is installed in a cloud environment. In other words, the central management server 10 is installed on the Internet accessible from the cluster server 20. The plurality of cluster servers 20 are installed on, for example, an in-house LAN 100 that can be connected to the Internet.
 複数のクラスタサーバ20は、社内に設置されたコンピュータに対して、集中管理サーバ10からダウンロードしたインストーラによって冗長化プログラムをインストールするとともに、所定の設定情報を設定することにより、当該コンピュータをクラスタサーバ20として確立したものである。 The plurality of cluster servers 20 install the redundancy program by the installer downloaded from the central management server 10 on the computers installed in the company, and set predetermined setting information, thereby making the computers in the cluster server 20 As established.
 図1に示す例では、冗長化プログラムのインストールを行うことによって確立した2台のクラスタサーバ20と、インストールが行われていない1台のコンピュータ20’とが社内LAN100に接続されている。この1台のコンピュータ20’に対して冗長化プログラムのインストールを行えば、これもクラスタサーバ20として確立することが可能である。 In the example shown in FIG. 1, two cluster servers 20 established by installing a redundancy program and one computer 20 'not installed are connected to the in-house LAN 100. If the redundancy program is installed in the single computer 20 ′, it can be established as the cluster server 20.
 社内LAN100上には、クラスタサーバ20で共有して利用可能なデータベース30が接続されている。また、集中管理サーバ10には、インターネットを介してユーザ端末40が接続されている。ユーザ端末40から集中管理サーバ10およびクラスタサーバ20を介してデータベース30にアクセスすることにより、データベース30内のデータに対して所望の処理を行うことができるようになっている。 A database 30 that can be shared and used by the cluster server 20 is connected to the in-house LAN 100. A user terminal 40 is connected to the central management server 10 via the Internet. By accessing the database 30 from the user terminal 40 via the centralized management server 10 and the cluster server 20, desired processing can be performed on the data in the database 30.
 ここで、集中管理サーバ10は、複数のクラスタサーバ20のうち何れか1つを稼動させてデータベース30にアクセスするように制御する。そして、稼働中のクラスタサーバ20に障害が発生していないかどうかを監視し、障害の発生を検出した場合は、別のクラスタサーバ20を稼動させてデータベース30にアクセスするように切り替える。 Here, the centralized management server 10 controls to access the database 30 by operating any one of the plurality of cluster servers 20. Then, whether or not a failure has occurred in the operating cluster server 20 is monitored, and when the occurrence of the failure is detected, another cluster server 20 is operated and switched to access the database 30.
 なお、図1の例では、ユーザ端末40は社内LAN100の外部に接続されているが、社内LAN100上に接続されていてもよい。また、図1の例ではユーザ端末40を1台のみ示しているが、実際には複数台のユーザ端末40が集中管理サーバ10に接続し得る。 In the example of FIG. 1, the user terminal 40 is connected to the outside of the corporate LAN 100, but may be connected to the corporate LAN 100. In addition, although only one user terminal 40 is shown in the example of FIG. 1, a plurality of user terminals 40 can actually be connected to the central management server 10.
 図2は、本実施形態による集中管理サーバ10およびクラスタサーバ20の機能構成例を示すブロック図である。図2に示すように、本実施形態のサーバ10は、リクエスト受信部11、インストーラ生成部12、インストーラ送信部13、優先順位設定部14、稼動管理部15および記憶部16を備えている。また、本実施形態のクラスタサーバ20は、リクエスト送信部21、インストーラ受信部22、インストール部23および冗長化処理実行部24を備えている。 FIG. 2 is a block diagram illustrating a functional configuration example of the central management server 10 and the cluster server 20 according to the present embodiment. As illustrated in FIG. 2, the server 10 according to the present embodiment includes a request reception unit 11, an installer generation unit 12, an installer transmission unit 13, a priority order setting unit 14, an operation management unit 15, and a storage unit 16. Further, the cluster server 20 of the present embodiment includes a request transmission unit 21, an installer reception unit 22, an installation unit 23, and a redundancy processing execution unit 24.
 ここで、クラスタサーバ20のリクエスト送信部21、インストーラ受信部22およびインストール部23は、クラスタサーバ20に冗長化プログラムをインストールする前の状態(すなわち、コンピュータ20’の状態)において実行されるものである。一方、クラスタサーバ20の冗長化処理実行部24は、冗長化プログラムをインストールした後の状態(すなわち、クラスタサーバ20として確立した状態)において実行されるものである。 Here, the request transmission unit 21, the installer reception unit 22, and the installation unit 23 of the cluster server 20 are executed in a state before the redundancy program is installed in the cluster server 20 (that is, the state of the computer 20 ′). is there. On the other hand, the redundancy processing execution unit 24 of the cluster server 20 is executed in a state after the redundancy program is installed (that is, a state established as the cluster server 20).
 サーバ10の各機能ブロック11~15は、実際にはCPU、RAM、ROMなどを備えて構成され、RAMやROM、ハードディスクまたは半導体メモリ等の記録媒体に記憶されたプログラム(特許請求の範囲のクラスタ管理用プログラムを含む)が動作することによって実現される。同様に、クラスタサーバ20の各機能ブロック21~24は、実際にはCPU、RAM、ROMなどを備えて構成され、RAMやROM、ハードディスクまたは半導体メモリ等の記録媒体に記憶されたプログラムが動作することによって実現される。なお、各機能ブロック11~15、21~24の全部または一部は、ハードウェアまたはDSP(Digital Signal Processor)によって構成することも可能である。 Each of the functional blocks 11 to 15 of the server 10 is actually configured with a CPU, a RAM, a ROM, and the like, and a program stored in a recording medium such as a RAM, a ROM, a hard disk, or a semiconductor memory (the cluster in the claims) This is realized by operating a management program). Similarly, each functional block 21 to 24 of the cluster server 20 is actually configured with a CPU, RAM, ROM, etc., and a program stored in a recording medium such as RAM, ROM, hard disk, or semiconductor memory operates. Is realized. Note that all or a part of each of the functional blocks 11 to 15 and 21 to 24 can be configured by hardware or a DSP (Digital Signal Processor).
 クラスタサーバ20(コンピュータ20’)のリクエスト送信部21は、冗長化プログラムをインストールするためのインストーラのダウンロードを集中管理サーバ10に対してリクエストする。このリクエストは、例えば、ユーザがコンピュータ20’を操作して集中管理サーバ10にアクセスし、集中管理サーバ10により提供される画面上でインストーラのダウンロードを指示することによって行う。 The request transmission unit 21 of the cluster server 20 (computer 20 ') requests the central management server 10 to download an installer for installing the redundancy program. This request is made, for example, by the user operating the computer 20 ′ to access the central management server 10 and instructing the installer to download on the screen provided by the central management server 10.
 クラスタ管理サーバ10のリクエスト受信部11は、コンピュータ20’からインターネットを介して送られてくるリクエストを受信する。インストーラ生成部12は、リクエスト受信部11がリクエストを受信した場合、コンピュータ20’をクラスタサーバ20として構成するための冗長化プログラムおよび設定情報を含むインストーラを生成する。 The request receiving unit 11 of the cluster management server 10 receives a request sent from the computer 20 'via the Internet. When the request receiving unit 11 receives a request, the installer generating unit 12 generates an installer including a redundancy program and setting information for configuring the computer 20 ′ as the cluster server 20.
 本実施形態において、インストーラ生成部12は、コンピュータ20’から送られてくるリクエストに応じて、コンピュータ20’をユニークに識別するためのノードIDを発行し、当該ノードIDを設定情報の一部として含むインストーラを生成する。設定情報は、ノードIDの他に、クラスタサーバ20と集中管理サーバ10との接続に必要な接続設定情報、個別のセキュリティ証明書、クラスタサーバ20からデータベース30へアクセスするのに必要なアクセス設定情報(パス情報、参照権限情報など)を含む。 In the present embodiment, the installer generation unit 12 issues a node ID for uniquely identifying the computer 20 ′ in response to a request sent from the computer 20 ′, and uses the node ID as a part of the setting information. Generate an installer that contains. In addition to the node ID, the setting information includes connection setting information necessary for connection between the cluster server 20 and the centralized management server 10, individual security certificates, and access setting information necessary for accessing the database 30 from the cluster server 20. (Path information, reference authority information, etc.).
 集中管理サーバ10のインストーラ送信部13は、インストーラ生成部12により生成されたインストーラを、リクエストの送信元であるコンピュータ20’に送信(ダウンロード)する。コンピュータ20’のインストーラ受信部22は、集中管理サーバ10のインストーラ送信部13により送信されたインストーラを受信する。 The installer transmission unit 13 of the central management server 10 transmits (downloads) the installer generated by the installer generation unit 12 to the computer 20 'that is the transmission source of the request. The installer reception unit 22 of the computer 20 ′ receives the installer transmitted by the installer transmission unit 13 of the central management server 10.
 コンピュータ20’のインストール部23は、インストーラ受信部22により受信されたインストーラを実行し、コンピュータ20’に冗長化プログラムをインストールするとともに、設定情報を設定することにより、コンピュータ20’をクラスタサーバ20として確立させる。 The installation unit 23 of the computer 20 ′ executes the installer received by the installer reception unit 22, installs the redundancy program in the computer 20 ′, and sets the setting information, thereby setting the computer 20 ′ as the cluster server 20. Establish.
 冗長化処理実行部24は、インストールされた冗長化プログラムを実行することにより、所定の冗長化処理を行う。例えば、冗長化処理実行部24は、クラスタサーバ20に障害が生じているか否かを監視し、その結果を集中管理サーバ10に通知する処理を行う。 The redundancy process execution unit 24 performs a predetermined redundancy process by executing the installed redundancy program. For example, the redundancy processing execution unit 24 monitors whether or not a failure has occurred in the cluster server 20 and performs processing for notifying the central management server 10 of the result.
 例えば、冗長化処理実行部24は、クラスタサーバ20に障害が生じていない場合は、そのことを示す情報を周期的または集中管理サーバ10からの要求に応じて送信する。一方、冗長化処理実行部24は、クラスタサーバ20に障害が生じた場合、集中管理サーバ10に対する情報の送信を停止する。これにより、集中管理サーバ10は、クラスタサーバ20からの情報送信の有無により、クラスタサーバ20に障害が生じているか否かを監視することができる。 For example, if no failure has occurred in the cluster server 20, the redundancy processing execution unit 24 transmits information indicating that periodically or in response to a request from the centralized management server 10. On the other hand, the redundancy processing execution unit 24 stops transmission of information to the central management server 10 when a failure occurs in the cluster server 20. Thus, the central management server 10 can monitor whether or not a failure has occurred in the cluster server 20 depending on whether or not information is transmitted from the cluster server 20.
 集中管理サーバ10の優先順位設定部14は、インストーラ生成部12により発行されたノードIDに対して稼動の優先順位を設定し、ノードIDをその優先順位と共に記憶部16に記憶させる。なお、優先順位の設定方法としては、任意の方法を適用することが可能である。例えば、ノードIDを発行した順番に沿って優先順位を設定することが可能である。あるいは、複数のクラスタサーバ20に負荷状態を問い合わせ、負荷が小さい順に高い優先順位を設定するようにしてもよい。 The priority order setting unit 14 of the central management server 10 sets an operation priority order for the node ID issued by the installer generation unit 12, and stores the node ID together with the priority order in the storage unit 16. An arbitrary method can be applied as the priority setting method. For example, the priority order can be set in the order in which the node IDs are issued. Alternatively, the load status may be inquired to a plurality of cluster servers 20, and a higher priority may be set in order of increasing load.
 図3は、本実施形態の優先順位設定部14により記憶部16に記憶される優先順位の設定例を示す図である。図3に示すように、記憶部16には、インストーラ生成部12により発行されたノードIDと、そのノードIDに対して優先順位設定部14により設定された優先順位とが紐付けられて記憶されている。図3の例では、ノードIDを発行した順に高い優先順位が設定されている。 FIG. 3 is a diagram illustrating a setting example of the priority order stored in the storage unit 16 by the priority order setting unit 14 of the present embodiment. As shown in FIG. 3, the storage unit 16 stores the node ID issued by the installer generation unit 12 and the priority set by the priority setting unit 14 for the node ID in association with each other. ing. In the example of FIG. 3, a higher priority is set in the order in which the node IDs are issued.
 なお、クラスタサーバ20において冗長化プログラムをアンインストールした場合、そのことが集中管理サーバ10に通知される。アンインストールの通知を受けた場合、優先順位設定部14は、アンインストールが行われたクラスタサーバ20に対応するノードIDと優先順位との組を記憶部16から削除する。冗長化プログラムをアンインストールすることにより、クラスタサーバ20は通常のコンピュータ20’に戻る。 In addition, when the redundancy program is uninstalled in the cluster server 20, this is notified to the central management server 10. When receiving the notification of uninstallation, the priority order setting unit 14 deletes the combination of the node ID and the priority order corresponding to the cluster server 20 from which the uninstallation has been performed from the storage unit 16. By uninstalling the redundancy program, the cluster server 20 returns to the normal computer 20 '.
 集中管理サーバ10の稼動管理部15は、優先順位設定部14により設定され記憶部16に記憶された優先順位に従って、複数のクラスタサーバ20を稼動させる。具体的には、稼動管理部15は、優先順位設定部14により優先順位が第1位に設定されたクラスタサーバ20を稼動させる。そして、冗長化処理実行部24から通知される情報によって、優先順位が第1位で稼働中のクラスタサーバ20に障害が生じたことを検出した場合、稼動管理部15は、優先順位が第2位のクラスタサーバ20を稼動させるように切り替える。 The operation management unit 15 of the central management server 10 operates a plurality of cluster servers 20 according to the priority order set by the priority order setting unit 14 and stored in the storage unit 16. Specifically, the operation management unit 15 operates the cluster server 20 in which the priority order is set to the first by the priority order setting unit 14. When the information notified from the redundancy processing execution unit 24 detects that a failure has occurred in the cluster server 20 that is operating at the first priority, the operation management unit 15 has the second priority. The cluster server 20 is switched to operate.
 すなわち、稼動管理部15は、ユーザ端末40からデータベース30のデータ取得要求が送られてきた場合、優先順位が第1位のクラスタサーバ20を通じてデータベース30にアクセスし、要求されているデータを取得するように第1位のクラスタサーバ20を制御する。そして、稼動管理部15は、稼働中のクラスタサーバ20に障害が生じたことを検出した場合、優先順位が第2位のクラスタサーバ20を通じてデータベース30にアクセスし、ユーザ端末40から要求されているデータを取得するように第2位のクラスタサーバ20を制御する。 That is, when a data acquisition request for the database 30 is sent from the user terminal 40, the operation management unit 15 accesses the database 30 through the cluster server 20 with the highest priority and acquires the requested data. Thus, the first-ranked cluster server 20 is controlled. When the operation management unit 15 detects that a failure has occurred in the operating cluster server 20, the operation management unit 15 accesses the database 30 through the second highest cluster server 20 and is requested from the user terminal 40. The second rank cluster server 20 is controlled so as to acquire data.
 また、稼動管理部15は、ユーザ端末40からデータベース30に格納されているデータの処理要求が送られてきた場合も、通常は優先順位が第1位のクラスタサーバ20を通じてデータベース30にアクセスするように制御する。この場合、第1位のクラスタサーバ20がデータベース30から必要なデータを取得し、ユーザ端末40から要求されているデータ処理を行って、その処理結果を集中管理サーバ10を介してユーザ端末40に送信する。 In addition, even when a processing request for data stored in the database 30 is sent from the user terminal 40, the operation management unit 15 normally accesses the database 30 through the cluster server 20 having the highest priority. To control. In this case, the first cluster server 20 acquires necessary data from the database 30, performs data processing requested from the user terminal 40, and sends the processing result to the user terminal 40 via the central management server 10. Send.
 また、稼動管理部15は、稼働中である第1位のクラスタサーバ20に障害が生じたことを検出した場合、優先順位が第2位のクラスタサーバ20を通じてデータベース30にアクセスするように制御する。この場合、第2位のクラスタサーバ20がデータベース30から必要なデータを取得し、ユーザ端末40から要求されているデータ処理を行って、その処理結果を集中管理サーバ10を介してユーザ端末40に送信する。 Further, when the operation management unit 15 detects that a failure has occurred in the first cluster server 20 that is operating, the operation management unit 15 performs control so that the database 30 is accessed through the cluster server 20 having the second priority. . In this case, the second cluster server 20 obtains necessary data from the database 30, performs data processing requested from the user terminal 40, and sends the processing result to the user terminal 40 via the central management server 10. Send.
 図4は、上記のように構成した本実施形態のクラスタシステムによって実行される、冗長化プログラムのインストール動作例を示すフローチャートである。図4に示すフローチャートは、コンピュータ20’から集中管理サーバ10に対してインストーラのダウンロードをリクエストしたときに開始する。 FIG. 4 is a flowchart showing an example of the redundant program installation operation executed by the cluster system of the present embodiment configured as described above. The flowchart shown in FIG. 4 starts when the computer 20 'requests the central management server 10 to download an installer.
 まず、集中管理サーバ10のリクエスト受信部11は、コンピュータ20’からインターネットを介して送られてくるリクエストを受信する(ステップS1)。次いで、インストーラ生成部12は、コンピュータ20’をユニークに識別するためのノードIDを発行し(ステップS2)、冗長化プログラムと設定情報とを含むインストーラを生成する(ステップS3)。この設定情報の中には、インストーラ生成部12が発行したノードID、接続設定情報、個別のセキュリティ証明書、データベース30へのアクセス設定情報などが含まれる。 First, the request receiving unit 11 of the central management server 10 receives a request sent from the computer 20 'via the Internet (step S1). Next, the installer generation unit 12 issues a node ID for uniquely identifying the computer 20 '(step S2), and generates an installer including a redundancy program and setting information (step S3). The setting information includes a node ID issued by the installer generation unit 12, connection setting information, individual security certificate, access setting information for the database 30, and the like.
 また、優先順位設定部14は、インストーラ生成部12により発行されたノードIDに対して優先順位を設定し、ノードIDと優先順位とを紐付けて記憶部16に記憶させる(ステップS4)。その後、インストーラ送信部13は、ステップS3でインストーラ生成部12により生成されたインストーラをリクエスト元のコンピュータ20’に送信する(ステップS5)。 Also, the priority order setting unit 14 sets a priority order for the node ID issued by the installer generation unit 12, and associates the node ID with the priority order and stores them in the storage unit 16 (step S4). Thereafter, the installer transmitting unit 13 transmits the installer generated by the installer generating unit 12 in step S3 to the requesting computer 20 '(step S5).
 コンピュータ20’のインストーラ受信部22は、集中管理サーバ10のインストーラ送信部13により送信されたインストーラを受信する(ステップS6)。そして、インストール部23は、インストーラ受信部22により受信されたインストーラを実行し、コンピュータ20’に冗長化プログラムをインストールするとともに、設定情報を設定することにより、コンピュータ20’をクラスタサーバ20として確立させる(ステップS7)。これにより、図4に示すフローチャートの処理を終了する。 The installer reception unit 22 of the computer 20 'receives the installer transmitted by the installer transmission unit 13 of the central management server 10 (step S6). Then, the installation unit 23 executes the installer received by the installer receiving unit 22, installs the redundancy program in the computer 20 ′, and sets the setting information, thereby establishing the computer 20 ′ as the cluster server 20. (Step S7). Thereby, the process of the flowchart shown in FIG. 4 is completed.
 なお、上記実施形態では、複数のクラスタサーバ20に対して全て異なる優先順位を設定する例について説明したが、本発明はこれに限定されない。例えば、2つまたはそれ以上のクラスタサーバ20に対して同じ優先順位を設定するようにしてもよい。具体的には、2つまたはそれ以上のクラスタサーバ20に対して第1位の優先順位を設定する。この場合、稼動管理部15は、優先順位が第1位に設定された複数のクラスタサーバ20の負荷状況を監視し、その負荷状況に応じて何れかのクラスタサーバ20を適宜選んで、ユーザ端末40から要求されている処理を実行させるようにしてもよい。このようにすれば、稼動管理部15をロードバランサとして機能させることができる。 In the above embodiment, an example has been described in which different priorities are set for a plurality of cluster servers 20, but the present invention is not limited to this. For example, the same priority may be set for two or more cluster servers 20. Specifically, the first priority is set for two or more cluster servers 20. In this case, the operation management unit 15 monitors the load status of the plurality of cluster servers 20 with the first priority set, selects one of the cluster servers 20 according to the load status, and selects the user terminal. The processing requested from 40 may be executed. In this way, the operation management unit 15 can function as a load balancer.
 以上詳しく説明したように、本実施形態では、クラウド環境下に設置した集中管理サーバ10において、コンピュータ20’をクラスタサーバ20として構成するための冗長化プログラムおよび設定情報を含むインストーラを生成してコンピュータ20’に送信し、インストーラを受信したコンピュータ20’が当該インストーラを実行して冗長化プログラムをインストールするとともに、設定情報を設定することにより、コンピュータ20’をクラスタサーバ20として確立させるようにしている。 As described above in detail, in the present embodiment, the centralized management server 10 installed in a cloud environment generates an installer including a redundancy program and setting information for configuring the computer 20 ′ as the cluster server 20, and the computer The computer 20 ′ transmitted to 20 ′ and receiving the installer executes the installer to install the redundancy program, and sets the setting information to establish the computer 20 ′ as the cluster server 20. .
 上記のように構成した本実施形態によれば、クラウド環境下に設置された集中管理サーバ10にアクセスして、企業内に設置された複数のコンピュータ20’にそれぞれインストーラをダウンロードしてインストールを実行するだけで、当該複数のコンピュータ20’をクラスタサーバ20として確立させてクラスタシステムを簡単に構築することができる。逆に、冗長化プログラムをアンインストールするだけで、クラスタサーバ20を通常のコンピュータ20’に戻すこともできる。 According to the present embodiment configured as described above, the centralized management server 10 installed in the cloud environment is accessed, and the installer is downloaded to each of the plurality of computers 20 ′ installed in the company and installed. Thus, it is possible to easily construct a cluster system by establishing the plurality of computers 20 ′ as the cluster server 20. Conversely, the cluster server 20 can be returned to the normal computer 20 'simply by uninstalling the redundancy program.
 また、本実施形態では、コンピュータ20’に冗長化プログラムをインストールしてクラスタサーバ20として確立した後は、集中管理サーバ10の稼動管理部15が、クラスタサーバ20にインストールされた冗長化プログラムに従って動作する冗長化処理実行部24と協働して障害の発生を監視し、稼働中のクラスタサーバ20に障害が発生した場合には別のクラスタサーバ20に稼動を切り替えるようにしている。これにより、クラスタシステムの構築に加えて、構築したクラスタシステムの運用についても、クラウド環境下に設置された集中管理サーバ10を利用して簡単に行うことができる。つまり、集中管理サーバ10の稼動管理部15により提供されるクラウドサービスを、冗長化プログラムのインストールによって確立したクラスタサーバ20でそのまま利用することができる。 In this embodiment, after the redundancy program is installed in the computer 20 ′ and established as the cluster server 20, the operation management unit 15 of the central management server 10 operates according to the redundancy program installed in the cluster server 20. The occurrence of a failure is monitored in cooperation with the redundant processing execution unit 24. When a failure occurs in the cluster server 20 that is in operation, the operation is switched to another cluster server 20. Thereby, in addition to the construction of the cluster system, the operation of the constructed cluster system can be easily performed using the centralized management server 10 installed in the cloud environment. That is, the cloud service provided by the operation management unit 15 of the central management server 10 can be used as it is by the cluster server 20 established by installing the redundancy program.
 以上のように、本実施形態によれば、集中管理サーバをオンプレミス環境で導入したり、社内LAN100上のネットワーク構成を変えたりする手間をかけることなく、クラウド上の集中管理サーバ10を利用してクラスタシステムをより簡易に構築することができる。そのため、クラスタシステムの構築にかかる手間を大幅に低減することができる。また、データベース30の容量やユーザ端末40の接続数などに応じて、クラスタサーバ20を拡張・縮小させることも簡単に行うことできる。このように拡張・縮小のフレキシビリティが向上することは、複数のクラスタサーバ20に第1位の優先順位を設定して稼動管理部15をロードバランサとして機能させる場合には特に有効である。 As described above, according to the present embodiment, the centralized management server 10 on the cloud is used without introducing the centralized management server in an on-premises environment or changing the network configuration on the in-house LAN 100. A cluster system can be constructed more easily. Therefore, it is possible to greatly reduce the time and labor required for constructing the cluster system. Further, the cluster server 20 can be easily expanded / reduced according to the capacity of the database 30 and the number of connected user terminals 40. Such enhancement of expansion / reduction flexibility is particularly effective when the first priority is set for a plurality of cluster servers 20 and the operation management unit 15 functions as a load balancer.
 なお、上記実施形態は、何れも本発明を実施するにあたっての具体化の一例を示したものに過ぎず、これによって本発明の技術的範囲が限定的に解釈されてはならないものである。すなわち、本発明はその要旨、またはその主要な特徴から逸脱することなく、様々な形で実施することができる。 Note that each of the above-described embodiments is merely an example of the implementation of the present invention, and the technical scope of the present invention should not be construed in a limited manner. That is, the present invention can be implemented in various forms without departing from the gist or the main features thereof.
 10 集中管理サーバ
 11 リクエスト受信部
 12 インストーラ生成部
 13 インストーラ送信部
 14 優先順位設定部
 15 稼動管理部
 16 記憶部
 20 クラスタサーバ
 20’ 冗長化プログラムがインストールされる前のコンピュータ
 21 リクエスト送信部
 22 インストーラ受信部
 23 インストール部
 24 冗長化処理実行部
 30 データベース
 40 ユーザ端末
DESCRIPTION OF SYMBOLS 10 Centralized management server 11 Request receiving part 12 Installer production | generation part 13 Installer transmission part 14 Priority order setting part 15 Operation management part 16 Storage part 20 Cluster server 20 'Computer before redundant program is installed 21 Request transmission part 22 Installer reception Unit 23 Installation unit 24 Redundancy processing execution unit 30 Database 40 User terminal

Claims (10)

  1.  集中管理サーバおよび複数のクラスタサーバにより構成されるクラスタシステムであって、
     上記集中管理サーバは、クラウド環境下に設置され、
     コンピュータを上記クラスタサーバとして構成するための冗長化プログラムおよび設定情報を含むインストーラを生成するインストーラ生成部と、
     上記インストーラ生成部により生成された上記インストーラを上記コンピュータに送信するインストーラ送信部とを備え、
     上記冗長化プログラムのインストール後に上記クラスタサーバとして動作する上記コンピュータは、
     上記インストーラ送信部により送信された上記インストーラを受信するインストーラ受信部と、
     上記インストーラ受信部により受信された上記インストーラを実行し、上記冗長化プログラムをインストールするとともに、上記設定情報を設定することにより、上記コンピュータを上記クラスタサーバとして確立させるインストール部とを備えたことを特徴とするクラスタシステム。
    A cluster system comprising a central management server and a plurality of cluster servers,
    The central management server is installed in a cloud environment,
    An installer generating unit for generating an installer including a redundancy program and setting information for configuring the computer as the cluster server;
    An installer transmission unit that transmits the installer generated by the installer generation unit to the computer;
    The computer operating as the cluster server after installing the redundancy program is:
    An installer receiver for receiving the installer transmitted by the installer transmitter;
    An installer that executes the installer received by the installer receiver, installs the redundancy program, and sets the setting information, thereby establishing the computer as the cluster server. And a cluster system.
  2.  上記インストーラ生成部は、上記コンピュータから送られてくるリクエストに応じて、上記コンピュータをユニークに識別するためのノードIDを発行し、当該ノードIDを上記設定情報の一部として含む上記インストーラを生成することを特徴とする請求項1に記載のクラスタシステム。 The installer generation unit issues a node ID for uniquely identifying the computer in response to a request sent from the computer, and generates the installer including the node ID as a part of the setting information. The cluster system according to claim 1.
  3.  上記集中管理サーバは、
     上記インストーラ生成部により発行された上記ノードIDに対して稼動の優先順位を設定し、上記ノードIDをその優先順位と共に記憶部に記憶させる優先順位設定部と、
     上記優先順位設定部により設定された優先順位に従って、上記複数のクラスタサーバを稼動させる稼動管理部とをさらに備えたことを特徴とする請求項2に記載のクラスタシステム。
    The central management server
    A priority setting unit that sets an operation priority for the node ID issued by the installer generation unit, and stores the node ID in the storage unit together with the priority;
    The cluster system according to claim 2, further comprising an operation management unit that operates the plurality of cluster servers in accordance with the priority set by the priority setting unit.
  4.  上記設定情報は、上記クラスタサーバからデータベースへのアクセス設定情報を含むことを特徴とする請求項1~3の何れか1項に記載のクラスタシステム。 The cluster system according to any one of claims 1 to 3, wherein the setting information includes access setting information from the cluster server to a database.
  5.  複数のコンピュータをクラスタサーバとして確率させてクラスタシステムの構築を支援するためのクラスタ管理サーバであって、
     上記クラスタ管理サーバは、クラウド環境下に設置され、
     上記コンピュータから送られてくるリクエストに応じて、上記コンピュータをクラスタサーバとして構成するための冗長化プログラムおよび設定情報を含むインストーラを生成するインストーラ生成部と、
     上記インストーラ生成部により生成された上記インストーラを上記コンピュータに送信するインストーラ送信部とを備えたことを特徴とするクラスタ管理サーバ。
    A cluster management server for supporting the construction of a cluster system by probing a plurality of computers as cluster servers,
    The cluster management server is installed in a cloud environment,
    In response to a request sent from the computer, an installer generation unit that generates an installer including a redundancy program and setting information for configuring the computer as a cluster server;
    A cluster management server, comprising: an installer transmission unit that transmits the installer generated by the installer generation unit to the computer.
  6.  上記インストーラ生成部は、上記コンピュータをユニークに識別するためのノードIDを発行し、当該ノードIDを上記設定情報の一部として含む上記インストーラを生成することを特徴とする請求項5に記載のクラスタ管理サーバ。 6. The cluster according to claim 5, wherein the installer generation unit issues a node ID for uniquely identifying the computer, and generates the installer including the node ID as a part of the setting information. Management server.
  7.  上記インストーラ生成部により発行された上記ノードIDに対して稼動の優先順位を設定し、上記ノードIDをその優先順位と共に記憶部に記憶させる優先順位設定部と、
     上記優先順位設定部により設定された優先順位に従って、上記冗長化プログラムのインストールによって確立された複数のクラスタサーバを稼動させる稼動管理部とをさらに備えたことを特徴とする請求項6に記載のクラスタ管理サーバ。
    A priority setting unit that sets an operation priority for the node ID issued by the installer generation unit, and stores the node ID in the storage unit together with the priority;
    The cluster according to claim 6, further comprising an operation management unit that operates a plurality of cluster servers established by installation of the redundancy program in accordance with the priority set by the priority setting unit. Management server.
  8.  クラウド環境下に設置されたクラスタ管理サーバに実装され、複数のクラスタサーバから成るクラスタシステムを構築するための処理を実行するクラスタ管理用プログラムであって、
     コンピュータから送られてくるリクエストに応じて、上記コンピュータを上記クラスタサーバとして構成するための冗長化プログラムおよび設定情報を含むインストーラを生成するインストーラ生成手段、および
     上記インストーラ生成手段により生成された上記インストーラを上記コンピュータに送信するインストーラ送信手段
    として上記クラスタ管理サーバを機能させるためのクラスタ管理用プログラム。
    A cluster management program that is implemented in a cluster management server installed in a cloud environment and executes a process for constructing a cluster system composed of a plurality of cluster servers.
    In response to a request sent from a computer, an installer generating means for generating an installer including a redundancy program and configuration information for configuring the computer as the cluster server, and the installer generated by the installer generating means A cluster management program for causing the cluster management server to function as installer transmission means for transmitting to the computer.
  9.  上記インストーラ生成手段は、上記コンピュータをユニークに識別するためのノードIDを発行し、当該ノードIDを上記設定情報の一部として含む上記インストーラを生成することを特徴とする請求項8に記載のクラスタ管理用プログラム。 9. The cluster according to claim 8, wherein the installer generation unit generates a node ID for uniquely identifying the computer and includes the node ID as a part of the setting information. Administrative program.
  10.  上記インストーラ生成手段により発行された上記ノードIDに対して稼動の優先順位を設定し、上記ノードIDをその優先順位と共に記憶部に記憶させる優先順位設定手段、および
     上記優先順位設定手段により設定された優先順位に従って、上記冗長化プログラムのインストールによって確立された複数のクラスタサーバを稼動させる稼動管理手段
    として上記クラスタ管理サーバを更に機能させるための請求項9に記載のクラスタ管理用プログラム。
    An operation priority order is set for the node ID issued by the installer generation means, and the priority order setting means for storing the node ID in the storage unit together with the priority order, and the priority order setting means 10. The cluster management program according to claim 9, wherein the cluster management server further functions as operation management means for operating a plurality of cluster servers established by installation of the redundancy program according to priority.
PCT/JP2015/075466 2014-12-25 2015-09-08 Cluster system, cluster management server, and cluster management program WO2016103797A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2014263412A JP5895043B1 (en) 2014-12-25 2014-12-25 Cluster system, cluster management server, and cluster management program
JP2014-263412 2014-12-25

Publications (1)

Publication Number Publication Date
WO2016103797A1 true WO2016103797A1 (en) 2016-06-30

Family

ID=55628552

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2015/075466 WO2016103797A1 (en) 2014-12-25 2015-09-08 Cluster system, cluster management server, and cluster management program

Country Status (2)

Country Link
JP (1) JP5895043B1 (en)
WO (1) WO2016103797A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6950437B2 (en) 2017-10-10 2021-10-13 富士通株式会社 Information processing system, information processing device and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005208805A (en) * 2004-01-21 2005-08-04 Seiko Epson Corp License management server, recording medium, license management method and program
JP2011198227A (en) * 2010-03-23 2011-10-06 Nec Personal Products Co Ltd Server device, equipment method, equipment associating program, and installer
WO2014115276A1 (en) * 2013-01-24 2014-07-31 株式会社日立製作所 Environmental setting server, computer system, and environmental setting method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005208805A (en) * 2004-01-21 2005-08-04 Seiko Epson Corp License management server, recording medium, license management method and program
JP2011198227A (en) * 2010-03-23 2011-10-06 Nec Personal Products Co Ltd Server device, equipment method, equipment associating program, and installer
WO2014115276A1 (en) * 2013-01-24 2014-07-31 株式会社日立製作所 Environmental setting server, computer system, and environmental setting method

Also Published As

Publication number Publication date
JP2016122421A (en) 2016-07-07
JP5895043B1 (en) 2016-03-30

Similar Documents

Publication Publication Date Title
US9485134B2 (en) Managing configurations of system management agents in a distributed environment
JP4421817B2 (en) Method and system for a set of network devices that can be connected to provide improved collaboration, scalability, and reliability
JP4664977B2 (en) Device management method for device management system
US20110276685A1 (en) Cloud computing as a service for enterprise software and data provisioning
US8533525B2 (en) Data management apparatus, monitoring apparatus, replica apparatus, cluster system, control method and computer-readable medium
US9225585B2 (en) Method and system for device management, and server
CN112514328B (en) Communication system, provider node, communication node and method for providing virtual network functions to customer nodes
WO2014171130A1 (en) Information processing system, deployment method, processing device, and deployment device
JP2008541549A (en) Device management system and set value setting method in the system
US8582422B2 (en) Access point configuration propagation
JP6028851B2 (en) Information processing apparatus, program update method, and program
CN103209090A (en) Remote network management system and business operation method thereof
CN107148772B (en) Information processing apparatus, control method and synchronization control method thereof, and storage medium
JP5895043B1 (en) Cluster system, cluster management server, and cluster management program
CN111095134B (en) Fault tolerant service for integrated building automation systems
WO2022190387A1 (en) Management system and management method
JP2020057319A (en) Device, server, and software update program
JP5543997B2 (en) Remote management apparatus, remote management method, and remote management program
WO2012160861A1 (en) Software automatic deployment device
KR20080092487A (en) Client synchronization system and method for the same
JP2019219970A (en) Information processing system and image forming device
US20240036537A1 (en) Building management system with containerization for a generic gateway
US11099855B2 (en) System and method for updating files through a peer-to-peer network
US11750710B2 (en) Management cluster with integration service for deploying and managing a service in tenant clusters
US11720082B2 (en) SCADA web HMI system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15872366

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15872366

Country of ref document: EP

Kind code of ref document: A1