JP3825333B2 - Load distribution method using tag conversion, tag conversion apparatus, and load distribution control apparatus - Google Patents
Load distribution method using tag conversion, tag conversion apparatus, and load distribution control apparatus Download PDFInfo
- Publication number
- JP3825333B2 JP3825333B2 JP2002032484A JP2002032484A JP3825333B2 JP 3825333 B2 JP3825333 B2 JP 3825333B2 JP 2002032484 A JP2002032484 A JP 2002032484A JP 2002032484 A JP2002032484 A JP 2002032484A JP 3825333 B2 JP3825333 B2 JP 3825333B2
- Authority
- JP
- Japan
- Prior art keywords
- server
- load
- vid
- tag conversion
- packet
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Computer And Data Communications (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Small-Scale Networks (AREA)
Description
【0001】
【発明の属する技術分野】
本発明は、コンピュータネットワークにおけるサーバの負荷分散の技術分野に属する。
【0002】
【従来の技術】
Webサイト等において、サーバの高信頼性、可用性を確保するため、サーバの負荷分散、冗長化が重要となっている。負荷分散方法としては、一般に、ドメインネームシステム(Domain Name System:以下、DNS)を用いる方法、負荷分散装置を用いる方法、クラスタサーバを用いる方法等がある。
【0003】
図1はDNSを用いる負荷分散方法の説明図である。
【0004】
クライアントの情報端末11,12は、サーバアクセス時、DNSサーバ31へドメインネームのアドレス解決のクエリを発行する。DNSサーバ31はそれらのクエリに対し、ラウンドロビン等でそれぞれ異なるサーバ41,42を指定することにより負荷分散を行う。
【0005】
図2は負荷分散装置を用いる負荷分散方法の説明図である。
【0006】
負荷分散装置81には、サーバ43〜45のIPアドレスとは異なる仮想的なサーバのIPアドレスが設定される。クライアントの情報端末13,14は、そのIPアドレスに対しアクセスを行う。負荷分散装置81はそれらのアクセスに対し、サーバ43〜45の負荷状態等から、それぞれ異なるサーバへリダイレクトすることにより負荷分散を行う。負荷分散装置81はサーバ43〜45の状態を監視しているため、サーバの障害時には、当該障害サーバへのリダイレクトを中止することが可能である。また、負荷分散装置81の信頼性を高めるため、負荷分散装置82を設けて冗長化することも可能である。
【0007】
図3はクラスタサーバを用いる負荷分散方法の説明図である。
【0008】
サーバ48〜50には、インストールされるアダプタソフトにより、仮想的に全て同一のIPアドレス及びMACアドレスが設定される。クライアントの情報端末17,18は、そのIPアドレスに対してアクセスを行う。情報端末からのアクセスに対し、サーバ48〜50は負荷分散アルゴリズムに従ってどれか一つのサーバが応答することにより負荷分散を行う。サーバ48〜50の障害時には、互いにハートビートメッセージを交換することにより当該障害サーバを検出し、負荷分散アルゴリズムを修正することにより、他のサーバへの振り分けが可能となる。また、サーバ48〜50はネットワーク的に完全に並列であるため、サーバの増減、予備サーバ72への交換も容易である。
【0009】
【発明が解決しようとする課題】
DNSを用いる方法では、DNSサーバはサーバの負荷状態を知らないため、高負荷のサーバにも割り振ってしまう場合がある。また、アドレス解決がネットワーク内の他のDNSサーバを経由する場合、そのサーバにアドレス解決の情報がキャッシュされてしまうと、DNSサーバはキャッシュ情報を元にサーバを指定してしまうため、負荷分散されない場合があるという問題がある。
【0010】
図1において、例えば、サーバ41が高負荷でサーバ42の負荷が低負荷である場合に、情報端末11がサーバへのアドレス解決のクエリを発すると、DNSサーバ31はラウンドロビン等でサーバを指定するため、サーバの負荷状態に拘わらず、高負荷であるサーバ41に振り分けてしまう場合がある。また、アドレス解決のクエリがDNSサーバ32を経由してDNSサーバ31へ到達する時、DNSサーバ32はアドレス解決の情報をキャッシュしてしまうため、他のアドレス解決のクエリに対しても、キャッシュした情報を元にサーバを指定しまい、負荷分散ができないという問題がある。
【0011】
負荷分散装置を用いる方法では、ネットワークが複数ある場合、負荷分散装置はネットワーク毎に必要である。例えば、ユーザのテナントビルとデータセンタとの間において、ユーザグループ毎にバーチャルLAN(Virtual LAN:以下、VLAN)等でネットワークが分かれている場合、データセンタにはユーザグループ毎に負荷分散装置を設置する必要がある。また、各サーバにはそれぞれのIPアドレスが設定されているため、サーバ障害時には、予備サーバのIPアドレスを当該障害サーバのIPアドレスに設定する必要がある。さらに、異なるネットワーク(グループ)間で共用するサーバを設置するためには、サーバに物理インタフェースを2つ設置、或いはサーバでVLANを終端する必要があるという問題がある。
【0012】
図2において、例えばネットワーク2とは異なるネットワーク3がある場合、ネットワーク3にも負荷分散装置83,84、SW92、サーバ46,47が必要である。また、サーバ43〜47にはそれぞれのIPアドレスが振ってあるため、サーバ47の障害時には予備サーバ71のIPアドレスをサーバ47のIPアドレスに設定してから交換する必要がある。さらに、情報端末13,14が属するグループA141と情報端末15,16が属するグループB142とが共用するサーバ45を設置するためには、サーバ45はそれぞれの負荷分散装置に接続するため物理IFを2つ設置するか、或いはサーバでネットワークのVLANを終端する必要があるという問題がある。
【0013】
クラスタサーバを用いる方法も、ネットワークが複数ある場合はクラスタサーバをネットワーク毎に設置する必要がある。また、各サーバはネットワーク的に完全に並列となるため、特定のクライアントからのリクエストを特定のサーバへ振り分けることは難しく、異なるネットワーク間で共用するサーバの設置も難しい。さらに、サーバはHUBで接続されるため、1台のサーバ故障の影響が全体に波及する場合もある。サーバ台数が多いほど、互いのハートビートメッセージの交換に要する時間と、負荷分散アルゴリズムの修正が収束するのに要する時間が増加するため、サーバの大規模化が難しいという問題もある。
【0014】
図3において、例えばネットワーク4とは異なるネットワーク5がある場合、ネットワーク5にもHUB94、サーバ51〜53のクラスタサーバが必要である。また、サーバ48〜50がネットワーク的に並列であるために、例えば情報端末20からのリクエストをサーバ53に固定的に振り分けるといった設定は難しく、ネットワーク4とネットワーク5で共用するようなサーバの設置も難しい。
【0015】
さらに、サーバ48の故障によりHUB93へサーバ48が信号を出し続けると、サーバ49,50に対する通信が不可能となるという、1台のサーバ故障の影響が全体に波及する可能性があるという問題がある。また、サーバの台数が多いほど、互いのハートビートメッセージの交換に要する時間と、負荷分散アルゴリズムの修正が収束するのに要する時間が増加するため、サーバの大規模化が難しいという問題もある。
【0016】
本発明は、上述したような従来の負荷分散方法の欠点に鑑みてなされたもので、サーバの負荷状態、或いは外部からの設定に応じてクライアントのリクエストの振り分けを可能とし、予備を含めたサーバの設定の同一化、負荷分散装置の冗長化、複数のネットワークでの負荷分散装置の共用、ネットワーク間で共用可能なサーバの設置、サーバの障害が全体へ波及しない負荷分散方法の提供を目的とする。
【0017】
【課題を解決するための手段】
上記目的を達成するため、複数の情報端末と複数のサーバとを含むネットワークシステムにおける負荷分散方法において、複数のサーバをそれぞれVIDの異なるVLANに接続し、負荷分散制御装置を用いて各サーバの負荷状態及び障害を検出し、入力されたパケットのVIDを接続先のVLANのVIDに変換するタグ変換装置を用いて、情報端末からのパケットのVIDを前記各サーバの負荷状態及び障害、負荷分散のポリシーに応じて変換することにより、該情報端末に接続するサーバを切り替えて負荷分散を行う。詳細にはソースIPアドレス、デスティネーションIPアドレス、各サーバの負荷状態、外部からの振り分けポリシーの設定等に応じて振り分けるサーバを決定し、入力されたパケットのVIDを該サーバのVIDに付け替え、負荷分散を行う(請求項1)。
【0018】
また、サーバはそれぞれ異なるVLANに接続されるため、予備のサーバを含め複数のサーバに同一のIPアドレスを持たせることが可能であり(請求項2)、タグ変換装置を冗長化することにより、タグ変換装置に対する負荷も情報端末からのアクセス毎に分散することが可能となる(請求項3)。負荷分散制御装置によるサーバの負荷状態の検出は、サーバの負荷状態を検出するためのパケットのVIDを各サーバが接続したVLANに対応するVIDに切り替えながら出力して、その応答時間等から検出することが可能である(請求項4)。
【0019】
また、上記目的を達成するための装置として、タグ変換装置は、入力パケットの接続先のVLANに対応するVIDを該入力パケットのVID、IPアドレス及びポート番号毎に記述したタグ変換テーブルと、入力パケットのVIDをタグ変換テーブルに従って変換して出力する手段と、外部からの指示によりタグ変換テーブルを設定する手段とから構成することが可能であり(請求項5)、また、負荷分散制御装置は、各サーバが接続したVLANに対応するVIDを記述したタグ変換テーブルと、サーバの負荷状態を検出するためのパケットにタグ変換テーブルに従ってVIDを切り替え付与して出力し、その応答により各サーバの負荷状態を検出する手段と、検出した結果を外部に通知する手段とから構成することが可能である(請求項6)。
【0020】
また、タグ変換装置を用いて各サーバの負荷状態及び障害を検出することにより、負荷分散制御装置を不要とすることもできる(請求項7)。この時、タグ変換装置には、サーバの負荷状態を検出するためのパケットにタグ変換テーブルに従ってVIDを切り替え付与して出力し、その応答により各サーバの負荷状態を検出する手段を設ける(請求項8)。
【0021】
本発明によれば、負荷分散制御装置からの各サーバの負荷状態の情報、サーバへの振り分けポリシーに基づき、タグ変換装置のタグ変換テーブルが設定されることにより、サーバの負荷状態だけではなく、特定のクライアントからのリクエストを特定のサーバへ振り分けることが可能となる。また、各サーバはそれぞれVLANで接続され論理的に分かれているため、予備のサーバを含め複数のサーバに同一のIPアドレス等の設定が可能である。さらに、ユーザの属するネットワークともVLANで論理的に分かれているため、1台のタグ変換装置で複数のネットワークの負荷分散も可能となる。
【0022】
タグ変換装置を冗長化し、クライアントからのサーバアクセス経路を2重化し、負荷分散制御装置でどちらのタグ変換装置を経由するか指定することにより、サーバだけではなくタグ変換装置に対する負荷もクライアントのアクセス毎に分散することができる。各サーバはVLANで論理的に分かれ、タグ変換装置はネットワーク的にレイヤー2スイッチ(L2SW)相当となるので、HUB接続のように1台のサーバ障害がHUBに接続されている他のサーバへ影響することはない。
【0023】
【発明の実施の形態】
図4は本発明の負荷分散方法の実施の形態の一例を示すものである。
【0024】
この実施の形態において、クライアント(情報端末)21,22はVLAN101(VID=1)を経由し、情報端末23,24はVLAN102(VID=2)を経由し、サーバ54〜58はVLAN103〜107(VID=3〜7)をそれぞれ経由してタグ変換装置121に接続され、また、負荷分散制御装置131もタグ変換装置121に接続されている。
【0025】
情報端末21,22はグループA145に属し、サーバ54,55をグループA145内で使用しており、同様に、情報端末23,24はグループB146に属し、サーバ57,58をグループB146内で使用している。グループA145とグループB146はそれぞれ異なるネットワークであり、サーバ56はグループA145及びグループB146のどちらの情報端末からもアクセスできるものとする。
【0026】
タグ変換装置121は、例えば情報端末21からのサーバアクセスのパケットのVIDを、そのソースIPアドレス、VID(=1)、負荷分散制御装置131からのサーバの負荷状態等から、
VID=1 → VID=3
と変換することによりサーバ54に振り分けることが可能である。同様に情報端末22のパケットをサーバ55に振り分けることにより、サーバへの負荷分散が可能となる。
【0027】
サーバ54の障害時には、
VID=1 → VID=4
として接続するサーバを切り替えることにより、フェイルオーバーが可能となる。
【0028】
サーバ54〜58はそれぞれVLANで論理的に分かれているため、これらに同一のIPアドレスを設定することが可能であり、これにより、情報端末21〜24はサーバによらず当該IPアドレスのみを用いてアクセスすることが可能となる。予備サーバ73もサーバ54〜58と同一のIPアドレスを設定しておくことにより、サーバ54〜58のいずれかのサーバが故障しても、そのまま取り替えが可能であり、取り替えるサーバによって設定を変更する必要はない。
【0029】
負荷分散制御装置131は、VIDを切り替えながら各サーバへping(Packet Internet Groper)等を送出することにより、各サーバの負荷状態等を確認することが可能である。この負荷状態の確認機能はタグ変換装置121に組み込むことも可能である。
【0030】
グループA145、グループB146でネットワークは異なるが、各情報端末及びサーバはVLANにより論理的に分かれているため、1つのタグ変換装置121で接続可能であり、ネットワーク毎にタグ変換装置(負荷分散装置)を必要としない。また、異なるネットワーク間で共用するサーバ56へも、他のサーバと同様にVIDの変換だけでグループA145及びグループB146のどちらからもアクセス可能である。
【0031】
図5はタグ変換装置121及び負荷分散制御装置131の詳細な構成図である。
【0032】
パケット入力部211に入力されたパケットは、タグ変換テーブル215に従ってタグ変換部212でそのVIDが接続先のVLANのVIDに変換され、パケット出力部213から送出される。タグ変換テーブル215には、入力パケットの接続先VLANのVIDが、該入力パケットのVID、IPアドレス毎に記述されている。テーブル設定部214は、パケット入力部211の入力パケットのVID、ソースIPアドレス、ポート番号等と、通信部216を介して入力される負荷分散制御装置131からの情報等に基づき、タグ変換テーブル215を設定する。
【0033】
負荷分散制御装置131は、負荷状態検出部311からping等のパケットを、タグ変換部312でタグ変換テーブル315に従ってVIDを切り替えながらパケット入出力部313を介して各サーバへ出力し、その応答時間によりサーバの負荷が、例えば軽/重/接続不可のいずれであるかを検出する。タグ変換テーブル315には、各サーバが接続されたVLANに対応するVIDが記述されている。テーブル設定部314は、負荷状態検出部311の指示によりタグ変換テーブル315を書き換え、負荷状態検出部311の接続先(試験パケットの出力先)を切り替える。
【0034】
振り分け設定入力部317からは、特定のクライアントに対し特定のサーバの接続の指定、或いはサーバ振り分けの優先順位の指定等の、負荷分散のポリシーが入力される。例えば、情報端末21のサーバ54への接続指定、サーバの処理能力による高/中/低/接続不可等の優先順位が入力される。前記検出されたサーバ負荷状態及び入力された負荷分散のポリシーは、通信部316を介してタグ変換装置121に通知される。
【0035】
図6乃至図8は振り分けポリシーによるサーバ振り分け時の動作をサーバ状態及びテーブル設定例とともに示すものである。
【0036】
情報端末21は、負荷分散制御装置131の接続指定によりサーバ54に接続されている(図6)。情報端末22がパケットを送出すると、タグ変換装置121は、タグ変換テーブル215に該当する変換テーブルが無いため、情報端末21のソースIPアドレス、VID、ポート番号、負荷分散制御装置131からのサーバの負荷状態、優先順位から、変換テーブルを設定する。ここでは、サーバの負荷状態はいずれも同じため、優先順位の高いサーバ55に振り分けている(図7)。変換テーブル215は、情報端末22からのパケットが送出されなくなった後もしばらく保持されるが、エージングタイムが過ぎると削除される(図8)。
【0037】
図9乃至図11は、サーバ障害による振り分け変更時の動作をサーバ状態及びテーブル設定例とともに示すものである。
【0038】
情報端末22は、サーバ55に接続されている(図9)が、サーバ55障害時(図10)は、タグ変換装置121により他のサーバへ振り分けられる。具体的には、負荷分散制御装置131が障害を検出してタグ変換装置121に通知し、タグ変換装置121はサーバ優先順位からサーバ50に振り分けを行っている(図11)。
【0039】
図12は本発明の負荷分散方法の実施の形態の他の例、ここではタグ変換装置を冗長化、即ち2台のタグ変換装置122,123を用いてタグ変換装置の負荷も分散するようになした例を示すものである。
【0040】
図13乃至図15は、タグ変換装置障害による振り分け変更時の動作をサーバ状態及びテーブル設定例とともに示すものである。
【0041】
負荷分散制御装置132からの負荷分散のポリシーにより、情報端末26からのサーバアクセスの経路は、タグ変換装置122経由に設定されている。具体的には、タグ変換装置122においては情報端末26のパケットをタグを変換することによりサーバ60に送出し、タグ変換装置123においては接続先を設定しないことによりパケットを破棄している(図13)。負荷分散制御装置132により、タグ変換装置122経由のサーバ60接続が接続不可、タグ変換装置123経由は接続可能であることを検出した場合(図14)、負荷分散のポリシーを変更し、タグ変換装置123経由に切り替える。これによりタグ変換装置の冗長化が可能となる(図15)。
【0042】
図16は本発明の負荷分散方法の実施の形態のさらに他の例、ここでは負荷分散制御装置の機能を備えたタグ変換装置124を用いた例を示すものである。
【0043】
図17は図16中のタグ変換装置124の詳細な構成図である。
【0044】
タグ変換装置124は、負荷状態検出部246からping等のパケットを、タグ変換部242でタグ変換テーブル245に従ってVIDを切り替えながら各サーバへ出力し、その応答時間から負荷状態を検出する。また、タグ変換テーブル245には、入力パケットの接続先VLANのVIDが、該入力パケットのVID、IPアドレス毎に記述されている。テーブル設定部244は、負荷状態検出部246のサーバ切り替え指示及びサーバの負荷状態の検出結果、振り分け設定入力部247を介して外部から入力される振り分け指定に基づき、タグ変換テーブル245を設定することによって各サーバの負荷状態の検出、負荷分散が実現される。
【0045】
このように、タグ変換装置124は、負荷状態検出部246を備えることにより負荷分散制御装置の機能も備えることが可能となる。
【0046】
【発明の効果】
サーバへのVLAN経路の動的な切り替えにより、高信頼性、高可用性サーバシステムの提供が可能である。VLAN経路を切り替えるテーブルを設定することにより、負荷分散しつつ、外部からの振り分けのポリシーの設定も可能である。
【0047】
各サーバはVLANにより論理的に分かれているため、同一のIPアドレスを設定可能であり、予備のサーバも同一の設定とすることにより、現用/予備の切り替えが容易になる。
【0048】
各ネットワーク、サーバはVLANにより論理的に分かれているため、複数のネットワークで負荷分散装置(タグ変換装置)を共用でき、また、ネットワーク間で共用可能なサーバ設置も容易である。この時、タグ変換装置はL2SW相当となり、サーバがHUB接続された場合のように1台の障害が全体へ波及してしまう、という問題は起こらない。
【図面の簡単な説明】
【図1】従来の負荷分散方法の一例を示す説明図
【図2】従来の負荷分散方法の他の例を示す説明図
【図3】従来の負荷分散方法のさらに他の例を示す説明図
【図4】本発明の負荷分散方法の実施の形態の一例を示す説明図
【図5】図4中のタグ変換装置及び負荷分散制御装置の詳細を示す構成図
【図6】図4の実施の形態における振り分けポリシーによるサーバ振り分け時の動作を示す説明図
【図7】図4の実施の形態における振り分けポリシーによるサーバ振り分け時の動作を示す説明図
【図8】図4の実施の形態における振り分けポリシーによるサーバ振り分け時の動作を示す説明図
【図9】図4の実施の形態におけるサーバ障害による振り分け変更時の動作を示す説明図
【図10】図4の実施の形態におけるサーバ障害による振り分け変更時の動作を示す説明図
【図11】図4の実施の形態におけるサーバ障害による振り分け変更時の動作を示す説明図
【図12】本発明の負荷分散方法の実施の形態の他の例を示す説明図
【図13】図12の実施の形態におけるタグ変換装置障害による振り分け変更時の動作を示す説明図
【図14】図12の実施の形態におけるタグ変換装置障害による振り分け変更時の動作を示す説明図
【図15】図12の実施の形態におけるタグ変換装置障害による振り分け変更時の動作を示す説明図
【図16】本発明の負荷分散方法の実施の形態のさらに他の例を示す説明図
【図17】図16中のタグ変換装置の詳細を示す構成図
【符号の説明】
1〜5:ネットワーク、11〜30:情報端末、31,32:DNSサーバ、41〜66:サーバ、71〜74:予備サーバ、81〜84:負荷分散装置、91,92:スイッチ、93,94:HUB、101〜118:VLAN、121〜124:タグ変換装置、131,132:負荷分散制御装置、141〜148:情報通信ネットワーク(グループ)、211,241:パケット入力部、212,242,312:タグ変換部、213,243はパケット出力部、214,244,314:テーブル設定部、215,245,315:タグ変換テーブル、216,316:通信部、246,311:負荷状態検出部、313:パケット入出力部、247,317:振り分け設定入力部。[0001]
BACKGROUND OF THE INVENTION
The present invention belongs to the technical field of server load balancing in a computer network.
[0002]
[Prior art]
In a Web site or the like, load distribution and redundancy of servers are important in order to ensure high reliability and availability of servers. In general, the load distribution method includes a method using a domain name system (DNS), a method using a load distribution device, a method using a cluster server, and the like.
[0003]
FIG. 1 is an explanatory diagram of a load distribution method using DNS.
[0004]
The
[0005]
FIG. 2 is an explanatory diagram of a load distribution method using a load distribution apparatus.
[0006]
A virtual server IP address different from the IP addresses of the
[0007]
FIG. 3 is an explanatory diagram of a load distribution method using a cluster server.
[0008]
The
[0009]
[Problems to be solved by the invention]
In the method using DNS, since the DNS server does not know the load state of the server, it may be allocated to a high-load server. In addition, when address resolution is routed through another DNS server in the network, if the address resolution information is cached in that server, the DNS server designates the server based on the cache information, so the load is not distributed. There is a problem that there are cases.
[0010]
In FIG. 1, for example, when the
[0011]
In the method using the load balancer, when there are a plurality of networks, the load balancer is necessary for each network. For example, when a network is divided between a user's tenant building and a data center by a virtual LAN (Virtual LAN: hereinafter referred to as VLAN) for each user group, a load balancer is installed for each user group in the data center. There is a need to. Since each server has its own IP address, it is necessary to set the IP address of the spare server as the IP address of the failed server in the event of a server failure. Furthermore, in order to install a server shared between different networks (groups), there is a problem that it is necessary to install two physical interfaces on the server or terminate the VLAN on the server.
[0012]
In FIG. 2, for example, when there is a
[0013]
In the method using a cluster server, if there are a plurality of networks, it is necessary to install a cluster server for each network. In addition, since each server is completely parallel in terms of network, it is difficult to distribute a request from a specific client to a specific server, and it is also difficult to install a server shared between different networks. Furthermore, since the servers are connected by HUB, the influence of one server failure may spread throughout. As the number of servers increases, the time required for exchanging heartbeat messages with each other and the time required for the correction of the load balancing algorithm to converge increase, which makes it difficult to increase the scale of the servers.
[0014]
In FIG. 3, for example, when there is a
[0015]
Furthermore, if the
[0016]
The present invention has been made in view of the drawbacks of the conventional load distribution method as described above, and enables server requests to be distributed according to the load state of the server or external settings, and includes a spare server. The purpose is to provide a load balancing method that makes server settings uniform, makes load balancing devices redundant, shares load balancing devices across multiple networks, installs servers that can be shared between networks, and prevents server failures from affecting the entire server To do.
[0017]
[Means for Solving the Problems]
In order to achieve the above object, in a load distribution method in a network system including a plurality of information terminals and a plurality of servers, a plurality of servers are connected to VLANs having different VIDs, and the load of each server is determined using a load distribution control device. Using a tag conversion device that detects the status and failure and converts the VID of the input packet into the VID of the connection destination VLAN, the VID of the packet from the information terminal is changed to the load status and failure of each server, and the load distribution By performing conversion according to the policy , the server connected to the information terminal is switched to perform load distribution. Specifically, a server to be distributed is determined according to a source IP address, a destination IP address, a load state of each server, an external distribution policy setting, etc., and the VID of the input packet is replaced with the VID of the server, Dispersion is performed (claim 1).
[0018]
Further, since the server is connected to different VLAN, it is possible to have the same IP address to a plurality of servers including the spare server (claim 2), by redundant tags converter The load on the tag conversion device can also be distributed for each access from the information terminal (claim 3). The load distribution control device detects the load state of the server by switching the VID of the packet for detecting the load state of the server to a VID corresponding to the VLAN to which each server is connected and detecting it from the response time or the like. (Claim 4).
[0019]
As a device for achieving the above object, a tag conversion device includes a tag conversion table in which a VID corresponding to a VLAN to which an input packet is connected is described for each VID, IP address, and port number of the input packet, and an input The VID of the packet can be configured to be converted according to the tag conversion table and output, and the tag conversion table can be set according to an instruction from the outside (Claim 5). A tag conversion table describing a VID corresponding to the VLAN to which each server is connected and a packet for detecting the load state of the server are switched and output according to the tag conversion table according to the tag conversion table. It is possible to comprise a means for detecting the state and a means for notifying the detected result to the outside. 6).
[0020]
Further, the load distribution control device can be made unnecessary by detecting the load state and failure of each server using the tag conversion device (claim 7). At this time, the tag conversion device is provided with means for switching the VID to the packet for detecting the load state of the server according to the tag conversion table and outputting it, and detecting the load state of each server based on the response. 8).
[0021]
According to the present invention, by setting the tag conversion table of the tag conversion device based on the load status information of each server from the load balancing control device and the distribution policy to the server, not only the load status of the server, Requests from a specific client can be distributed to a specific server. Further, since each server is connected via a VLAN and logically divided, it is possible to set the same IP address or the like on a plurality of servers including a spare server. Furthermore, since the network to which the user belongs is also logically separated by VLAN, the load distribution of a plurality of networks can be performed by one tag conversion device.
[0022]
By making the tag conversion device redundant, duplicating the server access path from the client, and specifying which tag conversion device is routed by the load balancing control device, the load on the tag conversion device as well as the server is accessed by the client. Can be distributed every time. Each server is logically divided by VLAN, and the tag conversion device is equivalent to a
[0023]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 4 shows an example of an embodiment of the load distribution method of the present invention.
[0024]
In this embodiment, the clients (information terminals) 21 and 22 pass through the VLAN 101 (VID = 1), the
[0025]
[0026]
For example, the
VID = 1 → VID = 3
Can be distributed to the
[0027]
When the
VID = 1 → VID = 4
Failover is possible by switching the servers connected as.
[0028]
Since the
[0029]
The load
[0030]
Although the networks are different between group A 145 and
[0031]
FIG. 5 is a detailed configuration diagram of the
[0032]
A packet input to the
[0033]
The load
[0034]
From the distribution setting input unit 317, a load distribution policy such as specification of connection of a specific server or specification of priority of server distribution is input to a specific client. For example, priorities such as designation of connection of the
[0035]
6 to 8 show the server distribution operation according to the distribution policy together with server status and table setting examples.
[0036]
The
[0037]
FIG. 9 to FIG. 11 show the operation at the time of distribution change due to a server failure together with server status and table setting examples.
[0038]
The
[0039]
FIG. 12 shows another example of the embodiment of the load distribution method of the present invention, in which the tag conversion device is made redundant, that is, the load of the tag conversion device is distributed using the two
[0040]
FIGS. 13 to 15 show the operation at the time of distribution change due to a tag converter failure together with server status and table setting examples.
[0041]
The server access route from the
[0042]
FIG. 16 shows still another example of the embodiment of the load distribution method of the present invention, here, an example using the
[0043]
FIG. 17 is a detailed block diagram of the
[0044]
The
[0045]
As described above, the
[0046]
【The invention's effect】
By dynamically switching the VLAN path to the server, it is possible to provide a highly reliable and highly available server system. By setting a table for switching VLAN paths, it is possible to set an external distribution policy while distributing the load.
[0047]
Since each server is logically divided by VLAN, it is possible to set the same IP address, and setting the spare server to the same setting facilitates switching between active / spare.
[0048]
Since each network and server are logically separated by VLAN, a load distribution device (tag conversion device) can be shared by a plurality of networks, and a server that can be shared between networks is easy. At this time, the tag conversion apparatus is equivalent to L2SW, and there is no problem that one failure is spread to the whole as in the case where the server is HUB-connected.
[Brief description of the drawings]
FIG. 1 is an explanatory diagram illustrating an example of a conventional load distribution method. FIG. 2 is an explanatory diagram illustrating another example of a conventional load distribution method. FIG. 3 is an explanatory diagram illustrating still another example of the conventional load distribution method. FIG. 4 is an explanatory diagram showing an example of an embodiment of a load distribution method of the present invention. FIG. 5 is a configuration diagram showing details of a tag conversion device and a load distribution control device in FIG. 4. FIG. FIG. 7 is an explanatory diagram showing an operation at the time of server distribution according to the distribution policy in the form of FIG. 7. FIG. 7 is an explanatory diagram showing an operation at the time of server distribution by the distribution policy in the embodiment of FIG. FIG. 9 is an explanatory diagram showing an operation at the time of server distribution according to a policy. FIG. 9 is an explanatory diagram showing an operation at the time of a distribution change due to a server failure in the embodiment of FIG. 4. FIG. FIG. 11 is an explanatory diagram showing an operation at the time of change. FIG. 11 is an explanatory diagram showing an operation at the time of distribution change due to a server failure in the embodiment of FIG. 4. FIG. 12 is another example of an embodiment of the load distribution method of the present invention. FIG. 13 is an explanatory diagram showing an operation at the time of distribution change due to a tag converter failure in the embodiment of FIG. 12. FIG. 14 is an operation at the time of distribution change due to a tag converter failure in the embodiment of FIG. FIG. 15 is an explanatory diagram showing an operation at the time of distribution change due to a tag conversion device failure in the embodiment of FIG. 12. FIG. 16 is a diagram showing still another example of the embodiment of the load distribution method of the present invention. FIG. 17 is a block diagram showing details of the tag conversion device in FIG. 16.
1-5: Network, 11-30: Information terminal, 31, 32: DNS server, 41-66: Server, 71-74: Spare server, 81-84: Load balancer, 91, 92: Switch, 93, 94 : HUB, 101 to 118: VLAN, 121 to 124: tag conversion device, 131, 132: load distribution control device, 141 to 148: information communication network (group), 211, 241: packet input unit, 212, 242, 312 : Tag conversion unit, 213 and 243 are packet output units, 214, 244 and 314: Table setting unit, 215, 245 and 315: Tag conversion table, 216 and 316: Communication unit, 246 and 311: Load state detection unit, 313 : Packet input / output unit, 247, 317: Distribution setting input unit.
Claims (8)
複数のサーバをそれぞれVIDの異なるVLANに接続し、
負荷分散制御装置を用いて各サーバの負荷状態及び障害を検出し、
入力されたパケットのVIDを接続先のVLANのVIDに変換するタグ変換装置を用いて、情報端末からのパケットのVIDを前記各サーバの負荷状態及び障害、負荷分散のポリシーに応じて変換することにより、該情報端末に接続するサーバを切り替える
ことを特徴とする負荷分散方法。In a load distribution method in a network system including a plurality of information terminals and a plurality of servers,
Connect multiple servers to VLANs with different VIDs,
Detect the load status and failure of each server using the load balancing control device,
Using a tag conversion device that converts the VID of the input packet into the VID of the connection destination VLAN, the VID of the packet from the information terminal is converted according to the load status and failure of each server, and the load distribution policy The load distribution method characterized by switching a server connected to the information terminal.
予備のサーバを含め複数のサーバに同一のIPアドレスを持たせる
ことを特徴とする負荷分散方法。The load balancing method according to claim 1,
Load balancing method characterized by giving the same IP address to a plurality of servers including the spare server.
タグ変換装置を冗長化した
ことを特徴とする負荷分散方法。The load balancing method according to claim 1,
A load balancing method characterized in that the tag converter is made redundant.
負荷分散制御装置はサーバの負荷状態を検出するためのパケットのVIDを各サーバが接続したVLANに対応するVIDに切り替えながら出力して各サーバの負荷状態を検出する
ことを特徴とする負荷分散方法。The load balancing method according to claim 1,
A load distribution control apparatus detects a load state of each server by outputting a VID of a packet for detecting a load state of the server while switching to a VID corresponding to a VLAN to which each server is connected. .
入力パケットの接続先のVLANに対応するVIDを該入力パケットのVID、IPアドレス及びポート番号毎に記述したタグ変換テーブルと、
入力パケットのVIDをタグ変換テーブルに従って変換して出力する手段と、
外部からの指示によりタグ変換テーブルを設定する手段とを備えた
ことを特徴とするタグ変換装置。A tag conversion device used in the load balancing method according to claim 1,
A tag conversion table in which the VID corresponding to the VLAN to which the input packet is connected is described for each VID, IP address, and port number of the input packet;
Means for converting and outputting the VID of the input packet according to the tag conversion table;
A tag conversion apparatus comprising: means for setting a tag conversion table according to an instruction from the outside.
各サーバが接続したVLANに対応するVIDを記述したタグ変換テーブルと、
サーバの負荷状態を検出するためのパケットにタグ変換テーブルに従ってVIDを切り替え付与して出力し、その応答により各サーバの負荷状態を検出する手段と、
検出した結果を外部に通知する手段とを備えた
ことを特徴とする負荷分散制御装置。A load distribution control device used in the load distribution method according to claim 1,
A tag conversion table describing a VID corresponding to a VLAN to which each server is connected;
A means for switching the VID to a packet for detecting the load state of the server according to the tag conversion table and outputting it, and detecting the load state of each server according to the response;
A load balancing control device comprising: means for notifying the detected result to the outside.
複数のサーバをそれぞれVIDの異なるVLANに接続し、
入力されたパケットのVIDを接続先のVLANのVIDに変換するタグ変換装置を用いて、サーバの負荷状態を検出するためのパケットを各サーバが接続したVLANに対応するVIDに切り替えながら出力して各サーバの負荷状態及び障害を検出し、情報端末からのパケットのVIDを前記各サーバの負荷状態及び障害、負荷分散のポリシーに応じて変換することにより、該情報端末に接続するサーバを切り替える
ことを特徴とする負荷分散方法。In a load distribution method in a network system including a plurality of information terminals and a plurality of servers,
Connect multiple servers to VLANs with different VIDs,
Using a tag conversion device that converts the VID of the input packet into the VID of the connection destination VLAN, the packet for detecting the load state of the server is output while switching to the VID corresponding to the VLAN to which each server is connected. Switching the server connected to the information terminal by detecting the load state and failure of each server and converting the VID of the packet from the information terminal according to the load state, failure and load distribution policy of each server. A load balancing method characterized by the above.
入力パケットの接続先のVLANに対応するVIDを該入力パケットのVID、IPアドレス及びポート番号毎に記述するとともに各サーバが接続したVLANに対応するVIDを記述したタグ変換テーブルと、
入力パケットのVIDをタグ変換テーブルに従って変換して出力する手段と、
サーバの負荷状態を検出するためのパケットにタグ変換テーブルに従ってVIDを切り替え付与して出力し、その応答により各サーバの負荷状態を検出する手段と、
前記各サーバの負荷状態及び外部からの指示によりタグ変換テーブルを設定する手段とを備えた
ことを特徴とするタグ変換装置。A tag conversion device used in the load balancing method according to claim 7,
A tag conversion table describing the VID corresponding to the VLAN to which the input packet is connected for each VID, IP address, and port number of the input packet and describing the VID corresponding to the VLAN connected to each server;
Means for converting and outputting the VID of the input packet according to the tag conversion table;
A means for switching the VID to a packet for detecting the load state of the server according to the tag conversion table and outputting it, and detecting the load state of each server according to the response;
Means for setting a tag conversion table according to a load state of each server and an instruction from the outside.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002032484A JP3825333B2 (en) | 2002-02-08 | 2002-02-08 | Load distribution method using tag conversion, tag conversion apparatus, and load distribution control apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002032484A JP3825333B2 (en) | 2002-02-08 | 2002-02-08 | Load distribution method using tag conversion, tag conversion apparatus, and load distribution control apparatus |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2003234752A JP2003234752A (en) | 2003-08-22 |
JP3825333B2 true JP3825333B2 (en) | 2006-09-27 |
Family
ID=27775592
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2002032484A Expired - Fee Related JP3825333B2 (en) | 2002-02-08 | 2002-02-08 | Load distribution method using tag conversion, tag conversion apparatus, and load distribution control apparatus |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3825333B2 (en) |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4088179B2 (en) | 2003-03-13 | 2008-05-21 | 富士通株式会社 | Network device connection management device |
WO2005083569A1 (en) * | 2004-02-26 | 2005-09-09 | Nec Corporation | Method for process migration between networks and network system thereof |
JP4414961B2 (en) | 2005-12-13 | 2010-02-17 | 株式会社日立製作所 | Management method by management server, management server, computer system, and management program |
JP5235292B2 (en) | 2006-09-29 | 2013-07-10 | 富士通株式会社 | Computer system, method for migrating to backup system, program for migrating to backup system, monitoring device, terminal device, and backup system |
JP2010066931A (en) * | 2008-09-09 | 2010-03-25 | Fujitsu Ltd | Information processor having load balancing function |
JP5292335B2 (en) * | 2010-02-18 | 2013-09-18 | 日本電信電話株式会社 | Connection destination node selection method, apparatus and program |
JP2011191854A (en) * | 2010-03-12 | 2011-09-29 | Hitachi Ltd | Computer system, control method of computer system, and program |
JP5241763B2 (en) | 2010-03-24 | 2013-07-17 | 株式会社日立製作所 | COMMUNICATION SYSTEM AND COMMUNICATION SYSTEM CONTROL METHOD |
JP5618886B2 (en) * | 2011-03-31 | 2014-11-05 | 株式会社日立製作所 | Network system, computer distribution apparatus, and computer distribution method |
JP5966703B2 (en) | 2012-07-10 | 2016-08-10 | 富士通株式会社 | Router device, communication system, and packet transfer method |
-
2002
- 2002-02-08 JP JP2002032484A patent/JP3825333B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2003234752A (en) | 2003-08-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10218782B2 (en) | Routing of communications to one or more processors performing one or more services according to a load balancing function | |
US6880089B1 (en) | Firewall clustering for multiple network servers | |
US6779039B1 (en) | System and method for routing message traffic using a cluster of routers sharing a single logical IP address distinct from unique IP addresses of the routers | |
US7055173B1 (en) | Firewall pooling in a network flowswitch | |
US8521856B2 (en) | Dynamic network configuration | |
JP6169251B2 (en) | Asymmetric packet flow in distributed load balancers | |
US7903543B2 (en) | Method, apparatus and program storage device for providing mutual failover and load-balancing between interfaces in a network | |
US7908368B2 (en) | Method and apparatus for redirecting data traffic based on external switch port status | |
US8842518B2 (en) | System and method for supporting management network interface card port failover in a middleware machine environment | |
JP5381998B2 (en) | Cluster control system, cluster control method, and program | |
US6763479B1 (en) | High availability networking with alternate pathing failover | |
US7872965B2 (en) | Network resource teaming providing resource redundancy and transmit/receive load-balancing through a plurality of redundant port trunks | |
US20110093740A1 (en) | Distributed Intelligent Virtual Server | |
US6625152B1 (en) | Methods and apparatus for transferring data using a filter index | |
JP3825333B2 (en) | Load distribution method using tag conversion, tag conversion apparatus, and load distribution control apparatus | |
US7783786B1 (en) | Replicated service architecture | |
US7769862B2 (en) | Method and system for efficiently failing over interfaces in a network | |
CN114900526B (en) | Load balancing method and system, computer storage medium and electronic equipment | |
US7649892B2 (en) | Method and system of network communication receive load balancing | |
CN114268581B (en) | Method for realizing high availability and load sharing of network equipment | |
Zhang et al. | Linux virtual server clusters | |
US9118581B2 (en) | Routing network traffic | |
JP2002044178A (en) | Communication control system for i/o channel | |
KR101397656B1 (en) | Method for Managing Duplication of Server Using L4 Switch |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20051012 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20051108 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20051226 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20060314 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20060515 |
|
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: 20060627 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20060629 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090707 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100707 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110707 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |