JP2013242739A - Load distribution system - Google Patents

Load distribution system Download PDF

Info

Publication number
JP2013242739A
JP2013242739A JP2012116122A JP2012116122A JP2013242739A JP 2013242739 A JP2013242739 A JP 2013242739A JP 2012116122 A JP2012116122 A JP 2012116122A JP 2012116122 A JP2012116122 A JP 2012116122A JP 2013242739 A JP2013242739 A JP 2013242739A
Authority
JP
Japan
Prior art keywords
connection information
load balancer
load
redundant configuration
load distribution
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2012116122A
Other languages
Japanese (ja)
Inventor
Yusuke Kochiya
裕介 古知屋
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2012116122A priority Critical patent/JP2013242739A/en
Publication of JP2013242739A publication Critical patent/JP2013242739A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a load distribution system that can perform a maintenance work including a restart, such as a firmware upgrade, without disconnecting an existing connection.SOLUTION: A load distribution system implements a redundant configuration by using a plurality of load distribution devices that distribute a plurality of processing requests from a plurality of clients among a plurality of servers for assignment. The load distribution system includes: means that transmits existing connection information from one of the load distribution devices to another of the load distribution devices that implements the redundant configuration; and means that if there are differences in a data holding method of the connection information of the plurality of load distribution devices, performs conversion into a data holding method that allows the connection information to be used.

Description

本発明は、負荷分散システムに関する。   The present invention relates to a load distribution system.

本技術分野の背景技術として特開2007−34666号公報(特許文献1)がある。この公報には、「冗長構成を実現する情報処理装置におけるOSやPPのバージョンアップを、ユーザの通信を切断することなく行うことを可能とする」と記載されている。   There exists Unexamined-Japanese-Patent No. 2007-34666 (patent document 1) as background art of this technical field. This publication describes that "the upgrade of the OS and PP in the information processing apparatus realizing a redundant configuration can be performed without disconnecting the user's communication".

特開2007−34666号公報JP 2007-34666 A

負荷分散システムとは、負荷分散装置が複数クライアントからの処理要求を、同一のアプリケーションを実行する複数のサーバに振り分けることで、処理要求の負荷を分散するシステムである。   A load distribution system is a system in which a load distribution device distributes processing requests from a plurality of clients to a plurality of servers that execute the same application, thereby distributing the processing request load.

負荷分散装置は複数の装置を、稼働系装置および待機系装置として利用することで、冗長構成を組むことが出来る。この冗長構成において、稼働系装置から待機系装置へコネクション情報を送信することで、フェイルオーバー発生時でも既存のコネクションを継続して利用できる機能を有する。ただし、負荷分散処理を実施中に待機系装置が起動した場合には、既存のコネクション情報は送信されない。そのため、負荷分散装置のファームウェアバージョンアップなどで装置の再起動が必要な場合に、コネクション情報が失われてしまうため、既存のコネクションを利用していたクライアントは切断されてしまう。   The load distribution device can form a redundant configuration by using a plurality of devices as an active device and a standby device. In this redundant configuration, the connection information is transmitted from the active system device to the standby system device, so that the existing connection can be used continuously even when a failover occurs. However, when the standby system is activated during the load distribution process, the existing connection information is not transmitted. For this reason, when the device needs to be restarted due to firmware version upgrade of the load balancer, the connection information is lost, and the client that has used the existing connection is disconnected.

前記特許文献1には冗長構成システムの仕組みが記載されている。しかし、特許文献1の冗長構成システムは、冗長構成を実現する複数の情報処理装置のバージョンが異なる場合、コネクション情報の同期が出来ない。   Patent Document 1 describes a mechanism of a redundant configuration system. However, the redundant configuration system disclosed in Patent Document 1 cannot synchronize connection information when the versions of a plurality of information processing apparatuses that implement a redundant configuration are different.

前記課題を解決するために、例えば特許請求の範囲に記載の構成を採用する。   In order to solve the problem, for example, the configuration described in the claims is adopted.

本発明は上記課題を解決する手段を複数含んでいるが、その一例を挙げるならば、「負荷分散装置の一つから、冗長構成を実現する他の負荷分散装置へ既存のコネクション情報を送信する手段と、前記複数の負荷分散装置のコネクション情報のデータ保持方法に差異がある場合は、送信された前記コネクション情報を利用可能なデータ保持方法に変換する手段を有すること」を特徴とする。   The present invention includes a plurality of means for solving the above-mentioned problems. To give an example, “from one of the load distribution devices, the existing connection information is transmitted to another load distribution device realizing a redundant configuration. And a means for converting the transmitted connection information into a usable data holding method when there is a difference between the means and the data holding method of the connection information of the plurality of load distribution devices ”.

本発明によれば、既存のコネクションを切断することなく、ファームウェアバージョンアップなどの、再起動を伴うメンテナンス作業を実施できる負荷分散システムを提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the load distribution system which can implement the maintenance operation | work accompanying restart, such as firmware upgrade, can be provided, without disconnecting the existing connection.

上記した以外の課題、構成および効果は、以下の実施形態の説明により明らかにされる。   Problems, configurations, and effects other than those described above will become apparent from the following description of embodiments.

