Virtual Consolidated Appliance

- IBM

Techniques for managing network traffic in a virtual consolidated appliance so as to avoid interruptions in existing network connections during reconfiguration of the virtual consolidated appliance are provided. In one aspect, a method for operating a virtual consolidated appliance having a plurality of servers is provided. The method includes the following steps. An assignment for load balancing is computed based on a status of the virtual consolidated appliance. A reconfiguration of the virtual consolidated appliance is discovered. A new assignment is computed for load balancing based on a new status of the virtual consolidated appliance based on the reconfiguration of the virtual consolidated appliance. Existing network connections are redirected according to the assignment during the reconfiguration of the virtual consolidated appliance. New network connections are served according to the new assignment.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS-REFERENCE TO RELATED APPLICATION(S)

This application is a continuation of U.S. application Ser. No. 13/649,534 filed on Oct. 11, 2012, the disclosure of which is incorporated by reference herein.

FIELD OF THE INVENTION

The present invention relates to virtual consolidated appliances and more particularly, to techniques for managing network traffic in a virtual consolidated appliance so as to avoid interruptions in existing network connections during reconfiguration of the virtual consolidated appliance.

BACKGROUND OF THE INVENTION

A virtual consolidated appliance is a cluster of appliances that work as a single virtual appliance. An appliance can be a server, blade, a rack-mounted server, etc. To distribute workload into the virtual appliance, a current solution is to have a load balancing switch in front of the cluster of appliances to distribute load across them. However, with an L2-L3 load balancing switch, when the administrator tries to add an additional appliance(s) (e.g., to increase processing capacity, or shut down for maintenance, etc.), existing network connections (TCP/UDP/IP) may reset due to the change in the load distribution to the appliances. A similar problem occurs when trying to remove appliances or disable appliances (e.g., for maintenance, power saving, etc.).

A load balancing switch with L4-L7 context can potentially prevent this problem, but adds complexity to the switching logic. Hence, switching speed might suffer. Also this load balancing switch does not work well with redundant switch configuration—active and hot swap—since the context in active switch may not be present when it is replaced by a stand-by.

Thus, techniques which permit existing connections to still be served when a reconfiguration of the virtual consolidated appliance occurs would be desirable.

SUMMARY OF THE INVENTION

The present invention relates to techniques for managing network traffic in a virtual consolidated appliance so as to avoid interruptions in existing network connections during reconfiguration of the virtual consolidated appliance. In one aspect of the invention, a method for operating a virtual consolidated appliance having a plurality of servers is provided. The method includes the following steps. An assignment for load balancing is computed based on a status of the virtual consolidated appliance. A reconfiguration of the virtual consolidated appliance is discovered. A new assignment is computed for load balancing based on a new status of the virtual consolidated appliance based on the reconfiguration of the virtual consolidated appliance. Existing network connections are redirected according to the assignment during the reconfiguration of the virtual consolidated appliance. New network connections are served according to the new assignment.

In another aspect of the invention, a virtual consolidated appliance is provided. The virtual consolidated appliance includes a plurality of servers, each of the servers comprising i) a first module configured to compute an assignment for load balancing based on a status of the virtual consolidated appliance, ii) a second module configured to discover a reconfiguration of the virtual consolidated appliance, and whereby the first module is configured to compute a new assignment for load balancing based on a new status of the virtual consolidated appliance based on the reconfiguration of the virtual consolidated appliance, and iii) a third module configured to redirect existing network connections according to the assignment during the reconfiguration of the virtual consolidated appliance; and a load balancing switch for directing network connections to the servers configured to serve new network connections according to the new assignment.

A more complete understanding of the present invention, as well as further features and advantages of the present invention, will be obtained by reference to the following detailed description and drawings.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 is a schematic diagram illustrating an exemplary load balancing scheme involving multiple servers operating as a virtual consolidated appliance according to an embodiment of the present invention;

FIG. 2 is a schematic diagram illustrating an initial configuration of a virtual consolidated appliance wherein multiple clients are accessing a single server (server 1) according to an embodiment of the present invention;

FIG. 3 is a schematic diagram illustrating the addition of a new server (server 2) to the virtual consolidated appliance according to an embodiment of the present invention;

FIG. 4 is a schematic diagram illustrating how existing connections assigned to the new server (server 2) are forwarded back to server 1 such that only new connections assigned to the new server are handled by the new server according to an embodiment of the present invention;

FIG. 5 is a schematic diagram illustrating an initial configuration of a virtual consolidated appliance wherein multiple clients are accessing two servers (server 1 and server 2) according to an embodiment of the present invention;

FIG. 6 is a schematic diagram illustrating the application of a new hash bucket assignment where all client connections are routed to server 2 (in anticipation of server 1 going offline) according to an embodiment of the present invention;

FIG. 7 is a schematic diagram illustrating how existing connections to server 1 are forwarded back to server 1 and that server 1 will go offline only when all existing connections have been closed according to an embodiment of the present invention;

FIG. 8 is a schematic diagram illustrating an exemplary configuration of the present virtual consolidated appliance according to an embodiment of the present invention;

FIG. 9 is a diagram illustrating exemplary methodology for operating a virtual consolidated appliance, such as the virtual consolidated appliance shown in FIG. 8 according to an embodiment of the present invention;

FIG. 10 is a diagram illustrating a timeline of the present techniques in the context of a scaling-up scenario according to an embodiment of the present invention; and

FIG. 11 is a diagram illustrating an exemplary apparatus for performing one or more of the methodologies presented herein according to an embodiment of the present invention.

DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS

As provided above, with a virtual consolidated appliance when an administrator needs to power down one machine and/or add a new machine to the cluster, this creates a hot swap. The problem with conventional set-ups is that any ongoing sessions will be impacted. Advantageously, the present techniques provide a mechanism to avoid impacting ongoing sessions and maintain existing connections during the hot swap.

The present techniques are generally applicable to any cluster of machines (e.g., a cluster of servers, blades, appliances, etc.) operating as a virtual consolidated appliance. Running a cluster of machines, such as multiple servers, can be used to increase capacity and will appear to users as a single, e.g., server, with large capacity.

Load balancers may be employed to depress the workload to the multiple machines so that the workload is balanced between the machines. Using the example of multiple servers being operated as a cluster, when a client tries to access the servers, one possible load balancing scheme is to splay the workload based on client IP addresses. For instance, client IP addresses ending in a 0.1 are assigned to a 1st bucket, client IP addresses ending in a 0.2 are assigned to a 2nd bucket, etc. The buckets are then assigned to a particular port in a round-robin manner. For example, the 1st bucket is assigned to port 1, the 2nd bucket is assigned to port 2, the 3rd bucket is assigned to port 3, the 4th bucket is assigned to port 1, the 5th bucket is assigned to port 2, and so on. The ports correspond to the servers. Thus, in this example, three servers (server 1, server 2 and server 3) are present in the cluster and the ports 1, 2, and 3 correspond to server 1, server 2 and server 3, respectively.

See, for example, FIG. 1 which illustrates this exemplary load balancing scheme. Namely, as shown in FIG. 1, multiple clients are accessing a cluster of servers. In this example, three servers (labeled “Blade 1,” “Blade 2,” and “Blade 3”) are present in the cluster. The clients are identified by their IP addresses, i.e., client IP addresses ending in *.*.*.1, *.*.*.2, *.*.*.3, *.*.*.4, . . .*.*.*.252, *.*.*.253, etc. An Ethernet switch (such as the iFlow switch employed in the BLADE Network Technologies (BNT) available from International Business Machines Corporation) uses a hash function to make bucket assignments. For instance, the clients with IP address ending in *.*.*.1 are assigned to Bucket #1, those with an IP address ending in *.*.*.2 are assigned to Bucket #2, and so on. It is notable that a hash bucket assignment process is being used as an example in the description merely to illustrate the present techniques. It is to be understood that any load balancing assignment process can be used and the present techniques should not be construed as being limited to any one load balancing assignment process in particular.

The buckets are then assigned to a particular port in a round-robin manner. The ports correspond to the servers. Thus, those clients with a bucket assignment to port 1 are served by server 1, those clients with a bucket assignment to port 2 are served by server 2, and so on. In this case, since there are 3 servers, the bucket assignments proceed sequentially with every 4th bucket assignment starting back with port 1 (a round-robin manner). See FIG. 1 where the bucket assignment for client *.*.*.4 is to port 1.

When, for instance, another server is added to the cluster without turning off the appliance, conventional techniques would require creating a new port (e.g., adding a server 4 to the cluster would require creating a new port 4). Using the above round-robin assignment example, the clients assigned to the 4th bucket will now be directed to the new port 4. Prior to the addition of the new server 4, the clients assigned to the 4th bucket were assigned to port 1/server 1. With regard to these clients, the network connection resets since there is no existing connection. This presents a problem. However, with the present techniques, existing connections (in this example the connections to server 1) will be reassigned from the new server (in this case new server 4) to the previous assignment (in this example server 1) so that the connection is maintained.

Namely, the situation is first examined where a server is added to the cluster, also referred to herein as a scaling up scenario. As shown in FIG. 2, this scenario begins with (for simplicity) two clients, client 173 (in University Heights) and client 180 (in Hastings) accessing a server 1 (in Dobbs Ferry). Initially, only server 1 is online and all clients are hashed to buckets assigned to server 1. As shown in FIG. 2, a load balancing switch maintains a table with the client IP address, the hash bucket assignment and the media access control (MAC) of the server assignment (which in this initial scenario is server 1—Dobbs Ferry).

A second server (server 2 (in Ardsley)) is then added to the cluster. See FIG. 3. As described above, this addition of a new server will trigger a bucket reassignment. In the exemplary scenario illustrated in FIG. 3, client 173 gets reassigned to the new server 2 (Ardsley). See the updated load balancing table wherein the client 173 is now hashed to a bucket assigned to server 2. FIG. 3 shows that without the present reassignment techniques, existing connections will be reset (RST) by server 2 because server 2 does not have the connection status.

As shown in FIG. 4, however, according to the present techniques, any existing connections reassigned to the new server (server 2) are forwarded back to server 1. Thus in this scenario, server 1 (Dobbs Ferry) will continue to serve these existing connections and will respond to the client 173. As shown in FIG. 4, any new connections (labeled “new”) from client 173 will then be handled by the new server (server 2). According to this integration scheme no connections are reset when a new server is added to the cluster.

Next, the situation is examined where a server is removed from the cluster, also referred to herein as a scaling down scenario. A server may be removed from the cluster, for example, for maintenance purposes. As shown in FIG. 5, this exemplary scenario begins with the two clients used above, client 173 (in University Heights) and client 180 (in Hastings) and two servers, server 1 (in Dobbs Ferry) and server 2 (in Ardsley). Client 173 is hashed to a bucket assigned to server 2 and client 180 is hashed to a bucket assigned to server 1. See table shown next to the load balancing switch. In this exemplary scenario, server 1 is planned to go offline for maintenance.

With server 1 offline, a new hash bucket assignment is applied leaving only server 2 in the buckets. See FIG. 6. As shown in FIG. 6, without the present connection-preserving techniques, existing connections to server 1 are lost (TCP RST) when they are sent to server 2, because server 2 does not have the connection status. The present techniques, however, employ a time out period where the administrator first announces that a server (in this case server 1) is going to go offline for maintenance; for power savings, the server will be allocated to another appliance group, etc. Following that announcement, all new connections will be handled by server 2. See FIG. 7, where the updated load balancing table shows that the client 180 is now hashed to a bucket assigned to server 2. However, as shown in FIG. 7, in order to ensure that no connections are reset (RST) when server 1 is removed from the cluster, the existing connections to server 1 will be forwarded back to server 1 by server 2. Server 1 will only go offline when all existing connections are closed (which can be detected by a traffic manager (TM), see description of FIG. 8, below).

In either a scaling up or a scaling down scenario (see above), the present techniques beneficially enable dynamic reconfiguration for any type of virtual consolidated appliance, thus minimizing (or preventing) existing network connection disruptions during reconfiguration, thus providing seamless, uninterrupted performance from the clients' perspective (i.e., as described above, the virtual consolidated appliance appears as one single appliance to the clients (to the outside world)). Further, implementation of the present techniques does not require any changes to existing high speed L2 load balancers (e.g. the L2 load balancers do not need to maintain the flow information).

FIG. 8 is a schematic diagram illustrating an exemplary configuration of the present virtual consolidated appliance. As shown in FIG. 8, a cluster of servers (server 1, server 2, . . . , server x) make up the consolidated appliance. An appliance manager (AM), a traffic manager (TM), and an IPD++ is run on each of the servers. When a change is made to the virtual consolidated appliance (e.g., when a server is added or removed—i.e., there is a change in the number of servers) the appliance manager module discovers the change and knows what servers, at any given time, are present in the group. Thus, the appliance manager module serves to announce and discover appliance status and configuration and the addition/removal of a server. Accordingly, reconfiguration of the virtual consolidated appliance is triggered at the appliance manager module. Advantageously, the appliance manager module provides a single control point for reconfiguration, software updates, and patch management of the virtual consolidated appliance. Having a single control point is advantageous for management of the system, since an administrator only needs to log into one module and trigger the update/patch command once, rather than having to log into different blades and triggering the update/patch one by one. As shown in FIG. 8, the appliance manager modules share appliance configuration parameters. Therefore, each of the servers in the group will have commensurate and up to date information regarding the appliance configuration (such as, at any given time, what servers are present in the group).

The traffic manager (TM) module monitors the state in its machine (server) and in other servers in the group. Namely, the traffic manager module monitors TCP session states and, as shown in FIG. 8, shares (coordinates) that information with the other traffic manager modules in the group.

Based on the appliance status, the traffic manager module computes hash bucket assignments for load balancing. See description of hash bucket assignments above. As shown in FIG. 8, the traffic manager module configures the load balancing (LB) switch (see below) with the latest hash bucket assignments. The traffic manager module also configures the IPD++ for L2 forwarding to prevent TCP connection resets during reconfiguration. The methods for forwarding existing connections back to their original servers when a server is added or removed from the cluster/group was described in detail above.

The IPD++ module determines which flow needs to be redirected (L2 forwarding). Namely, the IPD++ module performs L2 forwarding in addition to IPD's L3 filtering and forwarding. The IPD++ module provides application programming interfaces (APIs) for forwarding the traffic between end-hosts and to virtual machines (VMs). APIs permit the application traffic to be forwarded from one blade to another blade efficiently.

As shown in FIG. 8, the virtual consolidated appliance also includes a load balancing (LB) switch. As provided above, the traffic manager modules compute the hash bucket assignments for the load balancing switch based on the appliance status. Accordingly, the load balancing switch in this embodiment uses supervised hash bucket assignment rather than automatic iFlow mode.

FIG. 9 is a diagram illustrating exemplary methodology 900 for operating a virtual consolidated appliance, such as the virtual consolidated appliance shown in FIG. 8 and described above. In step 902, a hash bucket assignment is computed for load balancing based on a status of the virtual consolidated appliance. Using FIG. 2 as an example, the status of the virtual consolidated appliance at this stage in the process would be multiple clients accessing a single server (server 1). With the example shown in FIG. 5 it would be multiple clients accessing multiple servers (server 1 and server 2). These are merely examples shown to illustrate the process. For whatever status (configuration) of the virtual consolidated appliance, the hash bucket assignment is computed. The computation of a hash bucket assignment wherein network connections are assigned to the servers in the virtual consolidated appliance was described in conjunction with the description of FIG. 1, above.

As described, in conjunction with the description of FIG. 8 above, in one exemplary embodiment, this step of computing the hash bucket assignment for load balancing is performed by the traffic manager (TM) module. The traffic manager module is also responsible for configuring the load balancing switch with the current hash bucket assignments (see above).

Next, in step 904, a reconfiguration of the virtual consolidated appliance is discovered. As described above, the reconfiguration of the virtual consolidated appliance can involve the addition of a server(s) to the virtual consolidated appliance (see FIGS. 2-4—scaling up scenario) and/or the removal of a server(s) from the virtual consolidated appliance (see FIGS. 5-7—scaling down scenario).

As described, in conjunction with the description of FIG. 8 above, in one exemplary embodiment, reconfiguration of the virtual consolidated appliance can be discovered by way of the appliance manager module. As provided above, the appliance manager module provides a single control point for reconfiguration of the virtual consolidated appliance.

In step 906, based on the discovery of a reconfiguration of the virtual consolidated appliance (as per step 904), a new hash bucket assignment is computed for load balancing based on the new status (configuration) of the virtual consolidated appliance. As provided above, the new status of the virtual consolidated appliance might be that a server(s) has/have been added to the group and/or that a server(s) has/have been removed from the group.

Again this hash bucket assignment may be performed by the traffic manager module. Step 906 may be performed whenever a change in status of the virtual consolidated appliance is detected, e.g., by the traffic manager module. Further, as provided above, the traffic manager is responsible for configuring the load balancing switch with the new hash bucket assignment. Thus, in step 908, the load balancing switch is configured with the new hash bucket assignment.

By way of the new hash bucket assignment, in step 910 existing network connections are redirected to the previous assigned servers during the reconfiguration in order to avoid connection reset. This concept was described in detail above in the context of a scaling-up scenario (FIGS. 2-4) and in the context of a scaling-down scenario (FIGS. 5-7). As provided above, this redirecting (forwarding) of existing connections may be performed by the IPD++ module.

With the existing network connections being taken care of (so as to avoid connection reset), in step 912 new network connections are served according to the new hash bucket assignment. Again, this concept was described in detail above in the context of a scaling-up scenario (FIGS. 2-4) and in the context of a scaling-down scenario (FIGS. 5-7). As provided above, in the context of the exemplary scaling-down scenario provided, the existing connections are redirected back to the original server (i.e., the server specified in the hash bucket assignment of step 902) and this server will only go offline once the existing connections to it are completed. In that case it is necessary to monitor the existing connections. As described above, this function of monitoring the existing network connections may be performed by the appliance manager module.

FIG. 10 is a diagram illustrating a timeline of the present techniques in the context of a scaling-up scenario, e.g., when a new blade server is being added to the virtual consolidated appliance. In this example, blade servers 1 and 2 exist in the cluster, and a third blade server 3 is being added. Based on the reconfiguration of the appliance (i.e., the addition of the new blade server 3) and the new (updated) hash bucket assignment based on this reconfiguration—see above, the load balancing (LB) switch redirects client 1 and client 2 network connections (labeled client flow 1 and client flow 2, respectively) to the new blade server 3. By way of the present techniques, the existing connections, are however redirected (forwarded) to the previous assigned blade servers (blade servers 1 and 2 for client flows 1 and 2, respectively) so as to avoid connection reset.

Turning now to FIG. 11, a block diagram is shown of an apparatus 1100 for implementing one or more of the methodologies presented herein. By way of example only, apparatus 1100 can be configured to implement one or more of the steps of methodology 900 of FIG. 9 for operating a virtual consolidated appliance having a plurality of servers, such as the virtual consolidated appliance of FIG. 8.

Apparatus 1100 comprises a computer system 1110 and removable media 1150. Computer system 1110 comprises a processor device 1120, a network interface 1125, a memory 1130, a media interface 1135 and an optional display 1140. Network interface 1125 allows computer system 1110 to connect to a network, while media interface 1135 allows computer system 1110 to interact with media, such as a hard drive or removable media 1150.

As is known in the art, the methods and apparatus discussed herein may be distributed as an article of manufacture that itself comprises a machine-readable medium containing one or more programs which when executed implement embodiments of the present invention. For instance, the machine-readable medium may contain a program configured to compute an assignment for load balancing based on a status of the virtual consolidated appliance; discover a reconfiguration of the virtual consolidated appliance; compute a new assignment for load balancing based on a new status of the virtual consolidated appliance based on the reconfiguration of the virtual consolidated appliance; redirect existing network connections according to the assignment during the reconfiguration of the virtual consolidated appliance; and serve new network connections according to the new assignment.

The machine-readable medium may be a recordable medium (e.g., floppy disks, hard drive, optical disks such as removable media 1150, or memory cards) or may be a transmission medium (e.g., a network comprising fiber-optics, the world-wide web, cables, or a wireless channel using time-division multiple access, code-division multiple access, or other radio-frequency channel). Any medium known or developed that can store information suitable for use with a computer system may be used.

Processor device 1120 can be configured to implement the methods, steps, and functions disclosed herein. The memory 1130 could be distributed or local and the processor device 1120 could be distributed or singular. The memory 1130 could be implemented as an electrical, magnetic or optical memory, or any combination of these or other types of storage devices. Moreover, the term “memory” should be construed broadly enough to encompass any information able to be read from, or written to, an address in the addressable space accessed by processor device 1120. With this definition, information on a network, accessible through network interface 1125, is still within memory 1130 because the processor device 1120 can retrieve the information from the network. It should be noted that each distributed processor that makes up processor device 1120 generally contains its own addressable memory space. It should also be noted that some or all of computer system 1110 can be incorporated into an application-specific or general-use integrated circuit.

Optional display 1140 is any type of display suitable for interacting with a human user of apparatus 1100. Generally, display 1140 is a computer monitor or other similar display.

Although illustrative embodiments of the present invention have been described herein, it is to be understood that the invention is not limited to those precise embodiments, and that various other changes and modifications may be made by one skilled in the art without departing from the scope of the invention.

Claims

1. A virtual consolidated appliance, comprising:

a plurality of servers, each of the servers comprising i) a first module configured to compute an assignment for load balancing based on a status of the virtual consolidated appliance, ii) a second module configured to discover a reconfiguration of the virtual consolidated appliance, and whereby the first module is configured to compute a new assignment for load balancing based on a new status of the virtual consolidated appliance based on the reconfiguration of the virtual consolidated appliance, and iii) a third module configured to redirect existing network connections according to the assignment during the reconfiguration of the virtual consolidated appliance; and
a load balancing switch for directing network connections to the servers configured to serve new network connections according to the new assignment.

2. The virtual consolidated appliance of claim 1, wherein the reconfiguration of the virtual consolidated appliance comprises an addition of at least one server to the virtual consolidated appliance.

3. The virtual consolidated appliance of claim 1, wherein the reconfiguration of the virtual consolidated appliance comprises a removal of at least one server from the virtual consolidated appliance.

4. An apparatus for operating a virtual consolidated appliance having a plurality of servers, the apparatus comprising:

a memory; and
at least one processor device, coupled to the memory, operative to: compute a assignment for load balancing based on a status of the virtual consolidated appliance; discover a reconfiguration of the virtual consolidated appliance; compute a new assignment for load balancing based on a new status of the virtual consolidated appliance based on the reconfiguration of the virtual consolidated appliance; redirect existing network connections according to the assignment during the reconfiguration of the virtual consolidated appliance; and serve new network connections according to the new assignment.

5. The apparatus of claim 4, wherein the reconfiguration of the virtual consolidated appliance comprises an addition of at least one server to the virtual consolidated appliance.

6. The apparatus of claim 4, wherein the reconfiguration of the virtual consolidated appliance comprises a removal of at least one of the servers from the virtual consolidated appliance.

7. The apparatus of claim 4, wherein the virtual consolidated appliance comprises a load balancing switch for directing network connections to the servers.

8. The apparatus of claim 7, wherein the at least one processor device is further operative to:

configure the load balancing switch with the assignment.

9. The apparatus of claim 7, wherein the at least one processor device is further operative to:

configure the load balancing switch with the new assignment.

10. The apparatus of claim 7, wherein the new network connections are served using the load balancing switch.

11. The apparatus of claim 4, wherein the reconfiguration of the virtual consolidated appliance comprises a removal of at least one of the servers from the virtual consolidated appliance, and wherein the at least one processor device is further operative to:

redirect the existing network connections according to the assignment during the reconfiguration of the virtual consolidated appliance until all of the existing network connections have been completed.

12. The apparatus of claim 11, wherein the at least one processor device is further operative to:

monitor the existing network connections.

13. An article of manufacture for operating a virtual consolidated appliance having a plurality of servers, comprising a machine-readable recordable medium containing one or more programs which when executed implement the steps of:

computing an assignment for load balancing based on a status of the virtual consolidated appliance;
discovering a reconfiguration of the virtual consolidated appliance;
computing a new assignment for load balancing based on a new status of the virtual consolidated appliance based on the reconfiguration of the virtual consolidated appliance;
redirecting existing network connections according to the assignment during the reconfiguration of the virtual consolidated appliance; and
serving new network connections according to the new assignment.

14. The article of manufacture of claim 13, wherein the reconfiguration of the virtual consolidated appliance comprises an addition of at least one server to the virtual consolidated appliance.

15. The article of manufacture of claim 13, wherein the reconfiguration of the virtual consolidated appliance comprises a removal of at least one of the servers from the virtual consolidated appliance.

16. The article of manufacture of claim 13, wherein the virtual consolidated appliance comprises a load balancing switch for directing network connections to the servers.

17. The article of manufacture of claim 16, wherein the one or more programs which when executed further implement the step of:

configuring the load balancing switch with the assignment.

18. The article of manufacture of claim 16, wherein the one or more programs which when executed further implement the step of:

configuring the load balancing switch with the new assignment.

19. The article of manufacture of claim 16, wherein the new network connections are served using the load balancing switch.

20. The article of manufacture of claim 13, wherein the reconfiguration of the virtual consolidated appliance comprises a removal of at least one of the servers from the virtual consolidated appliance, and wherein the one or more programs which when executed further implement the step of:

redirecting the existing network connections according to the assignment during the reconfiguration of the virtual consolidated appliance until all of the existing network connections have been completed.

21. The article of manufacture of claim 20, wherein the one or more programs which when executed further implement the step of:

monitoring the existing network connections.
Patent History
Publication number: 20140108626
Type: Application
Filed: Oct 15, 2013
Publication Date: Apr 17, 2014
Applicant: International Business Machines Corporation (Armonk, NY)
Inventors: Bong Jun Ko (Harrington Park, NJ), Kang-Won Lee (Nanuet, NY), Erich M. Nahum (New York, NY), Maroun Touma (Redding, CT), Dinesh C. Verma (New Castle, NY), Ho Yin Starsky Wong (Ossining, NY)
Application Number: 14/054,136
Classifications
Current U.S. Class: Reconfiguring (709/221)
International Classification: H04L 29/08 (20060101); H04L 12/24 (20060101);