JP2004355650A - Object management method - Google Patents

Object management method Download PDF

Info

Publication number
JP2004355650A
JP2004355650A JP2004216689A JP2004216689A JP2004355650A JP 2004355650 A JP2004355650 A JP 2004355650A JP 2004216689 A JP2004216689 A JP 2004216689A JP 2004216689 A JP2004216689 A JP 2004216689A JP 2004355650 A JP2004355650 A JP 2004355650A
Authority
JP
Japan
Prior art keywords
log
integrated management
information
event
management
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2004216689A
Other languages
Japanese (ja)
Other versions
JP3992029B2 (en
Inventor
Shuji Fujino
修司 藤野
Toshiaki Hirata
俊明 平田
Akihiro Urano
明裕 浦野
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2004216689A priority Critical patent/JP3992029B2/en
Publication of JP2004355650A publication Critical patent/JP2004355650A/en
Application granted granted Critical
Publication of JP3992029B2 publication Critical patent/JP3992029B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To manage objects by various methods such as a method of immediately collecting only log data relating to an event selected by a user, in a system for collecting a log from a computer in each site. <P>SOLUTION: A method is provided which converts events and logs issued from applications to a common format to manage them and prepares and manages managing objects which are managed by not only an information exchange means between an integrated management support part and management objects but also another means, for example, log data. Events and log data are made to correspond to each other by common keys, so that logs can be retrieved from events. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、統合管理部が、ネットワークを介して、統合管理支援部がオブジェクトを用いて管理する管理対象物の管理情報を収集するシステムに係わる。特に次の2つの技術分野に関する。   The present invention relates to a system in which an integrated management unit collects, via a network, management information of a management target managed by an integrated management support unit using objects. In particular, it relates to the following two technical fields.

(1)管理対象物を管理するオブジェクトを、他のオブジェクトから管理するオブジェクト管理技術
(2)管理対象物が出力したイベントとログデータを対応付け、イベントからその詳細情報であるログデータを検索及び収集するログ管理技術
(1) Object management technology for managing an object that manages a management target object from another object. (2) Associating an event output by the management target object with log data, and searching for log data, which is detailed information, from the event. Log management technology to collect

(1)オブジェクト管理技術
通常、オブジェクトは管理対象物を管理するものであり、管理されるものではない。
(1) Object management technology Generally, an object manages an object to be managed and is not managed.

(2)ログ管理技術
情報処理装置で実行されるOSやAPは、各種のログ情報を出力する。出力されたログ情報を収集するいくつかの方式が知られている。例えば特開平5−250229号公報は、複数のコンピュータからのログデータ収集において、ログデータ中のエラーコードを検出することにより、エラー状態のコンピュータからのログデータを優先的に送信するログデータ収集方式を開示する。また、特開平5−28008号公報は、情報処理システムが障害ログを収集するとき貯蔵手段に貯えられたログ情報の個数が一定数に達したことを検出し、ログ登録の抑止を行うことにより重要な障害情報の消失を防ぐログ情報収集方式を開示する。
(2) Log management technology The OS or AP executed by the information processing device outputs various types of log information. Several methods for collecting output log information are known. For example, Japanese Patent Application Laid-Open No. 5-250229 discloses a log data collection method that preferentially transmits log data from a computer in an error state by detecting an error code in the log data in collecting log data from a plurality of computers. Is disclosed. Japanese Patent Application Laid-Open No. 5-28008 discloses that when an information processing system collects a failure log, it detects that the number of pieces of log information stored in a storage unit has reached a certain number, and suppresses log registration. A log information collection method for preventing loss of important failure information is disclosed.

特開平5−250229号公報JP-A-5-250229 特開平5−28008号公報JP-A-5-28008

ネットワークを介して複数のコンピュータが接続され、コンピュータが他のコンピュータと通信をしながら処理を進める分散処理システムにおいて、システム管理システムやネットワーク管理システムでは管理対象物(オペレーティングシステムやハードウェア等)をオブジェクトとして共通的に管理することにより複数のコンピュータを一元的に管理している。しかしながら、管理対象物とオブジェクトを管理している統合管理支援部との情報交換は通常単一の手段で行われており、監視対象物やプログラムの状態により監視できないケースが存在するため問題があった。また従来は、統合管理支援部が動作する計算機のログデータを逐一統合管理部へ転送していたので、統合管理部のログデータ格納用のディスク容量や転送のためのネットワーク負荷等が問題であった。   2. Description of the Related Art In a distributed processing system in which a plurality of computers are connected via a network and a computer performs processing while communicating with other computers, a system management system or a network management system uses objects to be managed (such as an operating system and hardware) as objects. A plurality of computers are centrally managed by common management. However, information exchange between the managed object and the integrated management support unit that manages the object is usually performed by a single means, and there are cases where monitoring cannot be performed depending on the state of the monitored object or the program, which poses a problem. Was. Conventionally, the log data of the computer on which the integrated management support unit operates is transferred to the integrated management unit one by one. Therefore, the disk capacity for storing the log data of the integrated management unit and the network load for transfer are problems. Was.

本発明は、上記の事情に鑑みてなされたものであり、その目的とするところは、種々の方法でオブジェクトを管理することにある。   The present invention has been made in view of the above circumstances, and has as its object to manage objects by various methods.

本発明の他の目的は、各サイトのコンピュータからログを収集する方式において、ユーザが選択したイベントに関連したログデータだけを即時に収集することにある。   Another object of the present invention is to immediately collect only log data related to an event selected by a user in a method of collecting logs from computers at each site.

上記目的を達成するために、本発明は、管理対象物と情報交換するための手段と、管理対象物であるAPやOS等が出力したログデータからオブジェクトを管理する手段を有する。管理対象物を管理するオブジェクトは、管理対象物の管理情報に変更があると即座に更新される管理対象物監視手段と、統合管理支援部内で発生した即時性のある事象をイベントとして統合管理部へ通知する手段と、オブジェクト情報を統合管理部側のシステムトポロジーに反映する手段をもつ。   In order to achieve the above object, the present invention includes a unit for exchanging information with a management target, and a unit for managing an object from log data output from an AP, an OS, or the like, which is a management target. The object that manages the management target is a management target monitoring unit that is updated immediately when the management information of the management target changes, and an instantaneous event that occurs in the integrated management support unit as an event. And means for reflecting the object information to the system topology of the integrated management unit.

また本発明は、ネットワークを介して統合管理支援部から統合管理部へ通知したイベントから、統合管理支援部に蓄積したログデータを検索し収集する手段を統合管理部の処理手段として有するコンピュータを特徴とする。   Further, the present invention is characterized by a computer having means for searching and collecting log data accumulated in the integrated management support unit from events notified from the integrated management support unit to the integrated management unit via a network as processing means of the integrated management unit. And

以上説明したように本発明によれば、管理対象物を管理するオブジェクトが、管理対象物と直接情報交換するだけでなく、OS(オペレーティングシステム)がシステムログファイルに出力したAP関連ログ及びAPがAPログファイルに出力したログデータ等の他の手段から管理され、管理情報を入手できる手段を有するので、管理対象物(AP等)の状態に関係なく管理対象物を管理できる。   As described above, according to the present invention, an object that manages a managed object not only directly exchanges information with the managed object, but also stores an AP-related log and an AP that an OS (operating system) outputs to a system log file. Since there is provided a means for managing and obtaining management information from other means such as log data output to the AP log file, the management target can be managed regardless of the state of the management target (AP or the like).

また、管理対象物が統合管理支援部に対して発行したイベントと、管理対象物(AP等)がログファイルに出力したログデータの内、即時性のあるものだけをイベントとして統合管理部へ通知し統合管理部ビュアーに表示できるので、複数コンピュータで動作するAP等の管理対象物の監視を一元化できる効果がある。   Also, of the events issued by the management target to the integrated management support unit and the log data output by the management target (such as the AP) to the log file, only the immediate ones are notified to the integrated management unit as events. Since the information can be displayed on the integrated management unit viewer, there is an effect that the monitoring of the management target such as the AP operating on the plurality of computers can be unified.

さらに統合管理部ビュアーにおいて、イベントに関する詳細情報であるログを参照する場合、複数のコンピュータに保存されているログを検索及び収集できるので、ログの分散化がはかれ、ネットワークに及ぼす負荷を削減できる効果がある。   Furthermore, in the integrated management unit viewer, when referring to a log, which is detailed information on an event, logs stored in a plurality of computers can be searched and collected, so that the log can be distributed and the load on the network can be reduced. effective.

以下、本発明の一実施形態について図面に基づいて詳細に説明する。   Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings.

図1は、本発明を適用する通信ネットワークの一例を示すシステム構成図である。ネットワークは複数のLAN1,3及びWAN(ワイド・エリア・ネットワーク)2に結合されるものである。統合管理部10と統合管理部ビュアー30は、コンピュータの主記憶装置に格納され、OS60の下で走行する管理側のプログラムである。統合管理支援部20は、サーバ等のコンピュータの主記憶装置に格納され、OS60の下で走行する被管理側のプログラムである。統合管理部10は、LAN1,3又はWAN2を介して統合管理支援部20や統合管理部ビュアー30と通信することが可能である。図1に示すように、統合管理支援部20を実行するコンピュータは統合管理支援部20と並行して他のAP(アプリケーションプログラム )70を実行することが可能である。統合管理部10や統合管理部ビュアー30が実行するコンピュータも統合管理部10や統合管理部ビュアー30と並行して他のAPを実行することが可能である。その他の構成については、図2O、図3及び図4で説明する。   FIG. 1 is a system configuration diagram showing an example of a communication network to which the present invention is applied. The network is connected to a plurality of LANs 1 and 3 and a WAN (Wide Area Network) 2. The integrated management unit 10 and the integrated management unit viewer 30 are programs on the management side that are stored in the main storage device of the computer and run under the OS 60. The integrated management support unit 20 is a program on the managed side that is stored in a main storage device of a computer such as a server and runs under the OS 60. The integrated management unit 10 can communicate with the integrated management support unit 20 and the integrated management unit viewer 30 via the LAN 1, 3, or WAN 2. As shown in FIG. 1, a computer that executes the integrated management support unit 20 can execute another AP (application program) 70 in parallel with the integrated management support unit 20. The computer executed by the integrated management unit 10 and the integrated management unit viewer 30 can execute another AP in parallel with the integrated management unit 10 and the integrated management unit viewer 30. Other configurations will be described with reference to FIGS. 20, 3, and 4.

図2は、統合管理部10と統合管理支援部20と統合管理部ビュアー30が行う処理動作の概要を示す図である。AP70はOS60の下で走行し、OSにプロセス等を監視されて動作(1)しており、プロセス等に異常が発生するとシステムログファイル80にログを出力する(3)。またAP70は、業務実行にともない生じる様々な事象(開始、終了、異常終了等)をAPログファイル90に出力する(4)。統合管理支援部20は、オブジェクト25を用いてAP70を監視する(2)とともに、ログを入力して(5、6)必要なログだけを抽出後共通的な形式に変換する。このときオブジェクト25は、これらのログ情報により管理される。ログ情報の内、即時性のある事象をイベント情報として統合管理部10を経由して(7)統合管理部ビュアー30に通知した後(8)、ログ情報を共通ログ(データベース又はファイル)50に格納する(9)。さらにオブジェクト25は、変更のあったオブジェクト情報(15)を、統合管理部10のシステムトポロジー40へ反映する(16)。統合管理部ビュアー30を操作しているシステム管理者は通知されたイベント情報を選択することにより、詳細情報であるログの検索処理が動作する(10)。統合管理部10は統合管理部ビュアー30からログ検索(10)要求を受信すると、統合管理支援部20に対してログ検索処理を要求する(11)。このとき統合管理部10では、イベントとログデータを共通のキーにより対応付ける。統合管理支援部20は、要求された条件に合致するログデータをログ検索し(12)、統合管理部10を経由して(13)統合管理部ビュアーにログ情報を転送する(14)。   FIG. 2 is a diagram showing an outline of processing operations performed by the integrated management unit 10, the integrated management support unit 20, and the integrated management unit viewer 30. The AP 70 runs under the OS 60, and operates (1) while the OS monitors a process or the like, and outputs a log to the system log file 80 when an abnormality occurs in the process or the like (3). Further, the AP 70 outputs various events (start, end, abnormal end, etc.) that occur with the execution of the business to the AP log file 90 (4). The integrated management support unit 20 monitors the AP 70 using the object 25 (2), inputs a log (5, 6), extracts only necessary logs, and converts them into a common format. At this time, the object 25 is managed based on these pieces of log information. Among the log information, an event with immediacy is notified as event information to the integrated management unit viewer 30 via the integrated management unit 10 (7) (8), and the log information is stored in the common log (database or file) 50. It is stored (9). Further, the object 25 reflects the changed object information (15) to the system topology 40 of the integrated management unit 10 (16). When the system administrator operating the integrated management unit viewer 30 selects the notified event information, a log search process as detailed information is performed (10). Upon receiving the log search (10) request from the integrated management unit viewer 30, the integrated management unit 10 requests the integrated management support unit 20 to perform a log search process (11). At this time, the integrated management unit 10 associates the event and the log data with a common key. The integrated management support unit 20 searches the log for log data that matches the requested condition (12), and transfers the log information to the integrated management unit viewer via the integrated management unit 10 (13) (14).

図3は、統合管理部10の構成を示す機能ブロック図である。システムトポロジー40は、システムトポロジーとイベントを格納するデータベースであり、記憶装置に格納される。以下統合管理部10を構成する各機能モジュールの機能の概略について述べる。   FIG. 3 is a functional block diagram illustrating a configuration of the integrated management unit 10. The system topology 40 is a database that stores the system topology and events, and is stored in a storage device. The outline of the function of each function module constituting the integrated management unit 10 will be described below.

データ通信100はオブジェクト管理110、イベント管理120及びログ検索130が統合管理支援部20や統合管理部ビュアー30と通信するときに通信制御を行うプログラムである。   The data communication 100 is a program that performs communication control when the object management 110, the event management 120, and the log search 130 communicate with the integrated management support unit 20 and the integrated management unit viewer 30.

オブジェクト管理110はシステムトポロジー40に格納するシステム情報やイベント情報のオブジェクトを管理するプログラムである。   The object management 110 is a program for managing objects of system information and event information stored in the system topology 40.

イベント管理120は統合管理支援部20から受信したイベントを、データベース管理140に格納を要求したり、統合管理部ビュアー30に転送するプログラムである。   The event management 120 is a program that requests the database management 140 to store the event received from the integrated management support unit 20 or transfers the event to the integrated management unit viewer 30.

ログ検索130は統合管理部ビュアー30からのログ検索要求により、任意のイベントに関連するログの所在や種別を判断し、該当する統合管理支援部20へログ検索要求を行うプログラムである。   The log search 130 is a program that determines the location and type of a log related to an arbitrary event in response to a log search request from the integrated management unit viewer 30 and issues a log search request to the corresponding integrated management support unit 20.

データベース管理140はオブジェクト管理110が統合管理支援部20から収集したシステム情報や、イベント管理120が統合管理支援部から受信したイベント情報をシステムトポロジー40に格納する。オブジェクト管理110からの参照要求によりシステムトポロジーを検索又は抽出し、イベント管理120からの参照要求によりイベント情報を抽出する。   The database management 140 stores in the system topology 40 the system information collected by the object management 110 from the integrated management support unit 20 and the event information received by the event management 120 from the integrated management support unit. The system topology is searched or extracted by a reference request from the object management 110, and event information is extracted by a reference request from the event management 120.

図4は、統合管理支援部20の構成を示した機能ブロック図である。オブジェクト25は、AP監視210を経由してAP70を管理し、ログファイル監視230により管理される。以下統合管理支援部20を構成する各機能モジュールの機能の概略について述べる。   FIG. 4 is a functional block diagram showing the configuration of the integrated management support unit 20. The object 25 manages the AP 70 via the AP monitor 210, and is managed by the log file monitor 230. The outline of the function of each function module constituting the integrated management support unit 20 will be described below.

データ通信200はAP監視210、イベント管理220及び共通ログ管理240が統合管理部10と通信するときに通信制御を行うプログラムである。   The data communication 200 is a program that performs communication control when the AP monitor 210, the event management 220, and the common log management 240 communicate with the integrated management unit 10.

AP監視210はオブジェクト25を用いてAP70を監視するプログラムである。   The AP monitor 210 is a program for monitoring the AP 70 using the object 25.

イベント管理220はAP監視210やログファイル監視230から入力した情報のうち、即時性のあるものだけをイベントとして統合管理部10へ通知する。また、ログファイル監視230が検知した事象をAP監視210に通知するプログラムである。   The event management 220 notifies the integrated management unit 10 of only information having an immediate property among the information input from the AP monitor 210 and the log file monitor 230 as an event. In addition, the program notifies the AP monitor 210 of an event detected by the log file monitor 230.

ログファイル監視230はシステムログファイル80やAPログファイル90からログデータを入力し、AP70に関連したものだけを抽出し共通的な形式に変換する。このログデータによりオブジェクト25を管理するとともに、イベント情報をイベント管理220に通知する。また、共通的な形式に変換したログデータを、共通ログ50に格納するため、共通ログ管理240に出力するプログラムである。また、API(アプリケーション・プログラミング・インタフェース)を提供し、AP70がAP監視210へ通知するイベントをログ化することもできる。   The log file monitor 230 inputs log data from the system log file 80 and the AP log file 90, extracts only those related to the AP 70, and converts them into a common format. The log data manages the object 25 and notifies the event management 220 of event information. The program is a program that outputs log data converted to a common format to the common log management 240 in order to store the log data in the common log 50. Further, an API (application programming interface) can be provided to log events that the AP 70 notifies the AP monitor 210.

共通ログ管理240はログファイル監視230から入力したログデータを、共通ログ50に格納する。また、統合管理部10のログ検索130からのログ検索要求に従い該当ログを抽出し転送するプログラムである。   The common log management 240 stores the log data input from the log file monitor 230 in the common log 50. The program is a program that extracts and transfers a relevant log in accordance with a log search request from the log search 130 of the integrated management unit 10.

図5は、本発明適用前のAPの監視可能条件を示した図である。   FIG. 5 is a diagram showing conditions under which an AP can be monitored before application of the present invention.

図6は、本発明適用後のAPの監視可能条件を示した図である。ログファイル監視230によりオブジェクト25を管理することにより、APの停止状態以外は監視可能となるため、システム管理者は幅広くAPを監視できる効果がある。   FIG. 6 is a diagram showing AP monitoring possible conditions after application of the present invention. By managing the object 25 by the log file monitoring 230, it becomes possible to monitor other than the stopped state of the AP, so that the system administrator can monitor the AP widely.

図7は、オブジェクト25の体系を示した図である。オブジェクト25は、システムオブジェクト500とログオブジェクト800とイベントオブジェクト850から構成する。   FIG. 7 is a diagram showing a system of the object 25. The object 25 includes a system object 500, a log object 800, and an event object 850.

図8は、システムオブジェクト500の階層を示した図である。システムオブジェクト500は、IPオブジェクト600とAPオブジェクト700の順番に階層化されたオブジェクトである。   FIG. 8 is a diagram showing the hierarchy of the system object 500. The system object 500 is an object hierarchized in the order of the IP object 600 and the AP object 700.

図9は、システムオブジェクト500の属性を示した図である。システムオブジェクト500は、下位のオブジェクトの概要を示す属性を有し、システムオブジェクト識別子(Sys_Obj_ID)510、システムオブジェクト名(Sys_Obj_Name)520、統合管理部の総数(Manager_Num)530、統合管理支援部の総数(Agent_Num)540、管理しているAPの総数(Managing_Ap_Num)550、使用しているDBの総数(DB_Num)560、システムオブジェクトを識別するためのフラグ(isSys_Obj)570から構成される。   FIG. 9 is a diagram showing attributes of the system object 500. The system object 500 has attributes indicating the outline of lower-level objects, and includes a system object identifier (Sys_Obj_ID) 510, a system object name (Sys_Obj_Name) 520, a total number of integrated management units (Manager_Num) 530, and a total number of integrated management support units ( Agent_Num) 540, the total number of managed APs (Managing_Ap_Num) 550, the total number of used DBs (DB_Num) 560, and a flag (isSys_Obj) 570 for identifying a system object.

図10は、IPノードオブジェクト600の属性を示した図である。IPノードオブジェクト600は、統合管理部10や統合管理支援部20が動作するIPノードの属性を示し、IPノードオブジェクト識別子(IP_Obj_ID)610、IPノードオブジェクト名(IP_Obj_Name)612、ホスト名(IP_Hostname)614、IPアドレス(IP_Address)616、IPノードオブジェクトを識別するためのフラグ(isIP_Node)618、当該IPノードで統合管理部の存在を識別するためのフラグ(isMgr_Node)620、当該IPノードで統合管理部が動作している場合の状態(Mgr_Status)622、当該IPノードで統合管理支援部の存在を識別するためのフラグ(isAgt_Node)624、当該IPノードで統合管理支援部が動作している場合の状態(Agt_Status)626、当該IPノードで統合管理支援部が動作している場合のAPオブジェクトの総合的な状態(isAP_Obj_Status)628、当該IPノードで使用しているDBの有無を識別するためのフラグ(isDB)630、使用しているDBの種別(DB_Type)632、使用しているDBの状態(DB_Status)634、当該IPノードを管理している統合管理部の総数(Managing_Mgr_Num)636、統合管理部情報を記録するテーブル(Managing_Mgr_Table)638、当該統合管理支援部が管理しているAPの総数(Managed_AP_Num)646、管理しているAPオブジェクトを識別するためのテーブル(Managed_AP_Table)648から構成される。統合管理部テーブル638は統合管理部エントリ(Managing_Mgr_Entry)640から構成され、統合管理部エントリ640はエントリを識別するインデックス(Index)642と統合管理部が存在するIPノードオブジェクト識別子(IP_Obj_ID)644から構成される。APテーブル648はAPエントリ(Managed_AP_Entry)650から構成され、APエントリ650はエントリを識別するインデックス(Index)652とAPオブジェクト識別子(AP_Obj_ID)654から構成される。   FIG. 10 is a diagram showing attributes of the IP node object 600. The IP node object 600 indicates the attribute of the IP node on which the integrated management unit 10 and the integrated management support unit 20 operate, and includes an IP node object identifier (IP_Obj_ID) 610, an IP node object name (IP_Obj_Name) 612, and a host name (IP_Hostname) 614. , An IP address (IP_Address) 616, a flag (isIP_Node) 618 for identifying an IP node object, a flag (isMgr_Node) 620 for identifying the presence of an integrated management unit at the IP node, and an integrated management unit at the IP node. The state (Mgr_Status) 622 in the case of operation, a flag (isAgt_Node) 624 for identifying the presence of the integrated management support unit at the IP node, and the integrated management support unit at the IP node The state (Agt_Status) 626 when the operation is performed, the overall state (isAP_Obj_Status) 628 of the AP object when the integrated management support unit is operating on the IP node, the presence or absence of the DB used by the IP node (IsDB) 630 for identifying the database, the type of the used DB (DB_Type) 632, the state of the used DB (DB_Status) 634, and the total number of integrated management units (Managing_Mgr_Num) managing the IP node 636, a table (Managing_Mgr_Table) 638 for recording integrated management unit information, the total number of managed APs (Managed_AP_Num) 646 managed by the integrated management support unit, and a table (Man) for identifying managed AP objects ged_AP_Table) consists of 648. The integrated management unit table 638 includes an integrated management unit entry (Managing_Mgr_Entry) 640. The integrated management unit entry 640 includes an index (Index) 642 for identifying the entry and an IP node object identifier (IP_Obj_ID) 644 where the integrated management unit exists. Is done. The AP table 648 includes an AP entry (Managed_AP_Entry) 650, and the AP entry 650 includes an index (Index) 652 for identifying the entry and an AP object identifier (AP_Obj_ID) 654.

図11は、 APオブジェクト700の属性を示した図である。 APオブジェクト700は、管理対象物であるAP70の属性を示し、APオブジェクト識別子(AP_Obj_ID)710、APオブジェクト名(AP_Obj_Name)712、APを管理する階層上位の統合管理支援部を示すIPオブジェクト識別子(Manageing_IP_Obj_ID)714、APのバージョン(AP_Version)716、AP名(AP_Name)718、当該IPノードにAPがインストールされた時刻(Installed_Time)720、APの総合的な状態(isAP_Status)722、APと統合管理支援部間の情報交換手段により取得したAPの状態(isAP_Interface_Status)724、OSやAPのログから取得したAPの状態(isAP_Log_Status)726、APオブジェクトを識別するためのフラグ(isManaged_AP)728、スケジュールされているジョブ数(Job_Num)730、ジョブ情報を記録するテーブル(Job_Table)732から構成される。ジョブテーブル732は、ジョブエントリ(Job_Entry)734から構成され、ジョブエントリ734はエントリを識別するインデックス(Index)736とジョブ名(Job_Name)738と業務名(Business_Name)740とジョブの実行周期(Execution_Cycle)742とスケジュールされたジョブの次回実行予定時刻(Schedule_Time)744とジョブを実行するユーザ名(User_Name)746と実行するジョブのファイル名(File_Name)748と前回のジョブの終了コード(Exit_Code)750から構成される。   FIG. 11 is a diagram showing attributes of the AP object 700. The AP object 700 indicates an attribute of the AP 70 which is a management target, and includes an AP object identifier (AP_Obj_ID) 710, an AP object name (AP_Obj_Name) 712, and an IP object identifier (Managing_IP_Obj_ID) indicating a higher-level integrated management support unit that manages the AP. ) 714, AP version (AP_Version) 716, AP name (AP_Name) 718, time (Installed_Time) 720 at which the AP was installed in the IP node, overall state of the AP (isAP_Status) 722, AP and integrated management support unit Status (isAP_Interface_Status) 724 obtained by the information exchange means between the devices and the status of the AP (isAP_L) obtained from the OS and AP logs g_Status) 726, a flag for identifying the AP object (isManaged_AP) 728, the number of jobs that are scheduled (Job_Num) 730, composed of a table (Job_Table) 732 that records the job information. The job table 732 includes a job entry (Job_Entry) 734. The job entry 734 includes an index (Index) 736 for identifying the entry, a job name (Job_Name) 738, a business name (Business_Name) 740, and a job execution cycle (Execution_Cycle). 742, the scheduled execution time (Schedule_Time) 744 of the scheduled job, the user name (User_Name) 746 for executing the job, the file name (File_Name) 748 of the job to be executed, and the end code (Exit_Code) 750 of the previous job. Is done.

図12は、ログオブジェクト800の階層を示した図である。ログオブジェクト800は、ログファイル監視オブジェクト810とログデータオブジェクト820の順番に階層化されたオブジェクトである。ログオブジェクト800は、下位のオブジェクトの概要を示す属性を有し、ログファイル監視オブジェクト総数やログデータオブジェクトの値を格納する共通ログ50の情報等から構成される。ログファイル監視オブジェクト810は、ログファイル毎に存在し、監視対象のログファイル名、監視間隔、必要であるログデータのみを抽出するための(フィルタリング)条件、共通的な形式に変換するための正規化条件等から構成される。ログデータオブジェクト820は、ログファイル監視230が入力したログデータを、図14に示す共通的な形式である属性に正規化(変換)後、共通ログ50に格納されるデータそのものを表現する。   FIG. 12 is a diagram showing the hierarchy of the log object 800. The log object 800 is an object hierarchized in the order of the log file monitoring object 810 and the log data object 820. The log object 800 has an attribute indicating the outline of the lower-level object, and is configured from information on the common log 50 that stores the total number of log file monitoring objects and the value of the log data object. The log file monitoring object 810 exists for each log file, and includes a log file name to be monitored, a monitoring interval, a (filtering) condition for extracting only necessary log data, and a regular for converting to a common format. It is composed of conversion conditions. The log data object 820 represents the data stored in the common log 50 after normalizing (converting) the log data input by the log file monitor 230 into an attribute having a common format shown in FIG.

図13は、イベントオブジェクト850の階層を示した図である。イベントオブジェクト850は、外部イベントオブジェクト860と内部イベントオブジェクト870の順番に階層化されたオブジェクトである。外部イベントオブジェクト860とは、統合管理部10へ転送するイベントのことであり、内部イベントオブジェクト870とは統合管理支援部内の各機能モジュール間で交換するイベントのことである。   FIG. 13 is a diagram showing the hierarchy of the event object 850. The event object 850 is an object hierarchized in the order of the external event object 860 and the internal event object 870. The external event object 860 is an event transferred to the integrated management unit 10, and the internal event object 870 is an event exchanged between each function module in the integrated management support unit.

図14は、ログデータオブジェクト820とイベントオブジェクト850の属性を示した図である。イベントとログデータは、
メッセージ発生元ホスト名901又はメッセージ発生元IPアドレス902
メッセージ発生年月日903
メッセージ通番904
の組み合せにより対応付ける。外部イベントか内部イベントかの区別は、重要度908の値で判断する。つまり重要度908が、
・高い場合:外部イベント、共通ログへの保存
・並みの場合:内部イベント、共通ログへの保存
・低い場合:共通ログへの保存のみ
と区別し処理する。
FIG. 14 is a diagram showing attributes of the log data object 820 and the event object 850. Event and log data
Message originating host name 901 or message originating IP address 902
Date of message occurrence 903
Message serial number 904
Correspond by the combination of The distinction between an external event and an internal event is determined by the value of the importance 908. In other words, importance 908 is
-High: Save to external event, common log-Normal: Save to internal event, common log-Low: Process separately from saving to common log only.

図15は、ログオブジェクト800とイベントオブジェクト850の属性の内容を示した図である。   FIG. 15 is a diagram showing the contents of the attributes of the log object 800 and the event object 850.

図16は、統合管理支援部20のログファイル監視230の処理の流れを示すPAD図である。ログファイル監視230は、初期設定(ステップ1000)を行い、ログオブジェクト800から属性を取得し(ステップ1001)、ログファイル監視オブジェクト810の数だけループし(ステップ1002)、ログファイル監視オブジェクト810から属性を取得し(ステップ1003)、ログファイル毎に監視を開始(ステップ1004)した後、終了要求が来るまでループして(ステップ1005)イベントを待つ(ステップ1006)。イベントには、ログファイル監視230のサブ機能であるログファイル毎の監視機能からログデータが入力されたことを通知するログデータ入力要求(ステップ1007)と、統合管理部10からのオブジェクト追加要求(ステップ1016)とオブジェクト削除要求(ステップ1018)と属性変更要求(ステップ1020)と、終了要求(ステップ1022)がある。   FIG. 16 is a PAD diagram showing a flow of processing of the log file monitoring 230 of the integrated management support unit 20. The log file monitor 230 performs initialization (step 1000), acquires attributes from the log object 800 (step 1001), loops by the number of log file monitor objects 810 (step 1002), and sets attributes from the log file monitor object 810. (Step 1003), monitoring is started for each log file (Step 1004), and the process loops until an end request comes (Step 1005) and waits for an event (Step 1006). The event includes a log data input request for notifying that log data has been input from the log file monitoring function, which is a sub-function of the log file monitoring 230 (step 1007), and an object addition request from the integrated management unit 10 (step 1007). (Step 1016), an object deletion request (Step 1018), an attribute change request (Step 1020), and an end request (Step 1022).

ログデータ入力要求(1007)を受信した場合は、システムログファイル80やAPログファイル90からログデータを入力し(ステップ1008)、フィルタリング処理を行う。フィルタリング処理は、入力したログデータが対象外のデータであるかを確認し(ステップ1009)、対象外のデータである場合(YES)は入力ログデータをクリアする(ステップ1010)。入力したログデータが対象のものである場合(NO)は、図14に示す形式に正規化処理(ステップ1011)後、統合管理部10へ通知する必要のあるものだけを外部イベントオブジェクト860としてイベント管理220へ通知し(ステップ1012)、入力ログデータの正規化処理(ステップ1013)、APオブジェクト管理(ステップ1014)、共通ログ50へログデータを格納するために共通ログ管理240へ入力ログデータの格納要求を発行する(ステップ1015)。正規化処理(ステップ1011、ステップ1013)は、入力されたログデータのメッセージテキスト中に、予め定義された条件(文字列、及び文字列の集合等)を含んでいるかどうかで判断し、該当する場合はその条件に対応した値又はメッセージテキスト中の文字列を属性の値として設定する処理である。   When a log data input request (1007) is received, log data is input from the system log file 80 or the AP log file 90 (step 1008), and filtering processing is performed. The filtering process checks whether the input log data is non-target data (step 1009). If the input log data is non-target data (YES), the input log data is cleared (step 1010). If the input log data is the target data (NO), after normalizing the data to the format shown in FIG. 14 (step 1011), only the data that needs to be notified to the integrated management unit 10 is set as an external event object 860 as an event. It notifies the management 220 (step 1012), normalizes the input log data (step 1013), manages the AP object (step 1014), and sends the input log data to the common log management 240 to store the log data in the common log 50. A storage request is issued (step 1015). The normalization processing (steps 1011 and 1013) determines whether or not the message text of the input log data includes a predefined condition (character string, set of character strings, etc.), and In this case, a value corresponding to the condition or a character string in the message text is set as an attribute value.

統合管理部からのオブジェクト追加要求(1016)を受信した場合は、新規に監視するログファイルが増えたことを意味し、ログオブジェクト800の配下にログファイル監視オブジェクト810を生成する(ステップ1017)。   When an object addition request (1016) is received from the integrated management unit, it means that the number of log files to be newly monitored has increased, and a log file monitoring object 810 is generated under the log object 800 (step 1017).

統合管理部からのオブジェクト削除要求(1018)を受信した場合は、監視していたログファイルの監視を止めることを意味し、ログオブジェクト800の配下の該当するログファイル監視オブジェクト810を削除する(ステップ1019)。   When an object deletion request (1018) is received from the integrated management unit, it means that monitoring of the monitored log file is stopped, and the corresponding log file monitoring object 810 under the log object 800 is deleted (step 1019).

統合管理部からの属性変更要求(1020)を受信した場合は、該当するログファイル監視オブジェクト810の属性を変更する(ステップ1021)。   When an attribute change request (1020) is received from the integrated management unit, the attribute of the corresponding log file monitoring object 810 is changed (step 1021).

またログファイル監視230は、オブジェクトの生成や追加、及び属性を変更した場合、ログオブジェクト800の属性の値を更新する。   The log file monitor 230 updates the value of the attribute of the log object 800 when an object is created or added or the attribute is changed.

終了要求を受信した場合は(ステップ1022)、ループを抜けて(ステップ1023)終了処理を行う(ステップ1024)。   If an end request has been received (step 1022), the process exits the loop (step 1023) and performs end processing (step 1024).

図17は、統合管理支援部20のログファイル監視230の処理の一つであるAPオブジェクト管理の処理の流れを示すPAD図である。メッセージ発生元ホスト名901と制御名907から該当するAPオブジェクト700のisAP_Log_Status726を検索し(ステップ1050)、図14に示す正規化された属性の内、ジョブの状態(開始、終了、異常終了等)やOS60が出力したプロセス情報を表現したメッセージ種別914や終了コード912の値から該当するAP70の状態を判断し、isAP_Log_Status726の値を更新(ステップ1051)後、更新したことを内部イベントによりイベント管理220を経由してAP監視210へ通知する(ステップ1052)。   FIG. 17 is a PAD diagram showing a flow of AP object management processing, which is one of the processing of the log file monitoring 230 of the integrated management support unit 20. The isAP_Log_Status 726 of the corresponding AP object 700 is searched from the message originating host name 901 and the control name 907 (step 1050), and the job status (start, end, abnormal end, etc.) among the normalized attributes shown in FIG. The status of the corresponding AP 70 is determined from the values of the message type 914 and the end code 912 expressing the process information output by the OS 60 and the value of the isAP_Log_Status 726 after updating the isAP_Log_Status 726 (step 1051). Is notified to the AP monitor 210 via the server (step 1052).

図18は、統合管理支援部20の共通ログ管理240の処理の流れを示すPAD図である。共通ログ管理240は、初期設定(ステップ1100)を行い、終了要求が来るまでループして(ステップ1101)イベントを待つ(ステップ1102)。イベントには、ログファイル監視230からの正規化処理されたログデータの格納要求(ステップ1103)と、統合管理部10のログ検索130からのログ検索要求(ステップ1105)と、終了要求(ステップ1107)がある。   FIG. 18 is a PAD showing the flow of processing of the common log management 240 of the integrated management support unit 20. The common log management 240 performs initialization (step 1100), loops until an end request comes (step 1101), and waits for an event (step 1102). The event includes a storage request for the normalized log data from the log file monitor 230 (step 1103), a log search request from the log search 130 of the integrated management unit 10 (step 1105), and a termination request (step 1107). ).

ログファイル監視230からログデータの格納要求(ステップ1103)を受信した場合は、ログデータをログデータオブジェクト820の形式で共通ログ50に格納する。   When a log data storage request (step 1103) is received from the log file monitor 230, the log data is stored in the common log 50 in the form of a log data object 820.

統合管理部10からのログ検索要求(ステップ1105)を受信した場合は、指定された条件に合致したログデータオブジェクト820を応答する(ステップ1106)。   When a log search request (step 1105) is received from the integrated management unit 10, a log data object 820 matching the specified condition is returned (step 1106).

終了要求を受信した場合は(ステップ1107)、ループを抜けて(ステップ1108)終了処理を行う(ステップ1109)。   If an end request has been received (step 1107), the process exits the loop (step 1108) and performs end processing (step 1109).

図19は、統合管理支援部20のイベント管理220の処理の流れを示すPAD図である。イベント管理220は、初期設定(ステップ1200)を行い、終了要求が来るまでループして(ステップ1201)イベントを待つ(ステップ1202)。イベントには、AP監視210やログファイル監視230が発行するイベント情報転送要求(ステップ1203)と終了要求(ステップ1208)がある。   FIG. 19 is a PAD showing a flow of processing of the event management 220 of the integrated management support unit 20. The event management 220 performs initialization (step 1200), loops until an end request comes (step 1201), and waits for an event (step 1202). The events include an event information transfer request (step 1203) and a termination request (step 1208) issued by the AP monitor 210 and the log file monitor 230.

イベント情報転送要求(ステップ1203)を受信した場合は、イベント情報を入力し(ステップ1204)、外部イベントか内部イベントかの判定を行い(ステップ1205)、外部イベントである場合(YES)は統合管理部10ヘイベントを発行し(ステップ1206)、内部イベントである場合(NO)はAP監視210へイベントを通知する(ステップ1207)。   If an event information transfer request (step 1203) is received, event information is input (step 1204), and whether the event is an external event or an internal event is determined (step 1205). If the event is an external event (YES), integrated management is performed. An event is issued to the unit 10 (step 1206). If the event is an internal event (NO), the event is notified to the AP monitor 210 (step 1207).

終了要求を受信した場合は(ステップ1208)、ループを抜けて(ステップ1209)終了処理を行う(ステップ1210)。   If an end request has been received (step 1208), the process exits the loop (step 1209) and performs end processing (step 1210).

図20は、統合管理支援部20のAP監視210の処理の流れを示すPAD図である。AP監視210は、初期設定(ステップ1300)を行い、OS60からIPノードオブジェクト情報を取得し属性に反映した(ステップ1301)後、AP70との情報交換手段を確立し(ステップ1302)、APオブジェクト監視(ステップ1303)を行い、終了要求が来るまでループして(ステップ1304)イベントを待つ(ステップ1305)。ループ(ステップ1304)中は、イベント処理(ステップ1306)とAPオブジェクト監視(ステップ1307)を行う。終了要求を受信した場合は(ステップ1359)、ループを抜けて(ステップ1360)終了処理を行う(ステップ1308)。   FIG. 20 is a PAD showing the flow of the process of the AP monitor 210 of the integrated management support unit 20. The AP monitor 210 performs initial settings (step 1300), acquires IP node object information from the OS 60, reflects the information on attributes (step 1301), establishes an information exchange means with the AP 70 (step 1302), and monitors the AP object. (Step 1303) is performed, and the process loops until an end request comes (Step 1304) and waits for an event (Step 1305). During the loop (step 1304), event processing (step 1306) and AP object monitoring (step 1307) are performed. If an end request has been received (step 1359), the process exits the loop (step 1360) and performs end processing (step 1308).

図21は、統合管理支援部20のAP監視210の処理の一つであるAPオブジェクト監視の処理の流れを示すPAD図である。 APオブジェクト監視は、AP数分ループし(ステップ1330)、AP70からAPオブジェクト情報を取得しAPオブジェクト700の属性に反映(ステップ1331)した後、オブジェクトに変更があったか判定する(ステップ1332)。オブジェクトに変更があった場合(YES)は、変更のあったオブジェクト情報を外部イベントとしてイベント管理220へ通知する(ステップ1333)。   FIG. 21 is a PAD diagram showing a flow of an AP object monitoring process which is one of the processes of the AP monitoring 210 of the integrated management support unit 20. The AP object monitoring loops for the number of APs (step 1330), acquires AP object information from the AP 70, reflects it on the attributes of the AP object 700 (step 1331), and determines whether the object has changed (step 1332). If the object is changed (YES), the changed object information is notified to the event management 220 as an external event (step 1333).

図22は、統合管理支援部20が行うAP監視210の処理の一つであるイベント処理の処理の流れを示すPAD図である。イベントには、AP70からのイベント通知(ステップ1350)と、イベント管理220からの内部イベント通知(ステップ1353)と、統合管理部10からのオブジェクト参照要求(ステップ1357)と、終了要求(ステップ1359)がある。   FIG. 22 is a PAD illustrating a flow of an event process which is one of the processes of the AP monitor 210 performed by the integrated management support unit 20. The event includes an event notification from the AP 70 (step 1350), an internal event notification from the event management 220 (step 1353), an object reference request from the integrated management unit 10 (step 1357), and an end request (step 1359). There is.

AP70からのイベント通知(ステップ1350)を受信した場合は、AP70からAPオブジェクト情報を取得し該当のAPオブジェクト700の属性に反映する(ステップ1351)。また、変更のあったオブジェクト情報(属性と値)を外部イベントとしてイベント管理220へ通知する(ステップ1352)。   When the event notification (step 1350) is received from the AP 70, the AP object information is acquired from the AP 70 and reflected on the attribute of the corresponding AP object 700 (step 1351). Further, the changed object information (attribute and value) is notified to the event management 220 as an external event (step 1352).

イベント管理220からの内部イベント通知(ステップ1353)を受信した場合は、図17で示したようにログファイル監視230からAPオブジェクト700に変更があったことを意味しており、AP70との情報交換が可能であるか確認する(ステップ1354)。可能な場合(YES)はオブジェクト処理1(ステップ1355)を実行し、可能でない場合(NO)はオブジェクト処理2を実行する。   When the internal event notification (step 1353) is received from the event management 220, it means that the log file monitoring 230 has changed the AP object 700 as shown in FIG. It is confirmed whether or not is possible (step 1354). If possible (YES), execute object processing 1 (step 1355); otherwise (NO), execute object processing 2.

統合管理部10からのオブジェクト参照要求(ステップ1357)を受信した場合は、要求されたオブジェクト情報やその値を応答する(ステップ1358)。   When the object reference request (step 1357) is received from the integrated management unit 10, the requested object information and its value are responded (step 1358).

終了要求(ステップ1359)を受信した場合は、ループ(ステップ1304)を抜ける(ステップ1360)。   When the end request (step 1359) is received, the process exits the loop (step 1304) (step 1360).

図23は、統合管理支援部20が行うAP監視210の処理の一つであるオブジェクト処理1の処理の流れを示すPAD図である。該当するAP70から情報交換手段により状態を取得し、該当するAPオブジェクト700のisAP_Interface_Status724に設定する。また該当するAPオブジェクト700のisAP_Status722に、“インタフェース:OK”かつisAP_Interface_Status724の値を設定する(ステップ1371)。その後、該当するIPノードオブジェクトのManaged_AP_Num646の値だけループし(ステップ1372)、isAP_Status722の値が“インタフェース:OK”かつisAP_Interface_Status724の値が正常であるAPオブジェクト700の数をカウントする(ステップ1373)。カウントしたAPオブジェクト700の数xと、ユーザが設定した例えばa,b(b<a)の値を比較し(ステップ1374)、a=<xの場合はIPノードオブジェクト600のisAP_Obj_Status628に“正常”を設定し(ステップ1375)、b<x<aの場合はisAP_Obj_Status628に“注意”を設定し(ステップ1376)、x=<bの場合はisAP_Obj_Status628に“異常”を設定する(ステップ1377)。このとき、オブジェクトの値に変更があったか確認し(ステップ1378)、変更があった場合(YES)はそのオブジェクト情報を外部イベントとして統合管理部10に通知するためイベント管理220へ通知する(ステップ1379)。   FIG. 23 is a PAD diagram showing a flow of a process of the object process 1 which is one of the processes of the AP monitor 210 performed by the integrated management support unit 20. The status is acquired from the corresponding AP 70 by the information exchange unit, and is set in the isAP_Interface_Status 724 of the corresponding AP object 700. Further, “interface: OK” and the value of isAP_Interface_Status 724 are set in isAP_Status 722 of the corresponding AP object 700 (step 1371). Thereafter, the process loops by the value of Managed_AP_Num 646 of the corresponding IP node object (step 1372), and counts the number of AP objects 700 for which the value of isAP_Status 722 is “Interface: OK” and the value of isAP_Interface_Status 724 is normal (step 1373). The number x of the counted AP object 700 is compared with the value of, for example, a, b (b <a) set by the user (step 1374). When a = <x, “normal” is set in the isAP_Obj_Status 628 of the IP node object 600. Is set (step 1375). If b <x <a, “attention” is set in isAP_Obj_Status 628 (step 1376), and if x = <b, “abnormal” is set in isAP_Obj_Status 628 (step 1377). At this time, it is confirmed whether or not the value of the object has been changed (step 1378). If there has been a change (YES), the object information is notified to the integrated management unit 10 as an external event to the event management 220 (step 1379). ).

図24は、統合管理支援部20が行うAP監視210の処理の一つであるオブジェクト処理2の処理の流れを示すPAD図である。該当するAP70との情報交換手段が使用できない場合であり、該当するAPオブジェクト700のisAP_Status722に、“インタフェース:NG”かつisAP_Log_Status726の値を設定する(ステップ1390)。その後、該当するIPノードオブジェクトのManaged_AP_Num646の値だけループし(ステップ1391)、isAP_Status722の値が“インタフェース:NG”かつ正常であるAPオブジェクト700の数をカウントする(ステップ1392)。カウントしたAPオブジェクト700の数xと、ユーザが設定した例えばa,b(b<a)の値を比較し(ステップ1393)、a=<xの場合はIPノードオブジェクト600のisAP_Obj_Status628に“正常”を設定し(ステップ1394)、b<x<aの場合はisAP_Obj_Status628に“注意”を設定し(ステップ1395)、x=<bの場合はisAP_Obj_Status628に“異常”を設定する(ステップ1396)。このとき、オブジェクトの値に変更があったか確認し(ステップ1397)、変更があった場合(YES)はそのオブジェクト情報を外部イベントとして統合管理部10に通知するためイベント管理220へ通知する(ステップ139
8)。
FIG. 24 is a PAD diagram showing a flow of a process of the object process 2 which is one of the processes of the AP monitoring 210 performed by the integrated management support unit 20. This is the case where the information exchange means with the corresponding AP 70 cannot be used, and the value of “interface: NG” and the value of isAP_Log_Status 726 are set in the isAP_Status 722 of the corresponding AP object 700 (step 1390). Thereafter, the process loops by the value of Managed_AP_Num 646 of the corresponding IP node object (step 1391), and counts the number of AP objects 700 for which the value of isAP_Status 722 is “interface: NG” and is normal (step 1392). The number x of the counted AP objects 700 is compared with, for example, the values of a and b (b <a) set by the user (step 1393). If a = <x, the isAP_Obj_Status 628 of the IP node object 600 indicates “normal”. Is set (step 1394), if “b <x <a”, “attention” is set in isAP_Obj_Status 628 (step 1395), and if x = <b, “abnormal” is set in isAP_Obj_Status 628 (step 1396). At this time, it is confirmed whether or not the value of the object has been changed (step 1397). If there has been a change (YES), the object information is notified to the integrated management unit 10 as an external event to the event management 220 (step 139).
8).

図25は、統合管理部10が行うログ検索130の処理の流れを示すPAD図である。ログ検索130は、初期設定(ステップ1400)を行い、終了要求が来るまでループして(ステップ1401)イベントを待つ(ステップ1402)。イベントには、統合管理部ビュアー30からのログ検索要求(ステップ1403)と、統合管理支援部20の共通ログ管理240からのログ検索結果(ステップ1405)と、終了要求(ステップ1407)がある。   FIG. 25 is a PAD illustrating a flow of a process of the log search 130 performed by the integrated management unit 10. The log search 130 performs initialization (step 1400), loops until an end request is received (step 1401), and waits for an event (step 1402). The events include a log search request from the integrated management unit viewer 30 (step 1403), a log search result from the common log management 240 of the integrated management support unit 20 (step 1405), and a termination request (step 1407).

ログ検索要求(ステップ1403)を受信した場合は、イベント、ログ対応処理(ステップ1404)を行い、統合管理支援部20の共通ログ管理240へログデータの検索を要求する。   When a log search request (step 1403) is received, an event / log correspondence process (step 1404) is performed, and a request for log data search is made to the common log management 240 of the integrated management support unit 20.

ログ検索結果(ステップ1405)を受信した場合は、検索結果を時系列にソートした後、統合管理部ビュアー30へ転送する(ステップ1406)。   When the log search result (step 1405) is received, the search result is sorted in chronological order and then transferred to the integrated management unit viewer 30 (step 1406).

終了要求を受信した場合は(ステップ1407)、ループを抜けて(ステップ1408)終了処理を行う(ステップ1409)。   If an end request has been received (step 1407), the process exits the loop (step 1408) and performs end processing (step 1409).

図26は、統合管理部10が行うログ検索130の処理の一つであるイベント、ログ対応処理の処理の流れを示すPAD図である。統合管理部ビュアー30を操作しているシステム管理者は指定したイベントのメッセージ発生元ホスト名901又はメッセージ発生元IPアドレス902の共通ログ管理240から該当イベントのログデータを取得する(ステップ1450)。このシステム管理者が指定したログ検索が、ジョブ単位(一つのコンピュータ内で実行されるもの)であるか、業務単位(複数のコンピュータ間にまたがって実行されるジョブの集合)であるかの判定(ステップ1451)を行う。   FIG. 26 is a PAD diagram illustrating a flow of an event / log correspondence process, which is one of the processes of the log search 130 performed by the integrated management unit 10. The system administrator operating the integrated management unit viewer 30 acquires the log data of the event from the common log management 240 of the message source host name 901 or the message source IP address 902 of the specified event (step 1450). Determine whether the log search specified by the system administrator is a job unit (one executed on one computer) or a business unit (a set of jobs executed across multiple computers) (Step 1451) is performed.

ジョブ単位である場合は、オブジェクト管理110から該当ジョブの実行周期742を取得し(ステップ1452)、該当イベントのメッセージ発生元の共通ログ管理240へ同じジョブ名910又はジョブ番号909でありかつ同時期の実行周期に実行されたログデータの検索要求を発行する(ステップ1453)。   If the job is a job unit, the execution cycle 742 of the job is acquired from the object management 110 (step 1452), and the same job name 910 or job number 909 and the same A search request for the log data executed in the execution cycle of is issued (step 1453).

業務単位である場合は、オブジェクト管理110から業務名740をキーとして、該当業務名915の値を持つジョブの実行ホスト名614又はIPアドレス616、ジョブ名738、ジョブの実行周期742等を取得する(ステップ1454)。またジョブの定義情報(システムトポロジー40又はファイルに格納されている)から該当業務名のジョブの実行順番を取得する(ステップ1455)。その後、該当するホスト名又はIPアドレスの数分ループし(ステップ1456)、該当するホスト名又はIPアドレスで動作する統合管理支援部20の共通ログ管理240へ、同じジョブ名でありかつ同時期の業務に関するログデータの検索要求を発行する(ステップ1457)。   In the case of a job unit, the job execution host name 614 or the IP address 616 of the job having the value of the job name 915, the job name 738, the job execution period 742, etc. are obtained from the object management 110 using the job name 740 as a key. (Step 1454). In addition, the execution order of the job having the job name is acquired from the job definition information (stored in the system topology 40 or a file) (step 1455). Thereafter, the process loops for the number of the corresponding host names or IP addresses (step 1456), and sends the same job name to the common log management 240 of the integrated management support unit 20 operating with the corresponding host name or IP address. A search request for log data relating to business is issued (step 1457).

以上により本実施例によれば、
・管理対象物を管理しているオブジェクトを管理することにより、管理対象物の監視条件を拡大するとともに管理情報を詳細に管理できる。
As described above, according to the present embodiment,
By managing the object that manages the management target, the monitoring conditions of the management target can be expanded and the management information can be managed in detail.

・ログ検索130により、任意のイベントの詳細情報であるログデータだけを検索、収集して、統合管理部ビュアー30に表示できるため、ログの分散化やネットワーク負荷を削減できる。   The log search 130 can search and collect only log data, which is detailed information of an arbitrary event, and display it on the integrated management unit viewer 30, so that log distribution and network load can be reduced.

・統合管理部ビュアー30は、統合管理部10とネットワークにより接続されているため、場所を問わず、どこからでもオブジェクトを管理できる。   Since the integrated management unit viewer 30 is connected to the integrated management unit 10 via a network, objects can be managed from any location regardless of location.

等の効果がある。   And so on.

実施形態のネットワークシステムの構成図である。It is a lineblock diagram of a network system of an embodiment. 実施形態の統合管理部と統合管理支援部と統合管理部ビュアーが行う処理動作の概略を示す図である。It is a figure which shows the outline of the processing operation | movement which the integrated management part, integrated management support part, and integrated management part viewer of embodiment perform. 実施形態の統合管理部10の構成を示す機能ブロック図である。FIG. 2 is a functional block diagram illustrating a configuration of an integrated management unit 10 according to the embodiment. 実施形態の統合管理支援部20の構成を示す機能ブロック図である。FIG. 3 is a functional block diagram illustrating a configuration of an integrated management support unit 20 according to the embodiment. 本発明適用前のオブジェクトの監視可能条件を示す図である。FIG. 11 is a diagram showing conditions under which objects can be monitored before the present invention is applied. 本発明適用後のオブジェクトの監視可能条件を示す図である。FIG. 14 is a diagram showing conditions under which objects can be monitored after application of the present invention. 実施形態のオブジェクト体系を示す図である。It is a figure showing the object system of an embodiment. 実施形態のシステムオブジェクト、IPノードオブジェクト及びAPオブジェクトの関連を示す図である。FIG. 4 is a diagram illustrating a relationship among a system object, an IP node object, and an AP object according to the embodiment. 実施形態のシステムオブジェクトの属性を示す図である。FIG. 4 is a diagram illustrating attributes of a system object according to the embodiment. 実施形態のIPノードオブジェクトの属性を示す図である。FIG. 4 is a diagram illustrating attributes of an IP node object according to the embodiment. 実施形態のAPオブジェクトの属性を示す図である。FIG. 4 is a diagram illustrating attributes of an AP object according to the embodiment. 実施形態のログオブジェクトの関連を示す図である。FIG. 4 is a diagram illustrating a relation between log objects according to the embodiment. 実施形態のイベントオブジェクトの関連を示す図である。FIG. 4 is a diagram illustrating an association of an event object according to the embodiment. 実施形態のイベントオブジェクトとログオブジェクトの属性を示す図である。FIG. 4 is a diagram illustrating attributes of an event object and a log object according to the embodiment. 実施形態のイベントオブジェクトとログオブジェクトの属性の内容を示す図である。FIG. 4 is a diagram illustrating contents of attributes of an event object and a log object according to the embodiment. 実施形態の統合管理支援部が行うログファイル監視の処理の流れを示すPAD図である。FIG. 9 is a PAD diagram illustrating a flow of a log file monitoring process performed by the integrated management support unit of the embodiment. 実施形態の統合管理支援部が行うログファイル監視の処理の一つであるAPオブジェクト管理の処理の流れを示すPAD図である。FIG. 9 is a PAD diagram illustrating a flow of an AP object management process which is one of the log file monitoring processes performed by the integrated management support unit of the embodiment. 実施形態の統合管理支援部が行う共通ログ管理の処理の流れを示すPAD図である。It is a PAD figure showing the flow of processing of common log management which the integrated management support part of an embodiment performs. 実施形態の統合管理支援部が行うイベント管理の処理の流れを示すPAD図である。FIG. 9 is a PAD diagram illustrating a flow of an event management process performed by the integrated management support unit of the embodiment. 実施形態の統合管理支援部が行うAP監視の処理の流れを示すPAD図である。FIG. 9 is a PAD diagram illustrating a flow of an AP monitoring process performed by the integrated management support unit of the embodiment. 実施形態の統合管理支援部が行うAP監視の処理の一つであるAPオブジェクト監視の処理の流れを示すPAD図である。FIG. 9 is a PAD diagram illustrating a flow of an AP object monitoring process, which is one of the AP monitoring processes performed by the integrated management support unit of the embodiment. 実施形態の統合管理支援部が行うAP監視の処理の一つであるイベント処理の処理の流れを示すPAD図である。FIG. 9 is a PAD diagram illustrating a flow of event processing, which is one of the AP monitoring processes performed by the integrated management support unit of the embodiment. 実施形態の統合管理支援部が行うAP監視の処理の一つであるオブジェクト処理1の処理の流れを示すPAD図である。FIG. 9 is a PAD diagram illustrating a flow of a process of an object process 1 which is one of the processes of the AP monitoring performed by the integrated management support unit of the embodiment. 実施形態の統合管理支援部が行うAP監視の処理の一つであるオブジェクト処理2の処理の流れを示すPAD図である。FIG. 8 is a PAD diagram illustrating a flow of a process of an object process 2 which is one of AP monitoring processes performed by the integrated management support unit of the embodiment. 実施形態の統合管理部が行うログ検索の処理の流れを示すPAD図である。FIG. 9 is a PAD diagram illustrating a flow of a log search process performed by the integrated management unit according to the embodiment. 実施形態の統合管理部が行うログ検索の処理の一つであるイベント、ログ対応処理の処理の流れを示すPAD図である。FIG. 8 is a PAD diagram illustrating a flow of a process of an event / log correspondence process, which is one of log search processes performed by the integrated management unit according to the embodiment.

符号の説明Explanation of reference numerals

10…統合管理部、20…統合管理支援部、
25…オブジェクト、30…統合管理部ビュアー、
40…システムトポロジー、50…共通ログ、
60…オペレーティングシステム(OS)、
70アプリケーションプログラム(AP)、
80…システムログファイル、90…APログファイル
10: integrated management unit, 20: integrated management support unit,
25: object, 30: integrated management unit viewer,
40: system topology, 50: common log,
60 ... Operating system (OS),
70 application programs (AP),
80: System log file, 90: AP log file

Claims (6)

少なくとも一つの計算機を管理する管理サーバの管理方法は、
前記計算機で実行された、プロセスで発生した異常をシステムログに格納し、アプリケーションによる業務実行中に発生した事象を収集してAPログに格納し、
前記システムログ及びAPログから抽出した情報を共通形式に変換したログ情報を共通ログファイルに格納し、イベント情報を通知するとともに記憶装置に格納し、
メッセージ発生元を特定する情報を含む共通キーによって、前記ログ情報と前記イベント情報とを対応付け、
要求された条件に合致する、イベントに関するログの所在や種別を前記共通ログファイルから抽出し、
参照要求により、イベント情報を前記記憶装置から抽出することを特徴とする計算機の管理方法。
The management method of the management server that manages at least one computer includes:
An abnormality that occurred in a process executed by the computer is stored in a system log, an event that occurs during a business execution by an application is collected and stored in an AP log,
The log information obtained by converting the information extracted from the system log and the AP log into a common format is stored in a common log file, the event information is notified and stored in a storage device,
By a common key including information specifying a message generation source, the log information and the event information are associated,
The location and type of the log relating to the event that matches the requested condition are extracted from the common log file,
A computer management method, wherein event information is extracted from the storage device by a reference request.
前記ログ情報抽出の要求が、ジョブ単位である場合、該当ジョブの同時期の実行周期に実行されたログデータの抽出を要求し、業務単位である場合、該当業務のジョブの実行順序を取得し、同じジョブ名でありかつ同時期の当該業務に関するログデータの抽出を要求することを特徴とする請求項1記載の計算機の管理方法。   If the log information extraction request is a job unit, a request is made to extract log data executed in the same execution period of the job.If the log information extraction request is a job unit, the job execution order of the job 2. The computer management method according to claim 1, wherein a request is made to extract log data having the same job name and relating to the job at the same time. 共通形式に変換された前記ログ情報に含まれる、ジョブの状態やオペレーテイングシステムからのプロセス情報を表わすメッセージ種別や終了コードに基づいて、アプリケーションの状態を判断して通知することを特徴とする請求項1記載の計算機の管理方法。   The application state is determined and notified based on a message type and an end code indicating a job state and process information from an operating system included in the log information converted into a common format. The computer management method described in item 1. 前記共通形式は、予め定義された条件を含む値や文字列を属性値として設定されることを特徴とする請求項1記載の計算機の管理方法。   2. The computer management method according to claim 1, wherein the common format is set as a value including a predefined condition or a character string as an attribute value. コンピュータシステム内で動作するアプリケーションプログラムを含む管理対象物を管理する統合管理支援部と、複数の前記統合支援部から前記管理対象物の管理情報を収集する統合管理部と、収集した管理情報を見るための統合管理部ビュアーにより構成され、前記統合管理支援部と前記統合管理部と前記統合管理部ビュアーはそれぞれコンピュータ上で動作して、前記コンピュータ間は通信ネットワークにより接続されているシステムにおいて、
前記統合管理支援部は、アプリケーションプログラムを監視するAP監視を用いて前記管理対象物の状態を保持し、
前記AP監視は、前記アプリケーションプログラムが出力したログファイルの監視により前記アプリケーションプログラムの最新状態を補完することを特徴とするオブジェクト管理方法。
An integrated management support unit that manages a management target including an application program that operates in a computer system; an integrated management unit that collects management information of the management target from a plurality of the integration support units; and views the collected management information. In the system in which the integrated management support unit, the integrated management unit and the integrated management unit viewer each operate on a computer, and the computers are connected by a communication network,
The integrated management support unit holds the state of the management target using an AP monitor that monitors an application program,
The object management method, wherein the AP monitoring complements the latest state of the application program by monitoring a log file output by the application program.
前記アプリケーションプログラムの最新状態を補完する際に、前記統合管理部ビュアーからのログ検索の要求により、前記統合管理支援部が保持している共通的な形式に変換したログデータである共通ログからログ情報を前記統合管理部ビュアーで参照することを特徴とする請求項5記載のオブジェクト管理方法。
When supplementing the latest state of the application program, a log search request from the integrated management unit viewer is used to request a log search from the common log, which is log data converted into a common format held by the integrated management support unit. 6. The object management method according to claim 5, wherein information is referred to by the integrated management unit viewer.
JP2004216689A 2004-07-26 2004-07-26 Object management method Expired - Fee Related JP3992029B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004216689A JP3992029B2 (en) 2004-07-26 2004-07-26 Object management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004216689A JP3992029B2 (en) 2004-07-26 2004-07-26 Object management method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP9306065A Division JPH11143737A (en) 1997-11-07 1997-11-07 Object managing method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2007069755A Division JP3995023B2 (en) 2007-03-19 2007-03-19 Object management method

Publications (2)

Publication Number Publication Date
JP2004355650A true JP2004355650A (en) 2004-12-16
JP3992029B2 JP3992029B2 (en) 2007-10-17

Family

ID=34056400

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004216689A Expired - Fee Related JP3992029B2 (en) 2004-07-26 2004-07-26 Object management method

Country Status (1)

Country Link
JP (1) JP3992029B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010204816A (en) * 2009-03-02 2010-09-16 Oki Electric Ind Co Ltd Method, and system for managing journal data, financial terminal equipment, repeater device, and journal management server
EP2639700A1 (en) 2012-03-14 2013-09-18 Fujitsu Limited Consolidation support program, consolidation support method, and consolidation support apparatus
JP2014228932A (en) * 2013-05-20 2014-12-08 日本電気通信システム株式会社 Failure notification device, failure notification program, and failure notification method
JP2016212679A (en) * 2015-05-11 2016-12-15 富士通株式会社 Sign detection program, device and method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010204816A (en) * 2009-03-02 2010-09-16 Oki Electric Ind Co Ltd Method, and system for managing journal data, financial terminal equipment, repeater device, and journal management server
EP2639700A1 (en) 2012-03-14 2013-09-18 Fujitsu Limited Consolidation support program, consolidation support method, and consolidation support apparatus
JP2014228932A (en) * 2013-05-20 2014-12-08 日本電気通信システム株式会社 Failure notification device, failure notification program, and failure notification method
JP2016212679A (en) * 2015-05-11 2016-12-15 富士通株式会社 Sign detection program, device and method

Also Published As

Publication number Publication date
JP3992029B2 (en) 2007-10-17

Similar Documents

Publication Publication Date Title
US11055302B2 (en) Method and system for implementing target model configuration metadata for a log analytics system
US7661135B2 (en) Apparatus, system, and method for gathering trace data indicative of resource activity
JP4318643B2 (en) Operation management method, operation management apparatus, and operation management program
US8863224B2 (en) System and method of managing data protection resources
US9053220B2 (en) Method, system, and computer program for monitoring performance of applications in a distributed environment
US8756385B2 (en) Software configuration item back-up facility
JP5698429B2 (en) Computer system, method and computer program for managing components
US20080071820A1 (en) Apparatus and method for managing an encapsulated document
CN105099783B (en) A kind of method and system for realizing operation system alarm emergency disposal automation
JP2014067369A (en) Information processor, program, and information processing method
JP2004362144A (en) Method for managing operation, execution device, and processing program
CN103488793A (en) User behavior monitoring method based on information retrieval
JPWO2011055436A1 (en) Operation management apparatus and operation management method
US7506117B2 (en) Data recovery method for computer system
WO2020015116A1 (en) Database monitoring method and terminal device
JP3916232B2 (en) Knowledge-type operation management system, method and program
JP5740338B2 (en) Virtual environment operation support system
JP4315021B2 (en) Management item management system and method
CN113094053A (en) Product delivery method and device and computer storage medium
GB2481930A (en) Information management device and information management program
US20060059118A1 (en) Apparatus, system, and method for associating resources using a behavior based algorithm
JP5746585B2 (en) Log management system, log management method, application server, and log server
JP3992029B2 (en) Object management method
JP4911061B2 (en) Management system, history information storage method, and data structure of history information database
JP3995023B2 (en) Object management method

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20060421

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060919

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061116

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070116

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070319

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20070326

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070508

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070607

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070703

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070716

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100803

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110803

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120803

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130803

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees