JP2011048792A - Information processing program, information processing method, and information processing apparatus - Google Patents

Information processing program, information processing method, and information processing apparatus Download PDF

Info

Publication number
JP2011048792A
JP2011048792A JP2009198906A JP2009198906A JP2011048792A JP 2011048792 A JP2011048792 A JP 2011048792A JP 2009198906 A JP2009198906 A JP 2009198906A JP 2009198906 A JP2009198906 A JP 2009198906A JP 2011048792 A JP2011048792 A JP 2011048792A
Authority
JP
Japan
Prior art keywords
unique information
information
server
unit
application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2009198906A
Other languages
Japanese (ja)
Other versions
JP5370000B2 (en
Inventor
Kazuhiko Uda
和彦 右田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2009198906A priority Critical patent/JP5370000B2/en
Publication of JP2011048792A publication Critical patent/JP2011048792A/en
Application granted granted Critical
Publication of JP5370000B2 publication Critical patent/JP5370000B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To eliminate the need for rewriting of processing duplicated in a clone server to request specific information of the clone server in a system to which scale out is applied. <P>SOLUTION: In a technique disclosed, a duplication destination server which has duplicated a process requesting specific information uniquely showing an electronic device rewrites specific information transmitted from the electronic device with respect to the duplicated process to specific information of a duplication source server before the process receives the specific information transmitted from the electronic device, and transmits the rewritten specific information to the process that is the requester of specific information. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、情報処理プログラム、情報処理方法および情報処理装置に関する。   The present invention relates to an information processing program, an information processing method, and an information processing apparatus.

近年、同じ処理を実行する複数のサーバを動作させ、各サーバにかかる負荷を軽減させるスケールアウト方式が知られている。スケールアウト方式では、管理サーバは、複製元のサーバであるマスタサーバによって保持されたデータやアプリケーションを収集する。そして、管理サーバは、収集されたデータやアプリケーションを複製先のサーバであるクローンサーバに複製することで、マスタサーバと同じ内容のクローンサーバを作成する。このように作成されたクローンサーバは、マスタサーバと同様のサーバとして動作する。   In recent years, a scale-out method is known in which a plurality of servers that execute the same processing are operated to reduce the load on each server. In the scale-out method, the management server collects data and applications held by a master server that is a replication source server. Then, the management server creates a clone server having the same content as the master server by copying the collected data and applications to the clone server that is the copy destination server. The clone server created in this way operates as a server similar to the master server.

ここで、マスタサーバおよびクローンサーバは、各サーバに対して一意に付与される固有情報が設定される。例えば、マスタサーバおよびクローンサーバは、IP(Internet Protocol)アドレスやMAC(Media Access Control)アドレスのように、各サーバに対して一意に付与される固有情報が設定される。   Here, the master server and the clone server are set with unique information uniquely assigned to each server. For example, the master server and the clone server are set with unique information uniquely assigned to each server, such as an IP (Internet Protocol) address and a MAC (Media Access Control) address.

また、マスタサーバおよびクローンサーバは、自装置に設定された固有情報を用いて、アプリケーションを実行する場合がある。具体的には、各サーバは、アプリケーションを実行する際に、自装置に設定された固有情報をアプリケーションから要求される。そして、各サーバは、自装置に設定された固有情報をアプリケーションに通知し、アプリケーションを実行する。   Further, the master server and the clone server may execute an application using unique information set in its own device. Specifically, each server is requested by the application for specific information set in its own device when executing the application. Each server notifies the application of the unique information set in its own device and executes the application.

このような固有情報を要求するアプリケーションをクローンサーバが実行した際に、アプリケーションエラーが発生する場合がある。例えば、クローンサーバは、マスタサーバと同一のアプリケーションを実行する。そして、クローンサーバは、マスタサーバに設定された固有情報を必要とするアプリケーションに対して、自装置に設定された固有情報を通知する。このため、クローンサーバは、実行されたアプリケーションを正常に動作せることができず、アプリケーションエラーを発生させてしまう。   When the clone server executes an application that requests such unique information, an application error may occur. For example, the clone server executes the same application as the master server. Then, the clone server notifies the unique information set in the own device to the application that requires the unique information set in the master server. For this reason, the clone server cannot operate the executed application normally, and an application error occurs.

図14は、従来技術を説明するための図である。図14に示す例では、クローンサーバは、マスタサーバに設定されたMACアドレス「01−AA−AA−AA−AA−AA」を固有情報として通知されると、正常に動作する暗号化ソフトウェアを記憶するものとする。また、クローンサーバは、固有情報として、MACアドレス「01−BB−BB−BB−BB−BB」が設定されるものとする。   FIG. 14 is a diagram for explaining the prior art. In the example shown in FIG. 14, when the clone server is notified as the unique information of the MAC address “01-AA-AA-AA-AA-AA” set in the master server, the clone server stores the normally operating encryption software. It shall be. In addition, the clone server is set with the MAC address “01-BB-BB-BB-BB-BB” as the unique information.

図14の例では、クローンサーバは、複製された暗号化ソフトウェアからMACアドレスを要求された場合は、自装置に設定されたMACアドレスを暗号化ソフトウェアに通知する。しかし、クローンサーバは、マスタサーバに設定された固有情報を通知された場合にのみ正常に動作する暗号化ソフトウェアを実行しているため、アプリケーションエラーを発生させてしまう。   In the example of FIG. 14, when the clone server receives a MAC address from the copied encrypted software, the clone server notifies the encrypted software of the MAC address set in its own device. However, since the clone server executes encryption software that operates normally only when notified of the unique information set in the master server, an application error occurs.

これを回避するため、クローンサーバに複製されたアプリケーションは、クローンサーバに設定された固有情報を通知されても正常に動作するように、利用者によって書換られる。そして、クローンサーバは、書換えられたアプリケーションを実行し、アプリケーションエラーを発生させることなく正常に動作させる。   In order to avoid this, the application copied to the clone server is rewritten by the user so that it operates normally even if the unique information set in the clone server is notified. Then, the clone server executes the rewritten application and operates normally without causing an application error.

特開2008−35456号公報JP 2008-35456 A

しかしながら、利用者がアプリケーションの書換を行う場合では、アプリケーションの内容を利用者が把握する必要がある。しかし、アプリケーションの内容を利用者が把握するのは、大変困難である。また、クローンサーバに複製されるアプリケーション毎に書換を行う必要がある。そのため、アプリケーションの書換を行う場合は、書換作業の工数が膨大になるという問題があった。   However, when the user rewrites the application, the user needs to grasp the contents of the application. However, it is very difficult for the user to grasp the contents of the application. In addition, it is necessary to rewrite each application copied to the clone server. Therefore, when rewriting an application, there is a problem that the number of man-hours for rewriting work is enormous.

開示の技術は、上述に鑑みてなされたものであって、クローンサーバに複製されたアプリケーションの書換作業を行うことなく、クローンサーバに複製されたアプリケーションを正常に実行することを可能とする。   The disclosed technique has been made in view of the above, and allows the application copied to the clone server to be executed normally without rewriting the application copied to the clone server.

本願の開示する技術は、一つの様態によれば、電子装置を一意に示す固有情報を要求する処理に対して、電子装置から送信された固有情報を、特定の固有情報に書換え、書き換えられた固有情報を固有情報を要求した処理に対して送信する。   According to one aspect, the technology disclosed in the present application is rewritten by rewriting the specific information transmitted from the electronic device with specific specific information for the process of requesting the specific information uniquely indicating the electronic device. The unique information is transmitted to the process that requested the unique information.

本願の開示するプログラムの一つの態様によれば、クローンサーバに複製されたアプリケーションの書換作業を行うことなく、クローンサーバに複製されたアプリケーションを正常に実行することができる。   According to one aspect of the program disclosed in the present application, the application copied to the clone server can be normally executed without rewriting the application copied to the clone server.

図1は、実施例1に係るプログラムを実行する情報処理装置の構成例を説明するブロック図である。FIG. 1 is a block diagram illustrating a configuration example of an information processing apparatus that executes a program according to the first embodiment. 図2は、実施例2に係るシステムの構成例を説明するための図である。FIG. 2 is a diagram for explaining a configuration example of a system according to the second embodiment. 図3は、実施例2に係るクローンサーバの構成例を説明するための図である。FIG. 3 is a diagram for explaining a configuration example of the clone server according to the second embodiment. 図4は、実施例2に係るプール管理サーバのデータベース部に記憶される固有情報変換テーブルの一例を説明するための図である。FIG. 4 is a diagram for explaining an example of the unique information conversion table stored in the database unit of the pool management server according to the second embodiment. 図5は、実施例2に係るクローンサーバBに記憶される固有情報書換テーブル部の一例を説明するための図である。FIG. 5 is a diagram for explaining an example of the unique information rewriting table unit stored in the clone server B according to the second embodiment. 図6は、実施例2に係るクローンサーバBでの処理の一例を説明するための図である。FIG. 6 is a diagram for explaining an example of processing in the clone server B according to the second embodiment. 図7は、実施例2に係る情報処理装置が実行する情報処理プログラムの実装例を説明するための図である。FIG. 7 is a diagram for explaining an implementation example of an information processing program executed by the information processing apparatus according to the second embodiment. 図8は、実施例2に係るプール管理サーバが差分情報を送信する処理の一例を説明するための図である。FIG. 8 is a schematic diagram illustrating an example of a process in which the pool management server according to the second embodiment transmits difference information. 図9は、実施例2に係るクローンサーバの配置例を説明するための図である。FIG. 9 is a diagram for explaining an arrangement example of the clone servers according to the second embodiment. 図10は、実施例2に係る書換処理の流れを説明するためのフローチャートである。FIG. 10 is a flowchart for explaining the flow of the rewrite processing according to the second embodiment. 図11は、実施例2に係る固有情報書換テーブル部の更新処理の流れを説明するためのフローチャートである。FIG. 11 is a flowchart for explaining the flow of the update process of the unique information rewriting table unit according to the second embodiment. 図12は、変換不要テーブルの一例を説明するための図である。FIG. 12 is a diagram for explaining an example of the conversion unnecessary table. 図13は、変換処理プログラムを実行するコンピュータの一例を説明するための図である。FIG. 13 is a diagram for describing an example of a computer that executes a conversion processing program. 図14は、従来技術を説明するための図である。FIG. 14 is a diagram for explaining the prior art.

以下に添付図面を参照して本願に係る情報処理プログラム、情報処理方法および情報処理装置について説明する。   An information processing program, an information processing method, and an information processing apparatus according to the present application will be described below with reference to the accompanying drawings.

以下の実施例1では、情報処理プログラムを実行する情報処理装置の構成および処理の流れを順に説明する。   In the following first embodiment, the configuration of an information processing apparatus that executes an information processing program and the flow of processing will be described in order.

まず最初に、図1を用いて、実施例1に係るプログラムを実行する情報処理装置の構成例を説明する。図1は、実施例1に係るプログラムを実行する情報処理装置の構成例を説明するブロック図である。   First, a configuration example of an information processing apparatus that executes a program according to the first embodiment will be described with reference to FIG. FIG. 1 is a block diagram illustrating a configuration example of an information processing apparatus that executes a program according to the first embodiment.

情報処理装置1は、処理部3、書換部5、通知部6を有する。また、情報処理装置1は、情報処理装置に対して一意に付与される固有情報を有する。また、情報処理装置1は、複製元のサーバに記憶されたアプリケーションの複製を保持する複製先のサーバである。処理部3は、複製されたアプリケーションを実行する。情報処理装置1は、複製されたアプリケーションに対して、固有情報を通知する。   The information processing apparatus 1 includes a processing unit 3, a rewriting unit 5, and a notification unit 6. Further, the information processing apparatus 1 has unique information uniquely assigned to the information processing apparatus. The information processing apparatus 1 is a copy destination server that holds a copy of the application stored in the copy source server. The processing unit 3 executes the copied application. The information processing apparatus 1 notifies unique information to the copied application.

書換部5は、複製されたアプリケーションに対して通知される情報のうち、自装置に対して一意に付与された固有情報を複製元のサーバの固有情報に書き換える。通知部6は、書換部5によって書換えられた複製元のサーバの固有情報を複製されたアプリケーションへ通知する。   The rewriting unit 5 rewrites the unique information uniquely given to the own device among the information notified to the copied application with the unique information of the server that is the copy source. The notification unit 6 notifies the copied application of the unique information of the copy source server rewritten by the rewrite unit 5.

上述してきたように、実施例1に係る情報処理装置1は、固有情報を処理部3が受信する前に複製元の固有情報に書換える。また、情報処理装置1は、書換えられた固有情報を、処理部3へ送信する。このため、情報処理装置1は、複製されたアプリケーションの書換作業を行うことなく、複製されたアプリケーションを正常に実行することができる。   As described above, the information processing apparatus 1 according to the first embodiment rewrites the unique information with the unique information of the copy source before the processing unit 3 receives the unique information. In addition, the information processing apparatus 1 transmits the rewritten unique information to the processing unit 3. For this reason, the information processing apparatus 1 can normally execute the copied application without rewriting the copied application.

以下の実施例2では、情報処理プログラムを実行する情報処理装置であるクローンサーバを用いたシステムを説明する。   In the following second embodiment, a system using a clone server that is an information processing apparatus that executes an information processing program will be described.

[システムの構成例]
まず最初に、図2を用いて、実施例2に係るシステムの構成例について説明する。図2は、実施例2に係るシステムの構成例を説明するための図である。実施例2に係るシステムは、プール管理サーバ10b、マスタサーバA20b、クローンサーバB30b、クローンサーバC40b、クローンサーバZ50bをネットワーク等を介して接続する。なお、クローンサーバは、ネットワークを用いて、図2に示したクローンサーバ以外にも接続することができる。
[System configuration example]
First, a configuration example of a system according to the second embodiment will be described with reference to FIG. FIG. 2 is a diagram for explaining a configuration example of a system according to the second embodiment. In the system according to the second embodiment, the pool management server 10b, the master server A 20b, the clone server B 30b, the clone server C 40b, and the clone server Z 50b are connected via a network or the like. The clone server can be connected to a clone server other than the clone server shown in FIG. 2 using a network.

マスタサーバA20bは、複製元の情報処理装置である。具体的には、マスタサーバA20bは、各種のプログラムとプログラムの実行に用いられる各種の情報とを記憶する。クローンサーバB30bは、複製先の情報処理装置である。具体的には、クローンサーバB30bは、マスタサーバA20bに記憶された情報とプログラムとの複製を記憶する。そして、クローンサーバB30bは、マスタサーバA20bと同一のプログラムを実行する。   The master server A 20b is a copy source information processing apparatus. Specifically, the master server A 20b stores various programs and various information used for executing the programs. The clone server B30b is a replication destination information processing apparatus. Specifically, the clone server B30b stores a copy of the information stored in the master server A20b and the program. The clone server B30b executes the same program as the master server A20b.

また、図2に示す各クローンサーバ40b〜50bは、クローンサーバB30bと同様に、マスタサーバA20bに記憶された情報とプログラムとの複製を記憶し、マスタサーバA20bと同一のプログラムを実行する。また、図2では図示していないが、ネットワークには、さらに多数のクローンサーバが接続されていてもよい。   Each clone server 40b to 50b shown in FIG. 2 stores a copy of the information stored in the master server A 20b and the program, and executes the same program as the master server A 20b, like the clone server B 30b. Further, although not shown in FIG. 2, a larger number of clone servers may be connected to the network.

プール管理サーバ10bは、イメージファイル部11b、データベース作成部12b、データベース部13bおよび差分送信部14bを有する。イメージファイル部11bは、マスタサーバA20bのイメージファイルを記憶する。具体的には、イメージファイル部11bは、マスタサーバA20bに記憶されたOS(Operating Sistem)、アプリケーション等のセットアップ情報を格納したイメージファイルを記憶する。   The pool management server 10b includes an image file unit 11b, a database creation unit 12b, a database unit 13b, and a differential transmission unit 14b. The image file unit 11b stores the image file of the master server A 20b. Specifically, the image file unit 11b stores an image file storing setup information such as an OS (Operating System) and an application stored in the master server A 20b.

ここで、イメージファイルとは、複製元に記憶された情報をそっくりそのまま複製した情報である。各クローンサーバ30b〜50bは、イメージファイル部11bに記憶されたイメージファイルを自装置に複製する。そして、各クローンサーバ30b〜50bは、複製されたイメージファイルを展開し、マスタサーバA20bのクローンとしてアプリケーションを実行する。   Here, the image file is information obtained by copying the information stored in the copy source as it is. Each clone server 30b-50b replicates the image file stored in the image file unit 11b to its own device. Each of the clone servers 30b to 50b expands the replicated image file and executes the application as a clone of the master server A 20b.

データベース作成部12bは、各サーバ20b〜50bが有する電子装置の固有情報を収集する。また、データベース作成部12bは、収集された固有情報と固有情報の種別とを対応付けた固有情報変換テーブルを作成する。また、データベース作成部12bは、作成された固有情報変換テーブルをデータベース部13bに格納する。また、データベース作成部12bは、作成された固有情報変換テーブルを各クローンサーバ30b〜50bへ送信する。以下、データベース作成部12bの処理を具体的に説明する。   The database creation unit 12b collects unique information of electronic devices included in the servers 20b to 50b. In addition, the database creation unit 12b creates a unique information conversion table in which the collected unique information is associated with the type of unique information. Further, the database creation unit 12b stores the created unique information conversion table in the database unit 13b. The database creation unit 12b transmits the created unique information conversion table to each of the clone servers 30b to 50b. Hereinafter, the process of the database creation part 12b is demonstrated concretely.

データベース作成部12bは、各サーバ20b〜50bが有する電子装置の固有情報を収集する。具体的には、データベース作成部12bは、SNMP(Simple Network Management Protocol)を用いて、ネットワーク上の各サーバ20b〜50bが有する電子装置を識別し、識別された各電子装置が有する固有情報を収集する。   The database creation unit 12b collects unique information of electronic devices included in the servers 20b to 50b. Specifically, the database creation unit 12b uses SNMP (Simple Network Management Protocol) to identify the electronic devices included in each of the servers 20b to 50b on the network and collects unique information included in each identified electronic device. To do.

例えば、データベース作成部12bは、固有情報として、MAC(Media Access Control)アドレス、シリアルナンバ、CPU_ID(Central Processing Unit Identification)、を収集する。また、データベース作成部12bは、固有情報として、IP(Internet Protocol)アドレス、ホスト名およびSID(Security Identifier)を収集する。   For example, the database creation unit 12b collects MAC (Media Access Control) address, serial number, and CPU_ID (Central Processing Unit Identification) as unique information. The database creation unit 12b collects an IP (Internet Protocol) address, a host name, and an SID (Security Identifier) as unique information.

ここで、MACアドレスは、各サーバ20b〜50bが有するネットワークカードのMACアドレスである。また、シリアルナンバは、各サーバ20b〜50bに付与される一意の情報である。また、CPU_IDは、各サーバが有するCPU(Central Processing Unit)に付与される一意の情報である。また、IPアドレスは、各サーバ20b〜50bに付与されるIPアドレスである。また、ホスト名は、各サーバ20b〜50bに対して任意に設定される名称である。また、SIDは、ユーザー、所属グループ、コンピュータ、ログオンセッションを識別するために各サーバ20b〜50bに対して付与される固有の番号である。   Here, the MAC address is a MAC address of a network card included in each of the servers 20b to 50b. The serial number is unique information given to each of the servers 20b to 50b. CPU_ID is unique information given to a CPU (Central Processing Unit) included in each server. The IP address is an IP address given to each of the servers 20b to 50b. The host name is a name arbitrarily set for each of the servers 20b to 50b. The SID is a unique number assigned to each of the servers 20b to 50b in order to identify a user, a belonging group, a computer, and a logon session.

また、データベース作成部12bは、収集された固有情報から、固有情報と固有情報の種別とを対応付けた固有情報変換テーブルを作成する。ここで、図4は、実施例2に係るプール管理サーバのデータベース部に記憶される固有情報変換テーブルの一例を説明するための図である。   Further, the database creation unit 12b creates a unique information conversion table in which the unique information is associated with the type of unique information from the collected unique information. FIG. 4 is a diagram for explaining an example of the unique information conversion table stored in the database unit of the pool management server according to the second embodiment.

データベース作成部12bは、図4に示す例では、各サーバごとに、各サーバに設定される固有情報であるMACアドレス、シリアルナンバ、CPU_ID、IPアドレス、ホスト名およびSIDを対応付ける。また、データベース作成部12bは、対応付けられた各固有情報と、固有情報の種別を示す情報とを対応付ける。そして、データベース作成部12bは、対応付けられた固有情報の種別と固有情報とを格納した固有情報変換テーブルを作成する。   In the example illustrated in FIG. 4, the database creation unit 12 b associates each server with a MAC address, a serial number, a CPU_ID, an IP address, a host name, and a SID that are unique information set for each server. Further, the database creation unit 12b associates each associated unique information with information indicating the type of unique information. Then, the database creation unit 12b creates a unique information conversion table that stores the types of unique information and unique information associated with each other.

例えば、固有情報変換テーブルには、図4に示す例では、「01−AA−AA−AA−AA−AA」、「CPxxxxxxxxA」、「aaaaaa」、「192.168.xx.101」、「SV_A」および「aa−aa」が対応付けられて格納される。また、固有情報変換テーブルに格納された各固有情報には、各固有情報の種別を示す情報が対応付けられる。例えば、固有情報変換テーブルは、図4に示す例では、「01−AA−AA−AA−AA−AA」がマスタサーバA20bに設定された「MACアドレス」であることを示している。また、固有情報変換テーブルは、「CPxxxxxxxxA」が「シリアルナンバ」であることを示し、「aaaaaa」が「CPU_ID」であることを示し、「192.168.xx.101」が「IPアドレス」であることを示している。また、固有情報変換テーブルは、「SV_A」が「ホスト名」であることを示し、「aa−aa」が「SID」であることを示している。   For example, in the example illustrated in FIG. 4, the unique information conversion table includes “01-AA-AA-AA-AA-AA”, “CPxxxxxxxxA”, “aaaaaa”, “192.168..xxx.101”, “SV_A”. And “aa-aa” are stored in association with each other. In addition, each unique information stored in the unique information conversion table is associated with information indicating the type of each unique information. For example, in the example shown in FIG. 4, the unique information conversion table indicates that “01-AA-AA-AA-AA-AA” is the “MAC address” set in the master server A 20b. The unique information conversion table indicates that “CPxxxxxxxxA” is “serial number”, “aaaaaa” is “CPU_ID”, and “192.168.xxx.101” is “IP address”. It shows that there is. Further, the unique information conversion table indicates that “SV_A” is “host name”, and “aa-aa” is “SID”.

また、データベース作成部12bは、作成された固有情報書換テーブルをデータベース部13bに格納する。具体的には、データベース作成部12bは、作成された固有情報書換テーブルをデータベース部13bへ転送する。そして、データベース部13bは、転送された固有情報書換テーブルを記憶する。   The database creation unit 12b stores the created unique information rewriting table in the database unit 13b. Specifically, the database creation unit 12b transfers the created unique information rewriting table to the database unit 13b. Then, the database unit 13b stores the transferred unique information rewriting table.

また、データベース作成部12bは、作成された固有情報書換テーブルを各クローンサーバ30b〜50bへ送信する。具体的には、データベース作成部12bは、各クローンサーバ30b〜50bがイメージファイルを複製した後に、作成された固有情報変換テーブルを各クローンサーバ30b〜50bへ送信する。   Further, the database creation unit 12b transmits the created unique information rewriting table to each of the clone servers 30b to 50b. Specifically, the database creation unit 12b transmits the created unique information conversion table to each clone server 30b to 50b after each clone server 30b to 50b replicates the image file.

ここで、データベース作成部12bは、各クローンサーバ30b〜50bへ固有情報変換テーブルを送信する場合は、マスタサーバA20bの固有情報と、固有情報変換テーブルの送信先となるクローンサーバの固有情報とを送信する。例えば、データベース作成部12bは、クローンサーバ30bに対して、マスタサーバA20bの固有情報とクローンサーバ30bの固有情報とを送信する。   Here, when transmitting the unique information conversion table to each of the clone servers 30b to 50b, the database creation unit 12b obtains the unique information of the master server A 20b and the unique information of the clone server that is the transmission destination of the unique information conversion table. Send. For example, the database creation unit 12b transmits the unique information of the master server A 20b and the unique information of the clone server 30b to the clone server 30b.

図2に戻り、差分送信部14bは、各サーバ20b〜50bの固有情報を収集する。また、差分送信部14bは、収集された固有情報を用いて、データベース部13bに記憶された固有情報変換テーブルを更新する。また、差分送信部14bは、固有情報変換テーブルを更新した場合は、差分情報を作成し、作成された差分情報を各クローンサーバ30b〜50bに対して送信する。以下、差分送信部14bの処理を具体的に説明する。   Returning to FIG. 2, the difference transmission part 14b collects the specific information of each server 20b-50b. Moreover, the difference transmission part 14b updates the specific information conversion table memorize | stored in the database part 13b using the collected specific information. In addition, when the unique information conversion table is updated, the difference transmission unit 14b creates difference information and transmits the created difference information to the clone servers 30b to 50b. Hereinafter, the process of the difference transmission part 14b is demonstrated concretely.

差分送信部14bは、各サーバ20b〜50bの固有情報を収集する。具体的には、差分送信部14bは、一定の時間間隔ごとに、SNMPを用いて、ネットワーク上の各サーバ20b〜50bが有する電子装置を識別し、識別された各電子装置が有する固有情報を収集する。例えば、差分送信部14bは、各サーバ20b〜50bのMACアドレス、シリアルナンバ、CPU_ID、IPアドレス、ホスト名およびSIDを収集する。   The difference transmission unit 14b collects unique information of the servers 20b to 50b. Specifically, the differential transmission unit 14b uses SNMP to identify the electronic devices included in the servers 20b to 50b on the network at specific time intervals, and the unique information included in the identified electronic devices. collect. For example, the differential transmission unit 14b collects the MAC address, serial number, CPU_ID, IP address, host name, and SID of each of the servers 20b to 50b.

また、差分送信部14bは、収集された固有情報を用いて、データベース部13bに記憶された固有情報変換テーブルを更新する。具体的には、差分送信部14bは、収集された固有情報とデータベース部13に記憶された固有情報書換テーブルとに差異があるかを判定する。そして、差分送信部14bは、収集された固有情報とデータベース部13に記憶された固有情報書換テーブルとに差異があると判定した場合は、収集された固有情報を用いて、データベース部13に記憶された固有情報変換テーブルを更新する。   Moreover, the difference transmission part 14b updates the specific information conversion table memorize | stored in the database part 13b using the collected specific information. Specifically, the differential transmission unit 14 b determines whether there is a difference between the collected unique information and the unique information rewriting table stored in the database unit 13. If the difference transmitting unit 14b determines that there is a difference between the collected unique information and the unique information rewriting table stored in the database unit 13, the difference transmitting unit 14b stores the collected unique information in the database unit 13 using the collected unique information. Update the unique information conversion table.

例えば、差分送信部14bは、マスタサーバA20bについて収集されたMACアドレスと固有情報書換テーブルに記憶されたMACアドレスとが異なると判定した場合は、固有情報書換テーブルに記憶されたMACアドレスを収集したMACアドレスに更新する。   For example, if it is determined that the MAC address collected for the master server A 20b is different from the MAC address stored in the unique information rewrite table, the differential transmission unit 14b collects the MAC address stored in the unique information rewrite table. Update to MAC address.

また、差分送信部14bは、固有情報変換テーブルを更新した場合は、差分情報を作成し、作成された差分情報を各クローンサーバ30b〜50bに対して送信する。具体的には、差分送信部14bは、固有情報変換テーブルを更新した場合は、固有情報変換テーブルの更新内容を示す差分情報を作成する。そして、差分送信部14bは、作成された差分情報を各クローンサーバ30b〜50bに対して送信する。   In addition, when the unique information conversion table is updated, the difference transmission unit 14b creates difference information and transmits the created difference information to the clone servers 30b to 50b. Specifically, when the unique information conversion table is updated, the difference transmission unit 14b creates difference information indicating the update contents of the unique information conversion table. And the difference transmission part 14b transmits the produced difference information with respect to each clone server 30b-50b.

例えば、差分送信部14bは、固有情報変換テーブルに記憶されたマスタサーバA20bのMACアドレスを更新した場合は、固有情報変換テーブルに記憶されたマスタサーバA20bの新たなMACアドレスを格納した差分情報を作成する。そして、差分送信部14bは、作成された差分情報を各クローンサーバ30b〜50bに対して送信する。   For example, when the differential transmission unit 14b updates the MAC address of the master server A 20b stored in the unique information conversion table, the difference transmission unit 14b uses the difference information storing the new MAC address of the master server A 20b stored in the unique information conversion table. create. And the difference transmission part 14b transmits the produced difference information with respect to each clone server 30b-50b.

[クローンサーバの構成例]
次に、図3を用いて、実施例2に係るクローンサーバの構成例について説明する。ここで、図3は、実施例2に係るクローンサーバの構成例を説明するための図である。また、図3には、クローンサーバの例としてクローンサーバB30bの構成を示した。
[Clone server configuration example]
Next, a configuration example of the clone server according to the second embodiment will be described with reference to FIG. FIG. 3 is a diagram for explaining a configuration example of the clone server according to the second embodiment. FIG. 3 shows the configuration of the clone server B 30b as an example of the clone server.

クローンサーバB30bは、I/O(Input/Output)マネージャ部31b、電子装置32b、処理部33b、記憶部34b、更新部35bおよび取得部36bを有する。クローンサーバB30bは、プール管理サーバ10bと接続される。I/Oマネージャ部31bは、検知部4b、書換部5b、通知部6b、種別判定部7bおよび変換情報取得部8bを有する。記憶部34bは、固有情報書換テーブル部9bを有する。   The clone server B30b includes an I / O (Input / Output) manager unit 31b, an electronic device 32b, a processing unit 33b, a storage unit 34b, an update unit 35b, and an acquisition unit 36b. The clone server B30b is connected to the pool management server 10b. The I / O manager unit 31b includes a detection unit 4b, a rewrite unit 5b, a notification unit 6b, a type determination unit 7b, and a conversion information acquisition unit 8b. The storage unit 34b includes a unique information rewriting table unit 9b.

電子装置32bは、クローンサーバB30bを一意に示す固有情報が付与される。また、電子装置32bは、電子装置32bが有する固有情報を送信するように処理部33bから要求された場合は、I/Oマネージャ部31bを経由して、固有情報を処理部33bへ送信する。具体的には、電子装置32bは、クローンサーバB30bを一意に示す固有情報として、サーバ、MACアドレス、シリアルナンバ、CPU_ID,IPアドレスおよびSID等を付与される。   The electronic device 32b is given unique information that uniquely indicates the clone server B30b. In addition, when the processing unit 33b requests the electronic device 32b to transmit the unique information that the electronic device 32b has, the electronic device 32b transmits the unique information to the processing unit 33b via the I / O manager unit 31b. Specifically, the electronic device 32b is given a server, a MAC address, a serial number, a CPU_ID, an IP address, an SID, and the like as unique information that uniquely indicates the clone server B30b.

また、電子装置32bは、電子装置32bに付与された各固有情報を通知するように処理部33bから要求された場合は、I/Oマネージャ部31bを経由して、固有情報を通知する。例えば、電子装置32bは、処理部32bからMACアドレスを要求された場合には、自装置に設定されたMACアドレスをI/Oマネージャ部31bを経由するように、通知する。   In addition, when the electronic device 32b is requested by the processing unit 33b to notify each unique information assigned to the electronic device 32b, the electronic device 32b notifies the unique information via the I / O manager unit 31b. For example, when the MAC address is requested from the processing unit 32b, the electronic device 32b notifies the MAC address set in the own device so as to pass through the I / O manager unit 31b.

固有情報書換テーブル部9bは、固有情報の種別と固有情報とを対応付けられた固有情報書換テーブルを記憶する。具体的には、固有情報書換テーブル部9bは、クローンサーバB30bおよびマスタサーバA20bが有する電子装置の固有情報と固有情報の種別を示す情報とを対応付けて記憶する。   The unique information rewriting table unit 9b stores a unique information rewriting table in which the type of unique information and unique information are associated with each other. Specifically, the unique information rewriting table unit 9b stores the unique information of the electronic device included in the clone server B30b and the master server A20b in association with information indicating the type of unique information.

図5は、実施例2に係るクローンサーバBに記憶される固有情報書換テーブルの一例を説明するための図である。同図に示す例では、固有情報書換テーブル部9bは、マスタサーバA20bに設定されたMACアドレス、シリアルナンバ、CPU_ID、IPアドレス、ホスト名およびSIDを対応付ける。また、固有情報変換テーブル部9bは、マスタサーバA20bに設定された固有情報と、固有情報の種別を示す情報とを対応付ける。また、固有情報書換テーブル部9bは、各サーバごとの各固有情報と識別子とを対応付けて記憶する。ここで、識別子は、対応付けられた固有情報がどのサーバに設定されたものであるかを識別する。そして、固有情報書換テーブル部9bは、対応付けられた固有情報の種別と固有情報とを記憶する。   FIG. 5 is a diagram for explaining an example of the unique information rewriting table stored in the clone server B according to the second embodiment. In the example shown in the figure, the unique information rewriting table unit 9b associates the MAC address, serial number, CPU_ID, IP address, host name, and SID set in the master server A 20b. The unique information conversion table unit 9b associates the unique information set in the master server A 20b with information indicating the type of unique information. Further, the unique information rewriting table unit 9b stores each unique information and identifier for each server in association with each other. Here, the identifier identifies to which server the associated unique information is set. Then, the unique information rewriting table unit 9b stores the associated unique information type and unique information.

例えば、固有情報書換テーブル部9bは、図5に示す例では、「マスタサーバA」が識別子「A」と関連付けられた固有情報を有するサーバの名称であることを示している。また、固有情報書換テーブル部9bは、「01−AA−AA−AA−AA−AA」がマスタサーバA20bに設定された「MACアドレス」であることを示している。また、固有情報変換テーブルは、「CPxxxxxxxxA」が「シリアルナンバ」であることを示し、「aaaaaa」が「CPU_ID」であることを示し、「192.168.xx.101」が「IPアドレス」であることを示している。また、固有情報変換テーブルは、「SV_A」が「ホスト名」であることを示し、「aa−aa」が「SID」であることを示している。   For example, the unique information rewriting table unit 9b indicates that “master server A” is the name of a server having unique information associated with the identifier “A” in the example illustrated in FIG. Also, the unique information rewriting table unit 9b indicates that “01-AA-AA-AA-AA-AA” is the “MAC address” set in the master server A 20b. The unique information conversion table indicates that “CPxxxxxxxxA” is “serial number”, “aaaaaa” is “CPU_ID”, and “192.168.xxx.101” is “IP address”. It shows that there is. Further, the unique information conversion table indicates that “SV_A” is “host name”, and “aa-aa” is “SID”.

ここで、図5に示す例では、固有情報の種別であるサーバは、同一の識別子に対応付けられた各固有情報に係るサーバを示す情報である。MACアドレスは、同一の識別子に対応付けられたサーバに係るMACアドレスを示す。シリアルナンバは、同一の識別子に対応付けられたサーバのシリアルナンバである。CPU_IDは、同一の識別子に対応付けられたサーバが有するCPUに付与される一意の情報である。IPアドレスは、同一の識別子に対応付けられたサーバに係るIPアドレスである。また、ホスト名は、同一の識別子に対応付けられたサーバに対して任意に設定される名称である。また、SIDは、同一の識別子に対応付けられたサーバに係るユーザー、所属グループ、コンピュータ、ログオンセッションを識別するために付与される固有の番号である。   Here, in the example illustrated in FIG. 5, the server that is the type of unique information is information indicating a server related to each unique information associated with the same identifier. The MAC address indicates a MAC address related to a server associated with the same identifier. The serial number is a server serial number associated with the same identifier. CPU_ID is unique information given to a CPU of a server associated with the same identifier. The IP address is an IP address related to a server associated with the same identifier. The host name is a name that is arbitrarily set for servers associated with the same identifier. The SID is a unique number assigned to identify a user, a belonging group, a computer, and a logon session related to the server associated with the same identifier.

つまり、図5に示す例では、識別子「B」と対応付けられた固有情報は、サーバ「クローンサーバB」に係る固有情報であることを示す。そして、クローンサーバBに係るMACアドレスが「01−BB−BB−BB−BB−BB」であり、クローンサーバBに係るシリアルナンバが「CPxxxxxxxxB」であることを示す。また、クローンサーバBに係るCPU_IDが「bbbbbb」であり、クローンサーバBに係るIPアドレスが「192.168.xx.102」であることを示す。また、クローンサーバBに係るホスト名が「SV_B」であり、クローンサーバBに係るSIDが「bb−bb」であることを示す。一方、識別子「A」と対応付けられた固有情報は、サーバ「マスタサーバA」に係る固有情報であることを示す。   That is, in the example illustrated in FIG. 5, the unique information associated with the identifier “B” is unique information related to the server “clone server B”. The MAC address related to the clone server B is “01-BB-BB-BB-BB-BB”, and the serial number related to the clone server B is “CPxxxxxxxxB”. Further, the CPU_ID related to the clone server B is “bbbbbb”, and the IP address related to the clone server B is “192.168..xx.102”. Further, the host name related to the clone server B is “SV_B” and the SID related to the clone server B is “bb-bb”. On the other hand, the unique information associated with the identifier “A” indicates that it is unique information related to the server “master server A”.

図3に戻り、処理部33bは、複製されたアプリケーションを実行する。具体的には、処理部33bは、クローンサーバB30bを一意に示す固有情報を要求するアプリケーションを実行する。また、処理部33bは、アプリケーションから固有情報を要求された場合には、I/Oマネージャ部31bを経由して電子装置32bに固有情報を要求する。   Returning to FIG. 3, the processing unit 33b executes the copied application. Specifically, the processing unit 33b executes an application that requests unique information that uniquely indicates the clone server B30b. Further, when the unique information is requested from the application, the processing unit 33b requests unique information from the electronic device 32b via the I / O manager unit 31b.

検知部4bは、複製されたアプリケーションに対して通知される情報のうち、自装置に対して一意に付与された固有情報が含まれているかを検知する。具体的には、検知部4bは、電子装置32bからアプリケーションに対して通知される情報のうち、クローンサーバB30bを示す固有情報が含まれているかを検知する。   The detection unit 4b detects whether the unique information uniquely given to the own device is included in the information notified to the copied application. Specifically, the detection unit 4b detects whether unique information indicating the clone server B30b is included in the information notified from the electronic device 32b to the application.

そして、検知部4bは、固有情報を検知した場合は、検知された固有情報を種別判定部7bおよび書換部5bへ通知する。例えば、検知部4bは、電子装置32bから通知される情報からクローンサーバB30bのMACアドレスを検知した場合は、検知されたMACアドレスを種別判定部7bおよび書換部5bへ通知する。   When detecting the unique information, the detecting unit 4b notifies the type determining unit 7b and the rewriting unit 5b of the detected unique information. For example, when the detection unit 4b detects the MAC address of the clone server B 30b from the information notified from the electronic device 32b, the detection unit 4b notifies the type determination unit 7b and the rewrite unit 5b of the detected MAC address.

種別判定部7bは、自装置に対して一意に付与された固有情報の種別を判定する。具体的には、種別判定部7bは、検知部4bによって検知された固有情報を取得する。次に、種別判定部7bは、検知された固有情報を解析し、固有情報の種別を判定する。そして、種別判定部7bは、判定された固有情報の種別を変換情報取得部8bへ通知する。   The type determination unit 7b determines the type of unique information uniquely assigned to the own device. Specifically, the type determination unit 7b acquires unique information detected by the detection unit 4b. Next, the type determination unit 7b analyzes the detected unique information and determines the type of the unique information. Then, the type determination unit 7b notifies the conversion information acquisition unit 8b of the determined type of unique information.

以下、種別判定部7bが実行する処理の一例として、検知部4bが図5中段に示す固有情報「bbbbbb」を検知した場合について説明する。種別判定部7bは、検知部4bに検知された固有情報を取得する。種別判定部7bは、取得された固有情報が「bbbbbb」であった場合は、検知部4bに検知された固有情報がCPU_IDであることを判定する。そして、種別判定部7bは、判定された固有情報の種別を変換情報取得部8bへ通知する。   Hereinafter, as an example of processing executed by the type determination unit 7b, a case where the detection unit 4b detects the unique information “bbbbbb” illustrated in the middle part of FIG. 5 will be described. The type determination unit 7b acquires unique information detected by the detection unit 4b. If the acquired unique information is “bbbbbbb”, the type determining unit 7b determines that the unique information detected by the detecting unit 4b is CPU_ID. Then, the type determination unit 7b notifies the conversion information acquisition unit 8b of the determined type of unique information.

変換情報取得部8bは、固有情報の種別と固有情報とが対応付けられて記憶された固有情報書換テーブル部9bから、種別判定部7bによって判定された固有情報の種別と対応付けられて記憶された複製元のサーバの固有情報を取得する。具体的には、変換情報取得部8bは、種別判定部7bによって通知された固有情報の種別を取得する。また、変換情報取得部8bは、通知された固有情報の種別と対応付けられた固有情報を固有情報書換テーブル部9bから取得する。次に、変換情報取得部8bは、取得された固有情報を書換部5bへ通知する。   The conversion information acquisition unit 8b is stored in association with the type of specific information determined by the type determination unit 7b from the specific information rewrite table unit 9b in which the type of specific information and the specific information are stored in association with each other. Acquire the unique information of the source server. Specifically, the conversion information acquisition unit 8b acquires the type of unique information notified by the type determination unit 7b. Also, the conversion information acquisition unit 8b acquires the unique information associated with the notified type of unique information from the unique information rewrite table unit 9b. Next, the conversion information acquisition unit 8b notifies the acquired unique information to the rewriting unit 5b.

例えば、変換情報取得部8bは、種別判定部7bから通知された固有情報の種別を取得する。次に、変換情報取得部8bは、通知された固有情報の種別がCPU_IDであった場合は、固有情報書換テーブル部9bに記憶された固有情報から、種別CPU_IDと対応付けて記憶されたマスタサーバA20bの固有情報を取得する。   For example, the conversion information acquisition unit 8b acquires the type of unique information notified from the type determination unit 7b. Next, when the notified unique information type is CPU_ID, the conversion information acquisition unit 8b stores the master server stored in association with the type CPU_ID from the unique information stored in the unique information rewrite table unit 9b. The unique information of A20b is acquired.

すなわち、変換情報取得部8bは、固有情報書換テーブル部9bに記憶されたマスタサーバA20bのCPU_ID「aaaaaa」を取得する。そして、変更情報取得部8bは、取得された固有情報「aaaaaa」を書換部5bへ通知する。   That is, the conversion information acquisition unit 8b acquires the CPU_ID “aaaaaa” of the master server A 20b stored in the unique information rewriting table unit 9b. Then, the change information acquisition unit 8b notifies the rewriting unit 5b of the acquired unique information “aaaaaa”.

書換部5bは、自装置に対して一意に付与された固有情報を複製元のサーバの固有情報に書換える。具体的には、書換部5bは、検知部4bによって検知された固有情報を取得する。また、書換部5bは、変換情報取得部8bによって取得された固有情報を取得する。そして、書換部5bは、検知部4によって検知された固有情報を書換部5bによって取得された固有情報に書換える。   The rewriting unit 5b rewrites the unique information uniquely assigned to the own device with the unique information of the copy source server. Specifically, the rewrite unit 5b acquires unique information detected by the detection unit 4b. Further, the rewrite unit 5b acquires the unique information acquired by the conversion information acquisition unit 8b. Then, the rewrite unit 5b rewrites the unique information detected by the detection unit 4 with the unique information acquired by the rewrite unit 5b.

具体例として、固有情報「bbbbbb」が電子装置32bより送信された例について、書換部5bの処理を説明する。まず、書換部5bは、検知部4bから固有情報「bbbbbb」を取得する。次に、書換部5bは、変換情報取得部8bから固有情報「aaaaaa」を取得する。次に、書換部5bは、検知部4bから取得した固有情報「bbbbbb」を変換情報取得部8bより取得した固有情報「aaaaaa」に書換える。そして、書換部5bは、書換えられた固有情報「aaaaaa」を通知部6bへ転送する。   As a specific example, the processing of the rewriting unit 5b will be described for an example in which the unique information “bbbbbbb” is transmitted from the electronic device 32b. First, the rewriting unit 5b acquires the unique information “bbbbbb” from the detection unit 4b. Next, the rewrite unit 5b acquires the unique information “aaaaaa” from the conversion information acquisition unit 8b. Next, the rewriting unit 5b rewrites the unique information “bbbbbb” acquired from the detecting unit 4b with the unique information “aaaaaa” acquired from the conversion information acquiring unit 8b. Then, the rewrite unit 5b transfers the rewritten unique information “aaaaaa” to the notification unit 6b.

通知部6bは、書換部5bによって書換えられた複製元の固有情報を、複製されたアプリケーションへ通知する。具体的には、通知部6bは、書換部5bによってマスタサーバA20bに係る固有情報に書換えられた固有情報を複製されたアプリケーションを実行する処理部33bへ通知する。   The notification unit 6b notifies the copied application of the unique information of the copy source rewritten by the rewrite unit 5b. Specifically, the notification unit 6b notifies the processing unit 33b that executes the copied application of the unique information rewritten to the unique information related to the master server A 20b by the rewriting unit 5b.

取得部36bは、複製元のサーバに新たな固有情報が付与された場合は、固有情報と固有情報の種別とを取得する。具体的には、取得部36bは、マスタサーバA20bに新たな固有情報が付与された場合には、プール管理サーバ10bが有する差分送信部14bから送信された差分情報を取得する。そして、取得部36bは、差分情報を受信した場合は、取得された差分情報を更新部35bに転送する。   The acquisition unit 36b acquires the unique information and the type of the unique information when new unique information is given to the replication source server. Specifically, the acquisition unit 36b acquires the difference information transmitted from the difference transmission unit 14b of the pool management server 10b when new unique information is given to the master server A 20b. And the acquisition part 36b transfers the acquired difference information to the update part 35b, when difference information is received.

例えば、プール管理サーバ10bの差分送信部14bは、マスタサーバA20bが有する電子装置が置き換えられた場合には、新たな電子装置に付与されるMACアドレスを示す差分情報を作成し、作成された差分情報を各クローンサーバ30b〜50bへ送信する。クローンサーバB30bの取得部36bは、プール管理サーバ10bの差分送信部14bから送信された差分情報を取得した場合には、取得された差分情報を更新部35bへ転送する。   For example, the difference transmission unit 14b of the pool management server 10b creates difference information indicating the MAC address assigned to the new electronic device when the electronic device included in the master server A 20b is replaced, and the created difference Information is transmitted to each clone server 30b-50b. When acquiring the difference information transmitted from the difference transmitting unit 14b of the pool management server 10b, the acquiring unit 36b of the clone server B 30b transfers the acquired difference information to the updating unit 35b.

更新部35bは、取得部36bによって取得された固有情報と固有情報の種別とに応じて、固有情報書換テーブル部9bを更新する。具体的には、更新部35bは、取得部36bによって転送された差分情報を取得する。そして、更新部35bは、取得された差分情報に含まれる固有情報と固有情報の種別とに応じて、固有情報書換テーブル部9bを更新する。   The updating unit 35b updates the unique information rewriting table unit 9b according to the unique information acquired by the acquiring unit 36b and the type of unique information. Specifically, the update unit 35b acquires the difference information transferred by the acquisition unit 36b. Then, the updating unit 35b updates the unique information rewriting table unit 9b in accordance with the unique information and the type of unique information included in the acquired difference information.

例えば、更新部35bは、受信された差分情報にマスタサーバA20bの新たなMACアドレスが格納されていた場合は、固有情報書換テーブル部9bに記憶されたマスタサーバA20bのMACアドレスを、差分情報に格納されていたMACアドレスへ変更する。   For example, when the new MAC address of the master server A 20b is stored in the received difference information, the update unit 35b uses the MAC address of the master server A 20b stored in the unique information rewrite table unit 9b as the difference information. Change to the stored MAC address.

例えば、検知部4b、書換部5b、通知部6b、種別判定部7b、変換情報取得部8b、イメージファイル部11b、データベース作成部12b、差分送信部14b、処理部33b、更新部35bおよび取得部36bは、電子回路である。ここで、電子回路の例として、ASIC(Application Specific Integrated Circuit)やFPGA (Field Programmable Gate Array)などの集積回路、またはCPU(Central Processing Unit)やMPU(Micro Processing Unit)などを適用する。   For example, the detection unit 4b, the rewrite unit 5b, the notification unit 6b, the type determination unit 7b, the conversion information acquisition unit 8b, the image file unit 11b, the database creation unit 12b, the difference transmission unit 14b, the processing unit 33b, the update unit 35b, and the acquisition unit 36b is an electronic circuit. Here, as an example of the electronic circuit, an integrated circuit such as an application specific integrated circuit (ASIC) or a field programmable gate array (FPGA), or a central processing unit (CPU) or a micro processing unit (MPU) is applied.

また、データベース部13bおよび固有情報書換テーブル部9bは、RAM(Random Access Memory)、ROM(Read Only Memory)、フラッシュメモリ (flash memory)などの半導体メモリ素子、または、ハードディスク、光ディスクなどの記憶装置である。例えば、電子装置32bは、ネットワークカード、ファイバーチャネルカード、マザーボード、CPU、HDD(Hard Disc Driver)等の電子装置である。   The database unit 13b and the unique information rewriting table unit 9b are semiconductor memory elements such as a random access memory (RAM), a read only memory (ROM), and a flash memory, or a storage device such as a hard disk and an optical disk. is there. For example, the electronic device 32b is an electronic device such as a network card, a fiber channel card, a motherboard, a CPU, and an HDD (Hard Disc Driver).

[クローンサーバで実行される処理]
次に、クローンサーバB30bで実行される処理の一例について説明する。図6は、実施例2に係るクローンサーバBでの処理の一例を説明するための図である。図6に示す例では、クローンサーバB30bは、マスタサーバA20bのイメージデータを複製する。また、クローンサーバB30bは、複製されたイメージデータから暗号化ソフトウェアを実行する。
[Processes executed on the clone server]
Next, an example of processing executed by the clone server B30b will be described. FIG. 6 is a diagram for explaining an example of processing in the clone server B according to the second embodiment. In the example shown in FIG. 6, the clone server B30b duplicates the image data of the master server A20b. Further, the clone server B30b executes encrypted software from the copied image data.

また、図6に示す例では、クローンサーバB30bが有する電子装置32bは、MACアドレスとして「01−BB−BB−BB−BB−BB」が付与されるものとする。また、クローンサーバB30bで実行される暗号化ソフトウェアは、マスタサーバA20bのMACアドレス「01−AA−AA−AA−AA−AA」が通知された場合には、正常に動作するものとする。   In the example illustrated in FIG. 6, the electronic device 32 b included in the clone server B 30 b is assigned “01-BB-BB-BB-BB-BB” as the MAC address. Also, the encryption software executed by the clone server B30b operates normally when the MAC address “01-AA-AA-AA-AA-AA” of the master server A20b is notified.

まず、クローンサーバB30bは、マスタサーバA20bのイメージデータより暗号化ソフト等のアプリケーションを起動させる。そして、クローンサーバB30bは、アプリケーションからMACアドレスの要求を受け付けると、自装置が有する電子機器32bのMACアドレスを要求する。クローンサーバB30bの電子装置32bは、MACアドレスを要求された場合は、自装置に設定されたMACアドレス「01−BB−BB−BB−BB−BB」を暗号化ソフトに通知する。   First, the clone server B30b activates an application such as encryption software from the image data of the master server A20b. When the clone server B 30b receives a request for the MAC address from the application, the clone server B 30b requests the MAC address of the electronic device 32b included in the own device. When the MAC address is requested, the electronic device 32b of the clone server B30b notifies the encryption software of the MAC address “01-BB-BB-BB-BB-BB” set in the own device.

ここで、クローンサーバB30bは、送信されたMACアドレス「01−BB−BB−BB−BB−BB」を検知する。クローンサーバB30bは、検知されたMACアドレスをマスタサーバ20bのMACアドレス「01−AA−AA−AA−AA−AA」に書換える。そして、クローンサーバB30bは、マスタサーバ20bのMACアドレスに書換えられたMACアドレスを暗号化ソフトウェアへ通知する。   Here, the clone server B30b detects the transmitted MAC address “01-BB-BB-BB-BB-BB”. The clone server B30b rewrites the detected MAC address with the MAC address “01-AA-AA-AA-AA-AA” of the master server 20b. Then, the clone server B 30b notifies the encryption software of the MAC address rewritten with the MAC address of the master server 20b.

このため、クローンサーバB30bは、マスタサーバA20bのイメージデータに含まれるアプリケーションの書換を行わずに、マスタサーバA20bのイメージデータに含まれるアプリケーションを正常に実行することができる。   For this reason, the clone server B30b can normally execute the application included in the image data of the master server A20b without rewriting the application included in the image data of the master server A20b.

[情報処理プログラムの実装例]
次に、実施例2に係る各クローンサーバ30b〜50bが実行する情報処理プログラムの実装例について説明する。図7は、実施例2に係る情報処理装置が実行する情報処理プログラムの実装例を説明するための図である。
[Example of information processing program implementation]
Next, an implementation example of an information processing program executed by each clone server 30b to 50b according to the second embodiment will be described. FIG. 7 is a diagram for explaining an implementation example of an information processing program executed by the information processing apparatus according to the second embodiment.

図7に示す例では、情報処理装置によって実行されるアプリケーションは、I/Oマネージャを通して情報の受け渡しを行う。例えば、アプリケーションは、I/Oマネージャに対して、ハードウェアデバイスの固有情報を要求する。I/Oマネージャは、ハードウェアデバイスの固有情報を要求された場合には、ハードウェアデバイスの固有情報を取得し、取得された固有情報をアプリケーションに通知する。   In the example illustrated in FIG. 7, an application executed by the information processing apparatus passes information through the I / O manager. For example, the application requests hardware device specific information from the I / O manager. When the hardware device unique information is requested, the I / O manager obtains the hardware device unique information and notifies the obtained unique information to the application.

具体的には、I/Oマネージャは、上位層ドライバ、中間層ドライバ(フィルタ・ドライバ)および下位層ドライバを有する。ここで、ドライバは、アプリケーションとハードウェアデバイスとの間で行われる情報の受け渡しを中継するソフトウェアである。   Specifically, the I / O manager includes an upper layer driver, an intermediate layer driver (filter driver), and a lower layer driver. Here, the driver is software that relays information exchange between the application and the hardware device.

アプリケーションは、ハードウェアデバイスの固有情報を要求する場合は、I/Oマネージャの上位層ドライバにハードウェアデバイスの固有情報を要求する。上位層ドライバは、アプリケーションからハードウェアデバイスの固有情報を要求された場合は、ハードウェアデバイスの固有情報を中間層ドライバに要求する。   When an application requests hardware device specific information, the application requests hardware device specific information from an upper layer driver of the I / O manager. When the application requests hardware device specific information from the application, the upper layer driver requests the hardware device specific information from the intermediate layer driver.

中間層ドライバは、上位層ドライバからハードウェアデバイスの固有情報を要求された場合は、ハードウェアデバイスの固有情報を下間層ドライバに要求する。そして、下位層ドライバは、中間層ドライバからハードウェアデバイスの固有情報を要求された場合は、ハードウェアデバイスに固有情報を要求する。   When the middle layer driver is requested by the upper layer driver for the unique information of the hardware device, the middle layer driver requests the unique information of the hardware device from the lower layer driver. The lower layer driver requests specific information from the hardware device when the specific information of the hardware device is requested from the intermediate layer driver.

ハードウェアデバイスは、固有情報を要求された場合は、下位層ドライバに対して固有情報を通知する。下位層ドライバは、ハードウェアデバイスの固有情報を取得した場合は、取得された固有情報を中間層ドライバに通知する。ここで、中間層ドライバは、下位層ドライバから固有情報を取得した場合は、自装置の固有情報を検知し、検知された固有情報をマスタサーバA20bの固有情報に書換え、書換えられた固有情報を上位層ドライバに通知する。   When the hardware device is requested for the unique information, the hardware device notifies the lower layer driver of the unique information. When the lower layer driver acquires the unique information of the hardware device, the lower layer driver notifies the intermediate layer driver of the acquired unique information. Here, when acquiring the unique information from the lower layer driver, the intermediate layer driver detects the unique information of the own device, rewrites the detected unique information with the unique information of the master server A 20b, and replaces the rewritten unique information. Notify upper layer driver.

つまり、実施例2に係る各クローンサーバ30b〜50bが実行する情報処理プログラムは、図7に示す中間層ドライバとして動作する。上位層ドライバは、ハードウェアデバイスの固有情報を取得した場合は、取得された固有情報をアプリケーションに通知する。   That is, the information processing program executed by each of the clone servers 30b to 50b according to the second embodiment operates as an intermediate layer driver illustrated in FIG. When the upper layer driver acquires the specific information of the hardware device, the upper layer driver notifies the application of the acquired specific information.

また、アプリケーションは、情報処理装置の外部に情報を送信する場合も、各層のドライバを経由させて送信する。例えば、アプリケーションは、情報処理装置の外部に情報を送信する場合は、I/Oマネージャの上位層ドライバに情報を転送する。上位層ドライバは、転送された情報を中間層ドライバに転送する。ここで、中間層ドライバは、上位層ドライバから情報を取得した場合は、固有情報を検知し、検知された固有情報の書換を行い、書換えられた固有情報を下位層ドライバに転送する。   The application also transmits the information via the driver of each layer when transmitting information to the outside of the information processing apparatus. For example, when transmitting information to the outside of the information processing apparatus, the application transfers the information to an upper layer driver of the I / O manager. The upper layer driver transfers the transferred information to the intermediate layer driver. Here, when acquiring information from the upper layer driver, the intermediate layer driver detects the unique information, rewrites the detected unique information, and transfers the rewritten unique information to the lower layer driver.

下位層ドライバは、転送された情報をネットワークカード等のハードウェアデバイスに転送する。そして、ハードウェアデバイスは、送信される情報を取得した場合は、取得された情報を外部に送信する。   The lower layer driver transfers the transferred information to a hardware device such as a network card. When the hardware device acquires the information to be transmitted, the hardware device transmits the acquired information to the outside.

なお、ハードウェアデバイスは、クローンサーバ30bの外部から受信された情報を取得した場合にも、取得された情報を下位層ドライバへ転送する。下位層ドライバは、ハードウェアデバイスによって受信された情報を中間層ドライバへ転送する。中間層ドライバは、転送された情報を取得した場合は、固有情報を検知し、検知された固有情報の書換を行い、書換えられた固有情報を上位層ドライバへ転送する。上位層ドライバは、中間層ドライバから転送された情報をアプリケーションへ転送する。   Note that the hardware device also transfers the acquired information to the lower layer driver even when the information received from the outside of the clone server 30b is acquired. The lower layer driver transfers information received by the hardware device to the middle layer driver. When acquiring the transferred information, the intermediate layer driver detects the unique information, rewrites the detected unique information, and transfers the rewritten unique information to the upper layer driver. The upper layer driver transfers the information transferred from the intermediate layer driver to the application.

[固有情報変換テーブル更新]
次に、差分送信部14bがプール管理サーバ10bのデータベース部13bに記憶された固有情報変換テーブルを更新する処理について説明する。更新処理の一例として、新たな電子装置が各サーバ20b〜50bに追加されたものとする。新たな電子装置は、電子装置のIDとMACアドレスとが設定されるものとする。また、マスタサーバA20bが有するネットワークカードが変更され、マスタサーバA20bが有するMACアドレスが変更されたものとする。
[Update unique information conversion table]
Next, a process in which the differential transmission unit 14b updates the unique information conversion table stored in the database unit 13b of the pool management server 10b will be described. As an example of the update process, it is assumed that a new electronic device is added to each of the servers 20b to 50b. It is assumed that the new electronic device is set with the ID and MAC address of the electronic device. Further, it is assumed that the network card included in the master server A 20b is changed and the MAC address included in the master server A 20b is changed.

まず、差分送信部14bは、SNMPを用いて、各サーバ20b〜50bが有する電子装置の固有情報を収集する。すると、差分送信部14bは、各サーバ20b〜50bに追加された新たな電子装置のIDとMACアドレスとを新たに収集する。このため、差分送信部14bは、収集された固有情報と固有情報変換テーブルとに差異があると判定する。   First, the difference transmission part 14b collects the specific information of the electronic apparatus which each server 20b-50b has using SNMP. Then, the differential transmission unit 14b newly collects IDs and MAC addresses of new electronic devices added to the servers 20b to 50b. For this reason, the difference transmission unit 14b determines that there is a difference between the collected unique information and the unique information conversion table.

また、差分送信部14bは、各サーバ20b〜50bに追加された新たな電子装置のIDとMACアドレスとを用いて、データベース部13bに記憶された固有情報変換テーブルを更新する。具体的には、差分送信部14bは、各サーバ20b〜50bに追加された新たな電子装置のIDとMACアドレスとをデータベース部13bに記憶された固有情報変換テーブルに追加する。   Moreover, the difference transmission part 14b updates the specific information conversion table memorize | stored in the database part 13b using ID and MAC address of the new electronic apparatus added to each server 20b-50b. Specifically, the differential transmission unit 14b adds the ID and MAC address of the new electronic device added to each of the servers 20b to 50b to the unique information conversion table stored in the database unit 13b.

また、差分送信部14bは、マスタサーバA20bの変更されたMACアドレスを収集する。このため、差分送信部14bは、収集された固有情報と固有情報変換テーブルとに差異があると判定する。次に、差分送信部14bは、マスタサーバA20bの変更されたMACアドレスを用いて、データベース部13bに記憶された固有情報変換テーブルを更新する。具体的には、差分送信部14bは、データベース部13bに記憶されたマスタサーバA20bのMACアドレスを、変更されたMACアドレスに更新する。   Further, the differential transmission unit 14b collects the changed MAC address of the master server A 20b. For this reason, the difference transmission unit 14b determines that there is a difference between the collected unique information and the unique information conversion table. Next, the differential transmission unit 14b updates the unique information conversion table stored in the database unit 13b using the changed MAC address of the master server A 20b. Specifically, the differential transmission unit 14b updates the MAC address of the master server A 20b stored in the database unit 13b with the changed MAC address.

ここで、図8は、実施例2に係るプール管理サーバが差分情報を送信する処理の一例を説明するための図である。ここで、図8の表部分αに示した新規装置IDは、各サーバ20b〜50bに追加された電子装置のIDを示す。また、新規装置MACアドレスは、各サーバ20b〜50bに追加された電子装置MACアドレスを示す。   Here, FIG. 8 is a schematic diagram illustrating an example of a process in which the pool management server according to the second embodiment transmits difference information. Here, the new device ID shown in the table portion α of FIG. 8 indicates the ID of the electronic device added to each of the servers 20b to 50b. The new device MAC address indicates an electronic device MAC address added to each of the servers 20b to 50b.

差分送信部14bは、図8の表部分αに示す例では、新たな固有情報として、各サーバ20b〜50bに追加された電子装置のIDとMACアドレスとを追加する。また、差分送信部14bは、図8表中βに示す例では、マスタサーバA20bのMACアドレス「01−AA−AA−AA−AA−AA」を変更されたMACアドレス「01−Aa−Aa−Aa−Aa−Aa」に更新する。   In the example shown in the table portion α of FIG. 8, the difference transmission unit 14 b adds the ID and MAC address of the electronic device added to each of the servers 20 b to 50 b as new unique information. Further, in the example indicated by β in the table of FIG. 8, the differential transmission unit 14 b is configured by changing the MAC address “01-AA-AA-AA-AA-AA” of the master server A 20 b to “01-AA-Aa-”. Update to “Aa-Aa-Aa”.

[差分情報の送信]
次に、差分送信部14bが差分情報を作成し、作成された差分情報を各サーバ20b〜50bへ送信する処理について説明する。まず、差分送信部14bは、固有情報変換テーブルの更新内容を示す差分情報を作成する。そして、差分送信部14bは、作成された差分情報を各クローンサーバ30b〜50bへ送信する。
[Send difference information]
Next, a process in which the difference transmission unit 14b creates difference information and transmits the created difference information to each of the servers 20b to 50b will be described. First, the difference transmission unit 14b creates difference information indicating the update contents of the unique information conversion table. And the difference transmission part 14b transmits the produced difference information to each clone server 30b-50b.

例えば、図8に示した例では、差分送信部14bは、追加された固有情報の種別である「新規装置ID」と各サーバ20b〜50bに新たに設置された電子装置のIDとを対応付けた差分情報をプラグイン1として作成する。また、差分送信部14bは、追加された固有情報の種別である「新規装置MACアドレス」と各サーバ20b〜50bに新たに設置された電子装置のMACアドレスとを対応付けた差分情報をプラグイン2として作成する。   For example, in the example illustrated in FIG. 8, the differential transmission unit 14 b associates the “new device ID” that is the type of the added unique information with the ID of the electronic device newly installed in each of the servers 20 b to 50 b. The difference information is created as a plug-in 1. Further, the difference transmission unit 14b plugs in the difference information that associates the “new device MAC address” that is the type of the added unique information with the MAC addresses of the electronic devices newly installed in the servers 20b to 50b. Create as 2.

また、差分送信部14bは、固有情報の種別である「MACアドレス」と更新されたマスタサーバA20bのMACアドレス「01−Aa−Aa−Aa−Aa−Aa」とを対応付けた差分情報をプラグイン3として作成する。そして、差分送信部14bは、作成された3つの差分情報を各クローンサーバ30b〜50bへ送信する。   Further, the difference transmission unit 14b plugs the difference information in which the “MAC address” that is the type of the unique information is associated with the updated MAC address “01-Aa-Aa-Aa-Aa-Aa” of the master server A20b. Create as in-3. And the difference transmission part 14b transmits the produced three difference information to each clone server 30b-50b.

[固有情報書換テーブル部更新]
次に、送信された差分情報を用いて、クローンサーバB30bが固有情報書換テーブル部9bを更新する処理について説明する。クローンサーバB30bの取得部36bは、プール管理サーバ10bの差分送信部14bから送信された差分情報を取得した場合は、取得された差分情報をクローンサーバB30bの更新部35bへ転送する。
[Update unique information rewrite table]
Next, a process in which the clone server B 30b updates the unique information rewriting table unit 9b using the transmitted difference information will be described. When acquiring the difference information transmitted from the difference transmission unit 14b of the pool management server 10b, the acquisition unit 36b of the clone server B30b transfers the acquired difference information to the update unit 35b of the clone server B30b.

クローンサーバB30bの更新部35bは、転送された差分情報から、固有情報の種別と固有情報とを取得する。そして、更新部35bは、取得された固有情報の種別と固有情報とを用いて、固有情報書換テーブル部9bを更新する。   The update unit 35b of the clone server B30b acquires the type of unique information and unique information from the transferred difference information. Then, the updating unit 35b updates the unique information rewriting table unit 9b using the acquired unique information type and unique information.

例えば、取得部36bは、プラグイン1〜3を取得した場合は、取得された各プラグイン1〜3を更新部35bへ転送する。次に、更新部35bは、転送された各プラグイン1〜3を用いて、固有情報書換テーブル部9bを更新する。   For example, when acquiring the plug-ins 1 to 3, the acquiring unit 36 b transfers the acquired plug-ins 1 to 3 to the updating unit 35 b. Next, the updating unit 35b updates the unique information rewriting table unit 9b by using the transferred plug-ins 1 to 3.

図8に示した例では、更新部35bは、プラグイン1に対応付けられた固有情報の種別「新規装置ID」とマスタサーバA20bに新たに設定された電子装置のID「AAA」とを固有情報書換テーブル部9bへ追加する。また、更新部35bは、クローンサーバB30bに新たに設定された電子装置のID「BBB」を固有情報書換テーブル部9bへ追加する。   In the example illustrated in FIG. 8, the updating unit 35 b uniquely identifies the unique information type “new device ID” associated with the plug-in 1 and the electronic device ID “AAA” newly set in the master server A 20 b. It adds to the information rewriting table part 9b. In addition, the updating unit 35b adds the ID “BBB” of the electronic device newly set in the clone server B30b to the unique information rewriting table unit 9b.

また、更新部35bは、プラグイン2に対応付けられた固有情報の種別「新規装置MACアドレス」とマスタサーバA20bに新たに設定された電子装置のMACアドレス「aaa」とを固有情報書換テーブル部9bへ追加する。また、更新部35bは、クローンサーバB30bに新たに設定された電子装置のMACアドレス「bbb」を固有情報書換テーブル部9bへ追加する。   Also, the updating unit 35b sets the unique information type “new device MAC address” associated with the plug-in 2 and the MAC address “aaa” of the electronic device newly set in the master server A 20b to the unique information rewriting table unit. Add to 9b. In addition, the updating unit 35b adds the MAC address “bbb” of the electronic device newly set in the clone server B30b to the unique information rewriting table unit 9b.

また、更新部35bは、プラグイン3に対応付けられた固有情報の種別「MACアドレス」と更新されたマスタサーバA20bのMACアドレス「01−Aa−Aa−Aa−Aa−Aa」を用いて、固有情報書換テーブル部9bを更新する。すなわち、更新部35bは、固有情報書換テーブル部9bに記憶されたマスタサーバA20bのMACアドレスを「01−Aa−Aa−Aa−Aa−Aa」に訂正する。   Further, the updating unit 35b uses the unique information type “MAC address” associated with the plug-in 3 and the updated MAC address “01-Aa-Aa-Aa-Aa-Aa” of the master server A20b. The unique information rewriting table unit 9b is updated. That is, the updating unit 35b corrects the MAC address of the master server A20b stored in the unique information rewriting table unit 9b to “01-Aa-Aa-Aa-Aa-Aa”.

[クローンサーバの設置例]
次に、クローンサーバB30bの設置例を図9を用いて、簡単に説明する。図9は、実施例2に係るクローンサーバの配置例を説明するための図である。クローンサーバB30bは、図9に示す例では、既存のサーバαと同一のネットワークに接続される。クローンサーバB30bは、マスタサーバA20bと同一の情報を有する。そのため、クローンサーバB30bは、マスタサーバA20bと同一のサービスを既存サーバαに提供することができる。
[Clone server installation example]
Next, an installation example of the clone server B30b will be briefly described with reference to FIG. FIG. 9 is a diagram for explaining an arrangement example of the clone servers according to the second embodiment. In the example shown in FIG. 9, the clone server B 30b is connected to the same network as the existing server α. The clone server B30b has the same information as the master server A20b. Therefore, the clone server B30b can provide the same service as the master server A20b to the existing server α.

[情報処理装置の処理]
次に、図10を用いて、実施例2に係るクローンサーバB30bが実行する書換処理の流れについて説明する。図10は、実施例2に係る書換処理の流れを説明するためのフローチャートである。クローンサーバB30bは、固有情報が電子装置32bより通知されたことをトリガとして処理を開始する。
[Processing of information processing equipment]
Next, the flow of the rewriting process executed by the clone server B 30b according to the second embodiment will be described with reference to FIG. FIG. 10 is a flowchart for explaining the flow of the rewrite processing according to the second embodiment. The clone server B30b starts the process with the unique information notified from the electronic device 32b as a trigger.

まず、検知部4bは、電子装置32bから送信された情報に固有情報が含まれているかを検知する(ステップS101)。次に、種別判定部7bは、検知部4bによって検知された固有情報の種別を判定する(ステップS102)。次に、変換情報処理部8bは、判定された固有情報の種別と対応付けて記憶された固有情報を固有情報書換テーブル部9bより取得する(ステップS103)。   First, the detection unit 4b detects whether the unique information is included in the information transmitted from the electronic device 32b (step S101). Next, the type determination unit 7b determines the type of unique information detected by the detection unit 4b (step S102). Next, the conversion information processing unit 8b acquires the unique information stored in association with the determined type of unique information from the unique information rewriting table unit 9b (step S103).

次に、書換部5bは、検知部4bによって検知された固有情報を変換情報取得部8bによって取得された固有情報へ書換する(ステップS104)。次に、通知部6bは、書換部5bによって書換えられた固有情報を処理部33bへ通知する(ステップS105)。その後、クローンサーバB30bは書換処理を終了する。   Next, the rewrite unit 5b rewrites the unique information detected by the detection unit 4b to the unique information acquired by the conversion information acquisition unit 8b (step S104). Next, the notification unit 6b notifies the processing unit 33b of the unique information rewritten by the rewriting unit 5b (step S105). Thereafter, the clone server B30b ends the rewriting process.

[更新の処理]
次に、図11を用いて、実施例2に係るシステムが実行する固有情報書換テーブル部9bの更新処理の流れについて説明する。図11は、実施例2に係る固有情報書換テーブル部の更新処理の流れを説明するためのフローチャートである。実施例2に係るシステムは、一定間隔の時間が経過したことをトリガとして、処理を開始する。
Update process
Next, the flow of update processing of the unique information rewriting table unit 9b executed by the system according to the second embodiment will be described with reference to FIG. FIG. 11 is a flowchart for explaining the flow of the update process of the unique information rewriting table unit according to the second embodiment. The system according to the second embodiment starts processing by using a period of time as a trigger.

まず、プール管理サーバ10bの差分送信部14bは、SNMPを用いて、システムに接続された全サーバが有する電子装置の固有情報を収集する(ステップS201)。次に、プール管理サーバ10bの差分送信部14bは、プール管理サーバ10bのデータベース部13bに記憶された固有情報変換テーブルと、収集された情報との間に差異があるかを判定する(ステップS202)。   First, the differential transmission unit 14b of the pool management server 10b collects unique information of electronic devices included in all the servers connected to the system using SNMP (step S201). Next, the differential transmission unit 14b of the pool management server 10b determines whether there is a difference between the unique information conversion table stored in the database unit 13b of the pool management server 10b and the collected information (step S202). ).

差分送信部14bは、プール管理サーバ10bのデータベース部13bに記憶された固有情報変換テーブルと、収集された情報との間に差異がないと判定した場合は(ステップS202否定)、差分情報を作成しない(ステップS207)。その後、システムは、更新処理を終了する。   If the difference transmission unit 14b determines that there is no difference between the unique information conversion table stored in the database unit 13b of the pool management server 10b and the collected information (No at step S202), the difference transmission unit 14b creates difference information. No (step S207). Thereafter, the system ends the update process.

一方、差分送信部14bは、データベース部13bに記憶された固有情報変換テーブルと収集された情報との間に差異があると判定した場合は(ステップS202肯定)、判定された差分を固有情報変換テーブルに反映させる(ステップS203)。次に、プール管理サーバ10bの差分送信部14bは、判定された差分から差分情報を作成する(ステップS204)。次に、プール管理サーバ10bの差分送信部14bは、各クローンサーバ30b〜50bへ差分情報を送信する(ステップS205)。   On the other hand, if it is determined that there is a difference between the unique information conversion table stored in the database unit 13b and the collected information (Yes in step S202), the difference transmission unit 14b converts the determined difference into the unique information conversion. It is reflected in the table (step S203). Next, the difference transmission unit 14b of the pool management server 10b creates difference information from the determined difference (step S204). Next, the difference transmission unit 14b of the pool management server 10b transmits difference information to each of the clone servers 30b to 50b (step S205).

