US20020184360A1 - Methods and apparatus for managing devices without network attachments - Google Patents

Methods and apparatus for managing devices without network attachments Download PDF

Info

Publication number
US20020184360A1
US20020184360A1 US10/201,842 US20184202A US2002184360A1 US 20020184360 A1 US20020184360 A1 US 20020184360A1 US 20184202 A US20184202 A US 20184202A US 2002184360 A1 US2002184360 A1 US 2002184360A1
Authority
US
United States
Prior art keywords
management
proxy server
managed
management station
recited
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.)
Abandoned
Application number
US10/201,842
Inventor
Bret Weber
Rodney DeKoning
William Delaney
Ray Jantz
William Courtright
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.)
NetApp Inc
Original Assignee
LSI Logic Corp
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 LSI Logic Corp filed Critical LSI Logic Corp
Priority to US10/201,842 priority Critical patent/US20020184360A1/en
Publication of US20020184360A1 publication Critical patent/US20020184360A1/en
Assigned to NETAPP, INC. reassignment NETAPP, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LSI CORPORATION
Abandoned 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/02Standardisation; Integration
    • H04L41/0213Standardised network management protocols, e.g. simple network management protocol [SNMP]
    • 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/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • H04L41/0273Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using web services for network management, e.g. simple object access protocol [SOAP]
    • H04L41/028Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using web services for network management, e.g. simple object access protocol [SOAP] for synchronisation between service call and response
    • 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/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • H04L41/0253Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using browsers or web-pages for accessing management information

Definitions

  • the present invention relates generally to methods and apparatus for managing devices on a network, and more particularly to a network based system and software for monitoring and managing devices that are not attached directly to the network, but are proxy attached to the network via another device.
  • Storage system devices may include, but are not limited to, host adapters, I/O chips, disk enclosures, and bridge controllers, to name a few.
  • Each of these components traditionally are managed by proprietary software that is supplied by its manufacturer.
  • network management frameworks such as Hewlett-Packard's Open View, IBM's NetFinity, and Computer Associates' Unicenter.
  • DMI desk top management interface
  • SNMP simple network management protocol
  • a system and method for monitoring and managing devices on a network preferably comprises a proxy server connected to the network and a managed device connected to the proxy server.
  • the system further comprises storage means for storing a device management application program associated with the managed device, and a management station in communication with the managed device via the proxy server and in communication with the storage means.
  • the management station preferably is configured to retrieve the device management application program from the storage means and process the device management application program. As the management station processes the device management application program, the management station is able to monitor and manage the managed device.
  • the managed device preferably is connected to the proxy server by a suitable communication connection.
  • the communication connection may comprise peripheral component interconnect (PCI), small computer system interface (SCSI), universal serial bus (USB), fiber channel, firewire and the like.
  • the managed device preferably includes a controller for controlling the managed device.
  • the management station when the management station processes the device management application program, the management station is able to send management commands to the controller via the proxy server.
  • the managed device is a storage system.
  • the proxy server preferably includes a device mapper which locates devices connected to the proxy server and assigns a TCP/IP port to each of the devices.
  • the device management application program of the management station sends management commands to the controller of the managed device
  • the device management application program first sends the management commands to the proxy server, and the device mapper in the proxy server routes the management commands to the managed device.
  • the device management application program preferably communicates with the proxy server using a first communication protocol, and the proxy server communicates with the managed device using a second communication protocol.
  • the proxy server includes a protocol converter for converting communication messages directed from the device management application program to the managed device from the first communication protocol to the second communication protocol, and for converting communication messages directed from the managed device to the device management application program from the second communication protocol to the first communication protocol.
  • the first communication protocol is remote procedure call (RPC) and the second communication protocol is universal trasport mechanism (UTM), and the protocol converter comprises an RPC-to-UTM conversion application.
  • FIG. 1 is a schematic diagram of a network having various storage systems and storage management stations
  • FIG. 2 is a schematic diagram of a network having a management station, which accesses management application programs stored in an application repository storage area connected to the management station;
  • FIG. 3 is a schematic diagram of a network having a management station, which accesses management application programs stored in an application repository storage area connected to a network;
  • FIG. 4 is a schematic diagram of a network having a management station, which accesses management application programs stored on the storage system or device being managed by the management station;
  • FIG. 5 is a block diagram illustrating various devices residing on a network and their associated software components
  • FIG. 6 is a drawing of a sample user interface screen of a discover-monitor application program
  • FIG. 7 is a drawing of a sample user interface screen of a storage system management application program
  • FIG. 8 is a flow diagram illustrating start-up processes of a discover-monitor application program and a storage system management application program
  • FIG. 9 is a flow diagram illustrating a process of creating a volume on a storage system
  • FIG. 10 is a flow diagram illustrating a process of replicating the configuration of one storage system to another storage system
  • FIG. 11 is a flow diagram illustrating a process of performing a mass operation on multiple storage systems on a network
  • FIG. 12 is a flow diagram illustrating a validity checking scheme performed by the process of FIG. 10;
  • FIG. 13 is a flow diagram illustrating a process of reporting events from a storage system to a management station
  • FIG. 14 is a flow diagram illustrating a process of a managed entity broadcasting configuration updates to a plurality of management devices
  • FIG. 15 is a flow diagram illustrating how a management device issues management commands to managed entities and receives configuration update information from managed entities.
  • FIG. 16 is a flow diagram illustrating a process of committing configuration changes prior to the completion of a long term event.
  • the present invention relates generally to methods and apparatus for managing devices on a network. More particularly, the present invention relates to a system and software for monitoring, configuring and managing heterogeneous storage systems on a network using a single management application residing on one or more management stations.
  • the present invention refers particularly to storage systems, it should be appreciated that the management systems and applications of the present invention can be used to manage a wide variety of devices on a network, including workstations, servers, and other suitable I/O devices.
  • the present invention relates to a management system and applications which have a single user interface for managing network devices, and which can interact with currently existing management frameworks, such as Hewlett-Packard's OpenView, IBM's NetFinity and Computer Associates' Unicenter, to name a few.
  • the present invention preferably utilizes platform-independent technologies, such as Java and Java run-time environments, so that the particular network architecture, and workstation and server platforms on the network are irrelevant.
  • the present invention comprises a device-independent management framework which supports device-specific management applications.
  • the framework preferably comprises an application that implements a common graphical user interface that is used to manage all I/O devices in an enterprise or on a network.
  • the management framework discovers all I/O devices in the enterprise and displays them, either by physical connectivity, or by logical association.
  • the discovery process can be conducted manually by a user, or it can occur automatically.
  • a unique management application preferably is loaded, thus giving the framework the ability to understand device-specific management tasks.
  • the architecture gives the management framework the ability to communicate with all I/O devices on the enterprise, operations such as “firmware upgrades” may be performed en mass to common device types.
  • system 100 preferably comprises a local area network 102 , a plurality of storage systems 104 - 110 , an I/O management station 112 , a desktop management interface (DMI) management station 114 , and a simple network management protocol (SNMP) management station 116 .
  • network 102 may be connected to other enterprise or company networks located in remote areas either via direct telephone links or, as illustrated in FIG. 1, through a larger network, such as the Internet 118 , or the like.
  • FIG. 1 merely shows network 102 being connected to a storage management station 120 through Internet 118 , but as one skilled in the art will appreciate, storage management station 120 may be a single device connected to Internet 118 , or storage management station 120 may be a device on a network in a remote location connected to network 102 via the Internet.
  • FIG. 1 the purpose of FIG. 1 is to illustrate that the management framework of the present invention may be used on local area networks, as well as on wide area networks and with remote access devices.
  • Storage systems 104 - 110 may comprise any suitable storage system, such as file servers, disk farms, RAID systems, and the like.
  • the storage systems may comprise controllers which connect directly to network 102 or the storage systems may be connected to network 102 through a computer server.
  • FIG. 1 illustrates a number of different types of storage system configurations which may reside on a network. However, the configurations illustrated in FIG. 1 do not illustrate all the storage system configurations, and thus, the present invention is not limited to the illustrated embodiments.
  • storage system 104 preferably comprises a RAID storage system which includes a server 122 and a plurality of disk drives 124 connected to server 122 .
  • the processor of server 122 preferably acts as the RAID control device for storage system 104 .
  • the RAID control software preferably is stored, either on disks 124 or within internal storage of server 122 and is processed by server 122 during operation of the storage system Disks 124 may be connected to server 122 by any number of connection means 126 , such as fiber channel, SCSI, PCL USB, Firewire, or the like.
  • Server 122 preferably is connected to network 102 via well-known network connection means.
  • storage systems 106 and 108 also preferably comprise RAID storage devices.
  • the storage systems instead of the server acting as the controller for the RAID storage system, the storage systems preferably include their own controllers 128 and 130 , which preferably are connected to servers 132 and 134 via PCI bus connections 136 and 138 , respectively.
  • the storage system control functions for storage systems 106 and 108 preferably are performed by controllers 128 and 130 , respectively. While controllers 128 and 130 are illustrated as being separate from the RAID disk farm or disk array 140 , one skilled in the art will appreciate that controllers 128 and 130 may reside within the enclosure of disk farm 140 . Alternatively, controllers 128 and 130 may be configured as co-processors within servers 132 and 134 , respectively.
  • controller 128 of storage system 106 and controller 130 of storage system 108 are not connected directly to network 102 , but are connected to the network via servers 132 and 134 , respectively.
  • servers 132 and 134 preferably include a layer of software which converts requests from the I/O management stations 112 , 120 into command packets which are delivered to controllers 128 and 130 and which can be understood and processed by the controllers.
  • Storage system 110 also preferably comprises a RAID storage system having an independent RAID storage controller 142 .
  • storage controller 142 preferably includes a network attachment means 144 , so that it can attach directly to network 102 .
  • controller 142 may be connected to a server 146 via a proxy I/O bus 148 , such as a SCSI or Fibre Channel bus.
  • proxy I/O bus 148 such as a SCSI or Fibre Channel bus.
  • server 146 if access to controller 142 is through server 146 and across proxy I/O bus 148 , server 146 preferably includes a layer of software configured to convert requests from storage management stations 112 , 120 to command packets which can be received and processed by controller 142 . While controller 142 appears to be separate from the RAID storage device 150 , one skilled in the art will appreciate that controller 142 may be configured within the disk enclosure of device 150 .
  • system 100 in addition to storage management stations 112 , 120 , system 100 also may include other network management devices, such as a desktop management interface (DMI) management station 114 and a simple network management protocol (SNMP) management station 116 .
  • DMI desktop management interface
  • SNMP simple network management protocol
  • other third party management stations such as Hewlett-Packard's OpenView, Computer Associates' Unicenter, IBM's NetFinity, and/or Microsoft's Microsoft Management Console, may be attached to network 102 .
  • the present invention is not limited to the illustrated embodiment.
  • I/O management stations 112 , 120 may comprise any suitable computer workstation running on any operating system platform.
  • I/O management stations 112 , 120 may run on Microsoft's Windows or NT platforms, Apple's Macintosh platform, a Unix platform, or the like.
  • I/O management stations 112 , 120 are equipped with a Java-compliant web browser or other suitable Java run-time environment.
  • the management application programs for each of the storage systems are written in Java
  • the operating system environment of I/O management stations 112 , 120 is irrelevant. That is, the Java applications can run in any environment, as long as it is a Java-compliant environment.
  • System 200 preferably comprises a network 202 with a plurality of managed devices 204 - 1 to 204 -N connected thereto.
  • managed devices 204 may comprise storage systems or other suitable I/O devices.
  • an I/O management station 206 preferably is connected to network 202 and configured to monitor, configure, and manage devices 204 on the network.
  • device 204 - 1 preferably includes control software which uses a management application interface program labeled “A.”
  • devices 204 - 2 and 204 - 3 run control software which use a management interface application program labeled “B.”
  • device 204 -N preferably runs control software which uses a management interface application program labeled “X.”
  • system 200 preferably includes a storage system 210 which comprises a management applet repository 212 for holding a plurality of management interface application programs 214 .
  • management interface application programs 214 preferably are Java applets which can be run in any suitable Java run-time environment.
  • applet repository 212 may reside in internal storage of management station 206 , or storage system 210 may be an external storage system connected directly to management station 206 via communication link 216 .
  • Communication link 216 may comprise any suitable communication link between a work station and a storage system such as PCI, SCSI, Fiber channel, USB, Firewire, or the like.
  • storage system 210 may be connected to network 202 via a suitable network connection 218 .
  • management station 206 preferably communicates with storage system 210 through network 202 ; for example, along communication path 220 .
  • a user can direct management station 206 to discover all the devices on the network which are to be managed by the management station and displays the devices on the management station display; i.e., a somewhat manual discovery process.
  • management station preferably runs an application 208 which automatically locates all devices 204 residing on network 202 , and displays the list of devices on management station 206 .
  • management station 206 preferably uses information obtained during the locate process to match a particular device 204 with the appropriate management application 214 residing in repository 212 .
  • management station 206 preferably retrieves the appropriate management application 214 and processes it on the station. As discussed in more detail below, the retrieved management application 214 then performs the necessary functionality to manage, monitor, and/or configure the particular device.
  • Each management interface application program 214 preferably is configured to communicate with and direct the controller, and in particular the control software, of the associated device 204 .
  • management interface application program 214 -A is specifically designed to monitor and communicate management and/or configuration commands to device 204 - 1 .
  • management interface application program 214 -B is configured to monitor and communicate management and/or configuration commands to devices 204 - 2 and 204 - 3
  • management interface application program 214 -X is configured to monitor and communicate management and/or configuration commands to device 204 -N.
  • control software of a managed device 204 when the control software of a managed device 204 is updated, for example to a new version, preferably a new management interface application program is added to the management interface application program repository to go along with the updated control software.
  • aspects of an array device that may be updated include individual object revision definitions for drive groups, drives, volumes, redundant controllers, storage systems, and the like.
  • aspects of an array device that may be updated include individual object revision definitions for drive groups, drives, volumes, redundant controllers, storage systems, and the like.
  • a new management interface application program 214 may be added to repository 212 and may be run with the original interface application program, so that when the two management interface application programs are run together, they will be compatible with the updated control software of the device.
  • system 400 is illustrated in which the management interface application programs for a particular device actually reside on that device.
  • system 400 preferably comprises a network 402 , an I/O device 404 , such as a storage system, and a management station 406 .
  • device 404 may be any suitable I/O device, for the purposes of this example, device 404 preferably is a RAID storage system. Accordingly, RAID storage system 404 comprises a RAID controller 406 and a plurality of storage drives 408 . Preferably, a management interface application program for RAID device 414 is stored in an area 410 on one or more of drives 408 . Thus, when management station 406 discovers RAID device 404 on network 402 , RAID device 404 and in particular RAID controller 406 , preferably passes the management interface application program from area 410 on drives 408 to management station 406 across network 402 .
  • RAID controller 406 preferably includes an application 412 which allows it to act as an embedded web server, giving it the ability to pass the management interface application program to management station 406 using a web server protocol, such as HTTP or the like. In this manner, RAID controller 406 will act like any other web server on a network or on the Internet, passing HTML or Java byte code programs to a work station having a web browser or other suitable Java run-time environment.
  • system 500 preferably comprises a network 502 , a network attached I/O device 504 , a proxy attached I/O device 506 attached to network 502 via server 508 , an I/O management station 510 , and one or more third party management frameworks 512 .
  • I/O devices 504 and 506 may comprise any suitable I/O device on a network, for the purpose of this example, I/O devices 504 and 506 preferably comprise RAID storage systems.
  • other manageable devices 514 may be connected to server 508 .
  • the other manageable devices 514 may comprise any suitable peripheral device, such as a host bus adapter, just a bunch of disks (JBOD), a SCSI device, or the like.
  • system 500 is described herein as having a network attached RAID device 504 , a proxy attached RAID device 506 , and a server 508 , one skilled in the art will appreciate that other I/O device connections to network 502 may be used; for example, the other network attachment configurations illustrated in FIG. 1 and disclosed above. Thus, the present invention is not limited to the configuration of FIG. 5.
  • management station 510 preferably comprises a Java compliant web browser, or alternatively, another suitable Java run-time compliant environment for running Java applet programs.
  • one of the application programs which management station 510 processes is a discover-monitor application or applet 516 .
  • Discover-monitor applet 516 preferably is a Java applet which is stored in nonvolatile memory in management station 510 , or in an applet repository residing on network 502 .
  • discover-monitor applet 516 can run under either a Java compliant web browser or under an operating system's Java run-time environment.
  • Discover-monitor applet 516 performs, inter alia, the following functions:
  • More detailed device notifications may be provided by the management interface application programs themselves.
  • discover-monitor applet 518 preferably is designed to allow coexistence of different management interface application programs for different types of devices, and within a device type, to permit coexistence of interface application programs at different versions of a device's management interface software.
  • new hardware can be introduced and old hardware can be phased out at a user's convenience without the risk of introducing management incompatibilities.
  • Management interface application programs 518 preferably are Java applets which are device type and version specific program components.
  • a particular management interface application program 518 knows how to manage an individual device of its associated type, and is responsible for presenting the detailed, device-specific management operations to a user.
  • discover-monitor applet 516 preferably locates and loads the correct management interface application program 518 from storage, based on its knowledge of the managed device's management interface version.
  • management interface application programs 518 display the current state, status and configuration of a device with which it is associated.
  • management interface application programs 518 preferably include logic which allows a user to submit management and configuration commands to the managed device. A more detailed discussion of how management interface application programs 518 operate is discussed below.
  • the two main purposes of the server based software components are to: (1) Interface proxy attached controllers to the network so they can be managed by management station 510 ; and (2) Interface the managed devices to other industry standard management protocols and products.
  • the server based software components comprise a conversion application for converting RPC commands to a standard I/O read/write mechanism, and a DMI and/or SNMP interface application.
  • RPC conversion agent 522 preferably comprises a thin piece of server 508 resident software preferably written in Java and executing under an operating system's Java run-time environment.
  • the purpose of RPC conversion agent 522 is to support remote procedure call (RPC) traffic between the management interface application program 518 running on management station 510 and a proxy attached storage controller 506 (i.e., a storage controller that does not have its own network connection).
  • RPC remote procedure call
  • a storage system connected to a server for example via a PCI connection, does not communicate with the server using RPC, but using a standard I/O read/write mechanism, such as a SCSI command interface.
  • RPC conversion agent 522 preferably is configured to receive RPC commands from a management interface application program 518 and convert the RPC command to a protocol which storage controller 506 will understand.
  • the RPC conversion agent 522 encapsulates RPC messages within I/O write commands to send them to the direct-attached controller 506 via I/O path 524 .
  • the RPC conversion agent 522 receives RPC responses from controller 506 via I/O read commands, extracts the RPC responses from the I/O read commands and forwards the RPC responses to management application program 518 .
  • the protocol for encapsulating RPC messages within read/write commands is a Universal Transport Mechanism (UTM), a protocol developed by LSI Logic Corporation, located in Milpitas, Calif.
  • UTM Universal Transport Mechanism
  • RPC conversion agent 522 allows all management interface programs 518 to be written the same, regardless of whether the storage controller-has a direct network connection or not. If the storage controller is not directly attached to the network, RPC conversion agent 522 performs the proper protocol conversion.
  • Server 508 also preferably includes software to interface server 508 and other connected devices with other third party management frameworks or protocols, such as desktop management interface (DMI), simple network management protocol (SNMP) and/or common information model (CIM).
  • server 508 preferably includes a management framework agent 526 , which comprises one or more applications which facilitate communication between management stations like DMI, SNMP and/or CIM stations and devices connected to server 508 .
  • agent 526 preferably comprises one or more DMI applications which enables devices to be managed within a DMI conformant management framework.
  • the DMI architecture allows a device to deliver events to, respond to management information requests from, and even to be controlled by a DMI conformant management application.
  • Server 508 also preferably supports the SNMP and CIM architectures.
  • agent 526 on server 508 preferably includes an SNMP framework application and/or a CIM framework application.
  • an SNMP or CIM management station can send requests to and receive event notifications from a device connected to server 508 .
  • DMI, SNMP and CIM interface agents are known in the art, and thus, will not be described further herein.
  • Device controllers 504 and 506 both preferably include a management protocol 528 and a RAID engine 530 .
  • network attached controller 504 preferably includes an RPC-to-internal-messaging component 532 and a controller embedded DMI, SNMP and/or CIM service provider 534 .
  • proxy attached controller 506 preferably includes a UTM-to-internal messaging component 536 .
  • the architecture of the present invention is centered around an object model of the managed devices, which is the basis for communication between management station 510 , and in particular management interface application program 528 , and the devices ( 504 , 506 ).
  • the object model preferably is the actual physical and logical configuration of the device.
  • the object model of the storage array is handled by the controller via a management protocol 528 .
  • An example of a suitable management protocol is LSI Logic's SYMbol (symbios browser-oriented language) protocol.
  • Management protocol 528 preferably receives high-level requests from management interface application (or applet) program 518 expressed in terms of the device object model, interprets the requests, carries out the requests by interacting with RAID engine 530 and then responds back to the management interface applet 518 in terms of the object model.
  • the object model also defines events that originate with the managed device and flow to the management station 510 ; this event propagation is also the responsibility of management protocol 528 .
  • RAID engine 530 is the part of the storage controller firmware that is responsible for the core RAID implementation, independent of the host and drive interfaces with which it interacts.
  • RAID engine 530 preferably comprises a performance critical RAID read/write/caching component and a less-performance-critical configuration and management component
  • the configuration and management component which is the focus and the content of the management architecture of the present invention, preferably exhibits three main types of behavior: (1) carrying out management related tasks when directed to do so by the management station 510 and more specifically, management interface application program 518 ; (2) performing certain tasks automatically, either when necessary, or on a regular schedule (e.g., error and event logging and parity assurance); and (3) initiating notifications of important events, which are then propagated outside of the controller over network 502 , either directly or via UTM in the proxy attached case.
  • a regular schedule e.g., error and event logging and parity assurance
  • proxy attached controller 506 preferably includes a UTM-to-internal-messaging component 536 .
  • UTM-to-internal messaging component 536 preferably is part of the controller firmware for proxy attached controller 506 , and is responsible for providing management protocol packet transport over the block read/write path between server 508 and controller 506 . This communication preferably is bidirectional, allowing commands to be transported into and responses to be trasported out of controller 506 .
  • management interface application programs 518 preferably communicate using the RPC protocol.
  • controller 506 communicates with server 508 using UlM, so RPC conversion agent 522 in server 508 converts the RPC commands to the UTM format before communicating with controller 506 .
  • ULTM-to-internal-messaging component 536 Upon receiving the UTM packets, ULTM-to-internal-messaging component 536 preferably converts the UTM packets to packets and commands which can be understood by management protocol 528 .
  • UTM-to-internal-messaging component 536 in essence comprises a UTM interface for controlling communications between server 508 and controller 506 , and an internal controller mechanism for controlling command and event notification dispatch to and from management protocol server 528 .
  • network attached controller 504 preferably includes an RPC-to-internal-messaging component 532 .
  • RPC-to-internal-messaging component 532 preferably is part of the network attached controller firmware which transports RPC transactions between the controller network port and the management protocol server 530 .
  • packets crossing the controller network port interface 538 conform to standard RPC commands.
  • the RPC commands are converted to the management protocol format 528 .
  • the combination of the RPC conversion agent 522 in server 508 and the UTM-to-internal messaging component 536 in proxy attached controller 506 is the functional equivalent of the RPC-to-internal-messaging component 532 of network attachment 504 . That is, RPC conversion agent 522 and UTM-to-internal-messaging component 526 effectively convert the RPC commands from management interface application 518 to the management protocol 528 format. However, with the proxy attached controller 506 , an additional protocol, preferably UTM between server 508 and controller 506 is used.
  • Controller Embedded DMI, SNMP and/or CIM Service Provider Embedded DMI, SNMP and/or CIM Service Provider.
  • Embedded service provider 534 in network attached controller 504 preferably is one or more software elements defined under the DMI, SNMP and/or CIM architectures.
  • the embedded service provider 534 is configured to mediate between managed objects, such as controller 504 , and a DMI, SNMP or CIM management application.
  • controller 504 can interface with a DMI, SNMP or CIM management application on network 502 .
  • DMI, SNMP and CIM management applications may reside within a separate management station, such as management station 512 , or the DMI, SNMP and CIM management applications may be applications or applets 520 which executes in the Java run-time environment of management station 510 .
  • a user preferably interfaces with the management station 510 via a discover-monitor application program 516 and a management interface application program 518 for each of the devices on the network.
  • both the discover-monitor application 516 and each of the management interface application programs 518 are Java programs or applets which run in a Java runtime environment.
  • discover monitor application screen 600 includes a management domain window 602 , a detailed information window 604 , a status indicator 606 and a status line 608 .
  • management domain window 602 presents a tree structured view of the complete management domain.
  • Lower level nodes 610 , 612 in the tree structure represent actual physical hardware devices such as servers, arrays, and other I/O devices.
  • lower level node or server 612 - 1 includes two storage arrays 610 - 1 and 610 - 2 attached thereto.
  • lower level node or server 612 - 2 includes a storage array 610 - 3 attached thereto.
  • the higher level nodes in the tree represent the location of the hardware devices.
  • the management domain is divided into two regions: a central region 618 - 1 and a southeast region 618 - 2 .
  • the domain is further broken into states 616 , for example, Kansas 616 - 1 and Colorado 616 - 2 . From there, the domain is further broken down into plant locations 614 , for example, in Colorado 616 - 2 , the illustrated company has locations in Colorado Springs 614 - 2 and Fort Collins 614 - 3 .
  • the management domain shows the servers, storage arrays and other devices which exist on the networks of those locations.
  • Detailed information window 604 preferably presents the detailed properties for each device in the management domain, based upon the particular node a user selects. Individual device nodes 610 , 612 or a higher level location nodes 614 , 616 , 618 may be selected. When a location is selected, the detailed information window preferably includes an entry for each device in the subtree rooted at the selected location. When a specific device node is selected, detailed information window 604 displays certain device specific attributes of the selected node. In addition, by double-clicking or selecting a specific device node, the device's associated management interface application program is launched.
  • Status indicator 606 preferably includes a high level indication of whether or not any of the devices in the management domain have problems that require attention. If all devices are in working order, the status indicator preferably will indicate “optimal”; if there is a problem somewhere in the management domain, the status indicator 606 preferably will show that one or more devices require attention. Preferably the devices that have a problem will be indicated in the management domain window 602 by a highlighted color of that device, or an appearance change of the device icon.
  • status line 608 preferably is an area for short pieces of context-sensitive information which the discover-monitor application program may wish to display.
  • the discover-monitor application screen illustrated in FIG. 6 and disclosed herein presents information in a certain way and includes specific information
  • the discover-monitor application screen may be designed and configured in any way.
  • the discover-monitor application screen may show additional information, or certain information that is displayed in the discover-monitor application screen of FIG. 6 may be eliminated.
  • the information may be presented in a different way.
  • the present invention is not limited to the specific embodiment of the discover-monitor application screen illustrated in FIG. 6.
  • screen display 700 of a management interface application or applet program is illustrated.
  • the management interface application program for that device is loaded into the management station, and a screen similar to screen 700 preferably is displayed.
  • Display 700 preferably includes a logical view window 702 and a physical view window 704 .
  • Logical view window 702 illustrates the logical composition and properties of the selected device (e.g., storage array).
  • the logical objects of the storage array are organized into a tree structure to make their interrelationships apparent.
  • Screen 700 illustrates an example of a typical set of logical objects, including volume groups 706 , volumes 708 , free capacity regions 710 , and unassigned capacity 712 .
  • Physical view window 704 preferably illustrates a view of actual hardware components in a particular device or storage array, e.g., controllers, drives, drive trays, disks, etc.
  • the physical view of the storage array displayed in physical view window 704 is an accurate graphical representation of the actual storage array device on the system. In this manner, the user can tell what the device looks like without being within visual range of the device.
  • components in need of repair or replacement preferably will be distinguished by color and/or appearance changes.
  • color or other visual differences may be used to indicate different roles or states of disk drives (i.e., assigned, unassigned, hot, spare, etc.).
  • management interface application screen 700 is not limited to the embodiment shown in FIG. 7. Additional information may be added, deleted, or the actual presentation of the information may vary. Thus, the present invention is not limited to the illustrated embodiment.
  • Flow diagram 800 is shown illustrating a start-up procedure for a discover-monitor application and a management interface application.
  • Flow diagram 800 includes client or management station elements 802 , server elements 804 , device controller elements 806 , and web server elements 808 .
  • an RPC-to-UTM Agent 810 automatically starts running on server 804 (step 8 A).
  • RPC-to-UTM Agent 810 preferably queries a database 812 on server 804 to determine which devices connected to server 804 (in this particular example, storage controllers) require RPC-to-UTM transport services (step 8 B).
  • database 812 stores a record for each device connected to server 804 .
  • the device records in database 812 preferably include a field which indicates whether the device requires RPC-to-UTM transport services.
  • RPC-to-UTM agent 810 starts an RPC connection listener 814 (step 8 C). While the illustrated embodiment shows only one RPC connection listener 814 , other connection listeners may be running on server 804 .
  • the user When a user wishes to begin the device management process, the user preferably starts-up management station 802 , which starts a browser session 816 (step 8 D).
  • the user preferably supplies the URL of the process discover-monitor applet to be run.
  • Browser 816 uses the URL to address an HTML page on web server 808 .
  • the URL may be stored in the browser or on the machine running the browser.
  • Browser 816 then contacts web server 808 's HTTP server 818 and asks that the discover monitor applet (DMA) be transferred to browser 816 (step 8 E).
  • DMA discover monitor applet
  • HTTP server 818 retrieves the DMA program from an applet repository 820 on web server 808 (step 8 F) and sends the DMA program to browser 816 (step 8 G).
  • HTTP server 818 may send an HTML page to browser 816 , notifying the browser of the location of the DMA program. Then, browser 816 preferably retrieves the DMA program from the specified location.
  • the location of the discover-monitor applet happens to be on web server 808 .
  • the discover-monitor applet may reside in a repository stored on one or more storage systems residing on the network.
  • the start-up process discussed herein refers to an HTTP server sending HTML pages to browser 816 , other start-up procedure may occur. For example, communication protocols and languages other then HTTP and HTML may be used.
  • the illustrated embodiment shows web server 808 being separate from management station 802 , the present invention may be configured so that web server 808 is part of management station 802 .
  • the discover-monitor applet 822 is invoked according to the standard browser of Java run-time environment protocol for starting an applet (step 8 H).
  • a user may utilize DMA 822 to discover each managed device connected to the network
  • the user preferably enters the device into DMA 822 , and DMA 822 then starts a monitor thread 824 for the entered device.
  • a monitor thread 824 for each device selected by the user.
  • discover-monitor applet 822 may be configured to automatically discover all the devices on the network. DMA 822 discovers all direct network attached devices and all servers on the network. Upon locating a server, discover-monitor applet 822 requests from the server a list of all storage controllers or devices it has associated with it. After locating all the devices on the network to be managed, DMA 822 starts a monitor thread 824 for each device (step 8 I).
  • the monitor threads 824 After initializing a monitor thread 824 for each discovered device, the monitor threads 824 preferably initiate a connection to their associated devices 806 by connecting to the RPC connection listeners 814 (step 8 J). As discussed above, RPC connection listeners preferably are started on one or more servers 804 for each device 806 connected to the servers and being monitored by the management station. Once monitor threads 824 are connected to RPC connection listener 814 , RPC connection listener then creates an RPC agent thread 826 for servicing the connection (step 8 K).
  • a management protocol server 828 is listening for management protocol requests.
  • Each management protocol server 828 is queried (via an RPC agent thread 826 ) for its associated device properties (step 8 L).
  • RPC agent thread 826 Using the information from this step 8 L, RPC agent thread 826 notifies monitor thread 824 of the device properties of the associated device 806 (step 8 M).
  • monitor thread 824 then updates DMA 822 with the device properties (step 8 N).
  • DMA 822 builds a device connection table, which gives, for each device, a list of connections into the device.
  • the connection-to-device map may be one-to-one, or many-to-one.
  • the device connection table may include information about which management application program is associated with each device.
  • discover-monitor applet 822 displays the discovered devices on a display screen from which device specific storage management applications may now be launched.
  • monitor thread 824 , and RPC agent threads 826 for each device may be configured to monitor each device 806 for configuration changes or other device events.
  • discover-monitor applet 822 prepares for event listening by starting a management protocol “event listener” thread, which detects events from the device via the “Hanging AEN” protocol.
  • Monitor thread 824 on management station 802 preferably acts as the event listener thread, and starts the hanging AEN event in much the same way as the other RPC agent threads are started.
  • event listener thread or monitor thread 824 in management station 802 establishes a connection to the RPC connection listener 814 in server 804 (step 8 J), which initiates an RPC agent thread 826 (step 8 K).
  • the agent thread 826 preferably is configured for hanging AEN listening, and thus, initiates a hanging AEN listen primitive on controller 806 , and in particular management protocol server 828 .
  • the hanging AEN listening threads exist until an event occurs on a device 806 .
  • the hanging AEN agent thread 826 will detect the change and notify monitor thread 824 of the change (step 8 M). Monitor thread 824 then will update the device characteristics of device 806 on DMA 822 which then displays the configuration change status on a display associated with DMA 822 (step 8 N). After the update, DMA 822 then will start another hanging AEN thread for that device.
  • flow diagram 800 also illustrates the start-up procedures for a management interface application.
  • discover-monitor application or applet 822 preferably discovers and lists all devices and/or storage systems connected on a network.
  • the devices will be storage system devices.
  • the user preferably double-clicks on one of the storage systems when viewing it in the discover-monitor application (DMA) screen (step 80 ).
  • DMA 822 preferably receives device property information about the selected storage system device from a device property storage area (not shown).
  • DMA 822 retrieves from applet repository 820 residing on web server 808 or some other location the management interface application program version specified in the device properties for the selected device (steps 8 P- 8 R).
  • the management interface application program is a Java applet which is loaded into and run on management station 802 using a web browser or other suitable Java run-time environment.
  • DMA 822 launches the management interface application 830 for the selected storage system (step 8 S).
  • management interface application 830 preferably starts a management interface application RPC handler 832 , which controls the communication of RPC commands between management application 830 and server 804 .
  • Management interface application RPC handler 832 then starts an RPC agent thread 834 on server 804 , which facilitates communication between management interface application 830 and device 806 (step 8 Y).
  • management interface application 830 retrieves the selected storage system's internal object organization residing on controller 806 of the storage system (step 8 Z). With this information, management interface application 830 knows how to connect to management protocol server 828 running in the storage system controller 806 .
  • the object graph received from storage system controller 806 identifies the objects comprising the storage array and their interrelationships.
  • management interface application 830 For each object in the object graph, management interface application 830 preferably initiates a proxy object to represent the storage system's object graph on management station 802 . That is, management interface application 820 stores a copy of the storage system's object graph on management station 802 , so it can access and display the object graph when necessary. After retrieving the storage systems organization and configuration, management interface application 830 displays the storage system's configuration on a display screen.
  • Management interface application 830 passes the change request to RPC handler 832 (step X), which issues the request to RPC agent thread 834 as an RPC command (step 8 Y).
  • RPC agent thread then encapsulates the RPC change request into a UTM packet and transmits the change to the controller of device 806 (step Z).
  • Device 806 preferably processes the change request and sends a status update information back to management interface application 830 . More detailed discussions of how configuration change requests are processed are discussed below in the sections entitled Volume Creation, Configuration Replication, and Long-Term Operations.
  • server 804 includes demultiplexing software for routing management commands to the proper device 806 attached to server 804 . Because devices 806 are attached to the network via server 804 , management commands directed to devices 806 are sent to the IP address of server 804 , not the IP address of the devices 806 . Thus, server 804 includes intelligence (preferably built in software) for directing the management commands to the proper RPC Connection Listener 814 and/or RPC Agent Threads 826 , 834 associated with the proper device 806 .
  • server 804 may include a device mapper for allocating IP addresses to the connected devices 806 .
  • the device mapper which preferably runs on server 804 , locates all devices 806 connected to server 804 . For each device 806 found, the device mapper allocates a dedicated TCP/IP port to it and saves the device-toport association in a device-to-port map.
  • discover monitor applet 822 When discover monitor applet 822 discovers all the devices 806 on the network, the device-to-port association is provided to DMA 822 from the device-to-port map located on server 804 . The DMA 822 then uses the device-to-port association to send management commands to a particular device 806 connected to server 804 .
  • FIG. 8 illustrates how discover-monitor applet 822 locates and communicates with devices (e.g., storage controllers) proxy connected to a network through a server. While not discussed herein, a similar procedure preferably is used to locate and communicate with devices direct attached to the network. However, as discussed above, the RPC-to-UTM agent server 810 is not needed in the network attached case because the network attached controller includes firmware for receiving and translating RPC commands directly.
  • Volume Creation Referring now to FIG. 9, a flow diagram 900 is shown illustrating the steps of creating a new volume on a storage system. If a user wishes to create a new volume on a storage system, the user preferably selects the new volume option shown on the display screen (step 9 A).
  • the management interface application 902 fetches a list of “volume candidates” from storage system controller 904 .
  • the storage system controller reports a list of volumes that can be created, given the current drive group configuration of the storage system (see step 9 B).
  • Management interface application 902 then displays the new volume candidates on display 906 to the user as “volume creation options” (step 9 C).
  • the user picks and possibly customizes one of the volume creation options (step 9 D).
  • This “new volume specification” is supplied as an input to the management interface application 902 .
  • the management interface application 902 converts the new volume specification input by the user into a “create volume” command which can be understood by the storage systems controller 904 (step 9 E).
  • Controller 904 creates a new volume, and records that event in an array event log 908 (step 9 F). As soon as the new volume is in a “committed”, usable state, the “create volume” command returns to management interface application 902 (step 9 G). The controller then reports a “configuration changed” event to listening clients (steps 9 H and 9 I).
  • flow diagram 900 illustrates, more than one management client may exist on the network. In the illustrated embodiment, there are two management clients, 902 and 910 . However, any number of management clients may exist on the network.
  • clients 902 , 910 When each of the clients 902 , 910 receive the “configuration changed” event, clients 902 , 910 preferably update their respective storage system screen displays 906 , 912 , showing that the new volume is in a state of “optimal-initializing” since, although usable, it does not have good parity (step 9 J and 9 K). Controller 904 then initiates parity initialization on the new volume. Since the new volume is reported as being in the “initializing” state, management clients 902 , 910 display a progress bar for the parity initialization task on display devices 906 , 912 (steps 9 N and 90 ).
  • Clients 902 and 910 periodically request progress data from controller 904 and use that information to update the displayed progress bar (steps 9 P and 9 Q).
  • controller 904 transmits a “configuration changed” event to clients 902 , 910 , indicating that the new volume is in the “optimal” state (steps 9 R and 9 S).
  • Clients 902 and 910 then indicate on display devices 906 and 912 , respectively, that the parity initialization task is complete (steps 9 T and 9 U).
  • Management clients 902 , 910 may display the task complete status in a variety of ways, including advancing the progress bar to 100%, dismissing the progress bar or displaying a message that the task is complete.
  • a flow diagram 1000 is shown illustrating the process of replicating a storage system configuration from one storage system to another.
  • a user preferably selects a source storage array and invokes a management interface application 1012 for that system (step 10 A).
  • the user uses the discover-monitor applet 1010 running on management station 1002 to invoke the management interface application 1012 .
  • the user selects a destination storage array which is to receive the source storage array's configuration, and invokes a management information application 1014 for that array (step 10 B).
  • the user preferably uses the discover-monitor applet 1010 in management station 1002 to invoke the destination storage system's management interface application 1014 .
  • the source storage system's management interface application 1012 preferably fetches the device configuration description for the source storage system from storage system 1004 , and in particular, controller 1016 (step 10 C), and writes it to file 1018 (step 10 D).
  • the destination storage system's management interface application 1014 is directed to “apply” the saved configuration description to the destination storage system 1006 (step 10 E).
  • destination storage system management interface application 1014 preferably displays a confirmation dialogue on display 1020 so that the user can confirm the application of the configuration description (step 10 F).
  • management interface application 1014 preferably retrieves the firmware that it needs for the destination device 1006 from a firmware repository 1022 residing on a web server 1008 or other suitable storage location (step 10 H). The selected firmware is then loaded into the destination device 1006 and, in particular, controller 1024 (step 10 I). Next, management interface application 1014 passes the rest of the configuration description to controller 1024 on destination device 1006 (step 10 J). Upon receiving the configuration description, the destination device 1006 then reconfigures itself, issuing “config change” events and “new task” events as appropriate (step 10 K).
  • any particular management command can be performed as a mass operation on a plurality of devices.
  • the mass operation model will be described herein as a mass configuration replication.
  • the present invention is not limited to the specific example.
  • a flow diagram 1100 of a mass configuration replication operation is shown.
  • a user 1110 preferably utilizes a discover-monitor application 1112 running on management station 1102 to select a source storage system 1104 and launch a management interface application 1114 for the selected source storage system 1104 (steps 11 A and 11 B).
  • user 1110 preferably selects a “generate config file” or other similar task from management interface applications 1114 task menu (step I 1 C).
  • Management interface application 1114 then will process the “generate config file” task by requesting and obtaining the configuration description of the source storage system 1104 from its controller 1116 (step 11 D).
  • Management interface application 1114 will then save the configuration description from the source storage system 1104 into a storage area 1118 (step 11 E).
  • user 1110 may edit the configuration description in storage area 1118 (step 11 F).
  • the editing function may be performed using discover-monitor applet 1112 , management interface application 1114 , or another suitable editing application program which may reside on management station 1102 .
  • user 1110 After the configuration description is finalized, user 1110 preferably selects the mass operation function on discover-monitor applet 1112 (step 11 G).
  • Discover-monitor applet 1112 retrieves the configuration description from storage area 1118 (step 11 H), and then loads from a second storage area 1120 a list of storage systems on the network which may be destination systems to receive the mass configuration operation (step 11 I).
  • Discover-monitor applet 1112 displays the list of storage systems on the network on a display device 1122 (step 11 J).
  • User 1110 preferably selects the storage systems which it would like updated with the source configuration description (step 11 K), and discover-monitor applet 1112 then launches management interface applications 1124 - 1 to 1124 -N for each of the selected storage systems (step 11 L).
  • each of the management interface applications 1124 retrieves a firmware set from firmware repository 1128 in server 1108 or other suitable storage location (step 11 M), and applies the controller firmware set to the controller 1126 of the appropriate destination device 1106 (step 11 N).
  • management interface application 1124 - 1 preferably retrieves a firmware set and applies it to controller 1126 - 1 of destination storage system 1106 - 1 .
  • management interface application 1124 - 2 retrieves a firmware set and applies it to controller 1126 - 2 of destination device 1106 - 2 , and so on.
  • each of the management interface applications 1124 send the configuration description to the destination devices 1106 and their controllers 1126 (step 11 O). Controllers 1126 receive the configuration description, perform the configuration change operation(s) and then pass back “configuration” and “new task” events to the management interface applications 1124 (step 11 P).
  • error checking typically is performed to determine whether the destination device is compatible with the configuration description. That is, whether the particular hardware of the destination storage system can accept and implement the configuration set forth in the configuration description.
  • the software in the controller should be checked to determine if it can perform the functions required to implement the configuration update.
  • an error checking routine 1200 as illustrated in FIG. 12 may be used.
  • Error checking routine 1200 preferably comprises a hardware check module 1202 which retrieves hardware configuration restraints from the configuration description 1204 (step 12 A).
  • hardware check module 1202 preferably retrieves the target or destination hardware configuration 1206 from the destination hardware device (step 12 B).
  • Hardware check module 1202 then performs a check to determine whether the hardware target configuration is compatible with the configuration restraints from configuration description 1204 . That is, hardware check module 1202 determines whether the target or destination hardware device can be configured according to the hardware configuration restraints. If not, hardware check module 1202 displays an error message on a display 1208 (step 12 C). If there is no error, the error check routine moves on to software check module 1210 (step 12 D).
  • Software check module 1210 preferably retrieves the configuration specification 1212 from configuration description 1204 (step 12 E), as well as the destination device's software version specific rules 1214 (step 12 F).
  • the destination device's software version specific rules preferably set forth the functions which the destination device's software can perform. If the device's software version cannot perform a particular configuration update, software check routine 1210 displays an error on display 1208 (step 12 G). If the software can perform the configuration change, the error routine moves on to the apply configuration module 1216 (step 12 H).
  • Apply configuration module 1216 preferably retrieves the configuration specification 1212 from description 1204 (step 12 I) and uses it to perform the configuration change (step 12 J).
  • the apply configuration module 1216 comprises the discover monitor applet, management interface applications, and other management application programs discussed above with reference to FIGS. 9, 10 and 11 above.
  • error routine set forth in flow diagram 1200 is described in the context of a configuration replication example, one skilled in the art will appreciate that the error routine or a similar error routine may be performed on any mass operation management function.
  • the error routine set forth in FIG. 12 and described herein may be performed on other non-mass operation management functions, such as the volume creation example illustrated in FIG. 9 and the configuration replication example illustrated in FIG. 10.
  • a flow diagram 1300 is shown illustrating the process of a managed device reporting events to a management station.
  • a management station (not shown) preferably sends a “connect” command to server 1302 and more specifically to RPC-to-UTM agent server 1306 (step 13 A).
  • RPC-to-UTM agent server 1306 After receiving the “connect” command, RPC-to-UTM agent server 1306 preferably creates an RPC-to-UTM agent thread 1308 to service the connection (step 13 B).
  • the RPC-to-UTM agent thread preferably is a dedicated hanging asynchronous event notification (AEN) listener.
  • the management station preferably issues an RPC command, such as a “GetConfigChangeInfo” command or the like to the RPC-to-UTM agent thread 1308 (step 13 C).
  • RPC-to-UTM agent thread 1308 converts the “GetConfigChangeInfo” RPC packet or other suitable command packet into a UTM buffer and forwards it on to storage system 1304 as a UTM transaction (step 13 D).
  • storage system 1304 includes a controller 1310 and a UTM-to-internal-messaging component 1312 .
  • UTM-to-internal-messaging component may be a process for run within controller 1310 .
  • UTM-to-internal-messaging component 1312 preferably receives the “GetConfigChangeInfo” command via UTM and starts a hanging AEN event 1314 (step 13 E).
  • the hanging AEN event is an event 1314 which waits for an event notification from the storage system before any status is returned to server 1302 , and the management station.
  • controller 1310 delivers an event notification to UTM-to-internal-messaging component 1312 (step 13 F).
  • UTM-to-internal-messaging component 1312 configures the event notification information into a suitable UTM packet and retrieves the “GetConfigChangeInfo” call from its hanging status (step 13 G).
  • UTM-to-internal-messaging component 1312 then returns the event notification information as a UTM packet or buffer 1316 to the RPC-to-UTM agent 1308 (step 13 H).
  • the AEN listener in RPC-to-UTM agent 1308 extracts the event information from the UTM buffer 1316 (step 13 I), and then writes the event information to a RPC message buffer 1318 (step 13 J).
  • RPC-to-UTM agent 1308 then returns the “GetConfigChangelnfo” RPC function to the management station along with the event notification information in buffer 1318 (step 13 K).
  • the management station sends another “GetConfigChangeInfo” function call in order to start the event notification process again (step 13 L).
  • the RPC-to-UTM agent 1308 then sends the “GetConfigChangelnfo” command in UTM format to UTM-to-internal messaging component 1312 in storage device 1304 (step 13 M).
  • the hanging AEN event will then initiate until another notification occurs.
  • the event notification example illustrated in FIG. 13 and disclosed herein refers to a “GetConfigChangeInfo” command issued by the management station.
  • the “GetConfigChangeInfo” command is merely an example of a specific command that may be used and that any other suitable command which server 1302 and storage system 1304 can interpret as a command to begin the event notification process can be used.
  • the example illustrated in FIG. 13 is an event notification example for a proxy attached storage system connected to a network through a server.
  • a similar event notification process can be used with a network attached storage system, except that instead of the RPC command first being converted to UTM before being sent to the storage system, the network attached storage system will receive the “GetConfigChangeInfo” command in RPC form from the management station and processors it accordingly. That is, a RPC-to-internal messaging component receives the command and starts the managing AEN event.
  • a managed entity such as a storage system or other suitable I/O device on a network undergoes a configuration change
  • the configuration change for that managed device is broadcast to all management entities on the network.
  • a given network can have a number of management entities such a one or more management stations in accordance with the present invention, as well as DMI, SNMP or other third party management stations.
  • DMI digital twin
  • SNMP network management protocol
  • a flow diagram 1400 is shown illustrating a process in which a managed entity 1404 informs all management entities 1402 on a system of configuration changes.
  • a role of the management entity 1402 is to keep and maintain an internal representation of the state of managed entities 1404 on the system.
  • This internal representation of a managed entity 1404 is referred to as an “object graph.”
  • Management entity 1402 builds the object graph by importing state information from managed entity 1404 .
  • the managed entity 1404 preferably transmits an entirely new object graph to management entity 1402 .
  • Management entity 1402 uses the new object graph to update the visual representation of the managed entity on a display screen.
  • management entities 1404 instead of transmitting entirely new object graphs to management entity 1402 when a configuration changes, management entities 1404 preferably update the object graphs in management entity 1402 by transmitting call back deltas. These deltas specify the specific part(s) of the object graph which have changed, so that as small changes to the object graph are made, only the information about the small changes to the object graph are sent to management entities 1402 , not completely new objects graphs. This allows the object graph changes to be localized, and thus, state information transfers minimized.
  • the object graph of that storage system or managed entity is typically displayed on the management station.
  • changes to the managed entity are performed by a management station, such as volume creation (FIG. 9) or configuration changes (FIGS. 10 - 12 )
  • the new configuration information typically is transmitted back to the management station requesting that change when the configuration change is complete.
  • the updated object graph deltas are independent from the configuration change requests. That is, when a management station issues a configuration change command, it does not wait for the command to finish before performing other tasks.
  • the management station preferably issues an event notification session as discussed above with reference to FIG. 13, and receives object graph update deltas via that path.
  • all other management stations also will have event notification sessions running, so that they also will receive the object graph update deltas when the updates occur. In this manner, all management stations are updated with configuration change information as the changes occur or shortly thereafter.
  • the management station issuing the change request is not held-up, waiting for the change to occur.
  • the management entity preferably includes a user interface 1502 , which allows a user to visualize the configuration and status of the managed devices on the system, as well as issue management commands such as volume changes, configuration changes, and/or error recovery commands, to name a few.
  • user interface 1502 displays an object graph 1504 of the particular managed device.
  • the user using interface 1502 , preferably issues one or more configuration change commands from a command issuer 1506 . As illustrated in FIG.
  • the management entity preferably includes an event notification receiver 1508 , which is configured to receive that information.
  • the managed device issues update notifications to all management entities on the system/network.
  • the management entities receive these notifications via event notification receiver 1508 .
  • the update notifications from the managed devices may comprise entirely new object graphs from the managed devices, or the update notifications may be configuration deltas which merely reflect the change in the configuration.
  • the first model involves a command which only takes a short time to complete.
  • the storage system controller can return status of the short-term configuration request to the requester, as well as other management devices in a system in near real time.
  • the second model involves a request that requires an extended time to complete. For example, a complete reformat or re-layout of data on a storage system.
  • the problem with an extended time to complete type request is that the user expects to see a progress indication of the command request to avoid uncertainty of a “hung” system.
  • a management station will not be freed until the storage array “commits” a particular request or transaction.
  • the transaction typically is “durable”.
  • a durable transaction means that the storage system guarantees that subsequent faults or interruptions on the storage system will not affect the results of the transaction.
  • just because a particular transaction is durable does not mean that the storage system has finalized processing of the transaction, and thus, updated its configuration.
  • a transaction can commit early, but the transaction may still have residual activities that go on within the storage system after the storage array has committed the transaction. These residual activities do not affect object durability, but may affect object state. That is, the transaction request may be durable, but the storage system reconfiguration may not be complete.
  • a flow diagram 1600 is shown illustrating a method of processing long-lived operations.
  • a host or a management station preferably issues a long-lived operation request, such as a storage system drive reconfiguration, or the like, to a managed device's controller (step 1602 ).
  • the managed device preferably is a storage system.
  • any suitable managed device on a network may perform the long-lived processing operation of the present invention.
  • the controller of the storage system receives the request (step 1604 ), processes the request, and makes necessary state changes to make the long-lived operation “durable” (step 1606 ). While the storage system controller is processing the request, and making the operation durable, the management station preferably waits for a response from the controller indicating that the request is durable (step 1608 ). After the long-lived operation is durable in the storage system controller, the controller preferably returns status to the management station (step 1610 ). The management station receives the return status as complete (step 1612 ) and displays a status complete dialogue to the user requesting the long-lived operation (step 1614 ).
  • the controller continues to process the long-lived operation (step 1616 ) and send status updates of the operation to the management station or host (step 1618 ).
  • the management station receives the status updates and preferably updates the completion status dialogue object displayed on the screen of the management station (step 1620 ). Steps 1618 and 1620 continue until the long-lived operation completes. Once the long-lived operation completes, the storage system controller sends a completion message to the management station (step 1622 ).
  • the management station Upon receiving the completion message from the controller, the management station notifies the user that the operation is complete (step 1624 ).
  • the management station may inform the user that the operation is complete in a number of ways, including showing the completion status percentage as 100%, issuing a dialogue stating that the operation is complete, or ending the process. In any event, any particular status completion message may be used.
  • step 1620 Even though in step 1620 the management station receives status updates, and updates the completion status dialog on the management station screen, the management station is not frozen while waiting for the completion of the long-lived operation. That is, even though the management station displays the status information, a user may perform other tasks with the management station while the long-lived operation is processing.
  • the management station receives the message that the long-lived operation is “durable” even if the storage system fails, for example, due to power loss or some other mechanical error, the long-lived operation will be processed when the failed device is brought back on-line.
  • the management station preferably does not ever have to issue the long-lived operation request again, regardless of what happens to the controller.
  • the present invention provides methods and apparatus for managing I/O devices on a network. While a detailed description of presently preferred embodiments of the present invention have been given above, various alternatives, modifications and equivalents will be apparent to those skilled in the art For example, while most of the examples given herein refer to storage systems, any suitable I/O device residing on a network may be managed using the methods and apparatus of the present invention without varying from the spirit of the invention.
  • preferred embodiments of the present invention are disclosed herein as using Java applets and Java compliant browsers or run-time environments to process the Java applets, any suitable computer language and processing environment may be used. Therefore, the above description should not be taken as limiting the invention which is defined by the appended claims.

