US20020012011A1 - Alarm manager system for distributed network management system - Google Patents

Alarm manager system for distributed network management system Download PDF

Info

Publication number
US20020012011A1
US20020012011A1 US09/205,911 US20591198A US2002012011A1 US 20020012011 A1 US20020012011 A1 US 20020012011A1 US 20591198 A US20591198 A US 20591198A US 2002012011 A1 US2002012011 A1 US 2002012011A1
Authority
US
United States
Prior art keywords
alarm
display
manager
scrolling
alarms
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.)
Granted
Application number
US09/205,911
Other versions
US6356282B2 (en
Inventor
Michael Roytman
Plamen Petrov
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.)
Oracle America Inc
Original Assignee
Sun Microsystems Inc
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 Sun Microsystems Inc filed Critical Sun Microsystems Inc
Priority to US09/205,911 priority Critical patent/US6356282B2/en
Assigned to SUN MICROSYSTEMS, INC. reassignment SUN MICROSYSTEMS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PETROV, PLAMEN, ROYTMAN, MICHAEL
Publication of US20020012011A1 publication Critical patent/US20020012011A1/en
Application granted granted Critical
Publication of US6356282B2 publication Critical patent/US6356282B2/en
Assigned to Oracle America, Inc. reassignment Oracle America, Inc. MERGER AND CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: Oracle America, Inc., ORACLE USA, INC., SUN MICROSYSTEMS, INC.
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/22Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks comprising specially adapted graphical user interfaces [GUI]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/069Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications

Definitions

  • This invention relates to network management tools for managing distributed networks and, in particular, to alarm management and alarm servicing tools.
  • Such automated management tools were distributed and generally arranged as client server applications which provided integrated for supporting heterogeneous network environments.
  • the client portion of the tools was arranged to have a standard interface which minimized variations of look and feel of the system as seen by the network operations personnel whereas the server portion was designed to operate on different platforms.
  • the distributed architecture allowed the tool to evolve and scale as the networks evolved in size, capabilities, and geographies.
  • One such distributed network management tool is the Solstice Enterprise ManagerTM (Solstice EM) network management system which was developed and is marketed by Sun Microsystems, Inc.
  • This tool has an object-oriented and distributed architecture which consists of a plurality of cooperating components, including applications, libraries, information services, databases, and protocols, each of which performs specific tasks.
  • the managed resources are arranged as a plurality of interconnected nodes and “management agents” running in each node gather information about the resources associated with the node. The information is then forwarded back to a management information server (MIS) which interacts with management applications running in other nodes.
  • MIS management information server
  • the MIS can request and change management parameter values, perform requested actions, and receive and evaluate problem reports (e.g. events, such as SNMP traps and CMIP notifications) that the management agents generate.
  • problem reports e.g. events, such as SNMP traps and CMIP notifications
  • the MIS and the management agents can communicate with each other via various network management protocols such as Simple Network Management Protocol(SNMP), Common Management Information Protocol (CMIP), or other proprietary/legacy protocols
  • SNMP Simple Network Management Protocol
  • CMIP Common Management Information Protocol
  • the Solstice EMTM framework interposes software model representations of managed resources in the MIS between management applications and agents of managed resources. The result is that the management applications o need not be concerned with management protocol dependencies of the managed resources since the applications only interact with the software model representations in the MIS.
  • the management applications direct management tasks in the MIS via a “Portable Management Interface (PMI)” which is a high-level abstraction of an interface for manipulating objects, regardless of their class description, supported protocol, or location.
  • PMI is also used by the MIS to communicate with the management agents.
  • the MIS can use a management protocol adapter (MPA) to communicate with a management agent.
  • MPA management protocol adapter
  • An MPA translates MIS requests to protocol-specific primitives (e.g. CMIP, SNMP, RPC, or other proprietary/legacy protocol primitives) depending upon the management agent in question.
  • CMIP MPA communicates with CMIP agents.
  • An alarm is an unsolicited notification called a “trap” in SNMP terminology and an “event” in CMIP terminology which is generated by an agent and sent to the MIS.
  • the notification generally indicates that a particular managed resource associated with the agent has experienced a fault or failure condition or otherwise requires attention.
  • Alarms have an associated severity level which can range from “critical” to “warning.”
  • Network management personnel can manage the alarms by changing their state. For example, a newly generated alarm has an “open” state.
  • Network management personnel can “acknowledge” the alarm indicating that the alarm has been noted. After investigating the problem, the alarm can be “cleared”, indicating the problem has been corrected.
  • Alarm Services is a module in the Solstice EMTM MIS responsible for updating and storing the state of managed objects in the MIS.
  • Alarms arrive at the MIS as event notifications (via an MPA, for example).
  • an event is received by the MIS, it is stored in an alarm log as an alarm log record by a Logging Services module and the Alarm Services module is informed about the arrival of this alarm.
  • the Alarm Services module maps each managed-object-based alarm to a corresponding node in a topology database (discussed below) and updates the alarm counters for that topology node based on the alarm severity.
  • the Alarm Services module also keeps the severity synchronized so that it represents the highest (most critical) uncleared alarm log record that is posted against the topology node.
  • the node status is propagated to applications like the Solstice EMTM Viewer and displayed in the appropriate color.
  • the alarm information is also sent to the Solstice EMTM Alarm Manager application for display.
  • the Alarm Manager program is intended to be used by network administrators and operators, to allow them to quickly see problems in the enterprise, and give them access to enough information so the problem can be fixed.
  • the Alarm Manager does not display the alarm notifications directly. Instead it displays the alarm log records in the alarm log database in a tabular format. Therefore, the Alarm Manager has filters which can discard unwanted alarm information and can summarize, sort, and prioritize alarm information in order to display the information in a manner which is most information to the network management personnel.
  • the Alarm manager also monitors the alarm log for events such as object creation, object deletion and object attribute values changes so that its display can be updated in an appropriate manner. Further, the Alarm manager can change the state of an alarm. For example, network personnel can use the Alarm Manager to change the state of an alarm from “open” to “acknowledged” or “cleared.” This can be accomplished by selecting a particular alarm on a display screen and invoking an option to change the alarm state.
  • the Alarm Manager typically displays log records as rows in a record table.
  • the large number of rows will not fit on the screen. Consequently, a scroll bar is provided to allow a user to scroll the records up and down on the screen so that a desired record can be brought into view.
  • the scroll bar typically flickers and resizes to alter the user that new records have arrived.
  • the alarm manager display is arranged to have two modes of operation.
  • the alarm manager display In one mode of operation, the alarm manager display automatically scrolls when new events arrive. If there are sorting criteria defined, the alarm manager window scrolls either up or down depending on the sort order so that when new events arrive, they always appear on the screen. In the second mode of operation, the alarm manager window does not scroll when new events arrive.
  • the scroll bar operational modes are selectable by an operator from a menu.
  • a special attribute name is added to the alarm manager configuration file. This attribute is read when the alarm manager is started and places the alarm manager into the operational mode in which it was last used.
  • FIG. 1 is a block schematic diagram of a distributed network management system on which the present invention can be operated.
  • FIG. 2 is a block schematic diagram of a Solstice EMTM distributed network management system on which the present invention can be operated.
  • FIG. 3 is a block schematic diagram illustrating the communication between the user-developed management application and the MIS of the Solstice EMTM distributed network management system.
  • FIG. 4 is a block schematic diagram illustrating alarm services operation in the the Solstice EMTM distributed network management system.
  • FIG. 5 is a block schematic illustration of the contents of a conventional alarm log database.
  • FIG. 6 is a screen display of the alarm manager illustrating an alarm summary display.
  • FIG. 7 is a screen display of the alarm manager illustrating display of indiviual alarms.
  • FIG. 8 is a screen display illustrating a view property dialog box with scrolling selections in accordance with the principles of the invention.
  • FIG. 9 is a flowchart illustrating the steps performed by a scrolling function.
  • FIG. 1 is a block diagram of a distributed network management system on which an illustrative inventive network management system constructed according to the present invention can run.
  • the system is a distributed computing environment comprising a plurality of individual computer nodes 108 , 112 , 120 and 124 .
  • the nodes are functionally organized into device nodes 112 , 120 and 124 and at least one manager node 108 interconnected over a network 110 .
  • the device nodes 112 , 120 and 124 and manager 108 can also be implemented on a single computer system.
  • the manager node 108 is a conventionally programmed digital computer which includes user interfacing devices, such as a monitor 100 , keyboard 102 and mouse 104 .
  • each node 108 is a network connectable computer, such as a Sun SparcStationTM5 workstation running the SolarisTM operating system, a version of the UNIX® operating system, or an IBM-compatible computer running the Windows NTTM operating system.
  • SparcStationTM and SolarisTM are trademarks of Sun Microsystems, Inc., Mountain View, Calif.
  • UNIX® is a registered trademark of The Open Group, Cambridge, Mass.
  • Windows NTTM is a trademark of Microsoft Corporation, Redmond, Wash.
  • the manager node 108 also includes a database 106 , such as a relational database, file system or other organized data storage system which stores management information in a management information database or MIB.
  • Java programming language is rapidly emerging as the preferred object-oriented programming (OOP) language for cross platform use because Java programs consist of bytecodes, which are architecture and operating system independent and can be sent over the Internet and other networks.
  • the bytecode is actually executed on a particular platform by means of a “virtual machine” (VM) which allows a Java program to be run on any platform, regardless of whether the Java program was developed on, or for, the particular platform which attempts to run the Java program.
  • VM virtual machine
  • Java bytecodes which arrive at the executing machine are interpreted and executed by the embedded VM.
  • a complete Java program is known as an application, while a segment of Java code, which does not amount to a full application, but is reusable, is referred to as an “applet”.
  • Each device node, 112 , 120 and 124 corresponds to a managed device which might for example, be a processor, printer, storage device, network adapter card or other network apparatus.
  • the state of each managed device is monitored and controlled by an agent program running in the node.
  • agent programs 114 , 118 and 128 run in nodes 112 , 120 and 124 , respectively.
  • Each agent may also have a local management information database ( 116 , 122 and 126 , respectively) which stores status information and parameters for the managed device.
  • a management application program running in the manager node 108 cooperates with the agents 114 , 118 and 128 to manage the network.
  • the manager 108 can download information from the agents 114 , 118 and 128 or from their associated databases 116 , 122 and 126 .
  • the manager node 108 can also set parameters in the devices by instructing the agent programs to set parameters and values within the devices or their drivers.
  • FIG. 2 illustrates a distributed network management system which is designed to be scaleable by using a centralized management information server (MIS) 208 .
  • Management information server 208 can provide management information to a number of management applications operating in separate computers 200 , 204 and 206 , respectively. Alternatively, the management application may operate in one or more computer systems.
  • MIS management information server
  • a system based on this architecture is the Solstice Enterprise ManagerTM network management system which is available from Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, Calif.
  • the management applications are able to access management information located in the management information database that is now sited in the management information server 208 .
  • the management information server 208 interacts with the agents associated with the managed objects 216 , 218 and 220 , respectively. These agents are typically located remotely in the device nodes and can communicate with the management information server 208 by means of a variety of protocols. In particular, management information server 208 can operate with separate protocols by means of management protocol adapters 210 , 212 and 214 . For example, management information server 208 can communicate with SNMP agents 216 by means of an SNMP protocol adapter 210 . Similarly, management information server 208 can communicate with SunNet manager (SNM) agents 218 by means of an SNM protocol adapter 212 . In a like manner, management information server 208 can communicate with CMIP agents 220 by means of a CMIP protocol adapter 214 .
  • SNM SunNet manager
  • Management information server 208 can, in turn, communicate with a number of local or remote agents 216 , 218 , and 220 over various network facilities including the internet by means of several different protocols.
  • FIG. 3 illustrates, in a more detailed fashion, the manner in which user-developed management application 300 communicates with the MIS server 306 .
  • the user-developed management application 300 which is located in the client node 308 communicates with the management information server 306 located in the server node 310 by means of a portable management interface (PMI) 302 .
  • the portable management interface is an object-oriented interface which provides a consistent object-oriented access to the management information. It supports distributed applications that use various management protocols and address transparency. It utilizes a small number of C++ classes and allows for both asynchronous and synchronous applications, event registration for an application and various development services, such as runtime type checking.
  • the portable management interface 302 connects to the management information server 306 by means of a communication protocol indicated schematically as box 304 .
  • This protocol allows the portable management interface to access managed object instance state information stored or managed by the information server 306 . It also allows access to managed object class schema stored by the management information server 306 and access to the event services provided by the management information server.
  • the portable management interface 302 also allows managed object instance data to be cached in an application process and provides a simplified syntax for managed objects instance naming.
  • Events are handled in this system by a callback function registration procedure in which a user-developed management application which desires to obtain notification of an event which occurs in one of the devices, registers with the management information server 306 (by means of the portable management interface 302 ) an interest in the particular event. The application then acts as a “listener” for the event. When the event occurs, the management information server 306 calls all of the interested listeners. An object in the portable management interface 302 then handles the event call by forwarding it to the user-developed management application 300 .
  • FIG. 4 illustrates, in a schematic form, the processing of network alarms by a conventional Solstice EMTM network management system.
  • agents connected to network 416 generate events or traps (generically referred to as “network alarms”) in response to conditions which occur in the resources with which they are associated.
  • the network alarms arrive at a management protocol adapter 414 which processes the alarms and generates events that are provided to a logging services module 410 .
  • the logging services module 410 updates an alarm log database 412 by adding a record containing the alarm information.
  • the alarm log database 412 contains alarm log records as shown in FIG. 5.
  • FIG. 5 illustrates a portion of alarm log database 500 which contains various alarm records, 502 - 518 .
  • alarm records 502 - 518 include information concerning the date (and time) of an alarm and the alarm source and may additionally include other information helpful to network management personnel in identifying the cause of the alarm and its solution.
  • logging services module 410 forwards the events to an alarm services module 406 .
  • the alarm services module 406 is responsible for updating the state of a corresponding node in the topology database 408 .
  • the alarm services module 406 also generates display commands which are provided to a viewer 400 and an alarm manager 402 .
  • alarm services module 406 in response to an incoming alarm event, can issue a display command to the viewer 400 causing the viewer to modify the display icon associated with the resource. In response thereto, the viewer 400 can change the color or shape of the icon.
  • the alarm services module 406 can send another display command to the alarm manager 402 causing it to add another line on its display representing the newly-received alarm event.
  • the viewer 400 and the alarm manager 402 are programs which would be located at the client terminal and manipulated by means of the portable management interface.
  • the alarm manager displays a graphic representation of alarms and is intended to be used by network administrators and operators, to allow them to quickly see problems in the enterprise, and give them access to enough information so the problem can be fixed.
  • the alarm manager does not display the alarms directly; instead it displays the records in the alarm log. Therefore, the alarms can be filtered and summarized before being displayed on the screen.
  • the graphic representation or view allows network personnel to View summary information about all alarms or the details of an individual alarm.
  • the alarms manager display can also be used to change the state of an alarm as work progresses on resolving problems that trigger an alarm. Alarms of a certain type can also be grouped into an association so that actions can be taken on the group as a whole.
  • the display can filter alarms to further refine the type of alarms an operator may wish to view.
  • the display can further be used to delete alarms from the alarm log and graph alarm information
  • a summary view is a view of an alarm association.
  • Alarm associations are groupings of alarms with equivalent values for one or more selected attributes, such as event type and object instance. Associations make it easier to manage large numbers of alarms generated for the same network problem, or problems in related areas.
  • This window display 600 indicates several alarm attributes.
  • One attribute is “perceived severity.”
  • the perceived severity is an attribute of each alarm, indicating the seriousness of the problem which caused the alarm.
  • Each alarm is assigned one of a predetermined number of severity levels, such as “critical”, “major”, “warning”, “minor”, “normal” and “indeterminate” Severity is indicated in the alarm summary window 600 by the Severity column 604 and by the color shown in the first column 606 in the window 600 wherein different colors are used for each severity level.
  • the view illustrated in FIG. 6 shows an alarm association by severity.
  • the display window 600 also shows the “state” of alarms.
  • the state of an alarm helps network operators keep track of the status of network problems.
  • Alarms may exist in three possible states: open, acknowledged and cleared. An open alarm has been received by the MIS and added to the alarm log, but not yet acted upon by an operator. An acknowledged alarm has been seen by an operator who has marked it to indicate that the alarm is being investigated. A cleared alarm indicates that the problem which caused the alarm has been fixed. In the display window 600 , an alarm may be marked acknowledged or cleared, or both. An open alarm is neither acknowledged nor cleared.
  • an alarm listed in the table of alarms actually represents a group of similar alarms.
  • the alarm selected to represent the group is either the highest severity, or the most recent.
  • the operator can determine the criteria used to select the representative alarm when he specifies the association rules. Any action taken on an alarm while viewing associations applies to all the alarms in the group associated with that alarm. For example, if an alarm is acknowledged in the association viewing mode, all alarms in the same association are changed to an acknowledged state.
  • the alarms can also be filtered to select only those that match selected criteria.
  • the criteria include managed object instance or the device triggering the alarm; managed object class or the type of device or resource generating alarms; alarm state or severity and event type, such as communications, Internet, etc. Further filtering can be performed on the date and time, acknowledgment operator or the user name of the operator who acknowledged an alarm, acknowledgment date, clear operator or the user name of the operator who cleared an alarm, clear date and problem code or the numeric or textual ID of the probable cause of an alarm.
  • the display window 600 also allows an operator to change the view of alarms from the summary view shown in FIG. 6 to an alarm instance view shown in FIG. 7 by clicking on the “Instances” button 608 .
  • each individual alarm is represented by a line in the display. Additional information is also displayed for each alarm. This additional information includes the event type, acknowledgment operator, acknowledgment date, clear operator, clear date and event details.
  • the alarms can also be sorted in either ascending or descending order on any of the attributes.
  • scroll bar 704 which allows an operator to scroll particular lines representing individual alarms onto the display screen.
  • the scroll bar 704 is provided to allow a user to scroll the records up and down on the screen so that a desired record can be brought into view.
  • the scroll bar thumb 706 typically flickers and resizes to alter the user that new records have arrived.
  • the flickering and resizing of the scrollbar thumb 706 is not sufficiently noticeable to signal network management personnel that new events have arrived. Even if an operator is viewing the display when new events arrive, it is very easy to miss the resizing and thus miss very critical events. In addition, if an operator actually wants to see all of the incoming events as they arrive, the operator must continually click on the scrollbar 704 as events come in. In a busy system, it is impossible to click fast enough to see all events. Further, it is difficult to accurately move the scroll bar thumb 706 . An operator can click on the scroll bar arrow buttons 702 , 708 to scroll the events, but the arrows 702 , 708 only scroll down the display one event at a time and thus are slow to use.
  • a scrolling function is inserted between the incoming alarm records and the tabular display, such as display view window 700 .
  • a user interface is added to control the scrolling.
  • the scrolling direction can be either “up” or “down”, depending on the alarm sort order so user will always see the latest incoming alarm.
  • FIG. 8 shows the “view properties” dialog of the inventive system. This dialog would be launched by selecting the “View” menu option 712 in FIG. 7 and then the “properties” selection from the menu popup.
  • the view properties window 800 illustrated in FIG. 8 allows a user to control various aspects of the alarm display. For example, the Summary option button 802 can be used to control the summary display. If the “Off” option is selected a list of all alarm instances will be displayed. If the “On” option is selected associations will be displayed on the alarm manager display window 700 .
  • the “Summarize By” field 804 determines the way groups of alarms are summarized in the alarm manager window when the Summary “On” option is selected. Groups of alarms can be listed in order of severity or by object instance by selecting the appropriate option.
  • the “Show Duplicate Alarms” field 806 controls display of duplicate alarms.
  • the summary line includes a count of duplicate alarms.
  • the “Display Object Name as” field 808 determines whether the system name or the Fully Distinguished Name (FDN) is displayed for the alarm device names.
  • the “Apply Alarm Color to” field 810 determines whether only the first column of an alarm row displays the alarm color or the entire row.
  • the “Display Attribute Name” field 812 determines whether names labels in the table columns use the system default names or user-defined names.
  • Hidden Attributes and Shown Attributes fields, 814 and 816 determine which alarm log attributes are displayed. Any attribute can be moved from one field list to the other by selecting the item and clicking on the Show or Hide buttons. The selected item moves from the original list to the other list.
  • the Sort Order button 818 opens a sort order window (not shown) which determines the order—according to selected attributes—in which alarms are sorted in the alarm associations and alarm instances windows.
  • the control 820 operates in conjunction with a scrolling function which controls the alarm instance display.
  • FIG. 9 is a flowchart illustrating the steps in such a function. The process begins in step 900 and immediately proceeds to step 902 where the function waits for an alarm to be received. If no new alarm is received, the process proceeds back to step 902 to wait for an alarm.
  • step 904 a determination is made whether the “No” option in control 820 has been selected. If so, the process finishes in step 912 .
  • step 904 the process proceeds to step 906 in which a determination is made whether the sort order is ascending or descending.
  • step 910 If the sort order is ascending the display is scrolled up one line in step 910 . Alternatively, if the sort order is descending the display is scrolled down one line in step 908 , In either case the process ends in step 912 .
  • a software implementation of the above-described embodiment may comprise a series of computer instructions either fixed on a tangible medium, such as a computer readable media, e.g. a diskette, a CD-ROM, a ROM memory, or a fixed disk, or transmissible to a computer system, via a modem or other interface device over a medium.
  • the medium can be either a tangible medium, including, but not limited to, optical or analog communications lines, or may be implemented with wireless techniques, including but not limited to microwave, infrared or other transmission techniques. It may also be the Internet.
  • the series of computer instructions embodies all or part of the functionality previously described herein with respect to the invention.
  • Such computer instructions can be written in a number of programming languages for use with many computer architectures or operating systems. Further, such instructions may be stored using any memory technology, present or future, including, but not limited to, semiconductor, magnetic, optical or other memory devices, or transmitted using any communications technology, present or future, including but not limited to optical, infrared, microwave, or other transmission technologies. It is contemplated that such a computer program product may be distributed as a removable media with accompanying printed or electronic documentation, e.g., shrink wrapped software, pre-loaded with a computer system, e.g., on system ROM or fixed disk, or distributed from a server or electronic bulletin board over a network, e.g., the Internet or World Wide Web.
  • a removable media with accompanying printed or electronic documentation, e.g., shrink wrapped software, pre-loaded with a computer system, e.g., on system ROM or fixed disk, or distributed from a server or electronic bulletin board over a network, e.g., the Internet or World Wide Web.

Abstract

The alarm manager display in a distributed network management system is arranged to have two modes of operation. In one mode of operation, the alarm manager display automatically scrolls when new events arrive. If there are sorting criteria defined, the alarm manager window scrolls either up or down depending on the sort order so that when new events arrive, they always appear on the screen. In the second mode of operation, the alarm manager window does not scroll when new events arrive. The scroll bar operational modes are selectable by an operator from a menu. In accordance with another embodiment, a special attribute is added to the alarm manager configuration file. This attribute is read when the alarm manager is started and places the alarm manager into the operational mode in which it was last used.

Description

    FIELD OF THE INVENTION
  • This invention relates to network management tools for managing distributed networks and, in particular, to alarm management and alarm servicing tools. [0001]
  • BACKGROUND OF THE INVENTION
  • Present day telecommunications and information networks have become larger and far more complex than those which have been available only a few years ago. The trend towards increases in size and complexity can be expected to continue at a high rate into the foreseeable future with the proliferation of cellular networks, the development and deployment of global satellite networks, and the expansion of basic wireline networks in developing nations. Both homogeneous and heterogeneous networks are now being connected together by means of the Internet and other inter-network connection mechanisms. [0002]
  • In order to maintain network reliability and an acceptable quality of service, it is necessary to carefully monitor and manage network resources. However, as existing networks grow larger and more complex, network management also becomes more difficult and more complex. The prior art responded by providing automated management tools for reporting network status. These tools allowed network management personnel to improve the quality of service and maintain high network availability and reliability. [0003]
  • Such automated management tools were distributed and generally arranged as client server applications which provided integrated for supporting heterogeneous network environments. The client portion of the tools was arranged to have a standard interface which minimized variations of look and feel of the system as seen by the network operations personnel whereas the server portion was designed to operate on different platforms. The distributed architecture allowed the tool to evolve and scale as the networks evolved in size, capabilities, and geographies. [0004]
  • One such distributed network management tool is the Solstice Enterprise Manager™ (Solstice EM) network management system which was developed and is marketed by Sun Microsystems, Inc. This tool has an object-oriented and distributed architecture which consists of a plurality of cooperating components, including applications, libraries, information services, databases, and protocols, each of which performs specific tasks. The managed resources are arranged as a plurality of interconnected nodes and “management agents” running in each node gather information about the resources associated with the node. The information is then forwarded back to a management information server (MIS) which interacts with management applications running in other nodes. The MIS can request and change management parameter values, perform requested actions, and receive and evaluate problem reports (e.g. events, such as SNMP traps and CMIP notifications) that the management agents generate. [0005]
  • Although the MIS and the management agents can communicate with each other via various network management protocols such as Simple Network Management Protocol(SNMP), Common Management Information Protocol (CMIP), or other proprietary/legacy protocols, the Solstice EM™ framework interposes software model representations of managed resources in the MIS between management applications and agents of managed resources. The result is that the management applications o need not be concerned with management protocol dependencies of the managed resources since the applications only interact with the software model representations in the MIS. [0006]
  • In particular, the management applications direct management tasks in the MIS via a “Portable Management Interface (PMI)” which is a high-level abstraction of an interface for manipulating objects, regardless of their class description, supported protocol, or location. The PMI is also used by the MIS to communicate with the management agents. For example, the MIS can use a management protocol adapter (MPA) to communicate with a management agent. An MPA translates MIS requests to protocol-specific primitives (e.g. CMIP, SNMP, RPC, or other proprietary/legacy protocol primitives) depending upon the management agent in question. For example, a CMIP MPA communicates with CMIP agents. [0007]
  • One of the most important tasks that a network manager can perform is “alarm” monitoring and management. An alarm is an unsolicited notification called a “trap” in SNMP terminology and an “event” in CMIP terminology which is generated by an agent and sent to the MIS. The notification generally indicates that a particular managed resource associated with the agent has experienced a fault or failure condition or otherwise requires attention. Alarms have an associated severity level which can range from “critical” to “warning.” Network management personnel can manage the alarms by changing their state. For example, a newly generated alarm has an “open” state. Network management personnel can “acknowledge” the alarm indicating that the alarm has been noted. After investigating the problem, the alarm can be “cleared”, indicating the problem has been corrected. [0008]
  • Alarm Services is a module in the Solstice EM™ MIS responsible for updating and storing the state of managed objects in the MIS. Alarms arrive at the MIS as event notifications (via an MPA, for example). When such an event is received by the MIS, it is stored in an alarm log as an alarm log record by a Logging Services module and the Alarm Services module is informed about the arrival of this alarm. The Alarm Services module maps each managed-object-based alarm to a corresponding node in a topology database (discussed below) and updates the alarm counters for that topology node based on the alarm severity. The Alarm Services module also keeps the severity synchronized so that it represents the highest (most critical) uncleared alarm log record that is posted against the topology node. The node status is propagated to applications like the Solstice EM™ Viewer and displayed in the appropriate color. The alarm information is also sent to the Solstice EM™ Alarm Manager application for display. [0009]
  • The Alarm Manager program is intended to be used by network administrators and operators, to allow them to quickly see problems in the enterprise, and give them access to enough information so the problem can be fixed. The Alarm Manager does not display the alarm notifications directly. Instead it displays the alarm log records in the alarm log database in a tabular format. Therefore, the Alarm Manager has filters which can discard unwanted alarm information and can summarize, sort, and prioritize alarm information in order to display the information in a manner which is most information to the network management personnel. The Alarm manager also monitors the alarm log for events such as object creation, object deletion and object attribute values changes so that its display can be updated in an appropriate manner. Further, the Alarm manager can change the state of an alarm. For example, network personnel can use the Alarm Manager to change the state of an alarm from “open” to “acknowledged” or “cleared.” This can be accomplished by selecting a particular alarm on a display screen and invoking an option to change the alarm state. [0010]
  • The Alarm Manager typically displays log records as rows in a record table. When the alarm log has many records, the large number of rows will not fit on the screen. Consequently, a scroll bar is provided to allow a user to scroll the records up and down on the screen so that a desired record can be brought into view. When new records are added to the display, the scroll bar typically flickers and resizes to alter the user that new records have arrived. [0011]
  • However, there are problems with this arrangement. In particular, the flickering and resizing of the scrollbar is not sufficiently noticeable to signal network management personnel that new events have arrived. Even if an operator is viewing the display when new events arrive, it is very easy to miss the resizing and thus miss very critical events. [0012]
  • In addition, if an operator actually wants to see all of the incoming events as they arrive, the operator must continually click on the scrollbar as events come in. In a busy system, it is impossible to click fast enough to see all events. Further, it is difficult to accurately move the scroll bar. An operator can click on the scroll bar arrow button to scroll the events, but the arrow only scrolls down the display one event at a time and thus is slow. It would be more advantageous to click on the slider between the scroll bar thumb and the arrow, but if the log is large enough, this area is so small that it is nearly impossible to keep clicking in it accurately. [0013]
  • Consequently, some versions of the Solstice EM™ system used an alarm manager in which incoming alarms caused the display to scroll automatically. However, in such systems there was no way of controlling the scrolling since it was inherent in the list control which displayed the alarm records Further, in such systems, scrolling always occurred in the “up” direction. However, depending on sort order, alarms could appear at either the top or bottom of the control. If alarms appeared at the bottom of the table a user would not be able to see them unless he manually scrolled the table down. In addition, in large systems, the constant movement of the display screen made it difficult to acknowledge individual alarms. [0014]
  • SUMMARY OF THE INVENTION
  • The aforementioned drawbacks are addressed in one illustrative embodiment of the invention in which the alarm manager display is arranged to have two modes of operation. In one mode of operation, the alarm manager display automatically scrolls when new events arrive. If there are sorting criteria defined, the alarm manager window scrolls either up or down depending on the sort order so that when new events arrive, they always appear on the screen. In the second mode of operation, the alarm manager window does not scroll when new events arrive. [0015]
  • In accordance with one embodiment of the invention, the scroll bar operational modes are selectable by an operator from a menu. In accordance with another embodiment, a special attribute name is added to the alarm manager configuration file. This attribute is read when the alarm manager is started and places the alarm manager into the operational mode in which it was last used.[0016]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The above and further advantages of the invention may be better understood by referring to the following description in conjunction with the accompanying drawings in which: [0017]
  • FIG. 1 is a block schematic diagram of a distributed network management system on which the present invention can be operated. [0018]
  • FIG. 2 is a block schematic diagram of a Solstice EM™ distributed network management system on which the present invention can be operated. [0019]
  • FIG. 3 is a block schematic diagram illustrating the communication between the user-developed management application and the MIS of the Solstice EM™ distributed network management system. [0020]
  • FIG. 4 is a block schematic diagram illustrating alarm services operation in the the Solstice EM™ distributed network management system. [0021]
  • FIG. 5 is a block schematic illustration of the contents of a conventional alarm log database. [0022]
  • FIG. 6 is a screen display of the alarm manager illustrating an alarm summary display. [0023]
  • FIG. 7 is a screen display of the alarm manager illustrating display of indiviual alarms. [0024]
  • FIG. 8 is a screen display illustrating a view property dialog box with scrolling selections in accordance with the principles of the invention. [0025]
  • FIG. 9 is a flowchart illustrating the steps performed by a scrolling function.[0026]
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
  • FIG. 1 is a block diagram of a distributed network management system on which an illustrative inventive network management system constructed according to the present invention can run. As shown, the system is a distributed computing environment comprising a plurality of [0027] individual computer nodes 108, 112, 120 and 124. The nodes are functionally organized into device nodes 112, 120 and 124 and at least one manager node 108 interconnected over a network 110. However, the device nodes 112, 120 and 124 and manager 108 can also be implemented on a single computer system. The manager node 108, is a conventionally programmed digital computer which includes user interfacing devices, such as a monitor 100, keyboard 102 and mouse 104. In the described embodiment, each node 108 is a network connectable computer, such as a Sun SparcStation™5 workstation running the Solaris™ operating system, a version of the UNIX® operating system, or an IBM-compatible computer running the Windows NT™ operating system. However, use of the systems and processes described and suggested herein are not limited to a particular computer configuration. SparcStation™ and Solaris™ are trademarks of Sun Microsystems, Inc., Mountain View, Calif. UNIX® is a registered trademark of The Open Group, Cambridge, Mass. Windows NT™ is a trademark of Microsoft Corporation, Redmond, Wash. The manager node 108 also includes a database 106, such as a relational database, file system or other organized data storage system which stores management information in a management information database or MIB.
  • The Java programming language is rapidly emerging as the preferred object-oriented programming (OOP) language for cross platform use because Java programs consist of bytecodes, which are architecture and operating system independent and can be sent over the Internet and other networks. The bytecode is actually executed on a particular platform by means of a “virtual machine” (VM) which allows a Java program to be run on any platform, regardless of whether the Java program was developed on, or for, the particular platform which attempts to run the Java program. Java bytecodes which arrive at the executing machine are interpreted and executed by the embedded VM. A complete Java program is known as an application, while a segment of Java code, which does not amount to a full application, but is reusable, is referred to as an “applet”. [0028]
  • Since Java is well-suited to operation on various platforms, the following description of the illustrative embodiment is directed toward the Java programming language. However, it will be obvious to those skilled in the art that the invention could be implemented for other OOP languages as well, e.g. C++. [0029]
  • Each device node, [0030] 112, 120 and 124, corresponds to a managed device which might for example, be a processor, printer, storage device, network adapter card or other network apparatus. The state of each managed device is monitored and controlled by an agent program running in the node. For example, agent programs 114, 118 and 128 run in nodes 112, 120 and 124, respectively. Each agent may also have a local management information database (116, 122 and 126, respectively) which stores status information and parameters for the managed device.
  • In operation, a management application program running in the [0031] manager node 108 cooperates with the agents 114, 118 and 128 to manage the network. The manager 108 can download information from the agents 114,118 and 128 or from their associated databases 116,122 and 126. The manager node 108 can also set parameters in the devices by instructing the agent programs to set parameters and values within the devices or their drivers.
  • In the distributed network management system illustrated in FIG. 1, a [0032] single management node 108 is illustrated. This type of system is satisfactory for small networks. However, it does not scale easily because it is difficult to add additional management nodes as the network grows larger. FIG. 2 illustrates a distributed network management system which is designed to be scaleable by using a centralized management information server (MIS) 208. Management information server 208 can provide management information to a number of management applications operating in separate computers 200, 204 and 206, respectively. Alternatively, the management application may operate in one or more computer systems. A system based on this architecture is the Solstice Enterprise Manager™ network management system which is available from Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, Calif. The remainder of the application will be described in the context of the Solstice EM™ system. However, it will be obvious to those skilled in the art that similar network management systems could be used with the inventive management system without departing from the spirit and scope of the invention. In this system, the management applications are able to access management information located in the management information database that is now sited in the management information server 208.
  • The [0033] management information server 208 interacts with the agents associated with the managed objects 216, 218 and 220, respectively. These agents are typically located remotely in the device nodes and can communicate with the management information server 208 by means of a variety of protocols. In particular, management information server 208 can operate with separate protocols by means of management protocol adapters 210,212 and 214. For example, management information server 208 can communicate with SNMP agents 216 by means of an SNMP protocol adapter 210. Similarly, management information server 208 can communicate with SunNet manager (SNM) agents 218 by means of an SNM protocol adapter 212. In a like manner, management information server 208 can communicate with CMIP agents 220 by means of a CMIP protocol adapter 214.
  • The configuration illustrated in FIG. 2 allows separate management applications, such as [0034] applications 200, 204 and 206, to share information and operate with a remote database located in the management information server 208. Management information server 208 can, in turn, communicate with a number of local or remote agents 216, 218, and 220 over various network facilities including the internet by means of several different protocols.
  • FIG. 3 illustrates, in a more detailed fashion, the manner in which user-developed [0035] management application 300 communicates with the MIS server 306. In particular, the user-developed management application 300 which is located in the client node 308 communicates with the management information server 306 located in the server node 310 by means of a portable management interface (PMI) 302. The portable management interface is an object-oriented interface which provides a consistent object-oriented access to the management information. It supports distributed applications that use various management protocols and address transparency. It utilizes a small number of C++ classes and allows for both asynchronous and synchronous applications, event registration for an application and various development services, such as runtime type checking.
  • The [0036] portable management interface 302 connects to the management information server 306 by means of a communication protocol indicated schematically as box 304. This protocol allows the portable management interface to access managed object instance state information stored or managed by the information server 306. It also allows access to managed object class schema stored by the management information server 306 and access to the event services provided by the management information server. The portable management interface 302 also allows managed object instance data to be cached in an application process and provides a simplified syntax for managed objects instance naming.
  • Events are handled in this system by a callback function registration procedure in which a user-developed management application which desires to obtain notification of an event which occurs in one of the devices, registers with the management information server [0037] 306 (by means of the portable management interface 302) an interest in the particular event. The application then acts as a “listener” for the event. When the event occurs, the management information server 306 calls all of the interested listeners. An object in the portable management interface 302 then handles the event call by forwarding it to the user-developed management application 300.
  • FIG. 4 illustrates, in a schematic form, the processing of network alarms by a conventional Solstice EM™ network management system. In particular, agents connected to network [0038] 416 generate events or traps (generically referred to as “network alarms”) in response to conditions which occur in the resources with which they are associated. The network alarms arrive at a management protocol adapter 414 which processes the alarms and generates events that are provided to a logging services module 410. The logging services module 410 updates an alarm log database 412 by adding a record containing the alarm information. In particular, the alarm log database 412 contains alarm log records as shown in FIG. 5.
  • FIG. 5 illustrates a portion of [0039] alarm log database 500 which contains various alarm records, 502-518. Generally, alarm records 502-518 include information concerning the date (and time) of an alarm and the alarm source and may additionally include other information helpful to network management personnel in identifying the cause of the alarm and its solution.
  • In addition, [0040] logging services module 410 forwards the events to an alarm services module 406. The alarm services module 406 is responsible for updating the state of a corresponding node in the topology database 408. The alarm services module 406 also generates display commands which are provided to a viewer 400 and an alarm manager 402. For example, alarm services module 406, in response to an incoming alarm event, can issue a display command to the viewer 400 causing the viewer to modify the display icon associated with the resource. In response thereto, the viewer 400 can change the color or shape of the icon. In addition, the alarm services module 406 can send another display command to the alarm manager 402 causing it to add another line on its display representing the newly-received alarm event.
  • In the conventional Solstice EM™ network management system, the [0041] viewer 400 and the alarm manager 402 are programs which would be located at the client terminal and manipulated by means of the portable management interface. The alarm manager displays a graphic representation of alarms and is intended to be used by network administrators and operators, to allow them to quickly see problems in the enterprise, and give them access to enough information so the problem can be fixed. The alarm manager does not display the alarms directly; instead it displays the records in the alarm log. Therefore, the alarms can be filtered and summarized before being displayed on the screen.
  • In particular, the graphic representation or view allows network personnel to View summary information about all alarms or the details of an individual alarm. The alarms manager display can also be used to change the state of an alarm as work progresses on resolving problems that trigger an alarm. Alarms of a certain type can also be grouped into an association so that actions can be taken on the group as a whole. As mentioned, the display can filter alarms to further refine the type of alarms an operator may wish to view. The display can further be used to delete alarms from the alarm log and graph alarm information [0042]
  • When the alarm manager is initially started it displays a summary view of the alarms as indicated in FIG. 6. A summary view is a view of an alarm association. Alarm associations are groupings of alarms with equivalent values for one or more selected attributes, such as event type and object instance. Associations make it easier to manage large numbers of alarms generated for the same network problem, or problems in related areas. [0043]
  • This [0044] window display 600 indicates several alarm attributes. One attribute is “perceived severity.” The perceived severity is an attribute of each alarm, indicating the seriousness of the problem which caused the alarm. Each alarm is assigned one of a predetermined number of severity levels, such as “critical”, “major”, “warning”, “minor”, “normal” and “indeterminate” Severity is indicated in the alarm summary window 600 by the Severity column 604 and by the color shown in the first column 606 in the window 600 wherein different colors are used for each severity level. The view illustrated in FIG. 6 shows an alarm association by severity.
  • The [0045] display window 600 also shows the “state” of alarms. The state of an alarm helps network operators keep track of the status of network problems. Alarms may exist in three possible states: open, acknowledged and cleared. An open alarm has been received by the MIS and added to the alarm log, but not yet acted upon by an operator. An acknowledged alarm has been seen by an operator who has marked it to indicate that the alarm is being investigated. A cleared alarm indicates that the problem which caused the alarm has been fixed. In the display window 600, an alarm may be marked acknowledged or cleared, or both. An open alarm is neither acknowledged nor cleared.
  • In the association viewing mode, such as that illustrated in FIG. 6, an alarm listed in the table of alarms actually represents a group of similar alarms. The alarm selected to represent the group is either the highest severity, or the most recent. The operator can determine the criteria used to select the representative alarm when he specifies the association rules. Any action taken on an alarm while viewing associations applies to all the alarms in the group associated with that alarm. For example, if an alarm is acknowledged in the association viewing mode, all alarms in the same association are changed to an acknowledged state. [0046]
  • The alarms can also be filtered to select only those that match selected criteria. The criteria include managed object instance or the device triggering the alarm; managed object class or the type of device or resource generating alarms; alarm state or severity and event type, such as communications, Internet, etc. Further filtering can be performed on the date and time, acknowledgment operator or the user name of the operator who acknowledged an alarm, acknowledgment date, clear operator or the user name of the operator who cleared an alarm, clear date and problem code or the numeric or textual ID of the probable cause of an alarm. [0047]
  • The [0048] display window 600 also allows an operator to change the view of alarms from the summary view shown in FIG. 6 to an alarm instance view shown in FIG. 7 by clicking on the “Instances” button 608. In the alarm instances view window 700, each individual alarm is represented by a line in the display. Additional information is also displayed for each alarm. This additional information includes the event type, acknowledgment operator, acknowledgment date, clear operator, clear date and event details. The alarms can also be sorted in either ascending or descending order on any of the attributes.
  • One problem with the alarm instances window illustrated in FIG. 7 is the [0049] scroll bar 704 which allows an operator to scroll particular lines representing individual alarms onto the display screen. When the alarm log has many records, the large number of rows will not fit on the screen display 700. Consequently, the scroll bar 704 is provided to allow a user to scroll the records up and down on the screen so that a desired record can be brought into view. When new records are added to the display, the scroll bar thumb 706 typically flickers and resizes to alter the user that new records have arrived.
  • However, the flickering and resizing of the [0050] scrollbar thumb 706 is not sufficiently noticeable to signal network management personnel that new events have arrived. Even if an operator is viewing the display when new events arrive, it is very easy to miss the resizing and thus miss very critical events. In addition, if an operator actually wants to see all of the incoming events as they arrive, the operator must continually click on the scrollbar 704 as events come in. In a busy system, it is impossible to click fast enough to see all events. Further, it is difficult to accurately move the scroll bar thumb 706. An operator can click on the scroll bar arrow buttons 702, 708 to scroll the events, but the arrows 702, 708 only scroll down the display one event at a time and thus are slow to use. It would be more advantageous to click on the slider 710 between the scroll bar thumb 706 and the arrow 708, but if the log is large enough, this area is so small that it is nearly impossible to keep clicking in it accurately. In addition, depending on a sort order, newly arrived alarms can arrive at the top or bottom of the alarm list. In accordance with the principles of the present invention, a scrolling function is inserted between the incoming alarm records and the tabular display, such as display view window 700. In addition a user interface is added to control the scrolling. The scrolling direction can be either “up” or “down”, depending on the alarm sort order so user will always see the latest incoming alarm.
  • The user interface is illustrated in FIG. 8 which shows the “view properties” dialog of the inventive system. This dialog would be launched by selecting the “View” [0051] menu option 712 in FIG. 7 and then the “properties” selection from the menu popup. The view properties window 800 illustrated in FIG. 8 allows a user to control various aspects of the alarm display. For example, the Summary option button 802 can be used to control the summary display. If the “Off” option is selected a list of all alarm instances will be displayed. If the “On” option is selected associations will be displayed on the alarm manager display window 700.
  • The “Summarize By” [0052] field 804 determines the way groups of alarms are summarized in the alarm manager window when the Summary “On” option is selected. Groups of alarms can be listed in order of severity or by object instance by selecting the appropriate option.
  • The “Show Duplicate Alarms” [0053] field 806 controls display of duplicate alarms. When the “On” option is selected and the Summary option On is selected, and Alarm Association is Off, the summary line includes a count of duplicate alarms.
  • The “Display Object Name as” [0054] field 808 determines whether the system name or the Fully Distinguished Name (FDN) is displayed for the alarm device names.
  • The “Apply Alarm Color to” [0055] field 810 determines whether only the first column of an alarm row displays the alarm color or the entire row. The “Display Attribute Name” field 812 determines whether names labels in the table columns use the system default names or user-defined names.
  • The Hidden Attributes and Shown Attributes fields, [0056] 814 and 816, determine which alarm log attributes are displayed. Any attribute can be moved from one field list to the other by selecting the item and clicking on the Show or Hide buttons. The selected item moves from the original list to the other list.
  • The [0057] Sort Order button 818 opens a sort order window (not shown) which determines the order—according to selected attributes—in which alarms are sorted in the alarm associations and alarm instances windows.
  • In accordance with the principles of the invention, a new control labeled “Scroll on Arrival of New Alarms:” [0058] 820 is included. This control allows an operator to select whether the alarm instances window will automatically scroll when a new alarm record arrives or not. If the “yes” option is selected, the alarm instances window will scroll when a new alarm record is received. If the “No” option is selected, the alarm instances window will not scroll. In order to save the scrolling configuration a new attribute called “auto_scroll=off” can be added to the configuration files which control the startup configuration of the alarm manager view properties window. This attribute holds the operator's selection in control 820.
  • The [0059] control 820 operates in conjunction with a scrolling function which controls the alarm instance display. FIG. 9 is a flowchart illustrating the steps in such a function. The process begins in step 900 and immediately proceeds to step 902 where the function waits for an alarm to be received. If no new alarm is received, the process proceeds back to step 902 to wait for an alarm.
  • When an alarm is received, the process proceeds to step [0060] 904 in which a determination is made whether the “No” option in control 820 has been selected. If so, the process finishes in step 912.
  • Alternatively, if, in [0061] step 904, the “Yes” option has been selected, the process proceeds to step 906 in which a determination is made whether the sort order is ascending or descending.
  • If the sort order is ascending the display is scrolled up one line in [0062] step 910. Alternatively, if the sort order is descending the display is scrolled down one line in step 908, In either case the process ends in step 912.
  • A software implementation of the above-described embodiment may comprise a series of computer instructions either fixed on a tangible medium, such as a computer readable media, e.g. a diskette, a CD-ROM, a ROM memory, or a fixed disk, or transmissible to a computer system, via a modem or other interface device over a medium. The medium can be either a tangible medium, including, but not limited to, optical or analog communications lines, or may be implemented with wireless techniques, including but not limited to microwave, infrared or other transmission techniques. It may also be the Internet. The series of computer instructions embodies all or part of the functionality previously described herein with respect to the invention. Those skilled in the art will appreciate that such computer instructions can be written in a number of programming languages for use with many computer architectures or operating systems. Further, such instructions may be stored using any memory technology, present or future, including, but not limited to, semiconductor, magnetic, optical or other memory devices, or transmitted using any communications technology, present or future, including but not limited to optical, infrared, microwave, or other transmission technologies. It is contemplated that such a computer program product may be distributed as a removable media with accompanying printed or electronic documentation, e.g., shrink wrapped software, pre-loaded with a computer system, e.g., on system ROM or fixed disk, or distributed from a server or electronic bulletin board over a network, e.g., the Internet or World Wide Web. [0063]
  • Although an exemplary embodiment of the invention has been disclosed, it will be apparent to those skilled in the art that various changes and modifications can be made which will achieve some of the advantages of the invention without departing from the spirit and scope of the invention. For example, it will be obvious to those reasonably skilled in the art that, although the description was directed to a particular hardware system and operating system, other hardware and operating system software could be used in the same manner as that described. Other aspects, such as the specific instructions utilized to achieve a particular function, as well as other modifications to the inventive concept are intended to be covered by the appended claims.[0064]

Claims (15)

What is claimed is:
1. Apparatus for use with a distributed network management system having a alarm generation agents which generate alarms indicating the status of devices in a network, an alarm log for receiving and storing the alarms and an alarm manager which displays the contents of the alarm log in a scrollable display, the apparatus comprising:
a user interface for receiving a command from a user of the alarm manager which command indicates whether the scrollable display should scroll in response to an alarm being received in the alarm log; and
a scrolling function which is responsive to the an alarm being received in the alarm log and to the user command for scrolling the scrollable display when the user command indicates the display should be scrolled.
2. Apparatus according to claim 1 wherein the alarm manager comprises a mechanism for sorting the alarm records in an ascending sort order and in a descending sort order and wherein the scrolling function comprises a mechanism for scrolling the scrollable display in a first direction when the sort order is ascending and in a second direction when the sort order is descending.
3. Apparatus according to claim 1 wherein the scrolling function does not scroll the display when the user command indicates that the scrollable display should not be scrolled.
4. Apparatus according to claim 1 wherein the user interface comprises a control in a dialog box.
5. Apparatus according to claim 4 wherein the dialog box is displayed in response to a menu option.
6. Apparatus according to claim 4 wherein the control is an option button.
7. Apparatus according to claim 6 further comprising a configuration file for determining the initial state of the option button.
8. A method for use with a distributed network management system having a alarm generation agents which generate alarms indicating the status of devices in a network, an alarm log for receiving and storing the alarms and an alarm manager which displays the contents of the alarm log in a scrollable display, the method comprising the steps of:
(a) receiving a command from a user of the alarm manager which command indicates whether the scrollable display should scroll in response to an alarm being received in the alarm log; and
(b) scrolling the scrollable display in response to the an alarm being received in the alarm log when the user command indicates the display should be scrolled.
9. A method according to claim 8 wherein the alarm manager comprises a mechanism for sorting the alarm records in an ascending sort order and in a descending sort order and wherein step (b) comprises the step of:
(b1) scrolling the scrollable display in a first direction when the sort order is ascending; and
(b2) scrolling the scrollable display in a second direction when the sort order is descending.
10. A method according to claim 8 wherein step (b) comprises the step of:
(b3) not scrolling the display when the user command indicates that the scrollable display should not be scrolled.
11. A method according to claim 8 wherein step (a) comprises the step of:
(a1) using a control in a dialog box to receive the user command.
12. A method according to claim 11 wherein step (al) comprises the step of:
(a1a) displaying the dialog box in response to a menu option.
13. A method according to claim 11 wherein step (al) comprises the step of:
(a1b) using an option button in a dialog box to receive the user command.
14. A method according to claim 13 wherein step (a) further comprises the step of:
(a2) using a configuration file for determining the initial state of the option button.
15. A computer program product for use with a distributed network management system having a alarm generation agents which generate alarms indicating the status of devices in a network, an alarm log for receiving and storing the alarms and an alarm manager which displays the contents of the alarm log in a scrollable display, the computer program product comprising a computer usable medium having computer readable program code thereon, including:
program code for receiving a command from a user of the alarm manager which command indicates whether the scrollable display should scroll in response to an alarm being received in the alarm log; and
program code for scrolling the scrollable display in response to the an alarm being received in the alarm log when the user command indicates the display should be scrolled.
US09/205,911 1998-12-04 1998-12-04 Alarm manager system for distributed network management system Expired - Lifetime US6356282B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/205,911 US6356282B2 (en) 1998-12-04 1998-12-04 Alarm manager system for distributed network management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/205,911 US6356282B2 (en) 1998-12-04 1998-12-04 Alarm manager system for distributed network management system

Publications (2)

Publication Number Publication Date
US20020012011A1 true US20020012011A1 (en) 2002-01-31
US6356282B2 US6356282B2 (en) 2002-03-12

Family

ID=22764176

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/205,911 Expired - Lifetime US6356282B2 (en) 1998-12-04 1998-12-04 Alarm manager system for distributed network management system

Country Status (1)

Country Link
US (1) US6356282B2 (en)

Cited By (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020038339A1 (en) * 2000-09-08 2002-03-28 Wei Xu Systems and methods for packet distribution
US20020049963A1 (en) * 2000-10-25 2002-04-25 Beck Ralph L. Software instrumentation method and apparatus
US20020133584A1 (en) * 2001-01-17 2002-09-19 Greuel James R. Method and apparatus for customizably calculating and displaying health of a computer network
US20020194320A1 (en) * 2001-06-15 2002-12-19 Kevin Collins Remote support system
US20030009711A1 (en) * 2001-06-28 2003-01-09 Kuhn Gerald M. Alarm management system
US20030055960A1 (en) * 2001-08-21 2003-03-20 Alcatel Method, service agent and network management system for operating a telecommunications network
US20030069848A1 (en) * 2001-04-06 2003-04-10 Larson Daniel S. A User interface for computer network management
US20030084364A1 (en) * 2001-10-25 2003-05-01 Jakubiec Christopher M. Method and apparatus for managing data time-outs
US20030110398A1 (en) * 2001-11-29 2003-06-12 International Business Machines Corporation Method, computer program element and a system for processing alarms triggered by a monitoring system
EP1367770A1 (en) * 2002-05-29 2003-12-03 Alcatel Canada Inc. Limited plugin load-up in support of distributed network management and service provisioning environments
US20040039589A1 (en) * 2002-06-12 2004-02-26 Lee Wan Soo Method for providing management information and computer readable storage medium stored its program
US20040128370A1 (en) * 2002-12-31 2004-07-01 Kris Kortright System and method for synchronizing the configuration of distributed network management applications
US20050120100A1 (en) * 2003-12-01 2005-06-02 Daniel Dufour Method and system for updating synchronization status of managed objects
US20050198281A1 (en) * 2004-02-04 2005-09-08 Hon Hai Precision Industry Co., Ltd. System and method for logging events of network devices
US20050283753A1 (en) * 2003-08-07 2005-12-22 Denise Ho Alert triggers and event management in a relationship system
US20060031203A1 (en) * 2003-08-27 2006-02-09 Rosenbaum Andrew M Periodic update of data in a relationship system
US7137074B1 (en) * 2002-05-31 2006-11-14 Unisys Corporation System and method for displaying alarm status
US7139819B1 (en) * 2000-10-31 2006-11-21 Verizon Laboratories Inc. Systems and methods for managing faults in a network
US20060282529A1 (en) * 2005-06-14 2006-12-14 Panduit Corp. Method and apparatus for monitoring physical network topology information
US20070044081A1 (en) * 2005-08-17 2007-02-22 Sun Microsystems, Inc. Application-responsive markup language parser
US20070264956A1 (en) * 2006-05-12 2007-11-15 Sandra Bicker System Events and Messages in a Computing System
US20080088430A1 (en) * 2006-10-12 2008-04-17 Mitsubishi Electric Corporation Monitor control system
US20080250138A1 (en) * 2007-04-03 2008-10-09 Alcatel Lucent Multiple displays of large dynamic alarm windows
US7478403B1 (en) * 2000-04-21 2009-01-13 Sun Microsystems, Inc. Secure access to managed network objects using a configurable platform-independent gateway providing individual object-level access control
US20090070640A1 (en) * 2002-09-26 2009-03-12 Stabile Lawrence A Network fault manager for maintaining alarm conditions
US7512612B1 (en) 2002-08-08 2009-03-31 Spoke Software Selecting an optimal path through a relationship graph
US20090089419A1 (en) * 2007-10-01 2009-04-02 Ebay Inc. Method and system for intelligent request refusal in response to a network deficiency detection
US20090089699A1 (en) * 2007-10-01 2009-04-02 Ebay Inc. Method and system for intelligent feature degradation in response to a network deficiency detection
US20100153768A1 (en) * 2008-12-15 2010-06-17 International Business Machines Corporation Method and system for providing immunity to computers
US20100153869A1 (en) * 2008-12-15 2010-06-17 International Business Machines Corporation System and method to visualize activities through the use of avatars
US20100156655A1 (en) * 2008-12-19 2010-06-24 Honeywell International Inc. Equipment area alarm summary display system and method
US20100156654A1 (en) * 2008-12-19 2010-06-24 Honeywell International Inc. Alarm trend summary display system and method
US20100211192A1 (en) * 2009-02-17 2010-08-19 Honeywell International Inc. Apparatus and method for automated analysis of alarm data to support alarm rationalization
US20110189210A1 (en) * 2003-09-26 2011-08-04 Japan Tobacco Inc. Method of inhibiting remnant lipoprotein production
US20130187769A1 (en) * 2012-01-02 2013-07-25 Lsis Co., Ltd. Apparatus and method for managing alarms of system
US8600915B2 (en) 2011-12-19 2013-12-03 Go Daddy Operating Company, LLC Systems for monitoring computer resources
US8719196B2 (en) 2011-12-19 2014-05-06 Go Daddy Operating Company, LLC Methods for monitoring computer resources using a first and second matrix, and a feature relationship tree
WO2015154428A1 (en) * 2014-09-12 2015-10-15 中兴通讯股份有限公司 Network management warning display method and apparatus
US9355477B2 (en) 2011-06-28 2016-05-31 Honeywell International Inc. Historical alarm analysis apparatus and method
US20160349931A1 (en) * 2015-05-28 2016-12-01 Rockwell Automation Technologies, Inc. Responsive user interface for an industrial environment
EP3270543A1 (en) * 2016-07-12 2018-01-17 Omron Corporation Information processing apparatus, information processing program, and information processing method
US10063644B1 (en) * 2013-06-13 2018-08-28 Amazon Technologies, Inc. Managing operation of instances
US10185465B1 (en) * 2014-03-19 2019-01-22 Symantec Corporation Techniques for presenting information on a graphical user interface
US10482741B2 (en) * 2016-04-01 2019-11-19 Daniel J. Horon Multi-frame display for a fire protection and security monitoring system
US10635096B2 (en) 2017-05-05 2020-04-28 Honeywell International Inc. Methods for analytics-driven alarm rationalization, assessment of operator response, and incident diagnosis and related systems
US10747207B2 (en) 2018-06-15 2020-08-18 Honeywell International Inc. System and method for accurate automatic determination of “alarm-operator action” linkage for operator assessment and alarm guidance using custom graphics and control charts
US20210014707A1 (en) * 2018-03-27 2021-01-14 Huawei Technologies Co., Ltd. Communications method and apparatus
CN114500227A (en) * 2020-11-13 2022-05-13 中国移动通信集团安徽有限公司 Alarm analysis method, device, equipment and computer storage medium

Families Citing this family (70)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6255943B1 (en) * 1995-03-29 2001-07-03 Cabletron Systems, Inc. Method and apparatus for distributed object filtering
US6721508B1 (en) * 1998-12-14 2004-04-13 Tellabs Operations Inc. Optical line terminal arrangement, apparatus and methods
US7725570B1 (en) 1999-05-24 2010-05-25 Computer Associates Think, Inc. Method and apparatus for component to service mapping in service level management (SLM)
US7200651B1 (en) * 1999-07-02 2007-04-03 Cisco Technology, Inc. Dynamic configuration and up-dating of integrated distributed applications
FR2799081B1 (en) * 1999-09-27 2002-02-22 Cit Alcatel METHOD AND DEVICE FOR MANAGING TRANSMISSION CIRCUITS OF A NETWORK
US6636981B1 (en) * 2000-01-06 2003-10-21 International Business Machines Corporation Method and system for end-to-end problem determination and fault isolation for storage area networks
US6535227B1 (en) * 2000-02-08 2003-03-18 Harris Corporation System and method for assessing the security posture of a network and having a graphical user interface
JP2001243158A (en) * 2000-02-29 2001-09-07 Canon Inc Information processing apparatus, network system, device map display method and recording medium
US7346812B1 (en) * 2000-04-27 2008-03-18 Hewlett-Packard Development Company, L.P. Apparatus and method for implementing programmable levels of error severity
US7143153B1 (en) * 2000-11-09 2006-11-28 Ciena Corporation Internal network device dynamic health monitoring
US7181487B1 (en) * 2000-07-07 2007-02-20 Schneider Automation Inc. Method and system for transmitting and activating an application requesting human intervention in an automation network
US7103652B1 (en) * 2000-12-23 2006-09-05 Emc Corporation Ambiguity-purging and template-conflict-resolution in computer network events-notification
GB2372674B (en) * 2001-02-27 2003-05-07 3Com Corp Network management apparatus and method for determining network events
US20020176131A1 (en) * 2001-02-28 2002-11-28 Walters David H. Protection switching for an optical network, and methods and apparatus therefor
US20020161872A1 (en) * 2001-04-26 2002-10-31 Pontoppidan Thue M. Network management
US20020175950A1 (en) * 2001-05-24 2002-11-28 International Business Machines Corporation Method, apparatus, and program for sequencing text messages and scrolling in a text field
US20020184354A1 (en) * 2001-06-04 2002-12-05 Mckenzie William F. System and method for managing status notification messages within communication networks
US7299472B2 (en) * 2002-01-15 2007-11-20 Mobitv, Inc. System and method for dynamically determining notification behavior of a monitoring system in a network environment
US7091846B2 (en) 2002-03-18 2006-08-15 Siemens Communications, Inc. Methods and apparatus for handling information regarding an alarm for a communication network
US20050089027A1 (en) * 2002-06-18 2005-04-28 Colton John R. Intelligent optical data switching system
US7155514B1 (en) * 2002-09-12 2006-12-26 Dorian Software Creations, Inc. Apparatus for event log management
DE10332360B4 (en) * 2003-07-17 2023-06-29 Abb Schweiz Ag Method and system for managing and transmitting events from a technical system to be monitored in a web-based client-server environment
JP2006313410A (en) * 2005-05-06 2006-11-16 Hitachi Ltd Management information management method for storage network, storage management system and storage management software
US7408458B1 (en) * 2005-12-29 2008-08-05 At&T Corp. Method and apparatus for suppressing duplicate alarms
US7930746B1 (en) 2005-12-29 2011-04-19 At&T Intellectual Property Ii, L.P. Method and apparatus for detecting anomalous network activities
US20070198993A1 (en) * 2006-02-06 2007-08-23 Zhongyao Zhang Communication system event handling systems and techniques
US8281392B2 (en) 2006-08-11 2012-10-02 Airdefense, Inc. Methods and systems for wired equivalent privacy and Wi-Fi protected access protection
US8205244B2 (en) * 2007-02-27 2012-06-19 Airdefense, Inc. Systems and methods for generating, managing, and displaying alarms for wireless network monitoring
US8850347B2 (en) 2010-09-30 2014-09-30 Honeywell International Inc. User interface list control system
US8819562B2 (en) 2010-09-30 2014-08-26 Honeywell International Inc. Quick connect and disconnect, base line configuration, and style configurator
US20100106543A1 (en) * 2008-10-28 2010-04-29 Honeywell International Inc. Building management configuration system
US20110093493A1 (en) 2008-10-28 2011-04-21 Honeywell International Inc. Building management system site categories
US8719385B2 (en) * 2008-10-28 2014-05-06 Honeywell International Inc. Site controller discovery and import system
US9471202B2 (en) * 2008-11-21 2016-10-18 Honeywell International Inc. Building control system user interface with pinned display feature
US8572502B2 (en) * 2008-11-21 2013-10-29 Honeywell International Inc. Building control system user interface with docking feature
US8224763B2 (en) 2009-05-11 2012-07-17 Honeywell International Inc. Signal management system for building systems
US8554714B2 (en) * 2009-05-11 2013-10-08 Honeywell International Inc. High volume alarm management system
US8499252B2 (en) * 2009-12-18 2013-07-30 Covidien Lp Display of respiratory data graphs on a ventilator graphical user interface
US8352047B2 (en) 2009-12-21 2013-01-08 Honeywell International Inc. Approaches for shifting a schedule
US20110196539A1 (en) * 2010-02-10 2011-08-11 Honeywell International Inc. Multi-site controller batch update system
US8640098B2 (en) * 2010-03-11 2014-01-28 Honeywell International Inc. Offline configuration and download approach
US8890675B2 (en) * 2010-06-02 2014-11-18 Honeywell International Inc. Site and alarm prioritization system
US8648706B2 (en) * 2010-06-24 2014-02-11 Honeywell International Inc. Alarm management system having an escalation strategy
US9213539B2 (en) 2010-12-23 2015-12-15 Honeywell International Inc. System having a building control device with on-demand outside server functionality
US9223839B2 (en) 2012-02-22 2015-12-29 Honeywell International Inc. Supervisor history view wizard
US9247378B2 (en) 2012-08-07 2016-01-26 Honeywell International Inc. Method for controlling an HVAC system using a proximity aware mobile device
US9529349B2 (en) 2012-10-22 2016-12-27 Honeywell International Inc. Supervisor user management system
US9971977B2 (en) 2013-10-21 2018-05-15 Honeywell International Inc. Opus enterprise report system
US10436977B2 (en) 2013-12-11 2019-10-08 Ademco Inc. Building automation system setup using a remote control device
US9933762B2 (en) 2014-07-09 2018-04-03 Honeywell International Inc. Multisite version and upgrade management system
USD786920S1 (en) 2014-09-09 2017-05-16 Ge Intelligent Platforms, Inc. Display screen with graphical alarm icon
USD769937S1 (en) 2014-09-09 2016-10-25 Ge Intelligent Platforms, Inc. Display screen with graphical alarm icon
US9900174B2 (en) 2015-03-06 2018-02-20 Honeywell International Inc. Multi-user geofencing for building automation
US9967391B2 (en) 2015-03-25 2018-05-08 Honeywell International Inc. Geo-fencing in a building automation system
US9609478B2 (en) 2015-04-27 2017-03-28 Honeywell International Inc. Geo-fencing with diagnostic feature
US10802469B2 (en) 2015-04-27 2020-10-13 Ademco Inc. Geo-fencing with diagnostic feature
US10802459B2 (en) 2015-04-27 2020-10-13 Ademco Inc. Geo-fencing with advanced intelligent recovery
US10209689B2 (en) 2015-09-23 2019-02-19 Honeywell International Inc. Supervisor history service import manager
US10362104B2 (en) 2015-09-23 2019-07-23 Honeywell International Inc. Data manager
US10057110B2 (en) 2015-11-06 2018-08-21 Honeywell International Inc. Site management system with dynamic site threat level based on geo-location data
US9628951B1 (en) 2015-11-11 2017-04-18 Honeywell International Inc. Methods and systems for performing geofencing with reduced power consumption
US10516965B2 (en) 2015-11-11 2019-12-24 Ademco Inc. HVAC control using geofencing
US9860697B2 (en) 2015-12-09 2018-01-02 Honeywell International Inc. Methods and systems for automatic adjustment of a geofence size
US9560482B1 (en) 2015-12-09 2017-01-31 Honeywell International Inc. User or automated selection of enhanced geo-fencing
US10605472B2 (en) 2016-02-19 2020-03-31 Ademco Inc. Multiple adaptive geo-fences for a building
US10302322B2 (en) 2016-07-22 2019-05-28 Ademco Inc. Triage of initial schedule setup for an HVAC controller
US10488062B2 (en) 2016-07-22 2019-11-26 Ademco Inc. Geofence plus schedule for a building controller
US10306403B2 (en) 2016-08-03 2019-05-28 Honeywell International Inc. Location based dynamic geo-fencing system for security
US10317102B2 (en) 2017-04-18 2019-06-11 Ademco Inc. Geofencing for thermostatic control
US11153382B2 (en) 2018-06-29 2021-10-19 International Business Machines Corporation Isolation of management data for security and operational advantages

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1989007377A1 (en) * 1988-01-29 1989-08-10 Network Equipment Technologies, Inc. Communications network state and topology monitor
US5159685A (en) * 1989-12-06 1992-10-27 Racal Data Communications Inc. Expert system for communications network
JPH04245751A (en) * 1991-01-31 1992-09-02 Nec Corp Event processing distributing type network monitoring system
US5473596A (en) * 1993-12-09 1995-12-05 At&T Corp. Method and system for monitoring telecommunication network element alarms
US6006016A (en) 1994-11-10 1999-12-21 Bay Networks, Inc. Network fault correlation
US5787245A (en) 1995-11-13 1998-07-28 Object Technology Licensing Corporation Portable debugging service utilizing a client debugger object and a server debugger object
US5726979A (en) 1996-02-22 1998-03-10 Mci Corporation Network management system
US5828840A (en) 1996-08-06 1998-10-27 Verifone, Inc. Server for starting client application on client if client is network terminal and initiating client application on server if client is non network terminal
US5923885A (en) 1996-10-31 1999-07-13 Sun Microsystems, Inc. Acquisition and operation of remotely loaded software using applet modification of browser software
US5954829A (en) * 1996-12-30 1999-09-21 Mci Communications Corporation System, method, and computer program product for digital cross connect testing
US5926631A (en) 1997-08-15 1999-07-20 International Business Machines Corporation Network computer emulator systems, methods and computer program products for personal computers
US6085191A (en) 1997-10-31 2000-07-04 Sun Microsystems, Inc. System and method for providing database access control in a secure distributed network
US6058420A (en) * 1998-02-27 2000-05-02 Netsolve, Inc. Alarm server systems, apparatus, and processes
US6098093A (en) 1998-03-19 2000-08-01 International Business Machines Corp. Maintaining sessions in a clustered server environment
US6131118A (en) 1998-07-07 2000-10-10 Compaq Computer Corporation Flexible display of management data in a programmable event driven processing system

Cited By (81)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7478403B1 (en) * 2000-04-21 2009-01-13 Sun Microsystems, Inc. Secure access to managed network objects using a configurable platform-independent gateway providing individual object-level access control
US20020038339A1 (en) * 2000-09-08 2002-03-28 Wei Xu Systems and methods for packet distribution
US20020049963A1 (en) * 2000-10-25 2002-04-25 Beck Ralph L. Software instrumentation method and apparatus
US7139819B1 (en) * 2000-10-31 2006-11-21 Verizon Laboratories Inc. Systems and methods for managing faults in a network
US20020133584A1 (en) * 2001-01-17 2002-09-19 Greuel James R. Method and apparatus for customizably calculating and displaying health of a computer network
US7003564B2 (en) * 2001-01-17 2006-02-21 Hewlett-Packard Development Company, L.P. Method and apparatus for customizably calculating and displaying health of a computer network
US20030069848A1 (en) * 2001-04-06 2003-04-10 Larson Daniel S. A User interface for computer network management
US20020194320A1 (en) * 2001-06-15 2002-12-19 Kevin Collins Remote support system
US20030009711A1 (en) * 2001-06-28 2003-01-09 Kuhn Gerald M. Alarm management system
US20030055960A1 (en) * 2001-08-21 2003-03-20 Alcatel Method, service agent and network management system for operating a telecommunications network
US7254627B2 (en) * 2001-08-21 2007-08-07 Alcatel Method, service agent and network management system for operating a telecommunications network
US20030084364A1 (en) * 2001-10-25 2003-05-01 Jakubiec Christopher M. Method and apparatus for managing data time-outs
US7330885B2 (en) * 2001-10-25 2008-02-12 Sun Microsystems, Inc. Method and apparatus for managing data time-outs
US20030110398A1 (en) * 2001-11-29 2003-06-12 International Business Machines Corporation Method, computer program element and a system for processing alarms triggered by a monitoring system
US7437762B2 (en) * 2001-11-29 2008-10-14 International Business Machines Corporation Method, computer program element and a system for processing alarms triggered by a monitoring system
US20080291018A1 (en) * 2001-11-29 2008-11-27 International Business Machines Corporation Method, computer program element and a system for processing alarms triggered by a monitoring system
US8615803B2 (en) 2001-11-29 2013-12-24 International Business Machines Corporation Method, computer program element and a system for processing alarms triggered by a monitoring system
US7650398B2 (en) 2002-05-29 2010-01-19 Alcatel-Lucent Canada Inc. Limited plugin load-up in support of distributed network management and service provisioning solutions
EP1367770A1 (en) * 2002-05-29 2003-12-03 Alcatel Canada Inc. Limited plugin load-up in support of distributed network management and service provisioning environments
US7137074B1 (en) * 2002-05-31 2006-11-14 Unisys Corporation System and method for displaying alarm status
US20040039589A1 (en) * 2002-06-12 2004-02-26 Lee Wan Soo Method for providing management information and computer readable storage medium stored its program
US7512612B1 (en) 2002-08-08 2009-03-31 Spoke Software Selecting an optimal path through a relationship graph
US7539697B1 (en) 2002-08-08 2009-05-26 Spoke Software Creation and maintenance of social relationship network graphs
US20090070640A1 (en) * 2002-09-26 2009-03-12 Stabile Lawrence A Network fault manager for maintaining alarm conditions
US8015456B2 (en) * 2002-09-26 2011-09-06 Computer Associates Think, Inc. Network fault manager for maintaining alarm conditions
US8745435B2 (en) * 2002-09-26 2014-06-03 Ca, Inc. Network fault manager
US8448012B2 (en) 2002-09-26 2013-05-21 Ca, Inc. Network fault manager
US7523184B2 (en) 2002-12-31 2009-04-21 Time Warner Cable, Inc. System and method for synchronizing the configuration of distributed network management applications
US7949744B2 (en) 2002-12-31 2011-05-24 Time Warner Cable, Inc. System and method for synchronizing the configuration of distributed network management applications
US20090204699A1 (en) * 2002-12-31 2009-08-13 Kris Kortright System and Method for Synchronizing the Configuration of Distributed Network Management Applications
US20040128370A1 (en) * 2002-12-31 2004-07-01 Kris Kortright System and method for synchronizing the configuration of distributed network management applications
US20050283753A1 (en) * 2003-08-07 2005-12-22 Denise Ho Alert triggers and event management in a relationship system
US20060031203A1 (en) * 2003-08-27 2006-02-09 Rosenbaum Andrew M Periodic update of data in a relationship system
US7373389B2 (en) 2003-08-27 2008-05-13 Spoke Software Periodic update of data in a relationship system
US20110189210A1 (en) * 2003-09-26 2011-08-04 Japan Tobacco Inc. Method of inhibiting remnant lipoprotein production
US20050120100A1 (en) * 2003-12-01 2005-06-02 Daniel Dufour Method and system for updating synchronization status of managed objects
US20050198281A1 (en) * 2004-02-04 2005-09-08 Hon Hai Precision Industry Co., Ltd. System and method for logging events of network devices
US7562139B2 (en) * 2004-04-02 2009-07-14 Hon Hai Precision Industry Co., Ltd. System and method for logging events of network devices
WO2006020656A3 (en) * 2004-08-09 2007-01-18 Spoke Software Alert triggers and event management in a relationship system
WO2006020656A2 (en) * 2004-08-09 2006-02-23 Spoke Software Alert triggers and event management in a relationship system
US20060282529A1 (en) * 2005-06-14 2006-12-14 Panduit Corp. Method and apparatus for monitoring physical network topology information
US7885965B2 (en) * 2005-08-17 2011-02-08 Oracle America, Inc. Application-responsive markup language parser
US20070044081A1 (en) * 2005-08-17 2007-02-22 Sun Microsystems, Inc. Application-responsive markup language parser
US20070264956A1 (en) * 2006-05-12 2007-11-15 Sandra Bicker System Events and Messages in a Computing System
US20080088430A1 (en) * 2006-10-12 2008-04-17 Mitsubishi Electric Corporation Monitor control system
US8035505B2 (en) * 2006-10-12 2011-10-11 Mitsubishi Electric Corporation Monitor control system
US8266530B2 (en) * 2007-04-03 2012-09-11 Alcatel Lucent Multiple displays of large dynamic alarm windows
US20080250138A1 (en) * 2007-04-03 2008-10-09 Alcatel Lucent Multiple displays of large dynamic alarm windows
US20090089419A1 (en) * 2007-10-01 2009-04-02 Ebay Inc. Method and system for intelligent request refusal in response to a network deficiency detection
US8015280B2 (en) * 2007-10-01 2011-09-06 Ebay Inc. Method and system for intelligent feature degradation in response to a network deficiency detection
US20090089699A1 (en) * 2007-10-01 2009-04-02 Ebay Inc. Method and system for intelligent feature degradation in response to a network deficiency detection
US8566439B2 (en) * 2007-10-01 2013-10-22 Ebay Inc Method and system for intelligent request refusal in response to a network deficiency detection
US20100153768A1 (en) * 2008-12-15 2010-06-17 International Business Machines Corporation Method and system for providing immunity to computers
US9075901B2 (en) * 2008-12-15 2015-07-07 International Business Machines Corporation System and method to visualize activities through the use of avatars
US10244012B2 (en) 2008-12-15 2019-03-26 International Business Machines Corporation System and method to visualize activities through the use of avatars
US8271834B2 (en) * 2008-12-15 2012-09-18 International Business Machines Corporation Method and system for providing immunity to computers
US20100153869A1 (en) * 2008-12-15 2010-06-17 International Business Machines Corporation System and method to visualize activities through the use of avatars
US8954802B2 (en) 2008-12-15 2015-02-10 International Business Machines Corporation Method and system for providing immunity to computers
US8639979B2 (en) 2008-12-15 2014-01-28 International Business Machines Corporation Method and system for providing immunity to computers
US8269620B2 (en) * 2008-12-19 2012-09-18 Honeywell Internatonal Inc. Alarm trend summary display system and method
US20100156655A1 (en) * 2008-12-19 2010-06-24 Honeywell International Inc. Equipment area alarm summary display system and method
US20100156654A1 (en) * 2008-12-19 2010-06-24 Honeywell International Inc. Alarm trend summary display system and method
US20100211192A1 (en) * 2009-02-17 2010-08-19 Honeywell International Inc. Apparatus and method for automated analysis of alarm data to support alarm rationalization
US9355477B2 (en) 2011-06-28 2016-05-31 Honeywell International Inc. Historical alarm analysis apparatus and method
US8600915B2 (en) 2011-12-19 2013-12-03 Go Daddy Operating Company, LLC Systems for monitoring computer resources
US8719196B2 (en) 2011-12-19 2014-05-06 Go Daddy Operating Company, LLC Methods for monitoring computer resources using a first and second matrix, and a feature relationship tree
US20130187769A1 (en) * 2012-01-02 2013-07-25 Lsis Co., Ltd. Apparatus and method for managing alarms of system
US9111429B2 (en) * 2012-01-02 2015-08-18 Lsis Co., Ltd. Apparatus and method for managing alarms of system
US10063644B1 (en) * 2013-06-13 2018-08-28 Amazon Technologies, Inc. Managing operation of instances
US10785320B2 (en) 2013-06-13 2020-09-22 Amazon Technologies, Inc. Managing operation of instances
US11695842B2 (en) 2013-06-13 2023-07-04 Amazon Technologies, Inc. Managing operation of instances
US10185465B1 (en) * 2014-03-19 2019-01-22 Symantec Corporation Techniques for presenting information on a graphical user interface
WO2015154428A1 (en) * 2014-09-12 2015-10-15 中兴通讯股份有限公司 Network management warning display method and apparatus
US20160349931A1 (en) * 2015-05-28 2016-12-01 Rockwell Automation Technologies, Inc. Responsive user interface for an industrial environment
US10482741B2 (en) * 2016-04-01 2019-11-19 Daniel J. Horon Multi-frame display for a fire protection and security monitoring system
EP3270543A1 (en) * 2016-07-12 2018-01-17 Omron Corporation Information processing apparatus, information processing program, and information processing method
CN107608298A (en) * 2016-07-12 2018-01-19 欧姆龙株式会社 Information processor, recording medium and information processing method
US10635096B2 (en) 2017-05-05 2020-04-28 Honeywell International Inc. Methods for analytics-driven alarm rationalization, assessment of operator response, and incident diagnosis and related systems
US20210014707A1 (en) * 2018-03-27 2021-01-14 Huawei Technologies Co., Ltd. Communications method and apparatus
US10747207B2 (en) 2018-06-15 2020-08-18 Honeywell International Inc. System and method for accurate automatic determination of “alarm-operator action” linkage for operator assessment and alarm guidance using custom graphics and control charts
CN114500227A (en) * 2020-11-13 2022-05-13 中国移动通信集团安徽有限公司 Alarm analysis method, device, equipment and computer storage medium

Also Published As

Publication number Publication date
US6356282B2 (en) 2002-03-12

Similar Documents

Publication Publication Date Title
US6356282B2 (en) Alarm manager system for distributed network management system
US6185600B1 (en) Universal viewer/browser for network and system events using a universal user interface generator, a generic product specification language, and product specific interfaces
JP3651873B2 (en) Computer system configuration change tracking method
US6349333B1 (en) Platform independent alarm service for manipulating managed objects in a distributed network management system
US20030135382A1 (en) Self-monitoring service system for providing historical and current operating status
US5777549A (en) Method and apparatus for policy-based alarm notification in a distributed network management environment
US7415706B1 (en) Dynamic handling of multiple software component versions for device management
US6996778B2 (en) User interface for managing multiple network resources
EP0961440B1 (en) A method for dynamically creating nodal views of a managed network environment
JP3489726B2 (en) How to manage network elements
US6526442B1 (en) Programmable operational system for managing devices participating in a network
AU775791B2 (en) Method and apparatus for the dynamic filtering and routing of events
US7152104B2 (en) Method and apparatus for notifying administrators of selected events in a distributed computer system
US5504921A (en) Network management system using model-based intelligence
US7882213B2 (en) Network management system to monitor managed elements
US5261044A (en) Network management system using multifunction icons for information display
EP2070258B1 (en) A method and system for storing configuration information for network nodes in a network management system
US20020161875A1 (en) Dynamic generation of context-sensitive data and instructions for troubleshooting problem events in information network systems
US20030140150A1 (en) Self-monitoring service system with reporting of asset changes by time and category
JP2005512346A (en) Network element management system
JPH11167540A (en) Management method for computer system
US20060123393A1 (en) User interface for network application
US9154372B2 (en) Editing a portable, dynamic and abstract view definition of a network object database
Cisco Overview of Cisco Info Center
Cisco Overview

Legal Events

Date Code Title Description
AS Assignment

Owner name: SUN MICROSYSTEMS, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ROYTMAN, MICHAEL;PETROV, PLAMEN;REEL/FRAME:009936/0482

Effective date: 19981130

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: ORACLE AMERICA, INC., CALIFORNIA

Free format text: MERGER AND CHANGE OF NAME;ASSIGNORS:ORACLE USA, INC.;SUN MICROSYSTEMS, INC.;ORACLE AMERICA, INC.;REEL/FRAME:037278/0592

Effective date: 20100212