次に、クローンサーバB30bの更新部35bは、クローンサーバB30bの取得部36bによって受信された差分情報を取得した場合は、取得された差分情報を用いて、クローンサーバB30bの固有情報書換テーブル部9bを更新する(ステップS206)。その後、システムは、更新処理を終了する。   Next, when the update unit 35b of the clone server B30b acquires the difference information received by the acquisition unit 36b of the clone server B30b, the unique information rewrite table unit 9b of the clone server B30b is used by using the acquired difference information. Is updated (step S206). Thereafter, the system ends the update process.

[実施例2の効果]
上述してきたように、実施例2に記載のクローンサーバB30bは、固有情報を要求するアプリケーションに対して、電子装置32bから通知された固有情報を検知する。また、クローンサーバB30bは、検知された固有情報の種別を判定し、判定された固有情報の種別と対応付けて記憶された固有情報を固有情報書換テーブル部9bから取得する。そして、クローンサーバB30bは、検知された固有情報を、固有情報書換テーブル部9bから取得された固有情報に書換えた後に、処理部33bへ通知する。そのため、クローンサーバB30bは、マスタサーバA20bに設定された固有情報を必要とするアプリケーションの書換作業を行うことなく、クローンサーバB30bに複製されたアプリケーションを正常に実行することができる。
[Effect of Example 2]
As described above, the clone server B 30b described in the second embodiment detects the unique information notified from the electronic device 32b with respect to the application requesting the unique information. In addition, the clone server B 30b determines the type of detected unique information, and acquires the unique information stored in association with the determined type of unique information from the specific information rewriting table unit 9b. Then, the clone server B 30b rewrites the detected unique information to the unique information acquired from the unique information rewrite table unit 9b, and notifies the processing unit 33b. Therefore, the clone server B30b can normally execute the application copied to the clone server B30b without rewriting the application that requires the unique information set in the master server A20b.

