USRE41991E1 - System and method for managing and communicating state changes of a complex system - Google Patents

System and method for managing and communicating state changes of a complex system Download PDF

Info

Publication number
USRE41991E1
USRE41991E1 US11/640,542 US64054206A USRE41991E US RE41991 E1 USRE41991 E1 US RE41991E1 US 64054206 A US64054206 A US 64054206A US RE41991 E USRE41991 E US RE41991E
Authority
US
United States
Prior art keywords
state
transition
notification request
configuration item
registration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime, expires
Application number
US11/640,542
Inventor
Joseph K. Cross
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Google LLC
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US11/640,542 priority Critical patent/USRE41991E1/en
Assigned to LOCKHEED MARTIN CORPORATION reassignment LOCKHEED MARTIN CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CROSS, JOSEPH K.
Assigned to REENA OPTICS LLC reassignment REENA OPTICS LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LOCKHEED MARTIN CORPORATION
Assigned to REENA OPTICS LLC reassignment REENA OPTICS LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LOCKHEED MARTIN CORPORATIN
Application granted granted Critical
Publication of USRE41991E1 publication Critical patent/USRE41991E1/en
Assigned to REENA OPTICS LLC reassignment REENA OPTICS LLC NUNC PRO TUNC ASSIGNMENT (SEE DOCUMENT FOR DETAILS). Assignors: LOCKHEED MARTIN CORPORATION
Assigned to INTELLECTUAL VENTURES HOLDING 46 LLC reassignment INTELLECTUAL VENTURES HOLDING 46 LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: REENA OPTICS LLC
Assigned to NEST LABS INC. reassignment NEST LABS INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: INTELLECTUAL VENTURES HOLDING 46 LLC
Assigned to NEST LABS, INC. reassignment NEST LABS, INC. CORRECTIVE ASSIGNMENT TO CORRECT THE TYPOGRAPHICAL ERROR IN NAME OF ASSIGNEE PREVIOUSLY RECORDED ON REEL 031368 FRAME 0406. ASSIGNOR(S) HEREBY CONFIRMS THE TRANSFER OF RIGHTS FROM THE ASSIGNORS TO THE ASSIGNEE. Assignors: INTELLECTUAL VENTURES HOLDING 46 LLC
Assigned to GOOGLE INC. reassignment GOOGLE INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NEST LABS, INC.
Assigned to GOOGLE LLC reassignment GOOGLE LLC CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: GOOGLE INC.
Adjusted expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3055Monitoring arrangements for monitoring the status of the computing system or of the computing system component, e.g. monitoring if the computing system is on, off, available, not available
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/544Remote

