JP2017173995A - Server device, cloud system, and web application switching method - Google Patents

Server device, cloud system, and web application switching method Download PDF

Info

Publication number
JP2017173995A
JP2017173995A JP2016057204A JP2016057204A JP2017173995A JP 2017173995 A JP2017173995 A JP 2017173995A JP 2016057204 A JP2016057204 A JP 2016057204A JP 2016057204 A JP2016057204 A JP 2016057204A JP 2017173995 A JP2017173995 A JP 2017173995A
Authority
JP
Japan
Prior art keywords
address
node
nat table
web application
virtual
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
JP2016057204A
Other languages
Japanese (ja)
Inventor
智一 佐々木
Tomokazu Sasaki
智一 佐々木
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.)
Nihon Unisys Ltd
Original Assignee
Nihon Unisys 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 Nihon Unisys Ltd filed Critical Nihon Unisys Ltd
Priority to JP2016057204A priority Critical patent/JP2017173995A/en
Publication of JP2017173995A publication Critical patent/JP2017173995A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To enable switchover to an update version of web application to be carried out in a short time in a server device having a public virtual IP and a private virtual IP allocated thereto.SOLUTION: A server device of the present invention includes an NAT table update unit 15 for updating the content of an NAT table stored in an NAT table storage unit 10 from first NAT information in which a first private virtual IP tied to a first node 301 and a public virtual IP are correlated to second NAT information in which a second private virtual IP tied to a second node 302 and the public virtual IP are correlated. An update version of web application is implemented in the second node 302 beforehand while an active version of web application is operating in the first node 301, so that switchover to the update version of web application is carried out by only updating the content of the NAT table.SELECTED DRAWING: Figure 2

Description

本発明は、サーバ装置、クラウドシステムおよびウェブアプリケーション切り替え方法に関し、特に、パブリック仮想IPアドレスとプライベート仮想IPアドレスとを割り当てたサーバ装置およびこれを用いたクラウドシステム、当該サーバ装置におけるウェブアプリケーションの切り替え方法に関するものである。   The present invention relates to a server device, a cloud system, and a web application switching method, and in particular, a server device to which a public virtual IP address and a private virtual IP address are assigned, a cloud system using the server device, and a web application switching method in the server device. It is about.

近年、インターネット上のサーバ装置にウェブアプリケーションを実装し、クライアントからの要求に応じてサーバ装置がウェブアプリケーションを実行することにより、所与のサービスをクライアントに提供するクラウドシステムが広く使われている。クラウドシステムでは、マルチテナント機能を実現するために、サーバ装置に割り当てる仮想IPアドレス体系をパブリックとプライベートとに分割し、パブリック仮想IPアドレスとプライベート仮想IPアドレスとを対応づけてNAT(Network Address Translation)することで通信を可能としている。   2. Description of the Related Art In recent years, a cloud system that provides a given service to a client by mounting a web application on a server device on the Internet and executing the web application in response to a request from the client has been widely used. In a cloud system, in order to realize a multi-tenant function, a virtual IP address system assigned to a server device is divided into public and private, and a public virtual IP address and a private virtual IP address are associated with each other to perform network address translation (NAT). By doing so, communication is possible.

パブリック仮想IPアドレス(以下、パブリック仮想IPと略す)は、クライアント側(インターネット側)のパブリックネットワークと通信するための仮想IPアドレスである。プライベート仮想IPアドレス(以下、プライベート仮想IPと略す)は、サーバ側(LAN側)のプライベートネットワークと通信するための仮想IPアドレスである。プライベート仮想IPは自由に割り当てることが可能であり、これによってマルチテナンシーの管理が容易となるようになされている。   The public virtual IP address (hereinafter abbreviated as “public virtual IP”) is a virtual IP address for communicating with the public network on the client side (Internet side). The private virtual IP address (hereinafter abbreviated as private virtual IP) is a virtual IP address for communicating with a private network on the server side (LAN side). Private virtual IPs can be assigned freely, thereby making it easy to manage multi-tenancy.

ところで、ウェブアプリケーションは、バージョンアップやセキュリティ対策など、種々の理由で適宜更新することが必要となる。しかしながら、従来は、更新版のウェブアプリケーションをサーバ装置に適用するための切り替えを手動で行っていたため、比較的長い時間のサービス停止が発生していた。   By the way, the web application needs to be updated appropriately for various reasons such as version upgrade and security measures. However, conventionally, switching for applying the updated version of the web application to the server device has been manually performed, so that the service has stopped for a relatively long time.

また、ウェブアプリケーションを更新するに当たっては、事前に動作の正当性を検証しておく必要があるが、その検証のために現用版(本番系)のウェブアプリケーションを停止できないため、検証系といった別の環境を準備して、更新版のウェブアプリケーションの開発に対応することが殆どである。この場合、検証系は本番系とは別の環境であるため、更新版のウェブアプリケーションを検証系の環境から本番系の環境に移行すると、検証系では正しく動作していたのが、本番系では正しく動作しなくなってしまうという問題が発生することもあった。   In addition, when updating a web application, it is necessary to verify the legitimacy of the operation in advance. However, since the current version (production system) web application cannot be stopped for the verification, another verification system such as a verification system is required. In most cases, the environment is prepared to support the development of updated web applications. In this case, since the verification system is a different environment from the production system, when the updated version of the web application was migrated from the verification environment to the production environment, the verification system worked correctly. There was also a problem that it would not work properly.

なお、現用系サーバから予備系サーバへのサーバ切り替えを行うことが可能な技術が知られている(例えば、特許文献1参照)。この特許文献1に記載のネットワークシステムでは、ネットワークに接続された特定のサーバコンピュータのアドレスを他のサーバコンピュータのアドレスとして仮想的に設定して、特定のサーバコンピュータのサーバ機能を他のサーバコンピュータによって代替するサーバ切り替えを行う。また、特定のサーバコンピュータとクライアントコンピュータとの間で送受信されるパケットを、サーバ切り替えされた他のサーバコンピュータとクライアントコンピュータとの間で送受信されるパケットに変換する。   In addition, a technique capable of switching a server from an active server to a standby server is known (see, for example, Patent Document 1). In the network system described in Patent Document 1, an address of a specific server computer connected to the network is virtually set as an address of another server computer, and the server function of the specific server computer is set by the other server computer. Switch to an alternate server. In addition, a packet transmitted / received between a specific server computer and a client computer is converted into a packet transmitted / received between another server computer and a client computer whose servers are switched.

特開平10−23074号公報Japanese Patent Laid-Open No. 10-23074