Abstract

A system and method for monitoring and managing devices on a network. The system and method preferably comprises a proxy server connected to the network and a managed device connected to the proxy server. The system further comprises storage means for storing a device management application program associated with the managed device, and a management station in communication with the managed device via the proxy server and in communication with the storage means. The management station preferably is configured to retrieve the device management application program from the storage means and process the device management application program. As the management station processes the device management application program, the management station is able to monitor and manage the managed device. In particular, the management station can send management commands to a controller of the managed device via the proxy server, and the management station can receive notifications from the managed device, also via the proxy server.

Description

    CROSS-REFERENCES TO RELATED APPLICATIONS
  • This application is being filed concurrently with related U.S. patent applications: LSI Logic Docket Number 98-054, entitled “Methods and Apparatus for Issuing Updates to Multiple Management Entities”; LSI Logic Docket Number 98-049, entitled “Methods and Apparatus for Performing Mass Operations on a Plurality of Managed Devices on a Network”; LSI Logic Docket Number 98-068, entitled “Methods and Apparatus for Managing Heterogeneous Storage Devices”; LSI Logic Docket Number 98-110, entitled “Methods and Apparatus for Committing Configuration Changes to Managed Devices Prior to Completion of the Configuration Change”; LSI Logic Docket Number 98-112, entitled “Platform Neutral Data Storage Management Method and Apparatus”; and LSI Logic Docket Number 98-111, entitled “Apparatus and Method for a Computer Management Storage System”, all of which are incorporated herein by reference.[0001]
  • BACKGROUND OF THE INVENON
  • The present invention relates generally to methods and apparatus for managing devices on a network, and more particularly to a network based system and software for monitoring and managing devices that are not attached directly to the network, but are proxy attached to the network via another device. [0002]
  • Network computing systems typically require a variety of devices to construct and maintain a working storage system. In addition, companies with large networks typically have a number of different storage systems, many of which can be manufactured by different companies and/or run on different versions of operating software. Storage system devices may include, but are not limited to, host adapters, I/O chips, disk enclosures, and bridge controllers, to name a few. [0003]
  • Each of these components traditionally are managed by proprietary software that is supplied by its manufacturer. In addition, there are a number of third parties which have developed network management frameworks, such as Hewlett-Packard's Open View, IBM's NetFinity, and Computer Associates' Unicenter. Unfortunately, however, while these third party frameworks provide great benefit to the management of applications, servers, and network equipment, they have little success in managing storage devices because no single standard exists for configuring and monitoring storage devices produced by different manufacturers, as well as different versions of storage devices produced by the same manufacturer. Standards such as desk top management interface (DMI) and simple network management protocol (SNMP) are able to manage simple devices such as host adapters and the like, but they fall short when applied to complex devices such as disk array controllers. As one skilled in the art will appreciate, it is not likely that a standard for managing disk array controllers will be created in the future, because unlike host adapters and disk subsystems, each disk array vendor is constantly releasing proprietary features to distinguish itself in the marketplace. It is well known in the art that devices, such as storage systems, can connect directly to the network using, for example, an ethernet or other suitable network adapter. Each device connected directly to the network has an IP address identifying itself on the network. Thus, devices communicating with these direct attached devices easily can locate them because of their unique IP addresses. [0004]
  • As one skilled in the art will appreciate, many devices, such as low end storage systems, or the like, do not connect directly to the network, but are connect to a server or other workstation via PCI, SCSI, fibre channel, USB, firewire, or the like. Thus, the only attachment to the network that these devices have may be through the proxy server device. Accordingly, it is difficult for other devices on the network to locate these devices, because they don't have network IP addresses. Only the proxy server attached to the network has an IP address. It is particularly difficult to manage these proxy attached devices with online management frameworks, because the management stations cannot send suitable management commands to the proxy attached devices. Thus, what is needed is a management framework which can locate these proxy attached devices, and a system which can communicate management commands between a management station the proxy attached devices. [0005]
  • SUMMARY OF THE INVENTION
  • According to the invention, a system and method for monitoring and managing devices on a network. The system and method preferably comprises a proxy server connected to the network and a managed device connected to the proxy server. The system further comprises storage means for storing a device management application program associated with the managed device, and a management station in communication with the managed device via the proxy server and in communication with the storage means. The management station preferably is configured to retrieve the device management application program from the storage means and process the device management application program. As the management station processes the device management application program, the management station is able to monitor and manage the managed device. [0006]
  • In accordance with one preferred embodiment of the present invention, the managed device preferably is connected to the proxy server by a suitable communication connection. The communication connection may comprise peripheral component interconnect (PCI), small computer system interface (SCSI), universal serial bus (USB), fiber channel, firewire and the like. [0007]
  • In accordance with yet another embodiment of the present invention, the managed device preferably includes a controller for controlling the managed device. In accordance with this particular aspect of the present invention, when the management station processes the device management application program, the management station is able to send management commands to the controller via the proxy server. Preferably, the managed device is a storage system. [0008]
  • In accordance with yet another embodiment of the present invention, the proxy server preferably includes a device mapper which locates devices connected to the proxy server and assigns a TCP/IP port to each of the devices. Thus, when the device management application program of the management station sends management commands to the controller of the managed device, the device management application program first sends the management commands to the proxy server, and the device mapper in the proxy server routes the management commands to the managed device. [0009]
  • In accordance with yet another embodiment of the present invention, the device management application program preferably communicates with the proxy server using a first communication protocol, and the proxy server communicates with the managed device using a second communication protocol. Thus, the proxy server includes a protocol converter for converting communication messages directed from the device management application program to the managed device from the first communication protocol to the second communication protocol, and for converting communication messages directed from the managed device to the device management application program from the second communication protocol to the first communication protocol. Preferably, the first communication protocol is remote procedure call (RPC) and the second communication protocol is universal trasport mechanism (UTM), and the protocol converter comprises an RPC-to-UTM conversion application. [0010]
  • A more complete understanding of the present invention may be derived by referring to the Detailed Description of Preferred Embodiments and claims when considered in connection with the figures, wherein like referenced numbers refer to similar items throughout the figures.[0011]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a schematic diagram of a network having various storage systems and storage management stations; [0012]
  • FIG. 2 is a schematic diagram of a network having a management station, which accesses management application programs stored in an application repository storage area connected to the management station; [0013]
  • FIG. 3 is a schematic diagram of a network having a management station, which accesses management application programs stored in an application repository storage area connected to a network; [0014]
  • FIG. 4 is a schematic diagram of a network having a management station, which accesses management application programs stored on the storage system or device being managed by the management station; [0015]
  • FIG. 5 is a block diagram illustrating various devices residing on a network and their associated software components; [0016]
  • FIG. 6 is a drawing of a sample user interface screen of a discover-monitor application program; [0017]
  • FIG. 7 is a drawing of a sample user interface screen of a storage system management application program; [0018]
  • FIG. 8 is a flow diagram illustrating start-up processes of a discover-monitor application program and a storage system management application program; [0019]
  • FIG. 9 is a flow diagram illustrating a process of creating a volume on a storage system; [0020]
  • FIG. 10 is a flow diagram illustrating a process of replicating the configuration of one storage system to another storage system; [0021]
  • FIG. 11 is a flow diagram illustrating a process of performing a mass operation on multiple storage systems on a network; [0022]
  • FIG. 12 is a flow diagram illustrating a validity checking scheme performed by the process of FIG. 10; [0023]
  • FIG. 13 is a flow diagram illustrating a process of reporting events from a storage system to a management station; [0024]
  • FIG. 14 is a flow diagram illustrating a process of a managed entity broadcasting configuration updates to a plurality of management devices; [0025]
  • FIG. 15 is a flow diagram illustrating how a management device issues management commands to managed entities and receives configuration update information from managed entities; and [0026]
  • FIG. 16 is a flow diagram illustrating a process of committing configuration changes prior to the completion of a long term event.[0027]
  • DESCRIPTION OF THE SPECIFIC EMBODIMENTS Introduction
  • The present invention relates generally to methods and apparatus for managing devices on a network. More particularly, the present invention relates to a system and software for monitoring, configuring and managing heterogeneous storage systems on a network using a single management application residing on one or more management stations. [0028]
  • While the present invention disclosed herein refers particularly to storage systems, it should be appreciated that the management systems and applications of the present invention can be used to manage a wide variety of devices on a network, including workstations, servers, and other suitable I/O devices. Thus, the present invention relates to a management system and applications which have a single user interface for managing network devices, and which can interact with currently existing management frameworks, such as Hewlett-Packard's OpenView, IBM's NetFinity and Computer Associates' Unicenter, to name a few. Finally, the present invention preferably utilizes platform-independent technologies, such as Java and Java run-time environments, so that the particular network architecture, and workstation and server platforms on the network are irrelevant. [0029]
  • System Overview
  • The present invention comprises a device-independent management framework which supports device-specific management applications. The framework preferably comprises an application that implements a common graphical user interface that is used to manage all I/O devices in an enterprise or on a network. Preferably, at the start of a day, the management framework discovers all I/O devices in the enterprise and displays them, either by physical connectivity, or by logical association. The discovery process can be conducted manually by a user, or it can occur automatically. For each distinct device type being managed or configured, a unique management application preferably is loaded, thus giving the framework the ability to understand device-specific management tasks. Finally, because the architecture gives the management framework the ability to communicate with all I/O devices on the enterprise, operations such as “firmware upgrades” may be performed en mass to common device types. [0030]
  • Referring now to FIG. 1, a [0031] system 100 is shown embodying the present invention. In particular, system 100 preferably comprises a local area network 102, a plurality of storage systems 104-110, an I/O management station 112, a desktop management interface (DMI) management station 114, and a simple network management protocol (SNMP) management station 116. In addition, network 102 may be connected to other enterprise or company networks located in remote areas either via direct telephone links or, as illustrated in FIG. 1, through a larger network, such as the Internet 118, or the like. For simplicity, FIG. 1 merely shows network 102 being connected to a storage management station 120 through Internet 118, but as one skilled in the art will appreciate, storage management station 120 may be a single device connected to Internet 118, or storage management station 120 may be a device on a network in a remote location connected to network 102 via the Internet. In any event, the purpose of FIG. 1 is to illustrate that the management framework of the present invention may be used on local area networks, as well as on wide area networks and with remote access devices.
  • Storage systems [0032] 104-110 may comprise any suitable storage system, such as file servers, disk farms, RAID systems, and the like. In addition, the storage systems may comprise controllers which connect directly to network 102 or the storage systems may be connected to network 102 through a computer server. FIG. 1 illustrates a number of different types of storage system configurations which may reside on a network. However, the configurations illustrated in FIG. 1 do not illustrate all the storage system configurations, and thus, the present invention is not limited to the illustrated embodiments.
  • Still referring to FIG. 1, the various embodiments of storage systems [0033] 104-110 illustrated in FIG. 1 will now be discussed. In particular, storage system 104 preferably comprises a RAID storage system which includes a server 122 and a plurality of disk drives 124 connected to server 122. In accordance with this particular embodiment, the processor of server 122 preferably acts as the RAID control device for storage system 104. In this manner, the RAID control software preferably is stored, either on disks 124 or within internal storage of server 122 and is processed by server 122 during operation of the storage system Disks 124 may be connected to server 122 by any number of connection means 126, such as fiber channel, SCSI, PCL USB, Firewire, or the like. Server 122 preferably is connected to network 102 via well-known network connection means.
  • Like [0034] storage system 104, storage systems 106 and 108 also preferably comprise RAID storage devices. However, instead of the server acting as the controller for the RAID storage system, the storage systems preferably include their own controllers 128 and 130, which preferably are connected to servers 132 and 134 via PCI bus connections 136 and 138, respectively. Thus, the storage system control functions for storage systems 106 and 108 preferably are performed by controllers 128 and 130, respectively. While controllers 128 and 130 are illustrated as being separate from the RAID disk farm or disk array 140, one skilled in the art will appreciate that controllers 128 and 130 may reside within the enclosure of disk farm 140. Alternatively, controllers 128 and 130 may be configured as co-processors within servers 132 and 134, respectively.
  • As illustrated in FIG. 1, [0035] controller 128 of storage system 106 and controller 130 of storage system 108 are not connected directly to network 102, but are connected to the network via servers 132 and 134, respectively. With this particular configuration, it is difficult for a management device to locate the storage system controllers 128, 130 connected to servers 132, 134, and thus, it is difficult to send management commands to the storage system controllers. However, as discussed in more detail below, servers 132 and 134 preferably include a layer of software which converts requests from the I/ O management stations 112, 120 into command packets which are delivered to controllers 128 and 130 and which can be understood and processed by the controllers.
  • [0036] Storage system 110 also preferably comprises a RAID storage system having an independent RAID storage controller 142. However, in this particular embodiment, storage controller 142 preferably includes a network attachment means 144, so that it can attach directly to network 102. In addition, as illustrated in FIG. 1, controller 142 may be connected to a server 146 via a proxy I/O bus 148, such as a SCSI or Fibre Channel bus. In this manner, storage management stations 112, 120 can issue management commands directly to storage controller 142 via network 102, or they can issue management commands through server 146 and across proxy I/O bus 148. As with the PCI attached controllers in storage systems 106 and 108, if access to controller 142 is through server 146 and across proxy I/O bus 148, server 146 preferably includes a layer of software configured to convert requests from storage management stations 112, 120 to command packets which can be received and processed by controller 142. While controller 142 appears to be separate from the RAID storage device 150, one skilled in the art will appreciate that controller 142 may be configured within the disk enclosure of device 150.
  • As illustrated in FIG. 1, in addition to [0037] storage management stations 112, 120, system 100 also may include other network management devices, such as a desktop management interface (DMI) management station 114 and a simple network management protocol (SNMP) management station 116. In addition, other third party management stations, such as Hewlett-Packard's OpenView, Computer Associates' Unicenter, IBM's NetFinity, and/or Microsoft's Microsoft Management Console, may be attached to network 102. Thus, the present invention is not limited to the illustrated embodiment.
  • In accordance with a preferred embodiment of the present invention, I/[0038] O management stations 112, 120 may comprise any suitable computer workstation running on any operating system platform. For example, I/ O management stations 112, 120 may run on Microsoft's Windows or NT platforms, Apple's Macintosh platform, a Unix platform, or the like. Thus, in order for I/ O management stations 112, 120 to process the management applications associated with each of the storage systems regardless of the I/O management station platform, it is preferable that I/ O management stations 112, 120 are equipped with a Java-compliant web browser or other suitable Java run-time environment. Thus, as one skilled in the art will appreciate, if the management application programs for each of the storage systems are written in Java, the operating system environment of I/ O management stations 112, 120 is irrelevant. That is, the Java applications can run in any environment, as long as it is a Java-compliant environment.
  • Referring now to FIG. 2, a more simplified version of a [0039] management system framework 200 is illustrated. System 200 preferably comprises a network 202 with a plurality of managed devices 204-1 to 204-N connected thereto. In accordance with this particular embodiment of the present invention, managed devices 204 may comprise storage systems or other suitable I/O devices. In addition, an I/O management station 206 preferably is connected to network 202 and configured to monitor, configure, and manage devices 204 on the network.
  • As illustrated in FIG. 2, device [0040] 204-1 preferably includes control software which uses a management application interface program labeled “A.” Similarly, devices 204-2 and 204-3 run control software which use a management interface application program labeled “B.” Finally, device 204-N preferably runs control software which uses a management interface application program labeled “X.” In addition, system 200 preferably includes a storage system 210 which comprises a management applet repository 212 for holding a plurality of management interface application programs 214. As discussed briefly above, management interface application programs 214 preferably are Java applets which can be run in any suitable Java run-time environment.
  • In accordance with one aspect of the present invention, [0041] applet repository 212 may reside in internal storage of management station 206, or storage system 210 may be an external storage system connected directly to management station 206 via communication link 216. Communication link 216 may comprise any suitable communication link between a work station and a storage system such as PCI, SCSI, Fiber channel, USB, Firewire, or the like. Moreover, in accordance with an alternative embodiment of the present invention and as illustrated in FIG. 3, storage system 210 may be connected to network 202 via a suitable network connection 218. In accordance with this aspect of the invention, management station 206 preferably communicates with storage system 210 through network 202; for example, along communication path 220.
  • In accordance with one embodiment of the present invention, a user can direct [0042] management station 206 to discover all the devices on the network which are to be managed by the management station and displays the devices on the management station display; i.e., a somewhat manual discovery process. In accordance with another embodiment of the present invention, during the start-up of management station 206, management station preferably runs an application 208 which automatically locates all devices 204 residing on network 202, and displays the list of devices on management station 206. Thus, when management station 206 is directed to manage, monitor or configure a device 204 on network 202, management station 206 preferably uses information obtained during the locate process to match a particular device 204 with the appropriate management application 214 residing in repository 212. Once a match is made, management station 206 preferably retrieves the appropriate management application 214 and processes it on the station. As discussed in more detail below, the retrieved management application 214 then performs the necessary functionality to manage, monitor, and/or configure the particular device. Each management interface application program 214 preferably is configured to communicate with and direct the controller, and in particular the control software, of the associated device 204. For example, management interface application program 214-A is specifically designed to monitor and communicate management and/or configuration commands to device 204-1. Similarly, management interface application program 214-B is configured to monitor and communicate management and/or configuration commands to devices 204-2 and 204-3, and management interface application program 214-X is configured to monitor and communicate management and/or configuration commands to device 204-N. With this particular configuration, if at some later time a managed device 204 is updated to a new level of software that requires a different management interface program 214 to manage that device, or if a new managed device 204 of a different device type is added to the system, the software residing in the updated managed device or the new managed device will indicate the particular management interface application program 214 with which it is compatible. Thus, management station 206 will be able to determine which management information application program 214 residing in repository 212 should launch for a given managed device 204 on network 202.
  • In accordance with a preferred embodiment of the present invention, when the control software of a managed [0043] device 204 is updated, for example to a new version, preferably a new management interface application program is added to the management interface application program repository to go along with the updated control software.
  • In accordance with an alternative embodiment of the present invention, it may be preferable to only update small portions of the control software at any one time. For example, aspects of an array device that may be updated include individual object revision definitions for drive groups, drives, volumes, redundant controllers, storage systems, and the like. Thus, if only small revisions are made to the control software of a [0044] device 204, only small modifications need to be made to the management interface application program 214. Alternatively, instead of changing the management interface application program 214, a new management interface application program 214 may be added to repository 212 and may be run with the original interface application program, so that when the two management interface application programs are run together, they will be compatible with the updated control software of the device.
  • In accordance with another embodiment of the present invention, instead of the management interface application programs residing in a separate repository as illustrated in FIG. 2, the I/O device itself may act as the repository for the management interface program for that device. Referring now to FIG. 4, [0045] system 400 is illustrated in which the management interface application programs for a particular device actually reside on that device. In accordance with this embodiment of the present invention, system 400 preferably comprises a network 402, an I/O device 404, such as a storage system, and a management station 406.
  • While [0046] device 404 may be any suitable I/O device, for the purposes of this example, device 404 preferably is a RAID storage system. Accordingly, RAID storage system 404 comprises a RAID controller 406 and a plurality of storage drives 408. Preferably, a management interface application program for RAID device 414 is stored in an area 410 on one or more of drives 408. Thus, when management station 406 discovers RAID device 404 on network 402, RAID device 404 and in particular RAID controller 406, preferably passes the management interface application program from area 410 on drives 408 to management station 406 across network 402. To facilitate this transfer, RAID controller 406 preferably includes an application 412 which allows it to act as an embedded web server, giving it the ability to pass the management interface application program to management station 406 using a web server protocol, such as HTTP or the like. In this manner, RAID controller 406 will act like any other web server on a network or on the Internet, passing HTML or Java byte code programs to a work station having a web browser or other suitable Java run-time environment.
  • System Software Components
  • Referring now to FIG. 5, software components of a [0047] management system 500 now will be discussed. In accordance with the embodiment of the present invention illustrated in FIG. 5, system 500 preferably comprises a network 502, a network attached I/O device 504, a proxy attached I/O device 506 attached to network 502 via server 508, an I/O management station 510, and one or more third party management frameworks 512. While I/ O devices 504 and 506 may comprise any suitable I/O device on a network, for the purpose of this example, I/ O devices 504 and 506 preferably comprise RAID storage systems. In addition, as illustrated in FIG. 5, other manageable devices 514 may be connected to server 508. The other manageable devices 514 may comprise any suitable peripheral device, such as a host bus adapter, just a bunch of disks (JBOD), a SCSI device, or the like.
  • The following discussion sets forth software elements which preferably reside within each of the devices on [0048] system 500. While system 500 is described herein as having a network attached RAID device 504, a proxy attached RAID device 506, and a server 508, one skilled in the art will appreciate that other I/O device connections to network 502 may be used; for example, the other network attachment configurations illustrated in FIG. 1 and disclosed above. Thus, the present invention is not limited to the configuration of FIG. 5.
  • Management Station Software Components [0049]
  • Discover-Monitor Applet [0050]
  • As mentioned briefly above, [0051] management station 510 preferably comprises a Java compliant web browser, or alternatively, another suitable Java run-time compliant environment for running Java applet programs. Preferably one of the application programs which management station 510 processes is a discover-monitor application or applet 516. Discover-monitor applet 516 preferably is a Java applet which is stored in nonvolatile memory in management station 510, or in an applet repository residing on network 502. Preferably, discover-monitor applet 516 can run under either a Java compliant web browser or under an operating system's Java run-time environment.
  • Discover-[0052] monitor applet 516 performs, inter alia, the following functions:
  • (1) Discovering managed devices on [0053] network 502 and presenting them on the management station display;
  • (2) Understanding and maintaining an association between the discovered managed devices and the specific management interface application program it requires; [0054]
  • (3) Providing a user interface for invoking the management interface application program for a particular managed device, which in turn, presents a more detailed interface for managing the device; and [0055]
  • (4) Listening for events from discovered devices and providing notifications, both on-screen visual, as well as via remote e-mail, of device state changes (e.g., “optimal,” “needs attention,” or “unresponsive”). [0056]
  • More detailed device notifications may be provided by the management interface application programs themselves. [0057]
  • In accordance with the present invention, discover-[0058] monitor applet 518 preferably is designed to allow coexistence of different management interface application programs for different types of devices, and within a device type, to permit coexistence of interface application programs at different versions of a device's management interface software. Thus, new hardware can be introduced and old hardware can be phased out at a user's convenience without the risk of introducing management incompatibilities.
  • Management Interface Application Programs [0059]
  • Management [0060] interface application programs 518 preferably are Java applets which are device type and version specific program components. A particular management interface application program 518 knows how to manage an individual device of its associated type, and is responsible for presenting the detailed, device-specific management operations to a user. In accordance with a preferred embodiment of the present invention, discover-monitor applet 516 preferably locates and loads the correct management interface application program 518 from storage, based on its knowledge of the managed device's management interface version. Generally, management interface application programs 518 display the current state, status and configuration of a device with which it is associated. In addition, management interface application programs 518 preferably include logic which allows a user to submit management and configuration commands to the managed device. A more detailed discussion of how management interface application programs 518 operate is discussed below.
  • Server Based Software Components [0061]
  • In accordance with the present invention, the two main purposes of the server based software components are to: (1) Interface proxy attached controllers to the network so they can be managed by [0062] management station 510; and (2) Interface the managed devices to other industry standard management protocols and products. Preferably, the server based software components comprise a conversion application for converting RPC commands to a standard I/O read/write mechanism, and a DMI and/or SNMP interface application.
  • RPC Conversion Agent [0063]
  • [0064] RPC conversion agent 522 preferably comprises a thin piece of server 508 resident software preferably written in Java and executing under an operating system's Java run-time environment. The purpose of RPC conversion agent 522 is to support remote procedure call (RPC) traffic between the management interface application program 518 running on management station 510 and a proxy attached storage controller 506 (i.e., a storage controller that does not have its own network connection). As one skilled in the art will appreciate, a storage system connected to a server, for example via a PCI connection, does not communicate with the server using RPC, but using a standard I/O read/write mechanism, such as a SCSI command interface. Thus, for the management application program 518 to communicate with controller 506, RPC conversion agent 522 preferably is configured to receive RPC commands from a management interface application program 518 and convert the RPC command to a protocol which storage controller 506 will understand. In this particular example, the RPC conversion agent 522 encapsulates RPC messages within I/O write commands to send them to the direct-attached controller 506 via I/O path 524. Similarly, the RPC conversion agent 522 receives RPC responses from controller 506 via I/O read commands, extracts the RPC responses from the I/O read commands and forwards the RPC responses to management application program 518. In accordance with a preferred embodiment of the present invention, the protocol for encapsulating RPC messages within read/write commands is a Universal Transport Mechanism (UTM), a protocol developed by LSI Logic Corporation, located in Milpitas, Calif. RPC conversion agent 522 allows all management interface programs 518 to be written the same, regardless of whether the storage controller-has a direct network connection or not. If the storage controller is not directly attached to the network, RPC conversion agent 522 performs the proper protocol conversion.
  • Other Management Framework Agent [0065]
  • [0066] Server 508 also preferably includes software to interface server 508 and other connected devices with other third party management frameworks or protocols, such as desktop management interface (DMI), simple network management protocol (SNMP) and/or common information model (CIM). In accordance with this aspect of the present invention, server 508 preferably includes a management framework agent 526, which comprises one or more applications which facilitate communication between management stations like DMI, SNMP and/or CIM stations and devices connected to server 508. For example, in the case where DMI is used, agent 526 preferably comprises one or more DMI applications which enables devices to be managed within a DMI conformant management framework. The DMI architecture allows a device to deliver events to, respond to management information requests from, and even to be controlled by a DMI conformant management application.
  • [0067] Server 508 also preferably supports the SNMP and CIM architectures. In accordance with this aspect of the present invention, agent 526 on server 508 preferably includes an SNMP framework application and/or a CIM framework application. In this manner, an SNMP or CIM management station can send requests to and receive event notifications from a device connected to server 508. DMI, SNMP and CIM interface agents are known in the art, and thus, will not be described further herein.
  • Controller-Based Software Components [0068]
  • [0069] Device controllers 504 and 506 both preferably include a management protocol 528 and a RAID engine 530. In addition, network attached controller 504 preferably includes an RPC-to-internal-messaging component 532 and a controller embedded DMI, SNMP and/or CIM service provider 534. In addition, proxy attached controller 506 preferably includes a UTM-to-internal messaging component 536.
  • Management Protocol [0070]
  • The architecture of the present invention is centered around an object model of the managed devices, which is the basis for communication between [0071] management station 510, and in particular management interface application program 528, and the devices (504, 506). The object model preferably is the actual physical and logical configuration of the device. In the storage array case, the object model of the storage array is handled by the controller via a management protocol 528. An example of a suitable management protocol is LSI Logic's SYMbol (symbios browser-oriented language) protocol. Management protocol 528 preferably receives high-level requests from management interface application (or applet) program 518 expressed in terms of the device object model, interprets the requests, carries out the requests by interacting with RAID engine 530 and then responds back to the management interface applet 518 in terms of the object model. The object model also defines events that originate with the managed device and flow to the management station 510; this event propagation is also the responsibility of management protocol 528.
  • RAID Engine [0072]
  • [0073] RAID engine 530 is the part of the storage controller firmware that is responsible for the core RAID implementation, independent of the host and drive interfaces with which it interacts. RAID engine 530 preferably comprises a performance critical RAID read/write/caching component and a less-performance-critical configuration and management component The configuration and management component, which is the focus and the content of the management architecture of the present invention, preferably exhibits three main types of behavior: (1) carrying out management related tasks when directed to do so by the management station 510 and more specifically, management interface application program 518; (2) performing certain tasks automatically, either when necessary, or on a regular schedule (e.g., error and event logging and parity assurance); and (3) initiating notifications of important events, which are then propagated outside of the controller over network 502, either directly or via UTM in the proxy attached case.
  • UTM-to-Internal-Messaging [0074]
  • As discussed briefly above, proxy attached [0075] controller 506 preferably includes a UTM-to-internal-messaging component 536. UTM-to-internal messaging component 536 preferably is part of the controller firmware for proxy attached controller 506, and is responsible for providing management protocol packet transport over the block read/write path between server 508 and controller 506. This communication preferably is bidirectional, allowing commands to be transported into and responses to be trasported out of controller 506.
  • As discussed above, management [0076] interface application programs 518 preferably communicate using the RPC protocol. In the proxy attached controller 506 case, controller 506 communicates with server 508 using UlM, so RPC conversion agent 522 in server 508 converts the RPC commands to the UTM format before communicating with controller 506. Upon receiving the UTM packets, ULTM-to-internal-messaging component 536 preferably converts the UTM packets to packets and commands which can be understood by management protocol 528. Thus, UTM-to-internal-messaging component 536 in essence comprises a UTM interface for controlling communications between server 508 and controller 506, and an internal controller mechanism for controlling command and event notification dispatch to and from management protocol server 528.
  • While a preferred embodiment of the present invention is described herein as using UTM to communicate between [0077] server 508 and device 506, one skilled in the art will appreciate that other I/O read/write mechanisms, such as a SCSI command interface, may be used. Therefore, the present invention is not limited to the UTM embodiment.
  • RPC-to-Internal-Messaging [0078]
  • As mentioned briefly above, network attached [0079] controller 504 preferably includes an RPC-to-internal-messaging component 532. RPC-to-internal-messaging component 532 preferably is part of the network attached controller firmware which transports RPC transactions between the controller network port and the management protocol server 530. Preferably, packets crossing the controller network port interface 538 conform to standard RPC commands. At RPC-to-internal-messaging component 532, the RPC commands are converted to the management protocol format 528. Thus, the combination of the RPC conversion agent 522 in server 508 and the UTM-to-internal messaging component 536 in proxy attached controller 506 is the functional equivalent of the RPC-to-internal-messaging component 532 of network attachment 504. That is, RPC conversion agent 522 and UTM-to-internal-messaging component 526 effectively convert the RPC commands from management interface application 518 to the management protocol 528 format. However, with the proxy attached controller 506, an additional protocol, preferably UTM between server 508 and controller 506 is used.
  • Controller Embedded DMI, SNMP and/or CIM Service Provider. [0080]
  • Embedded [0081] service provider 534 in network attached controller 504 preferably is one or more software elements defined under the DMI, SNMP and/or CIM architectures. The embedded service provider 534 is configured to mediate between managed objects, such as controller 504, and a DMI, SNMP or CIM management application. By adding embedded service provider 534 within the network attached controller 504, controller 504 can interface with a DMI, SNMP or CIM management application on network 502. DMI, SNMP and CIM management applications may reside within a separate management station, such as management station 512, or the DMI, SNMP and CIM management applications may be applications or applets 520 which executes in the Java run-time environment of management station 510.
  • User Interface
  • As discussed briefly above, a user preferably interfaces with the [0082] management station 510 via a discover-monitor application program 516 and a management interface application program 518 for each of the devices on the network. Preferably, both the discover-monitor application 516 and each of the management interface application programs 518 are Java programs or applets which run in a Java runtime environment.
  • Discover-Monitor Application [0083]
  • Referring now to FIG. 6, a representation of a discover-[0084] monitor application screen 600 is illustrated. Preferably, discover monitor application screen 600 includes a management domain window 602, a detailed information window 604, a status indicator 606 and a status line 608.
  • In accordance with a preferred embodiment of the present invention, [0085] management domain window 602 presents a tree structured view of the complete management domain. Lower level nodes 610, 612 in the tree structure represent actual physical hardware devices such as servers, arrays, and other I/O devices. For example, as illustrated in FIG. 6, lower level node or server 612-1 includes two storage arrays 610-1 and 610-2 attached thereto. Similarly, lower level node or server 612-2 includes a storage array 610-3 attached thereto. The higher level nodes in the tree represent the location of the hardware devices. For example, in the illustrated embodiment, the management domain is divided into two regions: a central region 618-1 and a southeast region 618-2. Within central region 618-1, the domain is further broken into states 616, for example, Kansas 616-1 and Colorado 616-2. From there, the domain is further broken down into plant locations 614, for example, in Colorado 616-2, the illustrated company has locations in Colorado Springs 614-2 and Fort Collins 614-3. The management domain shows the servers, storage arrays and other devices which exist on the networks of those locations.
  • [0086] Detailed information window 604 preferably presents the detailed properties for each device in the management domain, based upon the particular node a user selects. Individual device nodes 610, 612 or a higher level location nodes 614, 616, 618 may be selected. When a location is selected, the detailed information window preferably includes an entry for each device in the subtree rooted at the selected location. When a specific device node is selected, detailed information window 604 displays certain device specific attributes of the selected node. In addition, by double-clicking or selecting a specific device node, the device's associated management interface application program is launched.
  • [0087] Status indicator 606 preferably includes a high level indication of whether or not any of the devices in the management domain have problems that require attention. If all devices are in working order, the status indicator preferably will indicate “optimal”; if there is a problem somewhere in the management domain, the status indicator 606 preferably will show that one or more devices require attention. Preferably the devices that have a problem will be indicated in the management domain window 602 by a highlighted color of that device, or an appearance change of the device icon. Finally, status line 608 preferably is an area for short pieces of context-sensitive information which the discover-monitor application program may wish to display.
  • While the discover-monitor application screen illustrated in FIG. 6 and disclosed herein presents information in a certain way and includes specific information, one skilled in the art will appreciate that the discover-monitor application screen may be designed and configured in any way. For example, the discover-monitor application screen may show additional information, or certain information that is displayed in the discover-monitor application screen of FIG. 6 may be eliminated. In addition, the information may be presented in a different way. Thus, the present invention is not limited to the specific embodiment of the discover-monitor application screen illustrated in FIG. 6. [0088]
  • Management Interface Application [0089]
  • Referring now to FIG. 7, [0090] screen display 700 of a management interface application or applet program is illustrated. When a user selects and opens a particular device from the discover-monitor application screen, the management interface application program for that device is loaded into the management station, and a screen similar to screen 700 preferably is displayed. Display 700 preferably includes a logical view window 702 and a physical view window 704.
  • [0091] Logical view window 702 illustrates the logical composition and properties of the selected device (e.g., storage array). The logical objects of the storage array are organized into a tree structure to make their interrelationships apparent. Screen 700 illustrates an example of a typical set of logical objects, including volume groups 706, volumes 708, free capacity regions 710, and unassigned capacity 712.
  • [0092] Physical view window 704 preferably illustrates a view of actual hardware components in a particular device or storage array, e.g., controllers, drives, drive trays, disks, etc. Preferably, the physical view of the storage array displayed in physical view window 704 is an accurate graphical representation of the actual storage array device on the system. In this manner, the user can tell what the device looks like without being within visual range of the device. In the physical view 704, components in need of repair or replacement preferably will be distinguished by color and/or appearance changes. In addition, color or other visual differences may be used to indicate different roles or states of disk drives (i.e., assigned, unassigned, hot, spare, etc.). As with discover-monitor output screen 600, management interface application screen 700 is not limited to the embodiment shown in FIG. 7. Additional information may be added, deleted, or the actual presentation of the information may vary. Thus, the present invention is not limited to the illustrated embodiment.
  • System Functionality
  • Discover Monitor Applet Startup [0093]
  • Referring now to FIG. 8, a flow diagram [0094] 800 is shown illustrating a start-up procedure for a discover-monitor application and a management interface application. Flow diagram 800 includes client or management station elements 802, server elements 804, device controller elements 806, and web server elements 808. In accordance with a preferred embodiment of the present invention, when server 804 starts-up, for example, during morning start-up, an RPC-to-UTM Agent 810 automatically starts running on server 804 (step 8A). Next, RPC-to-UTM Agent 810 preferably queries a database 812 on server 804 to determine which devices connected to server 804 (in this particular example, storage controllers) require RPC-to-UTM transport services (step 8B). Preferably, database 812 stores a record for each device connected to server 804. The device records in database 812 preferably include a field which indicates whether the device requires RPC-to-UTM transport services. For each device requiring RPC-to-UTM transport services, RPC-to-UTM agent 810, starts an RPC connection listener 814 (step 8C). While the illustrated embodiment shows only one RPC connection listener 814, other connection listeners may be running on server 804.
  • When a user wishes to begin the device management process, the user preferably starts-up [0095] management station 802, which starts a browser session 816 (step 8D). During the browser start-up process, the user preferably supplies the URL of the process discover-monitor applet to be run. Browser 816 uses the URL to address an HTML page on web server 808. Alternatively, the URL may be stored in the browser or on the machine running the browser. Browser 816 then contacts web server 808's HTTP server 818 and asks that the discover monitor applet (DMA) be transferred to browser 816 (step 8E). In accordance with a preferred embodiment of the invention, HTTP server 818 retrieves the DMA program from an applet repository 820 on web server 808 (step 8F) and sends the DMA program to browser 816 (step 8G).
  • In accordance with an alternative embodiment of the present invention, instead of [0096] HTTP server 818 sending the actual DMA program to browser 816, HTTP server 818 may send an HTML page to browser 816, notifying the browser of the location of the DMA program. Then, browser 816 preferably retrieves the DMA program from the specified location. In the illustrated embodiment, the location of the discover-monitor applet happens to be on web server 808. However, as discussed previously, the discover-monitor applet may reside in a repository stored on one or more storage systems residing on the network. In addition, while the start-up process discussed herein refers to an HTTP server sending HTML pages to browser 816, other start-up procedure may occur. For example, communication protocols and languages other then HTTP and HTML may be used. Finally, while the illustrated embodiment shows web server 808 being separate from management station 802, the present invention may be configured so that web server 808 is part of management station 802.
  • After [0097] browser 818 retrieves the discover-monitor applet program from applet repository 820, the discover-monitor applet 822 is invoked according to the standard browser of Java run-time environment protocol for starting an applet (step 8H).
  • In accordance with one embodiment of the present invention, a user may utilize [0098] DMA 822 to discover each managed device connected to the network In accordance with this particular embodiment of the invention, the user preferably enters the device into DMA 822, and DMA 822 then starts a monitor thread 824 for the entered device. Preferably, there will be a monitor thread 824 for each device selected by the user.
  • In accordance with an alternative embodiment of the present invention, discover-[0099] monitor applet 822 may be configured to automatically discover all the devices on the network. DMA 822 discovers all direct network attached devices and all servers on the network. Upon locating a server, discover-monitor applet 822 requests from the server a list of all storage controllers or devices it has associated with it. After locating all the devices on the network to be managed, DMA 822 starts a monitor thread 824 for each device (step 8I).
  • After initializing a [0100] monitor thread 824 for each discovered device, the monitor threads 824 preferably initiate a connection to their associated devices 806 by connecting to the RPC connection listeners 814 (step 8J). As discussed above, RPC connection listeners preferably are started on one or more servers 804 for each device 806 connected to the servers and being monitored by the management station. Once monitor threads 824 are connected to RPC connection listener 814, RPC connection listener then creates an RPC agent thread 826 for servicing the connection (step 8K).
  • In each [0101] device controller 806, a management protocol server 828 is listening for management protocol requests. Each management protocol server 828 is queried (via an RPC agent thread 826) for its associated device properties (step 8L). Using the information from this step 8L, RPC agent thread 826 notifies monitor thread 824 of the device properties of the associated device 806 (step 8M). In turn, monitor thread 824 then updates DMA 822 with the device properties (step 8N). Upon receiving the device properties, DMA 822 builds a device connection table, which gives, for each device, a list of connections into the device. The connection-to-device map may be one-to-one, or many-to-one. In addition, the device connection table may include information about which management application program is associated with each device.
  • Finally, with all storage arrays discovered, and all communication links set up, discover-[0102] monitor applet 822 displays the discovered devices on a display screen from which device specific storage management applications may now be launched.
  • In addition to obtaining device properties from [0103] devices 806, monitor thread 824, and RPC agent threads 826 for each device may be configured to monitor each device 806 for configuration changes or other device events. In accordance with this aspect of the present invention, discover-monitor applet 822 prepares for event listening by starting a management protocol “event listener” thread, which detects events from the device via the “Hanging AEN” protocol. Monitor thread 824 on management station 802 preferably acts as the event listener thread, and starts the hanging AEN event in much the same way as the other RPC agent threads are started. That is, event listener thread or monitor thread 824 in management station 802 establishes a connection to the RPC connection listener 814 in server 804 (step 8J), which initiates an RPC agent thread 826 (step 8K). For device monitoring, the agent thread 826 preferably is configured for hanging AEN listening, and thus, initiates a hanging AEN listen primitive on controller 806, and in particular management protocol server 828.
  • In accordance with a preferred embodiment of the present invention, the hanging AEN listening threads exist until an event occurs on a [0104] device 806. For example, if the configuration of device 806 changes for any reason, the hanging AEN agent thread 826 will detect the change and notify monitor thread 824 of the change (step 8M). Monitor thread 824 then will update the device characteristics of device 806 on DMA 822 which then displays the configuration change status on a display associated with DMA 822 (step 8N). After the update, DMA 822 then will start another hanging AEN thread for that device. A more detailed discussion the event notification process is discussed below in the section entitled Event Reporting.
  • Management Interface Application Start-Up [0105]
  • Still referring to FIG. 8, flow diagram [0106] 800 also illustrates the start-up procedures for a management interface application. As discussed previously, discover-monitor application or applet 822 preferably discovers and lists all devices and/or storage systems connected on a network. For this particular example, the devices will be storage system devices. To start a management interface application for any of the storage systems on the network, the user preferably double-clicks on one of the storage systems when viewing it in the discover-monitor application (DMA) screen (step 80). Next, DMA 822 preferably receives device property information about the selected storage system device from a device property storage area (not shown).
  • Included in the device properties is the storage system's management interface version (i.e., the management application program associated with that device). Next, [0107] DMA 822 retrieves from applet repository 820 residing on web server 808 or some other location the management interface application program version specified in the device properties for the selected device (steps 8P-8R). Preferably, the management interface application program is a Java applet which is loaded into and run on management station 802 using a web browser or other suitable Java run-time environment. After retrieving the management interface application program from repository 820, DMA 822 then launches the management interface application 830 for the selected storage system (step 8S).
  • Once started, [0108] management interface application 830 preferably starts a management interface application RPC handler 832, which controls the communication of RPC commands between management application 830 and server 804. Management interface application RPC handler 832 then starts an RPC agent thread 834 on server 804, which facilitates communication between management interface application 830 and device 806 (step 8Y). Next, using RPC agent thread 834, management interface application 830 retrieves the selected storage system's internal object organization residing on controller 806 of the storage system (step 8Z). With this information, management interface application 830 knows how to connect to management protocol server 828 running in the storage system controller 806. The object graph received from storage system controller 806 identifies the objects comprising the storage array and their interrelationships. For each object in the object graph, management interface application 830 preferably initiates a proxy object to represent the storage system's object graph on management station 802. That is, management interface application 820 stores a copy of the storage system's object graph on management station 802, so it can access and display the object graph when necessary. After retrieving the storage systems organization and configuration, management interface application 830 displays the storage system's configuration on a display screen.
  • When a user wants to change the configuration of one of the devices on the network, for [0109] example device 806, the user instructs the management interface application 830 to initiate the change (step 8W). Management interface application 830 then passes the change request to RPC handler 832 (step X), which issues the request to RPC agent thread 834 as an RPC command (step 8Y). RPC agent thread then encapsulates the RPC change request into a UTM packet and transmits the change to the controller of device 806 (step Z). Device 806 preferably processes the change request and sends a status update information back to management interface application 830. More detailed discussions of how configuration change requests are processed are discussed below in the sections entitled Volume Creation, Configuration Replication, and Long-Term Operations.
  • In accordance with the embodiment of the present invention described herein, preferably [0110] server 804 includes demultiplexing software for routing management commands to the proper device 806 attached to server 804. Because devices 806 are attached to the network via server 804, management commands directed to devices 806 are sent to the IP address of server 804, not the IP address of the devices 806. Thus, server 804 includes intelligence (preferably built in software) for directing the management commands to the proper RPC Connection Listener 814 and/or RPC Agent Threads 826,834 associated with the proper device 806. In accordance with yet another embodiment of the present invention, instead of server 804 having demultiplexing software for directing commands to the proper device 806, server 804 may include a device mapper for allocating IP addresses to the connected devices 806. For example, in accordance with one particular embodiment of the invention which uses a device mapper, the device mapper, which preferably runs on server 804, locates all devices 806 connected to server 804. For each device 806 found, the device mapper allocates a dedicated TCP/IP port to it and saves the device-toport association in a device-to-port map. When discover monitor applet 822 discovers all the devices 806 on the network, the device-to-port association is provided to DMA 822 from the device-to-port map located on server 804. The DMA 822 then uses the device-to-port association to send management commands to a particular device 806 connected to server 804.
  • FIG. 8 illustrates how discover-[0111] monitor applet 822 locates and communicates with devices (e.g., storage controllers) proxy connected to a network through a server. While not discussed herein, a similar procedure preferably is used to locate and communicate with devices direct attached to the network. However, as discussed above, the RPC-to-UTM agent server 810 is not needed in the network attached case because the network attached controller includes firmware for receiving and translating RPC commands directly. Volume Creation Referring now to FIG. 9, a flow diagram 900 is shown illustrating the steps of creating a new volume on a storage system. If a user wishes to create a new volume on a storage system, the user preferably selects the new volume option shown on the display screen (step 9A). Next, the management interface application 902 fetches a list of “volume candidates” from storage system controller 904. The storage system controller reports a list of volumes that can be created, given the current drive group configuration of the storage system (see step 9B). Management interface application 902 then displays the new volume candidates on display 906 to the user as “volume creation options” (step 9C). Next, the user picks and possibly customizes one of the volume creation options (step 9D). This “new volume specification” is supplied as an input to the management interface application 902. The management interface application 902 converts the new volume specification input by the user into a “create volume” command which can be understood by the storage systems controller 904 (step 9E). Controller 904 creates a new volume, and records that event in an array event log 908 (step 9F). As soon as the new volume is in a “committed”, usable state, the “create volume” command returns to management interface application 902 (step 9G). The controller then reports a “configuration changed” event to listening clients (steps 9H and 9I). As flow diagram 900 illustrates, more than one management client may exist on the network. In the illustrated embodiment, there are two management clients, 902 and 910. However, any number of management clients may exist on the network.
  • When each of the [0112] clients 902, 910 receive the “configuration changed” event, clients 902, 910 preferably update their respective storage system screen displays 906, 912, showing that the new volume is in a state of “optimal-initializing” since, although usable, it does not have good parity (step 9J and 9K). Controller 904 then initiates parity initialization on the new volume. Since the new volume is reported as being in the “initializing” state, management clients 902, 910 display a progress bar for the parity initialization task on display devices 906, 912 (steps 9N and 90). Clients 902 and 910 periodically request progress data from controller 904 and use that information to update the displayed progress bar ( steps 9P and 9Q). When the parity initialization task completes, controller 904 transmits a “configuration changed” event to clients 902, 910, indicating that the new volume is in the “optimal” state ( steps 9R and 9S). Clients 902 and 910 then indicate on display devices 906 and 912, respectively, that the parity initialization task is complete ( steps 9T and 9U). Management clients 902,910 may display the task complete status in a variety of ways, including advancing the progress bar to 100%, dismissing the progress bar or displaying a message that the task is complete.
  • Configuration Replication [0113]
  • Referring now to FIG. 10, a flow diagram [0114] 1000 is shown illustrating the process of replicating a storage system configuration from one storage system to another. To replicate the configuration of one storage system to another, a user preferably selects a source storage array and invokes a management interface application 1012 for that system (step 10A). Preferably, the user uses the discover-monitor applet 1010 running on management station 1002 to invoke the management interface application 1012. Next, the user selects a destination storage array which is to receive the source storage array's configuration, and invokes a management information application 1014 for that array (step 10B). Again, the user preferably uses the discover-monitor applet 1010 in management station 1002 to invoke the destination storage system's management interface application 1014. Next, the source storage system's management interface application 1012 preferably fetches the device configuration description for the source storage system from storage system 1004, and in particular, controller 1016 (step 10C), and writes it to file 1018 (step 10D).
  • In the next step, the destination storage system's [0115] management interface application 1014 is directed to “apply” the saved configuration description to the destination storage system 1006 (step 10E). In accordance with this aspect of the invention, destination storage system management interface application 1014 preferably displays a confirmation dialogue on display 1020 so that the user can confirm the application of the configuration description (step 10F).
  • To update [0116] destination storage system 1006 with the source storage system's configuration, the destination system 1006 first should be synchronized with the source storage system 1004 with respect to firmware sets. Thus, management interface application 1014 preferably retrieves the firmware that it needs for the destination device 1006 from a firmware repository 1022 residing on a web server 1008 or other suitable storage location (step 10H). The selected firmware is then loaded into the destination device 1006 and, in particular, controller 1024 (step 10I). Next, management interface application 1014 passes the rest of the configuration description to controller 1024 on destination device 1006 (step 10J). Upon receiving the configuration description, the destination device 1006 then reconfigures itself, issuing “config change” events and “new task” events as appropriate (step 10K).
  • Mass Operations [0117]
  • As one skilled in the art will appreciate, it may be preferably to perform a specific management task on a plurality of systems on a network. For example, instead of performing a configuration replication on a single system as discussed above with reference to FIG. 10, it may be desirable to perform the configuration replication on a plurality of devices at the same time. Thus, it is desirable to have an operation which can perform management functions on a plurality of devices at the same time. In accordance with the present invention, any particular management command can be performed as a mass operation on a plurality of devices. However, for illustration purposes, the mass operation model will be described herein as a mass configuration replication. However, the present invention is not limited to the specific example. [0118]
  • Referring now to FIG. 11, a flow diagram [0119] 1100 of a mass configuration replication operation is shown. To initiate the mass configuration replication operation, a user 1110 preferably utilizes a discover-monitor application 1112 running on management station 1102 to select a source storage system 1104 and launch a management interface application 1114 for the selected source storage system 1104 ( steps 11A and 11B). Next, user 1110 preferably selects a “generate config file” or other similar task from management interface applications 1114 task menu (step I 1C). Management interface application 1114 then will process the “generate config file” task by requesting and obtaining the configuration description of the source storage system 1104 from its controller 1116 (step 11D). Management interface application 1114 will then save the configuration description from the source storage system 1104 into a storage area 1118 (step 11E). In accordance with one particular embodiment of the invention, user 1110 may edit the configuration description in storage area 1118 (step 11F). The editing function may be performed using discover-monitor applet 1112, management interface application 1114, or another suitable editing application program which may reside on management station 1102.
  • After the configuration description is finalized, [0120] user 1110 preferably selects the mass operation function on discover-monitor applet 1112 (step 11G). Discover-monitor applet 1112 retrieves the configuration description from storage area 1118 (step 11H), and then loads from a second storage area 1120 a list of storage systems on the network which may be destination systems to receive the mass configuration operation (step 11I). Discover-monitor applet 1112 then displays the list of storage systems on the network on a display device 1122 (step 11J). User 1110 preferably selects the storage systems which it would like updated with the source configuration description (step 11K), and discover-monitor applet 1112 then launches management interface applications 1124-1 to 1124-N for each of the selected storage systems (step 11L). As with the configuration application process illustrated in FIG. 10 and discussed above, each of the management interface applications 1124 retrieves a firmware set from firmware repository 1128 in server 1108 or other suitable storage location (step 11M), and applies the controller firmware set to the controller 1126 of the appropriate destination device 1106 (step 11N). For example, management interface application 1124-1 preferably retrieves a firmware set and applies it to controller 1126-1 of destination storage system 1106-1. Similarly; management interface application 1124-2 retrieves a firmware set and applies it to controller 1126-2 of destination device 1106-2, and so on.
  • After each of the controller firmware sets have been updated, each of the management interface applications [0121] 1124 send the configuration description to the destination devices 1106 and their controllers 1126 (step 11O). Controllers 1126 receive the configuration description, perform the configuration change operation(s) and then pass back “configuration” and “new task” events to the management interface applications 1124 (step 11P).
  • As one skilled in the art will appreciate, before a configuration change is implemented, error checking typically is performed to determine whether the destination device is compatible with the configuration description. That is, whether the particular hardware of the destination storage system can accept and implement the configuration set forth in the configuration description. In addition, the software in the controller should be checked to determine if it can perform the functions required to implement the configuration update. In accordance with this particular aspect of the invention, an error checking routine [0122] 1200 as illustrated in FIG. 12 may be used. Error checking routine 1200 preferably comprises a hardware check module 1202 which retrieves hardware configuration restraints from the configuration description 1204 (step 12A). In addition, hardware check module 1202 preferably retrieves the target or destination hardware configuration 1206 from the destination hardware device (step 12B). Hardware check module 1202 then performs a check to determine whether the hardware target configuration is compatible with the configuration restraints from configuration description 1204. That is, hardware check module 1202 determines whether the target or destination hardware device can be configured according to the hardware configuration restraints. If not, hardware check module 1202 displays an error message on a display 1208 (step 12C). If there is no error, the error check routine moves on to software check module 1210 (step 12D).
  • [0123] Software check module 1210 preferably retrieves the configuration specification 1212 from configuration description 1204 (step 12E), as well as the destination device's software version specific rules 1214 (step 12F). The destination device's software version specific rules preferably set forth the functions which the destination device's software can perform. If the device's software version cannot perform a particular configuration update, software check routine 1210 displays an error on display 1208 (step 12G). If the software can perform the configuration change, the error routine moves on to the apply configuration module 1216 (step 12H). Apply configuration module 1216 preferably retrieves the configuration specification 1212 from description 1204 (step 12I) and uses it to perform the configuration change (step 12J). Preferably, the apply configuration module 1216 comprises the discover monitor applet, management interface applications, and other management application programs discussed above with reference to FIGS. 9, 10 and 11 above.
  • While the error routine set forth in flow diagram [0124] 1200 is described in the context of a configuration replication example, one skilled in the art will appreciate that the error routine or a similar error routine may be performed on any mass operation management function. In addition, the error routine set forth in FIG. 12 and described herein may be performed on other non-mass operation management functions, such as the volume creation example illustrated in FIG. 9 and the configuration replication example illustrated in FIG. 10.
  • Event Reporting [0125]
  • Referring now to FIG. 13, a flow diagram [0126] 1300 is shown illustrating the process of a managed device reporting events to a management station. To begin an event reporting/monitoring session of a proxy attached storage system or device, a management station (not shown) preferably sends a “connect” command to server 1302 and more specifically to RPC-to-UTM agent server 1306 (step 13A). After receiving the “connect” command, RPC-to-UTM agent server 1306 preferably creates an RPC-to-UTM agent thread 1308 to service the connection (step 13B). In accordance with a preferred embodiment of the present invention, the RPC-to-UTM agent thread preferably is a dedicated hanging asynchronous event notification (AEN) listener.
  • Once the RPC-to-UTM agent thread is started, the management station preferably issues an RPC command, such as a “GetConfigChangeInfo” command or the like to the RPC-to-UTM agent thread [0127] 1308 (step 13C). RPC-to-UTM agent thread 1308 converts the “GetConfigChangeInfo” RPC packet or other suitable command packet into a UTM buffer and forwards it on to storage system 1304 as a UTM transaction (step 13D). Preferably, storage system 1304 includes a controller 1310 and a UTM-to-internal-messaging component 1312. As one skilled in the art will appreciate, UTM-to-internal-messaging component may be a process for run within controller 1310. UTM-to-internal-messaging component 1312 preferably receives the “GetConfigChangeInfo” command via UTM and starts a hanging AEN event 1314 (step 13E).
  • The hanging AEN event is an [0128] event 1314 which waits for an event notification from the storage system before any status is returned to server 1302, and the management station. When an event within storage system 1304 occurs, controller 1310 delivers an event notification to UTM-to-internal-messaging component 1312 (step 13F). When the event notification is received, UTM-to-internal-messaging component 1312 configures the event notification information into a suitable UTM packet and retrieves the “GetConfigChangeInfo” call from its hanging status (step 13G). UTM-to-internal-messaging component 1312 then returns the event notification information as a UTM packet or buffer 1316 to the RPC-to-UTM agent 1308 (step 13H). The AEN listener in RPC-to-UTM agent 1308 extracts the event information from the UTM buffer 1316 (step 13I), and then writes the event information to a RPC message buffer 1318 (step 13J). RPC-to-UTM agent 1308 then returns the “GetConfigChangelnfo” RPC function to the management station along with the event notification information in buffer 1318 (step 13K). After processing the event notification information, the management station sends another “GetConfigChangeInfo” function call in order to start the event notification process again (step 13L). Again, the RPC-to-UTM agent 1308 then sends the “GetConfigChangelnfo” command in UTM format to UTM-to-internal messaging component 1312 in storage device 1304 (step 13M). The hanging AEN event will then initiate until another notification occurs.
  • The event notification example illustrated in FIG. 13 and disclosed herein refers to a “GetConfigChangeInfo” command issued by the management station. One skilled in the art will appreciate that the “GetConfigChangeInfo” command is merely an example of a specific command that may be used and that any other suitable command which [0129] server 1302 and storage system 1304 can interpret as a command to begin the event notification process can be used. In addition, the example illustrated in FIG. 13 is an event notification example for a proxy attached storage system connected to a network through a server. A similar event notification process can be used with a network attached storage system, except that instead of the RPC command first being converted to UTM before being sent to the storage system, the network attached storage system will receive the “GetConfigChangeInfo” command in RPC form from the management station and processors it accordingly. That is, a RPC-to-internal messaging component receives the command and starts the managing AEN event.
  • Configuration Update Notification [0130]
  • In accordance with a preferred embodiment of the present invention, when a managed entity, such as a storage system or other suitable I/O device on a network undergoes a configuration change, it is preferable that the configuration change for that managed device is broadcast to all management entities on the network. As discussed above, a given network can have a number of management entities such a one or more management stations in accordance with the present invention, as well as DMI, SNMP or other third party management stations. Thus it is preferable to have a system and a method in which a managed entity can notify all management entities on a system of a configuration change. In accordance with this preferred aspect of the present invention, a flow diagram [0131] 1400 is shown illustrating a process in which a managed entity 1404 informs all management entities 1402 on a system of configuration changes.
  • As discussed above, a role of the [0132] management entity 1402 is to keep and maintain an internal representation of the state of managed entities 1404 on the system. This internal representation of a managed entity 1404 is referred to as an “object graph.” Management entity 1402 builds the object graph by importing state information from managed entity 1404. In accordance with a preferred embodiment of the invention, when the configuration of a managed entity 1404 changes, the managed entity 1404 preferably transmits an entirely new object graph to management entity 1402. Management entity 1402 then uses the new object graph to update the visual representation of the managed entity on a display screen.
  • In accordance with an alternative embodiment of the present invention, instead of transmitting entirely new object graphs to [0133] management entity 1402 when a configuration changes, management entities 1404 preferably update the object graphs in management entity 1402 by transmitting call back deltas. These deltas specify the specific part(s) of the object graph which have changed, so that as small changes to the object graph are made, only the information about the small changes to the object graph are sent to management entities 1402, not completely new objects graphs. This allows the object graph changes to be localized, and thus, state information transfers minimized.
  • For example, as discussed above with reference to FIGS. [0134] 9-13, when a management interface application is run for a particular managed device or entity, such as a storage system, the object graph of that storage system or managed entity is typically displayed on the management station. When changes to the managed entity are performed by a management station, such as volume creation (FIG. 9) or configuration changes (FIGS. 10-12), the new configuration information typically is transmitted back to the management station requesting that change when the configuration change is complete. However, in accordance with this particular aspect of the present invention, it is preferable that the updated object graph deltas are independent from the configuration change requests. That is, when a management station issues a configuration change command, it does not wait for the command to finish before performing other tasks. Instead, the management station preferably issues an event notification session as discussed above with reference to FIG. 13, and receives object graph update deltas via that path. In addition, all other management stations also will have event notification sessions running, so that they also will receive the object graph update deltas when the updates occur. In this manner, all management stations are updated with configuration change information as the changes occur or shortly thereafter. In addition, the management station issuing the change request is not held-up, waiting for the change to occur.
  • As illustrated in FIG. 15, a [0135] process flow 1500 of a management entity sending configuration change commands and receiving configuration change notification information is illustrated. In accordance with this aspect of the present invention, the management entity preferably includes a user interface 1502, which allows a user to visualize the configuration and status of the managed devices on the system, as well as issue management commands such as volume changes, configuration changes, and/or error recovery commands, to name a few. To visualize the configuration and status of a particular managed device, user interface 1502 displays an object graph 1504 of the particular managed device. When a user wishes to change the configuration of a particular managed device, the user, using interface 1502, preferably issues one or more configuration change commands from a command issuer 1506. As illustrated in FIG. 15, when command issuer 1506 issues a configuration change or error recovery command, it does not wait to receive the configuration change information from the managed device. Instead, the management entity preferably includes an event notification receiver 1508, which is configured to receive that information. When the managed device's configuration is updated, the managed device issues update notifications to all management entities on the system/network. The management entities receive these notifications via event notification receiver 1508. As discussed above, the update notifications from the managed devices may comprise entirely new object graphs from the managed devices, or the update notifications may be configuration deltas which merely reflect the change in the configuration.
  • Long-Term Operations [0136]
  • When performing configuration altering commands to a managed device such as a storage system or the like, two models of completion are common. The first model involves a command which only takes a short time to complete. With this model, the storage system controller can return status of the short-term configuration request to the requester, as well as other management devices in a system in near real time. The second model, however, involves a request that requires an extended time to complete. For example, a complete reformat or re-layout of data on a storage system. The problem with an extended time to complete type request is that the user expects to see a progress indication of the command request to avoid uncertainty of a “hung” system. However, if a management station thread is left open to monitor the progress of the long term event, resources may be wasted because a management station thread is hung-up monitoring the status of the long-term command. Thus, in accordance with the present invention, systems and methods are provided in which typically long-lived operations are turned into short-term events. [0137]
  • In a typical transaction model for storage arrays, a management station will not be freed until the storage array “commits” a particular request or transaction. When a storage system commits a transaction, the transaction typically is “durable”. A durable transaction means that the storage system guarantees that subsequent faults or interruptions on the storage system will not affect the results of the transaction. However, in accordance with the present invention, just because a particular transaction is durable does not mean that the storage system has finalized processing of the transaction, and thus, updated its configuration. As one skilled in the art may appreciate, a transaction can commit early, but the transaction may still have residual activities that go on within the storage system after the storage array has committed the transaction. These residual activities do not affect object durability, but may affect object state. That is, the transaction request may be durable, but the storage system reconfiguration may not be complete. [0138]
  • Referring now to FIG. 16, a flow diagram [0139] 1600 is shown illustrating a method of processing long-lived operations. In accordance with flow diagram 1600 in FIG. 16, a host or a management station preferably issues a long-lived operation request, such as a storage system drive reconfiguration, or the like, to a managed device's controller (step 1602). In accordance with this example, the managed device preferably is a storage system. However, any suitable managed device on a network may perform the long-lived processing operation of the present invention.
  • After the management station issues the long-lived operation request, the controller of the storage system receives the request (step [0140] 1604), processes the request, and makes necessary state changes to make the long-lived operation “durable” (step 1606). While the storage system controller is processing the request, and making the operation durable, the management station preferably waits for a response from the controller indicating that the request is durable (step 1608). After the long-lived operation is durable in the storage system controller, the controller preferably returns status to the management station (step 1610). The management station receives the return status as complete (step 1612) and displays a status complete dialogue to the user requesting the long-lived operation (step 1614).
  • In accordance with the present invention, even though storage system controller returns status as complete, the complete status only indicates that the long-lived operation is durable within the controller. It does not mean that the actual long-lived operation has completed. Thus, the controller continues to process the long-lived operation (step [0141] 1616) and send status updates of the operation to the management station or host (step 1618). The management station receives the status updates and preferably updates the completion status dialogue object displayed on the screen of the management station (step 1620). Steps 1618 and 1620 continue until the long-lived operation completes. Once the long-lived operation completes, the storage system controller sends a completion message to the management station (step 1622). Upon receiving the completion message from the controller, the management station notifies the user that the operation is complete (step 1624). The management station may inform the user that the operation is complete in a number of ways, including showing the completion status percentage as 100%, issuing a dialogue stating that the operation is complete, or ending the process. In any event, any particular status completion message may be used.
  • Even though in [0142] step 1620 the management station receives status updates, and updates the completion status dialog on the management station screen, the management station is not frozen while waiting for the completion of the long-lived operation. That is, even though the management station displays the status information, a user may perform other tasks with the management station while the long-lived operation is processing. In addition, once the management station receives the message that the long-lived operation is “durable” even if the storage system fails, for example, due to power loss or some other mechanical error, the long-lived operation will be processed when the failed device is brought back on-line. In this matter, once an operation is made durable, the management station preferably does not ever have to issue the long-lived operation request again, regardless of what happens to the controller.
  • Conclusion
  • In conclusion, the present invention provides methods and apparatus for managing I/O devices on a network. While a detailed description of presently preferred embodiments of the present invention have been given above, various alternatives, modifications and equivalents will be apparent to those skilled in the art For example, while most of the examples given herein refer to storage systems, any suitable I/O device residing on a network may be managed using the methods and apparatus of the present invention without varying from the spirit of the invention. In addition, while preferred embodiments of the present invention are disclosed herein as using Java applets and Java compliant browsers or run-time environments to process the Java applets, any suitable computer language and processing environment may be used. Therefore, the above description should not be taken as limiting the invention which is defined by the appended claims. [0143]

Claims (30)

What is claimed is:
1. A system for monitoring and managing devices on a network, comprising:
a proxy server connected to said network;
a managed device connected to said proxy server via a communication connection;
storage means for storing a device management application program associated with said managed device; and
a management station in communication with said managed device via said proxy server and in communication with said storage means, said management station configured to retrieve said device management application program from said storage means and process said device management application program;
wherein the processing of said device management application program by said management station allows said management station to monitor and manage said managed device.
2. The system as recited in claim 1, wherein said managed device is connected to said proxy server by a communication connection selected from the group of communication connections including peripheral component interconnect (PCI), small computer system interface (SCSI), universal serial bus (USB), fibre channel, and firewire.
3. The system as recited in claim 1, wherein said managed device includes a controller for controlling said managed device, and wherein the processing of said device management application program by said management station allows said management station to send management commands to said controller via said proxy server.
4. The system as recited in claim 3, wherein said managed device is a storage system.
5. The system as recited in claim 3, wherein said proxy server comprises routing means for receiving commands from said management station and routing said commands to said controller of said managed device.
6. The system as recited in claim 5, wherein said device management application program communicates with said proxy server using a first communication protocol, and said proxy server communicates with said managed device using a second communication protocol, and wherein said proxy server comprises a protocol converter for converting communication messages directed from said device management application program to said managed device from said first communication protocol to said second communication protocol, and for converting communication messages directed from said managed device to said device management application program from said second communication protocol to said first communication protocol.
7. The system as recited in claim 6, wherein said first communication protocol is remote procedure call (RPC) and said second communication protocol is universal transport mechanism (UTM), and wherein said protocol converter comprises an RPC-to-UTM conversion application.
8. The system as recited in claim 6, wherein said controller comprises a second protocol converter for converting said second communication protocol into a management protocol which said controller of said managed device can process.
9. The system as recited in claim 3, wherein said proxy server includes a device mapper, which locates devices connected to said proxy server and assigns a TCP\P port to each of said devices.
10. The system as recited in claim 9, wherein when said device management application program sends said management commands to said controller of said managed device, said device management application program first sends said management commands to said proxy server and said device mapper in said proxy server routes said management commands to said managed device.
11. The system as recited in claim 1, wherein said proxy server further comprises a desktop management interface (DMI) interface, which facilitates communication between said managed device and a DMI management station.
12. The system as recited in claim 1, wherein said proxy server further comprises a simple network management protocol (SNMP) interface, which facilitates communication between said managed device and an SNMP management station.
13. The system as recited in claim 1, wherein said management station comprises java processing means for processing java applets or applications, and wherein said device management application programs comprise java applets.
14. The system as recited in claim 1, wherein a plurality of managed devices are connected to said proxy server.
15. The system as recited in claim 1, wherein said managed device may be connected to a plurality of proxy servers.
16. A system for monitoring and managing storage devices on a network, comprising:
a proxy server connected to said network;
a storage device connected to said proxy server, said storage device including a controller;
storage means for storing a device management application program associated with said storage device; and
a management station in communication with said storage device via said proxy server and in communication with said storage means, said management station configured to retrieve said device management application program from said storage means and process said device management application program;
wherein the processing of said device management application program by said management station allows said management station to monitor said storage device and send management commands to said controller of said storage device via said proxy server.
17. The system as recited in claim 1, wherein said management station comprises java processing means for processing java applets or applications, and wherein said device management application programs comprise java applets.
18. A method for managing devices connected to a proxy server, comprising the steps of:
(a) providing a proxy server connected to a network;
(b) providing a management station for managing one or more managed devices connected to said proxy server;
(c) said management station locating said proxy server on said network;
(d) said management station obtaining from said proxy server a list of said one or more managed devices connected to said proxy server,
(e) displaying said one or more managed devices connected to said proxy server on a display associated with said management station;
(f) selecting one of said one or more managed devices to be managed;
(g) retrieving a management application program associated with said selected one of said one or more managed devices from a storage means;
(h) running said retrieved management application program on said management station; and
(i) sending management commands from said management station to said selected one of said one or more managed devices via said proxy server.
19. The method as recited in claim 18, wherein said proxy server comprises routing means for receiving said management commands from said proxy server and routing said management commands to said selected one of said one or more managed devices.
20. The method as recited in claim 18, wherein said management station communicates with said proxy server with a first communication protocol and said proxy server communicates with said selected one of said one or more managed devices with a second communication protocol, and wherein said method further comprises the steps of:
(j) said proxy server converting said management commands from said management station from said first communication protocol format to said second communication protocol format; and
(k) said proxy server sending said management commands to said selected one of said one or more managed devices in said second communication protocol format.
21. The method as recited in claim 20 wherein said first communication protocol is remote procedure call (RPC) and said second communication protocol is universal transport mechanism (UTM).
22. The method as recited in claim 20, further comprising the steps of:
(l) said selected one of said one or more managed devices converting said management commands in said second communication protocol format to a management protocol command which a controller of said selected one of said one or more managed devices can process; and
(m) said selected one of said one or more managed devices processing said management protocol command.
23. A method for monitoring devices connected to a proxy server, comprising the steps of:
(a) providing a proxy server connected to a network;
(b) providing a management station for monitoring one or more managed devices connected to said proxy server;
(c) said management station locating said proxy server on said network;
(d) said management station obtaining from said proxy server a list of said one or more managed devices connected to said proxy server,
(e) said management station retrieving from each of said one or more managed devices an object graph, said object graph representing a configuration and a status of said one or more managed devices;
(f) displaying said object graph of said one or more managed devices on a display associated with said management station; and
(g) monitoring said network for event notifications transmitted by any of said one or more managed devices.
24. The method as recited in claim 23, further comprising the steps of:
(h) said management station initiating an event monitoring application on any of said one or more managed devices; and
(i) when an event on said any of said one or more managed devices occurs, said event monitoring application transmitting event notifications to said management station of said event.
25. The method as recited in claim 24, wherein the step of said management station initiating an event monitoring application comprises the steps of starting a proxy communication thread on said proxy server, which then starts the event monitoring application on said any of said one or more managed devices.
26. The method as recited in claim 24, wherein said event comprises a configuration change of said any of said one or more managed devices.
27. The method as recited in claim 24, wherein said event comprises a status changes of said any of said one or more managed devices.
28. The method as recited in claim 24, wherein said event comprises an error of said any of said one or more managed devices.
29. The method as recited in claim 24, wherein when said management station receives said event notification from said event monitoring application, said management station updates said object graph for said any of said one or more managed devices on said display.
30. The method as recited in claim 24, wherein said event monitoring application comprises a hanging asynchronous event notification (AEN) application.
US10/201,842 1999-07-09 2002-07-24 Methods and apparatus for managing devices without network attachments Abandoned US20020184360A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/201,842 US20020184360A1 (en) 1999-07-09 2002-07-24 Methods and apparatus for managing devices without network attachments

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/350,515 US6480901B1 (en) 1999-07-09 1999-07-09 System for monitoring and managing devices on a network from a management station via a proxy server that provides protocol converter
US10/201,842 US20020184360A1 (en) 1999-07-09 2002-07-24 Methods and apparatus for managing devices without network attachments

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/350,515 Continuation US6480901B1 (en) 1999-07-09 1999-07-09 System for monitoring and managing devices on a network from a management station via a proxy server that provides protocol converter

Publications (1)

Publication Number Publication Date
US20020184360A1 true US20020184360A1 (en) 2002-12-05

Family

ID=23377055

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/350,515 Expired - Lifetime US6480901B1 (en) 1999-07-09 1999-07-09 System for monitoring and managing devices on a network from a management station via a proxy server that provides protocol converter
US10/201,842 Abandoned US20020184360A1 (en) 1999-07-09 2002-07-24 Methods and apparatus for managing devices without network attachments

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/350,515 Expired - Lifetime US6480901B1 (en) 1999-07-09 1999-07-09 System for monitoring and managing devices on a network from a management station via a proxy server that provides protocol converter

Country Status (2)

Country Link
US (2) US6480901B1 (en)
EP (1) EP1067732A3 (en)

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030158934A1 (en) * 2002-02-05 2003-08-21 Ben Chang Condition monitor and controller for a server system
US20040073532A1 (en) * 2002-10-10 2004-04-15 Sun Mircrosystems, Inc. Method, system, and program for retrieving an object graph
US20050015658A1 (en) * 2003-07-15 2005-01-20 Ofir Zohar Redundant manager for a storage system
US20050060396A1 (en) * 2003-09-16 2005-03-17 Yokogawa Electric Corporation Device diagnosis system
US20050080886A1 (en) * 2003-09-26 2005-04-14 Timothy Croy Management of network elements using a proxy agent
US20050108257A1 (en) * 2003-11-19 2005-05-19 Yohsuke Ishii Emergency access interception according to black list
US20050138207A1 (en) * 2003-12-17 2005-06-23 International Business Machines Corporation Method and apparatus for transporting language-independent messages through generic management frameworks
US20050138174A1 (en) * 2003-12-17 2005-06-23 Groves David W. Method and system for assigning or creating a resource
US20060041612A1 (en) * 2003-04-04 2006-02-23 Computer Associates Think, Inc. Method and system for discovery of remote agents
US7206833B1 (en) * 1999-09-30 2007-04-17 Intel Corporation Platform independent alert detection and management
US7236987B1 (en) 2003-02-28 2007-06-26 Sun Microsystems Inc. Systems and methods for providing a storage virtualization environment
US20070168609A1 (en) * 2006-01-13 2007-07-19 Dell Products L.P. System and method for the migration of storage formats
US7272690B2 (en) 2003-12-17 2007-09-18 International Business Machines Corporation Method and system for assigning a resource
US7290168B1 (en) 2003-02-28 2007-10-30 Sun Microsystems, Inc. Systems and methods for providing a multi-path network switch system
US20070300051A1 (en) * 2006-06-26 2007-12-27 Rothman Michael A Out of band asset management
US7383381B1 (en) 2003-02-28 2008-06-03 Sun Microsystems, Inc. Systems and methods for configuring a storage virtualization environment
US20080183800A1 (en) * 2007-01-26 2008-07-31 Microsoft Corporation Mobile device management proxy system
US20080189403A1 (en) * 2007-02-05 2008-08-07 Kyocera Mita Electronic Device, Computer Readable Recording Medium and Electronic Device Control Method
US7430568B1 (en) 2003-02-28 2008-09-30 Sun Microsystems, Inc. Systems and methods for providing snapshot capabilities in a storage virtualization environment
US20090031010A1 (en) * 2005-03-30 2009-01-29 Zimmer Vincent J OS Independent Device Management Methods and Apparatuses
US20090150819A1 (en) * 2007-12-10 2009-06-11 Lg Electronics Inc. Diagnostic system and method for a mobile communication terminal
US20090313326A1 (en) * 2007-01-18 2009-12-17 Te-Hyun Kim Device management using event
US7725473B2 (en) 2003-12-17 2010-05-25 International Business Machines Corporation Common information model
US20100185582A1 (en) * 2009-01-16 2010-07-22 Microsoft Corporation Web Deployment Functions and Interfaces
US20100199291A1 (en) * 2007-10-10 2010-08-05 Rui Wang Method, system and apparatus for transmitting remote procedure call commands
US7856493B1 (en) * 2004-03-17 2010-12-21 Cisco Technology, Inc. Method and apparatus providing device-initiated network management
CN102289388A (en) * 2011-09-05 2011-12-21 浪潮电子信息产业股份有限公司 Extension method for managing IPMI (Intelligent Platform Management Interface) interface protocol by server
US20110317559A1 (en) * 2010-06-25 2011-12-29 Kern Andras Notifying a Controller of a Change to a Packet Forwarding Configuration of a Network Element Over a Communication Channel
US20120066633A1 (en) * 2010-09-10 2012-03-15 Hitachi, Ltd. System for managing task that is for processing to computer system and that is based on user operation and method for displaying information related to task of that type
US20120084492A1 (en) * 2009-03-27 2012-04-05 Ross Stenfort Storage system logical block address de-allocation management and data hardening
US9661163B1 (en) 2016-02-12 2017-05-23 Xerox Corporation Machine learning based system and method for improving false alert triggering in web based device management applications
US9838244B1 (en) 2013-12-11 2017-12-05 Ca, Inc. Compound alarms
US10425312B1 (en) * 2013-12-11 2019-09-24 Ca, Inc. One-click monitoring

