JP2004127309A - Operation management method of computer system - Google Patents

Operation management method of computer system Download PDF

Info

Publication number
JP2004127309A
JP2004127309A JP2003373889A JP2003373889A JP2004127309A JP 2004127309 A JP2004127309 A JP 2004127309A JP 2003373889 A JP2003373889 A JP 2003373889A JP 2003373889 A JP2003373889 A JP 2003373889A JP 2004127309 A JP2004127309 A JP 2004127309A
Authority
JP
Japan
Prior art keywords
computer
management
business
execution
task
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
JP2003373889A
Other languages
Japanese (ja)
Other versions
JP3984948B2 (en
Inventor
Eiji Matsumura
松村  栄二
Toshiaki Hirata
平田  俊明
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 JP2003373889A priority Critical patent/JP3984948B2/en
Publication of JP2004127309A publication Critical patent/JP2004127309A/en
Application granted granted Critical
Publication of JP3984948B2 publication Critical patent/JP3984948B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To prevent a load of a communication network from being unnecessarily increased and to secure corresponding responsiveness by managing jobs as one job even when the one job are divided over a plurality of computers in job operation management of a network computer system composed of the plurality of computers. <P>SOLUTION: Objects to be handled by programs comprising the job are rearranged/classified and systemized, and ID information for identifying the job is unitarily managed while being added to definition information associated with the execution of the job or information representing an event which occurs with the execution of the job. Besides, priority is added to events which occur with the execution of the job and it is determined whether the information representing the event is to be transferred or to be stored. <P>COPYRIGHT: (C)2004,JPO

Description

 本発明は、複数の計算機からなるネットワーク計算機システムの業務運用管理に関する。 The present invention relates to business operation management of a network computer system including a plurality of computers.

 システムが大規模化・広域化するにつれて、日常実行される業務も分散化・広域化してくる。例えば、一台の計算機の処理能力では不足するため、一つの業務を複数の計算機に分割して実行するとか、複数の計算機に分散して配置している多量のデータをそれぞれの計算機で処理して中間結果を出し、それらを一個所で最終的にまとめて結果を出すとかが考えられる。 (4) As systems become larger and wider, the tasks that are performed on a daily basis also become more distributed and wider. For example, since the processing capacity of one computer is insufficient, one task may be divided into multiple computers and executed, or a large amount of data distributed and distributed among multiple computers may be processed by each computer. It is conceivable that an intermediate result is produced, and those results are finally combined in one place to produce a result.

 このような場合、従来は、どの計算機でどんな業務が実行されているかを管理しているだけなので、一つの業務が複数の計算機に分割されていると、分割された業務の関係が分かり難いという問題があった。本発明では、たとえ複数の計算機に分割されていたとしてもそれらを一つの業務として管理することにより、予め業務が実行されている計算機を調べておくことなく業務実行を監視でき、業務実行を監視している管理者の立場に立ったサービスを提供することを目的とする。 In such a case, conventionally, only the computers that are executing what tasks are executed are managed.If one task is divided into multiple computers, the relationship between the divided tasks is difficult to understand. There was a problem. In the present invention, even if the computer is divided into a plurality of computers, by managing them as one business, the business execution can be monitored without checking the computer on which the business is executed in advance, and the business execution can be monitored. The purpose is to provide services from the standpoint of the administrator.

 また、従来は、業務実行にともなって生じる様々な事象(開始、終了、異常終了等)を表す情報を業務の監視を行う計算機に直ちに転送していたので、監視を行う際には必要となるが、実際に参照することが少ない事象(開始、終了等)を無駄に転送するという問題があった。本発明では、事象の発生時には異常発生等の緊急度の高い情報だけを転送することにより、情報の転送量を減らすことを目的とする。 Conventionally, information indicating various events (start, end, abnormal termination, etc.) that occur with the execution of a task is immediately transferred to a computer that monitors the task, so that it is necessary for monitoring. However, there is a problem that events (start, end, etc.) that are rarely referred to are transferred in vain. It is an object of the present invention to reduce the amount of information transferred by transferring only information with a high degree of urgency such as occurrence of an abnormality when an event occurs.

 また、従来は、業務の実行に関する様々の定義情報(実行スケジュール、実行パラメタ等)を、一ヶ所にまとめて格納していたので、管理は容易であったが、業務実行時に定義情報を参照する際に時間がかかるという問題があった。本発明では、複数の計算機に重複して格納することにより、定義情報の参照に要する時間を短縮することを目的とする。 Conventionally, various definition information (execution schedule, execution parameters, and the like) relating to the execution of a job are stored in one place, so that management is easy, but the definition information is referred to when the job is executed. There was a problem that it took time. An object of the present invention is to reduce the time required for referring to the definition information by storing the information redundantly in a plurality of computers.

 上記目的を達成するために、本発明では、業務を構成する各プログラムが扱う対象物を整理・分類して共通項をまとめ体系化し、業務を識別するID情報を生成する。このID情報を業務の実行に関する様々の定義情報(実行スケジュール、実行パラメタ等)や業務の実行にともなって発生するすべての事象(開始、終了、異常終了等)を表す情報に付加し、それらを一元管理することにより、ID情報を手がかりとして、業務実行の監視や制御(スケジュールの変更、実行計算機の変更や追加等)を可能にしたものである。 In order to achieve the above object, according to the present invention, objects handled by programs constituting a task are arranged and classified, common items are organized and systematized, and ID information for identifying the task is generated. This ID information is added to various definition information (execution schedule, execution parameters, etc.) relating to the execution of the business and information representing all events (start, end, abnormal termination, etc.) that occur with the execution of the business, and add them. The centralized management enables monitoring and control of business execution (change of schedule, change or addition of execution computer, etc.) using ID information as a key.

 また、本発明では、業務の実行にともなって発生するすべての事象(開始、終了、異常終了等)に緊急性の有無で優先度を付ける。この優先度により、事象を表す情報を業務の監視を行う計算機に直ちに転送するか、それぞれの事象が発生した計算機もしくは発生した計算機の近くの計算機へ情報を蓄積するかを決定する。正常時の事象(業務の開始や終了等)は、業務が順調に実行されている間は(システム内の計算機台数が多い場合には特に)監視者が知る必要はなく、業務の監視を行う計算機に転送しないため、情報の転送量を減らすことができる。分散して蓄積されている情報には、業務を識別するID情報が付加されているため、必要な場合(例えば特定の業務の状態を知りたい場合)には業務の監視を行う計算機からの要求により検索でき、必要な情報だけを取り出すことができる。また、分散して蓄積されている情報の検索は、蓄積された情報を持つ複数の計算機で同時に行うことができるので、検索にかかる時間が短くて済む。 According to the present invention, all events (start, end, abnormal end, etc.) that occur with the execution of a task are prioritized based on the presence or absence of urgency. Based on this priority, it is determined whether the information representing the event is immediately transferred to the computer that monitors the business, or whether the information is stored in the computer where the event has occurred or a computer near the computer where the event has occurred. A normal event (such as the start or end of a job) does not need to be known by the monitor while the job is running smoothly (especially when the number of computers in the system is large), and the job is monitored. Since the information is not transferred to the computer, the amount of information transferred can be reduced. Since ID information for identifying a business is added to the information accumulated in a distributed manner, a request from a computer that monitors the business when necessary (for example, when it is desired to know the status of a specific business). To retrieve only necessary information. Further, the search for the information stored in a distributed manner can be performed simultaneously by a plurality of computers having the stored information, so that the time required for the search can be reduced.

 また、本発明では、業務の実行に関する様々の定義情報(実行スケジュール、実行パラメタ等)を、複数の計算機に重複して格納する。定義情報は通常更新頻度が低いため、業務実行時の定義情報の参照に要する時間を短縮できる。また、定義情報の更新時には、変更箇所だけの転送で済むため、転送に要する時間も短縮できる。 In addition, in the present invention, various definition information (execution schedule, execution parameters, etc.) relating to the execution of a task are redundantly stored in a plurality of computers. Since the definition information is usually updated infrequently, the time required for referring to the definition information at the time of business execution can be reduced. Further, when updating the definition information, only the changed portion needs to be transferred, so that the time required for the transfer can be reduced.

 本発明によれば、複数の計算機からなるネットワーク計算機システムにおいて、複数の計算機にまたがって実行される業務の実行状態の確認、異常の発生の有無の監視、業務定義の変更等、様々な業務運用に関する行為が、業務がどことどこの計算機で実行されているか、又どことどこの計算機に業務の定義が格納されているかを予め調べておくことなく可能となるので、1つの管理マネージャ計算機から、業務実行を一元的に管理できるという効果がある。また、その際、定常的な監視時にはほとんど参照しない情報の転送を減らすことができるので、通信ネットワークに運用管理のための余計な負荷をかけることがないという効果がある。また、業務実行時に頻繁に参照するような定義情報を参照する計算機の近くに置くことができるので、各計算機から情報を参照するのに要する時間を短縮できるという効果がある。 According to the present invention, in a network computer system composed of a plurality of computers, various business operations such as checking the execution state of a business executed over a plurality of computers, monitoring for the occurrence of an abnormality, and changing the business definition, etc. Can be performed without having to check in advance where and on which computer the business is being executed, and where and on which computer the business definition is stored. This has the effect that business execution can be centrally managed. Further, at this time, the transfer of information that is hardly referred to during regular monitoring can be reduced, so that there is an effect that an unnecessary load for operation management is not applied to the communication network. In addition, since it can be placed near a computer that refers to definition information that is frequently referred to during business execution, there is an effect that the time required to refer to information from each computer can be reduced.

 以下、本発明の実施例を、図1及び図2により説明する。 Hereinafter, an embodiment of the present invention will be described with reference to FIGS.

 図1は、複数の計算機にまたがって実行される業務の監視を、その業務がどことどこの計算機で実行されるかを予め求めることなく、管理マネージャ計算機から行うためのシステム構成と実施手順を示している。管理マネージャ計算機100は、管理対象計算機106,111での業務実行にともなって発生する業務の開始、正常終了、異常終了等の様々な事象を参照する事象情報表示処理部103及びそれらの表示・操作するGUI部102とで構成する表示制御部と、管理対象計算機106,111での業務実行にともなって発生した事象の中で、業務の異常終了やディスク容量不足等の緊急もしくは早急に対処が必要な事象情報を収集し、GUI部102への表示とマスタデータベース105への格納と、格納した事象情報の検索と、必要な事象情報が見付からなければローカルデータベース108を持つ管理対象計算機106への検索指示と検索結果の収集とGUI部102への表示を制御する部分104、及びマスタデータベース105から構成する。管理対象計算機106,111は、実際の業務そのものである業務実行部109,113又は業務実行を管理するジョブスケジューラのような管理アプリケーション(以下APと略す)実行部110,114と、統合管理を実現するための統合管理支援部107,112と、ローカルデータベース108から構成する。統合管理支援部は、管理対象計算機にローカルデータベースを持つ場合には、自身及びローカルデータベースを持たない管理対象計算機での業務実行にともなって発生した事象の中で、業務の異常終了やディスク容量不足等の緊急もしくは早急に対処が必要な事象情報の管理マネージャ計算機100への転送と、その他の事象情報のローカルデータベース108への格納と、統合マネージャ計算機100からの指示による検索と、検索結果の統合マネージャ計算機への転送を行う。統合管理支援部は、管理対象計算機にローカルデータベースを持たない場合には、自身での業務実行にともなって発生した事象のすべてに対して、ローカルデータベースを持つ管理対象計算機への転送を行う。なお、管理マネージャ計算機100と管理対象計算機106,111とは、通信ネットワーク115にて相互に接続されている。 FIG. 1 shows a system configuration and an execution procedure for monitoring a task executed over a plurality of computers from a management manager computer without previously determining where and on which computer the task is to be executed. Is shown. The management manager computer 100 includes an event information display processing unit 103 that refers to various events such as a start, a normal end, and an abnormal end of a business that occur with the execution of the business in the managed computers 106 and 111, and a GUI for displaying and operating the event. The display control unit consisting of the unit 102 and the event information that needs to be dealt with urgently or urgently, such as abnormal termination of the business or insufficient disk space, among the events that occurred during the execution of the business on the managed computers 106 and 111. Collected, displayed on the GUI unit 102, stored in the master database 105, searched for stored event information, and if necessary event information cannot be found, a search instruction and a search result to the managed computer 106 having the local database 108 And a master database 105 for controlling the collection and display on the GUI unit 102. The management target computers 106 and 111 are integrated with a management application (hereinafter abbreviated as AP) execution units 110 and 114 such as a job execution unit 109 or 113 or a job scheduler that manages the execution of the business, and integrated management support for realizing integrated management. It comprises units 107 and 112 and a local database 108. If the managed computer has a local database, the integrated management support unit will terminate the business abnormally or run out of disk space among the events that occurred during the execution of the business on itself and the managed computer that does not have a local database. Transfer of event information requiring urgent or urgent action to the management manager computer 100, storage of other event information in the local database 108, search by an instruction from the integrated manager computer 100, and integration of search results Transfer to the manager computer. When the managed computer does not have a local database, the integrated management support unit transfers all of the events that have occurred as a result of executing its own business to the managed computer that has the local database. It should be noted that the management manager computer 100 and the managed computers 106 and 111 are mutually connected by a communication network 115.

 図2は、複数の計算機にまたがって実行される業務の実行の制御を、その業務の定義情報がどことどこの計算機に格納されているかを予め求めることなく、管理マネージャ計算機から行うためのシステム構成と実施手順を示している。管理マネージャ計算機200は、管理対象計算機206,211で実行する業務の実行スケジュールや実行パラメタなど、業務の実行に関する様々な定義情報を参照・更新する定義情報更新・表示処理部203及びそれらの表示・操作するGUI部202とで構成する表示制御部と、管理対象計算機206,211で実行する業務の実行スケジュールや実行パラメタなど、業務の実行に関する様々な定義情報の収集とマスタデータベース205への格納と、格納した定義情報の検索と、更新された定義情報をローカルデータベース208を持つ管理対象計算機206への配布を制御する部分204、及びマスタデータベース205から構成する。管理対象計算機206,211は、実際の業務そのものである業務実行部209,213又は業務実行を管理するジョブスケジューラのような管理AP実行部210,214と、統合管理を実現するための統合管理支援部207,212と、ローカルデータベース208から構成する。統合管理支援部は、管理対象計算機にローカルデータベースを持つ場合には、自身及びローカルデータベースを持たない管理対象計算機で実行する業務の実行スケジュールや実行パラメタなど、業務の実行に関する様々な定義情報の管理マネージャ計算機200への転送と、ローカルデータベース208への格納と、統合マネージャ計算機200からの指示による更新と、更新結果の自身及びローカルデータベースを持たない管理対象計算機で実行する業務への転送を行う。統合管理支援部は、管理対象計算機にローカルデータベースを持たない場合には、自身で実行する業務の実行スケジュールや実行パラメタなど、業務の実行に関する様々な定義情報のすべてに対して、ローカルデータベースを持つ管理対象計算機への転送と、ローカルデータベースを持つ管理対象計算機から転送されてくる更新結果の管理対象計算機で実行する業務への転送を行う。なお、管理マネージャ計算機200と管理対象計算機206,211とは、通信ネットワーク215にて相互に接続されている。 FIG. 2 shows a system for controlling the execution of a task executed across a plurality of computers from a management manager computer without previously determining where and in which computer the definition information of the task is stored. The configuration and the execution procedure are shown. The management manager computer 200 refers to and updates various definition information related to the execution of the business, such as the execution schedule and the execution parameters of the business to be executed on the managed computers 206 and 211, and displays and operates them. A display control unit configured with the GUI unit 202, collection of various definition information related to business execution such as an execution schedule and execution parameters of the business executed on the managed computers 206 and 211, storage in the master database 205, and stored definitions It comprises a part 204 for controlling information retrieval and distribution of updated definition information to a managed computer 206 having a local database 208, and a master database 205. The management target computers 206 and 211 include a business execution unit 209 or 213 which is an actual business itself or a management AP execution unit 210 or 214 such as a job scheduler for managing business execution, integrated management support units 207 and 212 for realizing integrated management, and a local database. Consists of 208. When the managed computer has a local database, the integrated management support unit manages various definition information related to the execution of the business, such as the execution schedule and execution parameters of the business to be executed by itself and the managed computer that does not have a local database. The transfer to the manager computer 200, the storage in the local database 208, the update according to the instruction from the integrated manager computer 200, and the transfer of the update result to itself and to a task to be executed by the managed computer having no local database are performed. If the computer to be managed does not have a local database, the integrated management support unit has a local database for all of the various definition information related to the execution of the business, such as the execution schedule and execution parameters of the business to be executed by itself. The transfer to the management target computer and the transfer of the update result transferred from the management target computer having the local database to the task executed by the management target computer are performed. Note that the management manager computer 200 and the managed computers 206 and 211 are mutually connected by a communication network 215.

 図3は、本発明の実施例におけるネットワーク構成の一例である。管理マネージャ計算機301は、各計算機302,303,304,305,306,307で実行する業務の実行状態を監視したり、業務実行に関する定義を変更できる。管理マネージャ計算機301には、マスタデータベース(図ではDBと略す)314を持ち、各ネットワーク308,309,310,311,313には少なくとも一台ローカルデータベースを持つ計算機がある。この制約は必須ではないが、このように構成することによりネットワークを流れるデータ量を低減できる。また、各計算機からのデータベースに格納されている情報を参照するのに要する時間を短縮できる。 FIG. 3 shows an example of a network configuration according to the embodiment of the present invention. The management manager computer 301 can monitor the execution status of the business executed by each of the computers 302, 303, 304, 305, 306, 307 and change the definition related to business execution. The management manager computer 301 has a master database (abbreviated as DB in the figure) 314, and each network 308, 309, 310, 311, 313 has at least one computer having a local database. This restriction is not indispensable, but this configuration can reduce the amount of data flowing through the network. In addition, the time required for referring to information stored in the database from each computer can be reduced.

 図4は、本発明の実施例における管理対象計算機401と管理マネージャ計算機402のソフトウェア構成の一例である。管理対象計算機401には統合管理支援部403があり、管理マネージャ計算機の指示に基づいてこの計算機内を管理するが、具体的な管理処理は管理対象ごとに異なる。大きくは、業務を管理する管理APを使用して間接的に管理する場合と業務を直接管理する場合とに分けられる。前者は管理AP操作部411を介して、後者は業務B操作部410を介して統合管理支援部403から管理するようにすれば、管理AP処理部407と管理AP操作部411の間(409)及び業務B処理406と業務B操作部410の間(408)のインタフェースは個別になるが、統合管理支援部から見たそれぞれの操作部とのインタフェース(412)は共通化することができる。これにより、管理対象が追加になっても影響範囲が限られるので、機能追加が容易となる。管理マネージャ計算機402には、統合管理マネージャ404があり、システム全体を管理するためのユーザインタフェースを持つが、具体的な管理者への表示や管理者の操作に対する処理は管理機能ごとに異なる。大きくは、業務を管理する管理APを使用して間接的に表示や操作を行う場合と業務を直接表示や操作を行う場合とに分けられる。統合管理支援部から見たそれぞれの操作部とのインタフェースが共通化されているため、管理AP表示処理部415と管理AP操作部411の間及び業務B表示処理414と業務B操作部410の間のインタフェース、及び管理AP表示処理部415や業務B表示処理414と管理者と直接インタフェースを持つ表示制御部416とのインタフェース(413)は共通化することができる。 FIG. 4 shows an example of the software configuration of the management target computer 401 and the management manager computer 402 in the embodiment of the present invention. The management target computer 401 has an integrated management support unit 403, which manages the inside of this computer based on an instruction from the management manager computer, but the specific management processing differs for each management target. Broadly, there is a case where the management is performed indirectly using a management AP for managing the business, and a case where the business is directly managed. If the former is managed from the integrated management support unit 403 via the management AP operating unit 411 and the latter is managed from the integrated management support unit 403 via the business B operating unit 410, the management AP processing unit 407 and the management AP operating unit 411 (409) The interface between the business B processing 406 and the business B operation unit 410 (408) is individualized, but the interface (412) with each operation unit viewed from the integrated management support unit can be shared. As a result, even if the management target is added, the influence range is limited, so that the function can be easily added. The management manager computer 402 has an integrated management manager 404, which has a user interface for managing the entire system. However, the specific display to the administrator and the processing for the operation of the administrator differ for each management function. Broadly, there is a case where a display or an operation is performed indirectly using a management AP for managing a business, and a case where a business is directly displayed or an operation is performed. Since the interface with each operation unit as viewed from the integrated management support unit is common, between the management AP display processing unit 415 and the management AP operation unit 411 and between the business B display processing 414 and the business B operation unit 410 And the interface (413) between the management AP display processing unit 415 and the business B display processing 414 and the display control unit 416 having a direct interface with the administrator can be shared.

 図1の構成における業務の実行にともなって生じる様々な事象情報の収集及び参照手順を図5及び図6に従って説明する。管理対象計算機において、業務実行にともなって業務又は管理APが事象の発生を検出する(501)。業務又は管理APは、それぞれの事象情報にあらかじめ決められている優先度を付加して同一計算機内の統合管理支援部に送る(502)。統合管理支援部は、ローカルデータベースを持たない計算機であれば(503)、 ローカルデータベースを持つ管理対象計算機に事象情報を転送する(504)。統合管理支援部は、ローカルデータベースを持つ計算機であれば(503)、事象情報の優先度が緊急でない場合(505)、その事象情報をローカルデータベースに業務IDをキーとして格納する(506)。事象情報の優先度が緊急である場合(505)、その事象情報を管理マネージャ計算機に転送する(507)。管理マネージャ計算機は、受け取った事象情報をマスタデータベースに格納する(508)。また、管理マネージャ計算機は、受け取った事象情報を監視画面に表示する(509)。次に、管理マネージャ計算機の前にいる管理者が特定の業務の状態を知る手順を示す。まず、管理マネージャにより業務一覧を表示する(601)。その中から管理者が選択した業務に対応する業務IDを求める(602)。管理マネージャは、求めた業務IDをキーとして、マスタデータベースを検索する(603)。マスタデータベースに事象情報が見つかった場合(604)、その内容を監視画面に表示する。マスタデータベースに事象情報が見つからなかった場合(604)、ローカルデータベースを持つすべての管理対象計算機の統合管理支援部に対して、検索要求を出す(605)。ローカルデータベースを持つ管理対象計算機の統合管理支援部は、指定された業務IDをキーとして、ローカルデータベースを検索する(606)。統合管理支援部は、統合管理マネージャに検索結果を返す(607)。統合管理マネージャは、すべての検索結果をまとめて監視画面に表示する(608)。これにより、複数の計算機にまたがって実行される業務の監視を、その業務がどことどこの計算機で実行されているかを予め求めることなく、行うことができる。 (5) A procedure for collecting and referring to various event information generated with the execution of a task in the configuration of FIG. 1 will be described with reference to FIGS. In the management target computer, the business or the management AP detects the occurrence of an event along with the business execution (501). The business or management AP adds a predetermined priority to each event information and sends it to the integrated management support unit in the same computer (502). If the computer does not have the local database (503), the integrated management support unit transfers the event information to the managed computer having the local database (504). If the computer has a local database (503), if the priority of the event information is not urgent (505), the integrated management support unit stores the event information in the local database using the task ID as a key (506). If the priority of the event information is urgent (505), the event information is transferred to the management manager computer (507). The management manager computer stores the received event information in the master database (508). Further, the management manager computer displays the received event information on the monitoring screen (509). Next, a procedure in which an administrator in front of the manager computer knows the status of a specific task will be described. First, a business list is displayed by the manager (601). A task ID corresponding to the task selected by the administrator is obtained from the information (602). The management manager searches the master database using the obtained business ID as a key (603). When the event information is found in the master database (604), the content is displayed on the monitoring screen. If no event information is found in the master database (604), a search request is issued to the integrated management support units of all managed computers having a local database (605). The integrated management support unit of the management target computer having the local database searches the local database using the designated business ID as a key (606). The integrated management support unit returns a search result to the integrated management manager (607). The integrated management manager collectively displays all search results on the monitoring screen (608). As a result, it is possible to monitor a task executed over a plurality of computers without previously determining where and on which computer the task is being executed.

 図2の構成における業務の実行に関する様々な定義情報の収集・更新・配布手順を図7及び図8に従って説明する。管理対象計算機において、業務実行にともなって業務又は管理APは自身の定義情報を変更する(701)。業務又は管理APは、変更された定義情報を同一計算機内の統合管理支援部に送る(702)。統合管理支援部は、ローカルデータベースを持たない計算機であれば(703)、 ローカルデータベースを持つ管理対象計算機に変更された定義情報を転送する(704)。統合管理支援部は、ローカルデータベースを持つ計算機であれば(703)、変更された定義情報をローカルデータベースに業務IDをキーとして格納する(705)。また、統合管理支援部は、管理マネージャ計算機にも転送する(706)。管理マネージャ計算機は、受け取った定義情報をマスタデータベースに格納する(707)。次に、管理マネージャ計算機の前にいる管理者が特定の業務の定義情報を参照・変更する手順を示す。まず、管理マネージャにより業務一覧を表示する(801)。その中から管理者が選択した業務に対応する業務IDを求める(802)。管理マネージャは、求めた業務IDをキーとして、マスタデータベースを検索して監視画面に表示する(803)。管理者が定義情報を更新した場合(804)、ローカルデータベースを持つすべての管理対象計算機の統合管理支援部に対して、更新要求を出す(805)。ローカルデータベースを持つ管理対象計算機の統合管理支援部は、指定された業務IDをキーとして、ローカルデータベースを検索し更新する(806)。統合管理支援部は、業務又は管理APに対して、変更された定義情報を通知する(807)。業務又は管理APは、新しい定義に従って処理を行う(808)。これにより、複数の計算機にまたがって実行される業務実行の制御が、予め業務の定義が格納されている計算機を調べておくことなく行うことができる。 (2) A procedure for collecting, updating, and distributing various definition information related to the execution of a task in the configuration of FIG. 2 will be described with reference to FIGS. In the management target computer, the business or the management AP changes its own definition information as the business is executed (701). The business or management AP sends the changed definition information to the integrated management support unit in the same computer (702). If the computer does not have the local database (703), the integrated management support unit transfers the changed definition information to the managed computer having the local database (704). If the computer has a local database (703), the integrated management support unit stores the changed definition information in the local database using the task ID as a key (705). The integrated management support unit also transfers the data to the management manager computer (706). The management manager computer stores the received definition information in the master database (707). Next, a procedure in which an administrator in front of the manager computer refers to and changes definition information of a specific task will be described. First, a business list is displayed by the manager (801). A task ID corresponding to the task selected by the administrator is obtained (802). The management manager searches the master database using the obtained business ID as a key and displays it on the monitoring screen (803). When the administrator updates the definition information (804), the administrator issues an update request to the integrated management support units of all managed computers having local databases (805). The integrated management support unit of the management target computer having the local database searches and updates the local database using the designated business ID as a key (806). The integrated management support unit notifies the business or management AP of the changed definition information (807). The business or management AP performs processing according to the new definition (808). As a result, it is possible to control the execution of a task executed over a plurality of computers without checking the computer in which the definition of the task is stored in advance.

複数の計算機にまたがって実行される業務の監視を、管理マネージャ計算機から行うためのシステム構成と実施手順を示す図である。FIG. 2 is a diagram showing a system configuration and an execution procedure for monitoring a task executed over a plurality of computers from a management computer. 複数の計算機にまたがって実行される業務の実行の制御を、管理マネージャ計算機から行うためのシステム構成と実施手順を示す図である。FIG. 9 is a diagram showing a system configuration and an execution procedure for controlling execution of a task executed over a plurality of computers from a management computer. 本発明の実施例におけるネットワーク構成を示す図である。FIG. 2 is a diagram illustrating a network configuration according to an embodiment of the present invention. 本発明の実施例における計算機システムのソフトウェア構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a software configuration of a computer system according to an embodiment of the present invention. 様々な事象情報の収集手順を示す図である。It is a figure showing the collection procedure of various event information. 様々な事象情報の参照手順を示す図である。It is a figure showing the reference procedure of various event information. 様々な定義情報の収集手順を示す図である。It is a figure showing the collection procedure of various definition information. 様々な定義情報の更新・配布手順を示す図である。It is a figure which shows the update / distribution procedure of various definition information.

符号の説明Explanation of reference numerals

 101:表示制御部、102:GUI部、103:事象情報表示処理部、
 104:事象情報収集・検索、DB制御部、
 105:マスタデータベース 、106:管理対象計算機、
 107:事象情報収集・検索・転送、DB制御部、
 108:ローカルデータベース、109:業務実行部、
 110:管理AP実行部、111:管理対象計算機、
 112:事象情報収集・転送部、113:業務実行部、
 114:管理AP実行部、115:通信ネットワーク、
 201:表示制御部、202: GUI部、
 203:定義情報更新・表示処理部、
 204:定義情報収集・検索・配布、DB制御部、
 205:マスタデータベース、206:管理対象計算機、
 207:定義情報収集・配布・転送、DB制御部、
 208:ローカルデータベース、209:業務実行部、
 210:管理AP実行部、211:管理対象計算機、
 212:定義情報収集・配布・転送部、213:業務実行部、
 214:管理AP実行部、215:通信ネットワーク、
 301:マネージャ計算機、302〜307:計算機1〜計算機6、
 308〜311:ネットワーク1〜ネットワーク4、
 312:基幹ネットワーク、313:ネットワーク5、
 314:マスタデータベース、315〜318:ローカルデータベース、
 401:管理対象計算機、402:管理マネージャ計算機、
 403:統合管理支援部、404:統合管理マネージャ、
 405:業務A処理部、406:業務B処理部、
 407:管理AP処理部、408:個別API、409:個別API、
 410:業務B操作部、411:管理AP操作部、412:共通API、
 413:共通API、414:業務B表示処理部、
 415:管理AP表示処理部、416:表示制御部
101: display control unit, 102: GUI unit, 103: event information display processing unit,
104: Event information collection / search, DB control unit,
105: Master database, 106: Computer to be managed,
107: Event information collection / search / transfer, DB control unit,
108: Local database, 109: Business execution department,
110: management AP execution unit, 111: management target computer,
112: Event information collection and transfer unit, 113: Business execution unit,
114: management AP execution unit, 115: communication network,
201: display control unit, 202: GUI unit,
203: Definition information update / display processing unit,
204: Definition information collection / search / distribution, DB control unit,
205: Master database, 206: Computer to be managed,
207: Definition information collection / distribution / transfer, DB control unit,
208: Local database, 209: Business execution department,
210: management AP execution unit, 211: management target computer,
212: Definition information collection / distribution / transfer unit, 213: Business execution unit,
214: management AP execution unit, 215: communication network,
301: manager computer, 302 to 307: computer 1 to computer 6,
308-311: Network 1 to Network 4,
312: backbone network, 313: network 5,
314: Master database, 315-318: Local database,
401: management target computer, 402: management manager computer,
403: Integrated Management Support Department, 404: Integrated Management Manager,
405: Business A processing unit, 406: Business B processing unit
407: management AP processing unit, 408: individual API, 409: individual API,
410: business B operation unit, 411: management AP operation unit, 412: common API,
413: Common API, 414: Business B display processing unit,
415: management AP display processing unit, 416: display control unit

Claims (2)

 管理計算機と一つの業務を分割したそれぞれの業務を実行する複数の管理対象計算機からなるネットワーク計算機システムにおいて、前記管理対象計算機は、
 前記管理対象計算機での業務の実行時に参照する定義情報を、前記一つの業務を識別するための業務IDを付して前記管理対象計算機のローカルデータベースに格納し、
 前記ローカルデータベースに格納された前記定義情報を前記管理計算機のマスタデータベースに転送し、
 前記マスタデータベース中の定義情報の更新に対応した更新要求を前記管理計算機から受け取り、
 前記管理計算機からの更新要求に応じて、前記ローカルデータベースから、前記業務IDに対応する定義情報を検索して、前記検索された定義情報を更新することを特徴とする計算機システムの運用管理方法。
In a network computer system including a management computer and a plurality of management target computers that execute respective tasks obtained by dividing one task, the management target computer includes:
The definition information to be referred to when executing a task in the managed computer is stored in a local database of the managed computer with a task ID for identifying the one task,
Transfer the definition information stored in the local database to a master database of the management computer,
An update request corresponding to the update of the definition information in the master database is received from the management computer,
An operation management method for a computer system, comprising: searching for definition information corresponding to the business ID from the local database in response to an update request from the management computer; and updating the searched definition information.
 管理計算機と一つの業務を分割したそれぞれの業務を実行する複数の管理対象計算機からなるネットワーク計算機システムにおいて、前記管理対象計算機は、
 前記管理対象計算機での業務の実行時に参照する定義情報を、前記一つの業務を識別するための業務IDを付して格納するローカルデータベース、
 前記ローカルデータベースに格納された前記定義情報を前記管理計算機のマスタデータベースに転送する手段、
 前記マスタデータベース中の定義情報の更新に対応した更新要求を前記管理計算機から受け取る手段、
 前記管理計算機からの更新要求に応じて、前記ローカルデータベースから、前記業務IDに対応する定義情報を検索して、前記検索された定義情報を更新する手段を有することを特徴とするネットワーク計算機システム。
In a network computer system including a management computer and a plurality of management target computers that execute respective tasks obtained by dividing one task, the management target computer includes:
A local database that stores definition information to be referred to when executing a task on the managed computer with a task ID for identifying the one task;
Means for transferring the definition information stored in the local database to a master database of the management computer,
Means for receiving from the management computer an update request corresponding to the update of the definition information in the master database,
A network computer system comprising: means for searching the local database for definition information corresponding to the task ID in response to an update request from the management computer, and updating the searched definition information.
JP2003373889A 2003-11-04 2003-11-04 Computer system operation management method Expired - Fee Related JP3984948B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003373889A JP3984948B2 (en) 2003-11-04 2003-11-04 Computer system operation management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003373889A JP3984948B2 (en) 2003-11-04 2003-11-04 Computer system operation management method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP30606697A Division JP3508513B2 (en) 1997-11-07 1997-11-07 Operation management method of computer system

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2004336863A Division JP3815494B2 (en) 2004-11-22 2004-11-22 Computer system and operation management method thereof

Publications (2)

Publication Number Publication Date
JP2004127309A true JP2004127309A (en) 2004-04-22
JP3984948B2 JP3984948B2 (en) 2007-10-03

Family

ID=32290982

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003373889A Expired - Fee Related JP3984948B2 (en) 2003-11-04 2003-11-04 Computer system operation management method

Country Status (1)

Country Link
JP (1) JP3984948B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007193615A (en) * 2006-01-19 2007-08-02 Sanyo Electric Co Ltd Display management method and display management apparatus utilizing the same, display management system
JP2008226177A (en) * 2007-03-15 2008-09-25 Fujitsu Ltd Distributed processing program, system and method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007193615A (en) * 2006-01-19 2007-08-02 Sanyo Electric Co Ltd Display management method and display management apparatus utilizing the same, display management system
JP2008226177A (en) * 2007-03-15 2008-09-25 Fujitsu Ltd Distributed processing program, system and method
US8677363B2 (en) 2007-03-15 2014-03-18 Fujitsu Limited Method for managing, tracking and distributing job programs for processing to a plurality of execution computers

Also Published As

Publication number Publication date
JP3984948B2 (en) 2007-10-03

Similar Documents

Publication Publication Date Title
US7721290B2 (en) Job scheduling management method using system resources, and a system and recording medium for implementing the method
JP4760491B2 (en) Event processing system, event processing method, event processing apparatus, and event processing program
US8677369B2 (en) System and method for allocating virtual resources to application based on the connectivity relation among the virtual resources
JP4650203B2 (en) Information system and management computer
EP0913774A2 (en) Managing computer for a plurality of computers connected via a network
US20040148485A1 (en) System and method for managing storage device, and program for the same
JP4811830B1 (en) Computer resource control system
JPWO2007072544A1 (en) Information processing apparatus, computer, resource allocation method, and resource allocation program
US20100251248A1 (en) Job processing method, computer-readable recording medium having stored job processing program and job processing system
US9244718B2 (en) Virtual machine resource allocation based on connection time coverage exceeding a minimum threshold
JPH07334436A (en) Automatic distribution system for software
JP3508513B2 (en) Operation management method of computer system
JP5050878B2 (en) Monitoring device, monitoring system, monitoring method and program
JP2013206368A (en) Virtual environment operation support system
WO2013140412A1 (en) A method and system for distributed computing of jobs
JP2008059599A (en) Method for allocating virtualized resource and execution system thereof
JP3984948B2 (en) Computer system operation management method
JP3815494B2 (en) Computer system and operation management method thereof
JP4464655B2 (en) Computer monitoring apparatus and message processing method related to monitored computer
JP4492530B2 (en) Computer control method, management computer and processing program therefor
US20180246823A1 (en) Computer system and apparatus management method
JP2012089109A (en) Computer resource control system
JPH11120147A (en) Load distributed control method
JP2008234264A (en) Load balancing device for file server, program for load balancing, and load balancing method
JP2004280457A (en) Data management system, batch control system, and batch control program

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040601

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040802

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040921

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041122

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

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20050201

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20050225

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050512

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20060427

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070517

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070709

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

Free format text: PAYMENT UNTIL: 20100713

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20100713

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20100713

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110713

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110713

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120713

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130713

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees