JP2014164556A - Boot image distribution method and boot image distribution system - Google Patents
Boot image distribution method and boot image distribution system Download PDFInfo
- Publication number
- JP2014164556A JP2014164556A JP2013035587A JP2013035587A JP2014164556A JP 2014164556 A JP2014164556 A JP 2014164556A JP 2013035587 A JP2013035587 A JP 2013035587A JP 2013035587 A JP2013035587 A JP 2013035587A JP 2014164556 A JP2014164556 A JP 2014164556A
- Authority
- JP
- Japan
- Prior art keywords
- distribution
- boot image
- parts
- server
- delivery
- 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
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
本発明は、クラスタシステムを構成する各サーバなどへ、同一のブートイメージを配信するための技術に関する。 The present invention relates to a technique for distributing the same boot image to each server constituting a cluster system.
スケールアウト型の大規模分散処理においては、複数拠点に跨って拠点横断でのクラスタリングが行われる。その際、クラスタを構成する各サーバには共通のOS(Operating System)やミドルウェア、アプリケーションプログラムなどを含むブートイメージが必要となる。拠点間ネットワークの帯域を有効に活用する観点からは、サーバ共通のブートイメージは拠点毎の管理サーバに配信しておき、各サーバが起動時に各拠点の管理サーバからブートイメージを取得するようにすべきである。そのために、保守者はクラスタを構成するサーバが設置される全拠点に予めブートイメージを配信しておく必要がある。 In scale-out large-scale distributed processing, clustering is performed across multiple sites. At that time, a boot image including a common OS (Operating System), middleware, application programs, and the like is required for each server constituting the cluster. From the viewpoint of effectively utilizing the bandwidth of the inter-base network, the boot image common to the servers is distributed to the management server at each base, and each server acquires the boot image from the management server at each base when starting up. Should. Therefore, the maintenance person needs to distribute the boot image in advance to all bases where the servers constituting the cluster are installed.
ブートイメージの配信に係る従来技術として、特許文献1には、多数のサーバにブートイメージを配信する際に、ファイルを所定サイズのチャンクに分割してサーバ間でパイプライン式に配信する技術が開示されている。
As a conventional technique related to boot image distribution,
しかし、前記の従来技術を、複数の拠点に設置された管理サーバへのブートイメージ配信に適用することを想定した場合、拠点間が全て直列に接続されることとなる。その結果、拠点間のルーティングを行うルータ間の特定のリンクの帯域だけが占有され、他のルータ間リンクを有効活用することができないという問題があった。 However, when it is assumed that the above-described conventional technology is applied to boot image distribution to management servers installed at a plurality of bases, all the bases are connected in series. As a result, there is a problem in that only the bandwidth of a specific link between routers that perform routing between bases is occupied, and links between other routers cannot be effectively used.
本発明は、前記の課題を解決するためになされたものであり、拠点間を接続するリンクを効率的に活用して、同一のブートイメージを複数の配信先サーバに配信するときの配信時間を短くすることを目的とする。 The present invention has been made to solve the above-described problem, and efficiently uses a link connecting bases to reduce the distribution time when distributing the same boot image to a plurality of distribution destination servers. The purpose is to shorten.
前記の目的を達成するために、本発明は、同一のブートイメージファイルを複数の配信先サーバに配信するブートイメージ配信方法であって、配信元サーバが、前記ブートイメージファイルの配信要求を受け付けて、当該ブートイメージファイルを複数のパーツに分割する分割ステップと、前記複数パーツのそれぞれを、所定サイズのチャンクに分割して、前記配信元サーバから前記配信先サーバのうちの少なくとも1台に再配布パーツとして並列配信する第一の配信ステップと、前記配信先サーバのそれぞれが、自身に配信された前記再配布パーツを前記配信先サーバ毎に予め定められた他の配信先サーバに前記チャンク単位で並列送信するとともに、自身に配信された前記再配布パーツ以外の残パーツを前記配信先サーバ毎に予め定められた他の配信先サーバから前記チャンク単位で並列受信する第二の配信ステップと、前記配信先サーバのそれぞれが、前記第一の配信ステップで受信した前記再配布パーツと前記第二の配信ステップで受信した前記残パーツとを結合して、前記ブートイメージファイルを復元する復元ステップと、を含み、前記第二の配信ステップにおける前記チャンクの並列送信及び並列受信は、前記第一の配信ステップにおける当該チャンクの次のチャンクの並列配信と並列に実行されるものとした。 In order to achieve the above object, the present invention provides a boot image distribution method for distributing the same boot image file to a plurality of distribution destination servers, wherein the distribution source server receives the boot image file distribution request. A dividing step of dividing the boot image file into a plurality of parts, and dividing each of the plurality of parts into chunks of a predetermined size and redistributing from the distribution source server to at least one of the distribution destination servers A first distribution step of performing parallel distribution as parts, and each of the distribution destination servers distributes the redistribution parts distributed to itself to other distribution destination servers predetermined for each distribution destination server in units of chunks. In addition to parallel transmission, the remaining parts other than the redistributed parts distributed to itself are determined in advance for each distribution destination server. A second distribution step of receiving the chunks in parallel from another distribution destination server, and the distribution destination server receiving the redistribution part and the second distribution step received in the first distribution step, respectively. A restoration step of restoring the boot image file by combining the received remaining parts, and parallel transmission and parallel reception of the chunks in the second distribution step are performed in the first distribution step. Executed in parallel with the parallel delivery of the next chunk.
こうすることにより、分割された各パーツが配信先サーバ間でそれぞれ並列に配信されるので、ブートイメージファイルの配信時間を短くすることができる。 By doing so, the divided parts are distributed in parallel between the distribution destination servers, so that the distribution time of the boot image file can be shortened.
また、本発明は、前記のブートイメージ配信方法において、前記分割ステップにて前記複数パーツに分割するときの分割数は、前記同一のブートイメージファイルを配信すべき前記配信先サーバの数とそれらの配信先サーバ間で設定可能な配信先サーバ当たりのリンク数とをパラメータとして分割数を決定するために参照される所定のテーブルを参照して決定されるものとした。 In the boot image distribution method according to the present invention, the number of divisions when dividing into the plurality of parts in the division step is the number of the distribution destination servers to which the same boot image file is to be distributed. The number of links per distribution destination server that can be set between distribution destination servers is used as a parameter to determine the number of divisions with reference to a predetermined table that is referred to.
こうすることにより、同一のブートイメージファイルを配信すべき配信先サーバの数とそれらの配信先サーバ間で設定可能なリンク数とに対応する最適な分割数を自動で決定することができる。 By doing so, it is possible to automatically determine the optimum division number corresponding to the number of distribution destination servers to which the same boot image file should be distributed and the number of links that can be set between the distribution destination servers.
また、本発明は、前記のブートイメージ配信方法において、前記ブートイメージファイルの配信対象外の配信先サーバのなかの任意の台数を、当該ブートイメージファイルを配信すべき配信先サーバと見做して、当該配信対象外の配信先サーバに前記第一の配信ステップと、前記第二の配信ステップにおける前記再配布パーツの並列送信とを実行させるものとした。 In the boot image delivery method, the present invention regards an arbitrary number of delivery destination servers that are not delivery targets of the boot image file as delivery destination servers to which the boot image file is to be delivered. The distribution destination server not to be distributed is caused to execute the first distribution step and the parallel transmission of the redistributed parts in the second distribution step.
こうすることにより、配信対象外の配信先サーバをも含めて再配布パーツの並列配信を行うので、再配布パーツの並列配信の並列度を高めることが可能となり、ブートイメージファイルの配信時間をさらに短くできる可能性が高くなる。 By doing this, parallel distribution of redistribution parts is performed including distribution destination servers that are not distributed, so it becomes possible to increase the parallelism of parallel distribution of redistribution parts and further increase the distribution time of the boot image file. The possibility of shortening is increased.
また、本発明は、配信元サーバが、同一のブートイメージファイルを複数の配信先サーバに配信するブートイメージ配信システムであって、前記配信元サーバは、前記ブートイメージファイルの配信要求を受け付けるブートイメージ受付部と、当該ブートイメージファイルを複数のパーツに分割するパーツ分割部と、前記複数パーツのそれぞれを、所定サイズのチャンクに分割して、前記配信先サーバのうちの少なくとも1台に再配布パーツとして並列配信する再配布パーツ配信部と、を備え、前記配信先サーバのそれぞれは、自身に配信された前記再配布パーツを前記チャンク単位で受信する再配布パーツ受信部と、受信した前記再配布パーツを、前記配信先サーバ毎に予め定められた他の配信先サーバに前記チャンク単位で並列送信する再配布パーツ送信部と、自身に配信された前記再配布パーツ以外の残パーツを、前記配信先サーバ毎に予め定められた他の配信先サーバから前記チャンク単位で並列受信する残パーツ取得部と、前記再配布パーツ受信部が受信した前記再配布パーツと、前記残パーツ取得部が受信した前記残パーツとを結合して、前記ブートイメージファイルを復元するブートイメージ復元部と、を備え、前記再配布パーツ送信部における前記チャンクの並列送信及び前記残パーツ取得部における前記チャンクの並列受信と、前記再配布パーツ受信部における当該チャンクの次のチャンクの受信とが、並列に実行されるものとした。 The present invention is also a boot image distribution system in which a distribution source server distributes the same boot image file to a plurality of distribution destination servers, and the distribution source server receives a boot image file distribution request. A receiving unit, a part dividing unit that divides the boot image file into a plurality of parts, and each of the plurality of parts is divided into chunks of a predetermined size and redistributed parts to at least one of the distribution destination servers A redistribution part delivery unit that delivers the redistribution parts in parallel, and each of the delivery destination servers receives the redistribution part delivered to itself in units of chunks, and the received redistribution part Parts are transmitted in parallel in units of chunks to other delivery destination servers predetermined for each delivery destination server. A distribution part transmission unit, and a remaining part acquisition unit that receives the remaining parts other than the redistribution part distributed to itself in parallel from the other distribution destination server predetermined for each distribution destination server in units of chunks; A boot image restoration unit that combines the redistribution part received by the redistribution part reception unit and the remaining part received by the remaining part acquisition unit to restore the boot image file; The parallel transmission of the chunk in the distribution part transmission unit and the parallel reception of the chunk in the remaining part acquisition unit and the reception of the next chunk of the chunk in the redistribution part reception unit are executed in parallel. .
こうすることにより、分割された各パーツが配信先サーバ間でそれぞれ並列に配信されるので、ブートイメージファイルの配信時間を短くすることができる。 By doing so, the divided parts are distributed in parallel between the distribution destination servers, so that the distribution time of the boot image file can be shortened.
また、本発明は、前記のブートイメージ配信システムにおいて、前記配信元サーバは、前記パーツ分割部が、前記同一のブートイメージファイルを配信すべき前記配信先サーバの数と、それらの配信先サーバ間で設定可能な配信先サーバ当たりのリンク数とをパラメータとして、前記複数パーツに分割するときの分割数を決定するために参照される所定のテーブルを備えるものとした。 In the boot image distribution system according to the present invention, the distribution source server may be configured such that the parts dividing unit distributes the number of the distribution destination servers to which the same boot image file is to be distributed, and the distribution destination servers. A predetermined table referred to for determining the number of divisions when dividing into the plurality of parts is provided with the number of links per distribution destination server that can be set as a parameter.
こうすることにより、同一のブートイメージファイルを配信すべき配信先サーバの数とそれらの配信先サーバ間で設定可能なリンク数とに対応する最適な分割数を自動で決定することができる。 By doing so, it is possible to automatically determine the optimum division number corresponding to the number of distribution destination servers to which the same boot image file should be distributed and the number of links that can be set between the distribution destination servers.
また、本発明は、前記のブートイメージ配信システムにおいて、前記配信元サーバは、前記ブートイメージファイルの配信対象外の配信先サーバのなかの任意の台数を、当該ブートイメージファイルを配信すべき配信先サーバと見做して、前記再配布パーツの並列配信を実行し、当該配信対象外の配信先サーバのそれぞれは、前記再配布パーツ受信部が、自身に配信された前記再配布パーツを前記チャンク単位で受信し、前記再配布パーツ送信部が、受信した前記再配布パーツを、前記配信先サーバ毎に予め定められた他の配信先サーバに前記チャンク単位で並列送信するものとした。 Further, the present invention provides the boot image distribution system, wherein the distribution source server distributes an arbitrary number of distribution destination servers out of the distribution target of the boot image file to the distribution destination of the boot image file. As a server, parallel distribution of the redistribution parts is executed, and each of the distribution destination servers that are not distribution targets, the redistribution part receiving unit receives the redistribution parts distributed to itself as the chunk. The redistribution part transmitting unit transmits the received redistribution part in parallel to the other distribution destination server predetermined for each distribution destination server in units of chunks.
こうすることにより、配信対象外の配信先サーバをも含めて再配布パーツの並列配信を行うので、再配布パーツの並列配信の並列度を高めることが可能となり、ブートイメージファイルの配信時間をさらに短くできる可能性が高くなる。 By doing this, parallel distribution of redistribution parts is performed including distribution destination servers that are not distributed, so it becomes possible to increase the parallelism of parallel distribution of redistribution parts and further increase the distribution time of the boot image file. The possibility of shortening is increased.
本発明によれば、同一のブートイメージファイルを複数の配信先サーバに配信するときの配信時間を短くすることができる。 ADVANTAGE OF THE INVENTION According to this invention, the delivery time when delivering the same boot image file to a several delivery destination server can be shortened.
以下、本発明を実施するための形態(以下、「本実施形態」という)について、適宜図面を参照しながら詳細に説明する。 Hereinafter, a mode for carrying out the present invention (hereinafter referred to as “the present embodiment”) will be described in detail with reference to the drawings as appropriate.
図1は、本実施形態に係るブートイメージ配信システムの構成例を示す図である。図1に示すように、ブートイメージ配信システム100は、ブートイメージの配信元となる配信元サーバ1と、N箇所の各拠点に1台ずつ設置される複数の配信先サーバ2とが、拠点間ネットワーク4によって接続されて構成されている。また、配信元サーバ1には配信対象となるブートイメージを生成して配信元サーバ1に登録したり、配信先を指定したりするための保守端末3が接続されている。図示は省略しているが、各拠点にはユーザ端末に対して所定のサービスを提供するサーバ群が設置されており、各拠点の配信先サーバ2からこれらのサーバ群に必要なブートイメージを配信することで、クラスタサーバシステムとしての動作を制御するようになっている。
FIG. 1 is a diagram illustrating a configuration example of a boot image distribution system according to the present embodiment. As shown in FIG. 1, a boot image distribution system 100 includes a
図2は、配信元サーバの構成例を示す機能ブロック図である。図2に示すように、配信元サーバ1は、ブートイメージ受付部11、パーツ分割部12、再配布パーツ割当部13、再配布パーツ配信部14、及び記憶部15を備えている。記憶部15には、ブートイメージ情報151、複数のブートイメージファイル152、パーツ情報153、配信先サーバ情報154、及び分割数決定テーブル155などが記憶される。
FIG. 2 is a functional block diagram illustrating a configuration example of the distribution source server. As illustrated in FIG. 2, the
配信元サーバ1は、例えばコンピュータによって構成され、不図示のCPU(Central Processing Unit)が記憶部15に記憶された所定のブートイメージ配信プログラムを実行することによって、これらの各機能部が具現化される。
The
ブートイメージ受付部11は、保守端末3からブートイメージの配信要求を受け付ける。このとき、保守端末3からは、ブートイメージの本体とともに、当該ブートイメージの識別情報であるイメージID(Identification)や適用機種などの情報と、当該ブートイメージの配信先拠点または配信先サーバを指定する情報が送信されるものとする。
The boot
ブートイメージ受付部11は、保守端末3から受信したブートイメージの本体をブートイメージファイル152として記憶部15に記憶させ、保守端末3から同時に受信した当該ブートイメージに関する情報とブートイメージファイル152の記憶位置を示すファイルパスとを関連付けて、ブートイメージ情報151(図4参照)として記憶部15に記憶させる。
The boot
パーツ分割部12は、配信対象のブートイメージファイル152を複数のパーツに分割するための分割数を決定し、複数パーツへの分割を行う。複数パーツへの分割方法は任意であるが、各パーツのサイズはなるべく偏りがないことが好ましい。そのためには、ブートイメージファイル152のサイズを分割数で割ることでパーツのサイズを求め、求めたサイズで先頭から順に各パーツに分割するようにしてもよい。あるいは、パーツへの分割位置を後記するチャンク間の境界とし、端数となるチャンク及び端数のデータを最後のパーツに含めることで、各パーツを構成するチャンク数を求め、求めたチャンク数を用いて各パーツに分割するようにしてもよい。パーツ分割部12は、分割したそれぞれのパーツに関する情報と当該パーツのデータの記憶位置を示す送信データアドレスとを関連付けて、パーツ情報153(図5参照)として記憶部26に記憶させる。複数パーツへの分割数は、配信先の拠点数M(2≦M≦N)と拠点間に設定可能なリンク数Lとをパラメータとして最適な分割数Dを規定する分割数決定テーブル155(図17参照、本発明の分割数を決定するために参照される所定のテーブル)を参照して決定される。
The
再配布パーツ割当部13は、分割されたそれぞれのパーツについて、それを再配布パーツとして他の配信先サーバ2に配信する配信先サーバ2を少なくとも1台ずつ割り当てる。割当て方法は、M台の配信先サーバ2を任意の基準で順序付けしておき、例えば先頭から順にそれぞれ異なるD個の再配布パーツの順列を繰り返して割り当てるものとすればよい。
The redistribution
再配布パーツ配信部14は、各配信先サーバ2に割り当てられた再配布パーツを所定サイズ(例えば64Kバイト)のチャンクに分割して、全配信先サーバ2に並列配信を行う。このとき、再配布パーツ配信部14は、各配信先サーバ2に対し、ブートイメージ情報151(図4参照)に登録された当該ブートイメージのイメージID、ファイルサイズ及び適用機種をも合わせて通知する。さらに、再配信パーツ以外の残りのパーツである残パーツの取得先を各配信先サーバ2に対して通知するものとしてもよい。
The redistribution
残パーツの取得先の割当て方法は任意であるが、例えば、各配信先サーバ2は、所定の基準で順序付けされたM台の配信先サーバ2のなかの自身よりも上位であって最も順位が近いサーバをそれぞれの残パーツの取得先とすればよい。あるいは、配信先の拠点数Mが分割数Dの倍数である場合には、M台のサーバをD台毎にグループ分けし、グループ内の他の配信先サーバ2をそれぞれの残パーツの取得先としてもよい。
The method of assigning the acquisition destination of the remaining parts is arbitrary. For example, each
さらに、配信先の拠点数Mが分割数Dの倍数でない場合において、当該ブートイメージの配信先ではない他の配信先サーバ2を再配布パーツの配信先に加えることで配信先サーバ数が分割数Dの倍数となるときは、再配布パーツの配信を補助する他の配信先サーバ2を再配布パーツの配信先に加えてもよい。それにより、全ての再配布パーツを配信先サーバ2間で再配信するときの並列度を最大とすることができる。
Further, when the number of distribution destination bases M is not a multiple of the division number D, the distribution destination server number is divided by adding another
図3は、配信先サーバの構成例を示す機能ブロック図である。図3に示すように、配信先サーバ2は、再配布パーツ受信部21、再配布パーツ送信部22、残パーツ取得部23、ブートイメージ復元部24、ブートイメージ配信部25、及び記憶部26を備えている。記憶部26には、ブートイメージ情報261、複数のブートイメージファイル262、パーツ情報263、取得先サーバ情報264、及び複数のパーツ265などが記憶される。
FIG. 3 is a functional block diagram illustrating a configuration example of the distribution destination server. As shown in FIG. 3, the
配信先サーバ2は、例えばコンピュータによって構成され、不図示のCPUが記憶部26に記憶された所定のブートイメージ送受信プログラムを実行することによって、これらの各機能部が具現化される。
The
再配布パーツ受信部21は、配信元サーバ1からチャンク単位で受信した再配布パーツのデータを、パーツ265として順次記憶部26に記憶させ、その再配布パーツに関する情報とデータの記憶位置を示す受信データアドレスとを関連付けて、パーツ情報263として記憶部26に記憶させる。
The redistribution
また、再配布パーツ受信部21は、配信元サーバ1から残りのパーツを取得すべき他の配信先サーバ2を指定する情報を受信した場合は、当該配信先サーバ2を指定する情報をパーツ情報263の取得先サーバID(図8参照)に登録する。他方、そのような情報を配信元サーバ1から受信しない場合は、再配布パーツ受信部21が所定のルールによって取得先とする配信先サーバ2を決定し、当該配信先サーバ2の情報をパーツ情報263の取得先サーバIDに登録する。
In addition, when the redistribution
再配布パーツ送信部22は、他の配信先サーバ2からの再配布パーツの取得要求に応じて、受信済みの再配布パーツのデータをパーツ265から読み出して当該配信先サーバ2にチャンク単位で送信する。複数の配信先サーバ2から同時に再配布パーツの取得要求を受けた場合には、それらの送信は全て並列に実行される。
The redistribution
残パーツ取得部23は、配信元サーバ1から自身に配信されなかった残りのパーツである残パーツのそれぞれを、パーツ情報263の取得先サーバID(図8参照)によって特定される他の配信先サーバ2から取得する。具体的には、当該他の配信先サーバ2に対して再配布パーツの取得要求を送信し、その応答として送信される再配布パーツのデータをチャンク単位で受信して、パーツ265として順次記憶部26に記憶させ、その再配布パーツに関する情報とデータの記憶位置を示す受信データアドレスとを関連付けて、パーツ情報263として記憶部26に記憶させる。これら残パーツの取得は、パーツ毎に全て並列に実行される。
The remaining
ブートイメージ復元部24は、パーツ265のデータが全て揃ったのちに、それらのパーツ265を結合して元のブートイメージファイルを復元し、ブートイメージファイル262として記憶部26に記憶させる。また、当該ブートイメージに関する情報とブートイメージファイル262の記憶位置を示すファイルパスとを関連付けて、ブートイメージ情報261(図7参照)として記憶部26に記憶させる。
After all the data of the
ブートイメージ配信部25は、ユーザ端末に対して所定のサービスを提供する配下のサーバ群からブートイメージの配信要求を受け付け、それらのサーバ群のそれぞれに対応するブートイメージのデータをブートイメージファイル262から読み出して、当該サーバに送信する。
The boot
図4は、配信元サーバ1上のブートイメージ情報の構成及びデータ例を示す図である。図4に示すように、配信元サーバ1上のブートイメージ情報151には、イメージID、ファイルパス、ファイルサイズ、及び適用機種からなるレコードが、それぞれのブートイメージ毎に登録される。
FIG. 4 is a diagram illustrating a configuration and data example of boot image information on the
イメージIDとは、それぞれのブートイメージを一意に識別するために付される識別情報である。ファイルパスとは、該当するブートイメージファイル152が登録されている位置を示す情報である。ファイルサイズとは、該当するブートイメージファイル152のファイルサイズである。適用機種とは、該当するブートイメージファイル152の配信対象となるサーバの機種を示す情報である。
The image ID is identification information given to uniquely identify each boot image. The file path is information indicating a position where the corresponding
図5は、配信元サーバ1上のパーツ情報の構成及びデータ例を示す図である。図5に示すように、配信元サーバ1上のパーツ情報153には、パーツ番号、送信データアドレス、及びデータサイズからなるレコードが、それぞれのパーツ毎に登録される。
FIG. 5 is a diagram illustrating a configuration of part information on the
パーツ番号とは、それぞれのパーツを一意に識別するために付される一連番号である。送信データアドレスとは、該当するパーツの先頭データの位置情報である。データサイズとは、該当するパーツのデータサイズである。 The part number is a serial number assigned to uniquely identify each part. The transmission data address is position information of the head data of the corresponding part. The data size is the data size of the corresponding part.
図6は、配信元サーバ1上の配信先サーバ情報の構成及びデータ例を示す図である。図6に示すように、配信元サーバ1上の配信先サーバ情報154には、サーバID、IPアドレス、再配布パーツ番号、チャンク数、及び送信チャンク番号からなるレコードが、それぞれの配信先サーバ毎に登録される。
FIG. 6 is a diagram illustrating a configuration of the distribution destination server information on the
サーバIDとは、それぞれの配信先サーバ2を一意に識別するために付される識別情報である。IP(Internet Protocol)アドレスとは、該当する配信先サーバ2にデータを送信するために用いるアドレス情報である。再配布パーツ番号とは、該当する配信先サーバに割り当てられた再配布パーツの識別番号である。チャンク数とは、当該再配布パーツのデータを構成するチャンクの数である。送信チャンク番号とは、該当する配信先サーバ2に当該再配布パーツを送信するときの次のチャンク番号であり、最初は「1」に設定される。この送信チャンク番号の値は、1つのチャンクの送信が終了する毎に1ずつ増えていき、全てのチャンクの送信が完了したときには該当するチャンク数の値と等しくなる。
The server ID is identification information given to uniquely identify each
図7は、配信先サーバ2上のブートイメージ情報の構成及びデータ例を示す図である。図7の例は図15にて後記する配信先サーバ[SVR2]2−2についてのデータ例である。このブートイメージ情報261には、当該配信先サーバ[SVR2]2−2からブートイメージが配信される配下のサーバ群に配信すべき全てのブートイメージ毎に、イメージID、ファイルパス、ファイルサイズ、適用機種からなるレコードが登録される。
FIG. 7 is a diagram illustrating a configuration and data example of boot image information on the
イメージIDとは、それぞれのブートイメージを一意に識別するために付される識別情報である。ファイルパスとは、該当するブートイメージファイル262が登録されている位置を示す情報である。ファイルサイズとは、該当するブートイメージファイル262のファイルサイズである。適用機種とは、該当するブートイメージファイル262の配信対象となるサーバの機種を示す情報である。
The image ID is identification information given to uniquely identify each boot image. The file path is information indicating a position where the corresponding
図8は、配信先サーバ2上のパーツ情報の構成及びデータ例を示す図である。図8の例は図15にて後記する配信先サーバ[SVR2]2−2についてのデータ例である。このパーツ情報263には、配信中のブートイメージを構成する全てのパーツ毎に、パーツ番号、取得先サーバID、IPアドレス、データサイズ、及び受信データアドレスからなるレコードが登録される。
FIG. 8 is a diagram illustrating a configuration and data example of part information on the
パーツ番号とは、それぞれのパーツを一意に識別するために付される一連番号である。取得先サーバIDとは、該当するパーツの取得先となる他の配信先サーバを特定するための識別情報である。IPアドレスとは、該当する配信先サーバ2にデータを送信するために用いるアドレス情報である。データサイズとは、該当するパーツのデータサイズである。受信データアドレスとは、該当するパーツのデータを格納したパーツ265の先頭データの位置情報である。
The part number is a serial number assigned to uniquely identify each part. The acquisition destination server ID is identification information for specifying another distribution destination server that is an acquisition destination of the corresponding part. The IP address is address information used for transmitting data to the corresponding
なお、当該配信先サーバ[SVR2]2−2に割り当てられた再配布パーツであるP2に該当するレコードの取得先サーバIDとIPアドレスとは、いずれも「−」となっている。また、括弧付きの受信データアドレス「rda1」及び「rda3」は、他の配信先サーバ2から該当するパーツのデータの受信を開始する時点で、記憶部26に必要なサイズの空きエリアが確保され、動的にアドレスが決定される。
Note that the acquisition destination server ID and the IP address of the record corresponding to P2 which is the redistribution part assigned to the distribution destination server [SVR2] 2-2 are both “-”. In addition, the reception data addresses “rda1” and “rda3” in parentheses have an empty area of a necessary size in the
図9は、配信先サーバ2上の取得先サーバ情報の構成及びデータ例を示す図である。図9の例は図15にて後記する配信先サーバ[SVR2]2−2についてのデータ例である。この取得先サーバ情報264には、配信中のブートイメージを構成する全てのパーツの取得先及び再配布先毎に、サーバID、IPアドレス、パーツ番号、送受信別、チャンク数、及び送受信チャンク番号からなるレコードが登録される。
FIG. 9 is a diagram illustrating a configuration and data example of acquisition destination server information on the
サーバIDとは、該当するパーツの取得先または再配布先となるサーバを特定するための識別情報である。IPアドレスとは、該当するサーバとの間でデータを送受信するために用いるアドレス情報である。パーツ番号とは、該当するサーバから取得するかまたは該当するサーバが再配布するパーツの識別番号である。送受信別とは、該当するパーツのデータを送信するか受信するかの別を表すものであり、配信元サーバ1から再配布パーツを配信される場合と、他のサーバから残りのパーツを取得する場合とには「受信」となり、他のサーバからの取得要求に応じて自身の再配布パーツを送信する場合には「送信」となる。チャンク数とは、該当するパーツのデータを構成するチャンクの数である。送受信チャンク番号とは、該当する取得先からパーツを受信する、もしくは該当する再配布先に自身の再配布パーツを送信するときの次のチャンク番号であり、最初は「1」に設定される。この送受信チャンク番号の値は、1つのチャンクの送受信が終了する毎に1ずつ増えていき、全てのチャンクの送信または受信が完了したときには該当するチャンク数の値と等しくなる。
The server ID is identification information for specifying the server from which the corresponding part is acquired or redistributed. An IP address is address information used for transmitting / receiving data to / from a corresponding server. The part number is an identification number of a part acquired from the corresponding server or redistributed by the corresponding server. By transmission / reception indicates whether the data of the corresponding part is transmitted or received. When the redistribution part is distributed from the
図10は、配信元サーバ1が実行するブートイメージ配信処理の例を示すフローチャートである。配信元サーバ1が起動されると、ステップS11にて、ブートイメージ受付部11は、保守端末3から配信対象のブートイメージを受け付ける。このとき、保守端末3から配信対象とすべき拠点群または配信先サーバ群の指定も同時に行われるものとする。ブートイメージ受付部11は、保守端末3から受信したブートイメージをブートイメージファイル152として記憶部15に追加して記憶させ、当該ブートイメージに関する情報をブートイメージ情報151(図4参照)に追加登録する。
FIG. 10 is a flowchart illustrating an example of boot image distribution processing executed by the
次に、ステップS12にて、パーツ分割部12は、受け付けたブートイメージを同一サイズの複数のパーツに分割する(本発明の分割ステップに相当)。このとき、分割数Dは、配信対象となる配信先サーバ2の台数(配信先の拠点数)Mと、それらの配信先サーバ2間で設定可能な最大のリンク数(拠点間リンク数)Lとをパラメータとして分割数決定テーブル155(図17参照)を参照することによって決定される。
Next, in step S12, the
図17に例示した分割数決定テーブル155は、縦方向を配信先の拠点数Mとし、横方向を拠点間リンク数Lとして、両者の交点に決定する分割数Dを記入した2次元配列である。M=5の場合を例に説明すると、L=2のときは、適用対象外(「×」印)、L=3、L=4またはL=5のときは、D=2、L=6のときは、D=3、L=7のときは、D=4、L=8またはL=9のときはD=5となっている。 The division number determination table 155 illustrated in FIG. 17 is a two-dimensional array in which the number of divisions D to be determined at the intersection of the two is entered, with the vertical direction being the number of distribution destination bases M and the horizontal direction being the number L of links between the bases. . The case of M = 5 will be described as an example. When L = 2, it is not applicable (“x” mark), and when L = 3, L = 4 or L = 5, D = 2, L = 6 In this case, when D = 3 and L = 7, D = 4, and when L = 8 or L = 9, D = 5.
パーツ分割部12は、ブートイメージファイル152のファイルサイズを決定した分割数Dで割ることで、パーツのデータサイズを算出し、ブートイメージファイル152における各パーツのパーツ番号と先頭データアドレスである送信データアドレスとデータサイズとからなるレコードをパーツ情報153に登録する。
The
図10に戻り、次に、ステップS13にて、再配布パーツ割当部13は、各配信先サーバ2に再配布パーツとして配信するパーツを割り当てる。割当ては、配信先の拠点数Mと分割数Dとに基づいて、前記した方法によって行われる。
Returning to FIG. 10, next, in step S <b> 13, the redistribution
次に、ステップS14にて、再配布パーツ配信部14は、各配信先サーバ2に割り当てられた再配布パーツをチャンク単位で並列に送信する(本発明の第一の配信ステップに相当)。そして、ステップS15にて、再配布パーツ配信部14は、パーツを構成するデータの全チャンクを送信したか否かを判定し、全チャンクを送信していなければ(ステップS15でNo)ステップS14に処理を戻して次のチャンクを送信し、全チャンクを送信した場合は(ステップS15でYes)処理を終了する。
Next, in step S14, the redistribution
図11は、配信先サーバ2が実行するブートイメージ送受信処理の例を示すフローチャートである。配信先サーバ2が起動されると、ステップS21にて、再配布パーツ受信部21は、配信元サーバ1から送信される再配布パーツを受信する(本発明の第一の配信ステップに相当)。この再配布パーツの受信はチャンク単位で行われ、再配布パーツ受信部21は、受信した再配布パーツのデータをパーツ265に格納するとともに、パーツ情報263(図8参照)に当該パーツに対応するレコードを追加登録する。また、再配布パーツ受信部21は、配信元サーバ1から通知されるブートイメージのイメージID、ファイルサイズ及び適用機種を示すレコード(ファイルパスは未定)をブートイメージ情報261に追加登録する。さらに、残パーツの取得先が配信元サーバ1から通知された場合には、当該取得先の情報をパーツ情報263(図8参照)に登録する。
FIG. 11 is a flowchart illustrating an example of boot image transmission / reception processing executed by the
次に、ステップS22にて、再配布パーツ送信部22は、ステップS21にて、他の配信先サーバ2からの取得要求に応じて受信済みの再配布パーツのチャンクを、当該他の配信先サーバ2に送信する(本発明の第二の配信ステップに相当)。このとき、再配布パーツ送信部22は、取得先サーバ情報264(図9参照)に要求元の他の配信先サーバ2に対応するレコードを追加登録する。
Next, in step S22, the redistribution
次に、ステップS23にて、残パーツ取得部23は、ステップS21では受信されなかった他のパーツ(残パーツ)の各々を再配布パーツとして受信している他の各配信先サーバ2に対して受信済みチャンクの取得要求を送信し、当該残パーツの受信済みチャンクを受信する(本発明の第二の配信ステップに相当)。それぞれの残パーツをどの配信先サーバ2から受信するかは、パーツ情報263(図8参照)を参照して決定される。このとき、残パーツ取得部23は、取得先サーバ情報264(図9参照)に取得先の他の配信先サーバ2に対応するレコードを追加登録する。
Next, in step S23, the remaining
次に、ステップS24では、ブートイメージ復元部24は、各パーツを構成する全チャンクを取得したか否かを判定し、まだ全チャンクを取得していなければ(ステップS24でNo)ステップS21に処理を戻して、次のチャンクについて前記の処理を繰り返す。一方、全チャンクを取得していれば(ステップS24でYes)ステップS25に処理を進める。
Next, in step S24, the boot
ステップS25では、ブートイメージ復元部24は、取得した全チャンクからなるそれぞれのパーツを結合することによって、元のブートイメージファイルを復元する(本発明の復元ステップに相当)。ブートイメージ復元部24は、復元したブートイメージファイルをブートイメージファイル262として記憶部26に記憶させるとともに、ブートイメージ情報261(図7参照)に当該ブートイメージファイル262を格納したファイルパスを追加登録したのち、処理を終了する。
In step S25, the boot
なお、図11のステップS21〜ステップS23は、それぞれを並列に実行するものとしてもよい。その際には、ステップS22及びS23にてそれぞれ並列に送受信するチャンクの次のチャンクが、ステップS21にてそれらと並列に受信されることとなる。 Note that steps S21 to S23 in FIG. 11 may be executed in parallel. In that case, the next chunk of the chunks transmitted and received in parallel in steps S22 and S23 is received in parallel with them in step S21.
図12は、4台の配信先サーバ2に2パーツに分割されたブートイメージを配信する場合の動作例を示すシーケンスチャートである。図において、P1及びP2はそれぞれパーツ1及びパーツ2を表し、C1及びC2はそれぞれチャンク1及びチャンク2を表す。したがって、例えば「P1(C1)送信」とは、パーツ1の1つ目のチャンク(チャンク1)を送信することを表している。
FIG. 12 is a sequence chart illustrating an operation example in the case of distributing a boot image divided into two parts to four
この場合、それぞれのチャンクについて、まず始めに、配信元サーバ1(サーバID=MASTER)(以降、配信元サーバ[MASTER]1と表記)から配信先サーバ2(サーバID=SVR1)(以降、配信先サーバ[SVR1]2−1と表記、他の配信先サーバについても同様)と配信先サーバ[SVR3]2−3とへのP1の送信と、配信先サーバ[SVR2]2−2と[SVR4]2−4とへのP2の送信が並列に実行される。続いて、それぞれの配信先サーバ[SVR1]2−1〜[SVR4]2−4は、自身に送信されなかったもう1つのパーツのチャンクを、例えば自身の左隣の配信先サーバ2から取得する(ただし、配信先サーバ[SVR1]2−1の左隣の配信先サーバは配信先サーバ[SVR4]2−4であるものとする)。
In this case, for each chunk, first, the distribution source server 1 (server ID = MASTER) (hereinafter referred to as distribution source server [MASTER] 1) to the distribution destination server 2 (server ID = SVR1) (hereinafter distribution). Transmission of P1 to the destination server [SVR1] 2-1 and other delivery destination servers) and the destination server [SVR3] 2-3, and the destination servers [SVR2] 2-2 and [SVR4 ] Transmission of P2 to 2-4 is executed in parallel. Subsequently, each distribution destination server [SVR1] 2-1 to [SVR4] 2-4 acquires another part chunk that has not been transmitted to itself, for example, from the
次のチャンクについて実行される、配信元サーバ[MASTER]1から各配信先サーバ[SVR1]2−1〜[SVR4]2−4へのパーツの配信動作と、各配信先サーバ[SVR2]2−1〜[SVR4]2−4における他のパーツの1つ前のチャンクの取得動作とは、全て並列に実行される。 Parts distribution operation from the distribution source server [MASTER] 1 to each distribution destination server [SVR1] 2-1 to [SVR4] 2-4, and each distribution destination server [SVR2] 2- 1 to [SVR4] 2-4 are all executed in parallel with the operation of acquiring the chunk immediately before another part.
図13は、4台の配信先サーバに4パーツに分割されたブートイメージを配信する場合の動作例を示すシーケンスチャートである。図において、P1〜P4はそれぞれパーツ1〜パーツ4を表し、C1及びC2はそれぞれチャンク1及びチャンク2を表す。
FIG. 13 is a sequence chart illustrating an operation example when a boot image divided into four parts is distributed to four distribution destination servers. In the figure, P1 to P4 represent
この場合、それぞれのチャンクについて、まず始めに、配信元サーバ[MASTER]1から配信先サーバ[SVR1]2−1〜[SVR4]2−4にそれぞれP1〜P4が並列に送信される。続いて、それぞれの配信先サーバ[SVR1]2−1〜[SVR4]2−4は、自身に送信されなかった残る3つのパーツのチャンクを、それぞれを受信した他の配信先サーバ2から取得する。
In this case, for each chunk, first, P1 to P4 are transmitted in parallel from the distribution source server [MASTER] 1 to the distribution destination servers [SVR1] 2-1 to [SVR4] 2-4, respectively. Subsequently, each distribution destination server [SVR1] 2-1 to [SVR4] 2-4 acquires the remaining three part chunks that were not transmitted to itself from the other
次のチャンクについて実行される、配信元サーバ[MASTER]1から各配信先サーバ[SVR1]2−1〜[SVR4]2−4へのパーツの配信動作と、各配信先サーバ[SVR2]2−1〜[SVR4]2−4における他のパーツの1つ前のチャンクの取得動作とは、全て並列に実行される。 Parts distribution operation from the distribution source server [MASTER] 1 to each distribution destination server [SVR1] 2-1 to [SVR4] 2-4, and each distribution destination server [SVR2] 2- 1 to [SVR4] 2-4 are all executed in parallel with the operation of acquiring the chunk immediately before another part.
図14は、5台の配信先サーバを3台と2台との2つのグループに分けてブートイメージを配信する場合の動作例を示すシーケンスチャートである。この例では、配信先サーバ[SVR1]2−1〜[SVR3]2−3によって3台のグループが形成され、配信先サーバ[SVR4]2−4と[SVR5]2−5とによって2台のグループが形成されているものとする。図において、P1〜P3は3台のグループに配信される各パーツを、Pa,Pbは2台のグループに配信される各パーツを表し、C1及びC2はそれぞれチャンク1及びチャンク2を表す。
FIG. 14 is a sequence chart showing an operation example in the case of distributing boot images by dividing five distribution destination servers into two groups of three and two. In this example, three groups are formed by the distribution destination servers [SVR1] 2-1 to [SVR3] 2-3, and two groups are formed by the distribution destination servers [SVR4] 2-4 and [SVR5] 2-5. Assume that a group is formed. In the figure, P1 to P3 represent parts distributed to three groups, Pa and Pb represent parts distributed to two groups, and C1 and C2 represent
この場合、それぞれのチャンクについて、まず始めに、配信元サーバ[MASTER]1から配信先サーバ[SVR1]2−1〜[SVR3]2−3にそれぞれP1〜P3が、配信先サーバ[SVR4]2−4と[SVR5]2−5とにはそれぞれPaとPbとが並列に送信される。続いて、配信先サーバ[SVR1]2−1〜[SVR3]2−3は、自身に送信されなかった残る2つのパーツのチャンクを、それぞれを受信した自身と同じグループ内の他の配信先サーバ2から取得する。これと並行して、配信先サーバ[SVR4]2−4と[SVR5]2−5とは、自身に送信されなかった残る1つのパーツのチャンクを、自身と同じグループ内のもう一方の配信先サーバ2から取得する。
In this case, for each chunk, first, P1 to P3 are distributed from the distribution source server [MASTER] 1 to the distribution destination servers [SVR1] 2-1 to [SVR3] 2-3, respectively, and the distribution destination server [SVR4] 2 -4 and [SVR5] 2-5 respectively transmit Pa and Pb in parallel. Subsequently, the delivery destination servers [SVR1] 2-1 to [SVR3] 2-3 receive other chunks of the remaining two parts that have not been transmitted to the other delivery destination servers in the same group as the recipient itself. Get from 2. In parallel with this, the delivery destination servers [SVR4] 2-4 and [SVR5] 2-5 send the remaining one part chunk that was not sent to itself to the other delivery destination in the same group as itself. Obtain from the
次のチャンクについて実行される、配信元サーバ[MASTER]1から各配信先サーバ[SVR1]2−1〜[SVR5]2−5へのパーツの配信動作と、各配信先サーバ[SVR2]2−1〜[SVR5]2−5における他のパーツの1つ前のチャンクの取得動作とは、全て並列に実行される。 Parts distribution operation from the distribution source server [MASTER] 1 to each distribution destination server [SVR1] 2-1 to [SVR5] 2-5, and each distribution destination server [SVR2] 2- 1 to [SVR5] 2-5 are all executed in parallel with the acquisition operation of the chunk immediately before another part.
図14の例では、3台のグループに配信されるP1〜P3のサイズの方が、2台のグループに配信されるPa,Pbのサイズよりも小さくなるため、3台のグループに配信されるチャンク数の方が少なく、2台のグループよりも先に配信が終了することとなる。したがって、全ての配信先サーバへの配信が完了するまでの所要時間である配信時間は、2台のグループへの配信時間(ブートイメージファイル全体を配信元サーバ1から各配信先サーバ2に並列配信する場合と比較した配信時間の比率(以降、配信時間比率)=1/2)と等しくなる。
In the example of FIG. 14, the sizes of P1 to P3 distributed to three groups are smaller than the sizes of Pa and Pb distributed to two groups, so that they are distributed to three groups. The number of chunks is smaller, and distribution ends before the two groups. Therefore, the delivery time, which is the time required to complete delivery to all delivery destination servers, is the delivery time to two groups (the entire boot image file is delivered in parallel from the
図15は、6台の配信先サーバに3パーツに分割されたブートイメージを配信する場合の動作例を示すシーケンスチャートである。図において、P1〜P3は3分割された各パーツを表し、C1及びC2はそれぞれチャンク1及びチャンク2を表す。
FIG. 15 is a sequence chart showing an operation example when delivering a boot image divided into three parts to six delivery destination servers. In the figure, P1 to P3 represent parts divided into three, and C1 and C2 represent
この場合、それぞれのチャンクについて、まず始めに、配信元サーバ[MASTER]1から配信先サーバ[SVR1]2−1と[SVR4]2−4とにP1が、配信先サーバ[SVR2]2−2と[SVR5]2−5とにP2が、配信先サーバ[SVR3]2−3と[SVR6]2−6とにP3が、それぞれ並列に送信される。続いて、配信先サーバ[SVR1]2−1〜[SVR6]2−6のそれぞれは、自身に送信されなかった残る2つのパーツのチャンクを、それぞれを受信した自身の左側で最も近い他の配信先サーバ2から取得する(ただし、配信先サーバ[SVR1]2−1の左隣の配信先サーバは配信先サーバ[SVR6]2−6であるものとする)。 In this case, for each chunk, first, P1 is distributed from the distribution source server [MASTER] 1 to the distribution destination servers [SVR1] 2-1 and [SVR4] 2-4, and the distribution destination server [SVR2] 2-2. And [SVR5] 2-5 are transmitted in parallel, and P3 is transmitted in parallel to the delivery destination servers [SVR3] 2-3 and [SVR6] 2-6, respectively. Subsequently, each of the distribution destination servers [SVR1] 2-1 to [SVR6] 2-6 receives other chunks of the remaining two parts that have not been transmitted to itself, on the left side of each of the distribution destination servers [SVR1] 2-1 to [SVR6] 2-6. Obtained from the destination server 2 (provided that the destination server on the left side of the destination server [SVR1] 2-1 is the destination server [SVR6] 2-6).
次のチャンクについて実行される、配信元サーバ[MASTER]1から各配信先サーバ[SVR1]2−1〜[SVR6]2−6へのパーツの配信動作と、各配信先サーバ[SVR2]2−1〜[SVR6]2−6における他のパーツの1つ前のチャンクの取得動作とは、全て並列に実行される。 Parts distribution operation from the distribution source server [MASTER] 1 to each distribution destination server [SVR1] 2-1 to [SVR6] 2-6, and each distribution destination server [SVR2] 2- 1 to [SVR6] 2-6 are all executed in parallel with the acquisition operation of the chunk immediately before another part.
図15の例では、それぞれの配信先サーバ2が、3分割されたパーツのチャンクを並列に受信することとなるので、全ての配信先サーバ2への配信が完了するまでの所要時間である配信時間は、3台のグループへの配信時間(配信時間比率=1/3)と等しくなる。
In the example of FIG. 15, each
なお、図15の例では、それぞれの配信先サーバ2が、自身に配信されなかった残る2つのパーツを自身の左側で最も近い他の配信先サーバ2から取得するものとしたが、6台の配信先サーバ2を3台ずつの2つのグループに分けて、自身に配信されなかった残る2つのパーツを自身と同じグループの他の配信先サーバ2から取得するものとしてもよい。
In the example of FIG. 15, each
図16は、配信先の拠点数Mと拠点間リンク数Lに対応する分割数Dと配信時間比率との関係を一覧にして示した図である。例えば、No.が「1」である1行目のデータは、L=2でM=2,4,6,8,・・・(Mが偶数)である場合には、D=2とすることで配信時間比率が「1/2」となることを表している。同様に、No.が「2」である2行目のデータは、L=3でM=3,5,7,9,・・・(Mが奇数)である場合も、D=2とすることで配信時間比率が「1/2」となることを表している。 FIG. 16 is a diagram showing a list of relationships between the number of divisions D corresponding to the number M of distribution destination sites and the number L of links between sites and the distribution time ratio. For example, no. The data of the first row in which “1” is “1” is the distribution time by setting D = 2 when L = 2 and M = 2, 4, 6, 8,... (M is an even number). It represents that the ratio is “1/2”. Similarly, no. The data of the second row with “2” is the distribution time ratio by setting D = 2 even when L = 3 and M = 3, 5, 7, 9,... (M is an odd number). Represents “½”.
また、No.が「3」である3行目のデータは、L=4でM=3,6,9,12,・・・(Mが3の倍数)である場合には、D=3とすることで配信時間比率が「1/3」となることを表している。4行目以後のデータについては詳しい説明を省略するが、いずれの場合も配信時間比率を「1/2」〜「1/5」に低減できることがわかる。 No. The data in the third row with “3” is D = 3 when L = 4 and M = 3, 6, 9, 12,... (M is a multiple of 3). This indicates that the distribution time ratio is “1/3”. Although detailed explanation is omitted about the data after the 4th line, it turns out that a distribution time ratio can be reduced to "1/2"-"1/5" in any case.
以上説明したように、本実施形態によれば、配信元サーバ1から各配信先サーバ2への再配布パーツの配信と、配信先サーバ2同士の間の再配布パーツの再配信とを、チャンク単位で並列に実行することができるので、同一のブートイメージファイルを複数の配信先サーバ2に配信するときの配信時間を短くすることができる。
ことができる。
As described above, according to the present embodiment, the distribution of the redistribution parts from the
be able to.
以上にて本発明を実施する形態の説明を終えるが、本発明の実施の態様はこれに限られるものではなく、本発明の趣旨を逸脱しない範囲において各種の変形が可能である。 Although the description of the embodiment of the present invention has been completed above, the embodiment of the present invention is not limited to this, and various modifications can be made without departing from the spirit of the present invention.
1 配信元サーバ
11 ブートイメージ受付部
12 パーツ分割部
13 再配布パーツ割当部
14 再配布パーツ配信部
15 記憶部
151 ブートイメージ情報
152 ブートイメージファイル
153 パーツ情報
154 配信先サーバ情報
155 分割数決定テーブル(分割数を決定するために参照される所定のテーブル)
2,2−1〜2−6 配信先サーバ
21 再配布パーツ受信部
22 再配布パーツ送信部
23 残パーツ取得部
24 ブートイメージ復元部
25 ブートイメージ配信部
26 記憶部
261 ブートイメージ情報
262 ブートイメージファイル
263 パーツ情報
264 取得先サーバ情報
265 パーツ
3 保守端末
4 拠点間ネットワーク
100 ブートイメージ配信システム
DESCRIPTION OF
2, 2-1 to 2-6
Claims (6)
配信元サーバが、前記ブートイメージファイルの配信要求を受け付けて、当該ブートイメージファイルを複数のパーツに分割する分割ステップと、
前記複数パーツのそれぞれを、所定サイズのチャンクに分割して、前記配信元サーバから前記配信先サーバのうちの少なくとも1台に再配布パーツとして並列配信する第一の配信ステップと、
前記配信先サーバのそれぞれが、自身に配信された前記再配布パーツを前記配信先サーバ毎に予め定められた他の配信先サーバに前記チャンク単位で並列送信するとともに、自身に配信された前記再配布パーツ以外の残パーツを前記配信先サーバ毎に予め定められた他の配信先サーバから前記チャンク単位で並列受信する第二の配信ステップと、
前記配信先サーバのそれぞれが、前記第一の配信ステップで受信した前記再配布パーツと前記第二の配信ステップで受信した前記残パーツとを結合して、前記ブートイメージファイルを復元する復元ステップと、を含み、
前記第二の配信ステップにおける前記チャンクの並列送信及び並列受信は、前記第一の配信ステップにおける当該チャンクの次のチャンクの並列配信と並列に実行される
ことを特徴とするブートイメージ配信方法。 A boot image distribution method for distributing the same boot image file to a plurality of distribution destination servers,
A distribution step in which the distribution source server receives the boot image file distribution request and divides the boot image file into a plurality of parts;
A first distribution step of dividing each of the plurality of parts into chunks of a predetermined size and performing parallel distribution as redistributed parts from the distribution source server to at least one of the distribution destination servers;
Each of the delivery destination servers transmits the redistributed parts delivered to itself in parallel to the other delivery destination servers predetermined for each delivery destination server in units of chunks, and the redistributed parts delivered to itself. A second distribution step of receiving, in parallel, the remaining parts other than the distribution parts in units of the chunks from other distribution destination servers predetermined for each distribution destination server;
A restoration step in which each of the delivery destination servers combines the redistribution part received in the first delivery step and the remaining part received in the second delivery step to restore the boot image file; Including,
The boot image distribution method according to claim 2, wherein the parallel transmission and parallel reception of the chunk in the second distribution step are executed in parallel with the parallel distribution of the next chunk of the chunk in the first distribution step.
前記分割ステップにて前記複数パーツに分割するときの分割数は、前記同一のブートイメージファイルを配信すべき前記配信先サーバの数とそれらの配信先サーバ間で設定可能な配信先サーバ当たりのリンク数とをパラメータとして分割数を決定するために参照される所定のテーブルを参照して決定される
ことを特徴とするブートイメージ配信方法。 The boot image delivery method according to claim 1,
The number of divisions when dividing into the plurality of parts in the division step is the number of distribution destination servers to which the same boot image file should be distributed and links per distribution destination server that can be set between the distribution destination servers A boot image distribution method, wherein the number of divisions is determined with reference to a predetermined table referred to for determining the number of divisions using the number as a parameter.
前記ブートイメージファイルの配信対象外の配信先サーバのなかの任意の台数を、当該ブートイメージファイルを配信すべき配信先サーバと見做して、当該配信対象外の配信先サーバに前記第一の配信ステップと、前記第二の配信ステップにおける前記再配布パーツの並列送信とを実行させる
ことを特徴とするブートイメージ配信方法。 In the boot image delivery method according to claim 1 or 2,
Any number of the delivery destination servers that are not the delivery target of the boot image file is regarded as the delivery destination server to which the boot image file is to be delivered, and the first delivery destination server that is not the delivery target is sent to the first server. A boot image distribution method, wherein a distribution step and parallel transmission of the redistribution parts in the second distribution step are executed.
前記配信元サーバは、
前記ブートイメージファイルの配信要求を受け付けるブートイメージ受付部と、
当該ブートイメージファイルを複数のパーツに分割するパーツ分割部と、
前記複数パーツのそれぞれを、所定サイズのチャンクに分割して、前記配信先サーバのうちの少なくとも1台に再配布パーツとして並列配信する再配布パーツ配信部と、を備え、
前記配信先サーバのそれぞれは、
自身に配信された前記再配布パーツを前記チャンク単位で受信する再配布パーツ受信部と、
受信した前記再配布パーツを、前記配信先サーバ毎に予め定められた他の配信先サーバに前記チャンク単位で並列送信する再配布パーツ送信部と、
自身に配信された前記再配布パーツ以外の残パーツを、前記配信先サーバ毎に予め定められた他の配信先サーバから前記チャンク単位で並列受信する残パーツ取得部と、
前記再配布パーツ受信部が受信した前記再配布パーツと、前記残パーツ取得部が受信した前記残パーツとを結合して、前記ブートイメージファイルを復元するブートイメージ復元部と、を備え、
前記再配布パーツ送信部における前記チャンクの並列送信及び前記残パーツ取得部における前記チャンクの並列受信と、前記再配布パーツ受信部における当該チャンクの次のチャンクの受信とが、並列に実行される
ことを特徴とするブートイメージ配信システム。 The distribution source server is a boot image distribution system that distributes the same boot image file to a plurality of distribution destination servers,
The distribution source server is:
A boot image receiving unit that receives a distribution request for the boot image file;
A parts dividing unit for dividing the boot image file into a plurality of parts;
A redistribution part delivery unit that divides each of the plurality of parts into chunks of a predetermined size and delivers them in parallel as redistribution parts to at least one of the delivery destination servers;
Each of the delivery destination servers is
A redistribution part receiving unit that receives the redistribution part distributed to itself in units of chunks;
A redistribution part transmitting unit that transmits the received redistribution part in parallel to the other distribution destination server predetermined for each distribution destination server in units of chunks;
Remaining parts other than the redistributed parts distributed to itself, a remaining parts acquisition unit that receives in parallel in units of chunks from other distribution destination servers predetermined for each distribution destination server;
A boot image restoration unit that combines the redistribution part received by the redistribution part receiving unit and the remaining part received by the remaining part acquisition unit to restore the boot image file;
Parallel transmission of the chunk in the redistribution part transmission unit, parallel reception of the chunk in the remaining part acquisition unit, and reception of the next chunk of the chunk in the redistribution part reception unit are executed in parallel. A boot image distribution system characterized by
前記配信元サーバは、
前記パーツ分割部が、前記同一のブートイメージファイルを配信すべき前記配信先サーバの数と、それらの配信先サーバ間で設定可能な配信先サーバ当たりのリンク数とをパラメータとして、前記複数パーツに分割するときの分割数を決定するために参照される所定のテーブルを備える
ことを特徴とするブートイメージ配信システム。 In the boot image delivery system according to claim 4,
The distribution source server is:
The parts dividing unit uses the number of distribution destination servers to which the same boot image file is to be distributed and the number of links per distribution destination server that can be set between the distribution destination servers as parameters. A boot image distribution system comprising a predetermined table referred to for determining the number of divisions when dividing.
前記配信元サーバは、
前記ブートイメージファイルの配信対象外の配信先サーバのなかの任意の台数を、当該ブートイメージファイルを配信すべき配信先サーバと見做して、前記再配布パーツの並列送信を実行し、
当該配信対象外の配信先サーバのそれぞれは、
前記再配布パーツ受信部が、自身に配信された前記再配布パーツを前記チャンク単位で受信し、
前記再配布パーツ送信部が、受信した前記再配布パーツを、前記配信先サーバ毎に予め定められた他の配信先サーバに前記チャンク単位で並列送信する
ことを特徴とするブートイメージ配信システム。 In the boot image delivery system according to claim 4 or 5,
The distribution source server is:
An arbitrary number of the delivery destination servers that are not delivery targets of the boot image file is regarded as a delivery destination server to which the boot image file is to be delivered, and parallel transmission of the redistribution parts is executed.
Each of the delivery destination servers not subject to delivery is
The redistribution part receiving unit receives the redistribution part delivered to itself in units of chunks,
The boot image distribution system, wherein the redistribution parts transmission unit transmits the received redistribution parts in parallel to the other distribution destination server predetermined for each distribution destination server in units of chunks.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013035587A JP6001474B2 (en) | 2013-02-26 | 2013-02-26 | Boot image delivery method and boot image delivery system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2013035587A JP6001474B2 (en) | 2013-02-26 | 2013-02-26 | Boot image delivery method and boot image delivery system |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014164556A true JP2014164556A (en) | 2014-09-08 |
JP6001474B2 JP6001474B2 (en) | 2016-10-05 |
Family
ID=51615098
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013035587A Expired - Fee Related JP6001474B2 (en) | 2013-02-26 | 2013-02-26 | Boot image delivery method and boot image delivery system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6001474B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPWO2021199187A1 (en) * | 2020-03-30 | 2021-10-07 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05153183A (en) * | 1991-11-27 | 1993-06-18 | Hitachi Ltd | Data transferring system using plural links |
JP2001014228A (en) * | 1999-06-25 | 2001-01-19 | Ntt Data Corp | System and method for file distribution, and recording medium |
WO2003105421A1 (en) * | 2002-06-06 | 2003-12-18 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Digital content delivery system, digital content delivery method, program for executing the method, computer-readable recording medium storing thereon the program, and server and client for it |
JP2007251334A (en) * | 2006-03-14 | 2007-09-27 | Fujitsu Ltd | Network system and broadcast processing method therefor |
JP2010016484A (en) * | 2008-07-01 | 2010-01-21 | Fujitsu Ltd | Data transfer apparatus, data transfer method ,and data transfer program |
-
2013
- 2013-02-26 JP JP2013035587A patent/JP6001474B2/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05153183A (en) * | 1991-11-27 | 1993-06-18 | Hitachi Ltd | Data transferring system using plural links |
JP2001014228A (en) * | 1999-06-25 | 2001-01-19 | Ntt Data Corp | System and method for file distribution, and recording medium |
WO2003105421A1 (en) * | 2002-06-06 | 2003-12-18 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Digital content delivery system, digital content delivery method, program for executing the method, computer-readable recording medium storing thereon the program, and server and client for it |
JP2007251334A (en) * | 2006-03-14 | 2007-09-27 | Fujitsu Ltd | Network system and broadcast processing method therefor |
JP2010016484A (en) * | 2008-07-01 | 2010-01-21 | Fujitsu Ltd | Data transfer apparatus, data transfer method ,and data transfer program |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPWO2021199187A1 (en) * | 2020-03-30 | 2021-10-07 | ||
WO2021199187A1 (en) * | 2020-03-30 | 2021-10-07 | 三菱電機株式会社 | Wireless device and air conditioning system |
JP7267503B2 (en) | 2020-03-30 | 2023-05-01 | 三菱電機株式会社 | Radio equipment and air conditioning system |
Also Published As
Publication number | Publication date |
---|---|
JP6001474B2 (en) | 2016-10-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9665428B2 (en) | Distributing erasure-coded fragments in a geo-distributed storage system | |
CN105824810B (en) | A kind of Hadoop group system and data processing method | |
CN111625593B (en) | Block chain-based data processing method and device and computer equipment | |
CN103248645B (en) | BT off-line datas download system and method | |
US20160275123A1 (en) | Pipeline execution of multiple map-reduce jobs | |
US20170180469A1 (en) | Method and system for forming compute clusters using block chains | |
CN110069210B (en) | Storage system, and method and device for allocating storage resources | |
US9917884B2 (en) | File transmission method, apparatus, and distributed cluster file system | |
US7844775B2 (en) | Distribution of data in a distributed shared storage system | |
CN102439560A (en) | Data redistribution in data replication systems | |
CN106712981B (en) | Node change notification method and device | |
CN102859961B (en) | There is the distributed video transcoding system of adaptive file process | |
CN102779183B (en) | Data inquiry method, equipment and system | |
JP5599943B2 (en) | Server cluster | |
CN103338252A (en) | Distributed database concurrence storage virtual request mechanism | |
CN102413156A (en) | Distributed data storage system and method | |
KR20170121911A (en) | Method and apparatus for updating firmware on IoT device using P2P | |
CN106131244A (en) | A kind of message transmitting method and device | |
CN110231915A (en) | Data managing method, system, device, computer equipment and storage medium | |
CN108153494B (en) | A kind of I/O request processing method and processing device | |
KR101600717B1 (en) | Method and apparatus for download virtual machine operating system image | |
JP6001474B2 (en) | Boot image delivery method and boot image delivery system | |
CN112261125A (en) | Centralized unit cloud deployment method, device and system | |
US10956442B1 (en) | Dedicated source volume pool for accelerated creation of block data volumes from object data snapshots | |
CN107295032B (en) | Data synchronization method and equipment for data center |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20140529 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150130 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20151124 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160105 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160301 |
|
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: 20160830 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160901 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6001474 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |