Model-based system provisioning

Information

  • Patent Grant
  • 7792931
  • Patent Number
    7,792,931
  • Date Filed
    Thursday, March 10, 2005
    19 years ago
  • Date Issued
    Tuesday, September 7, 2010
    13 years ago
Abstract
Model-based system provisioning includes accessing a model of an application to be installed in a system and further accessing a model of the system. An installation specification for the application is also generated, the installation specification being derived at least in part from the model of the application and the model of the system.
Description
TECHNICAL FIELD

The invention relates to provisioning systems, and more particularly to model-based system provisioning.


BACKGROUND

Computers have become increasingly commonplace in our world and offer a variety of different functionality. Some computers are designed primarily for individual use, while others are designed primarily to be accessed by multiple users and/or multiple other computers concurrently. These different functionalities are realized by the use of different hardware components as well as different software applications that are installed on the computers.


Although the variety of available computer functionality and software applications is a tremendous benefit to the end users of the computers, such a wide variety can be problematic for the developers of the software applications as well as system administrators that are tasked with keeping computers running. Such problems can arise, for example, because of differences in configurations or settings that are required by different software applications that a user may try to install on the same computer. Situations can arise where the settings required by one software application cause another software application to malfunction. By way of another example, situations can arise where two software applications have conflicting requirements on how the operating system on the computer should be configured. Such situations can cause one or both of the software applications, and possibly additional applications, to operate incorrectly if both are installed concurrently.


Accordingly, there is a need for an improved way to install software applications on computers.


SUMMARY

Model-based system provisioning is described herein.


In accordance with certain aspects, a model of an application to be installed in a system as well as a model of the system are accessed. An installation specification for the application is also generated, the installation specification being derived at least in part from the model of the application and the model of the system.





BRIEF DESCRIPTION OF THE DRAWINGS

The same numbers are used throughout the drawings to reference like features.



FIG. 1 illustrates an example system definition model (SDM) that can be used with the model-based system provisioning described herein.



FIG. 2 illustrates an example use of types, configurations, and instances.



FIG. 3 is a flowchart illustrating an example process for provisioning a system.



FIG. 4 illustrates an example application installation specification in additional detail.



FIG. 5 is a flowchart illustrating an example of the generation of an application installation specification for physical deployment in additional detail.



FIG. 6 illustrates an example general computer environment, which can be used to implement the techniques described herein.





DETAILED DESCRIPTION

Model-based system provisioning is described herein. An installation specification for provisioning a computing device(s) is generated and subsequently used to provision the computing device(s). The installation specification describes how to install the application on the computing device(s), including how to install any additional applications that should first be installed on the computing device(s), such as an operating system. The installation specification is derived at least in part from a model of the application to be installed on the computing device(s) and a model of the system in which the application is to be installed (the system including the computing device(s)).


As used herein, an application refers to a collection of instructions that can be executed by a processor, such as a central processing unit (CPU) of a computing device. An application can be any of a variety of different types of software or firmware, or portions thereof. Examples of applications include programs that run on an operating system, the operating system, operating system components, services, infrastructure, middleware, portions of any of these, and so forth.


A system definition model (SDM) describes a system that can be managed. Management of a system can include, for example, installing software on the system, monitoring the performance of the system, maintaining configuration information about the system, verifying that constraints within the system are satisfied, combinations thereof, and so forth. A system can be, for example, an application, a single computing device, multiple computing devices networked together (e.g., via a private or personal network such as a local area network (LAN) or via a larger network such as the Internet), and so forth.



FIG. 1 illustrates an example SDM 100 that can be used with the model-based system provisioning described herein. SDM 100 includes a component corresponding to each of one or more software and/or hardware components being managed in a system. These software and/or hardware components being managed refer to those software and/or hardware components that the author of SDM 100 and/or designers of the system desires to include in SDM 100. Examples of hardware and/or software components that could be in a system include an application (such as a database application, email application, file server application, game, productivity application, operating system, and so forth), particular hardware on a computer (such as a network card, a hard disk drive, one of multiple processors, and so forth), a computer, a group of multiple computers, and so on. A system refers to a collection of one or more hardware and/or software components.


SDM 100 represents a system including component 102, component 104, component 106, component 108, and component 110. Although the example SDM 100 includes five components, in practice a system, and thus the SDM, can include any number of components.


For example, component 110 could represent a particular computer, while component 108 represents an operating system running on that particular computer. By way of another example, component 110 could represent an operating system, while component 108 represents a database application running on the operating system.


The SDM is intended to be a comprehensive knowledge store, containing all information used in managing the system. This information includes information regarding the particular components in the system, as well as relationships among the various components in the system. Despite this intent, it is to be appreciated that the SDM may contain only some of the information used in managing the system rather than all of the information.


Relationships can exist between different components in a system, and these relationships are illustrated in the SDM with lines connecting the related components. Examples of relationships that can exist between components include containment relationships, hosting relationships, and communication relationships. Containment relationships identify one component as being contained by another component—data and definitions of the component being contained are incorporated into the containing component. When a component is installed on a system, any components contained in that component are also installed on the system. In FIG. 1, containment relationships are illustrated by the diagonal lines connecting component 102 and component 104, and connecting component 102 and component 108.


Hosting relationships identify dependencies among components. In a hosting relationship, the hosting component should be present in order for the guest component to be included in the system. In FIG. 1, hosting relationships are illustrated by the vertical lines connecting component 104 and component 106, and connecting component 108 and component 110.


Communication relationships identify components that can communicate with one another. In FIG. 1, communication relationships are illustrated by the horizontal line connecting component 104 and component 108.


Associated with each component in SDM 100 is one or more information (info) pages. Information pages 122 are associated with component 102, information pages 124 are associated with component 104, information pages 126 are associated with component 106, information pages 128 are associated with component 108, and information pages 130 are associated with component 110. Each information page contains information about the associated component. Different types of information can be maintained for different components. One or more information pages can be associated with each component in SDM 100, and the particular information that is included in a particular information page can vary in different implementations. All the information can be included on a single information page, or alternatively different pieces of information can be grouped together in any desired manner and included on different pages. In certain embodiments, different pages contain different types of information, such as one page containing installation information and another page containing constraint information. Alternatively, different types of information may be included on the same page, such as installation information and constraint information being included on the same page.


Examples of types of information pages include installation pages, constraint pages, monitoring pages, service level agreement pages, description pages, and so forth. Installation pages include information describing how to install the associated component onto another component (e.g., install an application onto a computer), such as what files to copy onto a hard drive, what system settings need to be added or changed (such as data to include in an operating system registry), what configuration programs to run after files are copied onto the hard drive, sequencing specifications that identify that a particular installation or configuration step of one component should be completed before an installation or configuration step of another component, and so forth.


Constraint pages include information describing constraints for the associated component, including constraints to be imposed on the associated component, as well as constraints to be imposed on the system in which the associated component is being used (or is to be used). Constraints imposed on the associated component are settings that the component should have (or alternatively should not have) when the component is installed into a system. Constraints imposed on the system are settings (or other configuration items, such as the existence of another application or a piece of hardware) that the system should have (or alternatively should not have) in order for the associated component to be used in that particular system.


It should also be noted that constraints can flow across relationships. For example, constraints can identify settings that any component that is contained by the component, or that any component that contains the component, should have (or alternatively should not have). By way of another example, constraints can identify settings that any component that is hosted by the component, or that any component that hosts the component, should have (or alternatively should not have). By way of yet another example, constraints can identify settings that any component that communicates with the component should have (or alternatively should not have).


In addition, constraint pages may also include a description of how particular settings (or components) are to be discovered. For example, if a constraint indicates that an application should not co-exist with Microsoft® SQL Server, then the constraint page could also include a description of how to discover whether Microsoft® SQL Server is installed in the system. By way of another example, if a constraint indicates that available physical memory should exceed a certain threshold, then the constraint page could also include a description of how to discover the amount of available physical memory in the system. By way of still another example, if a constraint indicates that a security setting for Microsoft® SQL Server should have a particular value, then the constraint page could also include a description of how to discover the value of that security setting for Microsoft® SQL Server.


Constraint pages may also include a description of how particular settings are to be modified if they are discovered to not be in compliance with the constraints. Alternatively, the constraint pages could include specifications of some other action(s) to take if particular settings are discovered to not be in compliance with the constraints, such as sending an event into the system's event log, alerting an operator, starting a software application to take some corrective action, and so forth. Alternatively, the constraint pages could include a policy that describes what action to take under various circumstances, such as depending on the time of day, depending on the location of the system.


Constraint pages may also optionally include default values for at least some of these settings, identifying a default value to use within a range of values that satisfy the constraint. These default values can be used to assist in installation of an application, as discussed in more detail below.


Monitoring pages include information related to monitoring the performance and/or health of the associated component. This information can include rules describing how the associated component is to be monitored (e.g., what events or other criteria to look for when monitoring the component), as well as what actions to take when a particular rule is satisfied (e.g., record certain settings or what events occurred, sound an alarm, etc.).


Service level agreement pages include information describing agreements between two or more parties regarding the associated component (e.g., between the purchaser of the associated component and the seller from which the associated component was purchased). These can be accessed during operation of the system to determine, for example, whether the agreement reached between the two or more parties is being met by the parties.


Description pages include information describing the associated component, such as various settings for the component, or other characteristics of the component. These settings or characteristics can include a name or other identifier of the component, the manufacturer of the component, when the component was installed or manufactured, performance characteristics of the component, and so forth. For example, a description page associated with a component that represents a computing device may include information about the amount of memory installed in the computing device, a description page associated with a component that represents a processor may include information about the speed of the processor, a description page associated with a component that represents a hard drive may include information about the storage capacity of the hard drive and the speed of the hard drive, and so forth.


As can be seen in FIG. 1, an SDM maintains various information (e.g., installation, constraints, monitoring, etc.) regarding each component in the system. Despite the varied nature of these information pages, they are maintained together in the SDM and thus can all be readily accessed by various utilities or other applications involved in the management of the system.


An SDM can be generated and stored in any of a variety of different ways and using any of a variety of different data structures. For example, the SDM may be stored in a database. By way of another example, the SDM may be stored in a file or set of multiple files, the files being encoded in XML (Extensible Markup Language) or alternatively some other form. By way of yet another example, the SDM may not explicitly stored, but constructed each time it is needed. The SDM could be constructed as needed from information existing in other forms, such as installation specifications.


In certain embodiments, the SDM is based on a data structure format including types, instances, and optionally configurations. Each component in the SDM corresponds to or is associated with a type, an instance, and possibly one or more configurations. Additionally, each type, instance, and configuration corresponding to a particular component can have its own information page(s). A type refers to a general template having corresponding information pages that describe the component generally. Typically, each different version of a component will correspond to its own type (e.g., version 1.0 of a software component would correspond to one type, while version 1.1 of that software component would correspond to another type). A configuration refers to a more specific template that can include more specific information for a particular class of the type. An instance refers to a specific occurrence of a type or configuration, and corresponds to an actual physical component (software, hardware, firmware, etc.).


For types, configurations, and instances associated with a component, information contained in information pages associated with an instance can be more specific or restrictive than, but generally cannot contradict or be broader than, the information contained in information pages associated with the type or the configuration. Similarly, information contained in information pages associated with a configuration can be more specific or restrictive than, but cannot contradict or be broader than, the information contained in information pages associated with the type. For example, if a constraint page associated with a type defines a range of values for a buffer size, the constraint page associated with the configuration or the instance could define a smaller range of values within that range of values, but could not define a range that exceeds that range of values.


It should be noted, however, that in certain circumstances a model of an existing system as deployed (that is, a particular instance of a system) may violate the information contained in information pages associated with the type for that existing system. This situation can arise, for example, where the system was deployed prior to an SDM for the system being created, or where a user (such as a system administrator) may have intentionally deployed the system in noncompliance with the information contained in information pages associated with the type for that existing system.


The use of types, configurations, and instances is illustrated in FIG. 2. In FIG. 2, a type 202 corresponds to a particular component. Three different instances 204, 206, and 208 of that particular component exist and are based on type 202. Additionally, a configuration (config) 210 exists which includes additional information for a particular class of the particular component, and two instances 212 and 214 of that particular class of the particular component.


For example, assume that a particular component is a database application. A type 202 corresponding to the database application is created, having an associated constraint information page. The constraint information page includes various general constraints for the database application. For example, one of the constraints may be a range of values that a particular buffer size should be within for the database application. Type 202 corresponds to the database application in general.


Each of the instances 204, 206, and 208 corresponds to a different example of the database application. Each of the instances 204, 206, and 208 is an actual database application, and can have its own associated information pages. For example, each instance could have its own associated description information page that could include a unique identifier of the particular associated database application. By way of another example, the constraint information page associated with each instance could include a smaller range of values for the buffer size than is indicated in the constraint information page associated with type 202.


The information pages corresponding to the instances in FIG. 2 can be in addition to, or alternatively in place of, the information pages corresponding to the type. For example, two constraint information pages may be associated with each instance 204, 206, and 208, the first constraint information page being a copy of the constraint information page associated with type 202 and the second constraint information page being the constraint information page associated with the particular instance and including constraints for just that instance. Alternatively, a single constraint information page may be associated with each instance 204, 206, and 208, the single constraint information page including the information from the constraint information page associated with type 202 as well as information specific to the particular instance. For example, the range of values that the particular buffer size should be within for the database application would be copied from the constraint information page associated with type 202 to the constraint information page associated with each instance. However, if the constraint information page for the instance indicated a different range of values for that particular buffer size, then that different range of values would remain in the constraint information page associated with the instance rather than copying the range of values from the constraint information page associated with type 202.


Following this example of a database application, configuration 210 corresponds to a particular class of the database application. For example, different classes of the database application may be defined based on the type of hardware the application is to be installed on, such as different settings based on whether the computer on which the database application is to be installed is publicly accessible (e.g., accessible via the Internet), or based on whether an operating system is already installed on the server. These different settings are included in the constraint information page associated with configuration 210.


Each of the instances 212 and 214 corresponds to a different example of the database application. Similar to instances 204, 206, and 208, each of instances 212 and 214 is an actual database application product, and can have its own information page(s). However, unlike instances 204, 206, and 208, the constraint information pages associated with instances 212 and 214 each include the constraints that are in the constraint information page associated with configuration 210 as well as the constraints in the constraint information page associated with type 202.


It should be noted that, although the information pages are discussed as being separate from the components in the SDM, the data structure(s) implementing the SDM could alternatively include the information discussed as being included in the various information pages. Thus, the component data structures themselves could include the information discussed as being included in the various information pages rather than having separate information pages.


The installation page associated with a component can be used as a basis for provisioning a system. Provisioning a system refers to installing an application(s) on the system, as well as making any necessary changes to the system in order for the application(s) to be installed. Such necessary changes can include, for example, installing an operating system, installing one or more other applications, setting configuration values for the application or operating system, and so forth.


In the discussions herein, reference is made to different classes of computing devices. Each of these different classes of computing devices refers to computing devices having particular common characteristics, so they are grouped together and viewed as a class of devices. Examples of different classes of devices include IIS (Internet Information Services) servers that are accessible to the Internet, IIS servers that are accessible only on an internal intranet, database servers, email servers, order processing servers, desktop computers, and so forth. Typically, each different class of computing device corresponds to one of the configurations in the system model.



FIG. 3 is a flowchart illustrating an example process 300 for provisioning a system. Portions of process 300 can be implemented in software, firmware, and/or hardware.


Initially, a model of the application to be installed on a system is built (act 302). This building process in act 302 is typically performed by the developer of the application, although could alternatively be performed by others. This model is an SDM model of the application, analogous to model 100 of FIG. 1, and includes one or more components. The model of the application includes types and optionally configurations. As part of the building process in act 302, zero or more information pages are associated with each component in the model. Typically, at least a constraint information page is associated with each component in the model.


As part of the building process in act 302, types and optionally configurations are defined, along with associated information page(s). The types and configurations can be standard types or configurations that are copied or modified in act 302, or alternatively can be newly created in act 302. As discussed above, different constraints can be included in the configuration information page associated with the type and the configuration information page associated with the configuration.


The constraints included on a constraint information page can take a variety of forms, such as: hardware requirements regarding the computing device(s) or other hardware on which the application is to be installed (e.g., a minimum processor speed, a minimum amount of memory, a minimum amount of free hard drive space, a minimum amount of network bandwidth available, particular security mechanisms available, and so forth), software requirements regarding the computing device(s) or other hardware or software on which the application is to be installed (e.g., a particular operating system that should already be installed on the computing device(s), one or more other applications that should already be installed on the computing device(s), specifications regarding how particular hardware and/or the operating system is to be configured such as particular settings for the operating system that should already be made, a particular type of security or encryption that should be in use, and so forth), other requirements regarding the computing device(s) on which the application is to be installed (e.g., particular security keys available, data center policies that should be enforced, authentication that is used, system topology, etc.), and so on.


Constraints can be positive requirements specifying that something should be present (e.g., the processor should have at least a minimum processor speed, or the Windows® XP operating system should already be installed on the computing device). Constraints can also be negative requirements specifying that something should not be present (e.g., one or more particular applications should not already be installed on the computing device, or particular operating system settings should not be present).