Definitions

  • the present invention generally relates to monitoring the operating state of a complex electronic system.
  • Example operational states include starting up, standby, shutting down, and other states governed by the particular system. Based on transitions among the operational states, the system may take various actions. For example, the system may perform various automated actions, alert an operator for manual intervention, or generate informational messages.
  • the system may be comprised of a hierarchy of constituent components.
  • the constituent components may need to respond to state changes in other components at various levels in the hierarchy.
  • the system may be geographically dispersed. In this case it may be important to minimize that amount of data traffic among components required to satisfy the monitoring requirements.
  • a system and a method that addresses the aforementioned problems, as well as other related problems, are therefore desirable.
  • the invention provides a system and method for managing and communicating state changes of a complex system.
  • the system includes a plurality of configuration items, wherein each configuration item is a functional component of the system and has an associated state value that is one of a set of state values describing operational characteristics of the configuration item.
  • a data structure that represents transitions between the state values is constructed in each of the configuration items.
  • Each of the configuration items receives notification requests that include a first set of state values, a second set of state values, a requester identifier, and a message value.
  • the requester identifier and message value of each notification request are associated with a transition in the data structure of the configuration item from a state in the first set of state values to a state value in the second set of state values.
  • a message value(s) and requester identifier(s) that are associated with the transition are selected, and the message value(s) is sent to the requester(s) referenced by the requester identifier(s).
  • FIG. 1 is a diagram of an example system hierarchy
  • FIG. 2 shows the format of a registration table that is maintained by a configuration item in accordance with one embodiment of the invention
  • FIG. 3 is a functional block diagram of a system that includes a mode monitor for detecting mode changes in the system;
  • FIG. 4 is a flowchart of a process for registering notification requests with a configuration item
  • FIG. 5 is a flowchart of a process for canceling a notification registration by a configuration item
  • FIG. 6 is a process for notifying registrants of changes in state of a configuration item
  • FIG. 7A is a flowchart of a process for notification of a mode transition of a system, according to one embodiment of the invention.
  • FIG. 7B depicts the state transition table of Table 2 in graphical form
  • FIG. 8A is a flowchart of a process for mode transition notification which has been optimized to reduce the number of state change notifications from the configuration items.
  • FIG. 8B is a state diagram of all the meta-state transitions for the mode ExampleMode.
  • the invention provides a method and system for monitoring the operational state of a complex system as defined by the constituent states of the elements comprising the system.
  • the system operates efficiently for large complex systems and is suitable for systems in which the elements are geographically dispersed.
  • FIG. 1 is a diagram of an example system hierarchy.
  • System 100 is comprised of multiple configuration items.
  • a configuration item is either comprised of a set of configuration items or it is a configuration unit.
  • the configuration units are the indivisible functional elements comprising the system, and the collection of the respective states of the configuration items constitutes the system state.
  • Each configuration item has associated therewith a non-empty, finite set of values, or states. Every state is associated with one configuration item.
  • the invention assumes that for the purpose of state monitoring, a state change is possible in each of the configuration items.
  • a state change may be in response to an external (relative to the system) or an internal signal.
  • state changes may occur in response to user commands or control settings or in response to system-programmed resource monitors.
  • the states are represented as uppercase letters. The particular representation of a state in a system depends on system requirements and may include, for example, numerical values or sequences of codes.
  • FIG. 2 shows the formal of a registration table that is maintained by a configuration item in accordance with one embodiment of the invention.
  • a configuration item receives and stores requests for notifications of changes in state for that configuration item. The registration is accomplished by sending to the configuration item a notification request that includes a pre-condition, a post-condition, a requester identifier, and a message.
  • the pre-condition and post-condition are sets of states of the configuration item. If the configuration item changes from a state in the pre-condition to a state in the post-condition, then the message in the notification request is sent to the requester identified by the requester identifier. Upon registration, the configuration item generates and returns a key to the requester. The key can be used to cancel the registration.
  • Each configuration item maintains an n by n table to track registrations for state changes of that configuration item, where n is the number of possible states of the configuration item.
  • the rows of the table 150 represent states from which the configuration item transitions, and the columns of the table represent the states to which the configuration item transitions.
  • Each cell in the table contains a list of triples, and each triple includes a requester identifier, a message, and a registration key. The lists of triples supports multiple registrations for a single state change.
  • a mode of the system is defined to be a selected Boolean function of the state of the constituent configuration items.
  • the system is in a mode when the function evaluates to true and enters a mode when the value of the function changes from false to true.
  • the notation, CI(A, B, C) denotes the predicate that configuration item, CI, is in one of the states A, B, or C. If a system includes three configuration items, CI 1 , CI 2 , and CI 3 where CI 1 has states A, B, and C; CI 2 has states M and N, and CI 3 has states X, Y, and Z; then an example mode is:
  • ExampleMode This example mode is referred to as ExampleMode from this point forward. If the function evaluates to true, then the system in ExampleMode.
  • the states in the registration table are consolidated in accordance with a system-defined mode to reduce the message traffic in reporting state changes of configuration items.
  • FIGS. 8A and 8B provide further details on the “optimized” embodiment of the invention.
  • FIG. 3 is a functional block diagram of a system 170 that includes a state monitor for detecting mode changes in the system.
  • System 170 includes a mode monitor 172 for monitoring and reacting to changes in mode.
  • the mode monitor implements one or more functions that define modes of the system. For example, one mode is the ExampleMode defined above.
  • the mode monitor registers with selected configuration items 172 , 174 , 176 , and 180 to receive notifications of state changes.
  • the notifications of state changes are represented by the messages defined in the registration tables of selected configuration items.
  • mode monitor 172 and configuration items 174 , 176 , 178 , and 180 are implemented as computer processes, for example, executing on one or more nodes on a network. It will be appreciated that each of configuration items 174 , 176 , 178 , and 180 may in turn be coupled to other configuration items depending on the particular application.
  • FIG. 4 is a flowchart of a process for registering notification requests with a configuration item.
  • Each configuration item in the system implements a registration process so that other configuration items or a mode monitor can register to receive notifications of state changes.
  • a notification request is received at step 204 .
  • a notification request includes a pre-condition, a post-condition, requester identifier, and a message value.
  • Step 206 generates a unique registration key that is associated with the notification request and returned to the requester. The registration key allows the requester to cancel the registration at a later time.
  • the triple consisting of the requester identifier, message value, and key is added to selected entries in the registration table 150 .
  • the entries are selected according to the pre-condition and post-condition in the notification request.
  • the row indices of the registration table represent the states from which the configuration item may transition
  • the column indices represent the states to which the configuration may transition.
  • the registration key is returned to the requester, and the process returns to step 204 to receive and process another notification request. It will be appreciated that, depending on system requirements, the registration process may be either limited to an initialization phase of system operation or active while the system is operational.
  • FIG. 5 is a flowchart of a process for canceling a notification registration by a configuration item.
  • the registration process generates a unique registration key for each notification request and returns the registration keys to the requesters.
  • a configuration item receives a cancellation request from a requester, for example, either a mode monitor or another configuration item.
  • the cancellation request includes a registration key.
  • the configuration item removes from the table all triples having registration keys that match the registration key in the cancellation request. The process then returns to step 222 to process subsequent cancellation requests.
  • FIG. 6 is a process for notifying registrants of changes in state of a configuration item.
  • the configuration item at step 274 selects and reads registrations (“triples”) from the registration table.
  • the selected registrations are those in the entry indexed by the previous state and the current state.
  • the registrations in the selected entry are used to send messages to the registrants.
  • the requester identifier in each registration specifies the registrant, and the message part of the registration is the code or sequence of bytes sent to the registrant.
  • the techniques described above for managing state changes of configuration items of a system can be used at a system level for system-level mode monitoring.
  • the system mode monitor can be configured to register with selected configuration items in order to detect mode changes.
  • a mode is a Boolean function of selected states of selected ones of the configuration items. The mode monitor registers with each configuration item in the mode and in response to notifications of state changes, evaluates the mode to determine a suitable action.
  • a system may have defined different modes for different scenarios.
  • the system may have a need to react to entry into a mode; that is, when the value of the Boolean function changes from false to true in response to a change in state of one of the configuration items.
  • the system may have a need to react to exit from a mode (mode value changes from true to false).
  • the system may need to react to a transition between modes; that is, when the value of a first mode changes from true to false, and the value of a second mode changes from false to true.
  • the mode transitions are represented as a state machine.
  • FIG. 7A is a flowchart of a process for notification of a mode transition of a system, according to one embodiment of the invention.
  • FIG. 8A is an alternative embodiment in which the process has been optimized.
  • the mode monitor registers with each configuration item in the mode for notification of state changes of the configuration item. For example, in the mode, ExampleMode, configuration item CI 1 that contributes to the mode has three states, A, B, and C. Table 1 below illustrates how the mode monitor would register with CI 1 .
  • a finite state machine is constructed to support detection of the mode transition.
  • the state machine includes states for the combinations of states of the configuration items in the mode and actions associated with the state transitions.
  • Table 2 illustrates a portion of the state machine for entry into ExampleMode.
  • the states of the system state machine are denoted as a concatenation of the states of the three configuration elements that comprise ExampleMode.
  • ANX denotes the state of the machine when CI 1 is in state A, CI 2 is in state N, and CI 3 is in state X.
  • the ExampleMode state columns in the table are included to assist in understanding the state transitions and are not part of the actual state machine.
  • step 306 the finite state machine is initialized to a selected state, which is dependent on the particular application.
  • step 308 a state change message is received from a configuration item, and the state machine is transitioned to the next state in response to the state change message at step 310 . If there is any action associated with the transition, the action is performed at step 312 . The process is then returned to step 308 to receive the next state change message.
  • FIG. 7B depicts the state transition table of Table 2 in graphical form.
  • Each node is labeled with a combination of state values of the configuration items CI 1 , CI 2 , and CI 3 , the directional lines represent a transition to the next state, and the text associated with the directional lines specifies the message that gives notice of the transition, along with any associated action.
  • the mode transition notification process of FIG. 7A may result in the generation of more notification messages than is necessary to detect a mode change.
  • the excess sending of notification messages may impede other functions of the system by consuming more communications bandwidth than is necessary.
  • FIG. 8A is a flowchart of a process for mode transition notification which has been optimized to reduce the number of state change notifications from the configuration items.
  • the process begins by reducing the number of configuration item states in the mode to a set of meta-states.
  • each meta-state is a set of equivalent states of a configuration item.
  • Two states S 1 and S 2 of a configuration item, CIi are equivalent for a mode if for every combination of states of the other configuration items in the system, the value of the mode is the same when CIi is in S 1 as when CIi is in S 2 .
  • the set of states of each configuration item can be divided into pairwise, disjoint, exhaustive subsets. The subsets are called meta-states. Table 3 below shows the meta-states of ExampleMode.
  • ExampleMode has a well-defined value knowing only that CI 1 is in meta-state ⁇ A, C ⁇ (i.e., that CI 1 is in either state A or C), that CI 2 is in meta-state ⁇ M ⁇ , and that CI 3 is in meta-state ⁇ X, Y ⁇ .
  • the mode monitor registers with each configuration item in the mode for notification of entry into each meta-state of the configuration item.
  • Table 4 illustrates the registration of the mode monitor with CI 1 .
  • Table 1 illustrates the notification registrations made to configuration CI 1 in the non-optimized process
  • Table 4 illustrates the notification registrations made to CI 1 in the optimized process (using meta-states).
  • the reduction in the number of notification messages can be seen from the registrations listed in Tables 1 and 4.
  • the registrations from Table 1 show that configuration item CI 1 has the potential for sending 6 notification messages: “CI 1 enters A” in response to B-to-A and C-to-A transitions; “CI 1 enters B” in response to A-to-B and C-to-B transitions; and “CI 1 enters C” in response to A-to-C and B-to-C transitions.
  • the optimized version reduces the number potential notification messages to 4: “CI 1 enters ⁇ A, C ⁇ ” in response to B-to-A and B-to-C transitions; and “CI 1 enters ⁇ B ⁇ ” in response to A-to-B and C-to-B transitions.
  • a finite state machine is constructed using the combinations of meta-states in the mode.
  • the state machine is initialized to a selected state that is suitable for the application.
  • FIG. 8B is introduced.
  • FIG. 8B is a state diagram of all the meta-state transitions for the mode ExampleMode. It will be appreciated that the ExampleMode state transitions of FIG. 7B , in contrast, are only a subset of all the possible state transition in the mode.
  • the nodes represent and are labeled with the combinations of meta-states of the configuration items, the arcs represent transitions between the nodes, and the arc labels describe the notification reported in the transition and any associated action.
  • steps 358 , 360 , and 362 which function similar to steps 308 , 310 , and 312 of FIG. 7 A.
  • mode-exit and mode-transition applications can be implemented by constructing finite state machines consistent with the teachings set forth above.
  • the present invention is believed to be applicable to a variety of systems that require certain actions in response to changes in the state of the system.
  • the invention is believed to be particularly applicable to large, complex, and geographically dispersed systems.
  • Other aspects and embodiments of the present invention beyond those specifically described herein will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. It is intended that the specification and illustrated embodiments be considered as examples only, with a true scope and spirit of the invention being indicated by the following claims.

Abstract

System and method for managing and communicating state changes of a complex system. The system includes a plurality of configuration items, wherein each configuration item is a functional component of the system and has an associated state value that is one of a set of state values describing operational characteristics of the configuration item. A data structure that represents transitions between the state values is constructed in each of the configuration items. Each of the configuration items receives notification requests that include a first set of state values, a second set of state values, a requester identifier, and a message value. The requester identifier and message value of each notification request are associated with a transition of the configuration item for a transition from a state in the first set of state values to a state value in the second set of state values. In response to a transition of a configuration item between state values, a message value(s) and requester identifier(s) that are associated with the transition are selected, and the message value(s) is sent to the requester(s) referenced by the requester identifier(s).

Description

The instant application is a reissue of U.S. Pat. No. 6,832,346, which was filed as U.S. application Ser. No. 09/834,393 on Apr. 13, 2001.
FIELD OF THE INVENTION
The present invention generally relates to monitoring the operating state of a complex electronic system.
BACKGROUND
Monitoring the operational state of electronic systems is commonly performed to detect problems, take precautionary measures before problems occur, or inform users, for example. Systems that include many distributed components present unique challenges for managing the operational state of the system and the various components. Example operational states include starting up, standby, shutting down, and other states governed by the particular system. Based on transitions among the operational states, the system may take various actions. For example, the system may perform various automated actions, alert an operator for manual intervention, or generate informational messages.
For large systems that include many components, managing the state-related interactions between components and monitoring the states of all the components can be complicated. For example, in a system having a large number of components, the number of different combinations of states of the different components can be very large, thereby complicating monitoring the different states. In addition, the system may be comprised of a hierarchy of constituent components. The constituent components may need to respond to state changes in other components at various levels in the hierarchy.
In addition, the system may be geographically dispersed. In this case it may be important to minimize that amount of data traffic among components required to satisfy the monitoring requirements.
Thus, an arrangement that supports monitoring the system state, the states of the individual ones of the constituent components, as well as inter-component state monitoring tends to be complex.
A system and a method that addresses the aforementioned problems, as well as other related problems, are therefore desirable.
SUMMARY OF THE INVENTION
In various embodiments, the invention provides a system and method for managing and communicating state changes of a complex system. The system includes a plurality of configuration items, wherein each configuration item is a functional component of the system and has an associated state value that is one of a set of state values describing operational characteristics of the configuration item. A data structure that represents transitions between the state values is constructed in each of the configuration items. Each of the configuration items receives notification requests that include a first set of state values, a second set of state values, a requester identifier, and a message value. The requester identifier and message value of each notification request are associated with a transition in the data structure of the configuration item from a state in the first set of state values to a state value in the second set of state values. In response to such a transition of a configuration item between state values, a message value(s) and requester identifier(s) that are associated with the transition are selected, and the message value(s) is sent to the requester(s) referenced by the requester identifier(s).
It will be appreciated that various other embodiments are set forth in the Detailed Description and Claims which follow.
BRIEF DESCRIPTION OF THE DRAWINGS
Various aspects and advantages of the invention will become apparent upon review of the following detailed description and upon reference to the drawings in which:
FIG. 1 is a diagram of an example system hierarchy;
FIG. 2 shows the format of a registration table that is maintained by a configuration item in accordance with one embodiment of the invention;
FIG. 3 is a functional block diagram of a system that includes a mode monitor for detecting mode changes in the system;
FIG. 4 is a flowchart of a process for registering notification requests with a configuration item;
FIG. 5 is a flowchart of a process for canceling a notification registration by a configuration item;
FIG. 6 is a process for notifying registrants of changes in state of a configuration item;
FIG. 7A is a flowchart of a process for notification of a mode transition of a system, according to one embodiment of the invention;
FIG. 7B depicts the state transition table of Table 2 in graphical form;
FIG. 8A is a flowchart of a process for mode transition notification which has been optimized to reduce the number of state change notifications from the configuration items; and
FIG. 8B is a state diagram of all the meta-state transitions for the mode ExampleMode.
DETAILED DESCRIPTION
In various embodiments, the invention provides a method and system for monitoring the operational state of a complex system as defined by the constituent states of the elements comprising the system. The system operates efficiently for large complex systems and is suitable for systems in which the elements are geographically dispersed.
FIG. 1 is a diagram of an example system hierarchy. System 100 is comprised of multiple configuration items. A configuration item is either comprised of a set of configuration items or it is a configuration unit. The configuration units are the indivisible functional elements comprising the system, and the collection of the respective states of the configuration items constitutes the system state.
Each configuration item has associated therewith a non-empty, finite set of values, or states. Every state is associated with one configuration item. The invention assumes that for the purpose of state monitoring, a state change is possible in each of the configuration items. A state change may be in response to an external (relative to the system) or an internal signal. For example, state changes may occur in response to user commands or control settings or in response to system-programmed resource monitors. In the examples presented herein, the states are represented as uppercase letters. The particular representation of a state in a system depends on system requirements and may include, for example, numerical values or sequences of codes.
FIG. 2 shows the formal of a registration table that is maintained by a configuration item in accordance with one embodiment of the invention. A configuration item receives and stores requests for notifications of changes in state for that configuration item. The registration is accomplished by sending to the configuration item a notification request that includes a pre-condition, a post-condition, a requester identifier, and a message.
The pre-condition and post-condition are sets of states of the configuration item. If the configuration item changes from a state in the pre-condition to a state in the post-condition, then the message in the notification request is sent to the requester identified by the requester identifier. Upon registration, the configuration item generates and returns a key to the requester. The key can be used to cancel the registration.
Each configuration item maintains an n by n table to track registrations for state changes of that configuration item, where n is the number of possible states of the configuration item. The rows of the table 150 represent states from which the configuration item transitions, and the columns of the table represent the states to which the configuration item transitions. Each cell in the table contains a list of triples, and each triple includes a requester identifier, a message, and a registration key. The lists of triples supports multiple registrations for a single state change.
Where a system is comprised of multiple configuration items, a mode of the system is defined to be a selected Boolean function of the state of the constituent configuration items. The system is in a mode when the function evaluates to true and enters a mode when the value of the function changes from false to true. The notation, CI(A, B, C) denotes the predicate that configuration item, CI, is in one of the states A, B, or C. If a system includes three configuration items, CI1, CI2, and CI3 where CI1 has states A, B, and C; CI2 has states M and N, and CI3 has states X, Y, and Z; then an example mode is:
CI1 (B) and (not CI2 (M) or CI3 (X, Y))
This example mode is referred to as ExampleMode from this point forward. If the function evaluates to true, then the system in ExampleMode.
In another embodiment of the invention, the states in the registration table are consolidated in accordance with a system-defined mode to reduce the message traffic in reporting state changes of configuration items. FIGS. 8A and 8B provide further details on the “optimized” embodiment of the invention.
FIG. 3 is a functional block diagram of a system 170 that includes a state monitor for detecting mode changes in the system. System 170 includes a mode monitor 172 for monitoring and reacting to changes in mode. The mode monitor implements one or more functions that define modes of the system. For example, one mode is the ExampleMode defined above. To monitor the system, the mode monitor registers with selected configuration items 172, 174, 176, and 180 to receive notifications of state changes. The notifications of state changes are represented by the messages defined in the registration tables of selected configuration items.
In an example embodiment, mode monitor 172 and configuration items 174, 176, 178, and 180 are implemented as computer processes, for example, executing on one or more nodes on a network. It will be appreciated that each of configuration items 174, 176, 178, and 180 may in turn be coupled to other configuration items depending on the particular application.
FIG. 4 is a flowchart of a process for registering notification requests with a configuration item. Each configuration item in the system implements a registration process so that other configuration items or a mode monitor can register to receive notifications of state changes.
At step 202, memory is allocated for a registration table 150, and the entries in the table are initialized to null values. A notification request is received at step 204. As described above, a notification request includes a pre-condition, a post-condition, requester identifier, and a message value. Step 206 generates a unique registration key that is associated with the notification request and returned to the requester. The registration key allows the requester to cancel the registration at a later time.
At step 208, the triple consisting of the requester identifier, message value, and key is added to selected entries in the registration table 150. The entries are selected according to the pre-condition and post-condition in the notification request. In one embodiment, the row indices of the registration table represent the states from which the configuration item may transition, and the column indices represent the states to which the configuration may transition. Thus, for each state, si, in the pre-condition set and each state, sj, in the post-condition set, the triple is added to the entries in the registration table as indexed by i and j.
At step 210, the registration key is returned to the requester, and the process returns to step 204 to receive and process another notification request. It will be appreciated that, depending on system requirements, the registration process may be either limited to an initialization phase of system operation or active while the system is operational.
FIG. 5 is a flowchart of a process for canceling a notification registration by a configuration item. As described above, the registration process generates a unique registration key for each notification request and returns the registration keys to the requesters. At step 222, a configuration item receives a cancellation request from a requester, for example, either a mode monitor or another configuration item. The cancellation request includes a registration key. At step 224, the configuration item removes from the table all triples having registration keys that match the registration key in the cancellation request. The process then returns to step 222 to process subsequent cancellation requests.
FIG. 6 is a process for notifying registrants of changes in state of a configuration item. Upon detecting a change in state at step 272, the configuration item at step 274 selects and reads registrations (“triples”) from the registration table. The selected registrations are those in the entry indexed by the previous state and the current state. At step 276, the registrations in the selected entry are used to send messages to the registrants. The requester identifier in each registration specifies the registrant, and the message part of the registration is the code or sequence of bytes sent to the registrant. When the registrants have been notified of the state change, the process returns to step 272 to wait for the next change in state.
The techniques described above for managing state changes of configuration items of a system can be used at a system level for system-level mode monitoring. By using modes to detect and react to the operational state of a system, the system mode monitor can be configured to register with selected configuration items in order to detect mode changes. As explained above, a mode is a Boolean function of selected states of selected ones of the configuration items. The mode monitor registers with each configuration item in the mode and in response to notifications of state changes, evaluates the mode to determine a suitable action.
A system may have defined different modes for different scenarios. For example, the system may have a need to react to entry into a mode; that is, when the value of the Boolean function changes from false to true in response to a change in state of one of the configuration items. In another scenario, the system may have a need to react to exit from a mode (mode value changes from true to false). In still another scenario, the system may need to react to a transition between modes; that is, when the value of a first mode changes from true to false, and the value of a second mode changes from false to true. In one embodiment, the mode transitions are represented as a state machine.
FIG. 7A is a flowchart of a process for notification of a mode transition of a system, according to one embodiment of the invention. FIG. 8A is an alternative embodiment in which the process has been optimized. Continuing now with FIG. 7A, at step 302, the mode monitor registers with each configuration item in the mode for notification of state changes of the configuration item. For example, in the mode, ExampleMode, configuration item CI1 that contributes to the mode has three states, A, B, and C. Table 1 below illustrates how the mode monitor would register with CI1.
TABLE 1
Pre-condition Post-condition Message
not A A “CI1 enters A”
not B B “CI2 enters B”
not C C “CI3 enters C”

The requester identifier of each registration references the mode monitor. The mode monitor registers with configuration items CI2 and CI3 in a similar manner.
At step 304, a finite state machine is constructed to support detection of the mode transition. The state machine includes states for the combinations of states of the configuration items in the mode and actions associated with the state transitions. For example, Table 2 below illustrates a portion of the state machine for entry into ExampleMode. The states of the system state machine are denoted as a concatenation of the states of the three configuration elements that comprise ExampleMode. For example, “ANX” denotes the state of the machine when CI1 is in state A, CI2 is in state N, and CI3 is in state X. The ExampleMode state columns in the table are included to assist in understanding the state transitions and are not part of the actual state machine.
TABLE 2
Current ExampleMode Next ExampleMode Action on
state in current state Message state in next state transition
AMX false “CI1 BMX true notify
enters B”
BMX true “CI3 BMY true none
enters Y”
BMY true “CI3 BMZ false none
enters Z”

The first row of the table shows that the “notify” action is performed when the state machine is in the AMX state (ExampleMode=false) and the message “CI1 enters B” is received after CI1 transitions to state B (ExampleMode=true).
Continuing now with step 306, the finite state machine is initialized to a selected state, which is dependent on the particular application. At step 308, a state change message is received from a configuration item, and the state machine is transitioned to the next state in response to the state change message at step 310. If there is any action associated with the transition, the action is performed at step 312. The process is then returned to step 308 to receive the next state change message.
FIG. 7B depicts the state transition table of Table 2 in graphical form. Each node is labeled with a combination of state values of the configuration items CI1, CI2, and CI3, the directional lines represent a transition to the next state, and the text associated with the directional lines specifies the message that gives notice of the transition, along with any associated action. The nodes to the left of dashed line 314 correspond to ExampleMode=false, and the nodes to the right of dashed line 314 correspond to ExampleMode=true.
The mode transition notification process of FIG. 7A may result in the generation of more notification messages than is necessary to detect a mode change. For systems having many configuration items, the excess sending of notification messages may impede other functions of the system by consuming more communications bandwidth than is necessary.
FIG. 8A is a flowchart of a process for mode transition notification which has been optimized to reduce the number of state change notifications from the configuration items. The process begins by reducing the number of configuration item states in the mode to a set of meta-states. For any fixed mode, each meta-state is a set of equivalent states of a configuration item. Two states S1 and S2 of a configuration item, CIi, are equivalent for a mode if for every combination of states of the other configuration items in the system, the value of the mode is the same when CIi is in S1 as when CIi is in S2. Thus, the set of states of each configuration item can be divided into pairwise, disjoint, exhaustive subsets. The subsets are called meta-states. Table 3 below shows the meta-states of ExampleMode.
TABLE 3
Configuration item Meta-states
CI1 {A, C}, {B}
CI2 {M}, {N}
CI3 {X, Y}, {Z}
It will be appreciated that the mode is well-defined on meta-states. For example, ExampleMode has a well-defined value knowing only that CI1 is in meta-state{A, C} (i.e., that CI1 is in either state A or C), that CI2 is in meta-state {M}, and that CI3 is in meta-state {X, Y}.
At step 352, the mode monitor registers with each configuration item in the mode for notification of entry into each meta-state of the configuration item. Continuing with the previous example, Table 4 below illustrates the registration of the mode monitor with CI1.
TABLE 4
Pre-condition Post-condition Message
B A or C “CI1 enters {A, C}”
not B B “CI1 enters {B}”

The mode transition notification process similarly registers for meta-state change notifications with configuration items CI2 and CI3.
Table 1 illustrates the notification registrations made to configuration CI1 in the non-optimized process, and Table 4 illustrates the notification registrations made to CI1 in the optimized process (using meta-states). The reduction in the number of notification messages can be seen from the registrations listed in Tables 1 and 4. Specifically, the registrations from Table 1 show that configuration item CI1 has the potential for sending 6 notification messages: “CI1 enters A” in response to B-to-A and C-to-A transitions; “CI1 enters B” in response to A-to-B and C-to-B transitions; and “CI1 enters C” in response to A-to-C and B-to-C transitions. In contrast, the optimized version reduces the number potential notification messages to 4: “CI1 enters {A, C}” in response to B-to-A and B-to-C transitions; and “CI1 enters {B}” in response to A-to-B and C-to-B transitions.
Continuing now with the optimized mode transition notification process, at step 354 a finite state machine is constructed using the combinations of meta-states in the mode. At step 356, the state machine is initialized to a selected state that is suitable for the application. Before completing the description of the process of FIG. 8A, FIG. 8B is introduced.
FIG. 8B is a state diagram of all the meta-state transitions for the mode ExampleMode. It will be appreciated that the ExampleMode state transitions of FIG. 7B, in contrast, are only a subset of all the possible state transition in the mode. The nodes represent and are labeled with the combinations of meta-states of the configuration items, the arcs represent transitions between the nodes, and the arc labels describe the notification reported in the transition and any associated action. The nodes to the left of dashed line 357 correspond to ExampleMode=false, and the nodes to the right of dashed line 357 correspond to ExampleMode=true.
After the finite state machine is initialized, the process continues with steps 358, 360, and 362, which function similar to steps 308, 310, and 312 of FIG. 7A.
Those skilled in the art will appreciate that the example embodiments described here are suitable for applications that require actions in response to exiting a mode as well as those for transitioning between modes. The mode-exit and mode-transition applications can be implemented by constructing finite state machines consistent with the teachings set forth above.
The present invention is believed to be applicable to a variety of systems that require certain actions in response to changes in the state of the system. The invention is believed to be particularly applicable to large, complex, and geographically dispersed systems. Other aspects and embodiments of the present invention beyond those specifically described herein will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. It is intended that the specification and illustrated embodiments be considered as examples only, with a true scope and spirit of the invention being indicated by the following claims.

Claims (39)

1. A computer-implemented method for managing state changes of a system that includes a plurality of configuration items, wherein each configuration item is a functional component of the system and has an associated state value that is one of a set of state values describing operational characteristics of the configuration item, comprising:
constructing a data structure in each of the configuration items representing transitions between the state values;
receiving notification requests at the configuration items, each notification request including a first set of state values, a second set of state values, a requester identifier, and a message value;
associating the requester identifier and message value of each notification request with a transition from a state in the first set of state values to a state value in the second set of state values; and
in response to a transition of a configuration item between state values, selecting the message value and requester identifier associated with the transition and sending the message value to the requester referenced by the requester identifier.
2. The method of claim 1, wherein the system further includes a system monitor and the method further comprises:
defining at the system monitor a system mode as a Boolean function of one or more state values in the set of state values of one or more selected configuration items;
sending notification requests from the system monitor to each of the selected configuration items, the message value in each notification request indicating a transition to a state in the second set of state values in the notification request, and the requester identifier indicating the system monitor;
receiving message values from the selected configuration items at the system monitor; and
evaluating the system mode in response to the message values.
3. The method of claim 2, further comprising:
generating a registration key for each notification request and associating each registration key with the requester identifier and message for each state transition in the notification request; and
for each notification request, returning the registration key to the requester.
4. The method of claim 3, further comprising:
receiving a cancellation request at a configuration item, the cancellation request including a selected registration key; and
for each state transition having an associated registration key that matches the registration key in the cancellation request, disassociating the requester identifier and message value.
5. The method of claim 2, further comprising maintaining a registration table in each of the configuration items, each entry in the registration table representing a transition from a first state to a second state and including a requester identifier, a message value, and a registration key.
6. The method of claim 1, wherein the system further includes a system monitor and the method further comprises:
defining at the system monitor a system mode as a Boolean function of one or more state values in the set of state values of one or more selected configuration items, C1−Cn;
reducing the one or more state values to a set of meta-states, wherein each meta-state includes one or more state values associated with one of the selected configuration items, C1, and the system mode is equal for every combination state values within the meta-state and state values of configuration items other than C1,
sending notification requests from the system monitor to each of the selected configuration items, the notification request including a first set of meta-states and a second set of meta-states, the message value in each notification request indicating a transition to a state in the second set of meta-states, and the requester identifier indicating the system monitor;
receiving message values from the selected configuration items at the system monitor; and
evaluating the system mode in response to the message values.
7. The method of claim 6, further comprising:
generating a registration key for each notification request and associating each registration key with the requester identifier and message for each state transition in the notification request; and
for each notification request, returning the registration key to the requester.
8. The method of claim 7, further comprising:
receiving a cancellation request at a configuration item, the cancellation request including a selected registration key; and
for each state transition having an associated registration key that matches the registration key in the cancellation request, disassociating the requester identifier and message value.
9. The method of claim 6, further comprising maintaining a registration table in each of the configuration items, each entry in the registration table representing a transition from a first state to a second state and including a requester identifier, a message value, and a registration key.
10. The method of claim 1, further comprising:
generating a registration key for each notification request and associating each registration key with the requester identifier and message for each state transition in the notification request; and
for each notification request, returning the registration key to the requester.
11. The method of claim 10, further comprising:
receiving a cancellation request at a configuration item, the cancellation request including a selected registration key; and
for each state transition having an associated registration key that matches the registration key in the cancellation request, disassociating the requester identifier and message value.
12. The method of claim 1, further comprising maintaining a registration table in each of the configuration items, each entry in the registration table representing a transition from a first state to a second state and including a requester identifier, a message value, and a registration key.
13. An apparatus for managing state changes of a system that includes a plurality of configuration items, wherein each configuration item is a functional component of the system and has an associated state value that is one of a set of state values describing operational characteristics of the configuration item, comprising:
means for representing transitions between the state values in each of the configuration items;
means for processing notification requests at the configuration items, each notification request including a first set of state values, a second set of state values, a requester identifier, and a message value;
means for associating the requester identifier and message value of each notification request with a transition from a state in the first set of state values to a state value in the second set of state values; and
means, responsive to a transition of a configuration item between state values, for selecting the message value and requester identifier associated with the transition and sending the message value to the requester referenced by the requester identifier.
14. A state management arrangement for an electronic system, comprising a plurality of configuration items, wherein each configuration item is a functional component of the system and has an associated state value that is one of a set of state values describing operational characteristics of the configuration item, each configuration item configured and arranged to receive notification requests from one or more other configuration items, each notification request including a first set of state values, a second set of state values, a requester identifier, and a message value, associate the requester identifier and message value of each notification request with a transition from a state in the first set of state values to a state value in the second set of state values, and in response to a transition of a configuration item between state values, select the message value and requester identifier associated with the transition and send the message value to the requester referenced by the requester identifier.
15. The arrangement of claim 14, further comprising a system monitor coupled to the configuration items, wherein the system monitor is configured and arranged to establish a system mode as a Boolean function of one or more state values in the set of state values of one or more selected configuration items, send notification requests to each of the selected configuration items, the message value in each notification request indicating a transition to a state in the second set of state values in the notification request, and the requester identifier indicating the system monitor, and evaluate the system mode in response to the message values received from the configuration items.
16. An article of manufacture including a computer-readable storage medium having instructions stored thereon that, if executed by a computing device, cause the computing device to perform a method comprising:
receiving a notification request at the computing device, wherein the computing device is in a system, wherein the notification request includes a requester identifier and a first set of state values and a second set of state values, and wherein at least one of the first set and the second set includes two or more state values; and
in response to a subsequent transition of the computing device between a state corresponding to any state value in the first set and a state corresponding to any state value in the second set, sending a message to a requester corresponding to the requester identifier;
wherein the subsequent transition of the computing device is not caused by the receiving of the notification request.
17. An article of manufacture as claimed in claim 16, wherein the requester is a system monitor.
18. An article of manufacture as claimed in claim 17, wherein the method further comprises:
registering the notification request at the computing device.
19. An article of manufacture as claimed in claim 18, wherein the method further comprises:
receiving a cancellation request corresponding to the notification request; and
responsive to receiving the cancellation request, cancelling the registration of the notification request.
20. An article of manufacture as claimed in claim 17, wherein the method further comprises maintaining a registration table, one or more entries in the registration table representing a transition from a first state to a second state and including a requester identifier, a message value, or a registration key, or combinations thereof.
21. An article of manufacture as claimed in claim 16, wherein first and second states of the computing device correspond to first and second state values included in the first set;
wherein a third state of the computing device corresponds to a third state value included in the second set; and
wherein a value of the message sent by the computing device is the same for both (A) a transition of the computing device between the first and third states and (B) a transition of the computing device between the second and third states.
22. An article of manufacture as claimed in of claim 21, wherein the method further comprises: registering the notification request.
23. An article of manufacture as claimed in claim 22, wherein the method further comprises:
receiving a cancellation request corresponding to the notification request; and
responsive to receiving the cancellation request, cancelling the registration of the notification request.
24. An article of manufacture as claimed in claim 21, wherein the method further comprises maintaining a registration table, one or more entries in the registration table representing a transition from a first state to a second state and including a requester identifier, a message value, or a registration key, or combinations thereof.
25. An article of manufacture as claimed in claim 16, wherein both the first and second sets of state values each include two or more state values.
26. An article of manufacture as claimed in claim 25, wherein the method further comprises:
receiving a cancellation request corresponding to the notification request; and
responsive to receiving the cancellation request, cancelling the registration of the notification request.
27. An article of manufacture as claimed in claim 16, wherein the method further comprises maintaining a registration table in each of the configuration items, each entry in the registration table representing a transition from a first state to a second state and including a requester identifier, a message value, and a registration key.
28. A method, comprising:
receiving a notification request at a configuration item in a system comprising a plurality of configuration items, wherein the notification request includes a requester identifier and a first set of meta-state values and a second set of meta-state values, wherein at least one of the first set and the second set includes two or more meta-state values; and
in response to a subsequent transition of the configuration item between a meta-state corresponding to any meta-state value in the first set and a meta-state corresponding to any meta-state value in the second set, the configuration item sending a message to a requester corresponding to the requester identifier in the notification request;
wherein the subsequent transition of the configuration item is not caused by the receiving of the notification request.
29. The method of claim 28, wherein the requester is a system monitor.
30. The method of claim 29, further comprising:
registering the notification request at the configuration item.
31. The method of claim 30, further comprising:
the configuration item receiving a cancellation request corresponding to the notification request; and
responsive to receiving the cancellation request, the configuration item cancelling the registration of the notification request.
32. The method of claim 30, further comprising the configuration item returning a registration key to the requester.
33. The method of claim 32, further comprising:
registering the notification request at the configuration item;
the configuration item receiving a cancellation request corresponding to the notification request; and
responsive to the cancellation request, canceling the registration of the notification request at the configuration item.
34. The method of claim 29, further comprising maintaining a registration table in the configuration item, one or more entries in the registration table representing a transition from a first meta-state to a second meta-state and including a requester identifier, a message value, or a registration key, or combinations thereof.
35. The method of claim 28, further comprising the configuration item sending the notification request to the requester only when the subsequent transition is from a first meta-state to a second meta-state.
36. The method of claim 35, further comprising maintaining a registration table in the configuration item, one or more entries in the registration table representing a transition from a first meta-state to a second meta-state and including a requester identifier, a message value, or a registration key, or combinations thereof.
37. The method of claim 28, further comprising:
registering the notification request at the configuration item.
38. The method of claim 37, further comprising:
the configuration item receiving a cancellation request corresponding to the notification request; and
responsive to the cancellation request, cancelling the registration of the notification request at the configuration item.
39. The method of claim 28, further comprising maintaining a registration table in the configuration item, one or more entries in the registration table representing a transition from a first meta-state to a second meta-state and including a requester identifier, a message value, or a registration key, or combinations thereof.
US11/640,542 2001-04-13 2006-12-14 System and method for managing and communicating state changes of a complex system Expired - Lifetime USRE41991E1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/640,542 USRE41991E1 (en) 2001-04-13 2006-12-14 System and method for managing and communicating state changes of a complex system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/834,393 US6832346B2 (en) 2001-04-13 2001-04-13 System and method for managing and communicating state changes of a complex system
US11/640,542 USRE41991E1 (en) 2001-04-13 2006-12-14 System and method for managing and communicating state changes of a complex system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/834,393 Reissue US6832346B2 (en) 2001-04-13 2001-04-13 System and method for managing and communicating state changes of a complex system

Publications (1)

Publication Number Publication Date
USRE41991E1 true USRE41991E1 (en) 2010-12-07

Family

ID=25266827

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/834,393 Ceased US6832346B2 (en) 2001-04-13 2001-04-13 System and method for managing and communicating state changes of a complex system
US11/640,542 Expired - Lifetime USRE41991E1 (en) 2001-04-13 2006-12-14 System and method for managing and communicating state changes of a complex system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/834,393 Ceased US6832346B2 (en) 2001-04-13 2001-04-13 System and method for managing and communicating state changes of a complex system

Country Status (1)

Country Link
US (2) US6832346B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110238825A1 (en) * 2008-11-26 2011-09-29 Telecom Italia S.P.A. Application data flow management in an ip network

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10149977A1 (en) * 2001-10-10 2003-04-24 Siemens Ag Method for accessing user data in conjunction with provision of voice mail, E-mail, Internet telephone services, etc., whereby access to user data is controlled using a central program that ensures data consistency
US20030140139A1 (en) * 2002-01-14 2003-07-24 Richard Marejka Self-monitoring and trending service system with a cascaded pipeline with a unique data storage and retrieval structures
US9226151B2 (en) 2006-04-04 2015-12-29 Jasper Wireless, Inc. System and method for enabling a wireless device with customer-specific services
US9307397B2 (en) 2005-04-29 2016-04-05 Jasper Technologies, Inc. Method for enabling a wireless device with customer-specific services
US8745184B1 (en) * 2007-05-18 2014-06-03 Jasper Wireless, Inc. Wireless communication provisioning using state transition rules
US20060265272A1 (en) * 2005-05-17 2006-11-23 Bosa Patrick A System and methods for re-evaluating historical service conditions after correcting or exempting causal events
US8712973B2 (en) * 2006-04-11 2014-04-29 International Business Machines Corporation Weighted determination in configuration management systems
JP4842742B2 (en) * 2006-09-05 2011-12-21 富士通株式会社 Software management program, software management method, and software management apparatus
US20080183690A1 (en) 2007-01-26 2008-07-31 Ramachandran Puthukode G Method for providing assistance in making change decisions in a configurable managed environment
GB2477655B (en) * 2008-10-21 2012-10-10 Fujitsu Ltd Change impact research support program, change impact research support device and change impact research support method
US9853863B1 (en) 2014-10-08 2017-12-26 Servicenow, Inc. Collision detection using state management of configuration items
CN115729641B (en) * 2022-11-21 2023-08-25 中电金信软件有限公司 Metadata circulation method and device of custom component and electronic equipment

Citations (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5729765A (en) * 1995-12-07 1998-03-17 Samsung Electronics Co., Ltd. Method and apparatus for determining the status of a shared resource
US5870561A (en) * 1996-03-15 1999-02-09 Novell, Inc. Network traffic manager server for providing policy-based recommendations to clients
US6088816A (en) * 1997-10-01 2000-07-11 Micron Electronics, Inc. Method of displaying system status
US6108699A (en) * 1997-06-27 2000-08-22 Sun Microsystems, Inc. System and method for modifying membership in a clustered distributed computer system and updating system configuration
US6134676A (en) 1998-04-30 2000-10-17 International Business Machines Corporation Programmable hardware event monitoring method
US6182249B1 (en) 1997-05-12 2001-01-30 Sun Microsystems, Inc. Remote alert monitoring and trend analysis
US6324492B1 (en) * 1998-01-20 2001-11-27 Microsoft Corporation Server stress testing using multiple concurrent client simulation
US20020013711A1 (en) * 2000-04-14 2002-01-31 Arun Ahuja Method and system for notifying customers of transaction opportunities
US20020026605A1 (en) * 2000-04-06 2002-02-28 Terry Robert F. System and method for real time monitoring and control of a computer machine environment and configuration profile
US20020120886A1 (en) 2001-02-27 2002-08-29 Sun Microsystems, Inc. Method, system, and program for monitoring system components
US20020120724A1 (en) 2001-02-23 2002-08-29 Kaiser Christian M. Mechanism for reconfiguring a server without incurring server down time
US6446134B1 (en) * 1995-04-19 2002-09-03 Fuji Xerox Co., Ltd Network management system
US6477172B1 (en) * 1999-05-25 2002-11-05 Ulysses Esd Distributed telephony resource management method
US6480955B1 (en) 1999-07-09 2002-11-12 Lsi Logic Corporation Methods and apparatus for committing configuration changes to managed devices prior to completion of the configuration change
US20020170002A1 (en) 2001-03-22 2002-11-14 Steinberg Louis A. Method and system for reducing false alarms in network fault management systems
US20030014491A1 (en) * 2001-06-28 2003-01-16 Horvitz Eric J. Methods for and applications of learning and inferring the periods of time until people are available or unavailable for different forms of communication, collaboration, and information access
US6574197B1 (en) * 1998-07-03 2003-06-03 Mitsubishi Denki Kabushiki Kaisha Network monitoring device
US6584502B1 (en) * 1999-06-29 2003-06-24 Cisco Technology, Inc. Technique for providing automatic event notification of changing network conditions to network elements in an adaptive, feedback-based data network
US20030120760A1 (en) * 1998-11-30 2003-06-26 Concord Communications, Inc. Method and apparatus for detecting changes to network elements
US20030126422A1 (en) 1999-12-29 2003-07-03 Intel Corporation, A Delaware Corporation Configuring integrated circuit devices in a data processing system
US6591373B1 (en) 1999-12-15 2003-07-08 Lucent Technologies Inc. Uniform configuration controller for replicated component systems
US20030212646A1 (en) * 1999-07-30 2003-11-13 Eric Horvitz Computational architecture for managing the transmittal and rendering of information, alerts, and notifications
US6765864B1 (en) * 1999-06-29 2004-07-20 Cisco Technology, Inc. Technique for providing dynamic modification of application specific policies in a feedback-based, adaptive data network
US20040153869A1 (en) * 2001-04-19 2004-08-05 Claudio Marinelli Method and system for managing configuration changes in a data processing system
US6917979B1 (en) * 2000-10-03 2005-07-12 Net2Phone, Inc. System and method for managing compliance with service level agreements
US20060015609A1 (en) * 2004-07-15 2006-01-19 International Business Machines Corporation Automatically infering and updating an availability status of a user
US7003569B2 (en) * 2001-03-20 2006-02-21 Cypress Semiconductor Corp. Follow-up notification of availability of requested application service and bandwidth between client(s) and server(s) over any network
US7046263B1 (en) * 1998-12-18 2006-05-16 Tangis Corporation Requesting computer user's context data
US7149725B2 (en) * 2001-09-21 2006-12-12 Hewlett-Packard Development Company, L.P. Apparatus and method of communicating changes in states of contractual responsibilities
US20070011314A1 (en) * 2000-03-16 2007-01-11 Microsoft Corporation Notification platform architecture
US7178065B2 (en) * 2003-04-02 2007-02-13 Sun Microsystems, Inc. System and method for measuring performance with distributed agents
US20070174448A1 (en) * 2000-04-14 2007-07-26 Arun Ahuja Method and system for notifying customers of transaction opportunities
US20080186529A1 (en) * 2000-04-17 2008-08-07 International Business Machines Corporation Method and Apparatus for Providing Printer Recognition and Management of a Print Job Entity

Patent Citations (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6446134B1 (en) * 1995-04-19 2002-09-03 Fuji Xerox Co., Ltd Network management system
US5729765A (en) * 1995-12-07 1998-03-17 Samsung Electronics Co., Ltd. Method and apparatus for determining the status of a shared resource
US5870561A (en) * 1996-03-15 1999-02-09 Novell, Inc. Network traffic manager server for providing policy-based recommendations to clients
US6182249B1 (en) 1997-05-12 2001-01-30 Sun Microsystems, Inc. Remote alert monitoring and trend analysis
US6108699A (en) * 1997-06-27 2000-08-22 Sun Microsystems, Inc. System and method for modifying membership in a clustered distributed computer system and updating system configuration
US6088816A (en) * 1997-10-01 2000-07-11 Micron Electronics, Inc. Method of displaying system status
US6324492B1 (en) * 1998-01-20 2001-11-27 Microsoft Corporation Server stress testing using multiple concurrent client simulation
US6134676A (en) 1998-04-30 2000-10-17 International Business Machines Corporation Programmable hardware event monitoring method
US6574197B1 (en) * 1998-07-03 2003-06-03 Mitsubishi Denki Kabushiki Kaisha Network monitoring device
US20030120760A1 (en) * 1998-11-30 2003-06-26 Concord Communications, Inc. Method and apparatus for detecting changes to network elements
US6816896B2 (en) 1998-11-30 2004-11-09 Concord Communications, Inc. Method and apparatus for detecting changes to network elements
US7046263B1 (en) * 1998-12-18 2006-05-16 Tangis Corporation Requesting computer user's context data
US6477172B1 (en) * 1999-05-25 2002-11-05 Ulysses Esd Distributed telephony resource management method
US6765864B1 (en) * 1999-06-29 2004-07-20 Cisco Technology, Inc. Technique for providing dynamic modification of application specific policies in a feedback-based, adaptive data network
US6584502B1 (en) * 1999-06-29 2003-06-24 Cisco Technology, Inc. Technique for providing automatic event notification of changing network conditions to network elements in an adaptive, feedback-based data network
US6480955B1 (en) 1999-07-09 2002-11-12 Lsi Logic Corporation Methods and apparatus for committing configuration changes to managed devices prior to completion of the configuration change
US20030212646A1 (en) * 1999-07-30 2003-11-13 Eric Horvitz Computational architecture for managing the transmittal and rendering of information, alerts, and notifications
US6591373B1 (en) 1999-12-15 2003-07-08 Lucent Technologies Inc. Uniform configuration controller for replicated component systems
US20030126422A1 (en) 1999-12-29 2003-07-03 Intel Corporation, A Delaware Corporation Configuring integrated circuit devices in a data processing system
US6609195B2 (en) * 1999-12-29 2003-08-19 Intel Corporation Configuring integrated circuit devices in a data processing system
US20070011314A1 (en) * 2000-03-16 2007-01-11 Microsoft Corporation Notification platform architecture
US20020026605A1 (en) * 2000-04-06 2002-02-28 Terry Robert F. System and method for real time monitoring and control of a computer machine environment and configuration profile
US20070174448A1 (en) * 2000-04-14 2007-07-26 Arun Ahuja Method and system for notifying customers of transaction opportunities
US20020013711A1 (en) * 2000-04-14 2002-01-31 Arun Ahuja Method and system for notifying customers of transaction opportunities
US20080186529A1 (en) * 2000-04-17 2008-08-07 International Business Machines Corporation Method and Apparatus for Providing Printer Recognition and Management of a Print Job Entity
US6917979B1 (en) * 2000-10-03 2005-07-12 Net2Phone, Inc. System and method for managing compliance with service level agreements
US6976065B2 (en) 2001-02-23 2005-12-13 Sun Microsystems, Inc. Mechanism for reconfiguring a server without incurring server down time
US20020120724A1 (en) 2001-02-23 2002-08-29 Kaiser Christian M. Mechanism for reconfiguring a server without incurring server down time
US6751753B2 (en) 2001-02-27 2004-06-15 Sun Microsystems, Inc. Method, system, and program for monitoring system components
US20020120886A1 (en) 2001-02-27 2002-08-29 Sun Microsystems, Inc. Method, system, and program for monitoring system components
US7003569B2 (en) * 2001-03-20 2006-02-21 Cypress Semiconductor Corp. Follow-up notification of availability of requested application service and bandwidth between client(s) and server(s) over any network
US6966015B2 (en) 2001-03-22 2005-11-15 Micromuse, Ltd. Method and system for reducing false alarms in network fault management systems
US20020170002A1 (en) 2001-03-22 2002-11-14 Steinberg Louis A. Method and system for reducing false alarms in network fault management systems
US20040153869A1 (en) * 2001-04-19 2004-08-05 Claudio Marinelli Method and system for managing configuration changes in a data processing system
US20030014491A1 (en) * 2001-06-28 2003-01-16 Horvitz Eric J. Methods for and applications of learning and inferring the periods of time until people are available or unavailable for different forms of communication, collaboration, and information access
US7149725B2 (en) * 2001-09-21 2006-12-12 Hewlett-Packard Development Company, L.P. Apparatus and method of communicating changes in states of contractual responsibilities
US7178065B2 (en) * 2003-04-02 2007-02-13 Sun Microsystems, Inc. System and method for measuring performance with distributed agents
US20060015609A1 (en) * 2004-07-15 2006-01-19 International Business Machines Corporation Automatically infering and updating an availability status of a user

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110238825A1 (en) * 2008-11-26 2011-09-29 Telecom Italia S.P.A. Application data flow management in an ip network
US8504687B2 (en) * 2008-11-26 2013-08-06 Telecom Italia S.P.A. Application data flow management in an IP network

Also Published As

Publication number Publication date
US6832346B2 (en) 2004-12-14
US20030004953A1 (en) 2003-01-02

Similar Documents

Publication Publication Date Title
USRE41991E1 (en) System and method for managing and communicating state changes of a complex system
US11748394B1 (en) Using indexers from multiple systems
US20190188208A1 (en) Sharing configuration information through a shared storage location
US5321812A (en) Loop detection and dissolution in a focal point network
EP3116189B1 (en) Service link selection control method and device
US20070162567A1 (en) Managing network-enabled devices
US8832648B2 (en) Managing dynamic configuration data for a set of components
EP3386152B1 (en) Method, device and system for realizing heartbeat mechanism
US20190166001A1 (en) Network function nf management method and nf management device
CN104838620A (en) Event management in telecommunications networks
US20010052010A1 (en) Method for controlling trap generation of SNMP
US10862738B2 (en) System and method for alarm correlation and root cause determination
CN110677347A (en) Method for registering and discovering services of micro-services
US8489721B1 (en) Method and apparatus for providing high availabilty to service groups within a datacenter
CN112910742A (en) Link state detection method and device
CN108418863B (en) Management method of controller cluster, SDN controller and storage medium
CN109753399B (en) Automatic notification and response method for system unit state change
US20200403777A1 (en) Blockchain System, Information Sharing Method and Related Equipment
CN109104446B (en) Message order-preserving method, network node and storage medium
CN110768818A (en) Network management method and device
CN108427691B (en) Network data transmission method and device and computer equipment
WO2022073401A1 (en) Activiti-based flow chart adjustment method and apparatus, electronic device, and storage medium
US20230053967A1 (en) Group updating method, message sending method, and apparatuses
Balhara et al. Leader election algorithms in distributed systems
CN111382035A (en) Global matching device and method for alarm triggering rules of operation and maintenance system

Legal Events

Date Code Title Description
AS Assignment

Owner name: LOCKHEED MARTIN CORPORATION, MARYLAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CROSS, JOSEPH K.;REEL/FRAME:019079/0651

Effective date: 20060607

Owner name: REENA OPTICS LLC, NEVADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LOCKHEED MARTIN CORPORATION;REEL/FRAME:019079/0676

Effective date: 20060208

AS Assignment

Owner name: REENA OPTICS LLC, NEVADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LOCKHEED MARTIN CORPORATIN;REEL/FRAME:019965/0888

Effective date: 20060208

AS Assignment

Owner name: REENA OPTICS LLC, NEVADA

Free format text: NUNC PRO TUNC ASSIGNMENT;ASSIGNOR:LOCKHEED MARTIN CORPORATION;REEL/FRAME:026755/0487

Effective date: 20110720

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: INTELLECTUAL VENTURES HOLDING 46 LLC, NEVADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:REENA OPTICS LLC;REEL/FRAME:031084/0956

Effective date: 20130815

AS Assignment

Owner name: NEST LABS INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTELLECTUAL VENTURES HOLDING 46 LLC;REEL/FRAME:031368/0406

Effective date: 20130830

AS Assignment

Owner name: NEST LABS, INC., CALIFORNIA

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE TYPOGRAPHICAL ERROR IN NAME OF ASSIGNEE PREVIOUSLY RECORDED ON REEL 031368 FRAME 0406. ASSIGNOR(S) HEREBY CONFIRMS THE TRANSFER OF RIGHTS FROM THE ASSIGNORS TO THE ASSIGNEE;ASSIGNOR:INTELLECTUAL VENTURES HOLDING 46 LLC;REEL/FRAME:031635/0810

Effective date: 20130830

FEPP Fee payment procedure

Free format text: PAT HOLDER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: LTOS); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FEPP Fee payment procedure

Free format text: PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: GOOGLE INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NEST LABS, INC.;REEL/FRAME:035667/0780

Effective date: 20150130

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: GOOGLE LLC, CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:GOOGLE INC.;REEL/FRAME:044101/0610

Effective date: 20170929