負荷分散システムの構成図の例である。It is an example of a block diagram of a load distribution system. 負荷分散装置のハードウェアブロック図の例である。It is an example of the hardware block diagram of a load distribution apparatus. 負荷分散装置のソフトウェアブロック図の例である。It is an example of the software block diagram of a load distribution apparatus. 負荷分散装置ファームウェアバージョンアップ処理を説明するフローチャートの例である。It is an example of the flowchart explaining a load distribution apparatus firmware upgrade process. 冗長構成情報同期処理を説明するシーケンス図の例である。It is an example of a sequence diagram explaining redundant configuration information synchronization processing. コネクション情報テーブルの例である。It is an example of a connection information table. 他のバージョンのファームウェアにおけるコネクション情報テーブルの例である。It is an example of the connection information table in the firmware of another version. コネクション情報差分テーブルの例である。It is an example of a connection information difference table. コネクション情報書式変換方法テーブルの例である。It is an example of a connection information format conversion method table.

以下、実施例を図面を用いて説明する。   Hereinafter, examples will be described with reference to the drawings.

図1は、本実施例の負荷分散システムの構成図の例である。   FIG. 1 is an example of a configuration diagram of a load distribution system according to the present embodiment.

本実施例の負荷分散システムは、負荷分散装置(A)101、負荷分散装置(B)102、複数のクライアント(1)103、クライアント(2)104、クライアント(n)105、複数のサーバ(1)106、サーバ(2)107、サーバ(n)108を有し、それぞれがネットワークで接続されている。   The load distribution system according to this embodiment includes a load distribution apparatus (A) 101, a load distribution apparatus (B) 102, a plurality of clients (1) 103, a client (2) 104, a client (n) 105, and a plurality of servers (1). ) 106, a server (2) 107, and a server (n) 108, which are connected by a network.

負荷分散装置(A)101と負荷分散装置(B)102は冗長構成を実現し、各クライアントからの処理要求を複数のサーバに振り分ける。負荷分散装置(A)101と負荷分散装置(B)102は、以下に説明する同一のハードウェア構成、ソフトウェア構成を有する。   The load balancer (A) 101 and the load balancer (B) 102 implement a redundant configuration and distribute processing requests from each client to a plurality of servers. The load balancer (A) 101 and the load balancer (B) 102 have the same hardware configuration and software configuration described below.

図2は負荷分散装置(A)101のハードウェアブロック図の例である。   FIG. 2 is an example of a hardware block diagram of the load balancer (A) 101.

負荷分散装置(A)101は、スイッチ201、コントローラ202、CPU203、主記憶装置204、補助記憶装置205を有する。   The load balancer (A) 101 includes a switch 201, a controller 202, a CPU 203, a main storage device 204, and an auxiliary storage device 205.

スイッチ201は、装置外部のネットワークと接続する。コントローラ202は、スイッチ201を制御する。CPU203はクライアントからの処理要求の受付や転送などの、負荷分散装置が実現する各種ソフトウェア機能を実行する。主記憶装置204はCPU203の処理に必要なプログラムやデータを格納するために利用する。補助記憶装置205は負荷分散装置(A)101の起動に必要なファームウェアや、負荷分散処理に必要なデータを格納する。   The switch 201 is connected to a network outside the apparatus. The controller 202 controls the switch 201. The CPU 203 executes various software functions realized by the load balancer, such as reception and transfer of processing requests from clients. The main storage device 204 is used for storing programs and data necessary for the processing of the CPU 203. The auxiliary storage device 205 stores firmware necessary for starting the load distribution device (A) 101 and data necessary for load distribution processing.

図3は負荷分散装置(A)101のソフトウェアブロック図の例である。   FIG. 3 is an example of a software block diagram of the load balancer (A) 101.

負荷分散装置(A)101は、処理要求受付部301、処理要求転送部302、コネクション情報制御部303、コネクション情報テーブル304、コネクション情報テーブルのコピー305、コネクション情報差分テーブル306、コネクション情報書式変換方法テーブル307、冗長構成制御部308、冗長構成情報記録部309を有する。   The load distribution apparatus (A) 101 includes a processing request receiving unit 301, a processing request transfer unit 302, a connection information control unit 303, a connection information table 304, a connection information table copy 305, a connection information difference table 306, and a connection information format conversion method. A table 307, a redundant configuration control unit 308, and a redundant configuration information recording unit 309;

処理要求受付部301は各クライアントからの処理要求を受け付ける。処理要求転送部302は受け付けた処理要求を各サーバに転送する。コネクション情報制御部303は、各クライアントからの処理要求をどのサーバに転送するかを決定し、処理要求転送部に通知する。同時にその情報をコネクション情報として、コネクション情報テーブル304に格納する。   The process request receiving unit 301 receives a process request from each client. The processing request transfer unit 302 transfers the received processing request to each server. The connection information control unit 303 determines to which server the processing request from each client is transferred, and notifies the processing request transfer unit. At the same time, the information is stored in the connection information table 304 as connection information.

コネクション情報テーブル304の例を図6に示す。「ID番号」カラムは各レコードを識別するために利用するユニークな番号であり、コネクション情報制御部303によって採番される。「制御情報」カラムにはそのコネクションの状態やプロトコルに固有の制御情報などの情報が格納される。   An example of the connection information table 304 is shown in FIG. The “ID number” column is a unique number used to identify each record, and is numbered by the connection information control unit 303. The “control information” column stores information such as the connection status and control information specific to the protocol.