Additionally, a model of the system where the application is to be installed is built (act 304). This building process in act 304 is typically performed by an administrator of the system where the application is to be installed, although could alternatively be performed by others. This model is an SDM model of the system analogous to model 100 of FIG. 1, and includes one or more components. The model of the system includes types and instances, and optionally configurations. The system in act 304 could be a single computing device, or alternatively multiple computing devices. For example, if the application will be installed on one computing device in a data center having a thousand computing devices, then the model of the system where the application is to be installed may include all or some of those thousand computing devices. By way of another example, if the application will be installed on a home computer that is not coupled to any other computers, then the model of the system where the application is to be installed will include just that home computer.


Oftentimes, the model of the system built in act 304 will be generated by the system administrator prior to the application being designed and the model of the application being built in act 302. In such situations, the previously generated model can be accessed and need not be re-built in act 304.


Components in the model of the system built in act 304 will include constraint information pages. These constraint information pages include constraints for each component in the system. Such constraint information pages can identify constraints for the corresponding component, and optionally constraints that should be satisfied by any application to be installed on the corresponding component.


Based on the models built in acts 302 and 304, a logical deployment evaluation is performed (act 306). The logical deployment evaluation involves comparing the model of the application (from act 302) to the model of the system (from act 304) to determine whether the application could be installed in the system. Typically, the application designer or system administrator will identify a particular class (or classes) of computing device on which he or she desires to install the application. Alternatively, the application may be compared to all classes of computing devices in the system.


The constraints and/or description information for the application are compared to the constraints for that class of computing device to determine whether the application satisfies the constraints of the class of computing device, and the constraints and/or description information for the class of computing device are compared to the constraints for the application to determine whether the class of computing device satisfies the constraints of the application. The constraints and description information for all components of the class of computing device, including applications that are hosted by the class of computing device (e.g., an operating system as well as possibly other applications) are also accessed as part of the logical deployment evaluation. These constraints used in the logical deployment evaluation can include constraints that are flowed across relationships, as discussed above. Accessing the constraints for the operating system and other applications allows verification that, if installed on a device of the class of computing device, settings made on the computing device for the application would not conflict with current settings for other applications installed on the computing device.


By way of example, a particular constraint on the application may indicate that the computing device should have a minimum processor speed. A description page associated with the class of computing device (or the processor of the class of computing device) would be accessed to verify that the speed of the processor is at least the minimum processor speed. By way of another example, a particular constraint on the class of computing device may indicate that a software firewall should always be running on the class of computing device. A description page associated with the application would be accessed to verify that the application does not require a software firewall to be deactivated. By way of yet another example, another application already installed on the class of computing device may indicate that memory in the computing device should be configured or accessed in a particular manner. A description page associated with the application would be accessed to verify that the application does not require configuration or access to the memory that is inconsistent with that particular manner.


The results of the evaluation in act 306 can be returned to the application designer and/or system administrator. An indication of success (if all of the constraints are satisfied) or failure (if all of the constraints are not satisfied) can be returned. In addition, if one or more of the constraints are not satisfied, then an indication of which constraint was not satisfied can be returned, as well as optionally an indication of which component caused the constraint to not be satisfied. Returning such information can assist the application developer in modifying the application so that it can be installed in the system.


Process 300 then proceeds based on the results of the evaluation in act 306. If the evaluation indicates that the application can be installed in the system, then process 300 can proceed to act 308. However, if the evaluation indicates that the application cannot be installed in the system, then the evaluation of act 306 can be repeated for a different class of computing device in the system, or alternatively the application may be modified in order to overcome the problem(s) identified in the evaluation of act 306, and process 300 can return to act 302 to build a model of the modified application.


In act 308, physical deployment of the application is determined. Determining physical deployment of the application refers to identifying which particular computing device(s) the application will be installed on. As part of act 308, a determination is made as to whether installation of the application on a particular computing device is permissible in light of constraints on the number of instances of the application that are to be installed. In act 306 it was verified that it was permissible to install the application on a particular type or configuration (e.g., a particular class of computing device), but there may still be constraints on how many instances of the application can be installed on particular computing devices (e.g., particular instances of that class of computing device). A particular computing device may have constraints allowing any number of instances of an application to be installed, constraints indicating at least a minimum number of instances of an application should be installed, and/or constraints indicating that no more than a maximum number of instances of an application should be installed. As part of act 308, verification that the number of instances of the application to be installed on the computing device do not violate the constraints regarding the number of instances of the application that can be installed on the computing device is performed.


A particular one or more of the computing devices on which the application could be installed is identified in act 308. The particular computing device(s) on which the application is to be installed can be identified in different manners. One way in which the particular computing device(s) on which the application is to be installed can be identified is manually, such as by a system administrator or other party manually selecting a particular computing device(s). This manually selected computing device(s) could be a computing device(s) already in the system, or alternatively a new computing device(s) that needs to be purchased or a computing device(s) that needs to be removed from storage and added to the system (e.g., coupled to the network that the other computing devices in the system are coupled to).


Alternatively, the particular computing device(s) on which the application is to be installed can be identified automatically. An application running in the system can identify various characteristics of the computing devices on which the application could possibly be installed (e.g., the computing devices of the particular class of computing device on which the application is to be installed), such as load characteristics of each computing device. The load characteristics could identify, for example, the average or maximum amount of processor usage, the average amount of memory usage, the amount of available network bandwidth being used, the amount of hard disk drive space being used, and so forth. Based on these load characteristics, the computing device(s) most likely to be able to support the application would be identified as the computing device(s) on which the application is to be installed (e.g., the application having the lightest load, such as the lowest average processor usage, the smallest amount of available network bandwidth being used, the most hard disk drive space available, and so forth).


Alternatively, the particular computing device(s) on which the application is to be installed can be identified in a semi-automatic manner. An application running in the system can identify various characteristics of the computing devices on which the computer could possibly be installed analogous to the automatic manner, and then present those results to a user (such as the system administrator) for manual selection of one or more of the computing devices. One or more of the computing devices may optionally be recommended to the user as the best candidate(s) for selection, but the ultimate selection would remain at the user's discretion.


An application installation specification for physical deployment of the application is then generated (act 310). The application installation specification can be saved as an installation page associated with the component representing the application in the application model. The application installation specification includes an identification, for each class of device in the system on which the application may be installed, of how to install the application. As each of these identifications indicates how to install the application on a particular class of devices, these identifications can also be referred to as device class installation specifications. The device class installation specifications can also identify which particular computing device(s) of that class the application is to be installed on (the computing device(s) determined in act 308). This identification of how to install the application includes, for example, all of the settings of the computing device that should be made or changed, an identification of all of the files that need to be copied to the computing device and where those files should be copied, an order in which files should be copied and/or settings made or changed, any initialization programs that need to be run after the files have been copied and/or settings made or changed, and so forth. This identification may also include installing an operating system and/or one or more additional applications. For example, one class of computing device may be a bare computing device with no operating system installed on it. In such situations, the installation specification for that class of computing device would include initially installing the appropriate operating system on the computing device.


At least a portion of each device class installation specification can be generated automatically based on the information contained in the information pages associated with the software application to be installed. As discussed above, the constraint information page can include various default values. These default values can be used during act 310 to identify the settings or configuration values that should be set when installing the application, and thus which should be included in the device class installation specification. For example, a particular default value may be included in the configuration information page for a buffer size. This default value would be included in the device class installation specification so that when the application is installed on a particular computing device, the computing device settings (such as in an operating system registry) can be modified to include this default value for the buffer size (possibly replacing another value for the buffer size previously stored in the computing device settings).


In addition to default values, other constraint information included in the constraint information page can be used in act 310 to identify the settings or configuration values that should be set when installing the application. If a range of values for a particular setting were included in the constraint information page, then a setting to be used when installing the application can be derived from that range. For example, the lowest value in the range could be selected, the highest value in the range could be selected, the average of the highest and lowest values in the range could be computed and selected, a value in the range could be selected randomly, and so forth.


Furthermore, in addition to information contained in the information pages associated with the application, information contained in the information pages associated with the system (such as the computing device on which the application is to be installed) can be used as a basis for automatically generating at least a portion of each device class installation specification. Default values and/or ranges of values can be used to automatically generate values for the device class installation specification in the same manner as discussed above.


It should also be noted that different components can have different constraints and different default values for the same settings or configuration values. In such situations, even though there is overlap of the constraints so that the different components can all be installed on a system, one or more of the default values may violate the constraints of another component. Thus, a suitable value that is compliant with the constraints of all of the components is determined. This suitable value can be determined in different manners, including manually, automatically, and semi-automatically. A suitable value can be determined manually by a user (such as the system administrator) inputting a suitable value for the setting or configuration value.


A suitable value can be determined automatically by evaluating the various constraints and selecting a value that satisfies all the constraints. This selected value is then used as the suitable value. For example, if each constraint lists a range of acceptable values, then a value that falls within each range of acceptable values can be automatically identified and used as the suitable value.