本発明は、上述のような問題を解決するために成されたものであり、パブリック仮想IPとプライベート仮想IPとが割り当てられたサーバ装置において、更新版のウェブアプリケーションへの切り替えを短時間で行うことができるようにすることを目的とする。   The present invention has been made to solve the above-described problems, and in a server device to which a public virtual IP and a private virtual IP are assigned, switching to an updated version of a web application is performed in a short time. The purpose is to be able to.

上記した課題を解決するために、本発明では、パブリック仮想IPアドレスとプライベート仮想IPアドレスとを対応づけたNATテーブルを記憶するNATテーブル記憶部を備えたサーバ装置において、現用版のウェブアプリケーションが実装された第1のノードに紐付く第1のプライベート仮想IPアドレスとパブリック仮想IPアドレスとを対応づけた第1のNAT情報から、更新版のウェブアプリケーションが実装された第2のノードに紐付く第2のプライベート仮想IPアドレスとパブリック仮想IPアドレスとを対応づけた第2のNAT情報へと、NATテーブル記憶部に記憶されるNATテーブルの内容を更新するようにしている。   In order to solve the above-described problem, in the present invention, a working version web application is implemented in a server device including a NAT table storage unit that stores a NAT table in which a public virtual IP address and a private virtual IP address are associated with each other. From the first NAT information in which the first private virtual IP address and the public virtual IP address associated with the first node are associated, the second node associated with the second node in which the updated version of the web application is implemented. The contents of the NAT table stored in the NAT table storage unit are updated to the second NAT information in which the private virtual IP address and the public virtual IP address are associated with each other.

上記のように構成した本発明によれば、現用版のウェブアプリケーションが第1のノードで稼働しているときに、更新版のウェブアプリケーションを第2のノードにあらかじめ実装しておき、その後にNATテーブルの内容を更新するだけで、更新版のウェブアプリケーションへの切り替えを行うことができる。また、更新版のウェブアプリケーションを、切り替え前に動作の正当性を検証済みの第2のノードにおいて引き続き使用するため、切り替え後に動作環境が変わって不具合を起こすことがなく、そのための修正などで時間が取られてしまうこともない。これにより、現用版から更新版へのウェブアプリケーションの切り替えを短時間で行うことができる。   According to the present invention configured as described above, when the current version of the web application is running on the first node, the updated version of the web application is installed in advance on the second node, and then the NAT is executed. You can switch to an updated version of the web application simply by updating the contents of the table. In addition, since the updated version of the web application will continue to be used on the second node that has been verified for correctness before switching, the operating environment will not change after switching and will not cause any problems. Is never taken away. Thereby, the web application can be switched from the active version to the updated version in a short time.

第1および第2の実施形態によるサーバ装置を適用したクラウドシステムの全体構成例を示す図である。It is a figure which shows the example of whole structure of the cloud system to which the server apparatus by 1st and 2nd embodiment is applied. 第1の実施形態によるサーバ装置の機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of the server apparatus by 1st Embodiment. 第2の実施形態によるサーバ装置の機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of the server apparatus by 2nd Embodiment. 第2の実施形態によるサーバ装置および第1,第2のノードの動作例を示すシーケンス図である。It is a sequence diagram which shows the operation example of the server apparatus by 1st Embodiment, and a 1st, 2nd node. 第2の実施形態によるサーバ装置および第1,第2のノードの他の動作例を示すシーケンス図である。It is a sequence diagram which shows the other operation example of the server apparatus by 1st Embodiment, and a 1st, 2nd node.

(第1の実施形態)
以下、本発明の第1の実施形態を図面に基づいて説明する。図1は、第1の実施形態によるサーバ装置を適用したクラウドシステムの全体構成例を示す図である。図1に示すクラウドシステムは、第1の実施形態によるサーバ装置100、当該サーバ装置100に対してインターネット側のパブリックネットワークに接続されたクライアント200、サーバ装置100に対してLAN側のプライベートネットワークに接続された第1および第2のノード301,302を備えて構成されている。
(First embodiment)
DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, a first embodiment of the invention will be described with reference to the drawings. FIG. 1 is a diagram illustrating an example of the overall configuration of a cloud system to which the server device according to the first embodiment is applied. The cloud system illustrated in FIG. 1 includes a server device 100 according to the first embodiment, a client 200 connected to the public network on the Internet side with respect to the server device 100, and a private network on the LAN side with respect to the server device 100. The first and second nodes 301 and 302 are configured.

サーバ装置100は、パブリック仮想IPアドレス(以下、パブリック仮想IPと略す)とプライベート仮想IPアドレス(以下、プライベート仮想IPと略す)とが割り当てられた仮想サーバ装置である。第1の実施形態では、サーバ装置100に対して1つのパブリック仮想IPを割り当てるとともに、2つのプライベート仮想IPを割り当てている。   The server apparatus 100 is a virtual server apparatus to which a public virtual IP address (hereinafter abbreviated as public virtual IP) and a private virtual IP address (hereinafter abbreviated as private virtual IP) are assigned. In the first embodiment, one public virtual IP is assigned to the server apparatus 100 and two private virtual IPs are assigned.

これに対して、第1および第2のノード301,302は、プライベートIPアドレス(以下、プライベートIPと略す)が割り当てられたノードであり、例えばウェブアプリケーションが実装された実サーバ装置(Webサーバ)である。第1の実施形態において、第1のノード301は、現用版のウェブアプリケーションが実装された実サーバであり、第2のノード302は、更新版のウェブアプリケーションが実装された実サーバであるものとする。   On the other hand, the first and second nodes 301 and 302 are nodes to which private IP addresses (hereinafter abbreviated as private IPs) are assigned. For example, real server devices (Web servers) on which web applications are mounted It is. In the first embodiment, the first node 301 is a real server on which the current version of the web application is implemented, and the second node 302 is a real server on which the updated version of the web application is implemented. To do.

ウェブアプリケーションの切り替えが行われる前は、クライアント200からサーバ装置100を介して第1のノード301に対してアクセスが行われ、クライアント200からの要求に応じて第1のノード301が所与のサービスを提供する。ここで提供するサービスは、現用版のウェブアプリケーションによって実行されるものである。   Before the web application is switched, the client 200 accesses the first node 301 via the server device 100, and the first node 301 responds to a request from the client 200 according to a given service. I will provide a. The service provided here is executed by the current version of the web application.

クライアント200からサーバ装置100を介して第1のノード301に対してアクセスが行われる際に、サーバ装置100は、クライアント200から指定されたパブリック仮想IPを第1のノード301のプライベートIP(以下、第1のプライベートIPという)に変換するNATを行うことにより、両者間の通信を実現している。   When the client 200 accesses the first node 301 via the server device 100, the server device 100 assigns the public virtual IP designated by the client 200 to the private IP (hereinafter, referred to as the first node 301). Communication between the two is realized by performing NAT for conversion to the first private IP.

一方、ウェブアプリケーションの切り替えが行われた後は、クライアント200からサーバ装置100を介して第2のノード302に対してアクセスが行われ、クライアント200からの要求に応じて第2のノード302が所与のサービスを提供する。ここで提供するサービスは、更新版のウェブアプリケーションによって実行されるものである。   On the other hand, after the web application is switched, the client 200 accesses the second node 302 via the server device 100, and the second node 302 is located in response to a request from the client 200. Provide a given service. The service provided here is executed by an updated web application.

クライアント200からサーバ装置100を介して第2のノード302に対してアクセスが行われる際に、サーバ装置100は、クライアント200から指定されたパブリック仮想IPを第2のノード302のプライベートIP(以下、第2のプライベートIPという)に変換するNATを行うことにより、両者間の通信を実現している。   When the client 200 accesses the second node 302 via the server device 100, the server device 100 assigns the public virtual IP designated by the client 200 to the private IP (hereinafter, referred to as the second node 302). Communication between the two is realized by performing NAT for conversion to the second private IP).

図2は、第1の実施形態によるサーバ装置100の機能構成例を示すブロック図である。図2に示すように、サーバ装置100は、記憶媒体としてNATテーブル記憶部10を備えている。また、サーバ装置100は、その機能構成として、パブリック側通信部11、プライベート側通信部12、アドレス変換部13、NATテーブル更新部15および操作受付部16を備えている。   FIG. 2 is a block diagram illustrating a functional configuration example of the server apparatus 100 according to the first embodiment. As shown in FIG. 2, the server apparatus 100 includes a NAT table storage unit 10 as a storage medium. In addition, the server device 100 includes a public side communication unit 11, a private side communication unit 12, an address conversion unit 13, a NAT table update unit 15, and an operation reception unit 16 as functional configurations.

上記各機能ブロック11〜13,15,16は、ハードウェア、DSP(Digital Signal Processor)、ソフトウェアの何れによっても構成することが可能である。例えばソフトウェアによって構成する場合、上記各機能ブロック11〜13,15,16は、実際にはコンピュータのCPU、RAM、ROMなどを備えて構成され、RAMやROM、ハードディスクまたは半導体メモリ等の記録媒体に記憶されたプログラムが動作することによって実現される。   Each of the functional blocks 11 to 13, 15, and 16 can be configured by any of hardware, DSP (Digital Signal Processor), and software. For example, when configured by software, each of the functional blocks 11 to 13, 15, and 16 is actually configured by including a CPU, RAM, and ROM of a computer, and is stored in a recording medium such as a RAM, ROM, hard disk, and semiconductor memory. This is realized by operating the stored program.

NATテーブル記憶部10は、サーバ装置100に割り当てられたパブリック仮想IPとプライベート仮想IPとを対応づけたNATテーブルを記憶する。現用版のウェブアプリケーションが実装された第1のノード301を使用している場合、NATテーブル記憶部10には、パブリック仮想IPと、第1のノード301に紐付く第1のプライベート仮想IPとを対応づけた第1のNATテーブル(特許請求の範囲の第1のNAT情報に相当)が記憶される。第1のプライベート仮想IPには、第1のプライベートIPが紐付けられている。   The NAT table storage unit 10 stores a NAT table in which a public virtual IP assigned to the server device 100 is associated with a private virtual IP. When using the first node 301 on which the current version of the web application is mounted, the NAT table storage unit 10 includes a public virtual IP and a first private virtual IP associated with the first node 301. The associated first NAT table (corresponding to the first NAT information in the claims) is stored. The first private IP is associated with the first private virtual IP.

一方、更新版のウェブアプリケーションが実装された第2のノード302を使用する状態に切り替えられた場合、NATテーブル記憶部10には、パブリック仮想IPと、第2のノード302に紐付く第2のプライベート仮想IPとを対応づけた第2のNATテーブル(特許請求の範囲の第2のNAT情報に相当)が記憶される。第2のプライベート仮想IPには、第2のプライベートIPが紐付けられている。   On the other hand, when the state is switched to the state in which the second node 302 on which the updated version of the web application is mounted is used, the NAT table storage unit 10 stores the public virtual IP and the second node associated with the second node 302. A second NAT table (corresponding to the second NAT information in the claims) associated with the private virtual IP is stored. The second private virtual IP is associated with the second private IP.

パブリック側通信部11は、パブリック仮想IPを用いて、クライアント200との間で通信を行う。プライベート側通信部12は、プライベート仮想IPを用いて、第1のノード301または第2のノード302との間で通信を行う。通常は、プライベート側通信部12は、現用版のウェブアプリケーションが実装された第1のノード301との間で通信を行う。   The public-side communication unit 11 communicates with the client 200 using a public virtual IP. The private-side communication unit 12 communicates with the first node 301 or the second node 302 using a private virtual IP. Normally, the private-side communication unit 12 performs communication with the first node 301 on which the working version web application is mounted.

アドレス変換部13は、NATテーブル記憶部10に記憶されているNATテーブルに基づいて、パブリック仮想IPとプライベートIPとの間でアドレスの変換を行う。現用版のウェブアプリケーションが実装された第1のノード301を使用している場合、アドレス変換部13は、NATテーブル記憶部10に記憶されている第1のNATテーブルに基づいて、パブリック仮想IPと第1のプライベートIPとの間でアドレスの変換を行う。   The address conversion unit 13 performs address conversion between the public virtual IP and the private IP based on the NAT table stored in the NAT table storage unit 10. When using the first node 301 on which the current version of the web application is implemented, the address translation unit 13 uses the public virtual IP and the public virtual IP based on the first NAT table stored in the NAT table storage unit 10. Address conversion is performed with the first private IP.

一方、更新版のウェブアプリケーションが実装された第2のノード302を使用する状態に切り替えられた場合、アドレス変換部13は、NATテーブル記憶部10に記憶されている第2のNATテーブルに基づいて、パブリック仮想IPと第2のプライベートIPとの間でアドレスの変換を行う。   On the other hand, when switching to a state in which the second node 302 in which the updated version of the web application is installed is used, the address conversion unit 13 is based on the second NAT table stored in the NAT table storage unit 10. The address is converted between the public virtual IP and the second private IP.

NATテーブル更新部15は、現用版のウェブアプリケーションが実装された第1のノード301に紐付く第1のプライベート仮想IPとパブリック仮想IPとを対応づけた第1のNATテーブルから、更新版のウェブアプリケーションが実装された第2のノード302に紐付く第2のプライベート仮想IPとパブリック仮想IPアドレスとを対応づけた第2のNATテーブルへと、NATテーブル記憶部10に記憶されるNATテーブルの内容を更新する。   The NAT table update unit 15 obtains an updated version of the web from the first NAT table that associates the first private virtual IP and the public virtual IP associated with the first node 301 on which the current version of the web application is implemented. The contents of the NAT table stored in the NAT table storage unit 10 to the second NAT table in which the second private virtual IP and the public virtual IP address associated with the second node 302 on which the application is mounted are associated with each other. Update.

このNATテーブル更新部15によるNATテーブルの更新は、ウェブアプリケーションの切替要求を行うためのユーザ操作を操作受付部16が受け付けたときに実行する。その切り替えの前提として、ユーザは、現用版のウェブアプリケーションが実装されている第1のノード301が使用されているときに、更新版のウェブアプリケーションを第2のノード302にあらかじめ実装しておき、第2のNATテーブルもあらかじめ作成しておく。   The updating of the NAT table by the NAT table updating unit 15 is executed when the operation receiving unit 16 receives a user operation for making a web application switching request. As a premise for the switching, when the first node 301 on which the current version of the web application is mounted is used, the user has mounted the updated version of the web application on the second node 302 in advance. A second NAT table is also created in advance.

そして、第2のノード302に対する更新版のウェブアプリケーションの実装が済んで、その検証も終わった後に、ユーザは、第2のNATテーブルをサーバ装置100に入力して、ウェブアプリケーションの切替を指示する操作を行う。このユーザ操作を操作受付部16が受け付けると、NATテーブル更新部15は、ウェブアプリケーションの切替要求を操作受付部16から受けて、NATテーブル記憶部10に記憶されている第1のNATテーブルを、上記入力された第2のNATテーブルに書き換える。   After the updated web application is mounted on the second node 302 and the verification is completed, the user inputs the second NAT table to the server device 100 and instructs the switching of the web application. Perform the operation. When the operation accepting unit 16 accepts this user operation, the NAT table updating unit 15 receives a web application switching request from the operation accepting unit 16 and stores the first NAT table stored in the NAT table storage unit 10. Rewrite the input second NAT table.

NATテーブル記憶部10に記憶されるNATテーブルの書き換えが行われた後は、クライアント200からのアクセスは、第1のノード301に代えて第2のノード302に対して行われるようになる。これにより、更新版のウェブアプリケーションによってクライアント200に対してサービスの提供が実施されることとなる。   After the NAT table stored in the NAT table storage unit 10 is rewritten, the access from the client 200 is performed to the second node 302 instead of the first node 301. Thus, the service is provided to the client 200 by the updated version of the web application.

以上詳しく説明したように、第1の実施形態では、パブリック仮想IPとプライベート仮想IPとを割り当てたサーバ装置100において、現用版のウェブアプリケーションが実装された第1のノード301に紐付く第1のプライベート仮想IPとパブリック仮想IPとを対応づけた第1のNATテーブルから、更新版のウェブアプリケーションが実装された第2のノード302に紐付く第2のプライベート仮想IPとパブリック仮想IPとを対応づけた第2のNATテーブルへと、NATテーブル記憶部10に記憶されるNATテーブルの内容を更新するようにしている。   As described above in detail, in the first embodiment, in the server device 100 to which the public virtual IP and the private virtual IP are allocated, the first node associated with the first node 301 in which the active version web application is mounted. Corresponding the second private virtual IP and the public virtual IP associated with the second node 302 on which the updated version of the web application is mounted from the first NAT table in which the private virtual IP and the public virtual IP are associated with each other. The contents of the NAT table stored in the NAT table storage unit 10 are updated to the second NAT table.

このように構成した第1の実施形態によれば、NATテーブル記憶部10におけるNATテーブルの内容を更新するだけで、第1のノード301に実装されている現用版のウェブアプリケーションから、第1のノード301の稼動中に第2のノード302にあらかじめ実装しておいた更新版のウェブアプリケーションへの切り替えを行うことができる。また、更新版のウェブアプリケーションを、切り替え前に動作の正当性を検証済みの第2のノード302において引き続き使用するため、切り替え後に動作環境が変わって不具合を起こすことがなく、そのための修正などで時間が取られてしまうこともない。これにより、現用版から更新版へのウェブアプリケーションの切り替えを短時間で行うことができる。   According to the first embodiment configured as described above, the first version of the web application installed in the first node 301 can be updated only by updating the contents of the NAT table in the NAT table storage unit 10. During the operation of the node 301, it is possible to switch to the updated version of the web application that is previously installed in the second node 302. In addition, since the updated version of the web application is continuously used in the second node 302 whose operation has been validated before switching, the operation environment does not change after switching and causes a problem. No time is taken. Thereby, the web application can be switched from the active version to the updated version in a short time.

(第2の実施形態)
次に、本発明の第2の実施形態を図面に基づいて説明する。第2の実施形態は、HTTPのキープアライブ機能の影響によってNATテーブルの切り替えが不能となる問題を解決するためのものである。キープアライブ機能とは、クライアント200からのアクセスに応じて第1のノード301との間で接続されたTCPセッションを、クライアント200へのレスポンスを行った後も維持する機能である。
(Second Embodiment)
Next, a second embodiment of the present invention will be described with reference to the drawings. The second embodiment is for solving the problem that the NAT table cannot be switched due to the influence of the HTTP keep-alive function. The keep alive function is a function that maintains a TCP session connected to the first node 301 in response to an access from the client 200 even after a response to the client 200 is made.

キープアライブ機能がオフの場合は、HTTPのリクエストとレスポンスとの組が1つのTCPセッション内で行われる。すなわち、第1のノード301とのセッションの確立後、クライアント200からのリクエストに応じて、サーバ装置100を介して第1のノード301からのレスポンスをクライアント200に返信すると、セッションは切断される。したがって、クライアント200からサーバ装置100を介して第1のノード301に複数のリクエストを行う場合は、都度セッションの確立と切断が繰り返される。   When the keep alive function is off, a pair of HTTP request and response is performed in one TCP session. In other words, after establishing a session with the first node 301, when a response from the first node 301 is returned to the client 200 via the server device 100 in response to a request from the client 200, the session is disconnected. Therefore, when a plurality of requests are made from the client 200 to the first node 301 via the server device 100, session establishment and disconnection are repeated each time.

これに対して、キープアライブ機能がオンの場合は、1つのセッション内で、複数のリクエストとレスポンスとの組が実行され得る。すなわち、第1のノード301とのセッションの確立後、クライアント200からリクエストがない状態で所定のタイムアウトを経過した場合、または、リスエストの合計数が所定回数に達した場合に、第1のノード301からサーバ装置100を介してクライアント200にFINパケットを送信することにより、セッションが切断される。   On the other hand, when the keep alive function is on, a plurality of combinations of requests and responses can be executed in one session. That is, after establishing a session with the first node 301, when a predetermined timeout has passed without a request from the client 200, or when the total number of requests reaches a predetermined number of times, the first node 301 By transmitting a FIN packet to the client 200 via the server device 100, the session is disconnected.

このように、キープアライブ機能が有効である場合、一度のTCP接続で複数のリクエストを処理するため、タイムアウトになるか最大リクエスト数を超えるまで同じTCP接続を利用し続けることになる。このため、そのTCP接続が継続されているときに、NATテーブル記憶部10に記憶されるNATテーブルを書き換えても、その変更が反映されない。   As described above, when the keep alive function is valid, a plurality of requests are processed by one TCP connection, and therefore the same TCP connection is continuously used until a time-out occurs or the maximum number of requests is exceeded. For this reason, even if the NAT table stored in the NAT table storage unit 10 is rewritten while the TCP connection is continued, the change is not reflected.

すなわち、NATテーブル記憶部10に記憶されているNATテーブルを動的に書き換えることで、第1のノード301から第2のノード302に通信を切り替えたいのであるが、TCPセッションの確立時にのみNATテーブル上のアドレス変換ルールを評価する仕様となっているため、キープアライブ機能が有効な確立済みのセッションには、NATルールの更新が適用されないのである。キープアライブ機能が有効な場合、タイムアウト時間が経過するか、最大リクエスト数に達した時点でセッション確立をやり直すため、その時点でNATルールは切り替わるが、意図したタイミングとならないという問題がある。第2の実施形態では、この問題を以下に述べる手段によって解決している。   In other words, it is desired to switch communication from the first node 301 to the second node 302 by dynamically rewriting the NAT table stored in the NAT table storage unit 10, but only when the TCP session is established. Since the specification is to evaluate the above address translation rule, the update of the NAT rule is not applied to an established session in which the keep-alive function is valid. When the keep-alive function is valid, the session establishment is performed again when the timeout period elapses or when the maximum number of requests is reached. Therefore, the NAT rule is switched at that time, but there is a problem that the intended timing is not reached. In the second embodiment, this problem is solved by the means described below.

図3は、第2の実施形態によるサーバ装置100’の機能構成例を示すブロック図である。なお、この図3において、図2に示した符号と同一の符号を付したものは同一の機能を有するものであるので、ここでは重複する説明を省略する。図3に示すように、第2の実施形態によるサーバ装置100’は、セッション制御部14を更に備えている。また、NATテーブル更新部15に代えてNATテーブル更新部15’を備えている。   FIG. 3 is a block diagram illustrating a functional configuration example of the server apparatus 100 ′ according to the second embodiment. In FIG. 3, those given the same reference numerals as those shown in FIG. 2 have the same functions, and thus redundant description is omitted here. As shown in FIG. 3, the server device 100 ′ according to the second embodiment further includes a session control unit 14. Further, a NAT table update unit 15 ′ is provided instead of the NAT table update unit 15.

セッション制御部14は、ウェブアプリケーションの切替要求を行うためのユーザ操作を操作受付部16が受け付けたときに、キープアライブ機能によって維持されているセッションを切断する。   The session control unit 14 disconnects the session maintained by the keep-alive function when the operation receiving unit 16 receives a user operation for making a web application switching request.

具体的には、現用版のウェブアプリケーションが実装された第1のノード301が使用されている場合(ウェブアプリケーション更新前の状態)、第1のノード301は、セッションの確立後にクライアント200から送られてくるリクエストに含まれるキープアライブ設定要求を受け入れることにより、キープアライブ機能をオンとする。   Specifically, when the first node 301 in which the current version of the web application is mounted is used (the state before the web application is updated), the first node 301 is sent from the client 200 after the session is established. The keep alive function is turned on by accepting the keep alive setting request included in the incoming request.

その後、セッション制御部14は、ウェブアプリケーションの切替要求を行うためのユーザ操作に応じてNATテーブル更新部15’がNATテーブルの内容を更新する際に、セッションの切断およびキープアライブ受け入れの拒否を第1のノード301に指示する。そして、セッション制御部14は、この指示に応じて第1のノード301から出力されたFINパケットをクライアント200に送信することにより、接続が維持されているセッションを切断する。   Thereafter, when the NAT table update unit 15 ′ updates the contents of the NAT table in response to a user operation for making a web application switching request, the session control unit 14 first disconnects the session and rejects keep-alive acceptance. 1 node 301 is instructed. In response to this instruction, the session control unit 14 transmits the FIN packet output from the first node 301 to the client 200 to disconnect the session in which the connection is maintained.

なお、セッション制御部14から第1のノード301に対するキープアライブ受け入れ拒否の指示は、その後にNATテーブル更新部15’によって行われるNATテーブル更新までの間に、別のクライアントからの新規リクエストが到達した場合に、キープアライブ無効の動作とすることで都度セッションを切断するようにするためのものである。   Note that the session controller 14 instructs the first node 301 to reject keepalives, and a new request from another client arrives before the NAT table update performed by the NAT table updater 15 ′. In this case, the session is disconnected each time by setting the keep alive invalid operation.

NATテーブル更新部15’は、セッション制御部14によりセッションが切断された後、NATテーブル記憶部10に記憶されている第1のNATテーブルを第2のNATテーブルに書き換える。   The NAT table update unit 15 ′ rewrites the first NAT table stored in the NAT table storage unit 10 to the second NAT table after the session is disconnected by the session control unit 14.