Families Citing this family (249)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6317748B1 (en) * 1998-05-08 2001-11-13 Microsoft Corporation Management information to object mapping and correlator
US6779027B1 (en) * 1999-04-30 2004-08-17 Hewlett-Packard Development Company, L.P. Intelligent management module application programming interface with utility objects
US8212893B2 (en) 1999-06-08 2012-07-03 Verisign, Inc. Digital camera device and methodology for distributed processing and wireless transmission of digital images
JP2000357138A (en) * 1999-06-16 2000-12-26 Canon Inc Device and method for managing network device, and storage medium
US6769022B1 (en) * 1999-07-09 2004-07-27 Lsi Logic Corporation Methods and apparatus for managing heterogeneous storage devices
US7640325B1 (en) * 1999-07-09 2009-12-29 Lsi Corporation Methods and apparatus for issuing updates to multiple management entities
US6480901B1 (en) * 1999-07-09 2002-11-12 Lsi Logic Corporation System for monitoring and managing devices on a network from a management station via a proxy server that provides protocol converter
US7424543B2 (en) * 1999-09-08 2008-09-09 Rice Iii James L System and method of permissive data flow and application transfer
US6944654B1 (en) * 1999-11-01 2005-09-13 Emc Corporation Multiple storage array control
JP3565490B2 (en) * 1999-11-09 2004-09-15 インターナショナル・ビジネス・マシーンズ・コーポレーション Client server system, server, client, proxy server control method, proxy server function providing method, and storage medium
US7343441B1 (en) * 1999-12-08 2008-03-11 Microsoft Corporation Method and apparatus of remote computer management
US7424529B2 (en) * 1999-12-10 2008-09-09 International Business Machines Corporation System using host bus adapter connection tables and server tables to generate connection topology of servers and controllers
US20010047383A1 (en) * 2000-01-14 2001-11-29 Dutta Prabal K. System and method for on-demand communications with legacy networked devices
JP3329804B2 (en) * 2000-02-21 2002-09-30 株式会社東芝 Monitoring and control equipment
EP1172968A4 (en) * 2000-02-21 2009-04-01 Toshiba Kk Operator terminal device and communication path setting method
US7225244B2 (en) * 2000-05-20 2007-05-29 Ciena Corporation Common command interface
AU2001266601A1 (en) * 2000-05-23 2001-12-03 Ntechra, Inc. Messaging based proxy application management
AU2001264944A1 (en) * 2000-05-25 2001-12-03 Transacttools, Inc. A method, system and apparatus for establishing, monitoring, and managing connectivity for communication among heterogeneous systems
US7085805B1 (en) * 2000-07-07 2006-08-01 Sun Microsystems, Inc. Remote device management in grouped server environment
US20020038373A1 (en) * 2000-07-21 2002-03-28 John Border Method and system for improving network performance enhancing proxy architecture with gateway redundancy
US7058707B1 (en) 2000-08-01 2006-06-06 Qwest Communications International, Inc. Performance modeling in a VDSL network
US7464164B2 (en) * 2000-08-01 2008-12-09 Qwest Communications International, Inc. Linking order entry process to realtime network inventories and capacities
US7269641B2 (en) * 2000-08-30 2007-09-11 Sun Microsystems, Inc. Remote reconfiguration system
JP2002164893A (en) * 2000-09-06 2002-06-07 Toshiba Corp Control method of information transmitting network system
CN1261892C (en) * 2000-09-15 2006-06-28 旺德维尔公司 Industrial process control data access server supporting multiple client data exchange protocols
US7103650B1 (en) * 2000-09-26 2006-09-05 Microsoft Corporation Client computer configuration based on server computer update
US20030035430A1 (en) * 2000-10-03 2003-02-20 Junaid Islam Programmable network device
US6834299B1 (en) * 2000-10-12 2004-12-21 International Business Machines Corporation Method and system for automating the configuration of a storage area network
US20020078437A1 (en) * 2000-12-15 2002-06-20 International Business Machines Corporation Code load distribution
US6772253B1 (en) * 2000-12-20 2004-08-03 Intel Corporation Method and apparatus for shared system communication and system hardware management communication via USB using a non-USB communication device
US20020099851A1 (en) * 2001-01-22 2002-07-25 Shah Hemal V. Decoupling TCP/IP processing in system area networks
US7024479B2 (en) * 2001-01-22 2006-04-04 Intel Corporation Filtering calls in system area networks
JP2002290403A (en) * 2001-03-23 2002-10-04 Mitsubishi Electric Corp Monitoring control system, monitoring control method and control program for device on controlled side
US7231430B2 (en) * 2001-04-20 2007-06-12 Egenera, Inc. Reconfigurable, virtual processing system, cluster, network and method
US7370078B1 (en) * 2001-05-22 2008-05-06 Cisco Technology, Inc. Determining a remote device name
US20020178295A1 (en) * 2001-05-23 2002-11-28 Joseph Buczek Distributed gateways for remote management of USB-compatible devices
US20020178141A1 (en) * 2001-05-25 2002-11-28 Kushnirskiy Igor Davidovich Method and apparatus for remote inter-language method calling
US20020184300A1 (en) * 2001-06-05 2002-12-05 Schmeling Garth F. Device management system and method
US20020199022A1 (en) * 2001-06-26 2002-12-26 Simon Tsang System and method for establishing and managing communications between mangement protocol different system
US20030005090A1 (en) * 2001-06-30 2003-01-02 Sullivan Robert R. System and method for integrating network services
JP2003030018A (en) * 2001-07-13 2003-01-31 Sony Corp Data communication apparatus, data communication, method, data communication system, information processor, information processing method, recording medium and program
US6963911B2 (en) * 2001-07-19 2005-11-08 General Instrument Corporation Distributed element network management
US20030023700A1 (en) * 2001-07-27 2003-01-30 Lightsurf Technologies, Inc. System and methodology providing on-board user interface
US7389332B1 (en) 2001-09-07 2008-06-17 Cisco Technology, Inc. Method and apparatus for supporting communications between nodes operating in a master-slave configuration
US20030069961A1 (en) * 2001-10-04 2003-04-10 Intel Corporation Mechanism for the dynamic detection of graph based connectivity among PCI devices
US8060587B2 (en) * 2001-10-05 2011-11-15 International Business Machines Corporation Methods and apparatus for launching device specific applications on storage area network components
US7610366B2 (en) * 2001-11-06 2009-10-27 Canon Kabushiki Kaisha Dynamic network device reconfiguration
US7219140B2 (en) * 2001-12-05 2007-05-15 Dennis Craig Marl Configuration and management systems for mobile and embedded devices
US6633835B1 (en) * 2002-01-10 2003-10-14 Networks Associates Technology, Inc. Prioritized data capture, classification and filtering in a network monitoring environment
US7299277B1 (en) 2002-01-10 2007-11-20 Network General Technology Media module apparatus and method for use in a network monitoring environment
US20030135618A1 (en) * 2002-01-17 2003-07-17 Ravikumar Pisupati Computer network for providing services and a method of providing services with a computer network
US6658091B1 (en) 2002-02-01 2003-12-02 @Security Broadband Corp. LIfestyle multimedia security system
US7724281B2 (en) 2002-02-04 2010-05-25 Syniverse Icx Corporation Device facilitating efficient transfer of digital content from media capture device
US20030158937A1 (en) * 2002-02-20 2003-08-21 Johal Sumer Singh Methods and systems for using distributed business data using observation technology to avoid the need to integrate servers and clients
US7392310B2 (en) * 2002-12-26 2008-06-24 Ricoh Company, Ltd. Method and system for using data structures to store database information for multiple vendors and model support for remotely monitored devices
US7421478B1 (en) 2002-03-07 2008-09-02 Cisco Technology, Inc. Method and apparatus for exchanging heartbeat messages and configuration information between nodes operating in a master-slave configuration
US6868493B2 (en) * 2002-03-13 2005-03-15 Honeywell International, Inc. System and method for panel linking in a security system
US6816920B2 (en) * 2002-03-20 2004-11-09 Hewlett-Packard Development Company, L.P. Method and system for managing information for a computer system
US7596611B1 (en) 2002-04-01 2009-09-29 Veritas Operating Corporation Method and apparatus for maintaining information for use in the configuration of a client
JP2003316671A (en) * 2002-04-19 2003-11-07 Hitachi Ltd Method for displaying configuration of storage network
US7281062B1 (en) 2002-04-22 2007-10-09 Cisco Technology, Inc. Virtual SCSI bus for SCSI-based storage area network
US7433952B1 (en) 2002-04-22 2008-10-07 Cisco Technology, Inc. System and method for interconnecting a storage area network
US7587465B1 (en) 2002-04-22 2009-09-08 Cisco Technology, Inc. Method and apparatus for configuring nodes as masters or slaves
US7188194B1 (en) 2002-04-22 2007-03-06 Cisco Technology, Inc. Session-based target/LUN mapping for a storage area network and associated method
US7415535B1 (en) 2002-04-22 2008-08-19 Cisco Technology, Inc. Virtual MAC address system and method
US7200610B1 (en) * 2002-04-22 2007-04-03 Cisco Technology, Inc. System and method for configuring fibre-channel devices
US7165258B1 (en) 2002-04-22 2007-01-16 Cisco Technology, Inc. SCSI-based storage area network having a SCSI router that routes traffic between SCSI and IP networks
US20040039772A1 (en) * 2002-04-25 2004-02-26 De Miguel Angel Boveda Methods and arrangements in a telecommunication network
US7398326B2 (en) * 2002-04-25 2008-07-08 International Business Machines Corporation Methods for management of mixed protocol storage area networks
US7385971B1 (en) 2002-05-09 2008-06-10 Cisco Technology, Inc. Latency reduction in network data transfer operations
US7509436B1 (en) 2002-05-09 2009-03-24 Cisco Technology, Inc. System and method for increased virtual driver throughput
US7240098B1 (en) 2002-05-09 2007-07-03 Cisco Technology, Inc. System, method, and software for a virtual host bus adapter in a storage-area network
WO2003101035A1 (en) * 2002-05-20 2003-12-04 Vigilos, Inc. System and method for providing data communication in a device network
US7003527B1 (en) * 2002-06-27 2006-02-21 Emc Corporation Methods and apparatus for managing devices within storage area networks
WO2004003783A1 (en) * 2002-07-01 2004-01-08 Thomson Licensing S.A. Heterogeneous disk storage management technique
US6826661B2 (en) * 2002-08-30 2004-11-30 Veritas Operating Corporation Methods and systems for storage architectures
US20040088346A1 (en) * 2002-10-31 2004-05-06 Philipp Hassler Geo-server interface
FR2846821B1 (en) * 2002-11-04 2005-03-11 Cit Alcatel DEVICE AND METHOD FOR CONTROLLING NETWORK EQUIPMENT MANAGEMENT DATA, FOR A COMMUNICATIONS NETWORK MANAGEMENT SYSTEM
JP2004220216A (en) * 2003-01-14 2004-08-05 Hitachi Ltd San/nas integrated storage device
JP2004259044A (en) * 2003-02-26 2004-09-16 Hitachi Ltd Method and system for managing information processor
US7831736B1 (en) 2003-02-27 2010-11-09 Cisco Technology, Inc. System and method for supporting VLANs in an iSCSI
US7295572B1 (en) 2003-03-26 2007-11-13 Cisco Technology, Inc. Storage router and method for routing IP datagrams between data path processors using a fibre channel switch
US7433300B1 (en) 2003-03-28 2008-10-07 Cisco Technology, Inc. Synchronization of configuration data in storage-area networks
US7904599B1 (en) 2003-03-28 2011-03-08 Cisco Technology, Inc. Synchronization and auditing of zone configuration data in storage-area networks
US7526527B1 (en) 2003-03-31 2009-04-28 Cisco Technology, Inc. Storage area network interconnect server
JP4315021B2 (en) * 2003-05-20 2009-08-19 株式会社日立製作所 Management item management system and method
US7546584B2 (en) 2003-06-16 2009-06-09 American Megatrends, Inc. Method and system for remote software testing
US7543277B1 (en) 2003-06-27 2009-06-02 American Megatrends, Inc. Method and system for remote software debugging
US7451208B1 (en) 2003-06-28 2008-11-11 Cisco Technology, Inc. Systems and methods for network address failover
US20050066045A1 (en) * 2003-09-03 2005-03-24 Johnson Neil James Integrated network interface supporting multiple data transfer protocols
US20050108358A1 (en) * 2003-11-03 2005-05-19 Jarvis Daniel C. Web enabled peripheral device, method of using a web enabled peripheral device, and method of manufacturing and supporting a web enabled peripheral device
US7379984B1 (en) * 2003-12-09 2008-05-27 Emc Corporation Apparatus, system, and method for autonomy controlled management of a distributed computer system
US7526772B2 (en) * 2004-01-16 2009-04-28 International Business Machines Corporation Method and apparatus for transforming systems management native event formats to enable correlation
US7296079B2 (en) * 2004-01-27 2007-11-13 Ricoh Company, Ltd. Method and system for initializing protocol information used to extract status information from networked devices
US20050193105A1 (en) * 2004-02-27 2005-09-01 Basham Robert B. Method and system for processing network discovery data
US7827258B1 (en) * 2004-03-01 2010-11-02 American Megatrends, Inc. Method, system, and apparatus for communicating with a computer management device
US7293039B1 (en) 2004-03-12 2007-11-06 Network Appliance, Inc. Storage resource management across multiple paths
US7539702B2 (en) * 2004-03-12 2009-05-26 Netapp, Inc. Pre-summarization and analysis of results generated by an agent
US7844646B1 (en) 2004-03-12 2010-11-30 Netapp, Inc. Method and apparatus for representing file system metadata within a database for efficient queries
US7325060B2 (en) * 2004-03-15 2008-01-29 Micrel, Inc. Management system for hardware network devices
US10142392B2 (en) 2007-01-24 2018-11-27 Icontrol Networks, Inc. Methods and systems for improved system performance
US11916870B2 (en) 2004-03-16 2024-02-27 Icontrol Networks, Inc. Gateway registry methods and systems
US11343380B2 (en) 2004-03-16 2022-05-24 Icontrol Networks, Inc. Premises system automation
US20050216302A1 (en) 2004-03-16 2005-09-29 Icontrol Networks, Inc. Business method for premises management
US10339791B2 (en) 2007-06-12 2019-07-02 Icontrol Networks, Inc. Security network integrated with premise security system
US8635350B2 (en) 2006-06-12 2014-01-21 Icontrol Networks, Inc. IP device discovery systems and methods
US11113950B2 (en) 2005-03-16 2021-09-07 Icontrol Networks, Inc. Gateway integrated with premises security system
US11159484B2 (en) 2004-03-16 2021-10-26 Icontrol Networks, Inc. Forming a security network including integrated security system components and network devices
US11244545B2 (en) 2004-03-16 2022-02-08 Icontrol Networks, Inc. Cross-client sensor user interface in an integrated security network
US7711796B2 (en) 2006-06-12 2010-05-04 Icontrol Networks, Inc. Gateway registry methods and systems
US10200504B2 (en) 2007-06-12 2019-02-05 Icontrol Networks, Inc. Communication protocols over internet protocol (IP) networks
US20090077623A1 (en) 2005-03-16 2009-03-19 Marc Baum Security Network Integrating Security System and Network Devices
US8996665B2 (en) 2005-03-16 2015-03-31 Icontrol Networks, Inc. Takeover processes in security network integrated with premise security system
US10721087B2 (en) 2005-03-16 2020-07-21 Icontrol Networks, Inc. Method for networked touchscreen with integrated interfaces
US10348575B2 (en) 2013-06-27 2019-07-09 Icontrol Networks, Inc. Control system user interface
US11316958B2 (en) 2008-08-11 2022-04-26 Icontrol Networks, Inc. Virtual device systems and methods
US11582065B2 (en) 2007-06-12 2023-02-14 Icontrol Networks, Inc. Systems and methods for device communication
US10382452B1 (en) 2007-06-12 2019-08-13 Icontrol Networks, Inc. Communication protocols in integrated systems
US10444964B2 (en) 2007-06-12 2019-10-15 Icontrol Networks, Inc. Control system user interface
US11277465B2 (en) 2004-03-16 2022-03-15 Icontrol Networks, Inc. Generating risk profile using data of home monitoring and security system
US8612591B2 (en) 2005-03-16 2013-12-17 Icontrol Networks, Inc. Security system with networked touchscreen
US8988221B2 (en) 2005-03-16 2015-03-24 Icontrol Networks, Inc. Integrated security system with parallel processing architecture
US9191228B2 (en) 2005-03-16 2015-11-17 Icontrol Networks, Inc. Cross-client sensor user interface in an integrated security network
US8963713B2 (en) 2005-03-16 2015-02-24 Icontrol Networks, Inc. Integrated security network with security alarm signaling system
US11489812B2 (en) 2004-03-16 2022-11-01 Icontrol Networks, Inc. Forming a security network including integrated security system components and network devices
US10375253B2 (en) 2008-08-25 2019-08-06 Icontrol Networks, Inc. Security system with networked touchscreen and gateway
US9141276B2 (en) 2005-03-16 2015-09-22 Icontrol Networks, Inc. Integrated interface for mobile device
US9609003B1 (en) 2007-06-12 2017-03-28 Icontrol Networks, Inc. Generating risk profile using data of home monitoring and security system
US10313303B2 (en) 2007-06-12 2019-06-04 Icontrol Networks, Inc. Forming a security network including integrated security system components and network devices
US9172553B2 (en) 2005-03-16 2015-10-27 Icontrol Networks, Inc. Security system with networked touchscreen and gateway
US11677577B2 (en) 2004-03-16 2023-06-13 Icontrol Networks, Inc. Premises system management using status signal
US11368429B2 (en) 2004-03-16 2022-06-21 Icontrol Networks, Inc. Premises management configuration and control
US9531593B2 (en) 2007-06-12 2016-12-27 Icontrol Networks, Inc. Takeover processes in security network integrated with premise security system
US8473619B2 (en) 2005-03-16 2013-06-25 Icontrol Networks, Inc. Security network integrated with premise security system
US20170118037A1 (en) 2008-08-11 2017-04-27 Icontrol Networks, Inc. Integrated cloud system for premises automation
US10062273B2 (en) 2010-09-28 2018-08-28 Icontrol Networks, Inc. Integrated security system with parallel processing architecture
US10522026B2 (en) 2008-08-11 2019-12-31 Icontrol Networks, Inc. Automation system user interface with three-dimensional display
US10237237B2 (en) 2007-06-12 2019-03-19 Icontrol Networks, Inc. Communication protocols in integrated systems
US10156959B2 (en) 2005-03-16 2018-12-18 Icontrol Networks, Inc. Cross-client sensor user interface in an integrated security network
US11811845B2 (en) 2004-03-16 2023-11-07 Icontrol Networks, Inc. Communication protocols over internet protocol (IP) networks
US9729342B2 (en) 2010-12-20 2017-08-08 Icontrol Networks, Inc. Defining and implementing sensor triggered response rules
US11201755B2 (en) 2004-03-16 2021-12-14 Icontrol Networks, Inc. Premises system management using status signal
US7620707B1 (en) * 2004-06-30 2009-11-17 Kaseya International Limited Remote computer management when a proxy server is present at the site of a managed computer
US7574503B2 (en) * 2004-08-27 2009-08-11 Ricoh Company Ltd. Method and system for using abstract classes to extract status information from networked devices
US7844699B1 (en) * 2004-11-03 2010-11-30 Horrocks William L Web-based monitoring and control system
US7831699B2 (en) * 2005-01-07 2010-11-09 Samsung Electronics Co., Ltd. Method and system for managing control of groups of networked heterogenous devices in a network
US20170180198A1 (en) 2008-08-11 2017-06-22 Marc Baum Forming a security network including integrated security system components
US11496568B2 (en) 2005-03-16 2022-11-08 Icontrol Networks, Inc. Security system with networked touchscreen
US20120324566A1 (en) 2005-03-16 2012-12-20 Marc Baum Takeover Processes In Security Network Integrated With Premise Security System
US8825871B2 (en) 2005-03-16 2014-09-02 Icontrol Networks, Inc. Controlling data routing among networks
US11700142B2 (en) 2005-03-16 2023-07-11 Icontrol Networks, Inc. Security network integrating security system and network devices
US9450776B2 (en) 2005-03-16 2016-09-20 Icontrol Networks, Inc. Forming a security network including integrated security system components
US9306809B2 (en) 2007-06-12 2016-04-05 Icontrol Networks, Inc. Security system with networked touchscreen
US8819178B2 (en) 2005-03-16 2014-08-26 Icontrol Networks, Inc. Controlling data routing in integrated security systems
US11615697B2 (en) 2005-03-16 2023-03-28 Icontrol Networks, Inc. Premise management systems and methods
US20110128378A1 (en) 2005-03-16 2011-06-02 Reza Raji Modular Electronic Display Platform
US10999254B2 (en) 2005-03-16 2021-05-04 Icontrol Networks, Inc. System for data routing in networks
US8713132B2 (en) 2005-03-16 2014-04-29 Icontrol Networks, Inc. Device for data routing in networks
US9059863B2 (en) * 2005-03-16 2015-06-16 Icontrol Networks, Inc. Method for data routing in networks
US7477949B2 (en) * 2005-03-24 2009-01-13 Xiv Ltd. Graphic user interface for a storage system
JP2006285597A (en) * 2005-03-31 2006-10-19 Nec Corp Integrated storage system, system starting method, and its program
JP4182083B2 (en) * 2005-05-12 2008-11-19 キヤノン株式会社 Apparatus, method, and program for managing network devices connected to network
US8239498B2 (en) * 2005-10-28 2012-08-07 Bank Of America Corporation System and method for facilitating the implementation of changes to the configuration of resources in an enterprise
US8782201B2 (en) * 2005-10-28 2014-07-15 Bank Of America Corporation System and method for managing the configuration of resources in an enterprise
CA2555719C (en) * 2005-10-31 2010-04-13 Lpi Level Platforms, Inc. A method for providing remote management of computer systems
US8010843B2 (en) 2005-12-14 2011-08-30 American Megatrends, Inc. System and method for debugging a target computer using SMBus
US20070168471A1 (en) * 2006-01-17 2007-07-19 Childress Rhonda L Method for providing network resources
JP2007226398A (en) * 2006-02-22 2007-09-06 Hitachi Ltd Database connection management method and computer system
US7971187B2 (en) * 2006-04-24 2011-06-28 Microsoft Corporation Configurable software stack
US10838714B2 (en) 2006-04-24 2020-11-17 Servicenow, Inc. Applying packages to configure software stacks
US20070280206A1 (en) * 2006-05-31 2007-12-06 Samsung Electronics Co., Ltd. Method for consuming heterogeneous services on heterogeneous devices using script plugins
US10079839B1 (en) 2007-06-12 2018-09-18 Icontrol Networks, Inc. Activation of gateway device
US8185619B1 (en) * 2006-06-28 2012-05-22 Compuware Corporation Analytics system and method
US20080028044A1 (en) * 2006-07-26 2008-01-31 Intellidyne, L.L.C. System and method for file transfer
US20080065757A1 (en) * 2006-09-08 2008-03-13 Tetsuro Motoyama System, method, and computer program product using the HTTP protocol to extract information from remote devices
US20080127184A1 (en) * 2006-11-28 2008-05-29 Stefan Hofmann Method and Apparatus for Facilitating Communication Between a Managed System and Management Systems
US8200848B2 (en) * 2006-11-28 2012-06-12 Alcatel Lucent Method and apparatus for facilitating communication between a managed system and management systems
US11706279B2 (en) 2007-01-24 2023-07-18 Icontrol Networks, Inc. Methods and systems for data communication
US7633385B2 (en) 2007-02-28 2009-12-15 Ucontrol, Inc. Method and system for communicating with and controlling an alarm system from a remote server
US8451986B2 (en) 2007-04-23 2013-05-28 Icontrol Networks, Inc. Method and system for automatically providing alternate network access for telecommunications
US10616075B2 (en) 2007-06-12 2020-04-07 Icontrol Networks, Inc. Communication protocols in integrated systems
US11237714B2 (en) 2007-06-12 2022-02-01 Control Networks, Inc. Control system user interface
US11089122B2 (en) 2007-06-12 2021-08-10 Icontrol Networks, Inc. Controlling data routing among networks
US10051078B2 (en) 2007-06-12 2018-08-14 Icontrol Networks, Inc. WiFi-to-serial encapsulation in systems
US11212192B2 (en) 2007-06-12 2021-12-28 Icontrol Networks, Inc. Communication protocols in integrated systems
US11423756B2 (en) 2007-06-12 2022-08-23 Icontrol Networks, Inc. Communication protocols in integrated systems
US11646907B2 (en) 2007-06-12 2023-05-09 Icontrol Networks, Inc. Communication protocols in integrated systems
US10523689B2 (en) 2007-06-12 2019-12-31 Icontrol Networks, Inc. Communication protocols over internet protocol (IP) networks
US10389736B2 (en) 2007-06-12 2019-08-20 Icontrol Networks, Inc. Communication protocols in integrated systems
US10423309B2 (en) 2007-06-12 2019-09-24 Icontrol Networks, Inc. Device integration framework
US10666523B2 (en) 2007-06-12 2020-05-26 Icontrol Networks, Inc. Communication protocols in integrated systems
US11601810B2 (en) 2007-06-12 2023-03-07 Icontrol Networks, Inc. Communication protocols in integrated systems
US10498830B2 (en) 2007-06-12 2019-12-03 Icontrol Networks, Inc. Wi-Fi-to-serial encapsulation in systems
US11316753B2 (en) 2007-06-12 2022-04-26 Icontrol Networks, Inc. Communication protocols in integrated systems
US11218878B2 (en) * 2007-06-12 2022-01-04 Icontrol Networks, Inc. Communication protocols in integrated systems
KR20080112914A (en) * 2007-06-22 2008-12-26 삼성전자주식회사 Method of receiving/transmitting event message, controlled device, and control point
US9032079B2 (en) * 2007-06-26 2015-05-12 Microsoft Technology Licensing, Llc Management and diagnosis of telephonic devices
JP4981544B2 (en) * 2007-06-27 2012-07-25 富士フイルム株式会社 Communication system, proxy server, control method thereof, and control program thereof
US11831462B2 (en) 2007-08-24 2023-11-28 Icontrol Networks, Inc. Controlling data routing in premises management systems
DE102007044630A1 (en) * 2007-09-19 2009-04-02 Siemens Ag Plant and method for operating a plant
US20090164645A1 (en) * 2007-12-19 2009-06-25 Nortel Networks Limited Real time communication between web and sip end points
US8756283B2 (en) * 2007-12-19 2014-06-17 Rockstar Consortium USLP Integrated web portal for facilitating communications with an intended party
US20090161843A1 (en) * 2007-12-19 2009-06-25 Nortel Networks Limited Delayed multimedia session
US11916928B2 (en) 2008-01-24 2024-02-27 Icontrol Networks, Inc. Communication protocols over internet protocol (IP) networks
US20170185278A1 (en) 2008-08-11 2017-06-29 Icontrol Networks, Inc. Automation system user interface
US10530839B2 (en) 2008-08-11 2020-01-07 Icontrol Networks, Inc. Integrated cloud system with lightweight gateway for premises automation
US11792036B2 (en) 2008-08-11 2023-10-17 Icontrol Networks, Inc. Mobile premises automation platform
US11758026B2 (en) 2008-08-11 2023-09-12 Icontrol Networks, Inc. Virtual device systems and methods
US11258625B2 (en) 2008-08-11 2022-02-22 Icontrol Networks, Inc. Mobile premises automation platform
US11729255B2 (en) * 2008-08-11 2023-08-15 Icontrol Networks, Inc. Integrated cloud system with lightweight gateway for premises automation
US20100043006A1 (en) * 2008-08-13 2010-02-18 Egenera, Inc. Systems and methods for a configurable deployment platform with virtualization of processing resource specific persistent settings
US7870300B2 (en) 2008-08-15 2011-01-11 International Business Machines Corporation Remote management of storage controllers
US20100058308A1 (en) * 2008-08-29 2010-03-04 International Business Machines Corporation Central provider and satellite provider update and diagnosis integration tool
JP2010079796A (en) * 2008-09-29 2010-04-08 Fujifilm Corp Proxy server, and method and program for controlling same
US9628440B2 (en) 2008-11-12 2017-04-18 Icontrol Networks, Inc. Takeover processes in security network integrated with premise security system
US8463884B2 (en) * 2009-04-08 2013-06-11 Microsoft Corporation Synchronization of mobile device with application server
US8638211B2 (en) 2009-04-30 2014-01-28 Icontrol Networks, Inc. Configurable controller and interface for home SMA, phone and multimedia
US9425976B2 (en) * 2009-08-19 2016-08-23 Hewlett Packard Enterprise Development Lp Reporting operational information of a network device
WO2011127957A1 (en) * 2010-04-12 2011-10-20 Nokia Siemens Networks Oy Improving management communication
WO2011137458A1 (en) 2010-04-30 2011-11-03 Icontrol Networks, Inc. Power and data solution for remote low-power devices
AU2011250886A1 (en) 2010-05-10 2013-01-10 Icontrol Networks, Inc Control system user interface
JP2013535131A (en) * 2010-06-09 2013-09-09 プラヴァラ インコーポレイテッド Data transmission over several different networks
US8836467B1 (en) 2010-09-28 2014-09-16 Icontrol Networks, Inc. Method, system and apparatus for automated reporting of account and sensor zone information to a central station
US11750414B2 (en) 2010-12-16 2023-09-05 Icontrol Networks, Inc. Bidirectional security sensor communication for a premises security system
US9147337B2 (en) 2010-12-17 2015-09-29 Icontrol Networks, Inc. Method and system for logging security event data
US9363214B2 (en) * 2012-11-29 2016-06-07 Ricoh Company, Ltd. Network appliance architecture for unified communication services
US9928975B1 (en) 2013-03-14 2018-03-27 Icontrol Networks, Inc. Three-way switch
US8695077B1 (en) 2013-03-14 2014-04-08 Sansay, Inc. Establishing and controlling communication sessions between SIP devices and website application servers
US9287727B1 (en) 2013-03-15 2016-03-15 Icontrol Networks, Inc. Temporal voltage adaptive lithium battery charger
US9867143B1 (en) 2013-03-15 2018-01-09 Icontrol Networks, Inc. Adaptive Power Modulation
EP3031206B1 (en) 2013-08-09 2020-01-22 ICN Acquisition, LLC System, method and apparatus for remote monitoring
US20150088957A1 (en) * 2013-09-25 2015-03-26 Sony Corporation System and methods for managing applications in multiple devices
US11405463B2 (en) 2014-03-03 2022-08-02 Icontrol Networks, Inc. Media content management
US11146637B2 (en) 2014-03-03 2021-10-12 Icontrol Networks, Inc. Media content management
US11575534B2 (en) * 2015-02-10 2023-02-07 Universal Electronics Inc. System and method for aggregating and analyzing the status of a system
US10019486B2 (en) 2016-02-24 2018-07-10 Bank Of America Corporation Computerized system for analyzing operational event data
US10366338B2 (en) 2016-02-24 2019-07-30 Bank Of America Corporation Computerized system for evaluating the impact of technology change incidents
US10366337B2 (en) 2016-02-24 2019-07-30 Bank Of America Corporation Computerized system for evaluating the likelihood of technology change incidents
US10067984B2 (en) 2016-02-24 2018-09-04 Bank Of America Corporation Computerized system for evaluating technology stability
US10366367B2 (en) 2016-02-24 2019-07-30 Bank Of America Corporation Computerized system for evaluating and modifying technology change events
US10275183B2 (en) 2016-02-24 2019-04-30 Bank Of America Corporation System for categorical data dynamic decoding
US10223425B2 (en) 2016-02-24 2019-03-05 Bank Of America Corporation Operational data processor
US10430743B2 (en) 2016-02-24 2019-10-01 Bank Of America Corporation Computerized system for simulating the likelihood of technology change incidents
US10275182B2 (en) 2016-02-24 2019-04-30 Bank Of America Corporation System for categorical data encoding
US10387230B2 (en) 2016-02-24 2019-08-20 Bank Of America Corporation Technical language processor administration
US10216798B2 (en) 2016-02-24 2019-02-26 Bank Of America Corporation Technical language processor
TWI608377B (en) * 2017-04-13 2017-12-11 廣達電腦股份有限公司 Monitoring management systems and methods
CN110505075B (en) * 2018-05-18 2022-11-25 华为技术有限公司 Device management method and related device
US10805361B2 (en) 2018-12-21 2020-10-13 Sansay, Inc. Communication session preservation in geographically redundant cloud-based systems

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6078990A (en) * 1998-02-06 2000-06-20 Ncr Corporation Volume set configuration using a single operational view
US6105089A (en) * 1997-05-13 2000-08-15 Micron Electronics, Inc. Data management system for adding or exchanging components on a running computer
US6173374B1 (en) * 1998-02-11 2001-01-09 Lsi Logic Corporation System and method for peer-to-peer accelerated I/O shipping between host bus adapters in clustered computer network
US6219693B1 (en) * 1997-11-04 2001-04-17 Adaptec, Inc. File array storage architecture having file system distributed across a data processing platform
US6223234B1 (en) * 1998-07-17 2001-04-24 Micron Electronics, Inc. Apparatus for the hot swap and add of input/output platforms and devices
US6243829B1 (en) * 1998-05-27 2001-06-05 Hewlett-Packard Company Memory controller supporting redundant synchronous memories
US6247080B1 (en) * 1997-05-13 2001-06-12 Micron Electronics, Inc. Method for the hot add of devices
US6333929B1 (en) * 1997-08-29 2001-12-25 Intel Corporation Packet format for a distributed system
US6480901B1 (en) * 1999-07-09 2002-11-12 Lsi Logic Corporation System for monitoring and managing devices on a network from a management station via a proxy server that provides protocol converter