A suitable value can be determined semi-automatically by evaluating the various constraints and selecting a value that satisfies all the constraints analogous to the automatic manner. However, rather than automatically using the selected value as the suitable value, the selected value can be presented to a user (such as the system administrator) for approval. The user can accept this selected value, or alternatively input a different value. Alternatively, rather than presenting a single selected value to the user, the range of possible values (or portion of the range of possible values) that satisfies the constraints of the different components may be presented to the user.


It should further be noted that at least a portion of a device class installation specification may be generated manually rather than automatically. This manual generation refers to user inputs (such as by the application developer or system administrator) rather than automatic generation by some component or module (e.g., development module 400 discussed below). For example, the particular files to be identified in the device class installation specification may be identified manually rather than automatically.


Additionally, an assignment record is generated in act 310 that maintains a record of which device class installation specifications are to be used for which device classes. This record can be, for example, a mapping of device class to device class installation specification. Thus, given the application installation specification including multiple device class installation specifications, a determination as to which particular device class installation specification to use can be made based on the class of the device on which the application is to be installed. The assignment record generated can also be stored as part of the application installation specification.


Alternatively, rather than having a separate assignment record, an identification of which device class installation specification is associated with which particular class of device may be maintained in other manners. For example, the indication may be inherent in the naming convention used for the device class installation specification (e.g., each device class installation specification may be a separate file having a file name that identifies the particular class of device), or each device class installation specification may include an indication of the associated class of device.


The application installation specification is generated after the logical deployment evaluation in act 306. Thus, the application installation specification is generated only after it is verified that the application can be installed in the system. Additionally, the constraint information (such as default values) associated with the application can be used to determine settings to be included in the application installation specification. Thus, it can be seen that the application installation specification generated in act 310 is derived at least in part from the model of the application as well as the model of the system.


After the application installation specification is created, physical deployment of the application is performed (act 312). This physical deployment includes making the application installation specification available to a deployment system and having the deployment system install the application on the particular device identified in act 308. Once it is given the application installation specification, the deployment system operates in a conventional manner to install the application. Any of a variety of deployment systems could be used in act 312, such as the Windows® Installer service or Microsoft® Systems Management Server, both available from Microsoft Corporation of Redmond, Wash.


Once the application is installed in the system, the application becomes part of the system and thus the application model is incorporated into the system model. Thus, after installation of the application, the SDM for the system includes the SDM of the application.


Alternatively, the evaluation in act 306 may be for a particular computing device rather than for a class of computing device. In this alternative, the evaluation in act 306 is the same as discussed above, except that constraint and description information for a particular instance of a computing device are used rather than constraint and description information for a class of computing device. In such situations, the identification of the particular computing device is made in, or prior to, act 306 rather than in act 308, and can be made in the same manner as discussed in act 308.


It should also be noted that a particular device class installation specification may indicate to install the application on multiple different computing devices within the system. For example, the application developer or system administrator may desire to install the application on all of the computing devices of a particular class. In such a situation, an indication is included in the device class installation specification for that particular device class that the application is to be installed on all of the computing devices of that particular class, or alternatively may identify the particular computing devices (e.g., by name or other unique identifier) on which the application is to be installed. The deployment system used to install the application receives this indication and installs the application on the appropriate computing devices.



FIG. 4 illustrates an example application installation specification in additional detail. An installation specification development module 400 generates an application installation specification 402. Installation specification module 400 can be implemented in software, firmware, hardware, or combinations thereof, and can perform act 310 of FIG. 3, and optionally additional acts of FIG. 3 (such as act 306 and/or act 308). Application installation specification 402 includes multiple (x) device class installation specifications 404(1), 404(2), . . . 404(x). Each of the device class installation specifications 404 identifies how the application is to be installed on a particular class of computing device. Application installation specification 402 also includes specification assignment record 406 to identify which specification 404 corresponds to which class of computing device.


Application installation specification 402 is input to a deployment system 408 along with any necessary installation file(s) 410. Installation file(s) 410 include the file(s) that are to be installed on the computing device in order to install the application, such as one or more files of executable code, one or more files of data, and so forth. Alternatively, although illustrated separately, application installation specification 402 and installation file(s) 410 may be stored together in a single package (e.g., a compressed file).



FIG. 5 is a flowchart illustrating the generation of an application installation specification for physical deployment of act 310 of FIG. 3 in additional detail. FIG. 5 can be implemented in software, firmware, and/or hardware.


Initially, a device class on which the application could be installed is selected (act 502). In certain embodiments the system administrator and/or application developer (or alternatively some other party) may desire that the application be installed only on certain classes of devices, in which case the devices on which the application could be installed is less than all of the devices in the system. Alternatively, the application may be able to be installed on any device in the system.


A device class installation specification for the selected device class is then generated, identifying how to install the application on the selected device class (act 504). As discussed above, this generation can include using default values included in an information page associated with the application in the application model for setting values to include in the installation specification being generated.


In some situations, the device class installation specification is generated in a format that is expected and understood by a deployment system that will be installing the application. The device class installation specification may be generated in this format in act 504, or alternatively may be subsequently translated into this format (e.g., by a translation component of the distribution system).


It should be noted that different device installation specifications may be generated for computing devices that will have the same functionality but are currently configured differently, such as computing devices that do not yet have an operating system installed and computing devices that already have an operating system installed. Alternatively, such computing devices may be considered to be part of the same device class, but the device class installation specification would include a conditional portion to be used based on the configuration of the particular instance of the computing device on which the application is being installed (e.g., the conditional portion may be bypassed if the computing device already has an installed operating system, or used to install an operating system on the computing device if an operating system is not already installed on the computing device).


A check is then made as to whether there are any additional device class(es) in the system for which no device class installation specification has been generated (act 506). If there are any such additional device class(es), then one such additional device class is selected (act 508) and the process returns to act 504 to generate a device class installation specification for the selected device class.


Returning to act 506, if device class installation specifications have been generated for all of the device class(es), then a specification assignment record is generated associating particular installation specifications with particular device classes (act 510). Alternatively, the specification assignment record may be generated in act 504 as the device class installation specifications are being generated, and an indication of which device class is associated with which device class installation specification added to the specification assignment record as the device class installation specification is generated.


The device class installation specifications generated in act 504 and the assignment record generated in act 510 are then combined into an application installation specification for the application (act 512).



FIG. 6 illustrates an example general computer environment 600, which can be used to implement the techniques described herein. The computer environment 600 is only one example of a computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the computer and network architectures. Neither should the computer environment 600 be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the example computer environment 600.


Computer environment 600 includes a general-purpose computing device in the form of a computer 602. Computer 602 can be, for example, a computing device on which an application is installed or a computing device on which at least portions of process 300 of FIG. 3 are implemented. Computer 602 can be, for example, a desktop computer, a handheld computer, a notebook or laptop computer, a server computer, a game console, and so on. The components of computer 602 can include, but are not limited to, one or more processors or processing units 604, a system memory 606, and a system bus 608 that couples various system components including the processor 604 to the system memory 606.


The system bus 608 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures can include an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an Enhanced ISA (EISA) bus, a Video Electronics Standards Association (VESA) local bus, and a Peripheral Component Interconnects (PCI) bus also known as a Mezzanine bus.


Computer 602 typically includes a variety of computer readable media. Such media can be any available media that is accessible by computer 602 and includes both volatile and non-volatile media, removable and non-removable media.


The system memory 606 includes computer readable media in the form of volatile memory, such as random access memory (RAM) 610, and/or non-volatile memory, such as read only memory (ROM) 612. A basic input/output system (BIOS) 614, containing the basic routines that help to transfer information between elements within computer 602, such as during start-up, is stored in ROM 612. RAM 610 typically contains data and/or program modules that are immediately accessible to and/or presently operated on by the processing unit 604.


Computer 602 may also include other removable/non-removable, volatile/non-volatile computer storage media. By way of example, FIG. 6 illustrates a hard disk drive 616 for reading from and writing to a non-removable, non-volatile magnetic media (not shown), a magnetic disk drive 618 for reading from and writing to a removable, non-volatile magnetic disk 620 (e.g., a “floppy disk”), and an optical disk drive 622 for reading from and/or writing to a removable, non-volatile optical disk 624 such as a CD-ROM, DVD-ROM, or other optical media. The hard disk drive 616, magnetic disk drive 618, and optical disk drive 622 are each connected to the system bus 608 by one or more data media interfaces 626. Alternatively, the hard disk drive 616, magnetic disk drive 618, and optical disk drive 622 can be connected to the system bus 608 by one or more interfaces (not shown).


The disk drives and their associated computer-readable media provide non-volatile storage of computer readable instructions, data structures, program modules, and other data for computer 602. Although the example illustrates a hard disk 616, a removable magnetic disk 620, and a removable optical disk 624, it is to be appreciated that other types of computer readable media which can store data that is accessible by a computer, such as magnetic cassettes or other magnetic storage devices, flash memory cards, CD-ROM, digital versatile disks (DVD) or other optical storage, random access memories (RAM), read only memories (ROM), electrically erasable programmable read-only memory (EEPROM), and the like, can also be utilized to implement the exemplary computing system and environment.


