A virtual machine (VM) is an abstraction—a “virtualization”—of an actual physical computer system.
Each VM 20, . . . 20-n can be thought of as including both virtual system hardware 22 and guest system software 30. Virtual system hardware 22 typically includes one or more virtual processors 28, virtual memory 23, at least one virtual disk 24, and one or more virtual network interface card(s) (VNICs) (only one shown). One or more additional virtual devices 27, such as virtual user interface devices, universal serial bus (USB) ports, etc., may also be included. Virtual system hardware 22 is shown in
Guest system software 30 includes guest operating system (OS) 32 and drivers 34 as needed for VNIC 25, virtual disk 24 and other various virtual devices 27. Guest OS 32 may be an off-the shelf OS designed to run directly on a hardware platform (i.e., not in a virtual machine) or it can be an OS specially modified to run in a para-virtualized environment, depending on what is required or permitted by the particular implementation of virtualization software 15. The term “virtualization software” therefore refers herein to a software layer implanting either full virtualization or para-virtualization. “Full virtualization” refers to a system in which no software components of any form are included in the guest other than those that would be found in a non-virtualized computer; thus, the guest OS could be an off-the-shelf, commercially available OS with no components included specifically to support use in a virtualized environment. In contrast, a “para-virtualized” system is not “fully” virtualized. Rather, the guest is configured in some way to provide certain features that facilitate virtualization. For the purposes herein, the term “virtualization” includes both full and para-virtualization.
In addition to guest operating system 32, one or more guest applications 36 execute “within” VM 20, although those skilled in the art will understand that execution of guest OS and guest application instructions occurs via virtualization software 15 and host platform 10. Guest application 36 may be any type of application designed to work with guest operating system 32. As generally understood in the art of virtualization, user input and output to and from VM 20 may be redirected by virtualization software 15 to a remote terminal (not shown) or through a terminal application (not shown) executing on console operating system 40.
Virtualization software 15 may include one or more software components and/or layers, possibly including one or more of the software components known in the field of virtual machine technology as “virtual machine monitors” (VMMs), “hypervisors,” or virtualization kernels (referred to herein as “VM kernels”). Because virtualization terminology has evolved over time and has not yet become fully standardized, these terms do not always provide clear distinctions between the software layers and components to which they refer. As used herein, the term, “virtualization software” is intended to generically refer to a software layer or component logically interposed between a virtual machine and the host platform.
In the virtualization system shown in
In a different, well-known configuration (not shown) virtualization software 15 could include a general purpose operating system (not shown) instead of a VM kernel. Such a configuration is often referred to as a “hosted” virtualization system, with the general purpose operating system as the host OS. The host OS is configured to perform certain device input/output (I/O) operations for the various VMs executing on the system, alongside and sometimes at the request of the VMM. In this case, the host OS may be considered to be part of the virtualization software that enables the virtualization. The selection of the configuration of the virtualization software, i.e., whether hosted or not, or whether it is fullly virtualized or para-virtualized, are made based on the relative advantages and disadvantages of each type, which are well known to those skilled in the art of virtualizing computer systems.
Each VNIC 25-1, 25-2 is an emulated network device, presented by virtualization software 15 to VMs 20-1, 20-2 requiring network access. Thus, virtual switch 65 handles forwarding traffic between the VNICs 25-1, 25-2, connected to virtual switch 65 and possibly bridging to a physical network via one or more physical NICs. In general, virtual switches are capable of determining, based on a network frame's header, whether or not the frame is locally destined, and if it is locally destined, which virtual machines should receive the frame. Network administrators are generally required to manage the virtual switches 65 to configure these features. Since the number of virtual switches 65 are typically greater in number than their physical counterparts, the network administrator may be required to perform repetitive tasks of configuring many virtual switches 65.
One advantage of virtualization technology is that it allows a VM to be migrated from one physical host to another by powering down or suspending the VM on one host, and powering up or resuming the VM a different physical host. In this context, “suspending,” refers to the execution of the VM being temporarily or permanently halted by the virtualization software. It should be noted that the execution of a VM is frequently suspended even though it is “running.” A VM may be momentarily suspended, for example, in order to allow execution of another co-running VM to proceed. In contrast, “powering off” a VM refers to virtualizing the power-down procedure of a physical machine. As with a physical computer, a VM may be powered down in a methodical manner in which each process is notified by the OS of impending shut down, allowing each open application to save its data and exit, or the power down can be performed by simulating a power-off, in which case all running processes are terminated, losing any unsaved data or state associated with running processes. After powering off a VM, resumption of execution typically requires rebooting the guest OS and restarting any applications, whereas resuming execution of a suspended VM requires reloading the state into the VM and resuming execution.
When a VM is suspended, the processes are halted and the VM's state, including its memory contents, register settings, virtual device states, etc., may be written to a disk. In the example shown in
Unfortunately, migrating a VM from one host to another may involve some loss in state associated with the VNIC for the migrated VM. Conventionally, when VM 20-2 is migrated from host 10-1 to host 10-2 (as indicated by arrow 75), connection 56 between VNIC emulator 55-2 and virtual port 64 is lost, as indicated by cross 52, and a new connection 58 is established between VNIC emulator 55-3 and virtual port 66 on virtual switch 65′ implemented by virtualization software 15′ on host 10-2. The MAC address and other state information associated with VNIC 25-2 can be transferred to VNIC 25-3 as part of the attributes of the virtual devices making up VM 20-2, so that resumed VM 20-2 maintains its position on the network. However, VM 20-2 further connects to virtual port 66 of virtual switch 65′ on host 10-2, presuming new port 66 to offer similar network connectivity, but making no assumptions about any preservation of state not associated specifically with virtual NIC device 25-2 (e.g., MAC address, broadcast/multicast filter, etc). Thus, in the course of this VM migration process, state information that may be accumulated on virtual switch port 64 is typically lost.
In addition to these heretofore unrecognized problems, a network administrator who is viewing a virtual network from the switch point of view has no consistent topology to work with if VMs are migrating while he attempts to view and/or reconfigure the virtual network.
Described herein is a method for persisting a state of a virtual port associated with a virtual machine (“VM”) as the VM is migrated from a source host to a destination host. In certain embodiments, a virtual switch forwards network frames between the VM and the physical network interface via the virtual port. During migration of the VM, a runtime state of the virtual port is transferred to the destination host and applied at the second host to a virtual port associated with a second virtual switch at the destination host. The runtime state of the virtual port at the source host is then cleared, and the second virtual switch at the destination host forwards network frames between the migrated VM and the physical network interface of the destination host using the virtual port at the second host.
Reference will now be made in detail to several embodiments, examples of which are illustrated in the accompanying figures. It is noted that wherever practicable similar or like reference numbers may be used in the figures and may indicate similar or like functionality. The figures depict embodiments for purposes of illustration only. One skilled in the art will readily recognize from the following description that alternative embodiments of the structures and methods illustrated herein may be employed without departing from the principles described herein.
The DVswitch, as a software abstraction, resides on a variety of hardware in a distributed manner, hence the term “distributed” virtual switch. For example, DVswitch components 350A, 350B, and 350C reside in hosts 100-1, 100-2 as well as database 370. DVswitch components 350A, 350B, and 350C are illustrated in
As shown in
Similar virtual switches 602, 602′ that are connected to the same physical network 442 are managed using one DVswitch. Physical network 442, may be, e.g., a local area network. In
The term “connection” is used herein to describe an association of a virtual NIC with a DVport. In one embodiment, this association is maintained locally by virtualization software 600, 600′ and in a table or other data structure within database 370 as described in more detail below. When a connection to a DVport occurs, another virtual NIC cannot be connected to that DVport without explicitly disconnecting the already connected virtual NIC. The term “Link Up” is used herein to describe a state where a virtual NIC and a virtual port have been made ready to send and receive frames. If and only if both the virtual NIC and the virtual port agree on this link-up state, can the network traffic be forwarded to and from the virtual NIC by the virtual switch. Note that the term “filter” is used herein to describe a software component that interposes on an Input Output (I/O) path between the virtual port and the virtual NIC. The term “forwarding engine” is used herein to describe a software component that is able to build and maintain tables mapping layer 2 hardware addresses (e.g., MAC addressees) to virtual ports, and to make forwarding decisions based on those tables.
DVswitch and DVport State Management
DVswitch 350 and its DVports 352, 354 are created based on physical resources which should be available to physical NICs 172, 172′ in the managed domain of hosts 100-1, 100-2. Once created, database 370 stores the state of DVswitch 350 and DVports 352, 354. Database 370 may be provided on database controller 372 connected to hosts 100-1, 100-2 via physical network 442. In an alternate embodiment, a second physical network (not shown) connects database server 374 to hosts 100-1, 100-2, via second NICs (not shown) installed on each host 100-1, 100-2, to further isolate database server 374 from network resources (e.g., the Internet) that may pose a security risk. Hosts 100-1, 100-2 in the managed domain therefore have access to the database 370. The managed domain is a collection of hosts 100-1, 100-2 covered by an instance of the database 370. For states that are global to a given DVswitch 350, database 370 pushes read-only copies to each of the hosts 100-1, 100-2 in the managed domain. Because hosts 100-1, 100-2 do not need to alter the data and updates to it are infrequent, pushing updates to all hosts 100-1, 100-2 aggressively does not introduce unacceptable overhead. States that are specific to a given DVport 352, 354, however, do need to be altered by the host where the DVport's peer virtual port 652, 654 is located, and updates are frequent. Thus, the database 370 pushes DVport state only to the necessary host and polls that host periodically and around certain critical events for updates in the states. In addition to being stored permanently in database 370, some DVswitch state may be cached on each host in the managed domain to avoid unnecessary communication with database 370. A process residing on database 370 is responsible for pushing relevant updates to each host's local storage 358, 358′ in the managed domain. It the phrase “local storage” should be interpreted broadly herein to reflect a data storage device or system that is readily accessible by the host. In one embodiment, hosts 100-1, 100-2 always assume that their local storage 358, 358′ is up to date, and that any updates they make to the local storage will be pulled back to database 370 by a database server process of database controller 372 in a timely manner. In the event that database 370 is offline or a host loses connectivity to database 370, the host can continue operations in the current state, albeit without updates from database 370 and without assurances that changes it makes to its local storage will be persisted. The risks associated with such a loss of connectivity are minimal (i.e., unlike a distributed file system where irretrievable data loss may occur if the synchronization mechanism is lost, here the only resources being shared are conceptual).
DVport Ownership
In one embodiment, a two-level ownership model is applied to the DVport state. The first level of ownership refers to which host currently has the rights to modify the state of a particular DVport. In one embodiment, such ownership of a DVport state is granted implicitly by database controller 370 when it pushes the state of the DVport to a given host. Database controller 370 is responsible for granting and revoking host ownership of DVports 352, 354. Once a host 100-1 or 100-2 has been granted ownership of a DVport it retains ownership until database controller 372 explicitly revokes the ownership.
The second level of ownership refers to which virtual NIC is currently connected to the DVport. When virtual NIC 215-1 makes a new “connection” to DVport 352, virtual NIC 215-1 issues a request to database controller 372 for a connection identifier (ID) for DVport 352. In one embodiment, virtual NIC 215-1 identifies DVport 352 by a DVport number (or other identifier) which may be manually selected by the user (i.e., administrator) or automatically assigned by a management application during configuration of the DVswitch. For example, a DVport number identifying a particular DVport by its number may be configured along with other configuration settings for a VM. If the connection ID field is empty for the requested DVport, then a new connection ID is generated by database controller 372 and returned to virtual NIC 215-1. When virtual NIC 215-1 receives the connection ID for DVport 352, it owns rights to use network resources backing (i.e., associated with) DVport 352. The connection ID and DVport number may be stored along with other configuration settings for the VM, thereby creating an association between the VM and the DVport. As noted above, virtual NICs 215-1, 215-2 are software abstractions of physical NICs implemented by virtual NIC emulators 301-1, 301-2, respectively. Therefore, the code for requesting and obtaining a connection ID may reside in components of virtual NIC emulators 301-1, 301-2 or other components of virtualization software 600, 600′ layer of each host 100-1, 100-2.
If the current connection ID field for a particular DVport is not empty at the time of the connection request, then another virtual NIC currently owns connection rights and the new connection request will be denied. Each time a virtual NIC is granted a connection to a DVport, the virtual NIC stores the connection ID and uses that for future operations. The virtual NIC may release the connection at any time, at which point it becomes available for use by another virtual NIC. It is possible to revoke a connection by simply generating a new connection ID for the DVport or by clearing the current connection ID field of the DVport. Once a connection is revoked, attempts to use the old connection ID will fail.
In another embodiment, a DVport may be owned collectively by a cluster of hosts, without explicit assignment to a single host. Any conflicts arising from multiple hosts attempting to claim the same DVport can be resolved via a peer-to-peer election algorithm.
DVport Operation
Once virtual NIC 215-1 is connected to DVport 352, the virtual NIC may attempt to bring the link up by making a call into system-level software on host 100-1 to request that DVport 352 be backed by a virtual port. The system-level software may be virtualization software such as virtualization software 600 or other system level software. For example, in a non-hosted virtualization system, the call may be made to a VMKernel, such as that described above with reference to
As will be explained in more detail below with reference to
As will be explained in more detail below with reference to
As suggested by
Extensibility
The DVswitch and DVport implementation is extensible at run time by means of registering filter and forwarding engine classes. One forwarding engine class (not shown herein) is associated with each DVswitch 350, and zero or more filter classes are associated with DVswitch 350. A forwarding class implements the basic frame forwarding logic for DVswitch 350. The forwarding class includes rules for determining and indicating which DVport(s) should receive each frame that comes into the DVswitch. Since the forwarding class is responsible for making forwarding decisions, there is only one forwarding class associated with each DVswitch 350. The forwarding class may register DVswitch and DVport specific context for configuration and runtime state. A filter class implements some type of monitoring, filtering, or transformation functionality for a DVport. Each filter class may be applied to one or more DVports and may register a port specific context for configuration and run time state.
The forwarding engine class is assigned at DVswitch creation time. Filter classes can be added or removed at any time to or from DVports. Each forwarding engine class defines a set of callbacks to implement various required and optional functionalities. Each forwarding engine class may also optionally declare one or more opaque data types to be maintained by the system. These data will be appended to the DVswitch and DVport state which is migrated and persisted by the system.
In operation 604, a host joins the created DVswitch 350. In one embodiment, this operation is initiated by database controller 372, which (i) verifies that the host (e.g., 100-1, 100-2) can provide appropriate network connectivity and services to host a portion of the given DVswitch, (ii) adds the host to the list of hosts associated with DVswitch 350 in database 370, and (iii) pushes the current DVswitch data out to the to-be-connected host, which stores it in its local storage.
In operation 606, a host leaves the DVswitch. In one embodiment, this operation is initiated by database controller 372, which (i) verifies that the host (e.g., 100-1, 100-2) to leave the DVswitch does not currently have any DVports (e.g., 352, 354, . . . , 362) from the given DVswitch delegated to it, (ii) contacts the host (e.g., 100-1, 100-2) to indicate that it should clear its local storage of any data associated with the given DVswitch, and (iii) removes the host from the list of hosts associated with the DVswitch 350 in database 370. Note that a host may join 604 and leave 608 a DVswitch multiple times over the lifetime of the DVswitch.
In operation 608, database controller 372 deletes a DVswitch (e.g., 350) from database 370. To delete the DVswitch (e.g., 350), database controller 372 makes sure that all hosts have left the DVswitch and then removes all states corresponding to the DVswitch from database 370.
In step 704, a virtual port (e.g., 652) of the virtual switch 602 is “linked up” to the “connected” virtual NIC (e.g., 215-1). In one embodiment, this operation occurs on the host (e.g., 100-1) where the virtual NIC (e.g., 215-1) is hosted and does not require participation from database controller 372. The virtual NIC (e.g., 215-1) calls into the host system level software (e.g., virtualization software 600) identifying the DVport (e.g., 352) it is connected to and provides a connection ID. The DVswitch system validates that the DVport (e.g., 352) is in fact currently delegated to this host (e.g., 100-1). In one embodiment, the presence of DVport data with a current connection ID other than DVPORT_NO_CONNECTION is sufficient for validating that the DVport (e.g., 352) is delegated to this host (e.g., 100-1). The DVswitch system validates that the connection ID provided by the virtual NIC (e.g., 215-1) matches the current connection ID in the DVport data. If the connection ID data does not match, the request to bring the link up is denied. If the connection ID data does match, port resources on the local per-host virtual switch (e.g., 602) are allocated to the virtual NIC (e.g., 215-1), and the virtual NIC implementation is passed a handle to the resources. Class-defined callbacks for any installed forwarding classes or filtering classes are installed on the underlying virtual switch port (e.g., 652) and virtual switch port state is restored from the host's local storage using class-defined deserializers. As a result, the virtual switch port (e.g., 652) is enabled for IO.
In step 706, a virtual port of the virtual switch may also be “linked down” from the “connected” virtual NIC (e.g., 215-1). In one embodiment, this operation occurs on the host (e.g., 100-1) where the virtual NIC (e.g., 215-1) is hosted and does not require any participation from the database controller 372. The virtual NIC (e.g., 215-1) calls into the system indicating that it would like to release the virtual switch port (e.g., 652) resources on the host (e.g., 100-1). As a result, all IO and other activity on the virtual switch port (e.g., 652) is quiesced. The DVswitch system collects all transparent DVport state from the underlying virtual switch port (e.g., 652). Class-defined callbacks for any installed forwarding classes or filtering classes are removed from the underlying virtual switch port (e.g., 652) and state is checkpointed to the host's local storage using class-defined serializers. Note that a virtual port of a virtual switch may be linked up or linked down multiple times over the lifetime of a virtual NIC connection to the DVport of a DVswitch.
In step 708, the virtual NIC (e.g., 215-1) may be disconnected from a DVport (e.g., 352). In one embodiment, this operation is initiated via the database controller 372, which pushes an update of the current connection ID to the host (e.g., 100-1) to which the DVport (e.g., 352) is currently delegated, setting the current connection ID to DVPORT_NO_CONNECTION. Upon receiving this update, the host (e.g., 100-1) brings the virtual port link state down if the link state is not already down, and pulls the DVport state back from the host's local storage to synchronize the database 370.
In one embodiment, DVport migration is initiated via the database controller 372, which performs the following operations for each virtual NIC in the affected virtual machine (e.g., 200-2) to be migrated. In operation 802, database controller 372 brings the DVport (e.g., 354) to be migrated down on the source host (e.g., 100-1) by performing “virtual port link down” on the source host (e.g., 100-1) as described above with reference to
Upon reading this disclosure, those of skill in the art will appreciate still additional alternative structural and functional designs for a distributed virtual switch through the disclosed principles herein. Certain method operations described above may be performed concurrently or in different orders than that described. While particular embodiments and applications have been illustrated and described, it is to be understood that that various modifications, changes and variations which will be apparent to those skilled in the art may be made in the arrangement, operation and details of the method and apparatus of the embodiments disclosed herein without departing from the spirit and scope of the invention as defined in the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
5504921 | Dev et al. | Apr 1996 | A |
5550816 | Hardwick et al. | Aug 1996 | A |
5729685 | Chatwani et al. | Mar 1998 | A |
5751967 | Raab et al. | May 1998 | A |
6104699 | Holender et al. | Aug 2000 | A |
6111876 | Frantz et al. | Aug 2000 | A |
6151324 | Belser et al. | Nov 2000 | A |
6219699 | McCloghrie et al. | Apr 2001 | B1 |
6456624 | Eccles et al. | Sep 2002 | B1 |
6512745 | Abe et al. | Jan 2003 | B1 |
6539432 | Taguchi et al. | Mar 2003 | B1 |
6680934 | Cain | Jan 2004 | B1 |
6765921 | Stacey et al. | Jul 2004 | B1 |
6785843 | McRae et al. | Aug 2004 | B1 |
6941487 | Balakrishnan et al. | Sep 2005 | B1 |
6948003 | Newman et al. | Sep 2005 | B1 |
6963585 | Pennec et al. | Nov 2005 | B1 |
6999454 | Crump | Feb 2006 | B1 |
7046630 | Abe et al. | May 2006 | B2 |
7111163 | Haney | Sep 2006 | B1 |
7120728 | Krakirian et al. | Oct 2006 | B2 |
7146431 | Hipp et al. | Dec 2006 | B2 |
7197572 | Matters et al. | Mar 2007 | B2 |
7200144 | Terrell et al. | Apr 2007 | B2 |
7203944 | Rietschote et al. | Apr 2007 | B1 |
7209439 | Rawlins et al. | Apr 2007 | B2 |
7260648 | Tingley et al. | Aug 2007 | B2 |
7263700 | Bacon et al. | Aug 2007 | B1 |
7277453 | Chin et al. | Oct 2007 | B2 |
7283473 | Arndt et al. | Oct 2007 | B2 |
7339929 | Zelig et al. | Mar 2008 | B2 |
7342916 | Das et al. | Mar 2008 | B2 |
7366182 | O'neill | Apr 2008 | B2 |
7391771 | Orava et al. | Jun 2008 | B2 |
7450498 | Golia et al. | Nov 2008 | B2 |
7450598 | Chen et al. | Nov 2008 | B2 |
7463579 | Lapuh et al. | Dec 2008 | B2 |
7467198 | Goodman et al. | Dec 2008 | B2 |
7478173 | Delco | Jan 2009 | B1 |
7483370 | Dayal et al. | Jan 2009 | B1 |
7512744 | Banga et al. | Mar 2009 | B2 |
7554995 | Short et al. | Jun 2009 | B2 |
7555002 | Arndt et al. | Jun 2009 | B2 |
7577722 | Khandekar et al. | Aug 2009 | B1 |
7606260 | Oguchi et al. | Oct 2009 | B2 |
7640298 | Berg | Dec 2009 | B2 |
7643488 | Khanna et al. | Jan 2010 | B2 |
7649851 | Takashige et al. | Jan 2010 | B2 |
7660324 | Oguchi et al. | Feb 2010 | B2 |
7710874 | Balakrishnan et al. | May 2010 | B2 |
7716667 | Rietschote et al. | May 2010 | B2 |
7725559 | Landis et al. | May 2010 | B2 |
7752635 | Lewites | Jul 2010 | B2 |
7761259 | Seymour | Jul 2010 | B1 |
7764599 | Doi et al. | Jul 2010 | B2 |
8001214 | Jan | Aug 2010 | B2 |
7792987 | Vohra et al. | Sep 2010 | B1 |
7797507 | Tago | Sep 2010 | B2 |
7801128 | Hoole et al. | Sep 2010 | B2 |
7802000 | Huang | Sep 2010 | B1 |
7814228 | Caronni et al. | Oct 2010 | B2 |
7814541 | Manvi | Oct 2010 | B1 |
7818452 | Matthews et al. | Oct 2010 | B2 |
7826482 | Minei et al. | Nov 2010 | B1 |
7839847 | Nadeau et al. | Nov 2010 | B2 |
7840701 | Hsu et al. | Nov 2010 | B2 |
7853714 | Moberg et al. | Dec 2010 | B1 |
7865893 | Omelyanchuk et al. | Jan 2011 | B1 |
7865908 | Garg et al. | Jan 2011 | B2 |
7885276 | Lin | Feb 2011 | B1 |
7936770 | Frattura et al. | May 2011 | B1 |
7941812 | Sekar | May 2011 | B2 |
7948986 | Ghosh et al. | May 2011 | B1 |
7958506 | Mann | Jun 2011 | B2 |
7983257 | Chavan et al. | Jul 2011 | B2 |
7984108 | Landis et al. | Jul 2011 | B2 |
7987432 | Grechishkin et al. | Jul 2011 | B1 |
7995483 | Bayar et al. | Aug 2011 | B1 |
8018873 | Kompella | Sep 2011 | B1 |
8019837 | Kannan et al. | Sep 2011 | B2 |
8027354 | Portolani et al. | Sep 2011 | B1 |
8028071 | Mahalingam | Sep 2011 | B1 |
8031606 | Memon et al. | Oct 2011 | B2 |
8031633 | Bueno et al. | Oct 2011 | B2 |
8036127 | Droux et al. | Oct 2011 | B2 |
8051180 | Mazzaferri et al. | Nov 2011 | B2 |
8054832 | Shukla et al. | Nov 2011 | B1 |
8055789 | Richardson et al. | Nov 2011 | B2 |
8060875 | Lambeth | Nov 2011 | B1 |
8065714 | Budko et al. | Nov 2011 | B2 |
8068602 | Bluman et al. | Nov 2011 | B1 |
RE43051 | Newman et al. | Dec 2011 | E |
8127291 | Pike et al. | Feb 2012 | B2 |
8146148 | Cheriton | Mar 2012 | B2 |
8149737 | Metke et al. | Apr 2012 | B2 |
8155028 | Abu-Hamdeh et al. | Apr 2012 | B2 |
8166201 | Richardson et al. | Apr 2012 | B2 |
8166205 | Farinacci et al. | Apr 2012 | B2 |
8195774 | Lambeth et al. | Jun 2012 | B2 |
8199750 | Schultz et al. | Jun 2012 | B1 |
8223668 | Allan et al. | Jul 2012 | B2 |
8248967 | Nagy et al. | Aug 2012 | B2 |
8265075 | Pandey | Sep 2012 | B2 |
8281067 | Stolowitz | Oct 2012 | B2 |
8289975 | Suganthi et al. | Oct 2012 | B2 |
8339959 | Moisand et al. | Dec 2012 | B1 |
8339994 | Gnanasekaran et al. | Dec 2012 | B2 |
8345650 | Foxworthy et al. | Jan 2013 | B2 |
8351418 | Zhao et al. | Jan 2013 | B2 |
8370834 | Edwards et al. | Feb 2013 | B2 |
8386642 | Elzur | Feb 2013 | B2 |
8401024 | Christensen et al. | Mar 2013 | B2 |
8538919 | Nielsen et al. | Sep 2013 | B1 |
8549281 | Samovskiy et al. | Oct 2013 | B2 |
8611351 | Gooch et al. | Dec 2013 | B2 |
8619771 | Lambeth et al. | Dec 2013 | B2 |
8625603 | Ramakrishnan et al. | Jan 2014 | B1 |
8627313 | Edwards et al. | Jan 2014 | B2 |
8644188 | Brandwine et al. | Feb 2014 | B1 |
8683464 | Rozee et al. | Mar 2014 | B2 |
8761187 | Barde | Jun 2014 | B2 |
8798056 | Ganga | Aug 2014 | B2 |
8838743 | Lewites et al. | Sep 2014 | B2 |
9160612 | Lambeth et al. | Oct 2015 | B2 |
9172615 | Samovskiy et al. | Oct 2015 | B2 |
9178850 | Lain et al. | Nov 2015 | B2 |
9264403 | Flinta et al. | Feb 2016 | B2 |
9306910 | Lambeth et al. | Apr 2016 | B2 |
9838339 | Lambeth et al. | Dec 2017 | B2 |
9888097 | Lambeth et al. | Feb 2018 | B2 |
10291753 | Lambeth et al. | May 2019 | B2 |
10637803 | Lambeth et al. | Apr 2020 | B2 |
10757234 | Lambeth et al. | Aug 2020 | B2 |
20010043614 | Viswanadham et al. | Nov 2001 | A1 |
20020093952 | Gonda | Jul 2002 | A1 |
20020194369 | Rawlins et al. | Dec 2002 | A1 |
20030041170 | Suzuki | Feb 2003 | A1 |
20030058850 | Rangarajan et al. | Mar 2003 | A1 |
20040073659 | Rajsic et al. | Apr 2004 | A1 |
20040098505 | Clemmensen | May 2004 | A1 |
20040249973 | Alkhatib et al. | Dec 2004 | A1 |
20040267866 | Carollo et al. | Dec 2004 | A1 |
20040267897 | Hill et al. | Dec 2004 | A1 |
20050018669 | Arndt et al. | Jan 2005 | A1 |
20050027881 | Figueira et al. | Feb 2005 | A1 |
20050053079 | Havala | Mar 2005 | A1 |
20050071446 | Graham et al. | Mar 2005 | A1 |
20050083953 | May | Apr 2005 | A1 |
20050114490 | Redlich | May 2005 | A1 |
20050120160 | Plouffe et al. | Jun 2005 | A1 |
20050182853 | Lewites et al. | Aug 2005 | A1 |
20050220096 | Friskney et al. | Oct 2005 | A1 |
20060002370 | Rabie et al. | Jan 2006 | A1 |
20060026225 | Canali et al. | Feb 2006 | A1 |
20060029056 | Perera et al. | Feb 2006 | A1 |
20060174087 | Hashimoto et al. | Aug 2006 | A1 |
20060187908 | Shimozono et al. | Aug 2006 | A1 |
20060193266 | Siddha et al. | Aug 2006 | A1 |
20060221961 | Basso et al. | Oct 2006 | A1 |
20060245438 | Sajassi et al. | Nov 2006 | A1 |
20060291388 | Amdahl et al. | Dec 2006 | A1 |
20070050520 | Riley et al. | Mar 2007 | A1 |
20070055789 | Claise et al. | Mar 2007 | A1 |
20070064673 | Bhandaru et al. | Mar 2007 | A1 |
20070064704 | Balay et al. | Mar 2007 | A1 |
20070130366 | O'Connell et al. | Jun 2007 | A1 |
20070156919 | Potti et al. | Jul 2007 | A1 |
20070195794 | Fujita et al. | Aug 2007 | A1 |
20070234302 | Suzuki et al. | Oct 2007 | A1 |
20070260721 | Bose et al. | Nov 2007 | A1 |
20070280243 | Wray et al. | Dec 2007 | A1 |
20070286137 | Narasimhan et al. | Dec 2007 | A1 |
20070297428 | Bose et al. | Dec 2007 | A1 |
20080002579 | Lindholm et al. | Jan 2008 | A1 |
20080002683 | Droux et al. | Jan 2008 | A1 |
20080028401 | Geisinger et al. | Jan 2008 | A1 |
20080049621 | McGuire et al. | Feb 2008 | A1 |
20080059556 | Greenspan et al. | Mar 2008 | A1 |
20080071900 | Hecker et al. | Mar 2008 | A1 |
20080086726 | Griffith et al. | Apr 2008 | A1 |
20080159301 | Heer | Jul 2008 | A1 |
20080163207 | Reumann et al. | Jul 2008 | A1 |
20080198858 | Townsley et al. | Aug 2008 | A1 |
20080209415 | Riel et al. | Aug 2008 | A1 |
20080215705 | Liu et al. | Sep 2008 | A1 |
20080219268 | Dennison | Sep 2008 | A1 |
20080244579 | Muller et al. | Oct 2008 | A1 |
20090141729 | Fan | Jun 2009 | A1 |
20090150527 | Tripathi et al. | Jun 2009 | A1 |
20090199291 | Hayasaka et al. | Aug 2009 | A1 |
20090254990 | McGee et al. | Oct 2009 | A1 |
20090292858 | Lambeth | Nov 2009 | A1 |
20100107162 | Edwards et al. | Apr 2010 | A1 |
20100115101 | Lain et al. | May 2010 | A1 |
20100115606 | Samovskiy et al. | May 2010 | A1 |
20100125667 | Soundararajan | May 2010 | A1 |
20100131636 | Suri et al. | May 2010 | A1 |
20100138830 | Astete et al. | Jun 2010 | A1 |
20100169880 | Haviv et al. | Jul 2010 | A1 |
20100180275 | Neogi et al. | Jul 2010 | A1 |
20100191881 | Tauter et al. | Jul 2010 | A1 |
20100214949 | Smith et al. | Aug 2010 | A1 |
20100235831 | Dittmer et al. | Sep 2010 | A1 |
20100254385 | Sharma et al. | Oct 2010 | A1 |
20100257263 | Casado et al. | Oct 2010 | A1 |
20100275199 | Smith et al. | Oct 2010 | A1 |
20100281478 | Sauls et al. | Nov 2010 | A1 |
20100306408 | Greenberg et al. | Dec 2010 | A1 |
20100306773 | Lee et al. | Dec 2010 | A1 |
20100333189 | Droux et al. | Dec 2010 | A1 |
20110022694 | Dalal et al. | Jan 2011 | A1 |
20110022695 | Dalal et al. | Jan 2011 | A1 |
20110023031 | Bonola et al. | Jan 2011 | A1 |
20110075664 | Lambeth et al. | Mar 2011 | A1 |
20110103259 | Aybay | May 2011 | A1 |
20110194567 | Shen | Aug 2011 | A1 |
20120072909 | Malik | Mar 2012 | A1 |
20120131662 | Kuik | May 2012 | A1 |
20120227041 | Lambeth et al. | Sep 2012 | A1 |
20120287936 | Biswas | Nov 2012 | A1 |
20140012966 | Baphna | Jan 2014 | A1 |
20140112343 | Lambeth et al. | Apr 2014 | A1 |
20160028658 | Lambeth et al. | Jan 2016 | A1 |
20160119256 | Wang | Apr 2016 | A1 |
20160196158 | Nipane | Jul 2016 | A1 |
20160261725 | Lambeth et al. | Sep 2016 | A1 |
20180159781 | Mehta | Jun 2018 | A1 |
20180167339 | Lambeth et al. | Jun 2018 | A1 |
20180219983 | Lambeth et al. | Aug 2018 | A1 |
20190260858 | Andrew et al. | Aug 2019 | A1 |
20200389544 | Lambeth et al. | Dec 2020 | A1 |
Number | Date | Country |
---|---|---|
2004145684 | May 2004 | JP |
33058584 | Jul 2003 | WO |
2008098147 | Aug 2008 | WO |
Entry |
---|
Author Unknown, “Introduction to VMware Infrastructure: ESX Server 3.5, ESX Server 3i version 3.5, Virtual Center 2.5,” Revision Dec. 13, 2007, pp. 1-46, VMware, Inc., Palo Alto, California, USA. |
Author Unknown, “iSCSI SAN Configuration Guide: ESX Server 3.5, ESX Server 3i version 3.5,” VirtualCenter 2.5, Nov. 2007, 134 pages, Revision: Nov. 29, 2007, VMware, Inc., Palo Alto, California, USA. |
Author Unknown, “Cisco VN-Link: Virtualization-Aware Networking,” Mar. 2009, 10 pages, Cisco Systems, Inc. |
Author Unknown, “Virtual Machine Mobility Planning Guide,” Oct. 2007, 33 pages, Revision Oct. 18, 2007, VMware, Inc., Palo Alto, CA. |
Author Unknown, “VMware Infrastructure 3 Primer: ESX Server 3.5, ESX Server 3i version 3.5,” VirtualCenter 2.5, Nov. 2007, 22 pages, Revision: Nov. 29, 2007, VMware, Inc., Palo Alto, California, USA. |
Number | Date | Country | |
---|---|---|---|
20200328989 A1 | Oct 2020 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 15818398 | Nov 2017 | US |
Child | 16859176 | US | |
Parent | 14876484 | Oct 2015 | US |
Child | 15818398 | US | |
Parent | 13470560 | May 2012 | US |
Child | 14876484 | US | |
Parent | 12126777 | May 2008 | US |
Child | 13470560 | US |