コネクション情報テーブルのコピー305とコネクション情報差分テーブル306はコネクション情報テーブル304の状態変化の差分が必要な場合に、コネクション情報制御部303によって制御され、コネクション情報テーブル304の、ある時点からの変更情報を記録する。この動作の詳細については後述する。コネクション情報書式変換方法テーブル307は、負荷分散装置(A)101が、冗長構成を実現する他方の負荷分散装置(B)102とコネクション情報を同期する際に、コネクション情報テーブル306のテーブル構造や書式の差異の有無と、差異がある場合に負荷分散装置(A)101が利用可能なテーブルに変換するための方法を記録する。コネクション情報書式変換方法テーブル307の詳細については後述する。冗長構成制御部308は負荷分散装置(A)101が冗長構成を実現するために必要な処理を実行する。例えば、冗長構成を実現する他方の負荷分散装置(B)102と通信を行い、設定情報やコネクション情報を逐次同期する。また、定期的に負荷分散装置(B)102に生死監視のための通信を行い、応答を確認する。これをヘルスチェックという。冗長構成情報記録部309は冗長構成制御部308の実行に必要な情報を記録する。この情報にはたとえば、負荷分散装置(A)101の設定情報や、冗長構成を実現する他方の負荷分散装置(B)102のネットワークアドレス、ファームウェアバージョン番号などが含まれる。   The connection information table copy 305 and the connection information difference table 306 are controlled by the connection information control unit 303 when a difference in state change of the connection information table 304 is necessary. Record. Details of this operation will be described later. The connection information format conversion method table 307 shows the table structure and format of the connection information table 306 when the load balancer (A) 101 synchronizes connection information with the other load balancer (B) 102 that realizes a redundant configuration. And whether there is a difference and a method for converting the table into a table usable by the load balancer (A) 101 when there is a difference. Details of the connection information format conversion method table 307 will be described later. The redundant configuration control unit 308 executes processing necessary for the load balancer (A) 101 to realize a redundant configuration. For example, communication is performed with the other load balancer (B) 102 that realizes a redundant configuration, and setting information and connection information are sequentially synchronized. In addition, communication for life and death monitoring is periodically performed to the load balancer (B) 102 and a response is confirmed. This is called health check. The redundant configuration information recording unit 309 records information necessary for the execution of the redundant configuration control unit 308. This information includes, for example, the setting information of the load balancer (A) 101, the network address of the other load balancer (B) 102 realizing the redundant configuration, the firmware version number, and the like.

例えば、冗長構成を実現する負荷分散装置(A)101と負荷分散装置(B)102のファームウェアをバージョンアップする処理における動作を図4のフローチャート例を使用して説明する。   For example, the operation in the process of upgrading the firmware of the load balancer (A) 101 and the load balancer (B) 102 realizing a redundant configuration will be described with reference to the flowchart example of FIG.

まず、待機系として動作している負荷分散装置(B)102をネットワークから切り離す(ステップS401)。このとき稼働系である負荷分散装置(A)101が負荷分散処理を実行しているため、負荷分散装置(A)101に障害が発生した場合を除き、クライアントの通信が切断されることはない。   First, the load balancer (B) 102 operating as a standby system is disconnected from the network (step S401). At this time, since the load balancer (A) 101 which is the active system is executing the load balancing process, the communication of the client is not disconnected unless a failure occurs in the load balancer (A) 101. .

その後、負荷分散装置(B)102のファームウェアをバージョンアップし(ステップS402)、再度ネットワークに接続を行う(ステップS403)。   Thereafter, the firmware of the load balancer (B) 102 is upgraded (step S402), and connected to the network again (step S403).

この時負荷分散装置(B)102は新しいバージョンのファームウェアで動作しており、既存のコネクション情報は保持していない。そのため、冗長構成情報同期処理S500を実施し、負荷分散装置(A)101から負荷分散装置(B)102にコネクション情報を転送・同期する(ステップS404)。冗長構成情報同期処理S500の詳細は後述する。   At this time, the load balancer (B) 102 operates with a new version of firmware, and does not hold existing connection information. Therefore, the redundant configuration information synchronization process S500 is performed to transfer and synchronize the connection information from the load balancer (A) 101 to the load balancer (B) 102 (step S404). Details of the redundant configuration information synchronization processing S500 will be described later.

次に負荷分散装置(A)101をネットワークから切り離す。負荷分散装置(B)102は負荷分散装置(A)101に対するヘルスチェックの応答が無いことから負荷分散装置(A)101が稼働していないことを認識し、稼働系装置として動作を開始する(ステップS405)。この時既存のコネクション情報は負荷分散装置(B)102に格納されているため、コネクションを切断することなく、継続利用を実現できる。   Next, the load balancer (A) 101 is disconnected from the network. The load balancer (B) 102 recognizes that the load balancer (A) 101 is not operating because there is no response to the health check for the load balancer (A) 101, and starts operation as an active system device ( Step S405). At this time, since the existing connection information is stored in the load balancer (B) 102, continuous use can be realized without disconnecting the connection.

その後、負荷分散装置(A)101のファームウェアをバージョンアップし(ステップS406)、再度ネットワークに接続を行う(ステップS407)。さらに冗長構成同期処理を実施し、今度は負荷分散装置(B)102から負荷分散装置(A)101にコネクション情報を転送・同期する(ステップS408)。このステップS408の動作はステップS404と同一だが、負荷分散装置(A)101と負荷分散装置(B)102の役割が逆転し、コネクション情報を負荷分散装置(B)102から負荷分散装置(A)101に送信することとなる。   Thereafter, the firmware of the load balancer (A) 101 is upgraded (step S406), and the network is connected again (step S407). Further, redundant configuration synchronization processing is performed, and this time, connection information is transferred and synchronized from the load balancer (B) 102 to the load balancer (A) 101 (step S408). The operation of step S408 is the same as that of step S404, but the roles of the load balancer (A) 101 and the load balancer (B) 102 are reversed, and connection information is transferred from the load balancer (B) 102 to the load balancer (A). 101 is transmitted.

この時点で負荷分散装置(B)102が稼働系装置、負荷分散装置(A)101が待機系装置となっており、ファームウェアバージョンアップ処理開始時点の状態とは稼働系と待機系が逆転しているが、負荷分散システムの動作としては問題がない。運用上などの理由で負荷分散装置(A)101を稼働系装置に戻す必要がある場合は、負荷分散装置(A)101の冗長構成制御部308が、ユーザからのコマンド入力を受け付け、負荷分散装置(A)101を稼働系装置とし、負荷分散装置(B)102を待機系装置として動作を開始するための処理を行っても良い。この場合でもコネクション情報は両方の負荷分散装置で保持されているため、既存のコネクションを切断することなく、継続利用を実現できる。   At this time, the load balancer (B) 102 is an active system device and the load balancer (A) 101 is a standby system device, and the active system and the standby system are reversed from the state at the time of starting the firmware upgrade process. However, there is no problem with the operation of the load balancing system. When it is necessary to return the load balancer (A) 101 to the active system for operational reasons, the redundant configuration control unit 308 of the load balancer (A) 101 receives a command input from the user and performs load balancing. The apparatus (A) 101 may be used as an active system apparatus, and the load distribution apparatus (B) 102 may be used as a standby system apparatus to perform processing for starting operation. Even in this case, since the connection information is held by both load balancers, continuous use can be realized without disconnecting the existing connection.

上記の処理手順を実行することでクライアントとサーバ間の通信を切断することなく、負荷分散装置(A)101と負荷分散装置(B)102のファームウェアをバージョンアップすることが可能である。   By executing the above processing procedure, the firmware of the load balancer (A) 101 and the load balancer (B) 102 can be upgraded without disconnecting the communication between the client and the server.

冗長構成情報同期処理S500の動作の詳細について、図5のフローチャート例を使用して説明する。   Details of the operation of the redundant configuration information synchronization processing S500 will be described using the flowchart example of FIG.

ファームウェアバージョンアップを終了した負荷分散装置(B)102をネットワークに結線し、電源をオンする(ステップS501)。負荷分散装置(B)102の冗長構成制御部308は、起動完了後に、あらかじめ冗長構成を実現する他方の装置として設定されている負荷分散装置(A)101に対して、冗長構成情報を要求する(ステップS502)。この冗長構成情報には、負荷分散装置(A)101の設定情報とファームウェアのバージョン番号が含まれている。   The load balancer (B) 102 that has finished the firmware upgrade is connected to the network, and the power is turned on (step S501). The redundant configuration control unit 308 of the load balancer (B) 102 requests the redundant configuration information from the load balancer (A) 101 set as the other device that realizes the redundant configuration in advance after the startup is completed. (Step S502). This redundant configuration information includes the setting information of the load balancer (A) 101 and the version number of the firmware.

負荷分散装置(A)101の冗長構成制御部308は、負荷分散装置(B)102からの冗長構成情報要求に応じて、自身の冗長構成情報を送信する(ステップS503)。負荷分散装置(A)101の冗長構成情報の受信が完了後に、負荷分散装置(B)102の冗長構成制御部308は、負荷分散装置(A)101に対してコネクション情報を要求する(ステップS504)。   The redundant configuration control unit 308 of the load balancer (A) 101 transmits its own redundant configuration information in response to the redundant configuration information request from the load balancer (B) 102 (step S503). After the reception of the redundant configuration information of the load balancer (A) 101 is completed, the redundant configuration control unit 308 of the load balancer (B) 102 requests connection information from the load balancer (A) 101 (step S504). ).

負荷分散装置(A)101の冗長構成制御部308は、コネクション情報要求を受信後、コネクション情報制御部303に対してコネクション情報差分記録開始を指示する(ステップS505)。負荷分散装置(A)101のコネクション情報制御部303は、その時点の負荷分散装置(A)101のコネクション情報テーブル304の内容をコネクション情報のコピー305として主記憶装置204に格納する。また、コネクション情報差分記録を開始した後にコネクション情報テーブル304に対して行った変更を、コネクション情報差分テーブル306に記録する。   After receiving the connection information request, the redundant configuration control unit 308 of the load balancer (A) 101 instructs the connection information control unit 303 to start connection information difference recording (step S505). The connection information control unit 303 of the load balancer (A) 101 stores the contents of the connection information table 304 of the load balancer (A) 101 at that time in the main storage device 204 as a copy 305 of the connection information. In addition, changes made to the connection information table 304 after starting connection information difference recording are recorded in the connection information difference table 306.

コネクション情報差分テーブル306のテーブル構造の例を図8に示す。コネクション情報テーブル304のテーブル構造に「差分」カラムが追加された構造となっている。「差分」カラムにはそのレコードに対する変更内容が記録されており、データ内容が”削除”の場合はそのレコードが削除されたことを示す。「差分」カラムのデータ内容が”更新”の場合はそのレコードの内容が更新されたことを示し、更新された情報のみデータが格納されている。図8の例においては、「ID番号」が”2”のレコードにおいて制御情報が更新されたことを示している。「差分」カラムのデータ内容が”新規”であった場合はそのレコードが新規に追加されたことを示している。 このコネクション情報差分テーブル306を持つことにより、コネクション情報テーブルのコピー305とコネクション情報テーブル304の差分を記録することができる。   An example of the table structure of the connection information difference table 306 is shown in FIG. This is a structure in which a “difference” column is added to the table structure of the connection information table 304. In the “difference” column, the change content for the record is recorded. When the data content is “deleted”, this indicates that the record has been deleted. When the data content of the “difference” column is “update”, this indicates that the content of the record has been updated, and data is stored only for the updated information. The example of FIG. 8 indicates that the control information has been updated in the record whose “ID number” is “2”. When the data content of the “difference” column is “new”, it indicates that the record is newly added. By having this connection information difference table 306, the difference between the connection information table copy 305 and the connection information table 304 can be recorded.

負荷分散装置(A)101の冗長構成制御部308は、主記憶装置204に格納されたコネクション情報テーブルのコピー305を、負荷分散装置(B)102に送信する(ステップS506)。   The redundant configuration control unit 308 of the load balancer (A) 101 transmits a copy 305 of the connection information table stored in the main storage device 204 to the load balancer (B) 102 (step S506).

負荷分散装置(B)102の冗長構成制御部308は、負荷分散装置(A)101のファームウェアバージョン番号をコネクション情報制御部303に通知する。負荷分散装置(B)102のコネクション情報制御部303は、コネクション情報書式変換方法テーブル307を参照し、負荷分散装置(A)101のコネクション情報テーブル304と負荷分散装置(B)102のコネクション情報テーブル304が同一のテーブル構造を持つかどうか確認する(ステップS507)。   The redundant configuration control unit 308 of the load balancer (B) 102 notifies the connection information control unit 303 of the firmware version number of the load balancer (A) 101. The connection information control unit 303 of the load balancer (B) 102 refers to the connection information format conversion method table 307, refers to the connection information table 304 of the load balancer (A) 101, and the connection information table of the load balancer (B) 102. It is confirmed whether 304 has the same table structure (step S507).

図9はコネクション情報書式変換方法テーブル307の例である。コネクション情報書式変換方法テーブル307の最終レコードの「バージョン番号」カラムのデータは、コネクション情報書式変換方法テーブル307を保持している負荷分散装置(B)102のバージョン番号を示している。図9に示した例では、”3.0”である。例えば、負荷分散装置(A)101のファームウェアバージョン番号が”2.0”であった場合、「変換要否」カラムのデータは”No”である。これは負荷分散装置(A)101(ファームウェアバージョン番号”2.0”)と負荷分散装置(B)102(ファームウェアバージョン番号”3.0”)のコネクション情報テーブル304のテーブル構造が同一であることを示している。負荷分散装置(B)102のコネクション情報制御部303は、冗長構成制御部308に対して、コネクション情報の処理が完了したことを通知する。   FIG. 9 is an example of the connection information format conversion method table 307. The data in the “version number” column of the last record of the connection information format conversion method table 307 indicates the version number of the load balancer (B) 102 that holds the connection information format conversion method table 307. In the example shown in FIG. 9, it is “3.0”. For example, when the firmware version number of the load balancer (A) 101 is “2.0”, the data in the “Conversion Necessity” column is “No”. This indicates that the table structures of the connection information table 304 of the load balancer (A) 101 (firmware version number “2.0”) and the load balancer (B) 102 (firmware version number “3.0”) are the same. . The connection information control unit 303 of the load balancer (B) 102 notifies the redundant configuration control unit 308 that the connection information processing has been completed.

例えば、負荷分散装置(A)101のファームウェアバージョン番号が”1.0”であった場合、「変換要否」カラムのデータは”Yes”となっている。これはコネクション情報テーブルのテーブル構造やデータ書式に差異があることを示しており、「変換プログラム名」カラムに記載の、”プログラムA”というプログラムを利用してコネクション情報テーブル304の書式を変換する必要があることを示している。この場合、負荷分散装置(B)102のコネクション情報制御部303は、”プログラムA”を実行することでコネクション情報書式変換を実施する(ステップS508)。”プログラムA”は負荷分散装置(B)102の補助記憶装置205に格納されているものとする。   For example, when the firmware version number of the load balancer (A) 101 is “1.0”, the data in the “Conversion Necessity” column is “Yes”. This indicates that there is a difference in the table structure and data format of the connection information table, and the format of the connection information table 304 is converted using the program “program A” described in the “conversion program name” column. Indicates that it is necessary. In this case, the connection information control unit 303 of the load balancer (B) 102 executes the connection information format conversion by executing “program A” (step S508). It is assumed that “program A” is stored in the auxiliary storage device 205 of the load balancer (B) 102.

コネクション情報書式変換(ステップS508)の具体的な動作例を、図7を使用して説明する。図7はファームウェアバージョン番号”1.0”におけるコネクション情報テーブル304の例である。図6に示したファームウェアバージョン番号”3.0”におけるコネクション情報テーブル304の例と比較すると、「クライアントポート番号」カラムと「サーバアドレス」カラムの位置が入れ替わっており、「クライアントポート番号」と「サーバポート番号」が16進数で保存されている。そのため、負荷分散装置(A)101から送信されたコネクション情報は、そのまま負荷分散装置(B)102で利用することができない。負荷分散装置(B)102のコネクション情報制御部303が”プログラムA”を実行することで「クライアントポート番号」カラムと「サーバアドレス」カラムの位置を入れ替え、さらに「クライアントポート番号」カラムと「サーバポート番号」カラムのデータを16進数から10進数表記に変換して保存する。この処理により負荷分散装置(A)101から送信されたコネクション情報を負荷分散装置(B)102で利用することが可能になる。この後負荷分散装置(B)102のコネクション情報制御部303は、冗長構成制御部308に対して、コネクション情報の処理が完了したことを通知する。   A specific operation example of the connection information format conversion (step S508) will be described with reference to FIG. FIG. 7 shows an example of the connection information table 304 with the firmware version number “1.0”. Compared with the example of the connection information table 304 in the firmware version number “3.0” shown in FIG. 6, the positions of the “client port number” column and the “server address” column are interchanged, and the “client port number” and “server port” Number "is stored in hexadecimal. Therefore, the connection information transmitted from the load balancer (A) 101 cannot be used by the load balancer (B) 102 as it is. When the connection information control unit 303 of the load balancer (B) 102 executes “program A”, the positions of the “client port number” column and the “server address” column are switched, and further, the “client port number” column and the “server” Convert the data in the "Port number" column from hexadecimal to decimal notation and save. With this process, the connection information transmitted from the load balancer (A) 101 can be used by the load balancer (B) 102. Thereafter, the connection information control unit 303 of the load balancer (B) 102 notifies the redundant configuration control unit 308 that the processing of the connection information has been completed.

負荷分散装置(B)102の冗長構成制御部308は、コネクション情報制御部303からコネクション情報の処理が完了したことの通知を受け取った後、負荷分散装置A101に対して、コネクション情報処理完了通知を送信する(ステップS509)。   The redundancy configuration control unit 308 of the load balancer (B) 102 receives a notification that the connection information processing has been completed from the connection information control unit 303, and then sends a connection information processing completion notification to the load balancer A101. Transmit (step S509).

負荷分散装置(A)101の冗長構成制御部308は、負荷分散装置(B)102からコネクション情報処理完了通知を受け取ると、コネクション情報制御部303に対して、コネクション情報差分記録の停止を指示し、コネクション情報制御部303はコネクション情報差分の記録を停止する(ステップS510)。   When receiving the connection information processing completion notification from the load balancer (B) 102, the redundant configuration control unit 308 of the load balancer (A) 101 instructs the connection information control unit 303 to stop recording the connection information difference. The connection information control unit 303 stops recording the connection information difference (step S510).

次に負荷分散装置(A)101の冗長構成制御部308は、コネクション情報制御部303を介して、コネクション情報差分テーブルにレコードが存在するか確認する(ステップS511)。コネクション情報の差分が存在しない場合は、冗長構成情報同期処理S500の処理がすべて完了する。   Next, the redundant configuration control unit 308 of the load balancer (A) 101 checks whether there is a record in the connection information difference table via the connection information control unit 303 (step S511). When there is no connection information difference, all the redundant configuration information synchronization processing S500 is completed.

コネクション情報の差分が存在する場合、負荷分散装置(A)101の冗長構成制御部308は、コネクション情報差分テーブル306を負荷分散装置(B)102に送信する(ステップS512)。   When there is a difference in connection information, the redundant configuration control unit 308 of the load balancer (A) 101 transmits the connection information difference table 306 to the load balancer (B) 102 (step S512).

負荷分散装置(B)102の冗長構成制御部308は、コネクション情報の差分を送信した場合(ステップS513)、ステップS507と同様にコネクション情報書式変換方法テーブル307を参照することで、コネクション情報書式の変換が必要かどうかを判断する(ステップS514)。   When the redundant configuration control unit 308 of the load balancer (B) 102 transmits the connection information difference (step S513), the connection information format conversion method table 307 is referred to in the same manner as in step S507, so that the connection information format It is determined whether or not conversion is necessary (step S514).

コネクション情報書式変換が必要な場合、負荷分散装置(B)102のコネクション情報制御部303は、負荷分散装置(A)101から送信されたコネクション情報差分テーブル306に対してコネクション情報書式変換を実施する(ステップS515)。   When connection information format conversion is necessary, the connection information control unit 303 of the load balancer (B) 102 performs connection information format conversion on the connection information difference table 306 transmitted from the load balancer (A) 101. (Step S515).

その後、負荷分散装置(B)102のコネクション情報制御部303は、コネクション情報の差分情報をコネクション情報テーブル304に反映する結合処理を実施する(ステップS516)。   Thereafter, the connection information control unit 303 of the load balancer (B) 102 performs a coupling process for reflecting the difference information of the connection information in the connection information table 304 (step S516).

この時点で冗長構成情報同期処理S500の処理が全て完了し、負荷分散装置(A)101から負荷分散装置(B)102へのコネクション情報の転送・同期が完了する。   At this point, all of the redundant configuration information synchronization processing S500 is completed, and transfer / synchronization of connection information from the load balancer (A) 101 to the load balancer (B) 102 is completed.

なお、本発明は上記した実施例に限定されるものではなく、さまざまな変形例が含まれる。たとえば、上記した実施例は本発明を分かりやすく説明するために詳細に説明したものであり、必ずしも説明したすべての構成を備えるものに限定されるものではない。また、ある実施例の構成の一部を他の実施例の構成に置き換えることが可能であり、また、ある実施例の構成に他の実施例の構成を加えることも可能である。また、各実施例の構成の一部について、他の構成の追加・削除・置換をすることが可能である。   In addition, this invention is not limited to an above-described Example, Various modifications are included. For example, the above-described embodiments have been described in detail for easy understanding of the present invention, and are not necessarily limited to those having all the configurations described. Further, a part of the configuration of one embodiment can be replaced with the configuration of another embodiment, and the configuration of another embodiment can be added to the configuration of one embodiment. Further, it is possible to add, delete, and replace other configurations for a part of the configuration of each embodiment.

また、上記の各構成、機能、処理部、処理手段等は、それらの一部又は全部を、例えば集積回路で設計するなどによりハードウェアで実現してもよい。また、上記の各情報、機能等は、プロセッサがそれぞれの機能を実現するプログラムを解釈し、実行することによりソフトウェアで実現してもよい。各機能を実現するプログラム、テーブル、ファイルなどの情報は、メモリや、ハードディスク、SSD(Solid State Drive)等の記録装置、または、ICカード、SDカード、DVD等の記録媒体におくことができる。   Each of the above-described configurations, functions, processing units, processing means, and the like may be realized by hardware by designing a part or all of them with, for example, an integrated circuit. In addition, each of the above information, functions, and the like may be realized by software by interpreting and executing a program that realizes each function by the processor. Information such as programs, tables, and files that realize each function can be stored in a recording device such as a memory, a hard disk, or an SSD (Solid State Drive), or a recording medium such as an IC card, an SD card, or a DVD.

また制御線や情報線は説明上必要と考えられるものを示しており、製品上必ずしも全ての制御線や情報線を示しているとは限らない。実際にはほとんど全ての構成が相互に接続されていると考えても良い。   In addition, control lines and information lines indicate what is considered necessary for the explanation, and not all control lines and information lines are necessarily shown on the product. Actually, it may be considered that almost all the components are connected to each other.

101…負荷分散装置(A)、102…負荷分散装置(B)、103…クライアント(1)、104…クライアント(2)、105…クライアント(n)、106…サーバ(1)、107…サーバ(2)、108…サーバ(n)、201…スイッチ、202…コントローラ、203…CPU、204…主記憶装置、205…補助記憶装置、301…処理要求受付部、302…処理要求転送部、303…コネクション情報制御部、304…コネクション情報テーブル、305…コネクション情報テーブルのコピー、306…コネクション情報差分テーブル、307…コネクション情報書式変換方法テーブル、308…冗長構成制御部、309…冗長構成情報記録部。   DESCRIPTION OF SYMBOLS 101 ... Load distribution apparatus (A), 102 ... Load distribution apparatus (B), 103 ... Client (1), 104 ... Client (2), 105 ... Client (n), 106 ... Server (1), 107 ... Server ( 2), 108 ... server (n), 201 ... switch, 202 ... controller, 203 ... CPU, 204 ... main storage device, 205 ... auxiliary storage device, 301 ... processing request accepting unit, 302 ... processing request transfer unit, 303 ... Connection information control unit 304 ... Connection information table 305 ... Connection information table copy 306 ... Connection information difference table 307 ... Connection information format conversion method table 308 ... Redundant configuration control unit 309 ... Redundant configuration information recording unit

Claims (2)

複数クライアントからの複数の処理要求を、複数のサーバに分散して割り振る負荷分散装置を複数用いることで冗長構成を実現する負荷分散システムであって、
前記負荷分散装置の一つから、冗長構成を実現する他の負荷分散装置へ既存のコネクション情報を送信する手段と、
前記複数の負荷分散装置のコネクション情報のデータ保持方法に差異がある場合は、送信された前記コネクション情報を利用可能なデータ保持方法に変換する手段を有することを特徴とする負荷分散システム。
A load distribution system that realizes a redundant configuration by using a plurality of load distribution devices that distribute and allocate a plurality of processing requests from a plurality of clients to a plurality of servers,
Means for transmitting existing connection information from one of the load balancers to another load balancer that implements a redundant configuration;
A load balancing system comprising means for converting the transmitted connection information into a usable data holding method when there is a difference in connection information data holding methods of the plurality of load balancing apparatuses.
請求項1に記載の負荷分散システムにおいて、前記コネクション情報の送信を開始した時点から、前記冗長構成を実現する他の負荷分散装置での前記コネクション情報処理が完了するまでの間の、前記コネクション情報の変更内容格納手段を有し、
前記コネクション情報処理完了後に、前記負荷分散装置の一つから、前記冗長構成を実現する他の負荷分散装置へ前記コネクション情報の変更内容を送信する手段と
前記複数の負荷分散装置のコネクション情報の変更内容のデータ保持方法に差異がある場合は、送信された前記コネクション情報の変更内容を利用可能なデータ保持方法に変換する手段を有することを特徴とする負荷分散システム。
2. The load distribution system according to claim 1, wherein the connection information from the time when transmission of the connection information is started until the connection information processing is completed in another load distribution device that realizes the redundant configuration. Change content storage means,
After completion of the connection information processing, means for transmitting the change contents of the connection information from one of the load balancers to another load balancer that realizes the redundant configuration, and change of connection information of the plurality of load balancers When there is a difference in the data holding method of contents, the load distribution system includes means for converting the transmitted change contents of the connection information into a usable data holding method.
JP2012116122A 2012-05-22 2012-05-22 Load distribution system Pending JP2013242739A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012116122A JP2013242739A (en) 2012-05-22 2012-05-22 Load distribution system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012116122A JP2013242739A (en) 2012-05-22 2012-05-22 Load distribution system

Publications (1)

Publication Number Publication Date
JP2013242739A true JP2013242739A (en) 2013-12-05

Family

ID=49843563

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012116122A Pending JP2013242739A (en) 2012-05-22 2012-05-22 Load distribution system

Country Status (1)

Country Link
JP (1) JP2013242739A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101609289B1 (en) 2014-10-20 2016-04-05 서영우 Parallel processing method of distributed environment using available computers
US20180025067A1 (en) * 2016-07-20 2018-01-25 Fujitsu Limited Apparatus and method to establish a connection between apparatuses while synchronization of connection information thereof is suspended
JP2018521411A (en) * 2015-06-29 2018-08-02 ランディス・ギア イノベーションズ インコーポレイテッドLandis+Gyr Innovations, Inc. Node configuration management in the network

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101609289B1 (en) 2014-10-20 2016-04-05 서영우 Parallel processing method of distributed environment using available computers
JP2018521411A (en) * 2015-06-29 2018-08-02 ランディス・ギア イノベーションズ インコーポレイテッドLandis+Gyr Innovations, Inc. Node configuration management in the network
US20180025067A1 (en) * 2016-07-20 2018-01-25 Fujitsu Limited Apparatus and method to establish a connection between apparatuses while synchronization of connection information thereof is suspended
JP2018013899A (en) * 2016-07-20 2018-01-25 富士通株式会社 Information processing device, information processing method, information processing system and program
US10776392B2 (en) * 2016-07-20 2020-09-15 Fujitsu Limited Apparatus and method to establish a connection between apparatuses while synchronization of connection information thereof is suspended

Similar Documents

Publication Publication Date Title
US8639976B2 (en) Power failure management in components of storage area network
JP2004206562A (en) Controlling method for information processing system, information processing system, and program
JP2005267327A (en) Storage system
JP2017134772A (en) License management system, client device, and application program
JP4320314B2 (en) Computer system, synchronization processing method, and program
CN104782081B (en) Method for shifting the system of socket state and for migrating TCP connection
WO2014147817A1 (en) Information processing device, program update method, and program
JP2013242739A (en) Load distribution system
JP2012190175A (en) Fault tolerant system, server and method and program for fault tolerance
US20150242236A1 (en) Operation verification device for virtual apparatus, and operation verification system and program for virtual apparatus
JP2008186179A (en) Storage system
WO2012171346A1 (en) Telephone number mapping-domain name system (enum-dns) and disaster tolerance method thereof
JP6053637B2 (en) Method for upgrading virtual host and network device
JP5491934B2 (en) Server apparatus, information processing system control method, and program
JP2012230638A (en) Cluster system and software update method
JP5396725B2 (en) Information processing apparatus, information processing method, and history information storage unit control program
WO2020241032A1 (en) Fault-tolerant system, server, fault-tolerant system operation method, server operation method, and program for server operation method
US9710298B2 (en) Information processing system, storage apparatus, and program
JP6555353B2 (en) Cluster system, information processing apparatus, cluster system synchronization method, and program
JP7164175B2 (en) DISTRIBUTED FILE DEVICE, FAILOVER METHOD, PROGRAM AND RECORDING MEDIUM
WO2014155654A1 (en) Information processing device, and information processing device replacement assistance system and replacement assistance method
JP5636695B2 (en) Fault tolerant system and virtual machine construction method
JP2020119325A (en) Storage system, and storage controller
JP6954693B2 (en) Fault-tolerant systems, servers, how they operate, and programs
JP2011108093A (en) Highly available server system, fault recovery method of highly available server system, and highly available server