また、クローンサーバB30bは、複製されたアプリケーションの書換を不要とするため、アプリケーションの書換作業を不要とする。また、クローンサーバB30bと同様の構成を有するクローンサーバを用いて、スケールアウト方式を適用したシステムを構築した場合は、各クローンサーバに複製されたアプリケーションの書換を不要とすることができる。   Further, since the clone server B 30b does not need to rewrite the copied application, it does not need to rewrite the application. Further, when a system to which the scale-out method is applied is constructed using a clone server having the same configuration as the clone server B30b, rewriting of the application copied to each clone server can be made unnecessary.

また、クローンサーバB30bは、マスタサーバA20bより作成されたイメージファイルを展開し、展開されたイメージファイルに含まれるアプリケーションの書換を行わずにそのまま実行することができる。このため、例えば、クローンサーバB30bは、セキュリティ監査済みのイメージファイルを展開した場合には、セキュリティ監査済みのアプリケーションを書換することなくそのまま実行することができる。結果として、クローンサーバB30bは、再度のセキュリティ監査を不要とすることができる。   Further, the clone server B30b can expand the image file created from the master server A20b and execute it as it is without rewriting the application included in the expanded image file. For this reason, for example, when the image file subjected to security auditing is expanded, the clone server B 30b can execute the security audited application as it is without rewriting. As a result, the clone server B 30b can eliminate the need for a second security audit.