Family Cites Families (61)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4167041A (en) 1977-04-05 1979-09-04 International Business Machines Corporation Status reporting
JPS62229343A (en) 1986-03-29 1987-10-08 Toshiba Corp Program counter display system
CA1268557A (en) 1986-04-01 1990-05-01 Mikio Tomioka Method for displaying program executing circumstances and an apparatus using the same
US5005119A (en) 1987-03-02 1991-04-02 General Electric Company User interactive control of computer programs and corresponding versions of input/output data flow
US5369778A (en) 1987-08-21 1994-11-29 Wang Laboratories, Inc. Data processor that customizes program behavior by using a resource retrieval capability
US5005122A (en) 1987-09-08 1991-04-02 Digital Equipment Corporation Arrangement with cooperating management server node and network service node
US5109486A (en) 1989-01-06 1992-04-28 Motorola, Inc. Distributed computer system with network and resource status monitoring
US5473772A (en) 1991-04-02 1995-12-05 International Business Machines Corporation Automatic update of static and dynamic files at a remote network node in response to calls issued by or for application programs
US5123017A (en) 1989-09-29 1992-06-16 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Remote maintenance monitoring system
US5319773A (en) 1990-05-16 1994-06-07 International Business Machines Corporation Asynchronous resynchronization of a commit procedure
US5237689A (en) 1990-05-31 1993-08-17 Hewlett-Packard Company Configuration of mass storage devices
DE69126666T2 (en) 1990-09-17 1998-02-12 Cabletron Systems Inc NETWORK MANAGEMENT SYSTEM WITH MODEL-BASED INTELLIGENCE
JPH0727504B2 (en) 1990-12-10 1995-03-29 インターナショナル・ビジネス・マシーンズ・コーポレイション System for defining network configuration, method for generating configuration parameters for network, and system for configuring network
CA2094410C (en) 1992-06-18 1998-05-05 Joshua Seth Auerbach Distributed management communications network
DE69317982T2 (en) 1992-10-09 1998-11-19 Sun Microsystems Inc Method and system for real-time data collection and display device
US5581724A (en) 1992-10-19 1996-12-03 Storage Technology Corporation Dynamically mapped data storage subsystem having multiple open destage cylinders and method of managing that subsystem
CA2100540A1 (en) 1992-10-19 1994-04-20 Jonel George System and method for performing resource reconfiguration in a computer system
US5491796A (en) 1992-10-23 1996-02-13 Net Labs, Inc. Apparatus for remotely managing diverse information network resources
US5706508A (en) 1993-04-05 1998-01-06 International Business Machines Corporation System and method for monitoring SNMP tables
JPH076026A (en) 1993-05-28 1995-01-10 Xerox Corp Method for guarantee of interchangeablity of configuration management and component and method for exclusion of non- interchangeability of resident software and migration software
US5666534A (en) 1993-06-29 1997-09-09 Bull Hn Information Systems Inc. Method and appartus for use by a host system for mechanizing highly configurable capabilities in carrying out remote support for such system
US5471675A (en) 1993-07-27 1995-11-28 Taligent, Inc. Object oriented video framework system
US5392244A (en) 1993-08-19 1995-02-21 Hewlett-Packard Company Memory systems with data storage redundancy management
US5694581A (en) 1993-09-07 1997-12-02 Industrial Technology Research Institute Concurrent disk array management system implemented with CPU executable extension
US5634009A (en) 1993-10-01 1997-05-27 3Com Corporation Network data collection method and apparatus
US5548722A (en) 1993-10-14 1996-08-20 Apple Computer, Inc. User-centric system for choosing networked services
US5699518A (en) 1993-11-29 1997-12-16 Microsoft Corporation System for selectively setting a server node, evaluating to determine server node for executing server code, and downloading server code prior to executing if necessary
US5446888A (en) 1994-01-14 1995-08-29 Pyne; Charles F. Remote file transfer method and apparatus
US5522042A (en) 1994-01-28 1996-05-28 Cabletron Systems, Inc. Distributed chassis agent for distributed network management
US5619656A (en) 1994-05-05 1997-04-08 Openservice, Inc. System for uninterruptively displaying only relevant and non-redundant alert message of the highest severity for specific condition associated with group of computers being managed
CA2145921A1 (en) 1994-05-10 1995-11-11 Vijay Pochampalli Kumar Method and apparatus for executing a distributed algorithm or service on a simple network management protocol based computer network
DE69429983T2 (en) 1994-05-25 2002-10-17 Ibm Data transmission network and method for operating the network
US5666293A (en) 1994-05-27 1997-09-09 Bell Atlantic Network Services, Inc. Downloading operating system software through a broadcast channel
US5546558A (en) 1994-06-07 1996-08-13 Hewlett-Packard Company Memory system with hierarchic disk array and memory map store for persistent storage of virtual mapping information
US5611059A (en) 1994-09-02 1997-03-11 Square D Company Prelinked parameter configuration, automatic graphical linking, and distributed database configuration for devices within an automated monitoring/control system
US5668944A (en) 1994-09-06 1997-09-16 International Business Machines Corporation Method and system for providing performance diagnosis of a computer system
US5684984A (en) 1994-09-29 1997-11-04 Apple Computer, Inc. Synchronization and replication of object databases
US5625818A (en) 1994-09-30 1997-04-29 Apple Computer, Inc. System for managing local database updates published to different online information services in different formats from a central platform
US5634010A (en) 1994-10-21 1997-05-27 Modulus Technologies, Inc. Managing and distributing data objects of different types between computers connected to a network
JPH08171482A (en) 1994-10-29 1996-07-02 Mitsubishi Electric Corp System for generating version of program
US5654901A (en) 1995-01-30 1997-08-05 Telefonaktiebolaget Lm Ericsson Loading software into field test equipment
US5655081A (en) 1995-03-08 1997-08-05 Bmc Software, Inc. System for monitoring and managing computer resources and applications across a distributed computing environment using an intelligent autonomous agent architecture
US5678006A (en) 1995-04-27 1997-10-14 Cisco Systems, Inc. Network switch having network management agent functions distributed among multiple trunk and service modules
US5724506A (en) 1995-05-05 1998-03-03 Apple Computer, Inc. Replaceable and extensible connection dialog component of a network component system
US5742762A (en) 1995-05-19 1998-04-21 Telogy Networks, Inc. Network management gateway
US5568471A (en) 1995-09-06 1996-10-22 International Business Machines Corporation System and method for a workstation monitoring and control of multiple networks having different protocols
US5630081A (en) 1995-09-07 1997-05-13 Puma Technology, Inc. Connection resource manager displaying link-status information using a traffic light iconic representation
US5684967A (en) 1995-09-13 1997-11-04 International Business Machines Corporation System and method for generalized network topology representation
US5632027A (en) 1995-09-14 1997-05-20 International Business Machines Corporation Method and system for mass storage device configuration management
WO1997011426A1 (en) 1995-09-18 1997-03-27 Cyberstorage Systems, Inc. Universal storage management system
US5732275A (en) 1996-01-11 1998-03-24 Apple Computer, Inc. Method and apparatus for managing and automatically updating software programs
US5727181A (en) 1996-02-14 1998-03-10 International Business Machines Corporation Array management system with volume transform filter
US5724509A (en) 1996-04-22 1998-03-03 Motorola, Inc. Method and apparatus for synchronizing implementation of configuration information in a communication system
US5682328A (en) 1996-09-11 1997-10-28 Bbn Corporation Centralized computer event data logging system
US6112237A (en) 1996-11-26 2000-08-29 Global Maintech, Inc. Electronic monitoring system and method for externally monitoring processes in a computer system
US6347398B1 (en) 1996-12-12 2002-02-12 Microsoft Corporation Automatic software downloading from a computer network
US6105147A (en) 1997-04-16 2000-08-15 Compaq Computer Corporation Using process pairs as transaction-coordinated resource managers
US6101508A (en) 1997-08-01 2000-08-08 Hewlett-Packard Company Clustered file management for network resources
JP3206644B2 (en) 1997-08-11 2001-09-10 日本電気株式会社 Network management method
US6272537B1 (en) 1997-11-17 2001-08-07 Fujitsu Limited Method for building element manager for a computer network element using a visual element manager builder process
US5892916A (en) 1997-12-23 1999-04-06 Gehlhaar; Jeff B. Network management system and method using a partial response table

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6105089A (en) * 1997-05-13 2000-08-15 Micron Electronics, Inc. Data management system for adding or exchanging components on a running computer
US6247080B1 (en) * 1997-05-13 2001-06-12 Micron Electronics, Inc. Method for the hot add of devices
US6333929B1 (en) * 1997-08-29 2001-12-25 Intel Corporation Packet format for a distributed system
US6219693B1 (en) * 1997-11-04 2001-04-17 Adaptec, Inc. File array storage architecture having file system distributed across a data processing platform
US6078990A (en) * 1998-02-06 2000-06-20 Ncr Corporation Volume set configuration using a single operational view
US6173374B1 (en) * 1998-02-11 2001-01-09 Lsi Logic Corporation System and method for peer-to-peer accelerated I/O shipping between host bus adapters in clustered computer network
US6243829B1 (en) * 1998-05-27 2001-06-05 Hewlett-Packard Company Memory controller supporting redundant synchronous memories
US6223234B1 (en) * 1998-07-17 2001-04-24 Micron Electronics, Inc. Apparatus for the hot swap and add of input/output platforms and devices
US6480901B1 (en) * 1999-07-09 2002-11-12 Lsi Logic Corporation System for monitoring and managing devices on a network from a management station via a proxy server that provides protocol converter

Cited By (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7206833B1 (en) * 1999-09-30 2007-04-17 Intel Corporation Platform independent alert detection and management
US20030158934A1 (en) * 2002-02-05 2003-08-21 Ben Chang Condition monitor and controller for a server system
US20040073532A1 (en) * 2002-10-10 2004-04-15 Sun Mircrosystems, Inc. Method, system, and program for retrieving an object graph
US7430568B1 (en) 2003-02-28 2008-09-30 Sun Microsystems, Inc. Systems and methods for providing snapshot capabilities in a storage virtualization environment
US7383381B1 (en) 2003-02-28 2008-06-03 Sun Microsystems, Inc. Systems and methods for configuring a storage virtualization environment
US7447939B1 (en) 2003-02-28 2008-11-04 Sun Microsystems, Inc. Systems and methods for performing quiescence in a storage virtualization environment
US7290168B1 (en) 2003-02-28 2007-10-30 Sun Microsystems, Inc. Systems and methods for providing a multi-path network switch system
US8166128B1 (en) 2003-02-28 2012-04-24 Oracle America, Inc. Systems and methods for dynamically updating a virtual volume in a storage virtualization environment
US7236987B1 (en) 2003-02-28 2007-06-26 Sun Microsystems Inc. Systems and methods for providing a storage virtualization environment
US7506044B2 (en) * 2003-04-04 2009-03-17 Computer Associates Think, Inc. Method and system for discovery of remote agents
US20060041612A1 (en) * 2003-04-04 2006-02-23 Computer Associates Think, Inc. Method and system for discovery of remote agents
US7603580B2 (en) * 2003-07-15 2009-10-13 International Business Machines Corporation Redundant manager for a storage system
US20050015658A1 (en) * 2003-07-15 2005-01-20 Ofir Zohar Redundant manager for a storage system
US20050060396A1 (en) * 2003-09-16 2005-03-17 Yokogawa Electric Corporation Device diagnosis system
US20050080886A1 (en) * 2003-09-26 2005-04-14 Timothy Croy Management of network elements using a proxy agent
US7389337B2 (en) * 2003-09-26 2008-06-17 Nortel Networks Limited Management of network elements using a proxy agent
US7424475B2 (en) * 2003-11-19 2008-09-09 Hitachi, Ltd. Emergency access interception according to black list
US20050108257A1 (en) * 2003-11-19 2005-05-19 Yohsuke Ishii Emergency access interception according to black list
US20090132711A1 (en) * 2003-12-17 2009-05-21 International Business Machines Corporation Method and system for assigning or creating a resource
US20110167213A1 (en) * 2003-12-17 2011-07-07 International Business Machines Corporation Method and system for assigning or creating a resource
US8627001B2 (en) 2003-12-17 2014-01-07 International Business Machines Corporation Assigning or creating a resource in a storage system
US7500000B2 (en) 2003-12-17 2009-03-03 International Business Machines Corporation Method and system for assigning or creating a resource
US7272690B2 (en) 2003-12-17 2007-09-18 International Business Machines Corporation Method and system for assigning a resource
US7970907B2 (en) 2003-12-17 2011-06-28 International Business Machines Corporation Method and system for assigning or creating a resource
US20050138174A1 (en) * 2003-12-17 2005-06-23 Groves David W. Method and system for assigning or creating a resource
US20050138207A1 (en) * 2003-12-17 2005-06-23 International Business Machines Corporation Method and apparatus for transporting language-independent messages through generic management frameworks
US7725473B2 (en) 2003-12-17 2010-05-25 International Business Machines Corporation Common information model
US7856493B1 (en) * 2004-03-17 2010-12-21 Cisco Technology, Inc. Method and apparatus providing device-initiated network management
US20110060829A1 (en) * 2004-03-17 2011-03-10 Burjiz Pithawala Method and apparatus providing device-initiated network management
US8291072B2 (en) * 2004-03-17 2012-10-16 Cisco Technology, Inc. Method and apparatus providing device-initiated network management
US20090031010A1 (en) * 2005-03-30 2009-01-29 Zimmer Vincent J OS Independent Device Management Methods and Apparatuses
US20070168609A1 (en) * 2006-01-13 2007-07-19 Dell Products L.P. System and method for the migration of storage formats
US20070300051A1 (en) * 2006-06-26 2007-12-27 Rothman Michael A Out of band asset management
US20090313326A1 (en) * 2007-01-18 2009-12-17 Te-Hyun Kim Device management using event
US8117257B2 (en) * 2007-01-18 2012-02-14 Lg Electronics Inc. Device management using event
US20080183800A1 (en) * 2007-01-26 2008-07-31 Microsoft Corporation Mobile device management proxy system
US7987471B2 (en) 2007-01-26 2011-07-26 Microsoft Corporation Mobile device management proxy system
US20080189403A1 (en) * 2007-02-05 2008-08-07 Kyocera Mita Electronic Device, Computer Readable Recording Medium and Electronic Device Control Method
US8327391B2 (en) * 2007-10-10 2012-12-04 Huawei Technologies Co., Ltd. Method, system and apparatus for transmitting remote procedure call commands
US20100199291A1 (en) * 2007-10-10 2010-08-05 Rui Wang Method, system and apparatus for transmitting remote procedure call commands
US8739057B2 (en) * 2007-12-10 2014-05-27 Lg Electronics Inc. Diagnostic system and method for a mobile communication terminal
US20090150819A1 (en) * 2007-12-10 2009-06-11 Lg Electronics Inc. Diagnostic system and method for a mobile communication terminal
US8700750B2 (en) * 2009-01-16 2014-04-15 Microsoft Corporation Web deployment functions and interfaces
US20100185582A1 (en) * 2009-01-16 2010-07-22 Microsoft Corporation Web Deployment Functions and Interfaces
US8671258B2 (en) * 2009-03-27 2014-03-11 Lsi Corporation Storage system logical block address de-allocation management
US20120084492A1 (en) * 2009-03-27 2012-04-05 Ross Stenfort Storage system logical block address de-allocation management and data hardening
US20110317559A1 (en) * 2010-06-25 2011-12-29 Kern Andras Notifying a Controller of a Change to a Packet Forwarding Configuration of a Network Element Over a Communication Channel
US8897134B2 (en) * 2010-06-25 2014-11-25 Telefonaktiebolaget L M Ericsson (Publ) Notifying a controller of a change to a packet forwarding configuration of a network element over a communication channel
CN102959495A (en) * 2010-09-10 2013-03-06 株式会社日立制作所 System for managing tasks for processing for a computer system which are tasks based on user operation, and method for displaying information related to tasks of the type
US20120066633A1 (en) * 2010-09-10 2012-03-15 Hitachi, Ltd. System for managing task that is for processing to computer system and that is based on user operation and method for displaying information related to task of that type
US9286246B2 (en) * 2010-09-10 2016-03-15 Hitachi, Ltd. System for managing task that is for processing to computer system and that is based on user operation and method for displaying information related to task of that type
CN102289388A (en) * 2011-09-05 2011-12-21 浪潮电子信息产业股份有限公司 Extension method for managing IPMI (Intelligent Platform Management Interface) interface protocol by server
US9838244B1 (en) 2013-12-11 2017-12-05 Ca, Inc. Compound alarms
US10425312B1 (en) * 2013-12-11 2019-09-24 Ca, Inc. One-click monitoring
US9661163B1 (en) 2016-02-12 2017-05-23 Xerox Corporation Machine learning based system and method for improving false alert triggering in web based device management applications

Also Published As

Publication number Publication date
EP1067732A2 (en) 2001-01-10
EP1067732A3 (en) 2002-06-12
US6480901B1 (en) 2002-11-12

Similar Documents

Publication Publication Date Title
US6480901B1 (en) System for monitoring and managing devices on a network from a management station via a proxy server that provides protocol converter
US6769022B1 (en) Methods and apparatus for managing heterogeneous storage devices
US6584499B1 (en) Methods and apparatus for performing mass operations on a plurality of managed devices on a network
US7640325B1 (en) Methods and apparatus for issuing updates to multiple management entities
US6480955B1 (en) Methods and apparatus for committing configuration changes to managed devices prior to completion of the configuration change
US10007256B2 (en) Multi-protocol multi-client equipment server
US6237005B1 (en) Web server mechanism for processing multiple transactions in an interpreted language execution environment
US5841972A (en) System using displayed configuration utility on monitor including list of target nodes, for administering interconnected nodes of computer network
US6654750B1 (en) Network management system having a network database
US7415706B1 (en) Dynamic handling of multiple software component versions for device management
US5678002A (en) System and method for providing automated customer support
US7000235B2 (en) Method and apparatus for managing data services in a distributed computer system
US7155501B2 (en) Method and apparatus for managing host-based data services using CIM providers
US7290045B2 (en) Method and apparatus for managing a storage area network including a self-contained storage system
US6499115B1 (en) Burn rack dynamic virtual local area network
US8412901B2 (en) Making automated use of data volume copy service targets
JP2014059888A (en) Remote management system
US20030120776A1 (en) System controller for use in a distributed processing framework system and methods for implementing the same
US10140121B2 (en) Sending a command with client information to allow any remote server to communicate directly with client
US7660886B2 (en) Apparatus and method of representing real-time distributed command execution status across distributed systems
US20090037934A1 (en) Method and system for configuration and management of client access to network-attached-storage
US6990655B2 (en) Apparatus and method of providing a pluggable user interface
US7103889B2 (en) Method, system, and article of manufacture for agent processing
US20040073532A1 (en) Method, system, and program for retrieving an object graph
US6880151B2 (en) Apparatus and method of providing common distributed services for system management applications across heterogeneous environments

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: NETAPP, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LSI CORPORATION;REEL/FRAME:026659/0883

Effective date: 20110506