Any number of program modules can be stored on the hard disk 616, magnetic disk 620, optical disk 624, ROM 612, and/or RAM 610, including by way of example, an operating system 626, one or more application programs 628, other program modules 630, and program data 632. Each of such operating system 626, one or more application programs 628, other program modules 630, and program data 632 (or some combination thereof) may implement all or part of the resident components that support the distributed file system.


A user can enter commands and information into computer 602 via input devices such as a keyboard 634 and a pointing device 636 (e.g., a “mouse”). Other input devices 638 (not shown specifically) may include a microphone, joystick, game pad, satellite dish, serial port, scanner, and/or the like. These and other input devices are connected to the processing unit 604 via input/output interfaces 640 that are coupled to the system bus 608, but may be connected by other interface and bus structures, such as a parallel port, game port, or a universal serial bus (USB).


A monitor 642 or other type of display device can also be connected to the system bus 608 via an interface, such as a video adapter 644. In addition to the monitor 642, other output peripheral devices can include components such as speakers (not shown) and a printer 646 which can be connected to computer 602 via the input/output interfaces 640.


Computer 602 can operate in a networked environment using logical connections to one or more remote computers, such as a remote computing device 648. By way of example, the remote computing device 648 can be a personal computer, portable computer, a server, a router, a network computer, a peer device or other common network node, and the like. The remote computing device 648 is illustrated as a portable computer that can include many or all of the elements and features described herein relative to computer 602.


Logical connections between computer 602 and the remote computer 648 are depicted as a local area network (LAN) 650 and a general wide area network (WAN) 652. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, and the Internet.


When implemented in a LAN networking environment, the computer 602 is connected to a local network 650 via a network interface or adapter 654. When implemented in a WAN networking environment, the computer 602 typically includes a modem 656 or other means for establishing communications over the wide network 652. The modem 656, which can be internal or external to computer 602, can be connected to the system bus 608 via the input/output interfaces 640 or other appropriate mechanisms. It is to be appreciated that the illustrated network connections are exemplary and that other means of establishing communication link(s) between the computers 602 and 648 can be employed.


In a networked environment, such as that illustrated with computing environment 600, program modules depicted relative to the computer 602, or portions thereof, may be stored in a remote memory storage device. By way of example, remote application programs 658 reside on a memory device of remote computer 648. For purposes of illustration, application programs and other executable program components such as the operating system are illustrated herein as discrete blocks, although it is recognized that such programs and components reside at various times in different storage components of the computing device 602, and are executed by the data processor(s) of the computer.


Various modules and techniques may be described herein in the general context of computer-executable instructions, such as program modules, executed by one or more computers or other devices. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Typically, the functionality of the program modules may be combined or distributed as desired in various embodiments.


An implementation of these modules and techniques may be stored on or transmitted across some form of computer readable media. Computer readable media can be any available media that can be accessed by a computer. By way of example, and not limitation, computer readable media may comprise “computer storage media” and “communications media.”


“Computer storage media” includes volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules, or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer.


“Communication media” typically embodies computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as carrier wave or other transport mechanism. Communication media also includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above are also included within the scope of computer readable media.


Alternatively, portions of the framework may be implemented in hardware or a combination of hardware, software, and/or firmware. For example, one or more application specific integrated circuits (ASICs) or programmable logic devices (PLDs) could be designed or programmed to implement one or more portions of the framework.


CONCLUSION

Although the invention has been described in language specific to structural features and/or methodological acts, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or acts described. Rather, the specific features and acts are disclosed as exemplary forms of implementing the claimed invention.

Claims
  • 1. A method comprising: accessing a model of an application to be installed in a system, the model of the application includes types and configurations that are standard types or configurations that are copied, modified, or newly created;accessing a model of the system, the model of the system describes managing the system by installing software on the system, monitoring performance of the system, maintaining configuration information about the system, or verifying constraints within the system are satisfied;comparing the model of the application to the model of the system using constraints for the system and other applications to allow verification that, if installed, settings made for the application would not conflict with current settings for other applications;determining a physical deployment of the application to identify whether installation of the application on the system is permissible in light of the constraints;evaluating the constraints and selecting one or more values to satisfy the constraints;wherein installation of the application includes at least one of a manual identification by a system administrator to select a computing device or an automatic identification based on various characteristics of a computing device;generating an installation specification for the application after verifying the application can be installed on the system, the installation specification generated is being derived at least in part from the model of the application to be installed on a computing device and the model of the system;deploying the installation specification to a deployment system, wherein the installation specification provides information used to install the application; andmapping of a class of a device to the installation specification, wherein the installation specification comprises a particular device class installation specification to use based on the class of the computing device;in response to the mapping comprising at least one of: generating and storing an assignment record of which particular device class installation specification to use based on the class of the device; oridentifying a separate file having a file name for a particular class of device to be used for the particular device class installation specification.
  • 2. A method as recited in claim 1, further comprising maintaining both the model of the application and the model of the system in a same system definition model.
  • 3. A method as recited in claim 1, wherein the installation specification identifies a plurality of computing devices in the system on which the application is to be installed.
  • 4. A method as recited in claim 1, further comprising: generating a plurality of device class installation specifications for the application, each of the plurality of device class installation specifications being for a different one of a plurality of classes of devices in the system on which the application could be installed.
  • 5. A method as recited in claim 4, further comprising: generating a record associating each of the plurality of device class installation specifications with one of the plurality of classes of devices.
  • 6. A method as recited in claim 1, wherein the generating comprises: accessing a constraint information page in the model of the application;obtaining default values for settings from the constraint information page; andincluding, in the installation specification, the default values to be stored as settings on a computing device of the system during installation of the application on the computing device.
  • 7. A method as recited in claim 1, wherein the generating comprises: accessing a constraint information page in the model of the application;obtaining a default value for a setting from the constraint information page, wherein the default value identifies settings or configuration values that should be set when installing the application; andif the default value conflicts with a constraint of one or more other components in the system, then determining a suitable value that is compliant with constraints for the setting and the constraint of the one or more other components in the system.
  • 8. A method as recited in claim 1, further comprising: performing, prior to generating the installation specification, a logical deployment evaluation to determine whether the application could be installed in the system, the performing comprising comparing constraints associated with the application to constraints associated with other applications installed in the system.
  • 9. A method as recited in claim 1, further comprising: identifying, prior to generating the installation specification, which one or more computing devices of a plurality of computing devices in the system the application is to be installed on.
  • 10. One or more computer readable storage media having stored thereon a plurality of instructions that, when executed by one or more processors, causes the one or more processors to: generate an application installation specification for an application to be installed on one or more computing devices, the application installation specification being based at least in part on a model of the application and a model that includes the one or more computing devices;wherein the model of the application includes types and configurations that are standard types or configurations that are copied, modified, or newly created;wherein the model that includes the one or more computing devices describes managing the one or more computing devices comprises at least one of installing software on the one or more computing devices, monitoring performance of the one or more computing devices, maintaining configuration information about the one or more computing devices, or verifying that constraints within the one or more computing devices are satisfied;map a class of a device to the application installation specification, wherein the application installation specification comprises a particular device class installation specification to use based on the class of the device;in response to the mapping comprising at least one of: generate and store an assignment record of which particular device class installation specification to use based on the class of the device; oridentify a separate file having a file name for a particular class of device to be used for the particular device class installation specification;compare the model of the application to the model of the one or more computing devices using constraints for the one or more computing devices and other applications to allow verification that, if installed, settings made for the application would not conflict with current settings for other applications;access the constraints for an operating system and other applications to allow verification that settings made on the one or more computing devices would not conflict with current settings for other applications installed on the one or more computing devices;determine a physical deployment of the application to identify whether installation of the application on the one or more computing devices is permissible in light of the constraints; andevaluate the constraints and select one or more values to satisfy the constraints;wherein installation of the application occurs by a manual identification to select a computing device or an automatic identification based on various characteristics of a computing device.
  • 11. One or more computer readable storage media as recited in claim 10, wherein the application installation specification identifies a plurality of computing devices on which the application is to be installed.
  • 12. One or more computer readable storage media as recited in claim 10, wherein the plurality of instructions further cause the one or more processors to: generate a plurality of device class installation specifications for the application, each of the plurality of device class installation specifications being for a different one of a plurality of classes of devices on which the application could be installed; andinclude the plurality of device class installation specifications in the application installation specification.
  • 13. One or more computer readable storage media as recited in claim 12, wherein the plurality of instructions further cause the one or more processors to: generate a record associating each of the plurality of device class installation specifications with one of the plurality of classes of devices.
  • 14. One or more computer readable storage media as recited in claim 10, wherein to generate the application installation specification is to: access a constraint information page in the model of the application;obtain default values for settings from the constraint information page; and include, in the application installation specification, the default values to be stored as settings on the one or more computing devices during installation of the application on the one or more computing devices.
  • 15. One or more computer readable storage media as recited in claim 10, wherein the plurality of instructions further cause the one or more processors to: perform, prior to generation of the installation specification, a logical deployment evaluation to determine whether the application could be installed on the one or more computing devices, wherein to perform the logical deployment evaluation is to compare constraints associated with the application to constraints associated with other applications installed on the one or more computing devices.
  • 16. One or more computer readable storage media as recited in claim 10, wherein the plurality of instructions further cause the one or more processors to: identify, prior to generation of the installation specification, which of the one or more computing devices the application is to be installed on.
  • 17. A computing device comprising: a processor; anda memory, coupled to the processor, to store instructions that, when executed by the processor, cause the processor to:access a model of an application to be installed in a system, the model of the application includes types and configurations that are standard types or configurations that are copied, modified, or newly created;access a model of the system, the model of the system describes managing the system by installing software on the system, monitoring performance of the system, maintaining configuration information about the system, or verifying constraints within the system are satisfied;compare the model of the application to the model of the system using constraints for the system and other applications to allow verification that, if installed, settings made for the application would not conflict with current settings for other applications;access the constraints for an operating system and other applications to allow verification that settings made on the one or more computing devices would not conflict with current settings for other applications installed on the one or more computing devices;determine a physical deployment of the application to identify whether installation of the application on the system is permissible in light of the constraints;evaluate the constraints and select at least one or more values to satisfy the constraints;wherein installation of the application occurs by a manual identification to select a computing device or a semi-automatic identification based on various characteristics of a computing device;generate an installation specification for the application after verifying the application can be installed on the system, the installation specification being derived at least in part from the model of the application and the model of the system; andmap a class of a device to the installation specification, wherein the installation specification comprises a particular device class installation specification to use based on the class of the device;in response to mapping comprising at least one of: generate and store an assignment record of which particular device class installation specification to use based on the class of the device; oridentify a separate file having a file name for a particular class of device to be used for the particular device class installation specification.
  • 18. A computing device as recited in claim 17, further comprising: generating a plurality of device class installation specifications for the application, each of the plurality of device class installation specifications being for a different one of a plurality of classes of devices in the system on which the application could be installed.
  • 19. A computing device as recited in claim 18, further comprising: generating a record associating each of the plurality of device class installation specifications with one of the plurality of classes of devices.
  • 20. A computing device as recited in claim 17, wherein the generating comprises: accessing a constraint information page in the model of the application;obtaining default values for settings from the constraint information page; andincluding, in the installation specification, the default values to be stored as settings on a computing device of the system during installation of the application on the computing device.