また、クローンサーバB30bは、実行されるアプリケーションが要求する電子装置の固有情報を変更することが出来ない場合にも、電子装置が有する固有情報によらず、複製されたアプリケーションを実行することができる。例えば、クローンサーバB30bは、CPU_IDのように、電子装置の固有情報を変更することが出来ない場合でも、固有情報書換テーブルに記憶されたマスタサーバA20bの固有情報を用いて、複製されたアプリケーションを実行することができる。   The clone server B30b can execute the copied application regardless of the unique information of the electronic device even when the unique information of the electronic device requested by the executed application cannot be changed. . For example, even if the clone server B 30b cannot change the unique information of the electronic device, such as CPU_ID, the clone server B 30b uses the unique information of the master server A 20b stored in the unique information rewrite table to execute the copied application. Can be executed.

また、実施例2に係るプール管理サーバ10bは、各クローンサーバ30b〜50bが有する電子装置の固有情報を収集し、収集された固有情報に基づいて差分情報を各クローンサーバ30b〜50bへ送信する。各クローンサーバ30b〜50bは、受信された差分情報に基づいて、各クローンサーバ30b〜50bが有する固有情報書換テーブル部9bを更新する。そして、各クローンサーバ30b〜50bは、更新された固有情報書換テーブル部9bを用いて、固有情報の書換を実行する。そのため、各クローンサーバ30b〜50bは、各サーバ20b〜50bの電子装置が変更された場合にも、変更後の電子装置が有する固有情報を自動的に用いて、書換を実行することができる。   Further, the pool management server 10b according to the second embodiment collects the unique information of the electronic devices included in the clone servers 30b to 50b, and transmits the difference information to the clone servers 30b to 50b based on the collected unique information. . Each clone server 30b-50b updates the unique information rewriting table unit 9b of each clone server 30b-50b based on the received difference information. And each clone server 30b-50b performs rewriting of specific information using the updated specific information rewriting table part 9b. Therefore, even when the electronic devices of the servers 20b to 50b are changed, the clone servers 30b to 50b can perform rewriting by automatically using the unique information that the changed electronic device has.

以下の実施例3では、変換不要テーブル部を有するクローンサーバについて説明する。なお、実施例1および実施例2と同一の部および同一の処理については、説明を省略する。   In Example 3 below, a clone server having a conversion unnecessary table part will be described. In addition, description is abbreviate | omitted about the part same as Example 1 and Example 2, and the same process.

実施例2に係る各クローンサーバ30b〜50bは、電子装置32bから送信された固有情報を全て検知し、書換を実行する。しかし、実施例3に係るクローンサーバ30cは、書換を行わない固有情報を示す変換不要テーブル部を有する。そして、クローンサーバ30cは、変換不要テーブル部に記録された固有情報については、変換処理をせずに処理部へ送信する。   The clone servers 30b to 50b according to the second embodiment detect all the unique information transmitted from the electronic device 32b and perform rewriting. However, the clone server 30c according to the third embodiment includes a conversion-unnecessary table section that indicates unique information that is not rewritten. Then, the clone server 30c transmits the unique information recorded in the conversion unnecessary table part to the processing part without performing the conversion process.

例えば、実施例3に係るクローンサーバB30cは、実施例2に係るクローンサーバB30bと同一の構成を有する。また、クローンサーバB30cの記憶部34cは、変換不要テーブル部をさらに有する。また、クローンサーバB30cのI/Oマネージャ部31cは、変更不要判定部をさらに有する。   For example, the clone server B30c according to the third embodiment has the same configuration as the clone server B30b according to the second embodiment. In addition, the storage unit 34c of the clone server B30c further includes a conversion unnecessary table unit. The I / O manager unit 31c of the clone server B30c further includes a change unnecessary determination unit.

変換不要テーブル部には、変更を不要とする固有情報の種別とアプリケーションとが対応付けられて記憶される。具体的には、変換不要テーブル部は、アプリケーションに要求された固有情報の種別と、固有情報を要求したアプリケーション名とを対応付けて記憶する。ここで、図12は、変換不要テーブルの一例を説明するための図である。例えば、変換不要テーブル部は、図12に示す例では、アプリケーション名「AAA.exe」と、固有情報種別「IPAdress」とを対応付けて記憶する。ここで、図12に示す例の固有情報種別は、固有情報の種別を表す。また、アプリケーション名は、固有情報を要求したアプリケーションの名称を示す。   In the conversion unnecessary table section, the type of unique information that does not need to be changed and an application are stored in association with each other. Specifically, the conversion unnecessary table unit stores the type of unique information requested from the application in association with the name of the application that requested the unique information. Here, FIG. 12 is a diagram for explaining an example of the conversion unnecessary table. For example, in the example illustrated in FIG. 12, the conversion unnecessary table unit stores the application name “AAA.exe” and the unique information type “IPAddress” in association with each other. Here, the unique information type in the example illustrated in FIG. 12 represents the type of unique information. The application name indicates the name of the application that requested the unique information.

変更不要判定部は、変換不要テーブル部に、種別判定部7cによって判定された固有情報の種別と、自装置に対して一意に付与された固有情報の通知先となるアプリケーションとが記憶されているかを判定する。具体的には、変更不要判定部は、種別判定部7cによって判定された固有情報の種別を取得する。また、変更不要判定部は、検知部4cによって検知された固有情報を要求したアプリケーション名を処理部33bより取得する。   Whether the change unnecessary determination unit stores, in the conversion unnecessary table unit, the type of unique information determined by the type determination unit 7c and an application that is a notification destination of the unique information uniquely assigned to the own device. Determine. Specifically, the change unnecessary determination unit acquires the type of unique information determined by the type determination unit 7c. In addition, the change unnecessary determination unit obtains, from the processing unit 33b, the name of the application that has requested the unique information detected by the detection unit 4c.

また、変更不要判定部は、取得された固有情報の種別とアプリケーション名とが変換不要テーブル部に対応付けられて記憶されているかを判定する。例えば、変換不要判定部は、固有情報の種別「MACAdress」およびアプリケーション名「AAA.exe」を取得した場合は、図12に示す例では、同一の情報が変換不要テーブル部に記憶されていると判定する。   In addition, the change unnecessary determination unit determines whether the acquired unique information type and the application name are stored in association with the conversion unnecessary table unit. For example, when the conversion unnecessary determination unit acquires the type of unique information “MACAddress” and the application name “AAA.exe”, in the example illustrated in FIG. 12, the same information is stored in the conversion unnecessary table unit. judge.

通知部6cは、変換不要テーブル部に、種別判定部によって判定された固有情報の種別と固有情報の通知先となるアプリケーションとが記憶されていると変換不要判定部が判定した場合は、検知された固有情報をそのままアプリケーションに対して通知する。具体的には、通知部6cは、種別判定部によって判定された固有情報の種別と固有情報の通知先となるアプリケーションとが変換不要テーブル部に記憶されていると変換不要判定部が判定すると、検知された固有情報をそのままアプリケーションに対して通知する。   The notification unit 6c is detected when the conversion unnecessary determination unit determines that the type of the unique information determined by the type determination unit and the application that is the notification destination of the specific information are stored in the conversion unnecessary table unit. The unique information is notified to the application as it is. Specifically, the notification unit 6c determines that the conversion unnecessary determination unit determines that the type of the unique information determined by the type determination unit and the application that is the notification destination of the specific information are stored in the conversion unnecessary table unit. The detected unique information is notified to the application as it is.

例えば、変更不要テーブル部は、RAM(Random Access Memory)、ROM(Read Only Memory)、フラッシュメモリ (flash memory)などの半導体メモリ素子、または、ハードディスク、光ディスクなどの記憶装置である。また、例えば、変更不要判定部は、ASIC(Application Specific Integrated Circuit)やFPGA (Field Programmable Gate Array)などの集積回路、または、CPU(Central Processing Unit)やMPU(Micro Processing Unit)などの電子回路である。   For example, the change-free table unit is a semiconductor memory device such as a RAM (Random Access Memory), a ROM (Read Only Memory), or a flash memory, or a storage device such as a hard disk or an optical disk. Further, for example, the change unnecessary determination unit is an integrated circuit such as an ASIC (Application Specific Integrated Circuit) or FPGA (Field Programmable Gate Array), or an electronic circuit such as a CPU (Central Processing Unit) or MPU (Micro Processing Unit). is there.

一例として、アプリケーション「BBB.exe」に対して、電子装置32cに設定されたMACアドレスが通知された場合について説明する。まず、検知部4cは、固有情報を検知する。種別判定部7cは、検知された固有情報の種別が「MACAdress」であると判定する。次に、変換不要判定部は、検知された固有情報を要求したアプリケーション名「BBB.exe」を処理部33bより取得する。そして、変換不要判定部は、変換不要テーブル部に「BBB.exe」と「MACAdress」とが対応付けられて記憶されているかを判定する。変換不要判定部は、図12の表中4行目に示す例では、「MACAdress」と「BBB.exe」とが対応付けられて記憶されていると判定する。このため、通信部6cは、固有情報を要求したアプリケーションに対して、検知された固有情報をそのまま通知する。ここで、図12は、変換不要テーブル部の一例を説明するための図である。   As an example, a case where the MAC address set in the electronic device 32c is notified to the application “BBB.exe” will be described. First, the detection unit 4c detects unique information. The type determination unit 7c determines that the type of the detected unique information is “MAC Address”. Next, the conversion unnecessary determination unit acquires the application name “BBB.exe” that requested the detected unique information from the processing unit 33b. Then, the conversion unnecessary determination unit determines whether “BBB.exe” and “MACAddress” are associated with each other and stored in the conversion unnecessary table unit. The conversion unnecessary determination unit determines that “MAC Address” and “BBB.exe” are stored in association with each other in the example shown in the fourth row of the table of FIG. Therefore, the communication unit 6c notifies the detected unique information as it is to the application that has requested the unique information. Here, FIG. 12 is a diagram for explaining an example of the conversion unnecessary table section.