NATテーブルの書き換え後に、クライアント200からサーバ装置100’へのアクセスによりセッションが再度確立される。このとき、NATテーブル記憶部10内の書き換えられた第2のNATテーブルの内容が新たなNATルールとして反映されるため、第2のノード302との間でセッションが確立する。その後、クライアント200から送られてくるリクエストに含まれるキープアライブ設定要求に応じて、第2のノード302がその要求を許可することにより、キープアライブ機能が再びオンとなる。それ以降は第2のノード302への通信が行われるようになる。   After rewriting the NAT table, the session is established again by accessing the server apparatus 100 'from the client 200. At this time, since the contents of the rewritten second NAT table in the NAT table storage unit 10 are reflected as a new NAT rule, a session is established with the second node 302. Thereafter, in response to the keep alive setting request included in the request sent from the client 200, the second node 302 permits the request, so that the keep alive function is turned on again. Thereafter, communication with the second node 302 is performed.

図4は、上記のように構成した第2の実施形態によるサーバ装置100’および第1,第2のノード301,302の動作例を示すシーケンス図である。現用版のウェブアプリケーションが実装された第1のノード301が使用されているときに、クライアント200からサーバ装置100’に対してアクセスがあると、クライアント200と第1のノード301との間にセッションが確立される(ステップS1)。このとき、NATテーブル記憶部10に記憶されている第1のNATテーブルの内容が評価され、NATルールとして適用される。   FIG. 4 is a sequence diagram showing an operation example of the server device 100 ′ and the first and second nodes 301 and 302 according to the second embodiment configured as described above. If the client 200 accesses the server device 100 ′ when the first node 301 on which the current version of the web application is installed is used, a session is established between the client 200 and the first node 301. Is established (step S1). At this time, the contents of the first NAT table stored in the NAT table storage unit 10 are evaluated and applied as a NAT rule.

その後、クライアント200からサーバ装置100’を介して第1のノード301に対して、キープアライブ設定要求を含むリクエストが送信され(ステップS2)、そのリクエスト対して第1のノード301がキープアライブ受け入れを含むレスポンスを返すことにより、キープアライブ機能がオンとなる(ステップS3)。それ以降、ステップS1で確立されたセッション内で、クライアント200と第1のノード301との間で複数のリクエストとレスポンスとの組が実行される(ステップS4〜S7)。   Thereafter, a request including a keep alive setting request is transmitted from the client 200 to the first node 301 via the server device 100 ′ (step S2), and the first node 301 accepts the keep alive for the request. By returning the response including the response, the keep alive function is turned on (step S3). Thereafter, a plurality of pairs of requests and responses are executed between the client 200 and the first node 301 within the session established in step S1 (steps S4 to S7).

その後、ウェブアプリケーションの切替要求を行うためのユーザ操作を操作受付部16が受け付けると、セッション制御部14は、NATテーブルの更新準備を開始する(ステップS8)。そして、セッション制御部14は、セッションの切断およびキープアライブ受け入れの拒否を第1のノード301に指示する(ステップS9)。   Thereafter, when the operation receiving unit 16 receives a user operation for making a web application switching request, the session control unit 14 starts preparation for updating the NAT table (step S8). Then, the session control unit 14 instructs the first node 301 to disconnect the session and reject the keep-alive acceptance (step S9).

次いで、セッション制御部14は、上記の指示に応じて第1のノード301から出力されたFINパケットをクライアント200に送信することにより、接続が維持されているセッションを切断する(ステップS10)。このセッション切断後に、NATテーブル更新部15’は、NATテーブル記憶部10に記憶されている第1のNATテーブルを第2のNATテーブルに書き換える(ステップS11)。   Next, the session control unit 14 disconnects the session in which the connection is maintained by transmitting the FIN packet output from the first node 301 to the client 200 in response to the above instruction (step S10). After the session disconnection, the NAT table update unit 15 'rewrites the first NAT table stored in the NAT table storage unit 10 with the second NAT table (step S11).

NATテーブルの書き換え後に、クライアント200からサーバ装置100’へのアクセスがあると、NATテーブル記憶部10に書き換えられた第2のNATテーブルの内容が評価され、NATルールとして適用される結果、クライアント200と第2のノード302との間にセッションが確立される(ステップS12)。   When the client 200 accesses the server apparatus 100 ′ after rewriting the NAT table, the content of the second NAT table rewritten in the NAT table storage unit 10 is evaluated and applied as a NAT rule. And a second node 302 are established (step S12).

その後、クライアント200からサーバ装置100’を介して第2のノード302に対して、キープアライブ設定要求を含むリクエストが送信され(ステップS13)、そのリクエストに対して第2のノード302がキープアライブ受け入れを含むレスポンスを返すことにより、キープアライブ機能がオンとなる(ステップS14)。それ以降、ステップS12で確立されたセッション内で、クライアント200と第2のノード302との間で複数のリクエストとレスポンスとの組が実行される(ステップS15〜S16)。   Thereafter, a request including a keep alive setting request is transmitted from the client 200 to the second node 302 via the server device 100 ′ (step S13), and the second node 302 accepts the keep alive for the request. Is returned to the response, the keep-alive function is turned on (step S14). Thereafter, a plurality of sets of requests and responses are executed between the client 200 and the second node 302 within the session established in step S12 (steps S15 to S16).

以上詳しく説明したように、第2の実施形態によれば、HTTPのキープアライブ機能がオンに設定されている場合であっても、ユーザがウェブアプリケーションの切り替え要求操作を行ってから遅滞なく、NATテーブル記憶部10に書き換えた第2のNATテーブルを反映させて第1のノード301から第2のノード302へと通信を切り替えることができる。   As described above in detail, according to the second embodiment, even when the HTTP keep-alive function is set to ON, the NAT is performed without delay after the user performs the web application switching request operation. Communication can be switched from the first node 301 to the second node 302 by reflecting the rewritten second NAT table in the table storage unit 10.

なお、上記第2の実施形態では、キープアライブ機能を常時オンとしておき、ウェブアプリケーションの切り替え時に一時的にキープアライブ機能をオフとする例について説明したが、本発明はこれに限定されない。例えば、セッションの確立後にクライアント200から送られてくるリクエスト内のキープアライブ設定要求を拒否することにより、キープアライブ機能が常にオフとなるようにしてもよい。   In the second embodiment, the example has been described in which the keep-alive function is always turned on and the keep-alive function is temporarily turned off when the web application is switched. However, the present invention is not limited to this. For example, the keep alive function may be always turned off by rejecting a keep alive setting request in a request sent from the client 200 after the session is established.

図5は、この場合におけるサーバ装置100’および第1,第2のノード301,302の動作例を示すシーケンス図である。キープアライブ機能を常にオフとする場合は、図5のステップS21〜S24、ステップS25〜S28のように、クライアント200からサーバ装置100’にアクセスが行われる都度、セッションの確立と切断が行われる。なお、この場合、セッション切断のためのFINパケットは、キープアライブ受け入れ拒否を含むレスポンスをクライアント200がサーバ装置100’から受信する都度、クライアント200側から送信される。   FIG. 5 is a sequence diagram illustrating an operation example of the server apparatus 100 ′ and the first and second nodes 301 and 302 in this case. When the keep alive function is always turned off, the session is established and disconnected every time the client 200 accesses the server apparatus 100 'as in steps S21 to S24 and steps S25 to S28 in FIG. In this case, the FIN packet for session disconnection is transmitted from the client 200 side each time the client 200 receives a response including a keep-alive acceptance refusal from the server device 100 ′.

このような状態でユーザがウェブアプリケーションの切り替え要求操作を行うと、その時点でセッションは切断されているか、接続されていてもすぐに切断されるので、NATテーブル更新部15’はNATテーブルの書き換えを直ちに行うことができる(ステップS29)。   When the user performs a web application switching request operation in such a state, the session is disconnected at that time, or even if connected, the NAT table update unit 15 ′ rewrites the NAT table. Can be performed immediately (step S29).

NATテーブルの書き換え後に、クライアント200からサーバ装置100’へのアクセスがあると、NATテーブル記憶部10に書き換えられた第2のNATテーブルの内容が評価され、NATルールとして適用される結果、クライアント200と第2のノード302との間にセッションが確立される(ステップS30)。   When the client 200 accesses the server apparatus 100 ′ after rewriting the NAT table, the content of the second NAT table rewritten in the NAT table storage unit 10 is evaluated and applied as a NAT rule. And a second node 302 are established (step S30).

その後、クライアント200からサーバ装置100’を介して第2のノード302に対して、キープアライブ設定要求を含むリクエストが送信され(ステップS31)、そのリクエストに対して第2のノード302がキープアライブ受け入れ拒否を含むレスポンスを返すことにより、キープアライブ機能がオフとなる(ステップS32)。したがって、ステップS30で確立されたセッション内で、クライアント200と第2のノード302との間で1回のリクエストとレスポンスとの組が実行されると(ステップS31,S32)、クライアント200からFINパケットが送出され、セッションは切断される(ステップS33)。   Thereafter, a request including a keep alive setting request is transmitted from the client 200 to the second node 302 via the server device 100 ′ (step S31), and the second node 302 accepts the keep alive for the request. By returning a response including rejection, the keep alive function is turned off (step S32). Therefore, when a pair of a request and a response is executed between the client 200 and the second node 302 within the session established in step S30 (steps S31 and S32), the FIN packet is transmitted from the client 200. Is sent and the session is disconnected (step S33).

また、上記第1および第2の実施形態では、第1,第2のノード301,302がそれぞれWebサーバである場合の例について説明したが、本発明はこれに限定されない。例えば、第1,第2のノード301,302をロードバランサまたはクラスタサーバとしてもよい。   In the first and second embodiments described above, an example in which the first and second nodes 301 and 302 are Web servers has been described, but the present invention is not limited to this. For example, the first and second nodes 301 and 302 may be load balancers or cluster servers.

その他、上記第1および第2の実施形態は、何れも本発明を実施するにあたっての具体化の一例を示したものに過ぎず、これらによって本発明の技術的範囲が限定的に解釈されてはならないものである。すなわち、本発明はその要旨、またはその主要な特徴から逸脱することなく、様々な形で実施することができる。   In addition, each of the first and second embodiments described above is merely an example of a specific example for carrying out the present invention, and the technical scope of the present invention should not be interpreted in a limited manner. It will not be. That is, the present invention can be implemented in various forms without departing from the gist or the main features thereof.

10 NATテーブル記憶部
14 セッション制御部
15,15’ NATテーブル更新部
100,100’ サーバ装置
200 クライアント
301 第1のノード
302 第2のノード
DESCRIPTION OF SYMBOLS 10 NAT table memory | storage part 14 Session control part 15,15 'NAT table update part 100,100' Server apparatus 200 Client 301 1st node 302 2nd node

Claims (7)

パブリック仮想IPアドレスとプライベート仮想IPアドレスとが割り当てられたサーバ装置であって、
上記パブリック仮想IPアドレスと上記プライベート仮想IPアドレスとを対応づけたNATテーブルを記憶するNATテーブル記憶部と、
現用版のウェブアプリケーションが実装された第1のノードに紐付く第1のプライベート仮想IPアドレスと上記パブリック仮想IPアドレスとを対応づけた第1のNAT情報から、更新版のウェブアプリケーションが実装された第2のノードに紐付く第2のプライベート仮想IPアドレスと上記パブリック仮想IPアドレスとを対応づけた第2のNAT情報へと、上記NATテーブル記憶部に記憶される上記NATテーブルの内容を更新するNATテーブル更新部とを備えたことを特徴とするサーバ装置。
A server device to which a public virtual IP address and a private virtual IP address are assigned,
A NAT table storage unit for storing a NAT table in which the public virtual IP address and the private virtual IP address are associated with each other;
The updated version of the web application is implemented from the first NAT information that associates the first private virtual IP address associated with the first node on which the current version of the web application is implemented with the public virtual IP address. Update the contents of the NAT table stored in the NAT table storage unit to the second NAT information in which the second private virtual IP address associated with the second node is associated with the public virtual IP address. A server apparatus comprising a NAT table update unit.
クライアントとの間で接続されたセッションをレスポンス後も維持するキープアライブ機能がオンとされているときに、ウェブアプリケーションの更新要求があった場合、接続が維持されているセッションを切断するセッション制御部を更に備え、
上記NATテーブル更新部は、上記セッション制御部により上記セッションが切断された後、上記NATテーブルの内容を更新することを特徴とする請求項2に記載のサーバ装置。
Session control unit that disconnects the session that is maintained when a web application update request is received when the keep-alive function that maintains the session connected with the client after the response is turned on. Further comprising
The server apparatus according to claim 2, wherein the NAT table update unit updates the content of the NAT table after the session is disconnected by the session control unit.
上記セッション制御部は、上記セッションを切断する際に、キープアライブ受け入れを拒否するように上記第1のノードに指示することを特徴とする請求項2に記載のサーバ装置。   The server apparatus according to claim 2, wherein the session control unit instructs the first node to reject keepalive acceptance when the session is disconnected. パブリック仮想IPアドレスとプライベート仮想IPアドレスとが割り当てられたサーバ装置と、当該サーバ装置に対してプライベートネットワーク側に接続された複数のノードとを備えて成るクラウドシステムであって、
上記サーバ装置は、
上記パブリック仮想IPアドレスと上記プライベート仮想IPアドレスとを対応づけたNATテーブルを記憶するNATテーブル記憶部と、
現用版のウェブアプリケーションが実装された第1のノードに紐付く第1のプライベート仮想IPアドレスと上記パブリック仮想IPアドレスとを対応づけた第1のNAT情報から、更新版のウェブアプリケーションが実装された第2のノードに紐付く第2のプライベート仮想IPアドレスと上記パブリック仮想IPアドレスとを対応づけた第2のNAT情報へと、上記NATテーブル記憶部に記憶される上記NATテーブルの内容を更新するNATテーブル更新部とを備えたことを特徴とするクラウドシステム。
A cloud system comprising a server device to which a public virtual IP address and a private virtual IP address are assigned, and a plurality of nodes connected to the server device on the private network side,
The server device is
A NAT table storage unit for storing a NAT table in which the public virtual IP address and the private virtual IP address are associated with each other;
The updated version of the web application is implemented from the first NAT information that associates the first private virtual IP address associated with the first node on which the current version of the web application is implemented with the public virtual IP address. Update the contents of the NAT table stored in the NAT table storage unit to the second NAT information in which the second private virtual IP address associated with the second node is associated with the public virtual IP address. A cloud system comprising a NAT table update unit.
クライアントとの間で接続されたセッションをレスポンス後も維持するキープアライブ機能がオンとされているときに、ウェブアプリケーションの更新要求があった場合、接続が維持されているセッションを切断するセッション制御部を更に備え、
上記NATテーブル更新部は、上記セッション制御部により上記セッションが切断された後、上記NATテーブルの内容を更新することを特徴とする請求項4に記載のクラウドシステム。
Session control unit that disconnects the session that is maintained when a web application update request is received when the keep-alive function that maintains the session connected with the client after the response is turned on. Further comprising
The cloud system according to claim 4, wherein the NAT table update unit updates the content of the NAT table after the session is disconnected by the session control unit.
上記第1のノードおよび上記第2のノードは、上記セッションの確立後に上記クライアントから送られてくるリクエストに含まれるキープアライブ設定要求を拒否することにより、上記キープアライブ機能が常にオフとなるようにすることを特徴とする請求項4に記載のクラウドシステム。   The first node and the second node reject the keep alive setting request included in the request sent from the client after the session is established, so that the keep alive function is always turned off. The cloud system according to claim 4, wherein: パブリック仮想IPアドレスとプライベート仮想IPアドレスとが割り当てられたサーバ装置において、適用するウェブアプリケーションを切り替えるための方法であって、
上記サーバ装置のNATテーブル更新部が、上記ウェブアプリケーションの切替要求を受け付けたか否かを判定する第1のステップと、
上記サーバ装置のNATテーブル更新部が、上記切替要求を受け付けた場合、現用版のウェブアプリケーションが実装された第1のノードに紐付く第1のプライベート仮想IPアドレスと上記パブリック仮想IPアドレスとを対応づけた第1のNAT情報から、更新版のウェブアプリケーションが実装された第2のノードに紐付く第2のプライベート仮想IPアドレスと上記パブリック仮想IPアドレスとを対応づけた第2のNAT情報へと、NATテーブル記憶部に記憶されるNATテーブルの内容を更新する第2のステップとを有することを特徴とするウェブアプリケーション切り替え方法。
In a server device to which a public virtual IP address and a private virtual IP address are assigned, a method for switching a web application to be applied,
A first step of determining whether or not the NAT table updating unit of the server device has accepted the web application switching request;
When the NAT table update unit of the server device accepts the switching request, the first private virtual IP address associated with the first node on which the current version of the web application is mounted is associated with the public virtual IP address. From the attached first NAT information to the second NAT information in which the second private virtual IP address associated with the second node on which the updated version of the web application is mounted is associated with the public virtual IP address. And a second step of updating the contents of the NAT table stored in the NAT table storage unit.
JP2016057204A 2016-03-22 2016-03-22 Server device, cloud system, and web application switching method Pending JP2017173995A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016057204A JP2017173995A (en) 2016-03-22 2016-03-22 Server device, cloud system, and web application switching method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016057204A JP2017173995A (en) 2016-03-22 2016-03-22 Server device, cloud system, and web application switching method

Publications (1)

Publication Number Publication Date
JP2017173995A true JP2017173995A (en) 2017-09-28

Family

ID=59973111

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016057204A Pending JP2017173995A (en) 2016-03-22 2016-03-22 Server device, cloud system, and web application switching method

Country Status (1)

Country Link
JP (1) JP2017173995A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022156799A (en) * 2021-03-31 2022-10-14 ソフトマックス株式会社 Information processing apparatus, information processing method and its program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022156799A (en) * 2021-03-31 2022-10-14 ソフトマックス株式会社 Information processing apparatus, information processing method and its program

Similar Documents

Publication Publication Date Title
US10171567B2 (en) Load balancing computer device, system, and method
EP3405878B1 (en) Virtual network, hot swapping, hot scaling, and disaster recovery for containers
US10664301B2 (en) Methods and systems for establishing connections associated with virtual machine migrations
TWI584195B (en) Method for iscsi based bare metal os image deployment and diskless boot in a server system
US10320895B2 (en) Live migration of load balanced virtual machines via traffic bypass
US10250646B2 (en) Method and device for establishing channel
JP5648926B2 (en) Network system, controller, and network control method
JP2020530722A (en) PDU type setting method, UE policy setting method, and related entities
US9876756B2 (en) Network access method and device for equipment
US9923800B2 (en) Method for reachability management in computer networks
US20180139101A1 (en) Flow sate transfer for live migration of virtual machine
WO2015192563A1 (en) Method and device for implementing load balancing and load balancing service system
CN107613037B (en) Domain name redirection method and system
WO2013097484A1 (en) Method, server and system for balancing loads of virtual machine cluster
US8369323B1 (en) Managing voice-based data communications within a clustered network environment
CN111193773A (en) Load balancing method, device, equipment and storage medium
US10237235B1 (en) System for network address translation
US20220029920A1 (en) Extending Distributed Hash Table-Based Software Network Functions to Switching Hardware
Gray et al. A priori state synchronization for fast failover of stateful firewall VNFs
JP2017173995A (en) Server device, cloud system, and web application switching method
JP7249820B2 (en) Gateway device, network system, control method, and program
TW202215831A (en) High availability network address translation
Samovskiy Building a multisourced infrastructure using OpenVPN
JP2017017587A (en) Router device, connection establishment method, communication system and communication terminal
Membrey et al. Network load balancing