A system for drift visualization of change data of a data center is disclosed. The data center includes a plurality of configuration items. The system includes a management server in communication with the data center. The management server includes an agent configured to collect the change data from one or more of the plurality of configuration items. A change datastore in communication with the management server is provided to store the change data. A data extractor in communication with the change datastore retrieves the change data and provides a filtered subset of the change data to a display. A policy datastore enables the data extractor to filter the change data based on data center policy violations. The visualization depicts multiple dimensions of change-related data for the items in the data center in a unique and concise manner.
|
1. A method for visualization of change data of a data center, the data center including a plurality of configuration items, the method comprising:
continuously monitoring one or more of the plurality of configuration items for changes in computing resource characteristics;
detecting changes in the computing resource characteristics being monitored, wherein the computing resource characteristics being monitored include hardware and software configurations and operations being performed on the plurality of configuration items;
storing the changes which are detected in a datastore; and
providing a graphical visualization of a subset of the changes, including defining the subset through a query that is formatted to retrieve specified changes from the datastore, and further including presenting the graphical visualization to show the specified changes detected on a first date and the specified changes detected on a second date.
8. A non-transitory computer readable media having programming instructions for drift visualization of change data of a data center, the data center including a plurality of configuration items, the non-transitory computer readable media comprising:
programming instructions for continuously monitoring one or more of the plurality of configuration items for changes in computing resource characteristics;
programming instructions for detecting changes in the computing resource characteristics being monitored, wherein the computing resource characteristics being monitored include hardware and software configurations and operations being performed on the plurality of configuration items;
programming instructions for storing the changes which are detected in a datastore; and
programming instructions for providing a graphical visualization of a subset of the changes, including defining the subset through a query that is formatted to retrieve specified changes from the datastore, and further including presenting the graphical visualization to show the specified changes detected on a first date and the specified changes detected on a second date.
2. The method as recited in
3. The method as recited in
4. The method as recited in
5. The method as recited in
6. The method as recited in
7. The method as recited in
9. The non-transitory computer readable media as recited in
10. The non-transitory computer readable media as recited in
11. The non-transitory computer readable media as recited in
12. The non-transitory computer readable media as recited in
|
This application is a continuation of the U.S. patent application Ser. No. 12/353,309 filed on Jan. 14, 2009, entitled “Drift Visualization,” which issued on Mar. 27, 2012 as U.S. Pat. No. 8,145,752.
A typical data center may consist of a large number of physical computers and virtual machines. These computing resources service hundreds of software applications that cater to a large number of users on a twenty four by seven basis. Misconfigured software and hardware are one of the leading causes of failure in large modern data centers. The administrators of these data centers must constantly track configuration changes across millions of configuration items (CIs), always on the lookout for changes that may soon be or may have recently caused problems. Once they find configuration problems, they must be able to easily communicate these problems, or the trends that created the problems, to their peers and superiors, to justify corrective measures. Currently, the drift visualizations available to process this data are insufficient for the task. They either show only a limited amount of data, or merely list all the data associated with all changes in the data center environment. In neither case can the administrator easily pick relevant changes out of the summation of the information available, or easily identify and communicate negative configuration trends that imply larger administrative problems.
In one embodiment, a system for drift visualization of change data of a data center is disclosed. The data center includes a plurality of configuration items. The system includes a management server in communication with the data center. The management server includes an agent configured to collect the change data from one or more of the plurality of configuration items. A change database that is in communication with the management server is provided to store the change data. A data extractor in communication with the change datastore is provided to retrieve the change data and provide a filtered subset of the change data to a display. A policy datastore in communication with the data extractor is provided to enable the data extractor to filter the change data based on data center policy violations.
In another embodiment, a method for drift visualization of change data of a data center is provided. The data center includes a plurality of configuration items. The method includes continuously monitoring one or more of the plurality of configuration items for changes in computing resource characteristics. The changes in the computing resource characteristics are detected through the continuous monitoring of the configuration items. The computing resource characteristics include hardware and software configurations and operations being performed on the one or more of the plurality of configuration items. The changes are stored in a datastore. The method further includes providing a graphical visualization of a subset of the changes. The subset is defined through a query that is formatted for retrieve the subset from the datastore.
In yet another embodiment, a computer readable media having programming instructions for drift visualization of change data of a data center is provided. The data center includes a plurality of configuration items. The computer readable media includes programming instructions for continuously monitoring one or more of the plurality of configuration items for changes in computing resource characteristics and programming instructions for detecting changes in the computing resource characteristics. The computing resource characteristics include hardware and software configurations and operations being performed on the one or more of the plurality of configuration items. The computer readable media further includes programming instructions for storing the changes in a datastore, and programming instructions for providing a graphical visualization of a subset of the changes. The subset is defined through a query that is formatted for retrieve the subset from the datastore.
Management Server 104 periodically queries each of the managed resources to retrieve changes since the last query. However, Management Server 104 may not be aware of the particular characteristics of each of the managed resources in Data Center 100. Hence, in one embodiment, Management Server 104 uses one or more resource agents 106. A particular resource agent 106 provides Management Server 106 an access to a particular type of computing resource. For example, a particular type of agent would provide access to Cisco Switch or VMware VM or IBM NAS. In one embodiment, Management Server 104 may be unable to query a particular type of data center resource if an agent for that particular type of data center resource is not available to Management Server 104.
In another embodiment, another type of agents can be installed in each of the managed data center resources. These agents will periodically send the change information to Management Server 104. In another embodiment, these agents will send the information to Management Server 104 as and when any change in the configuration, settings, or status of a particular data center resource occurs.
The change information that is collected from various configuration items, such as virtual machines, physical hosts, networks, switches, user profiles, etc. is related to various hardware and software configurations, network settings, application settings, storage settings, storage capacities, bandwidth settings, etc. In another embodiment, the change information also relates to the operations ordinarily performed on network switches, virtual machines, hosts, etc. For example, a process of taking snapshots of a virtual machine is an operation that is performed on a virtual machine.
Management Server 104 stores this change information in a Config/Change database (DB) 108. Config/Change DB 108 is a datastore that is coupled to Management Server 104 through an appropriate protocol. In one embodiment, Config/Change DB 108 is a relational database management system (RDBMS). In another embodiment, Config/Change DB 108 is any datastore that is capable of storing information that can be retrieved through any ordinarily available means. In one embodiment, the change information is stored in a tabular format. In other embodiment, the change information is stored in XML format. In yet another embodiment, the change information can be stored in any format so long as the stored information can be retrieved through filtered queries.
To extract data from Config/Change DB 108, a Data Extractor/Comparator 116 is provided. In one embodiment, Data Extractor/Comparator 116 is implemented in a commonly available Web server using one or more technologies such as JAVA Servlets, JAVA Server Pages, Active Server Pages, HTML etc. In other embodiments, Data Extractor/Comparator 116 can be implemented in any manner so long as Data Extractor/Comparator 116 is capable of communicating with Config/Change DB 108 to retrieve data from Config/Change DB 108, based on search queries.
A Policy DB 110 is provided to store data center policies. Data center policies, in one embodiment, include a set of rules that should be maintained for the efficient operations of Data center 100. In one example, data center policies include rules that dictate the maximum number of snapshots per virtual machine, the setup of virtual hardware (such as virtual CD drives) in virtual machines, the number of applications that can be installed on a physical or virtual machine, the maximum number of virtual machines per physical machine, etc. Data center Policies 112 are configured by a data center administrator, who can format these policies based on one or more data center optimization and security schemes. For example, a rule to limit a maximum number snapshots of a virtual machine (VM) is important for performance optimization of a data center because maintaining a large number of virtual machine snapshots is a time and resource consuming process. Similarly, installing a certain kind of virtual or physical hardware may pose security risks.
Data Extractor/Comparator 116 is also coupled to a Query Constructor/Data Filter 118 module. Query Constructor/Data Filter 118 provides functionality to help format queries to extract a subset of data based on a desired view of the change data that need to be displayed on a Display 114. In one embodiment, Data Extractor/Comparator 116 and Query Constructor/Data Filter 118 can be implemented in the same software module using one or more of generally available technologies such as JAVA Servlets, JAVA Server Pages, Active Server Page, etc. In another embodiment, smart UI clients such as Adobe Flex UI™ may be used to provide filter and display logic. Display 114, in one embodiment, is a Web browser. In other embodiments, Display 114 can be any computer display that is capable of displaying data formatted and presented to Display 114 in a generally available display means such as HTML, XML, JAVA™ Applets, etc.
At step 304, an agent detects a change in software or hardware configuration or in the characteristics of the computing resource being monitored by that agent. In one example, an agent detects a change by reading the entries in a log file that is being maintained to record the operations of a computing resource.
At step 306, the agent collects data pertaining to changes in configurations and characteristics and at step 308 this data is stored in a datastore or database. Steps 302 to 308 are repeated continuously.
To display a filtered view of this stored data, at step 310, a range of data that needs to be displayed is received from a display. For example, a change data of selected computing resources between two date/times may be desired to be displayed on a computer display. In this example, at step 312, a query is formatted by a query constructor module to enable a data extractor to retrieve a subset of data between these two data/times for selected computing resources from the datastore. The type of query depends on the type of datastore. For example, if the datastore is an RDBMS, an SQL query may be constructed. At step 314, the query is executed to retrieve the subset of data from the datastore. At step 316, the retrieved data is formatted to conform to a type of the computer display. For example, the data can be provided in XML form or HTML form to the display.
As illustrated in
In one embodiment, the drift visualization also shows total number of changes 220 in all displayed CIs for a particular date. In another embodiment, the total number of changes is also displayed in a graphical form 218.
In one or more embodiments, another shape or colored visual object (e.g., a triangle 214 in this example) may be used to show changes in CIs that are in violation of data center policies. In one embodiment, a persistence of a violation may also be shown (e.g., a dotted line 216 in this example). This dotted line 216 shows for how long violations of data center policies lasted and the object at the other end of the dotted line represents a number of changes in CIs after violations are corrected, either manually or automatically.
In one embodiment, a graphical representation of the consolidated changes on a particular date 218 may also provide a graphical representation (represented by a dark tip in element 218 in this example, the size of the dark tip is proportional to the number of changes that violates data center policies) to indicate the number of changes that violated data center policies.
The drift visualization that is illustrated in
It should be noted that the drill down drift visualization can be shown in different layouts. A person skilled in the art would realize that
The various embodiments described herein may employ various computer-implemented operations involving data stored in computer systems. For example, these operations may require physical manipulation of physical quantities usually, though not necessarily, these quantities may take the form of electrical or magnetic signals where they, or representations of them, are capable of being stored, transferred, combined, compared, or otherwise manipulated. Further, such manipulations are often referred to in terms, such as producing, identifying, determining, or comparing. Any operations described herein that form part of one or more embodiments of the invention may be useful machine operations. In addition, one or more embodiments of the invention also relate to a device or an apparatus for performing these operations. The apparatus may be specially constructed for specific required purposes, or it may be a general purpose computer selectively activated or configured by a computer program stored in the computer. In particular, various general purpose machines may be used with computer programs written in accordance with the teachings herein, or it may be more convenient to construct a more specialized apparatus to perform the required operations.
The various embodiments described herein may be practiced with other computer system configurations including hand-held devices, microprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like.
One or more embodiments of the present invention may be implemented as one or more computer programs or as one or more computer program modules embodied in one or more computer readable media. The term computer readable medium refers to any data storage device that can store data which can thereafter be input to a computer system computer readable media may be based on any existing or subsequently developed technology for embodying computer programs in a manner that enables them to be read by a computer. Examples of a computer readable medium include a hard drive, network attached storage (NAS), read-only memory, random-access memory (e.g., a flash memory device), a CD (Compact Discs) CD-ROM, a CD-R, or a CD-RW, a DVD (Digital Versatile Disc), a magnetic tape, and other optical and non-optical data storage devices. The computer readable medium can also be distributed over a network coupled computer system so that the computer readable code is stored and executed in a distributed fashion.
Although one or more embodiments of the present invention have been described in some detail for clarity of understanding, it will be apparent that certain changes and modifications may be made within the scope of the claims. Accordingly, the described embodiments are to be considered as illustrative and not restrictive, and the scope of the claims is not to be limited to details given herein, but may be modified within the scope and equivalents of the claims. In the claims, elements and/or steps do not imply any particular order of operation, unless explicitly stated in the claims.
Many variations, modifications, additions, and improvements are possible, regardless the makeup of the data center. The drift visualization can therefore include components of a host, console, or guest operating system that performs virtualization functions. Plural instances may be provided for components, operations or structures described herein as a single instance. Finally, boundaries between various components, operations and datastores are somewhat arbitrary, and particular operations are illustrated in the context of specific illustrative configurations. Other allocations of functionality are envisioned and may fall within the scope of the invention(s). In general, structures and functionality presented as separate components in exemplary configurations may be implemented as a combined structure or component. Similarly, structures and functionality presented as a single component may be implemented as separate components. These and other variations, modifications, additions, and improvements may fall within the scope of the appended claims(s).
Patent | Priority | Assignee | Title |
10708139, | Aug 01 2017 | ServiceNow, Inc. | Automatic grouping of similar applications and devices on a network map |
10992537, | Aug 01 2017 | ServiceNow, Inc. | Automatic grouping of similar applications and devices on a network map |
Patent | Priority | Assignee | Title |
7194538, | Jun 04 2002 | Veritas Technologies LLC | Storage area network (SAN) management system for discovering SAN components using a SAN management server |
7233957, | Sep 30 2003 | EMC IP HOLDING COMPANY LLC | Method and apparatus for identifying and processing changes to management information |
7653712, | Sep 30 2004 | EMC IP HOLDING COMPANY LLC | Methods and apparatus for processing configuration data |
7685261, | Jun 29 2001 | Veritas Technologies LLC | Extensible architecture for the centralized discovery and management of heterogeneous SAN components |
20030154267, | |||
20030208589, | |||
20040267644, | |||
20080226044, | |||
20090157699, | |||
20100185596, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Feb 22 2012 | VMware, Inc. | (assignment on the face of the patent) | / | |||
Nov 21 2023 | VMWARE, INC | VMware LLC | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 067102 | /0314 |
Date | Maintenance Fee Events |
Nov 24 2016 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Sep 25 2020 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Date | Maintenance Schedule |
Jun 11 2016 | 4 years fee payment window open |
Dec 11 2016 | 6 months grace period start (w surcharge) |
Jun 11 2017 | patent expiry (for year 4) |
Jun 11 2019 | 2 years to revive unintentionally abandoned end. (for year 4) |
Jun 11 2020 | 8 years fee payment window open |
Dec 11 2020 | 6 months grace period start (w surcharge) |
Jun 11 2021 | patent expiry (for year 8) |
Jun 11 2023 | 2 years to revive unintentionally abandoned end. (for year 8) |
Jun 11 2024 | 12 years fee payment window open |
Dec 11 2024 | 6 months grace period start (w surcharge) |
Jun 11 2025 | patent expiry (for year 12) |
Jun 11 2027 | 2 years to revive unintentionally abandoned end. (for year 12) |