RELATED APPLICATIONS

This application is a continuation-in-part of U.S. patent application Ser. No. 10/693,838, filed Oct. 24, 2003, entitled “Integrating Design, Deployment, and Management Phases for Systems”, which is hereby incorporated by reference herein. U.S. patent application Ser. No. 10/693,838 claims the benefit of U.S. Provisional Application No. 60/452,736, filed Mar. 6, 2003, entitled “Architecture for Distributed Computing System and Automated Design, Deployment, and Management of Distributed Applications”, which is hereby incorporated herein by reference.

US Referenced Citations (424)
Number Name Date Kind
4200770 Hellman et al. Apr 1980 A
4218582 Hellman et al. Aug 1980 A
4405829 Rivest et al. Sep 1983 A
4424414 Hellman et al. Jan 1984 A
5031089 Liu et al. Jul 1991 A
5220621 Saitoh Jun 1993 A
5430810 Saeki Jul 1995 A
5490276 Doli, Jr. et al. Feb 1996 A
5499357 Sonty et al. Mar 1996 A
5504921 Dev et al. Apr 1996 A
5557774 Shimabukuro et al. Sep 1996 A
5579482 Einkauf et al. Nov 1996 A
5668995 Bhat Sep 1997 A
5686940 Kuga Nov 1997 A
5724508 Harple, Jr. et al. Mar 1998 A
5748958 Badovinatz et al. May 1998 A
5758351 Gibson et al. May 1998 A
5774689 Curtis et al. Jun 1998 A
5822531 Gorczyca et al. Oct 1998 A
5845124 Berman Dec 1998 A
5872928 Lewis et al. Feb 1999 A
5878220 Olkin et al. Mar 1999 A
5917730 Rittie et al. Jun 1999 A
5930798 Lawler et al. Jul 1999 A
5958009 Friedrich et al. Sep 1999 A
6035405 Gage et al. Mar 2000 A
6047323 Krause Apr 2000 A
6059842 Dumarot et al. May 2000 A
6065058 Hailpern et al. May 2000 A
6112243 Downs et al. Aug 2000 A
6125442 Maves et al. Sep 2000 A
6147995 Dobbins et al. Nov 2000 A
6151688 Wipfel et al. Nov 2000 A
6167052 McNeill et al. Dec 2000 A
6167383 Henson Dec 2000 A
6178529 Short et al. Jan 2001 B1
6182275 Beelitz et al. Jan 2001 B1
6192401 Modiri et al. Feb 2001 B1
6195091 Harple et al. Feb 2001 B1
6195355 Demizu Feb 2001 B1
6208345 Sheard et al. Mar 2001 B1
6208649 Kloth Mar 2001 B1
6209099 Saunders Mar 2001 B1
6212559 Bixler et al. Apr 2001 B1
6226788 Schoening et al. May 2001 B1
6230312 Hunt May 2001 B1
6233610 Hayball et al. May 2001 B1
6236365 LeBlanc et al. May 2001 B1
6236901 Goss May 2001 B1
6253230 Couland et al. Jun 2001 B1
6256773 Bowman-Amuah Jul 2001 B1
6259448 McNally et al. Jul 2001 B1
6263089 Otsuka et al. Jul 2001 B1
6266707 Boden et al. Jul 2001 B1
6269076 Shamir et al. Jul 2001 B1
6269079 Marin et al. Jul 2001 B1
6304972 Shavit Oct 2001 B1
6305015 Akriche et al. Oct 2001 B1
6311144 Abu El Ata Oct 2001 B1
6311270 Challener et al. Oct 2001 B1
6330605 Christensen et al. Dec 2001 B1
6336138 Caswell et al. Jan 2002 B1
6338112 Wipfel et al. Jan 2002 B1
6351685 Dimitri et al. Feb 2002 B1
6353861 Dolin, Jr. et al. Mar 2002 B1
6353898 Wipfel et al. Mar 2002 B1
6360265 Falck et al. Mar 2002 B1
6367010 Venkatram et al. Apr 2002 B1
6370573 Bowman-Amuah Apr 2002 B1
6370584 Bestavros et al. Apr 2002 B1
6377996 Lumelsky et al. Apr 2002 B1
6389464 Krishnamurthy et al. May 2002 B1
6393386 Zager et al. May 2002 B1
6393456 Ambler et al. May 2002 B1
6393474 Eichert et al. May 2002 B1
6393485 Chao et al. May 2002 B1
6408390 Saito Jun 2002 B1
6418554 Delo et al. Jul 2002 B1
6424718 Holloway Jul 2002 B1
6424992 Devarakonda et al. Jul 2002 B2
6427163 Arendt et al. Jul 2002 B1
6427171 Craft et al. Jul 2002 B1
6438100 Halpern et al. Aug 2002 B1
6442557 Buteau et al. Aug 2002 B1
6449650 Westfall et al. Sep 2002 B1
6457048 Sondur et al. Sep 2002 B2
6463536 Saito Oct 2002 B2
6466985 Goyal et al. Oct 2002 B1
6470025 Wilson et al. Oct 2002 B1
6470464 Bertram et al. Oct 2002 B2
6473791 Al-Ghosein et al. Oct 2002 B1
6480955 DeKoning et al. Nov 2002 B1
6484261 Wiegel Nov 2002 B1
6502131 Vaid et al. Dec 2002 B1
6505244 Natarajan et al. Jan 2003 B1
6519615 Wollrath et al. Feb 2003 B1
6529953 Van Renesse Mar 2003 B1
6539494 Abramson et al. Mar 2003 B1
6546423 Dutta et al. Apr 2003 B1
6546553 Hunt Apr 2003 B1
6549934 Peterson et al. Apr 2003 B1
6564261 Gudjonsson et al. May 2003 B1
6570847 Hosein May 2003 B1
6570875 Hegde May 2003 B1
6574195 Roberts Jun 2003 B2
6584499 Jantz et al. Jun 2003 B1
6587876 Mahon et al. Jul 2003 B1
6598077 Primak et al. Jul 2003 B2
6598173 Sheikh et al. Jul 2003 B1
6598223 Vrhel, Jr. et al. Jul 2003 B1
6601101 Lee et al. Jul 2003 B1
6601233 Underwood Jul 2003 B1
6606708 Devine et al. Aug 2003 B1
6609148 Salo et al. Aug 2003 B1
6609213 Nguyen et al. Aug 2003 B1
6611522 Zheng et al. Aug 2003 B1
6628671 Dynarski et al. Sep 2003 B1
6631141 Kumar et al. Oct 2003 B1
6640303 Vu Oct 2003 B1
6651101 Gai et al. Nov 2003 B1
6651240 Yamamoto et al. Nov 2003 B1
6654782 O'Brien et al. Nov 2003 B1
6654796 Slater et al. Nov 2003 B1
6665714 Blumenau et al. Dec 2003 B1
6671699 Black et al. Dec 2003 B1
6675308 Thomsen Jan 2004 B1
6678821 Waugh et al. Jan 2004 B1
6678835 Shah et al. Jan 2004 B1
6681262 Rimmer Jan 2004 B1
6691148 Zinky et al. Feb 2004 B1
6691165 Bruck et al. Feb 2004 B1
6691168 Bal et al. Feb 2004 B1
6694436 Audebert Feb 2004 B1
6701363 Chiu et al. Mar 2004 B1
6717949 Boden et al. Apr 2004 B1
6718361 Basani et al. Apr 2004 B1
6718379 Krishna et al. Apr 2004 B1
6725253 Okano et al. Apr 2004 B1
6728885 Taylor et al. Apr 2004 B1
6735596 Corynen May 2004 B2
6738736 Bond May 2004 B1
6741266 Kamiwada et al. May 2004 B1
6742020 Dimitroff et al. May 2004 B1
6748447 Basani et al. Jun 2004 B1
6754716 Sharma et al. Jun 2004 B1
6754816 Layton et al. Jun 2004 B1
6757744 Narisi et al. Jun 2004 B1
6760765 Asai et al. Jul 2004 B1
6760775 Anerousis et al. Jul 2004 B1
6769008 Kumar et al. Jul 2004 B1
6769060 Dent et al. Jul 2004 B1
6779016 Aziz et al. Aug 2004 B1
6782408 Chandra et al. Aug 2004 B1
6801528 Nassar Oct 2004 B2
6801937 Novaes et al. Oct 2004 B1
6801949 Bruck et al. Oct 2004 B1
6804783 Wesinger et al. Oct 2004 B1
6813778 Poli et al. Nov 2004 B1
6816897 McGuire Nov 2004 B2
6820042 Cohen et al. Nov 2004 B1
6820121 Callis et al. Nov 2004 B1
6823299 Contreras et al. Nov 2004 B1
6823373 Pancha et al. Nov 2004 B1
6823382 Stone Nov 2004 B2
6829639 Lawson et al. Dec 2004 B1
6829770 Hinson et al. Dec 2004 B1
6836750 Wong et al. Dec 2004 B2
6845160 Aoki Jan 2005 B1
6853841 St. Pierre Feb 2005 B1
6854069 Kampe et al. Feb 2005 B2
6856591 Ma et al. Feb 2005 B1
6862613 Kumar et al. Mar 2005 B1
6868062 Yadav et al. Mar 2005 B1
6868454 Kubota et al. Mar 2005 B1
6879926 Schmit et al. Apr 2005 B2
6880002 Hirschfeld et al. Apr 2005 B2
6886038 Tabbara et al. Apr 2005 B1
6888807 Heller et al. May 2005 B2
6895534 Wong et al. May 2005 B2
6898791 Chandy et al. May 2005 B1
6904458 Bishop et al. Jun 2005 B1
6907395 Hunt et al. Jun 2005 B1
6912568 Nishiki et al. Jun 2005 B1
6915338 Hunt et al. Jul 2005 B1
6922791 Mashayekhi et al. Jul 2005 B2
6928482 Ben Nun et al. Aug 2005 B1
6944183 Iyer et al. Sep 2005 B1
6944759 Crisan Sep 2005 B1
6947987 Boland Sep 2005 B2
6954930 Drake et al. Oct 2005 B2
6957186 Guheen et al. Oct 2005 B1
6963981 Bailey et al. Nov 2005 B1
6968291 Desai Nov 2005 B1
6968535 Stelting et al. Nov 2005 B2
6968550 Branson et al. Nov 2005 B2
6968551 Hediger et al. Nov 2005 B2
6971063 Rappaport et al. Nov 2005 B1
6971072 Stein Nov 2005 B1
6973620 Gusler et al. Dec 2005 B2
6973622 Rappaport et al. Dec 2005 B1
6976079 Ferguson et al. Dec 2005 B1
6976269 Avery, IV et al. Dec 2005 B1
6978379 Goh et al. Dec 2005 B1
6983317 Bishop et al. Jan 2006 B1
6985956 Luke et al. Jan 2006 B2
6986135 Leathers et al. Jan 2006 B2
6990666 Hirschfeld et al. Jan 2006 B2
7003562 Mayer Feb 2006 B2
7003574 Bahl Feb 2006 B1
7012919 So et al. Mar 2006 B1
7013462 Zara et al. Mar 2006 B2
7016950 Tabbara et al. Mar 2006 B2
7024451 Jorgenson Apr 2006 B2
7027412 Miyamoto et al. Apr 2006 B2
7028228 Lovy et al. Apr 2006 B1
7035786 Abu El Ata et al. Apr 2006 B1
7035930 Graupner et al. Apr 2006 B2
7043407 Lynch et al. May 2006 B2
7043545 Tabbara et al. May 2006 B2
7046660 Wallner et al. May 2006 B2
7050961 Lee et al. May 2006 B1
7054943 Goldszmidt et al. May 2006 B1
7058704 Mangipudi et al. Jun 2006 B1
7058826 Fung Jun 2006 B2
7058858 Wong et al. Jun 2006 B2
7062718 Kodosky et al. Jun 2006 B2
7069204 Solden et al. Jun 2006 B1
7069480 Lovy et al. Jun 2006 B1
7069553 Narayanaswamy et al. Jun 2006 B2
7072807 Brown et al. Jul 2006 B2
7072822 Humenansky et al. Jul 2006 B2
7076633 Tormasov et al. Jul 2006 B2
7080143 Hunt et al. Jul 2006 B2
7082464 Hasan et al. Jul 2006 B2
7089281 Kazemi et al. Aug 2006 B1
7089293 Grosner et al. Aug 2006 B2
7089530 Dardinski et al. Aug 2006 B1
7093005 Patterson Aug 2006 B2
7093288 Hydrie et al. Aug 2006 B1
7096258 Hunt et al. Aug 2006 B2
7099936 Chase et al. Aug 2006 B2
7103185 Srivastava et al. Sep 2006 B1
7103874 McCollum et al. Sep 2006 B2
7113900 Hunt et al. Sep 2006 B1
7117261 Kryskow, Jr. et al. Oct 2006 B2
7120154 Bavant et al. Oct 2006 B2
7124289 Suorsa Oct 2006 B1
7127625 Farkas et al. Oct 2006 B2
7131123 Suorsa et al. Oct 2006 B2
7134011 Fung Nov 2006 B2
7134122 Sero et al. Nov 2006 B1
7139930 Mashayekhi et al. Nov 2006 B2
7139999 Bowman-Amuah Nov 2006 B2
7143420 Radhakrishnan Nov 2006 B2
7146353 Garg et al. Dec 2006 B2
7150015 Pace et al. Dec 2006 B2
7152109 Suorsa et al. Dec 2006 B2
7152157 Murphy et al. Dec 2006 B2
7155380 Hunt et al. Dec 2006 B2
7155490 Malmer et al. Dec 2006 B1
7162427 Myrick et al. Jan 2007 B1
7162509 Brown et al. Jan 2007 B2
7174379 Agarwal et al. Feb 2007 B2
7181731 Pace et al. Feb 2007 B2
7188335 Darr et al. Mar 2007 B1
7191344 Lin et al. Mar 2007 B2
7191429 Brassard et al. Mar 2007 B2
7194439 Kassan et al. Mar 2007 B2
7194616 Axnix et al. Mar 2007 B2
7197418 Fuller et al. Mar 2007 B2
7200530 Brown et al. Apr 2007 B2
7200655 Hunt et al. Apr 2007 B2
7203911 Williams Apr 2007 B2
7210143 Or et al. Apr 2007 B2
7213231 Bandhole et al. May 2007 B1
7222147 Black et al. May 2007 B1
7225441 Kozuch et al. May 2007 B2
7231410 Walsh et al. Jun 2007 B1
7254634 Davis et al. Aug 2007 B1
7257584 Hirschfeld et al. Aug 2007 B2
7275156 Balfanz et al. Sep 2007 B2
7278273 Whitted et al. Oct 2007 B1
7281154 Mashayekhi et al. Oct 2007 B2
7302608 Acharya et al. Nov 2007 B1
7305549 Hunt et al. Dec 2007 B2
7305561 Hunt et al. Dec 2007 B2
7313573 Leung et al. Dec 2007 B2
7315801 Dowd et al. Jan 2008 B1
7333000 Vassallo Feb 2008 B2
7349891 Charron et al. Mar 2008 B2
7350068 Anderson et al. Mar 2008 B2
7350186 Coleman et al. Mar 2008 B2
7366755 Cuomo et al. Apr 2008 B1
7367028 Kodosky et al. Apr 2008 B2
7370103 Hunt et al. May 2008 B2
7379982 Tabbara May 2008 B2
7386721 Vilhuber et al. Jun 2008 B1
7395320 Hunt et al. Jul 2008 B2
7403901 Carley et al. Jul 2008 B1
7404175 Lee et al. Jul 2008 B2
7406517 Hunt et al. Jul 2008 B2
7406692 Halpern et al. Jul 2008 B2
7409420 Pullara et al. Aug 2008 B2
7461249 Pearson et al. Dec 2008 B1
7464147 Fakhouri et al. Dec 2008 B1
7478385 Sierer et al. Jan 2009 B2
7624086 Keith, Jr. Nov 2009 B2
20010014158 Baltzley Aug 2001 A1
20010016909 Gehrmann Aug 2001 A1
20010020228 Cantu et al. Sep 2001 A1
20010039586 Primak et al. Nov 2001 A1
20010047400 Coates et al. Nov 2001 A1
20010051937 Ross et al. Dec 2001 A1
20020009079 Jungck et al. Jan 2002 A1
20020022952 Zager et al. Feb 2002 A1
20020040402 Levy-Abegnoli et al. Apr 2002 A1
20020049573 El Ata Apr 2002 A1
20020057684 Miyamoto et al. May 2002 A1
20020069267 Thiele Jun 2002 A1
20020069369 Tremain Jun 2002 A1
20020075844 Hagen Jun 2002 A1
20020082820 Ferguson et al. Jun 2002 A1
20020087264 Hills et al. Jul 2002 A1
20020090089 Branigan et al. Jul 2002 A1
20020120761 Berg Aug 2002 A1
20020131601 Ninomiya et al. Sep 2002 A1
20020138551 Erickson Sep 2002 A1
20020152086 Smith et al. Oct 2002 A1
20020156900 Marquette et al. Oct 2002 A1
20020161839 Colasurdo et al. Oct 2002 A1
20020171690 Fox et al. Nov 2002 A1
20020188941 Cicciarelli et al. Dec 2002 A1
20020194342 Lu et al. Dec 2002 A1
20020194345 Lu et al. Dec 2002 A1
20020194369 Rawlings et al. Dec 2002 A1
20020198995 Liu et al. Dec 2002 A1
20030008712 Poulin Jan 2003 A1
20030009559 Ikeda Jan 2003 A1
20030014644 Burns et al. Jan 2003 A1
20030028642 Agarwal et al. Feb 2003 A1
20030028770 Litwin, Jr. et al. Feb 2003 A1
20030041142 Zhang et al. Feb 2003 A1
20030041159 Tinsley et al. Feb 2003 A1
20030046615 Stone Mar 2003 A1
20030051049 Noy et al. Mar 2003 A1
20030056063 Hochmuth et al. Mar 2003 A1
20030065743 Jenny et al. Apr 2003 A1
20030069369 Belenkaya et al. Apr 2003 A1
20030074395 Eshghi et al. Apr 2003 A1
20030101284 Cabrera et al. May 2003 A1
20030105963 Slick et al. Jun 2003 A1
20030120763 Voilpano Jun 2003 A1
20030126464 McDaniel et al. Jul 2003 A1
20030130833 Brownell et al. Jul 2003 A1
20030138105 Challener et al. Jul 2003 A1
20030165140 Tang et al. Sep 2003 A1
20030204734 Wheeler Oct 2003 A1
20030214908 Kumar et al. Nov 2003 A1
20030217263 Sakai Nov 2003 A1
20030225563 Gonos Dec 2003 A1
20040002878 Maria Hinton Jan 2004 A1
20040049365 Keller et al. Mar 2004 A1
20040049509 Keller et al. Mar 2004 A1
20040068631 Ukeda et al. Apr 2004 A1
20040073443 Gabrick et al. Apr 2004 A1
20040073795 Jablon Apr 2004 A1
20040078787 Borek et al. Apr 2004 A1
20040111315 Sharma et al. Jun 2004 A1
20040117438 Considine et al. Jun 2004 A1
20040117476 Steele et al. Jun 2004 A1
20040160386 Michelitsch et al. Aug 2004 A1
20040161111 Sherman Aug 2004 A1
20040193388 Outhred et al. Sep 2004 A1
20040199572 Hunt et al. Oct 2004 A1
20040205179 Hunt et al. Oct 2004 A1
20040208292 Winterbottom Oct 2004 A1
20040226010 Suorsa Nov 2004 A1
20040261079 Sen Dec 2004 A1
20040264481 Darling et al. Dec 2004 A1
20040267920 Hydrie et al. Dec 2004 A1
20040268357 Joy et al. Dec 2004 A1
20040268358 Darling et al. Dec 2004 A1
20050008001 Williams et al. Jan 2005 A1
20050021742 Yemini et al. Jan 2005 A1
20050055435 Gbadegesin et al. Mar 2005 A1
20050080811 Speeter et al. Apr 2005 A1
20050086502 Rayes et al. Apr 2005 A1
20050091078 Hunt et al. Apr 2005 A1
20050091227 McCollum et al. Apr 2005 A1
20050097097 Hunt et al. May 2005 A1
20050097146 Konstantinou et al. May 2005 A1
20050102154 Dodd et al. May 2005 A1
20050102388 Tabbara et al. May 2005 A1
20050102513 Alve May 2005 A1
20050125212 Hunt et al. Jun 2005 A1
20050138416 Qian et al. Jun 2005 A1
20050152270 Gomez Paredes et al. Jul 2005 A1
20050192971 Tabbara et al. Sep 2005 A1
20050193103 Drabik Sep 2005 A1
20050246529 Hunt et al. Nov 2005 A1
20050246771 Hunt et al. Nov 2005 A1
20050251783 Torone et al. Nov 2005 A1
20050257244 Joly et al. Nov 2005 A1
20050268325 Kuno et al. Dec 2005 A1
20060025984 Papaefstathiou et al. Feb 2006 A1
20060025985 Vinberg et al. Feb 2006 A1
20060031248 Vinberg et al. Feb 2006 A1
20060034263 Outhred et al. Feb 2006 A1
20060037002 Vinberg et al. Feb 2006 A1
20060048017 Anerousis et al. Mar 2006 A1
20060123040 McCarthy et al. Jun 2006 A1
20060149838 Hunt et al. Jul 2006 A1
20060155708 Brown et al. Jul 2006 A1
20060161879 Lubrecht et al. Jul 2006 A1
20060161884 Lubrecht et al. Jul 2006 A1
20060232927 Vinberg et al. Oct 2006 A1
20060235664 Vinberg et al. Oct 2006 A1
20060259609 Hunt et al. Nov 2006 A1
20060259610 Hunt et al. Nov 2006 A1
20060271341 Brown et al. Nov 2006 A1
20070006177 Aiber et al. Jan 2007 A1
20070112847 Dublish et al. May 2007 A1
20070192769 Mimura et al. Aug 2007 A1
20080059214 Vinberg et al. Mar 2008 A1
Foreign Referenced Citations (25)
Number Date Country
1368694 Sep 2002 CN
1375685 Oct 2002 CN
1180886 Feb 2002 EP
1307018 May 2003 EP
1550969 Jul 2005 EP
8297567 Nov 1996 JP
11007407 Jan 1999 JP
2001526814 Dec 2001 JP
2002084302 Mar 2002 JP
2003532784 Nov 2003 JP
2005155729 Jun 2005 JP
10-2002-0026751 Apr 2002 KR
10-2004-0008275 Jan 2004 KR
2111625(C1) May 1998 RU
2189072(C) Sep 2002 RU
WO9853410 Nov 1998 WO
WO9963439 Dec 1999 WO
WO0022526 Apr 2000 WO
WO0031945 Jun 2000 WO
WO0073929 Dec 2000 WO
WO0185881 Nov 2001 WO
WO0230044(A2) Apr 2002 WO
WO0237748 May 2002 WO
WO02085051 Oct 2002 WO
WO03039104 May 2003 WO
Related Publications (1)
Number Date Country
20060031248 A1 Feb 2006 US
Provisional Applications (1)
Number Date Country
60452736 Mar 2003 US
Continuation in Parts (1)
Number Date Country
Parent 10693838 Oct 2003 US
Child 11077265 US