上述したように、実施例3に係るクローンサーバB30cは、変換不要テーブル部に、検知された固有情報の種別と検知された固有情報を要求したアプリケーション名とが対応付けられて記憶されているかを判定する。クローンサーバB30cは、変換不要テーブル部に、検知された固有情報の種別と検知された固有情報を要求したアプリケーション名とが対応付けられて記憶されていると判定した場合は、検知された固有情報の書換を実行しない。そして、クローンサーバB30cは、固有情報をそのまま処理部へ通知する。このため、クローンサーバB30cは、電子装置32cから送信される固有情報のうち書換が必要なものだけに対して書換を実行することができる。結果として、クローンサーバB30cは、書換に必要な装置資源を最小限に抑えることができる。   As described above, the clone server B 30c according to the third embodiment determines whether the type of detected unique information and the name of the application that requested the detected unique information are associated with each other and stored in the conversion unnecessary table unit. judge. If the clone server B 30c determines that the type of detected unique information and the name of the application that requested the detected unique information are stored in the conversion unnecessary table part in association with each other, the detected unique information Do not rewrite Then, the clone server B30c notifies the processing unit as it is. For this reason, the clone server B 30c can perform rewriting only on the unique information transmitted from the electronic device 32c that needs to be rewritten. As a result, the clone server B30c can minimize the device resources necessary for rewriting.

これまで本発明の実施例について説明したが実施例は、上述した実施例以外にも様々な異なる形態にて実施されてよいものである。そこで、他の実施例を説明する。   Although the embodiments of the present invention have been described so far, the embodiments may be implemented in various different forms other than the embodiments described above. Therefore, another embodiment will be described.

(1)クローンサーバについて
実施例2に係るシステムは、クローンサーバ30b〜50bを有する。しかし、実施例はこれに限定されるものではなく、クローンサーバB30bと同様の機能を有するサーバであれば、クローンサーバの数に何ら制限は無い。また、図2には、クローンサーバ30b〜50bを図示したが、さらに多数のクローンサーバを接続されてもよい。また、実施例2に係るクローンサーバと実施例3に係るクローンサーバとが混在したシステムであってもよい。
(1) About clone server The system which concerns on Example 2 has the clone servers 30b-50b. However, the embodiment is not limited to this, and the number of clone servers is not limited as long as the server has the same function as the clone server B30b. Moreover, although the clone servers 30b to 50b are illustrated in FIG. 2, a larger number of clone servers may be connected. Further, a system in which the clone server according to the second embodiment and the clone server according to the third embodiment are mixed may be used.

なお、各クローンサーバ30b〜50bが提供するサービスについては何ら制限は無いものの、例えば、同一の情報をクライアントに提供するストレージサービスやクラウドコンピューティングサービス等が考えられる。また、作成された各クローンサーバは、異なるクライアントに貸し出しされ、クライアントが有する小規模なネットワークに接続され、ストレージサーバ等としてサービスを提供してもよい。また、作成された各クローンサーバ30b〜50bが同一のネットワークに接続される必要はない。   In addition, although there is no restriction | limiting about the service which each clone server 30b-50b provides, For example, the storage service, cloud computing service, etc. which provide the same information to a client are considered. Further, each created clone server may be lent to a different client, connected to a small network of the client, and provided as a storage server or the like. Further, the created clone servers 30b to 50b do not need to be connected to the same network.

また、実施例2に係るクローンサーバは、実行するプログラムをI/Oマネージャ部の中間層で実行していた。しかし、実施例は、これに限定されるものではなく、上位層や下位層で実行されるプログラムであってもよい。また、クローンサーバの各部は、別の電子回路で実行される必要はなく、例えば、図3に示した各部4b〜8bは、一つの電子回路によって各機能が発揮するようにしてもよい。   Further, the clone server according to the second embodiment executes the program to be executed in the intermediate layer of the I / O manager unit. However, the embodiment is not limited to this, and may be a program executed in an upper layer or a lower layer. Moreover, each part of a clone server does not need to be performed by another electronic circuit, for example, each part 4b-8b shown in FIG. 3 may be made to exhibit each function by one electronic circuit.

また、図10に例示した書換処理は、必ずしもこの順番である必要はなく、例えば、ステップS102およびステップS103に記載の処理は、逆の順番であってもよく、また同時に行われても良い。また、図11に例示した更新処理は、必ずしもこの順番である必要は無く、例えば、ステップS203およびステップS204は、同時に実行されてもよい。   Further, the rewriting process illustrated in FIG. 10 is not necessarily in this order. For example, the processes described in step S102 and step S103 may be performed in the reverse order, or may be performed simultaneously. Further, the update processing illustrated in FIG. 11 is not necessarily in this order, and for example, step S203 and step S204 may be performed simultaneously.

(2)プログラム
ところで、実施例2および実施例3に係る情報処理装置は、ハードウェアを利用して各種の処理を実現する場合を説明した。しかし、実施例はこれに限定されるものではなく、あらかじめ用意されたプログラムを情報処理装置で実行することによって実現するようにしてもよい。そこで、以下では、図13を用いて、実施例1に示した情報処理装置と同様の機能を有するプログラムを実行する情報処理装置の一例を説明する。図13は、変更処理プログラムを実行するコンピュータの一例を説明するための図である。
(2) Program By the way, the information processor concerning Example 2 and Example 3 explained the case where various processing was realized using hardware. However, the embodiment is not limited to this, and may be realized by executing a program prepared in advance by the information processing apparatus. Therefore, in the following, an example of an information processing apparatus that executes a program having the same function as the information processing apparatus described in the first embodiment will be described with reference to FIG. FIG. 13 is a diagram for describing an example of a computer that executes a change processing program.

図13に例示された情報処理装置200は、RAM(Random Access Memory)120、ROM(Read Only Memory)130、がバス170で接続される。また、図13に例示された情報処理装置200は、CPU(Central Processing Unit)140がバス170で接続される。さらにバス170には、電子装置および処理部と接続するための接続端子部分I/O160が接続される。   In the information processing apparatus 200 illustrated in FIG. 13, a RAM (Random Access Memory) 120 and a ROM (Read Only Memory) 130 are connected by a bus 170. Further, in the information processing apparatus 200 illustrated in FIG. 13, a CPU (Central Processing Unit) 140 is connected by a bus 170. Further, a connection terminal portion I / O 160 for connecting to the electronic device and the processing unit is connected to the bus 170.

ROM130には、検知プログラム134、書換プログラム135、通知プログラム136があらかじめ保持される。CPU140が各プログラム134〜136をROM130から読み出して実行することによって、図13に示す例では、各プログラム134〜136は、検知プロセス144、書換プロセス145および通知プロセス146として機能するようになる。なお、各プロセス144〜146は、図1に示した検知部4、書換部5および通知部6と同様の機能を発揮する。また、各プロセス144〜146は、図3に示した各部4b〜6bと同様の機能を発揮するようにすることも可能である。   In the ROM 130, a detection program 134, a rewrite program 135, and a notification program 136 are stored in advance. When the CPU 140 reads out the programs 134 to 136 from the ROM 130 and executes them, the programs 134 to 136 function as the detection process 144, the rewrite process 145, and the notification process 146 in the example illustrated in FIG. 13. Each process 144 to 146 exhibits the same function as the detection unit 4, the rewrite unit 5, and the notification unit 6 illustrated in FIG. 1. Further, the processes 144 to 146 can also exhibit the same functions as the respective parts 4b to 6b shown in FIG.

なお、本実施例で説明した複製作成プログラムは、あらかじめ用意されたプログラムをパーソナル情報処理装置やワークステーションなどの情報処理装置で実行することによって実現することができる。このプログラムは、インターネットなどのネットワークを介して配布することができる。   The copy creation program described in the present embodiment can be realized by executing a program prepared in advance on an information processing apparatus such as a personal information processing apparatus or a workstation. This program can be distributed via a network such as the Internet.

また、このプログラムは、ハードディスク、フレキシブルディスク(FD)、CD−ROM,MO、DVDなどの情報処理装置で読取可能な記録媒体に記録され、情報処理装置によって記録媒体から読み出されることによって実行することもできる。   The program is recorded on a recording medium readable by an information processing apparatus such as a hard disk, a flexible disk (FD), a CD-ROM, an MO, or a DVD, and is executed by being read from the recording medium by the information processing apparatus. You can also.

以上の各実施例を含む実施形態に関し、さらに以下の付記を開示する。   The following supplementary notes are further disclosed with respect to the embodiments including the above examples.

(付記1)複製元のサーバに記憶されたアプリケーションの複製を保持する複製先のサーバによって実行される情報処理プログラムであって、
前記複製元のサーバに、
前記複製されたアプリケーションに対して通知される情報のうち、自装置に対して一意に付与された固有情報を前記複製元のサーバの固有情報に書換える書換手順と、
前記書換手順によって書換えられた複製元のサーバの固有情報を前記複製されたアプリケーションへ通知する通知手順と、
をコンピュータに実行させることを特徴とする情報処理プログラム。
(Appendix 1) An information processing program executed by a replication destination server that holds a copy of an application stored in a replication source server,
To the replication source server,
Of the information notified to the replicated application, a rewriting procedure for rewriting the unique information uniquely given to the own device with the unique information of the replication source server;
A notification procedure for notifying the copied application of the unique information of the copy source server rewritten by the rewrite procedure;
An information processing program for causing a computer to execute.

(付記2)前記自装置に対して一意に付与された固有情報の種別を判定する種別判定手順と、
前記固有情報の種別と前記固有情報とが対応付けられて記憶された固有情報書換テーブルから、前記種別判定手順によって判定された種別と対応付けて記憶された複製元の固有情報を取得する変換情報取得手順と、
をさらにコンピュータに実行させ、
前記書換手順は、前記自装置に対して一意に付与された固有情報を、前記変換情報取得手順によって取得された複製元のサーバの固有情報に書換えることを特徴とする付記1に記載の情報処理プログラム。
(Supplementary Note 2) A type determination procedure for determining a type of unique information uniquely assigned to the own device;
Conversion information for acquiring unique information of the copy source stored in association with the type determined by the type determination procedure from the specific information rewriting table in which the type of the specific information and the specific information are stored in association with each other Acquisition procedure;
Is further executed on the computer,
The information according to appendix 1, wherein the rewriting procedure rewrites the unique information uniquely assigned to the own device to the unique information of the replication source server acquired by the conversion information acquisition procedure. Processing program.

(付記3)前記複製元のサーバに新たな固有情報が付与された場合は、該固有情報と固有情報の種別とを取得する取得手順と、
前記取得手順によって取得された固有情報と固有情報の種別とに応じて、前記固有情報書換テーブルを更新する更新手順と、
をさらに実行させることを特徴とする付記2に記載の情報処理プログラム。
(Supplementary Note 3) When new unique information is given to the replication source server, an acquisition procedure for obtaining the unique information and the type of unique information;
An update procedure for updating the unique information rewriting table in accordance with the unique information acquired by the acquisition procedure and the type of the unique information;
The information processing program according to appendix 2, wherein the information processing program is further executed.

(付記4)変換を不要とする固有情報の種別とアプリケーションとを対応付けて記憶する変換不要テーブルに、前記種別判定手順によって判定された固有情報の種別と、前記自装置に対して一意に付与された固有情報の通知先となるアプリケーションとが記憶されているかを判定する変更不要判定手順をさらに実行させ、
前記通知手順は、前記変換不要テーブルに、前記種別判定手順によって判定された固有情報の種別と、前記自装置に対して一意に付与された固有情報の通知先となるアプリケーションとが記憶されていると前記変更不要判定手順によって判定された場合は、前記自装置に対して一意に付与された固有情報をそのままアプリケーションに対して通知することを特徴とする付記1〜3のいずれか一つに記載の情報処理プログラム。
(Supplementary note 4) Unique type determined by the type determination procedure and unique information type determined by the type determination procedure are uniquely assigned to the own device in a conversion unnecessary table that stores a type of specific information that does not require conversion and an application. And further executing a change unnecessary determination procedure for determining whether or not an application that is a notification destination of the specific information is stored,
In the notification procedure, the type of unique information determined by the type determination procedure and an application that is a notification destination of unique information uniquely assigned to the own device are stored in the conversion unnecessary table. If the determination is made according to the change-unnecessity determination procedure, the unique information uniquely assigned to the own device is directly notified to the application as described in any one of Supplementary notes 1 to 3. Information processing program.

(付記5)複製元のサーバに記憶されたアプリケーションの複製を保持する複製先のサーバであって、
前記複製されたアプリケーションに対して通知される情報のうち、自装置に対して一意に付与された固有情報を前記複製元のサーバの固有情報に書換える書換部と、
前記書換部によって書換えられた複製元のサーバの固有情報を前記複製されたアプリケーションへ通知する通知部と、
を備えることを特徴とする情報処理装置。
(Additional remark 5) It is a replication destination server holding the replication of the application memorize | stored in the replication origin server,
Of the information notified to the replicated application, a rewriting unit that rewrites the unique information uniquely given to the own device to the unique information of the replication source server;
A notifying unit for notifying the copied application of the unique information of the replication source server rewritten by the rewriting unit;
An information processing apparatus comprising:

(付記6)前記自装置に対して一意に付与された固有情報の種別を判定する種別判定部と、
前記固有情報の種別と前記固有情報とが対応付けられて記憶された固有情報書換テーブルから、前記種別判定部によって判定された種別と対応付けて記憶された複製元のサーバの固有情報を取得する変換情報取得部と、
をさらに備え、
前記書換部は、前記自装置に対して一意に付与された固有情報を、前記変換情報取得部によって取得された複製元のサーバの固有情報に書換えることを特徴とする付記5に記載の情報処理装置。
(Appendix 6) A type determination unit that determines the type of unique information uniquely assigned to the own device;
The unique information of the copy source server stored in association with the type determined by the type determination unit is acquired from the unique information rewriting table in which the type of the specific information and the specific information are stored in association with each other. A conversion information acquisition unit;
Further comprising
The information according to appendix 5, wherein the rewriting unit rewrites the unique information uniquely assigned to the own device with the unique information of the replication source server acquired by the conversion information acquisition unit. Processing equipment.

(付記7)前記複製元のサーバに新たな固有情報が付与された場合は、該固有情報と固有情報の種別とを取得する取得部と、
前記取得部によって取得された固有情報と固有情報の種別とに応じて、前記固有情報書換テーブルを更新する更新部と、
をさらに備えることを特徴とする付記6に記載の情報処理装置。
(Supplementary Note 7) When new unique information is given to the replication source server, an acquisition unit that acquires the unique information and the type of unique information;
An update unit that updates the specific information rewriting table according to the specific information acquired by the acquisition unit and the type of the specific information;
The information processing apparatus according to appendix 6, further comprising:

(付記8)変換を不要とする固有情報の種別とアプリケーションとを対応付けて記憶する変換不要テーブルに、前記種別判定部によって判定された固有情報の種別と、前記自装置に対して一意に付与された固有情報の通知先となるアプリケーションとが、記憶されているかを判定する変更不要判定部をさらに備え、
前記通知部は、前記変換不要テーブルに、前記種別判定部によって判定された固有情報の種別と、前記自装置に対して一意に付与された固有情報の通知先となるアプリケーションとが記憶されていると前記変更不要判定部によって判定された場合は、前記自装置に対して一意に付与された固有情報をそのままアプリケーションに対して通知することを特徴とする付記5〜7のいずれか一つに記載の情報処理装置。
(Supplementary note 8) Unique information type determined by the type determination unit and uniquely assigned to the own device in a conversion unnecessary table that stores a type of unique information that does not require conversion and an application in association with each other A change unnecessary determination unit that determines whether an application that is a notification destination of the unique information stored is stored;
The notification unit stores, in the conversion unnecessary table, the type of unique information determined by the type determination unit and an application that is a notification destination of unique information uniquely assigned to the own device. When the determination is not made by the change unnecessary determination unit, the unique information uniquely assigned to the own device is directly notified to the application as described in any one of appendices 5 to 7 Information processing device.

(付記9)複製元のサーバに記憶されたアプリケーションの複製を保持する複製先のサーバで実行される情報処理方法であって、
前記複製されたアプリケーションに対して通知される情報のうち、自装置に対して一意に付与された固有情報を前記複製元のサーバの固有情報に書換える書換ステップと、
前記書換ステップによって書換えられた複製元のサーバの固有情報を、前記複製されたアプリケーションへ通知する通知ステップと、
を含むことを特徴とする情報処理方法。
(Additional remark 9) It is the information processing method performed in the replication destination server holding the replication of the application memorize | stored in the replication origin server,
A rewriting step of rewriting the unique information uniquely given to the own device among the information notified to the replicated application with the unique information of the replication source server;
A notification step of notifying the copied application of the unique information of the replication source server rewritten by the rewriting step;
An information processing method comprising:

(付記10)前記自装置に対して一意に付与された固有情報の種別を判定する種別判定ステップと、
前記固有情報の種別と前記固有情報とが対応付けられて記憶された固有情報書換テーブルから、前記種別判定ステップによって判定された種別と対応付けて記憶された複製元のサーバの固有情報を取得する変換情報取得ステップと、
をさらに含み、
前記書換ステップは、前記自装置に対して一意に付与された固有情報を前記変換情報取得ステップによって取得された複製元のサーバの固有情報に書換えることを特徴とする付記9に記載の情報処理方法。
(Supplementary Note 10) A type determination step for determining the type of unique information uniquely assigned to the own device;
The unique information of the copy source server stored in association with the type determined in the type determination step is acquired from the specific information rewriting table in which the type of the specific information and the specific information are stored in association with each other. A conversion information acquisition step;
Further including
The information processing according to appendix 9, wherein the rewriting step rewrites the unique information uniquely given to the own device to the unique information of the replication source server acquired by the conversion information acquisition step. Method.

(付記11)前記複製元のサーバに新たな固有情報が付与された場合は、該固有情報と固有情報の種別とを取得する取得ステップと、
前記取得ステップによって取得された固有情報と固有情報の種別とに応じて、前記固有情報書換テーブルを更新する更新ステップと、
をさらに含むことを特徴とする付記10に記載の情報処理方法。
(Supplementary Note 11) When new unique information is given to the replication source server, an acquisition step of obtaining the unique information and the type of unique information;
An update step of updating the unique information rewriting table according to the unique information and the type of unique information acquired by the acquiring step;
The information processing method according to appendix 10, further comprising:

(付記12)変換を不要とする固有情報の種別とアプリケーションとを対応付けて記憶する変換不要テーブルに、前記種別判定ステップによって判定された固有情報の種別と、前記自装置に対して一意に付与された固有情報の通知先となるアプリケーションとが記憶されているかを判定する変更不要判定ステップをさらに含み、
前記通知ステップは、前記変換不要テーブルに、前記種別判定ステップによって判定された固有情報の種別と、前記自装置に対して一意に付与された固有情報の通知先となるアプリケーションとが記憶されていると前記変更不要判定ステップによって判定された場合は、前記自装置に対して一意に付与された固有情報をそのままアプリケーションに対して通知することを特徴とする付記9〜11のいずれか一つに記載の情報処理方法。
(Supplementary Note 12) Unique type determined by the type determining step and uniquely assigned to the own device in a conversion unnecessary table that associates and stores a type of unique information that does not require conversion and an application A change unnecessary determination step for determining whether or not an application that is a notification destination of the unique information is stored,
In the notification step, the conversion-unnecessary table stores the type of unique information determined by the type determination step and an application that is a notification destination of the unique information uniquely given to the own device. When the determination is made in the change unnecessary determination step, the unique information uniquely assigned to the own device is notified to the application as it is, according to any one of appendices 9 to 11, Information processing method.

1 情報処理装置
3 処理部
4b 検知部
5 書換部
6 通知部
7b 種別判定部
8b 変換情報取得部
10b プール管理サーバ
20b マスタサーバA
30b クローンサーバB
40b クローンサーバC
50b クローンサーバZ
DESCRIPTION OF SYMBOLS 1 Information processing apparatus 3 Processing part 4b Detection part 5 Rewriting part 6 Notification part 7b Type determination part 8b Conversion information acquisition part 10b Pool management server 20b Master server A
30b Clone server B
40b Clone server C
50b Clone server Z

Claims (6)

複製元のサーバに記憶されたアプリケーションの複製を保持する複製先のサーバによって実行される情報処理プログラムであって、
前記複製先のサーバに、
前記複製されたアプリケーションに対して通知される情報のうち、自装置に対して一意に付与された固有情報を前記複製元のサーバの固有情報に書換える書換手順と、
前記書換手順によって書換えられた複製元のサーバの固有情報を前記複製されたアプリケーションへ通知する通知手順と、
を実行させることを特徴とする情報処理プログラム。
An information processing program executed by a copy destination server that holds a copy of an application stored in a copy source server,
In the replication destination server,
Of the information notified to the replicated application, a rewriting procedure for rewriting the unique information uniquely given to the own device with the unique information of the replication source server;
A notification procedure for notifying the copied application of the unique information of the copy source server rewritten by the rewrite procedure;
An information processing program for executing
前記自装置に対して一意に付与された固有情報の種別を判定する種別判定手順と、
前記固有情報の種別と前記固有情報とが対応付けられて記憶された固有情報書換テーブルから、前記種別判定手順によって判定された種別と対応付けて記憶された複製元のサーバの固有情報を取得する変換情報取得手順と、
をさらに実行させ、
前記書換手順は、前記自装置に対して一意に付与された固有情報を、前記変換情報取得手順によって取得された複製元のサーバの固有情報に書換えることを特徴とする請求項1に記載の情報処理プログラム。
A type determination procedure for determining the type of unique information uniquely assigned to the device;
The unique information of the copy source server stored in association with the type determined by the type determination procedure is acquired from the unique information rewriting table in which the type of the specific information and the specific information are stored in association with each other. Conversion information acquisition procedure;
Is executed further,
2. The rewriting procedure according to claim 1, wherein the rewriting procedure rewrites the unique information uniquely assigned to the own device with the unique information of the replication source server acquired by the conversion information acquisition procedure. Information processing program.
前記複製元のサーバに新たな固有情報が付与された場合は、該固有情報と固有情報の種別とを取得する取得手順と、
前記取得手順によって取得された固有情報と固有情報の種別とに応じて、前記固有情報書換テーブルを更新する更新手順と、
をさらに実行させることを特徴とする請求項2に記載の情報処理プログラム。
If new unique information is given to the replication source server, an acquisition procedure for obtaining the unique information and the type of unique information;
An update procedure for updating the unique information rewriting table in accordance with the unique information acquired by the acquisition procedure and the type of the unique information;
The information processing program according to claim 2, further comprising:
変換を不要とする固有情報の種別とアプリケーションとを対応付けて記憶する変換不要テーブルに、前記種別判定手順によって判定された固有情報の種別と、前記自装置に対して一意に付与された固有情報の通知先となるアプリケーションとが記憶されているかを判定する変更不要判定手順をさらに実行させ、
前記通知手順は、前記変換不要テーブルに、前記種別判定手順によって判定された固有情報の種別と、前記自装置に対して一意に付与された固有情報の通知先となるアプリケーションとが記憶されていると前記変更不要判定手順によって判定された場合は、前記自装置に対して一意に付与された固有情報をそのままアプリケーションに対して通知することを特徴とする請求項1〜3のいずれか一つに記載の情報処理プログラム。
The unique information type determined by the type determination procedure and the unique information uniquely given to the own device in the conversion unnecessary table that stores the type of unique information that does not require conversion and the application in association with each other Further execute a change unnecessary determination procedure for determining whether or not an application that is a notification destination is stored,
In the notification procedure, the type of unique information determined by the type determination procedure and an application that is a notification destination of unique information uniquely assigned to the own device are stored in the conversion unnecessary table. When the determination is made according to the change unnecessary determination procedure, the unique information uniquely given to the own device is notified to the application as it is. The information processing program described.
複製元のサーバに記憶されたアプリケーションの複製を保持する複製先のサーバであって、
前記複製されたアプリケーションに対して通知される情報のうち、自装置に対して一意に付与された固有情報を前記複製元のサーバの固有情報に書換える書換部と、
前記書換部によって書換えられた複製元のサーバの固有情報を前記複製されたアプリケーションへ通知する通知部と、
を備えることを特徴とする情報処理装置。
A replication destination server that holds a copy of the application stored on the replication source server,
Of the information notified to the replicated application, a rewriting unit that rewrites the unique information uniquely given to the own device to the unique information of the replication source server;
A notifying unit for notifying the copied application of the unique information of the replication source server rewritten by the rewriting unit;
An information processing apparatus comprising:
複製元のサーバに記憶されたアプリケーションの複製を保持する複製先のサーバで実行される情報処理方法であって、
前記複製されたアプリケーションに対して通知される情報のうち、自装置に対して一意に付与された固有情報を前記複製元のサーバの固有情報に書換える書換ステップと、
前記書換ステップによって書換えられた複製元のサーバの固有情報を、前記複製されたアプリケーションへ通知する通知ステップと、
を含むことを特徴とする情報処理方法。
An information processing method executed on a replication destination server that holds a copy of an application stored in a replication source server,
A rewriting step of rewriting the unique information uniquely given to the own device among the information notified to the replicated application with the unique information of the replication source server;
A notification step of notifying the copied application of the unique information of the replication source server rewritten by the rewriting step;
An information processing method comprising:
JP2009198906A 2009-08-28 2009-08-28 Information processing program, information processing method, and information processing apparatus Expired - Fee Related JP5370000B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009198906A JP5370000B2 (en) 2009-08-28 2009-08-28 Information processing program, information processing method, and information processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009198906A JP5370000B2 (en) 2009-08-28 2009-08-28 Information processing program, information processing method, and information processing apparatus

Publications (2)

Publication Number Publication Date
JP2011048792A true JP2011048792A (en) 2011-03-10
JP5370000B2 JP5370000B2 (en) 2013-12-18

Family

ID=43835000

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009198906A Expired - Fee Related JP5370000B2 (en) 2009-08-28 2009-08-28 Information processing program, information processing method, and information processing apparatus

Country Status (1)

Country Link
JP (1) JP5370000B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000047896A (en) * 1998-07-30 2000-02-18 Fujitsu Ltd Device for setting information characteristic of device
JP2007219964A (en) * 2006-02-20 2007-08-30 Hitachi Ltd Load balancing method and system
JP2009129148A (en) * 2007-11-22 2009-06-11 Hitachi Ltd Server switching method and server system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000047896A (en) * 1998-07-30 2000-02-18 Fujitsu Ltd Device for setting information characteristic of device
JP2007219964A (en) * 2006-02-20 2007-08-30 Hitachi Ltd Load balancing method and system
JP2009129148A (en) * 2007-11-22 2009-06-11 Hitachi Ltd Server switching method and server system

Also Published As

Publication number Publication date
JP5370000B2 (en) 2013-12-18

Similar Documents

Publication Publication Date Title
US10474508B2 (en) Replication management for hyper-converged infrastructures
US8910129B1 (en) Scalable control system for test execution and monitoring utilizing multiple processors
US9195451B2 (en) Server system and update method thereof
US11696110B2 (en) Distributed, crowdsourced internet of things (IoT) discovery and identification using Block Chain
US8838759B1 (en) Systems and methods for detecting unmanaged nodes within a system
US20100106821A1 (en) Managing configuration items
US11368407B2 (en) Failover management using availability groups
JP2009169860A (en) Computer system for managing configuration item, and method and computer program therefor
JP2009193545A (en) Computer system for managing multiple configuration items, its method and computer program
US10673694B2 (en) Private network mirroring
JP5617304B2 (en) Switching device, information processing device, and fault notification control program
US20170091252A1 (en) Reconciling sensor data in a database
KR100532339B1 (en) Group access privatization in clustered computer system
JP2009510638A (en) Simple application program interface for peer name resolution protocol
JP6683386B2 (en) Data transfer system and data transfer method
JP5370000B2 (en) Information processing program, information processing method, and information processing apparatus
JP5239072B2 (en) Computer system, method and computer program for managing components
JP5734421B2 (en) Management information generation method, management information generation program, and management information generation apparatus
JP5552154B2 (en) Method, apparatus, and computer program for maintaining service in a high availability environment (method for maintaining service in a high availability environment)
JP5300650B2 (en) Service registration apparatus, content registration apparatus, service registration method, content registration method, program, and recording medium using http service
JP2015103827A (en) Management device, method, and program
JP2016167671A (en) Management program, management method, management device
JP6489978B2 (en) Computer system and data distribution method
JP5389738B2 (en) Identifier management system, information management server, interconnection destination management server, identifier management method, information management program, interconnection destination management program
JP5373020B2 (en) Control server, control method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120510

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130205

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130206

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130408

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130820

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130902

R150 Certificate of patent or registration of utility model

Ref document number: 5370000

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees