JP5974875B2 - Related estimation program, related estimation device, and related estimation method - Google Patents

Related estimation program, related estimation device, and related estimation method Download PDF

Info

Publication number
JP5974875B2
JP5974875B2 JP2012267287A JP2012267287A JP5974875B2 JP 5974875 B2 JP5974875 B2 JP 5974875B2 JP 2012267287 A JP2012267287 A JP 2012267287A JP 2012267287 A JP2012267287 A JP 2012267287A JP 5974875 B2 JP5974875 B2 JP 5974875B2
Authority
JP
Japan
Prior art keywords
work
procedure
elements
difference
work procedure
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2012267287A
Other languages
Japanese (ja)
Other versions
JP2013140573A (en
Inventor
佐知子 小野寺
佐知子 小野寺
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2012267287A priority Critical patent/JP5974875B2/en
Publication of JP2013140573A publication Critical patent/JP2013140573A/en
Application granted granted Critical
Publication of JP5974875B2 publication Critical patent/JP5974875B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

本発明は,IT(Information Technology)システムを構成する要素間の関連を推定する関連推定プログラム,関連推定装置および関連推定方法に関するものである。   The present invention relates to a relation estimation program, a relation estimation apparatus, and a relation estimation method for estimating a relation between elements constituting an IT (Information Technology) system.

ITシステムにおける運用作業の1つに,変更リリース作業がある。変更リリース作業は,運用中のシステムの部分的な変更を行う作業である。変更リリース作業としては,例えば,障害回復や機能追加等で機器やアプリケーションを変更する作業がある。   One of the operational tasks in the IT system is a change release task. The change release work is a work to make a partial change of the operating system. Examples of the change release work include a work for changing a device or an application by recovering from a failure or adding a function.

変更リリース作業では,リリース対象の機器やアプリケーションによって,作業手順が異なる。そのため,異なるリリース対象ごとに,停止・起動対象となる機器やアプリケーションと,その停止・起動順序を決める必要がある。   In change release work, the work procedure differs depending on the device and application to be released. Therefore, it is necessary to determine the devices and applications to be stopped / started and the stop / start order for each release target.

従来から,変更リリース作業における作業手順の見直しは,手作業で行われている。停止・起動対象となる機器やアプリケーションとその停止・起動順序は,システムの接続関係や依存関係などを考慮して,人手で作成され,確認が行われる。   Conventionally, review of work procedures in change release work has been done manually. The devices / applications to be stopped / started and their stop / start order are manually created and checked in consideration of the system connection and dependency.

なお,入力した2要素間のシステムスキーマ上でのつながりを探索して,ネットワークシステムの構成間の依存関係を取得する技術が知られている。システムスキーマは,システム構成要素と,各システム構成要素間の関係とを記述した情報モデルである。   A technique is known that searches for a connection in the system schema between two input elements and acquires a dependency relationship between the configurations of the network system. The system schema is an information model that describes system components and the relationships between the system components.

特許第4175280号公報Japanese Patent No. 4175280

上述のように,人手で作業手順の作成を行うと,その手順作成に時間がかかるという問題がある。また,人手による作業確認には,ミスが起きやすいという問題がある。このような問題から,作業手順をコンピュータで自動生成することが望まれている。   As described above, when a work procedure is manually created, there is a problem that it takes time to create the procedure. In addition, there is a problem that mistakes are likely to occur in manual work confirmation. Because of these problems, it is desired that work procedures are automatically generated by a computer.

停止・起動対象となる機器やアプリケーションとその停止・起動順序は,作業対象システムにおける接続関係や依存関係などによって決まる。そのため,作業手順をコンピュータで自動生成する場合には,作業対象システムのシステム構成情報が必要となる。システム構成情報には,機器やアプリケーションなどのシステムを構成する各要素の情報と,接続関係,依存関係などの各要素間の関連情報とが含まれる。作業手順の自動生成では,作業対象システムのシステム構成情報から,作業手順を生成することになる。   The devices / applications to be stopped / started and their stopping / starting order are determined by the connection relationship, dependency relationship, etc. in the work target system. Therefore, when the work procedure is automatically generated by the computer, the system configuration information of the work target system is required. The system configuration information includes information on each element that constitutes a system such as a device or an application, and information related to each element such as a connection relationship and a dependency relationship. In the automatic generation of the work procedure, the work procedure is generated from the system configuration information of the work target system.

これから新規に開発するシステムに作業手順の自動生成を適用する場合には,そのシステムの新規開発時に,作業手順の自動生成に必要な情報を持つシステム構成情報を作成すればよい。   When automatic generation of work procedures is applied to a newly developed system, system configuration information having information necessary for automatic generation of work procedures may be created at the time of new development of the system.

すでに運用されている既存のシステムに作業手順の自動生成を導入する場合には,設計書やCMDB(Configuration Management Database )などから,システムを構成する各要素の情報については,容易に取得可能である。しかし,各要素間の関連情報については,情報がドキュメントに明確に記載されていなかったり,情報が複数のドキュメントや設定ファイルに分散されていたりするため,取得が困難である。すでに運用されている既存のシステムに作業手順の自動生成を導入するためには,作業対象システムにおける各要素間の関連情報を取得することが課題となる。   When automatic generation of work procedures is introduced into an existing system that is already in operation, information on each element that makes up the system can be easily obtained from a design document or CMDB (Configuration Management Database). . However, it is difficult to obtain the related information between each element because the information is not clearly described in the document or the information is distributed in a plurality of documents and setting files. In order to introduce automatic generation of work procedures into an existing system that is already in operation, it is necessary to acquire relevant information between each element in the work target system.

一側面では,本発明は,ITシステムにおける構成要素間の関連を推定する技術を提供することを目的とする。   In one aspect, an object of the present invention is to provide a technique for estimating a relationship between components in an IT system.

1態様では,開示するプログラムは,コンピュータを次のように機能させる。すなわち,前記プログラムは,前記プログラムがインストールされて実行されるコンピュータに,作業対象のシステムに対して行う操作の順序を示す第1の作業手順を取得し,ハードウェアまたはソフトウェアの要素から構成されるシステムにおける要素間の関連と作業手順との対応が定義された情報に従って,作業対象システムにおける要素間の関連を示す情報から,第1の作業手順と同じ目的の第2の作業手順を自動生成し,第1の作業手順と第2の作業手順との間の差分となる作業手順を抽出し,前記対応を定義された情報を用いて,差分となる作業手順を生じさせる,作業対象のシステムにおける要素間の関連を特定する処理を実行させる。   In one aspect, the disclosed program causes a computer to function as follows. That is, the program is configured from hardware or software elements by obtaining a first work procedure indicating the order of operations performed on a work target system in a computer on which the program is installed and executed. A second work procedure having the same purpose as the first work procedure is automatically generated from information indicating the relation between elements in the work target system in accordance with information in which the correspondence between the elements in the system and the work procedure is defined. In the work target system, a work procedure that is a difference between the first work procedure and the second work procedure is extracted, and a work procedure that becomes a difference is generated using the information that defines the correspondence. Causes the process to identify the relationship between elements to be executed.

1態様では,ITシステムにおける構成要素間の関連を推定することが可能となる。   In one aspect, it is possible to estimate the relationship between components in the IT system.

作業手順を生成する対象のITシステムの例を説明する図である。It is a figure explaining the example of the IT system of the object which produces | generates a work procedure. コンピュータで作業手順を自動生成する際に用いる運用手順生成ルールの例を示す図である。It is a figure which shows the example of the operation procedure production | generation rule used when producing | generating a work procedure automatically with a computer. 作業手順の自動生成の例を説明する図である。It is a figure explaining the example of the automatic production | generation of a work procedure. 自動生成された作業手順の例を示す図である。It is a figure which shows the example of the work procedure produced | generated automatically. 本実施の形態による手順生成処理フローチャートである。It is a procedure production | generation process flowchart by this Embodiment. 本実施の形態による関連推定装置の構成例を示す図である。It is a figure which shows the structural example of the related estimation apparatus by this Embodiment. 本実施の形態による関連推定装置を実現するコンピュータのハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the computer which implement | achieves the related estimation apparatus by this Embodiment. 本実施例による作業対象システムの構成例(1)を示す図である。It is a figure which shows the structural example (1) of the work target system by a present Example. 本実施例による既存手順書の例(1)を示す図である。It is a figure which shows the example (1) of the existing procedure manual by a present Example. 本実施例による作業内容管理テーブルの例を示す図である。It is a figure which shows the example of the work content management table by a present Example. 本実施例による既存手順データの例(1)を示す図である。It is a figure which shows the example (1) of the existing procedure data by a present Example. 本実施例による自動生成手順データの例(1)を示す図である。It is a figure which shows the example (1) of the automatic production | generation procedure data by a present Example. 本実施例による既存手順と自動生成手順のフローをグラフで表した例(1)を示す図である。It is a figure which shows the example (1) which represented the flow of the existing procedure and automatic generation procedure by a present Example with a graph. 本実施例による差分抽出用中間データの例を示す図である。It is a figure which shows the example of the intermediate data for difference extraction by a present Example. 本実施例による結果テーブルの例(1)を示す図である。It is a figure which shows the example (1) of a result table by a present Example. 本実施例による差分となる作業手順の例(1)を示す図である。It is a figure which shows the example (1) of the work procedure used as the difference by a present Example. 本実施例による結果テーブルの例(2)を示す図である。It is a figure which shows the example (2) of a result table by a present Example. 本実施例による結果テーブルの例(3)を示す図である。It is a figure which shows the example (3) of a result table by a present Example. 本実施例による作業対象システムの構成例(2)を示す図である。It is a figure which shows the structural example (2) of the work target system by a present Example. 本実施例による既存手順書の例(2)を示す図である。It is a figure which shows the example (2) of the existing procedure manual by a present Example. 本実施例による既存手順データの例(2)を示す図である。It is a figure which shows the example (2) of the existing procedure data by a present Example. 本実施例による自動生成手順データの例(2)を示す図である。It is a figure which shows the example (2) of the automatic generation procedure data by a present Example. 本実施例による既存手順と自動生成手順のフローをグラフで表した例(2)を示す図である。It is a figure which shows the example (2) which represented the flow of the existing procedure and automatic generation procedure by a present Example with a graph. 本実施例による差分となる作業手順の例(2)を示す図である。It is a figure which shows the example (2) of the work procedure used as the difference by a present Example. 本実施例による結果テーブルの例(4)を示す図である。It is a figure which shows the example (4) of a result table by a present Example. 本実施例による作業対象システムの構成例(3)を示す図である。It is a figure which shows the structural example (3) of the work target system by a present Example. 本実施の形態の関連推定装置による関連推定処理フローチャートである。It is a related estimation process flowchart by the related estimation apparatus of this Embodiment. 本実施の形態の特定部による関連特定処理フローチャートである。It is a related specific process flowchart by the specific part of this Embodiment. 本実施の形態の更新部による結果判定処理フローチャートである。It is a result determination process flowchart by the update part of this Embodiment. 本実施の形態による関連推定装置の構成例を示す図である。It is a figure which shows the structural example of the related estimation apparatus by this Embodiment. 作業手順の生成処理の一例における運用される作業の内容に関する階層構造を有する定義例を示す図である。It is a figure which shows the example of a definition which has the hierarchical structure regarding the content of the work | work operated in an example of the production | generation process of a work procedure. 作業手順の生成処理の一例における要素情報の例を示す図である。It is a figure which shows the example of the element information in an example of the production | generation process of a work procedure. 作業手順の生成処理の一例における関連情報の例を示す図である。It is a figure which shows the example of the relevant information in an example of the production | generation process of a work procedure. 作業手順の生成処理の一例における作業展開ルールの例を示す図である。It is a figure which shows the example of the work expansion | deployment rule in an example of the production | generation process of a work procedure. 作業手順の生成処理の一例における手順展開ルールの例を示す図である。It is a figure which shows the example of the procedure expansion rule in an example of the production | generation process of a work procedure. 作業手順の生成処理の一例における手順書き換えルールの例を示す図である。It is a figure which shows the example of the procedure rewriting rule in an example of the production | generation process of a work procedure. 手順書き換えルールの“LayerUp”を説明するための図である。It is a figure for demonstrating "LayerUp" of a procedure rewriting rule. 作業手順の生成処理の一具体例における作業対象システムの構成例および情報の例を示す図である。It is a figure which shows the example of a structure of the work target system in the specific example of the production | generation process of a work procedure, and the example of information. 生成処理中に生成される木構造の例(1)を示す図である。It is a figure which shows the example (1) of the tree structure produced | generated during a production | generation process. 生成処理中に生成される木構造の例(2)を示す図である。It is a figure which shows the example (2) of the tree structure produced | generated during a production | generation process. 生成処理中に生成される木構造の例(3)を示す図である。It is a figure which shows the example (3) of the tree structure produced | generated during a production | generation process. 生成処理中に生成される木構造の例(4)を示す図である。It is a figure which shows the example (4) of the tree structure produced | generated during a production | generation process. 生成処理中に生成される木構造の例(5)を示す図である。It is a figure which shows the example (5) of the tree structure produced | generated during a production | generation process. 生成処理中に生成される木構造の例(6)を示す図である。It is a figure which shows the example (6) of the tree structure produced | generated during a production | generation process. 生成処理中に生成される木構造の例(7)を示す図である。It is a figure which shows the example (7) of the tree structure produced | generated during a production | generation process. 作業手順の生成処理の一具体例において生成される作業手順の例を示す図である。It is a figure which shows the example of the work procedure produced | generated in one specific example of the production | generation process of a work procedure. 作業手順の生成処理の一具体例における処理フローの例を示す図である。It is a figure which shows the example of the process flow in one specific example of the production | generation process of a work procedure.

以下,本実施の形態について,図を用いて説明する。   Hereinafter, the present embodiment will be described with reference to the drawings.

まず,ITシステムに対する変更リリース作業などの運用作業における作業手順を,コンピュータで自動生成する技術として,提案する技術の一例を説明する。なお,作業手順は,目的とする作業内容を実現するために,作業対象のシステムに対して行う操作の順序を示す。作業内容は,例えば“APサーバの停止”,“WEBサーバの起動”など,実施する作業の内容を示す。   First, an example of a proposed technique will be described as a technique for automatically generating a work procedure in an operation work such as a change release work for an IT system by a computer. The work procedure indicates the order of operations performed on the work target system in order to realize the intended work content. The work contents indicate the contents of work to be performed, such as “stop AP server”, “start WEB server”, and the like.

図1は,作業手順を生成する対象のITシステムの例を説明する図である。   FIG. 1 is a diagram for explaining an example of an IT system that generates a work procedure.

図1(A)に示す作業対象システムは,作業手順を生成する対象のITシステムの一例を示す。作業対象システムは,サーバなどのハードウェアの要素と,アプリケーションなどのソフトウェアの要素から構成される。図1(A)に示す作業対象システムにおいて,四角はハードウェアの要素を表し,角丸四角はソフトウェアの要素を表す。なお,以下では,ITシステムを,単にシステムとも呼ぶ。   The work target system shown in FIG. 1A shows an example of an IT system that is a target for generating a work procedure. The work target system is composed of hardware elements such as servers and software elements such as applications. In the work target system shown in FIG. 1A, squares represent hardware elements, and rounded squares represent software elements. Hereinafter, the IT system is also simply referred to as a system.

図1(A)に示す作業対象システムにおいて,“WEB Server”,“AP Server ”は,サーバである。図1(A)に示すように,“WEB Server”と“AP Server ”とは,互いに接続されている。また,“WEB Server”は,外部の“Internet”に接続されている。   In the work target system shown in FIG. 1A, “WEB Server” and “AP Server” are servers. As shown in FIG. 1A, “WEB Server” and “AP Server” are connected to each other. “WEB Server” is connected to the external “Internet”.

図1(A)に示す作業対象システムにおいて,“AplA”,“AplB”,“AplC”は,アプリケーションである。図1(A)に示すように,“AplA”,“AplC”は,“WEB Server”上で動作している。また,“AplB”は,“AP Server ”上で動作している。図1(A)において,太線の矢印は,アプリケーション間のデータアクセス関係を示す。図1(A)に示す作業対象システムでは,“AplC”から“AplA”へのデータアクセスがあり,“AplA”から“AplB”へのデータアクセスがある。   In the work target system shown in FIG. 1A, “AplA”, “AplB”, and “AplC” are applications. As shown in FIG. 1A, “AplA” and “AplC” operate on “WEB Server”. “AplB” is running on “AP Server”. In FIG. 1A, bold arrows indicate data access relationships between applications. In the work target system shown in FIG. 1A, there is data access from “AplC” to “AplA” and data access from “AplA” to “AplB”.

図1(B),(C)は,図1(A)に示す作業対象システムのシステム構成情報の一例を示す。システム構成情報は,システムを構成する各要素の情報と,各要素間の関連を示す情報とを有する。図1(B)に示す要素情報120は,システム構成情報におけるシステムを構成する各要素の情報の一例を示す。図1(C)に示す関連情報121は,各要素間の関連を示す情報の一例を示す。   FIGS. 1B and 1C show an example of system configuration information of the work target system shown in FIG. The system configuration information includes information on each element constituting the system and information indicating a relationship between each element. The element information 120 shown in FIG. 1B shows an example of information on each element constituting the system in the system configuration information. The related information 121 shown in FIG. 1C shows an example of information indicating the relation between each element.

図1(B)に示す要素情報120は,要素,種別,名称,表記の情報を持つ。要素は,該当レコードの要素がハードウェアの要素であるかソフトウェアの要素であるかを示す。種別は,サーバ,ロードバランサ(LB:Load Balancer ),アプリケーションなど,要素の種類を分類する情報である。名称は,該当レコードの要素に与えられた名称を示す。表記は,該当レコードの要素のデータ上での表記を示す。本実施の形態のデータでは,システムを構成する各要素が,タグを用いたマークアップ形式で表記される。図1(B)に示す要素情報120において,<Server></>タグはサーバの要素を表し,<Application> </> タグはアプリケーションの要素を表す。   Element information 120 shown in FIG. 1B has element, type, name, and notation information. The element indicates whether the element of the corresponding record is a hardware element or a software element. The type is information for classifying the type of element, such as a server, a load balancer (LB), and an application. The name indicates the name given to the element of the corresponding record. The notation indicates the notation on the data of the element of the corresponding record. In the data of the present embodiment, each element constituting the system is expressed in a markup format using tags. In the element information 120 shown in FIG. 1B, <Server> </> tags represent server elements, and <Application> </> tags represent application elements.

図1(C)に示す関連情報121は,種別,関連元,関連先の情報を持つ。種別は,要素間の関連の種類を分類する情報である。関連元,関連先は,関連する要素を示す。図1(C)に示す関連情報121において,例えば,関連の種別が“データアクセス”である場合,関連元はデータアクセスを行うアプリケーションを示し,関連先は関連元のアプリケーションからのデータアクセスを受けるアプリケーションを示す。また,例えば,関連の種別が“サーバ・アプリ関連”である場合,関連元のサーバ上で関連先のアプリケーションが動作することを示す。また,例えば,関連の種別が“サーバ関連”である場合,関連元のサーバと関連先のサーバとの接続関係を示す。   The related information 121 shown in FIG. 1C has type, related source, and related destination information. The type is information that classifies the type of association between elements. Relation source and relation destination indicate related elements. In the related information 121 shown in FIG. 1C, for example, when the type of the relation is “data access”, the relation source indicates an application that performs data access, and the relation destination receives data access from the relation source application. Indicates an application. Further, for example, when the relation type is “server / application relation”, it indicates that the relation destination application operates on the relation source server. Further, for example, when the relation type is “server relation”, the connection relation between the relation source server and the relation destination server is indicated.

図2は,コンピュータで作業手順を自動生成する際に用いる運用手順生成ルールの例を示す図である。   FIG. 2 is a diagram illustrating an example of operation procedure generation rules used when a work procedure is automatically generated by a computer.

コンピュータで作業手順を自動生成する際には,作業対象システムのシステム構成情報から作業手順を導き出すためのルールが必要となる。図2に示す運用手順生成ルール150は,システムにおける要素間の関連と作業手順との対応が定義されたルール情報の一例を示す。   When the work procedure is automatically generated by the computer, a rule for deriving the work procedure from the system configuration information of the work target system is necessary. The operation procedure generation rule 150 shown in FIG. 2 shows an example of rule information in which the association between elements in the system and the correspondence between work procedures are defined.

図2に示す運用手順生成ルール150は,ルールID,作業内容,要素間の関連情報,作業すべき操作の情報を持つ。ルールIDは,定義されたルールを識別する識別情報である。図2に示す運用手順生成ルール150では,1つのレコードが1つのルールを示しており,レコードごとにルールIDが割り当てられている。   The operation procedure generation rule 150 shown in FIG. 2 has a rule ID, work contents, related information between elements, and information on operations to be performed. The rule ID is identification information that identifies a defined rule. In the operation procedure generation rule 150 shown in FIG. 2, one record indicates one rule, and a rule ID is assigned to each record.

作業内容は,該当レコードのルールにおいて,例えば“APサーバの停止”,“WEBサーバの起動”など,目的とする作業の内容を示す情報である。作業内容は,さらに作業対象,作業項目の情報を持つ。作業対象は,実施する作業の対象となる要素を示す。作業項目は,例えば“起動”,“停止”など,実施する作業を示す。   The work content is information indicating the content of the target work such as “stop AP server”, “start WEB server”, for example, in the rule of the corresponding record. The work contents further have information on work objects and work items. The work target indicates an element that is a target of the work to be performed. The work item indicates work to be performed such as “start”, “stop”, and the like.

要素間の関連情報は,該当レコードのルールにおいて,要素間の関連についての条件を示す情報である。要素間の関連情報は,さらに種別,関連の情報を持つ。種別は,図1(C)に示す関連情報121における種別と同様に,要素間の関連の種類を分類する情報である。関連は,要素間の関連を示す。図2に示す運用手順生成ルール150において,例えばルールID“R1”における関連“<Application>Aplα→Apl β</> ”は,アプリケーション“Apl α”が関連元であり,アプリケーション“Apl β”が関連先であることを示している。   The relationship information between elements is information indicating a condition regarding the relationship between elements in the rule of the corresponding record. The related information between elements further includes type and related information. The type is information for classifying the type of association between elements, similar to the type in the related information 121 shown in FIG. Association indicates the relationship between elements. In the operation procedure generation rule 150 shown in FIG. 2, for example, the relation “<Application> Aplα → Apl β </>” in the rule ID “R1” is the origin of the application “Apl α”, and the application “Apl β” is It shows that it is related.

作業すべき操作は,該当レコードのルールにおいて,作業すべき要素を操作する順序を示す情報である。作業すべき操作は,さらに先,後の情報を持つ。先,後の情報は,先に示された要素に対する作業を行ってから,後に示された要素に対する作業を行うことを示す。   The operation to be performed is information indicating the order in which the element to be operated is operated in the rule of the corresponding record. The operation to be performed has further information before and after. The information before and after indicates that the work for the element indicated earlier is performed and then the work for the element indicated later is performed.

例えば,図2に示す運用手順生成ルール150において,ルールID“R1”のルールでは,
・作業内容が“Apl β”の“停止”である場合に,
・“Apl α”から“Apl β”へのデータアクセスがあれば,
・“Apl α”を停止してから“Apl β”を停止する
ことが定義されている。
For example, in the operation procedure generation rule 150 shown in FIG.
・ When the work content is “Stop” of “Apl β”
・ If there is data access from “Apl α” to “Apl β”,
・ It is defined that “Apl β” is stopped after “Apl α” is stopped.

また,例えば,図2に示す運用手順生成ルール150において,ルールID“R2”のルールでは,
・作業内容が“Serverα”の“停止”である場合に,
・“Serverα”上で“Aplβ”が動作していれば,
・“Apl β”を停止してから“Serverα”を停止する
ことが定義されている。
For example, in the operation procedure generation rule 150 shown in FIG.
・ When the work content is “Stop” of “Serverα”,
・ If “Aplβ” is running on “Serverα”,
・ It is defined that “Serverα” is stopped after “Apl β” is stopped.

また,例えば,図2に示す運用手順生成ルール150において,ルールID“R3”のルールでは,
・作業内容が“Serverα”上の“Aplβ”の“停止”である場合に,
・“LB”から“Serverα”に対するサーバ負荷分散サービスがあれば,
・“ Server α”上で動作する“Apl β”へのサーバ負荷分散サービスを閉塞して
から“Apl β”を停止する
ことが定義されている。
Also, for example, in the operation procedure generation rule 150 shown in FIG.
・ If the work content is “Stop” of “Aplβ” on “Serverα”,
・ If there is a server load balancing service from “LB” to “Serverα”,
It is defined that the server load distribution service to “Apl β” running on “Server α” is blocked and then “Apl β” is stopped.

なお,<LB> </>タグはロードバランサの要素を表す。また,<SLBService></> タグは,サーバ負荷分散サービスを表し,</><SLBService>Aplβ<Server> Server α</></>は,“ Server α”上で動作する“Apl β”へのサーバ負荷分散サービスを表す。また,<Application> Apl β<Server> Server α</></>は,“ Server α”上で動作する“Apl β”を表す。   Note that <LB> </> tags represent elements of the load balancer. The <SLBService> </> tag represents a server load balancing service, and </> <SLBService> Aplβ <Server> Server α </> </> represents “Apl β” running on “Server α”. Represents the server load balancing service. <Application> Apl β <Server> Server α </> </> represents “Apl β” operating on “Server α”.

図3は,作業手順の自動生成の例を説明する図である。   FIG. 3 is a diagram illustrating an example of automatic generation of work procedures.

ここでは,コンピュータ上で動作する自動生成ツールが,図2に示す運用手順生成ルール150を用いて,図1(A)に示す作業対象システムにおけるアプリケーション“AplB”を停止する作業を目的とした作業手順を自動生成する例を説明する。図3に示す手順生成データ140は,作業手順の自動生成に用いられるワークデータである。手順生成データ140において,チェックフラグは,該当レコードの作業について,処理済みか未処理かを示すフラグである。“1”が処理済みを示し,“0”が未処理であることを示す。   Here, the automatic generation tool operating on the computer uses the operation procedure generation rule 150 shown in FIG. 2 to perform an operation for stopping the application “AplB” in the work target system shown in FIG. An example of automatically generating a procedure will be described. The procedure generation data 140 shown in FIG. 3 is work data used for automatic generation of work procedures. In the procedure generation data 140, the check flag is a flag indicating whether the work of the corresponding record has been processed or not processed. “1” indicates that processing has been completed, and “0” indicates that processing has not been performed.

図3(A)に示すように,手順生成データ140には,まず目的とする作業内容として,作業対象にアプリケーション“AplB”が,作業項目に“停止”が記録される。チェックフラグは,未処理を示す“0”である。   As shown in FIG. 3 (A), in the procedure generation data 140, as the intended work content, the application “AplB” is recorded as the work target, and “stop” is recorded as the work item. The check flag is “0” indicating unprocessed.

作業対象“AplB”のレコードのチェックフラグが“0”であるので,自動生成ツールは,作業対象“AplB”に対する処理を行う。図1(C)に示す関連情報121から,関連元のアプリケーション“AplA”から関連先のアプリケーション“AplB”へのデータアクセスの関連が得られる。得られた関連は,図2に示す運用手順生成ルール150のルールID“R1”のルールにおける要素間の関連情報のパターンにマッチする。ルールID“R1”のルールの作業すべき操作から,アプリケーション“AplB”の“停止”より先に,アプリケーション“AplA”の“停止”を行う必要があることが分かる。   Since the check flag of the record of the work target “AplB” is “0”, the automatic generation tool performs processing for the work target “AplB”. From the related information 121 shown in FIG. 1C, the data access relationship from the related source application “AplA” to the related destination application “AplB” is obtained. The obtained relation matches the pattern of the relation information between elements in the rule with the rule ID “R1” of the operation procedure generation rule 150 shown in FIG. From the operation to be performed on the rule with the rule ID “R1”, it is understood that the application “AplA” needs to be “stopped” before the “stop” of the application “AplB”.

図3(B)に示すように,手順生成データ140に,作業対象“AplA”,作業項目“停止”が記録されたレコードが追加される。このレコードのチェックフラグは,未処理を示す“0”である。なお,処理が終わった作業対象“AplB”のレコードのチェックフラグは,処理済を示す“1”に更新される。   As shown in FIG. 3B, a record in which the work object “AplA” and the work item “stop” are recorded is added to the procedure generation data 140. The check flag of this record is “0” indicating unprocessed. Note that the check flag of the record of the work target “AplB” that has been processed is updated to “1” indicating that the processing has been completed.

作業対象“AplA”のレコードのチェックフラグが“0”であるので,自動生成ツールは,作業対象“AplA”に対する処理を行う。図1(C)に示す関連情報121から,関連元のアプリケーション“AplC”から関連先のアプリケーション“AplA”へのデータアクセスの関連が得られる。得られた関連は,図2に示す運用手順生成ルール150のルールID“R1”のルールにおける要素間の関連情報のパターンにマッチする。ルールID“R1”のルールの作業すべき操作から,アプリケーション“AplA”の“停止”より先に,アプリケーション“AplC”の“停止”を行う必要があることが分かる。   Since the check flag of the record of the work target “AplA” is “0”, the automatic generation tool performs processing for the work target “AplA”. From the related information 121 shown in FIG. 1C, the data access relationship from the related source application “AplC” to the related destination application “AplA” is obtained. The obtained relation matches the pattern of the relation information between elements in the rule with the rule ID “R1” of the operation procedure generation rule 150 shown in FIG. It can be seen from the operation to be performed on the rule with the rule ID “R1” that the application “AplC” needs to be “stopped” before the “stop” of the application “AplA”.

図3(C)に示すように,手順生成データ140に,作業対象“AplC”,作業項目“停止”が記録されたレコードが追加される。このレコードのチェックフラグは,未処理を示す“0”である。なお,処理が終わった作業対象“AplA”のレコードのチェックフラグは,処理済を示す“1”に更新される。   As shown in FIG. 3C, a record in which the work target “AplC” and the work item “stop” are recorded is added to the procedure generation data 140. The check flag of this record is “0” indicating unprocessed. Note that the check flag of the record of the work target “AplA” that has been processed is updated to “1” indicating that the processing has been completed.

作業対象“AplC”のレコードのチェックフラグが“0”であるので,自動生成ツールは,作業対象“AplC”に対する処理を行う。しかし,図1(C)に示す関連情報121から得られる作業対象“AplC”を含む関連で,図2に示す運用手順生成ルール150のルールにマッチするものはない。図3(D)に示すように,手順生成データ140において,作業対象“AplC”のレコードのチェックフラグが,処理済を示す“1”に更新される。図3(D)に示す手順生成データ140のレコードを,下から順番に並べたものが,アプリケーション“AplB”を停止する作業を行う際の,一連の作業手順となる。   Since the check flag of the record of the work target “AplC” is “0”, the automatic generation tool performs processing for the work target “AplC”. However, none of the relations including the work target “AplC” obtained from the relation information 121 shown in FIG. 1C matches the rule of the operation procedure generation rule 150 shown in FIG. As shown in FIG. 3D, in the procedure generation data 140, the check flag of the record of the work target “AplC” is updated to “1” indicating that the processing has been completed. The records of the procedure generation data 140 shown in FIG. 3D arranged in order from the bottom form a series of work procedures when performing the work of stopping the application “AplB”.

図4は,自動生成された作業手順の例を示す図である。   FIG. 4 is a diagram illustrating an example of an automatically generated work procedure.

図4(A)は,図3(D)に示す手順生成データ140の最終結果から得られる,自動生成された一連の作業手順のフローを,ノードとアークとを用いたグラフで表した例を示す。ノードは,要素に対する作業を表し,アークは作業を行う順序を表す。図4(A)に示すように,図1(A)に示す作業対象システムにおいて“AplB”の停止を目的として作業を行う場合の作業手順は,
“AplC”の停止 → “AplA”の停止 → “AplB”の停止
となる。
FIG. 4A shows an example in which a flow of a series of automatically generated work procedures obtained from the final result of the procedure generation data 140 shown in FIG. 3D is represented by a graph using nodes and arcs. Show. Nodes represent work on elements, and arcs represent the order in which work is done. As shown in FIG. 4 (A), the work procedure when working for the purpose of stopping “AplB” in the work target system shown in FIG.
“AplC” stops → “AplA” stops → “AplB” stops.

図4(B)は,図3(D)に示す手順生成データ140の最終結果から得られる,自動生成された一連の作業手順が記載された手順書の一例を示す。自動生成ツールは,例えば図3(D)に示す手順生成データ140の最終結果から,図4(B)に示す手順書を生成する。自動生成ツールは,生成した手順書141を,例えばドキュメントファイルとして保存する。ユーザは,自動生成された手順書141を,ディスプレイなどの表示装置に表示したり,紙にプリントアウトしたりして見ることができる。   FIG. 4B shows an example of a procedure manual describing a series of automatically generated work procedures obtained from the final result of the procedure generation data 140 shown in FIG. The automatic generation tool generates a procedure manual shown in FIG. 4B from the final result of the procedure generation data 140 shown in FIG. 3D, for example. The automatic generation tool stores the generated procedure manual 141 as, for example, a document file. The user can view the automatically generated procedure manual 141 displayed on a display device such as a display or printed out on paper.

図5は,本実施の形態による手順生成処理フローチャートである。   FIG. 5 is a flowchart of the procedure generation process according to this embodiment.

自動生成ツールは,目的とする作業を示す作業内容を取得する(ステップS100)。自動生成ツールは,手順生成データ140の最初のレコードに取得した作業内容を記録する(ステップS101)。このとき,チェックフラグは,“0”に設定される。   The automatic generation tool acquires the work content indicating the target work (step S100). The automatic generation tool records the acquired work content in the first record of the procedure generation data 140 (step S101). At this time, the check flag is set to “0”.

自動生成ツールは,手順生成データ140において,チェックフラグが“0”のレコードの作業対象を取得する(ステップS102)。自動生成ツールは,取得した作業対象を含む関連のデータが,作業対象システムのシステム構成情報における関連情報121にあるかを判定する(ステップ103)。   The automatic generation tool acquires the work target of the record whose check flag is “0” in the procedure generation data 140 (step S102). The automatic generation tool determines whether the related data including the acquired work target is in the related information 121 in the system configuration information of the work target system (step 103).

取得した作業対象を含む関連のデータがあれば(ステップS103のYES),自動生成ツールは,運用手順生成ルール150に,取得した作業対象を含む関連のデータに対応するルールがあるかを判定する(ステップS104)。   If there is related data including the acquired work target (YES in step S103), the automatic generation tool determines whether the operation procedure generation rule 150 includes a rule corresponding to the related data including the acquired work target. (Step S104).

取得した作業対象を含む関連のデータに対応するルールがあれば(ステップS104のYES),自動生成ツールは,対応するルールの作業すべき操作で先に操作する要素を作業対象とするレコードを,手順生成データ140に追加する(ステップS105)。このとき,追加したレコードのチェックフラグは,“0”に設定される。なお,取得した作業対象を含む関連のデータがなければ(ステップS103のNO),または取得した作業対象を含む関連のデータに対応するルールがなければ(ステップS104のNO),自動生成ツールは,手順生成データ140へのレコードの追加を行わない。   If there is a rule corresponding to the related data including the acquired work target (YES in step S104), the automatic generation tool records a record whose work target is the element to be operated first in the operation to be performed by the corresponding rule. It adds to the procedure production | generation data 140 (step S105). At this time, the check flag of the added record is set to “0”. If there is no related data including the acquired work target (NO in step S103), or if there is no rule corresponding to the related data including the acquired work target (NO in step S104), the automatic generation tool The record is not added to the procedure generation data 140.

自動生成ツールは,手順生成データ140における該当作業対象のレコードのチェックフラグを“1”に更新する(ステップS106)。自動生成ツールは,手順生成データ140に,チェックフラグが“0”のレコードがあるかを判定する(ステップS107)。チェックフラグが“0”のレコードがあれば(ステップS107のYES),自動生成ツールは,ステップS102の処理に戻って次の作業対象の処理に移る。チェックフラグが“0”のレコードがなければ(ステップS107のNO),自動生成ツールは,処理を終了する。最終的な手順生成データ140が,目的とする作業を実行するための作業手順のデータとなる。   The automatic generation tool updates the check flag of the corresponding work target record in the procedure generation data 140 to “1” (step S106). The automatic generation tool determines whether or not the procedure generation data 140 includes a record with a check flag “0” (step S107). If there is a record whose check flag is “0” (YES in step S107), the automatic generation tool returns to the process in step S102 and proceeds to the next work target process. If there is no record whose check flag is “0” (NO in step S107), the automatic generation tool ends the process. The final procedure generation data 140 becomes work procedure data for executing the intended work.

ここまで説明したように,システムを構成する要素間の関連と該要素間の作業手順との対応を定義する運用手順生成ルール150を用いて,作業対象システムを構成する要素間の関連を示す情報から,目的とする作業についての作業手順をコンピュータで自動生成することが可能となる。   As described so far, the information indicating the relation between the elements constituting the work target system using the operation procedure generation rule 150 that defines the correspondence between the relation between the elements constituting the system and the work procedure between the elements. Therefore, it is possible to automatically generate a work procedure for a target work with a computer.

すでに運用されている既存システムの場合,作業対象システムを構成する各要素の情報については,例えば,CMDBやシステムの設計書などから,容易に取得可能である。しかし,各要素間の関連を示す情報については,情報が明確に記載されたドキュメントがなかったり,情報が複数のドキュメントや設定ファイルに分散されていたりするため,取得が困難である。   In the case of an existing system that is already in operation, information on each element constituting the work target system can be easily obtained from, for example, a CMDB or a system design document. However, it is difficult to obtain information indicating the relationship between each element because there is no document in which the information is clearly described or information is distributed among a plurality of documents and setting files.

特に,アプリケーションについては,サーバ等の機器と比べて仕様変更などの更新の頻度が高く,機器のように要素間の関連を統合して管理することは少ない。そのため,作業対象システムについてのシステム構成情報を収集しても,そのシステム構成情報から,アプリケーション間の依存関係や,アプリケーション間のデータフロー関係,アプリケーション間のデータアクセス関係などの関連情報が欠けてしまうケースも多くなる。なお,アプリケーション間の依存関係は,あるアプリケーションが他のアプリケーションの動作に応じて動作する関連を示す。また,アプリケーション間のデータフロー関係は,あるアプリケーションのデータが他のアプリケーションの入力となるような関連を示す。また,アプリケーション間のデータアクセス関係は,あるアプリケーションが他の動作中のアプリケーションのデータにアクセスする関連を示す。   In particular, applications are updated more frequently due to changes in specifications than devices such as servers, and the association between elements is rarely managed as in devices. Therefore, even if system configuration information about the work target system is collected, the system configuration information lacks related information such as dependency relationships between applications, data flow relationships between applications, and data access relationships between applications. More cases. The dependency relationship between applications indicates a relationship in which a certain application operates according to the operation of another application. The data flow relationship between applications indicates a relationship in which data of a certain application becomes an input of another application. The data access relationship between applications indicates a relationship in which a certain application accesses data of another operating application.

このような状況を鑑みて,以下では,作業対象システムを構成する要素間の関連をコンピュータを用いて推定する技術について,主にアプリケーション間の関連を推定する例を用いて説明する。   In view of such a situation, hereinafter, a technique for estimating a relationship between elements constituting a work target system using a computer will be described mainly using an example of estimating a relationship between applications.

図6は,本実施の形態による関連推定装置の構成例を示す図である。   FIG. 6 is a diagram illustrating a configuration example of the relation estimation apparatus according to the present embodiment.

図6に示す関連推定装置10は,作業対象システムを構成する要素間の関連の推定を行う。関連推定装置10は,構成情報取得部11,構成情報記憶部12,手順取得部13,手順生成部14,ルール記憶部15,差分抽出部16,特定部17,更新部18,出力部19を備える。   The relationship estimation apparatus 10 shown in FIG. 6 estimates the relationship between elements constituting the work target system. The related estimation device 10 includes a configuration information acquisition unit 11, a configuration information storage unit 12, a procedure acquisition unit 13, a procedure generation unit 14, a rule storage unit 15, a difference extraction unit 16, a specification unit 17, an update unit 18, and an output unit 19. Prepare.

構成情報取得部11は,作業対象システムのシステム構成情報を取得する。図5に示す例では,構成情報取得部11は,CMDB20からシステム構成情報を取得している。構成情報取得部11は,取得したシステム構成情報を,構成情報記憶部12に記憶する。   The configuration information acquisition unit 11 acquires system configuration information of the work target system. In the example illustrated in FIG. 5, the configuration information acquisition unit 11 acquires system configuration information from the CMDB 20. The configuration information acquisition unit 11 stores the acquired system configuration information in the configuration information storage unit 12.

構成情報記憶部12は,作業対象システムについてのシステム構成情報を記憶する記憶部である。構成情報記憶部12に記憶されるシステム構成情報には,例えば図1(B)に示すような要素情報120や,図1(C)に示すような関連情報121が含まれる。   The configuration information storage unit 12 is a storage unit that stores system configuration information about the work target system. The system configuration information stored in the configuration information storage unit 12 includes, for example, element information 120 as shown in FIG. 1B and related information 121 as shown in FIG.

CMDB20は,システムを構成する要素の情報を統合して管理するデータベースである。ここでは,CMDB20から取得されるシステム構成情報には,関連情報121について,すなわち作業対象システムを構成する要素間の関連を示す情報について,一部情報が欠けているものとする。構成情報取得部11がCMDB20から取得した段階のシステム構成情報は,作業対象システムに対する作業手順の自動生成に十分なシステム構成情報ではない。なお,構成情報取得部11は,例えば作業対象システムの設計書のファイルなど,CMDB20以外からシステム構成情報を取得してもよい。   The CMDB 20 is a database that integrates and manages information on elements constituting the system. Here, it is assumed that the system configuration information acquired from the CMDB 20 lacks some information regarding the related information 121, that is, information indicating the relationship between elements constituting the work target system. The system configuration information at the stage acquired by the configuration information acquisition unit 11 from the CMDB 20 is not sufficient system configuration information for automatic generation of a work procedure for the work target system. Note that the configuration information acquisition unit 11 may acquire system configuration information from other than the CMDB 20, such as a design document file of the work target system.

手順取得部13は,第1の作業手順を取得する。本実施の形態において,第1の作業手順は,例えば,目的とする作業内容について,人が作業対象システムの構成などを考慮して作成した作業手順である。本実施の形態の例では,手順取得部13は,手順情報記憶部30から,過去に人手で作成されて,運用実績がある作業手順が記載された文書のファイルを取得し,その文書に記載された作業手順を自動抽出することで,第1の作業手順を取得するものとする。   The procedure acquisition unit 13 acquires a first work procedure. In the present embodiment, the first work procedure is, for example, a work procedure created by a person in consideration of the configuration of the work target system with respect to the intended work content. In the example of the present embodiment, the procedure acquisition unit 13 acquires from the procedure information storage unit 30 a file of a document that has been manually created in the past and has a work procedure with a track record of operation, and describes it in the document. It is assumed that the first work procedure is acquired by automatically extracting the performed work procedure.

なお,第1の作業手順が,必ずしも過去に作成された作業手順である必要はない。例えば,作業対象システムの構成を考慮しながらユーザがその場で関連推定装置10に入力した作業手順を取得するなど,第1の作業手順の取得方法については,任意の設計が可能である。   Note that the first work procedure is not necessarily a work procedure created in the past. For example, the design method of the first work procedure can be arbitrarily designed, such as obtaining the work procedure input by the user on the spot while considering the configuration of the work target system.

手順生成部14は,ハードウェアまたはソフトウェアの要素から構成されるシステムにおける要素間の関連と作業手順との対応が定義された情報に従って,作業対象システムにおける要素間の関連を示す情報から,第1の作業手順と同じ目的の第2の作業手順を自動生成する。   The procedure generation unit 14 determines the first from the information indicating the relationship between the elements in the work target system according to the information in which the correspondence between the elements in the system composed of hardware or software elements and the correspondence between the work procedures is defined. The second work procedure having the same purpose as the work procedure is automatically generated.

本実施の形態の例において,手順生成部14は,上述の自動生成ツールによって実現される手段である。また,ハードウェアまたはソフトウェアの要素から構成されるシステムにおける要素間の関連と作業手順との対応が定義された情報は,図2に示すような,運用手順生成ルール150である。ルール記憶部15は,運用手順生成ルール150を記憶する記憶部である。また,作業対象システムにおける要素間の関連を示す情報は,図1(C)に示すような,作業対象システムのシステム構成情報に含まれる関連情報121である。すなわち,手順生成部14は,ルール記憶部15に記憶された運用手順生成ルール150に従って,作業対象システムのシステム構成情報に含まれる関連情報121から,第2の作業手順を自動生成する。   In the example of the present embodiment, the procedure generation unit 14 is a means realized by the above-described automatic generation tool. In addition, information in which a correspondence between elements and a work procedure in a system composed of hardware or software elements is defined is an operation procedure generation rule 150 as shown in FIG. The rule storage unit 15 is a storage unit that stores the operation procedure generation rule 150. The information indicating the relationship between elements in the work target system is related information 121 included in the system configuration information of the work target system as shown in FIG. That is, the procedure generation unit 14 automatically generates a second work procedure from the related information 121 included in the system configuration information of the work target system in accordance with the operation procedure generation rule 150 stored in the rule storage unit 15.

差分抽出部16は,手順取得部13により取得された第1の作業手順と,手順生成部14により生成された第2の作業手順との間の差分となる作業手順を抽出する。   The difference extraction unit 16 extracts a work procedure that is a difference between the first work procedure acquired by the procedure acquisition unit 13 and the second work procedure generated by the procedure generation unit 14.

特定部17は,手順生成部14が第2の作業手順を自動生成する際に使用した運用手順生成ルール150を用いて,差分抽出部16で抽出された差分となる作業手順を生じさせる,作業対象のシステムにおける要素間の関連を特定する。上述したように,作業手順の自動生成では,運用手順生成ルール150を用いて,要素間の関連から,該要素間における作業手順を導き出している。これに対して,特定部17では,作業手順の自動生成の場合と逆方向に運用手順生成ルール150を用いて,要素間における作業手順から,該要素間の関連を導き出す。   The specifying unit 17 uses the operation procedure generation rule 150 used when the procedure generation unit 14 automatically generates the second work procedure to generate a work procedure that becomes a difference extracted by the difference extraction unit 16. Identify relationships between elements in the target system. As described above, in the automatic generation of the work procedure, the operation procedure between the elements is derived from the relationship between the elements using the operation procedure generation rule 150. On the other hand, the specifying unit 17 uses the operation procedure generation rule 150 in the reverse direction to the case of automatic generation of the work procedure, and derives the relationship between the elements from the work procedure between the elements.

更新部18は,特定部17による要素間の関連を特定した結果に基づいて,作業対象システムにおける要素間の関連を示す情報を更新する。例えば,更新部18は,差分の作業手順が第1の作業手順に含まれる作業手順である場合に,その差分の作業手順から特定された要素間の関連を,構成情報記憶部12に記憶されたシステム構成情報における関連情報121に追加する。   The update unit 18 updates information indicating the relationship between elements in the work target system based on the result of specifying the relationship between elements by the specifying unit 17. For example, when the difference work procedure is a work procedure included in the first work procedure, the update unit 18 stores the association between the elements specified from the difference work procedure in the configuration information storage unit 12. Added to the related information 121 in the system configuration information.

出力部19は,構成情報記憶部12に記憶された,推定された要素間の関連を示す情報が追加されたシステム構成情報を出力する。   The output unit 19 outputs the system configuration information to which information indicating the relationship between the estimated elements stored in the configuration information storage unit 12 is added.

CMDB20から取得された当初の,構成情報記憶部12に記憶されたシステム構成情報では,要素間の関連を示す情報が一部欠けている。この状態で,第1の作業手順と第2の作業手順との間の差分を取ると,得られる差分となる作業手順は,第1の作業手順に含まれ,第2の作業手順にない作業手順となる。このとき,第1の作業手順が正確な作業手順であると考えると,差分となる作業手順から特定される要素間の関連は,作業対象システムに存在しながら,構成情報記憶部12のシステム構成情報では情報が欠けている要素間の関連となる。このように,運用手順生成ルール150を用いて,第1の作業手順と第2の作業手順との間の差分となる作業手順が生じる要素間の関連を特定することで,システム構成情報には記録がないが,実際の作業対象システムには存在する要素間の関連を推定することができる。   In the initial system configuration information acquired from the CMDB 20 and stored in the configuration information storage unit 12, some information indicating the relationship between elements is missing. In this state, when a difference between the first work procedure and the second work procedure is taken, the work procedure that is the difference obtained is included in the first work procedure and is not in the second work procedure. It becomes a procedure. At this time, assuming that the first work procedure is an accurate work procedure, the relationship between the elements specified from the work procedure as a difference exists in the work target system, and the system configuration of the configuration information storage unit 12 In information, it is the relationship between elements that lack information. As described above, by using the operation procedure generation rule 150, the system configuration information includes the relationship between the elements in which the work procedure that is the difference between the first work procedure and the second work procedure occurs. Although there is no record, it is possible to estimate the relationship between elements that exist in the actual work system.

また,特定された要素間の関連を,構成情報記憶部12に記憶されたシステム構成情報における要素間の関連を示す情報に追加することで,より正確なシステム構成情報を容易に得ることができる。なお,作業対象システムの規模にもよるが,1つの目的とする作業内容の作業に対する1回の関連推定処理では,システム構成情報に不足する要素間の関連をすべて推定することは難しい。目的とする作業内容が異なる複数の作業に対する関連推定処理を繰り返し行うことで,さらに正確なシステム構成情報を得ることができる。これにより,すでに運用されている既存のシステムにおいて,作業手順の自動生成が容易に実施可能となる。   Further, by adding the relationship between the identified elements to the information indicating the relationship between the elements in the system configuration information stored in the configuration information storage unit 12, more accurate system configuration information can be easily obtained. . Although depending on the scale of the work target system, it is difficult to estimate all the relationships between the elements that are insufficient in the system configuration information in one relevance estimation process for the work of one target work content. More accurate system configuration information can be obtained by repeatedly performing the related estimation processing for a plurality of tasks having different target work contents. This makes it easy to automatically generate work procedures in an existing system that is already in operation.

ここまでは,第1の作業手順が正確な作業手順であることを原則としている。しかし,人手で作成された作業手順には,不足や誤りがない作業手順であっても,冗長な手順や曖昧な手順が含まれている可能性がある。過去に運用実績がある作業手順に冗長な作業手順が含まれていても,不足や誤りがない作業手順であれば問題が起こらないため,冗長な作業手順がそのまま実行されているケースもある。また,作業手順の文書に曖昧な記述や冗長な記述があっても,作業を行うユーザ間での暗黙の了解で,曖昧性や冗長性をなくした作業が行われるケースもある。   Up to this point, the principle is that the first work procedure is an accurate work procedure. However, work procedures created manually may include redundant or ambiguous procedures, even if there are no shortages or errors. Even if a redundant work procedure is included in a work procedure that has been used in the past, there is a case where the redundant work procedure is executed as it is because there is no problem if the work procedure has no shortage or error. In addition, even if there is an ambiguous description or redundant description in the document of the work procedure, there is a case where the work without the ambiguity or redundancy is performed by the implicit understanding among the users who perform the work.

このような状況下で取得される第1の作業手順を用いて,本実施の形態による要素間の関連の推定を行うと,実際には作業対象システムに存在しない要素間の関連を,システム構成情報に追加してしまう可能性がある。このような問題を解消するために,本実施の形態では,目的とする作業内容が異なる複数の作業に対する関連推定処理を繰り返し行う過程で,冗長な作業手順から推定されて追加されたと判断される要素間の関連を,システム構成情報から削除する。   When the relationship between the elements according to the present embodiment is estimated using the first work procedure acquired in such a situation, the relationship between the elements that do not actually exist in the work target system is determined. There is a possibility of adding to the information. In order to solve such a problem, in the present embodiment, it is determined that redundant estimation is added from a redundant work procedure in the process of repeatedly performing the related estimation process for a plurality of works having different target work contents. Delete the relationship between elements from the system configuration information.

更新部18は,差分となる作業手順が,第1の作業手順と第2の作業手順とのどちらに含まれる作業手順であるかに応じて,特定部17で特定された要素間の関連を,システム構成情報に追加するか,システム構成情報から削除するかを判断する。   The updating unit 18 determines the relationship between the elements specified by the specifying unit 17 depending on whether the work procedure that becomes the difference is a work procedure included in the first work procedure or the second work procedure. Determine whether to add to or delete from system configuration information.

例えば,差分の作業手順が第1の作業手順に含まれる作業手順である場合,その差分の作業手順から特定される要素間の関連は,作業対象システムに存在する要素間の関連であるのに,構成情報記憶部12のシステム構成情報で欠けてしまっている可能性がある。このとき,更新部18は,差分の作業手順から特定される要素間の関連を,構成情報記憶部12に記憶されたシステム構成情報に追加する。   For example, if the difference work procedure is a work procedure included in the first work procedure, the relationship between the elements identified from the difference work procedure is the relationship between the elements existing in the work target system. The system configuration information in the configuration information storage unit 12 may be missing. At this time, the update unit 18 adds the association between the elements specified from the difference work procedure to the system configuration information stored in the configuration information storage unit 12.

また,例えば,差分の作業手順が第2の作業手順に含まれる作業手順である場合,その差分の作業手順から特定される要素間の関連は,構成情報記憶部12のシステム構成情報には記録があるが,実際の作業対象システムに存在しない要素間の関連である可能性がある。このとき,更新部18は,差分の作業手順を生じさせた原因となる作業対象の要素が,その差分の作業手順において先に作業を行う対象の要素であれば,その差分の作業手順から特定される要素間の関連を,構成情報記憶部12に記憶されたシステム構成情報から削除する。   Further, for example, when the difference work procedure is a work procedure included in the second work procedure, the relationship between the elements specified from the difference work procedure is recorded in the system configuration information of the configuration information storage unit 12. There is a possibility that there is an association between elements that do not exist in the actual work target system. At this time, if the work target element causing the difference work procedure is an element to be worked on first in the difference work procedure, the update unit 18 specifies the difference work procedure. The relationship between the elements to be processed is deleted from the system configuration information stored in the configuration information storage unit 12.

この場合,差分の作業手順を生じさせた原因となる作業対象の要素は,第2の作業手順で作業対象とされており,第1の作業手順で作業対象とされていない要素である。第1の作業手順が正しい作業手順であるとすると,第1の作業手順には,目的とする要素への作業を実行するまでの過程で必要となる要素への作業が必ず含まれているはずである。このとき,第1の作業手順に含まれない要素を先に作業を行う作業対象とした作業手順が,第2の作業手順にあれば,その作業手順が生じるもととなった要素間の関連は,実際の作業対象システムに存在しない要素間の関連となる。   In this case, the work target element that causes the difference work procedure is the work target in the second work procedure, and is not the work target in the first work procedure. Assuming that the first work procedure is the correct work procedure, the first work procedure must always include work on the elements that are required in the course of performing the work on the target element. It is. At this time, if there is a work procedure in which the element that is not included in the first work procedure is the work target to be performed first in the second work procedure, the relationship between the elements from which the work procedure has occurred Is a relationship between elements that do not exist in the actual work target system.

これにより,冗長な第1の作業手順によって作業対象システムのシステム構成情報に追加された,誤った要素間の関連を,適切に削除することができる。   Thereby, it is possible to appropriately delete the relationship between the erroneous elements added to the system configuration information of the work target system by the redundant first work procedure.

図7は,本実施の形態による関連推定装置を実現するコンピュータのハードウェア構成例を示す図である。   FIG. 7 is a diagram illustrating a hardware configuration example of a computer that realizes the relation estimation device according to the present embodiment.

図6に示す本実施の形態の関連推定装置10を実現するコンピュータ1は,例えば,CPU(Central Processing Unit )2,主記憶となるメモリ3,記憶装置4,通信装置5,媒体読取・書込装置6,入力装置7,出力装置8等を備える。記憶装置4は,例えばHDD(Hard Disk Drive )等の外部記憶装置や,補助記憶装置などである。媒体読取・書込装置6は,例えばCD−R(Compact Disc Recordable )ドライブやDVD−R(Digital Versatile Disc Recordable )ドライブなどである。入力装置7は,例えばキーボード・マウスなどである。出力装置8は,例えばディスプレイ等の表示装置などである。   A computer 1 that implements the relationship estimation device 10 of the present embodiment shown in FIG. 6 includes, for example, a CPU (Central Processing Unit) 2, a memory 3 as a main memory 3, a storage device 4, a communication device 5, a medium reading / writing A device 6, an input device 7, an output device 8 and the like are provided. The storage device 4 is an external storage device such as an HDD (Hard Disk Drive) or an auxiliary storage device. The medium reading / writing device 6 is, for example, a CD-R (Compact Disc Recordable) drive or a DVD-R (Digital Versatile Disc Recordable) drive. The input device 7 is, for example, a keyboard / mouse. The output device 8 is a display device such as a display, for example.

図6に示す関連推定装置10および関連推定装置10が備える各機能部は,コンピュータ1が備えるCPU2,メモリ3等のハードウェアと,ソフトウェアプログラムとによって実現することが可能である。コンピュータ1が実行可能なプログラムは,記憶装置4に記憶され,その実行時にメモリ3に読み出され,CPU2により実行される。   The relationship estimation device 10 and each function unit included in the relationship estimation device 10 illustrated in FIG. 6 can be realized by hardware such as the CPU 2 and the memory 3 included in the computer 1 and a software program. A program that can be executed by the computer 1 is stored in the storage device 4, read into the memory 3 at the time of execution, and executed by the CPU 2.

コンピュータ1は,可搬型記録媒体から直接プログラムを読み取り,そのプログラムに従った処理を実行することもできる。また,コンピュータ1は,サーバコンピュータからプログラムが転送されるごとに,逐次,受け取ったプログラムに従った処理を実行することもできる。さらに,このプログラムは,コンピュータ1で読み取り可能な記録媒体に記録しておくことができる。   The computer 1 can also read a program directly from a portable recording medium and execute processing according to the program. The computer 1 can also sequentially execute processing according to the received program every time the program is transferred from the server computer. Further, this program can be recorded on a recording medium readable by the computer 1.

以下,本実施の形態による作業対象システムを構成する要素間の関連の推定について,より具体的な実施例を用いて,説明を行う。   Hereinafter, the estimation of the relationship between the elements constituting the work target system according to the present embodiment will be described using a more specific example.

構成情報取得部11は,作業対象システムのシステム構成情報をCMDB20から取得する。取得されたシステム構成情報は,構成情報記憶部12に記憶される。   The configuration information acquisition unit 11 acquires system configuration information of the work target system from the CMDB 20. The acquired system configuration information is stored in the configuration information storage unit 12.

図8は,本実施例による作業対象システムの構成例(1)を示す図である。   FIG. 8 is a diagram illustrating a configuration example (1) of the work target system according to the present embodiment.

図8に示す作業対象システムの構成例は,構成情報取得部11が取得したシステム構成情報に基づいた作業対象システムの構成を示す。図8に示す作業対象システムの構成例では,システム構成情報に記録がある要素間の関連のみが記載されており,実際の作業対象システムに存在してもシステム構成情報に記録がない要素間の関連については,記載されていない。   The configuration example of the work target system illustrated in FIG. 8 illustrates the configuration of the work target system based on the system configuration information acquired by the configuration information acquisition unit 11. In the configuration example of the work target system shown in FIG. 8, only the relationship between elements that are recorded in the system configuration information is described, and between elements that are present in the actual work target system but are not recorded in the system configuration information. The relationship is not described.

図8に示すように,本実施例の作業対象システムは,ハードウェア要素としてサーバ“WEB Server”,“AP Server1”,“AP Server2”と,ロードバランサ“LB”とを備える。また,本実施例の作業対象システムは,ソフトウェア要素として,アプリケーション“AplX”,“AplY”,“AplZ”を備える。   As shown in FIG. 8, the work target system of the present embodiment includes servers “WEB Server”, “AP Server 1”, “AP Server 2”, and a load balancer “LB” as hardware elements. In addition, the work target system of this embodiment includes applications “AplX”, “AplY”, and “AplZ” as software elements.

図8に示す作業対象システムにおいて,矢印は,ハードウェア要素間の関連を示している。図8に示すように,作業対象システムでは,“WEB Server”から発行される要求が“LB”のサーバ負荷分散サービスによって,“AP Server1”と“AP Server2”とに負荷分散されるという要素間の関連がある。また,作業対象システムでは,サーバ“WEB Server”上ではアプリケーション“AplY”と“AplZ”とが動作し,サーバ“AP Server1”とサーバ“AP Server2”上では,それぞれアプリケーション“AplX”が動作するという関連がある。このような作業対象システムを構成する要素間の関連は,構成情報記憶部12に記憶された作業対象システムのシステム構成情報に記録されている。   In the work target system shown in FIG. 8, arrows indicate the relationship between hardware elements. As shown in FIG. 8, in the work target system, a request issued from “WEB Server” is load-balanced between “AP Server1” and “AP Server2” by “LB” server load balancing service. There is a relationship. In the target system, the applications “AplY” and “AplZ” run on the server “WEB Server”, and the application “AplX” runs on the servers “AP Server1” and “AP Server2”. There is a connection. Such association between the elements constituting the work target system is recorded in the system configuration information of the work target system stored in the configuration information storage unit 12.

図8に示す作業対象システムの構成例では,アプリケーションの要素間の関連については記載されていない。すなわち,構成情報記憶部12に記憶された,図8に示す作業対象システムのシステム構成情報には,アプリケーションの要素間の関連についての情報の記録が欠けている。以下では,本実施の形態による関連推定装置10によって,システム構成情報で欠けているアプリケーションの要素間の関連を推定する例を説明する。   In the configuration example of the work target system shown in FIG. 8, the relationship between application elements is not described. That is, the system configuration information of the work target system shown in FIG. 8 stored in the configuration information storage unit 12 lacks the recording of information about the relationship between application elements. Below, the example which estimates the relationship between the elements of the application which are missing with system configuration information with the relationship estimation apparatus 10 by this Embodiment is demonstrated.

手順情報記憶部30に記憶されている複数の文書ファイルには,それぞれ目的とする作業内容が異なる,過去に運用実績がある作業手順が記載されている。以下では,過去に人手で作成され,運用実績がある作業手順が記載された文書を,既存手順書と呼ぶものとする。関連推定装置10は,指定された順に既存手順書のファイルを1つずつ読み出し,本実施の形態による要素間の関連推定処理を行うものとする。   A plurality of document files stored in the procedure information storage unit 30 describe work procedures having different operation contents and having operational results in the past. In the following, a document that has been created manually in the past and that has a work procedure with a track record of operation is referred to as an existing procedure manual. Assume that the relationship estimation apparatus 10 reads out existing procedure manual files one by one in the specified order, and performs a relationship estimation process between elements according to the present embodiment.

図9は,本実施例による既存手順書の例(1)を示す図である。   FIG. 9 is a diagram illustrating an example (1) of the existing procedure manual according to the present embodiment.

関連推定装置10において,手順取得部13は,最初に,手順情報記憶部30から図9に示す既存手順書130aのファイルを読み出す。手順取得部13は,取得した既存手順書130aに,手順書ID“001”を付与する。手順書IDは,既存手順書を一意に識別する識別情報である。本実施例では,既存手順書ごとに要素間の関連推定処理を行うので,既存手順書ごとに手順書IDを発行して,要素間の関連推定処理を管理する。   In the related estimation device 10, the procedure acquisition unit 13 first reads out the file of the existing procedure manual 130 a shown in FIG. 9 from the procedure information storage unit 30. The procedure acquisition unit 13 assigns a procedure manual ID “001” to the acquired existing manual 130a. The procedure manual ID is identification information for uniquely identifying an existing procedure manual. In this embodiment, since the relationship estimation process between elements is performed for each existing procedure manual, a procedure manual ID is issued for each existing procedure manual to manage the relationship estimation process between elements.

図9に示す既存手順書130aでは,ヘッダ部分に目的とする作業内容が記載されている。また,図9に示す既存手順書130aでは,作業手順が,順序を示す番号とその順序で行う作業とが列挙される形で記載されている。   In the existing procedure manual 130a shown in FIG. 9, the target work content is described in the header portion. Further, in the existing procedure manual 130a shown in FIG. 9, the work procedure is described in a form in which the number indicating the order and the work to be performed in the order are listed.

手順取得部13は,既存手順書130aから,目的とする作業内容と,その作業手順とを取得する。本実施例では,手順取得部13は,既存手順書のテキストを解析して,目的とする作業内容や作業手順を抽出する。既存手順書のテキストの解析では,周知のテキスト処理技術を用いるものとする。例えば,手順取得部13は,周知の構文解析の技術によって,「○○を××する」というテキストから,“○○”という作業対象と,“××”という作業項目とを取得することができる。   The procedure acquisition unit 13 acquires the target work content and the work procedure from the existing procedure manual 130a. In this embodiment, the procedure acquisition unit 13 analyzes the text of the existing procedure manual and extracts the target work content and work procedure. In the text analysis of the existing procedure manual, a well-known text processing technique shall be used. For example, the procedure acquisition unit 13 can acquire a work target “XX” and a work item “XX” from a text “XX is XX” by a well-known syntax analysis technique. it can.

また,既存手順書では,例えば同じ内容の作業項目が,様々な言葉で表現されるケースもある。例えば,同じ“停止”の意味を表す言葉でも,“シャットダウン”,“停める”,“止める”など様々な言葉の表現がある。手順取得部13は,例えば,
“シャットダウン” → “停止”
“停める” → “停止”
“止める” → “停止”
“立ち上げる” → “起動”
“ブートする” → “起動”
・・・・・
というように,言葉の表記の対応が記録された辞書を用いて,同じ内容の作業項目の表記を統一する。
In existing procedure manuals, for example, work items with the same content may be expressed in various words. For example, even with the same meaning of “stop”, there are various expressions such as “shutdown”, “stop”, and “stop”. The procedure acquisition unit 13 is, for example,
“Shutdown” → “Stop”
“Stop” → “Stop”
“Stop” → “Stop”
“Launch” → “Start”
“Boot” → “Start”
...
In this way, using the dictionary in which the correspondence of word notation is recorded, the notation of work items with the same content is unified.

まず,手順取得部13は,既存手順書130aのヘッダ部分から,目的とする作業内容における作業対象と作業項目とを取得する。ここでは,既存手順書130aから,目的とする作業内容として,作業対象“AP Server1”と作業項目“停止”とが取得される。手順取得部13は,取得された目的とする作業内容を,作業内容管理テーブルに記録する。   First, the procedure acquisition unit 13 acquires the work target and the work item in the target work content from the header portion of the existing procedure manual 130a. Here, the work target “AP Server 1” and the work item “stop” are acquired from the existing procedure manual 130a as target work contents. The procedure acquisition unit 13 records the acquired target work content in the work content management table.

図10は,本実施例による作業内容管理テーブルの例を示す図である。   FIG. 10 is a diagram illustrating an example of a work content management table according to the present embodiment.

図10に示す作業内容管理テーブル131は,目的とする作業内容を管理する情報の一例である。図10に示す作業内容管理テーブル131には,既存手順書130aから取得された目的とする作業内容が記録されている。   The work content management table 131 shown in FIG. 10 is an example of information for managing target work content. In the work content management table 131 shown in FIG. 10, the target work content acquired from the existing procedure manual 130a is recorded.

図10に示す作業内容管理テーブル131は,手順書ID,作業対象,作業項目の情報を持つ。手順書IDは,既存手順書に付与された手順書IDを示す。作業対象は,既存手順書から取得された,目的とする作業内容の作業対象を示す。作業項目は,既存手順書から取得された,目的とする作業内容の作業項目を示す。   The work content management table 131 shown in FIG. 10 has information of procedure manual ID, work target, and work item. The procedure manual ID indicates the procedure manual ID assigned to the existing procedure manual. The work target indicates the work target of the target work content acquired from the existing procedure manual. The work item indicates the work item of the target work content acquired from the existing procedure manual.

次に,手順取得部13は,既存手順書130aから作業手順を取得する。例えば,既存手順書130aに示された番号順にその作業手順の記述に対する構文解析を行い,既存手順書130aからの作業手順の抽出を行う。ここで取得される作業手順が,第1の作業手順となる。本実施例において,第1の作業手順は,要素間の関連を考慮して人手で作成された,過去に運用実績がある作業手順である。以下では,本実施例における第1の作業手順を,既存手順と呼ぶものとする。   Next, the procedure acquisition unit 13 acquires a work procedure from the existing procedure manual 130a. For example, the syntax analysis is performed on the description of the work procedure in the order of the numbers shown in the existing procedure manual 130a, and the work procedure is extracted from the existing procedure manual 130a. The work procedure acquired here is the first work procedure. In the present embodiment, the first work procedure is a work procedure that is created manually in consideration of the relationship between elements and has a past operation record. Hereinafter, the first work procedure in the present embodiment is referred to as an existing procedure.

図11は,本実施例による既存手順データの例(1)を示す図である。   FIG. 11 is a diagram illustrating an example (1) of the existing procedure data according to the present embodiment.

図11に示す既存手順データ132aは,図9に示す手順書ID“001”の既存手順書130aから取得された既存手順が記録されたデータの一例である。既存手順データ132aは,操作順序,作業対象,作業項目の情報を持つ。操作順序は,当該レコードが示す作業を行う順番を示す。作業対象は,当該レコードが示す作業の作業対象を示す。作業項目は,当該レコードが示す作業の作業項目を示す。   The existing procedure data 132a illustrated in FIG. 11 is an example of data in which an existing procedure acquired from the existing procedure document 130a having the procedure document ID “001” illustrated in FIG. 9 is recorded. The existing procedure data 132a has information on operation order, work target, and work item. The operation order indicates the order in which the work indicated by the record is performed. The work target indicates the work target of the work indicated by the record. The work item indicates the work item of the work indicated by the record.

手順生成部14は,処理対象の既存手順書130aが目的とする作業内容を取得する。ここでは,手順生成部14は,図10に示す作業内容管理テーブル131から,手順書ID“001”の目的とする作業内容を得る。   The procedure generation unit 14 acquires the work content intended by the existing procedure manual 130a to be processed. Here, the procedure generation unit 14 obtains the target work content of the procedure manual ID “001” from the work content management table 131 shown in FIG.

手順生成部14は,ルール記憶部15に記憶された運用手順生成ルール150に従って,構成情報記憶部12に記憶された図8に示す作業対象システムのシステム構成情報から,目的とする作業内容の作業を行うための作業手順を生成する。ルール記憶部15には,例えば図2に示す運用手順生成ルール150が記憶されている。手順生成部14は,図1〜図5を用いて説明した手順生成処理の流れに従って,作業手順を自動生成する。ここで生成される作業手順が,第2の作業手順となる。以下では,本実施例における第2の作業手順を,自動生成手順と呼ぶものとする。   The procedure generation unit 14 performs work of the desired work content from the system configuration information of the work target system shown in FIG. 8 stored in the configuration information storage unit 12 according to the operation procedure generation rule 150 stored in the rule storage unit 15. Generate a work procedure to do The rule storage unit 15 stores, for example, an operation procedure generation rule 150 shown in FIG. The procedure generation unit 14 automatically generates a work procedure according to the procedure generation process flow described with reference to FIGS. The work procedure generated here is the second work procedure. Hereinafter, the second work procedure in the present embodiment is referred to as an automatic generation procedure.

図12は,本実施例による自動生成手順データの例(1)を示す図である。   FIG. 12 is a diagram illustrating an example (1) of the automatic generation procedure data according to the present embodiment.

図12に示す自動生成手順データ142aは,図8に示す作業対象システムのシステム構成情報から生成された自動生成手順が記録されたデータの一例である。図12に示す自動生成手順データ142aの自動生成手順の目的とする作業内容は,図9に示す手順書ID“001”の既存手順書130aの目的とする作業内容である。自動生成手順データ142aは,操作順序,作業対象,作業項目の情報を持つ。操作順序は,当該レコードが示す作業を行う順番を示す。作業対象は,当該レコードが示す作業の作業対象を示す。作業項目は,当該レコードが示す作業の作業項目を示す。   The automatic generation procedure data 142a illustrated in FIG. 12 is an example of data in which an automatic generation procedure generated from the system configuration information of the work target system illustrated in FIG. 8 is recorded. The target work content of the automatic generation procedure of the automatic generation procedure data 142a shown in FIG. 12 is the target work content of the existing procedure manual 130a having the procedure manual ID “001” shown in FIG. The automatic generation procedure data 142a has information on operation order, work target, and work item. The operation order indicates the order in which the work indicated by the record is performed. The work target indicates the work target of the work indicated by the record. The work item indicates the work item of the work indicated by the record.

図11に示す既存手順データ132aの既存手順と,図12に示す自動生成手順データ142aの自動生成手順とは,目的とする作業内容が同じ作業手順である。差分抽出部16は,これらの作業手順の間で差分となる作業手順を抽出する。   The existing procedure of the existing procedure data 132a shown in FIG. 11 and the automatic generation procedure of the automatic generation procedure data 142a shown in FIG. The difference extraction unit 16 extracts a work procedure that becomes a difference between these work procedures.

図13は,本実施例による既存手順と自動生成手順のフローをグラフで表した例(1)を示す図である。   FIG. 13 is a diagram illustrating an example (1) in which the flow of the existing procedure and the automatic generation procedure according to the present embodiment is represented by a graph.

図13(A)は,既存手順のフローをグラフで表したものである。図13(B)は,自動生成手順のフローをグラフで表したものである。図13に示すグラフにおいて,ノードは,既存手順データ132aまたは自動生成手順データ142aの各操作順序における作業を表す。アークは,各操作順序の作業間で,作業を行う順序を表す。アークは,操作順序が先の作業のノードから,操作順序が後のノードに引かれる。   FIG. 13A is a graph showing the flow of the existing procedure. FIG. 13B is a graph showing the flow of the automatic generation procedure. In the graph shown in FIG. 13, a node represents a work in each operation order of the existing procedure data 132a or the automatically generated procedure data 142a. An arc represents the order in which operations are performed among the operations in each operation sequence. The arc is drawn from the node of the work whose operation order is earlier to the node whose operation order is later.

ノードにおいて,“APS1”,“APS2”の記載は,それぞれ“AP Server1”,“AP Server2”を表している。“APS1(LBサービス)”,“APS2(LBサービス)”は,それぞれ“AP Server1”,“AP Server2”に対する“LB”によるサーバ負荷分散サービスを表している。“AplX(APS1)”,“AplX(APS2)”は,それぞれ“AP Server1”上の“AplX”,“AP Server2”上の“AplX”を表している。   In the node, the descriptions “APS1” and “APS2” represent “AP Server1” and “AP Server2”, respectively. “APS1 (LB service)” and “APS2 (LB service)” represent server load distribution services by “LB” for “AP Server1” and “AP Server2”, respectively. “AplX (APS1)” and “AplX (APS2)” represent “AplX” on “AP Server1” and “AplX” on “AP Server2”, respectively.

既存手順書では,作業手順における作業対象が曖昧に記載されるケースがある。例えば,図9に示す既存手順書130aにおいて,2.と3.に示す作業手順では,作業対象が“AP Server ”上の“AplX”と記載されている。この記載では,作業対象が“AP Server1”上の“AplX”であるのか,“AP Server2”上の“AplX”であるのか,それら両方であるのかが明確には分からない。   In the existing procedure manual, there is a case where the work target in the work procedure is vaguely described. For example, in the existing procedure manual 130a shown in FIG. And 3. In the work procedure shown in, the work target is described as “AplX” on “AP Server”. In this description, it is not clear whether the work target is "AplX" on "AP Server1", "AplX" on "AP Server2", or both.

そのため,差分抽出部16は,構成情報記憶部12に記憶されたシステム構成情報を参照し,作業対象となり得るすべての作業を展開して,既存手順と自動生成手順との間で差分となる作業手順を抽出する。例えば,図13(A)のグラフに示すように,図11に示す既存手順データ132aにおける操作順序“3”の作業が,“AP Server1”上の“AplX”に対するサーバ負荷分散サービスの閉塞と,“AP Server2”上の“AplX”に対するサーバ負荷分散サービスの閉塞とに分けられる。また,図13(A)のグラフに示すように,図11に示す既存手順データ132aにおける操作順序“4”の作業が,“AP Server1”上の“AplX”の停止と,“AP Server2”上の“AplX”の停止とに分けられる。   Therefore, the difference extraction unit 16 refers to the system configuration information stored in the configuration information storage unit 12, expands all the operations that can be a work target, and creates a difference between the existing procedure and the automatic generation procedure. Extract the procedure. For example, as shown in the graph of FIG. 13A, the operation of the operation sequence “3” in the existing procedure data 132a shown in FIG. 11 is the blocking of the server load balancing service for “AplX” on “AP Server1”. It can be divided into server load balancing service blockage for “AplX” on “AP Server2”. Further, as shown in the graph of FIG. 13A, the operation of the operation sequence “4” in the existing procedure data 132a shown in FIG. 11 is performed by stopping “AplX” on “AP Server1” and “AP Server2”. It is divided into “AplX” stop.

また,要素間の関連から導かれる作業手順が,必ずしも操作順序が連続する作業手順となっているとは限らない。例えば,“Apl α”→“Apl β”,“Apl γ”→“Apl β”のデータアクセス関係がある場合に,“Apl β”を停止するための作業手順が,
“Apl α”の停止 → “Apl γ”の停止 → “Apl β”の停止
となる場合がある。この場合,“Apl α”の停止と“Apl β”の停止とは操作順序が連続する作業手順ではないが,“Apl α”と“Apl β”との間には要素間の関連がある。
In addition, the work procedure derived from the relationship between elements is not necessarily a work procedure in which the operation order is continuous. For example, when there is a data access relationship of “Apl α” → “Apl β”, “Apl γ” → “Apl β”, the work procedure for stopping “Apl β” is as follows:
Stopping “Apl α” → Stopping “Apl γ” → Stopping “Apl β”. In this case, the stop of “Apl α” and the stop of “Apl β” are not work procedures in which the operation sequence is continuous, but there is an inter-element relationship between “Apl α” and “Apl β”.

そのため,差分抽出部16は,操作順序が先→後となるすべての作業の組合せを,既存手順と自動生成手順との間で差分となる作業手順を抽出する対象とする。例えば,図13(B)のグラフに示すように,図12に示す自動生成手順データ142aにおける操作順序“1”の作業から操作順序“3”の作業への作業手順も,差分となる作業手順を抽出する対象となる。   Therefore, the difference extraction unit 16 extracts all work combinations whose operation order is from first to later as a target for extracting a work procedure that becomes a difference between the existing procedure and the automatic generation procedure. For example, as shown in the graph of FIG. 13B, the work procedure from the work of the operation order “1” to the work of the operation order “3” in the automatic generation procedure data 142a shown in FIG. To be extracted.

このような状況を踏まえて,差分抽出部16は,既存手順と自動生成手順との間の作業手順の差分抽出にあたって,既存手順と自動生成手順とのそれぞれについて,操作順序が先→後となる作業を組み合わせた作業手順をすべて抽出する。   In consideration of such a situation, the difference extraction unit 16 performs the operation order from first to last for each of the existing procedure and the automatic generation procedure when extracting the difference of the work procedure between the existing procedure and the automatic generation procedure. Extract all work procedures that combine work.

図14は,本実施例による差分抽出用中間データの例を示す図である。   FIG. 14 is a diagram illustrating an example of difference extraction intermediate data according to the present embodiment.

図14(A)は,図11に示す既存手順データ132aから生成された,既存手順における操作順序が先→後となる作業を組み合わせた作業手順をすべて抽出して記録した差分抽出用中間データ160の一例を示す。図14(A)に示す差分抽出用中間データ160の各レコードは,図13(A)に示す既存手順のグラフにおいて,各アークで示される作業手順のレコードである。差分抽出用中間データ160において,始点の作業対象は,アークの始点となるノードの作業対象を示し,終点の作業対象は,アークの終点となるノードの作業対象を示す。   FIG. 14A shows the difference extraction intermediate data 160 that is generated from the existing procedure data 132a shown in FIG. An example is shown. Each record of the differential extraction intermediate data 160 shown in FIG. 14A is a work procedure record indicated by each arc in the graph of the existing procedure shown in FIG. In the difference extraction intermediate data 160, the work target at the start point indicates the work target of the node that is the start point of the arc, and the work target at the end point indicates the work target of the node that is the end point of the arc.

図14(B)は,図12に示す自動生成手順データ142aから生成された,自動生成手順における操作順序が先→後となる作業を組み合わせた作業手順をすべて抽出して記録した差分抽出用中間データ161の一例を示す。図14(B)に示す差分抽出用中間データ161の各レコードは,図13(B)に示す自動生成手順のグラフにおいて,各アークで示される作業手順のレコードである。差分抽出用中間データ161において,始点の作業対象は,アークの始点となるノードの作業対象を示し,終点の作業対象は,アークの終点となるノードの作業対象を示す。   FIG. 14B shows a difference extraction intermediate in which all the work procedures that are generated from the automatic generation procedure data 142a shown in FIG. An example of data 161 is shown. Each record of the differential extraction intermediate data 161 shown in FIG. 14B is a record of the work procedure indicated by each arc in the graph of the automatic generation procedure shown in FIG. 13B. In the difference extraction intermediate data 161, the work target at the start point indicates the work target of the node that is the start point of the arc, and the work target at the end point indicates the work target of the node that is the end point of the arc.

差分抽出部16は,図14(A)に示す既存手順の差分抽出用中間データ160と,図14(B)に示す自動生成手順の差分抽出用中間データ161との間の差分を取ることで,既存手順と自動生成手順との間で差分となる作業手順を抽出する。   The difference extraction unit 16 obtains a difference between the difference extraction intermediate data 160 of the existing procedure shown in FIG. 14A and the difference extraction intermediate data 161 of the automatic generation procedure shown in FIG. 14B. , Extract the work procedure that is the difference between the existing procedure and the automatic generation procedure.

図13(A)に示す既存手順のグラフにおいて,太線矢印のアークが,図13(B)に示す自動生成手順との間の差分となる作業手順を示している。図13(A)に示す既存手順のグラフにおいて,太線枠のノードが,太線矢印のアークが示す差分となる作業手順を生じさせた原因となる作業対象を示す。すなわち,既存手順と自動生成手順との間で差分となる作業対象の存在によって,既存手順と自動生成手順との間で差分となる作業手順が生じている。   In the graph of the existing procedure shown in FIG. 13A, the arc of the thick arrow indicates a work procedure that is a difference from the automatic generation procedure shown in FIG. In the graph of the existing procedure shown in FIG. 13A, the node of the thick line frame indicates the work target that causes the work procedure that becomes the difference indicated by the arc of the thick line arrow. That is, due to the existence of a work target that is a difference between the existing procedure and the automatic generation procedure, a work procedure that is a difference between the existing procedure and the automatic generation procedure occurs.

差分抽出部16は,抽出されたすべての差分となる作業手順の情報を,結果テーブルに出力する。このとき,差分抽出部16は,差分となる作業手順が,既存手順と自動生成手順のどちらに含まれる作業手順であるかの情報も,結果テーブルに記録する。また,差分となる作業手順が生じさせた原因となる作業対象の情報も,結果テーブルに記録する。   The difference extraction unit 16 outputs information on the work procedure as all the extracted differences to the result table. At this time, the difference extraction unit 16 also records information on whether the work procedure to be a difference is a work procedure included in an existing procedure or an automatic generation procedure in the result table. In addition, information on a work target that causes a work procedure that is a difference is also recorded in the result table.

図15は,本実施例による結果テーブルの例(1)を示す図である。   FIG. 15 is a diagram illustrating an example (1) of the result table according to the present embodiment.

図15に示す結果テーブル162aは,差分となる作業手順の抽出結果などの情報を記録するデータの一例を示す。図15に示す結果テーブル162aには,手順書ID“001”の既存手順書130aに対する一連の処理において,既存手順と自動生成手順との間で差分となる作業手順の情報が記録されている。   The result table 162a shown in FIG. 15 shows an example of data for recording information such as extraction results of work procedures that are differences. In the result table 162a shown in FIG. 15, information on the work procedure that is a difference between the existing procedure and the automatic generation procedure in a series of processes for the existing procedure document 130a with the procedure document ID “001” is recorded.

図15に示す結果テーブル162aは,出現手順,差分作業対象,始点の作業対象,終点の作業対象,推定した関連情報,判定結果の情報を持つ。出現手順は,該当レコードの差分となる作業手順が,既存手順と自動生成手順のどちらに含まれているかを示す。差分作業対象は,該当レコードの差分となる作業手順を生じさせた原因となる作業対象を示す。始点の作業対象は,該当レコードの差分となる作業手順において,先に行う作業の作業対象を示す。終点の作業対象は,該当レコードの差分となる作業手順において,後に行う作業の作業対象を示す。推定した関連情報と判定結果とについては,後述する。   The result table 162a illustrated in FIG. 15 includes appearance procedure, difference work object, start work object, end work object, estimated related information, and determination result information. The appearance procedure indicates whether the work procedure that is the difference between the corresponding records is included in the existing procedure or the automatic generation procedure. The differential work target indicates a work target that causes a work procedure that is a difference between the corresponding records. The work target of the start point indicates the work target of the work to be performed first in the work procedure that is the difference between the corresponding records. The work target at the end point indicates the work target of the work to be performed later in the work procedure that is the difference between the corresponding records. The estimated related information and the determination result will be described later.

特定部17は,ルール記憶部15に記憶された運用手順生成ルール150を用いて,差分抽出部16により抽出された差分となる作業手順ごとに,該差分となる作業手順を生じさせる要素間の関連を特定する。   The specifying unit 17 uses the operation procedure generation rule 150 stored in the rule storage unit 15 to determine, for each work procedure that becomes a difference extracted by the difference extraction unit 16, between the elements that cause the work procedure that becomes the difference. Identify the association.

例えば,ルール記憶部15に,図2に示す運用手順生成ルール150が記憶されているものとする。特定部17は,結果テーブル162aのレコードごとに,該当レコードが示す差分となる作業手順を導き出すルールを,図2に示す運用手順生成ルール150から抽出する。   For example, it is assumed that the operation procedure generation rule 150 illustrated in FIG. 2 is stored in the rule storage unit 15. For each record in the result table 162a, the specifying unit 17 extracts a rule for deriving a work procedure that is a difference indicated by the corresponding record from the operation procedure generation rule 150 illustrated in FIG.

差分となる作業手順を導き出すルールは,その差分となる作業手順における始点の作業対象と終点の作業対象との関係が,作業すべき操作の先と後との関係に一致するルールである。特定部17は,差分となる作業手順における始点の作業対象と終点の作業対象との関係と一致する作業すべき操作の先と後との関係を持つルールを,運用手順生成ルール150から抽出する。特定部17は,抽出されたルールから,要素間の関連情報を取得する。特定部17は,取得された要素間の関連情報に示される要素間の関連を,差分となる作業手順を生じさせる要素間の関連と特定する。   The rule for deriving a work procedure that is a difference is a rule in which the relationship between the work target of the start point and the work target of the end point in the work procedure that becomes the difference matches the relationship between the destination of the operation to be performed and the post-operation. The specifying unit 17 extracts, from the operation procedure generation rule 150, a rule having a relationship between the destination of the operation to be performed and the destination that matches the relationship between the start work target and the end work target in the difference work procedure. . The specifying unit 17 acquires related information between elements from the extracted rules. The specifying unit 17 specifies the relationship between the elements indicated in the acquired relationship information between the elements as the relationship between the elements that causes the work procedure to be a difference.

図16は,本実施例による差分となる作業手順の例(1)を示す図である。   FIG. 16 is a diagram illustrating an example (1) of a work procedure that is a difference according to the present embodiment.

図16には,手順書ID“001”の既存手順書130aに対する一連の処理において,抽出されたすべての差分となる作業手順のグラフが示されている。   FIG. 16 shows a graph of a work procedure that becomes all the extracted differences in a series of processes for the existing procedure manual 130a with the procedure manual ID “001”.

図16(A)に示す差分となる作業手順において,始点の作業対象と終点の作業対象との関係は,図2に示す運用手順生成ルール150のルールID“R1”のルールにおける作業すべき操作の先と後との関係に対応する。特定部17は,ルールID“R1”のルールにおける要素間の関連情報から,図16(A)に示す差分となる作業手順を生じさせる要素間の関連が,アプリケーション“AplY”からアプリケーション“AplZ”へのデータアクセスであると特定する。   In the work procedure that is the difference shown in FIG. 16A, the relationship between the work point at the start point and the work target at the end point is the operation to be performed in the rule of the rule ID “R1” of the operation procedure generation rule 150 shown in FIG. Corresponds to the relationship between before and after. The identifying unit 17 determines from the application “AplY” to the application “AplZ” that the relation between the elements causing the work procedure that is the difference shown in FIG. 16A from the relation information between the elements in the rule with the rule ID “R1”. Identify data access to.

図16(B)に示す各差分となる作業手順において,始点の作業対象と終点の作業対象との関係は,図2に示す運用手順生成ルール150のルールID“R1”のルールにおける作業すべき操作の先と後との関係に対応する。特定部17は,ルールID“R1”のルールにおける要素間の関連情報から,図16(B)に示す各差分となる作業手順を生じさせる要素間の関連が,アプリケーション“AplY”からアプリケーション“AplX”へのデータアクセスであると特定する。   In the work procedure with each difference shown in FIG. 16B, the relationship between the work object at the start point and the work object at the end point should be the work in the rule of rule ID “R1” of the operation procedure generation rule 150 shown in FIG. Corresponds to the relationship between the destination and after the operation. The specifying unit 17 determines that the relationship between the elements that cause the work procedure as each difference shown in FIG. 16B is changed from the application “AplY” to the application “AplX” from the related information between the elements in the rule with the rule ID “R1”. ”To specify data access.

図16(C)に示す各差分となる作業手順において,始点の作業対象と終点の作業対象との関係は,図2に示す運用手順生成ルール150のルールID“R1”のルールにおける作業すべき操作の先と後との関係に対応する。特定部17は,ルールID“R1”のルールにおける要素間の関連情報から,図16(C)に示す各差分となる作業手順を生じさせる要素間の関連が,アプリケーション“AplZ”からアプリケーション“AplX”へのデータアクセスであると特定する。   In the work procedure with each difference shown in FIG. 16C, the relationship between the work object at the start point and the work object at the end point should be the work in the rule of the rule ID “R1” of the operation procedure generation rule 150 shown in FIG. Corresponds to the relationship between the destination and after the operation. The specifying unit 17 determines that the relationship between the elements that cause the work procedure as each difference shown in FIG. 16C is changed from the application “AplZ” to the application “AplX” from the related information between the elements in the rule with the rule ID “R1”. ”To specify data access.

図16(D)に示す差分となる作業手順において,始点の作業対象と終点の作業対象との関係は,図2に示す運用手順生成ルール150のルールID“R3”のルールにおける作業すべき操作の先と後との関係に対応する。特定部17は,ルールID“R3”のルールにおける要素間の関連情報から,図16(D)に示す差分となる作業手順を生じさせる要素間の関連が,ロードバランサ“LB”からサーバ“AP Server2”への負荷分散であると特定する。   In the work procedure that is the difference shown in FIG. 16D, the relationship between the work target of the start point and the work target of the end point is the operation to be performed in the rule of the rule ID “R3” of the operation procedure generation rule 150 shown in FIG. Corresponds to the relationship between before and after. The specifying unit 17 determines that the relationship between the elements causing the work procedure that is the difference shown in FIG. 16D is related from the load balancer “LB” to the server “AP” from the relationship information between the elements in the rule with the rule ID “R3”. Specify load distribution to Server2 ”.

図16(E)に示す各差分となる作業手順については,始点の作業対象と終点の作業対象との関係と対応する,作業すべき操作の先と後との関係が,図2に示す運用手順生成ルール150になかったものとする。図16(E)に示す各差分となる作業手順については,その作業手順を直接導出するルールが図2に示す運用手順生成ルール150にないので,特定部17は,図16(E)に示す各差分となる作業手順からは要素間の関連が得られないと判断する。   Regarding the work procedure that is the difference shown in FIG. 16E, the relationship between the work destination to be worked and the work work corresponding to the relation between the work object at the start point and the work object at the end point is the operation shown in FIG. It is assumed that the procedure generation rule 150 does not exist. Regarding the work procedure that becomes each difference shown in FIG. 16 (E), the rule for directly deriving the work procedure does not exist in the operation procedure generation rule 150 shown in FIG. It is determined that the relationship between the elements cannot be obtained from the work procedure as each difference.

特定部17は,要素間の関連が特定された差分となる作業手順について,特定された要素間の関連を,結果テーブル162aに出力する。   The specifying unit 17 outputs the relationship between the specified elements to the result table 162a for the work procedure that is the difference in which the relationship between the elements is specified.

図17は,本実施例による結果テーブルの例(2)を示す図である。   FIG. 17 is a diagram illustrating an example (2) of the result table according to the present embodiment.

図17に示す結果テーブル162aは,図15に示す結果テーブル162aにさらに推定した関連情報のデータを追加した例を示す。結果テーブル162aにおいて,推定した関連情報には,各レコードの差分となる作業手順において,運用手順生成ルール150を用いて特定された要素間の関連が記録される。なお,図17に示す結果テーブル162aでは,要素間の関連が得られなかった差分となる作業手順のレコードが,削除されている。   A result table 162a illustrated in FIG. 17 illustrates an example in which the estimated related information data is added to the result table 162a illustrated in FIG. In the result table 162a, the estimated relation information records the relation between the elements specified by using the operation procedure generation rule 150 in the work procedure that is the difference between the records. In the result table 162a shown in FIG. 17, the record of the work procedure that is the difference for which the association between the elements cannot be obtained is deleted.

更新部18は,特定された要素間の関連について,その要素間の関連が得られたもとの差分となる作業手順が,既存手順と自動生成手順のどちらに含まれる作業手順であるかに応じて,構成情報記憶部12に記憶されたシステム構成情報の更新を判定する。要素間の関連が得られたもとの差分となる作業手順が既存手順に含まれる作業手順である場合,更新部18は,その要素間の関連を示す情報を,そのとき構成情報記憶部12に記憶されているシステム構成情報に追加すると判定する。要素間の関連が得られたもとの差分となる作業手順が自動生成手順に含まれる作業手順である場合については,後述する。   The update unit 18 determines whether the work procedure that is the original difference from which the relation between the elements is obtained is the work procedure included in the existing procedure or the automatic generation procedure. The update of the system configuration information stored in the configuration information storage unit 12 is determined. When the work procedure that is the original difference from which the relationship between the elements is obtained is a work procedure included in the existing procedure, the update unit 18 stores information indicating the relationship between the elements in the configuration information storage unit 12 at that time. It is determined to be added to the configured system configuration information. The case where the work procedure that is the original difference from which the relationship between the elements is obtained is a work procedure included in the automatic generation procedure will be described later.

図18は,本実施例による結果テーブルの例(3)を示す図である。   FIG. 18 is a diagram illustrating an example (3) of the result table according to the present embodiment.

図18に示す結果テーブル162aは,図17に示す結果テーブル162aにさらにシステム構成情報更新の判定結果を追加した例を示す。結果テーブル162aにおいて,判定結果には,各レコードの差分となる作業手順から特定された要素間の関連を用いたシステム構成情報更新についての判定結果が記録される。図18に示す結果テーブル162aでは,出現手順がすべて既存手順であるので,判定結果はすべて追加となる。   A result table 162a illustrated in FIG. 18 illustrates an example in which a determination result of system configuration information update is further added to the result table 162a illustrated in FIG. In the result table 162a, the determination result is recorded as the determination result regarding the update of the system configuration information using the relationship between the elements specified from the work procedure which is the difference between the records. In the result table 162a shown in FIG. 18, since all appearance procedures are existing procedures, all determination results are added.

更新部18は,システム構成情報更新の判定結果に基づいて,構成情報記憶部12に記憶されているシステム構成情報を更新する。   The update unit 18 updates the system configuration information stored in the configuration information storage unit 12 based on the determination result of the system configuration information update.

図18に示す結果テーブル162aでは,すべてのレコードの判定結果が“追加”となっている。更新部18は,図18に示す結果テーブル162aの各レコードの推定した関連情報に示される要素間の関連を,構成情報記憶部12に記憶された,図8に示す作業対象システムのシステム構成情報に追加する。なお,ロードバランサ“LB”からサーバ“AP Server2”への負荷分散については,図8に示すように,その関連を示す情報が当初のシステム関連情報に含まれているので,特に更新は行われない。   In the result table 162a shown in FIG. 18, the determination results for all records are “added”. The update unit 18 stores the system configuration information of the work target system illustrated in FIG. 8 stored in the configuration information storage unit 12 in the configuration information storage unit 12, with the relationship between the elements indicated in the related information estimated in each record of the result table 162 a illustrated in FIG. 18. Add to Note that the load distribution from the load balancer “LB” to the server “AP Server2” is not particularly updated because the information related to the load is included in the initial system related information as shown in FIG. Absent.

図19は,本実施例による作業対象システムの構成例(2)を示す図である。   FIG. 19 is a diagram illustrating a configuration example (2) of the work target system according to the present embodiment.

図19に示す作業対象システムの構成例は,図8に示す作業対象システムのシステム構成情報に,手順書ID“001”の既存手順書130aに対する一連の処理で得られた要素間の関係が追加されたシステム構成情報に基づいた,作業対象システムの構成を示す。図19に示す作業対象システムの構成例において,太線矢印は,追加された要素間の関連を示す。   In the configuration example of the work target system shown in FIG. 19, the relationship between the elements obtained by a series of processes for the existing procedure manual 130a with the procedure manual ID “001” is added to the system configuration information of the work target system shown in FIG. The configuration of the work target system based on the configured system configuration information is shown. In the configuration example of the work target system illustrated in FIG. 19, a thick line arrow indicates a relationship between added elements.

構成情報記憶部12に,図19に示す作業対象システムのシステム構成情報が記憶されている状態で,関連推定装置10は,次の既存手順書に対する処理に移る。   In a state where the system configuration information of the work target system shown in FIG. 19 is stored in the configuration information storage unit 12, the relationship estimation apparatus 10 proceeds to processing for the next existing procedure manual.

図20は,本実施例による既存手順書の例(2)を示す図である。   FIG. 20 is a diagram illustrating an example (2) of the existing procedure manual according to the present embodiment.

手順取得部13は,手順情報記憶部30から図20に示す既存手順書130bのファイルを読み出す。手順取得部13は,取得した既存手順書130bに,手順書ID“002”を付与する。   The procedure acquisition unit 13 reads the file of the existing procedure manual 130b shown in FIG. 20 from the procedure information storage unit 30. The procedure acquisition unit 13 assigns a procedure manual ID “002” to the acquired existing manual 130b.

手順取得部13は,既存手順書130bのヘッダ部分から,目的とする作業内容における作業対象と作業項目とを取得する。ここでは,既存手順書130bから,目的とする作業内容として,作業対象“AP Server ”と作業項目“停止”とが取得される。手順取得部13は,取得された目的とする作業内容を,作業内容管理テーブル131に記録する。手順取得部13は,既存手順書130bから既存手順を取得する。   The procedure acquisition unit 13 acquires the work target and the work item in the target work content from the header portion of the existing procedure manual 130b. Here, the work target “AP Server” and the work item “stop” are acquired from the existing procedure manual 130b as target work contents. The procedure acquisition unit 13 records the acquired target work content in the work content management table 131. The procedure acquisition unit 13 acquires an existing procedure from the existing procedure manual 130b.

図21は,本実施例による既存手順データの例(2)を示す図である。   FIG. 21 is a diagram illustrating an example (2) of the existing procedure data according to the present embodiment.

図21に示す既存手順データ132bは,図20に示す手順書ID“002”の既存手順書130bから取得された既存手順が記録されたデータの一例である。   The existing procedure data 132b illustrated in FIG. 21 is an example of data in which an existing procedure acquired from the existing procedure document 130b having the procedure document ID “002” illustrated in FIG. 20 is recorded.

手順生成部14は,作業内容管理テーブル131から,手順書ID“002”の既存手順書130bが目的とする作業内容を取得する。手順生成部14は,ルール記憶部15に記憶された運用手順生成ルール150に従って,構成情報記憶部12に記憶された図19に示す作業対象システムのシステム構成情報から,目的とする作業内容の作業を行うための作業手順を生成する。   The procedure generation unit 14 acquires the work content intended by the existing procedure manual 130 b with the procedure manual ID “002” from the work content management table 131. The procedure generation unit 14 performs work of the intended work content from the system configuration information of the work target system shown in FIG. 19 stored in the configuration information storage unit 12 according to the operation procedure generation rule 150 stored in the rule storage unit 15. Generate a work procedure to do

図22は,本実施例による自動生成手順データの例(2)を示す図である。   FIG. 22 is a diagram illustrating an example (2) of the automatic generation procedure data according to the present embodiment.

図22に示す自動生成手順データ142bは,図19に示す作業対象システムのシステム構成情報から生成された自動生成手順が記録されたデータの一例である。図22に示す自動生成手順データ142bの自動生成手順の目的とする作業内容は,図20に示す手順書ID“002”の既存手順書130bの目的とする作業内容である。   The automatic generation procedure data 142b illustrated in FIG. 22 is an example of data in which an automatic generation procedure generated from the system configuration information of the work target system illustrated in FIG. 19 is recorded. The target work content of the automatic generation procedure of the automatic generation procedure data 142b shown in FIG. 22 is the target work content of the existing procedure manual 130b having the procedure manual ID “002” shown in FIG.

図21に示す既存手順データ132bの既存手順と,図22に示す自動生成手順データ142bの自動生成手順とは,目的とする作業内容が同じ作業手順である。差分抽出部16は,これらの作業手順の間で差分となる作業手順を抽出する。   The existing procedure of the existing procedure data 132b shown in FIG. 21 and the automatic generation procedure of the automatic generation procedure data 142b shown in FIG. The difference extraction unit 16 extracts a work procedure that becomes a difference between these work procedures.

図23は,本実施例による既存手順と自動生成手順のフローをグラフで表した例(2)を示す図である。   FIG. 23 is a diagram illustrating an example (2) in which the flow of the existing procedure and the automatic generation procedure according to the present embodiment is represented by a graph.

図23(A)は,図21に示す既存手順データ132bの既存手順のフローをグラフで表したものである。図23(B)は,図22に示す自動生成手順データ142bの自動生成手順のフローをグラフで表したものである。図23(B)に示す自動生成手順のグラフにおいて,太点線矢印のアークが,図23(A)に示す既存手順との間の差分となる作業手順を示している。図23(B)に示す自動生成手順のグラフにおいて,太点線枠のノードが,太点線矢印のアークが示す差分となる作業手順を生じさせた原因となる作業対象を示す。   FIG. 23A is a graph showing the flow of the existing procedure of the existing procedure data 132b shown in FIG. FIG. 23B is a graph showing the flow of the automatic generation procedure of the automatic generation procedure data 142b shown in FIG. In the graph of the automatic generation procedure shown in FIG. 23 (B), the arc of the thick dotted arrow indicates the work procedure that becomes a difference from the existing procedure shown in FIG. 23 (A). In the graph of the automatic generation procedure shown in FIG. 23B, the node of the thick dotted line frame indicates the work target that causes the work procedure to be the difference indicated by the arc of the thick dotted line arrow.

差分抽出部16は,抽出されたすべての差分となる作業手順の情報を,結果テーブルに出力する。このとき,差分抽出部16は,差分となる作業手順が,既存手順と自動生成手順のどちらに含まれる作業手順であるかの情報も,結果テーブルに記録する。また,差分となる作業手順が生じさせた原因となる作業対象の情報も,結果テーブルに記録する。   The difference extraction unit 16 outputs information on the work procedure as all the extracted differences to the result table. At this time, the difference extraction unit 16 also records information on whether the work procedure to be a difference is a work procedure included in an existing procedure or an automatic generation procedure in the result table. In addition, information on a work target that causes a work procedure that is a difference is also recorded in the result table.

特定部17は,ルール記憶部15に記憶された運用手順生成ルール150を用いて,差分抽出部16により抽出された差分となる作業手順ごとに,該差分となる作業手順を生じさせる要素間の関連を特定する。   The specifying unit 17 uses the operation procedure generation rule 150 stored in the rule storage unit 15 to determine, for each work procedure that becomes a difference extracted by the difference extraction unit 16, between the elements that cause the work procedure that becomes the difference. Identify the association.

図24は,本実施例による差分となる作業手順の例(2)を示す図である。   FIG. 24 is a diagram illustrating an example (2) of a work procedure that is a difference according to the present embodiment.

図24には,手順書ID“002”の既存手順書130bに対する一連の処理において,抽出されたすべての差分となる作業手順のグラフが示されている。   FIG. 24 shows a graph of a work procedure that becomes all the extracted differences in a series of processes for the existing procedure manual 130b with the procedure manual ID “002”.

図24(A)に示す差分となる作業手順において,始点の作業対象と終点の作業対象との関係は,図2に示す運用手順生成ルール150のルールID“R1”のルールにおける作業すべき操作の先と後との関係に対応する。特定部17は,ルールID“R1”のルールにおける要素間の関連情報から,図24(A)に示す差分となる作業手順を生じさせる要素間の関連が,アプリケーション“AplY”からアプリケーション“AplZ”へのデータアクセスであると特定する。   In the work procedure that is the difference shown in FIG. 24A, the relationship between the work task at the start point and the work target at the end point is the operation to be performed in the rule with the rule ID “R1” of the operation procedure generation rule 150 shown in FIG. Corresponds to the relationship between before and after. The specifying unit 17 determines from the application “AplY” to the application “AplZ” that the relationship between the elements causing the work procedure that is the difference shown in FIG. Identify data access to.

図24(B)に示す各差分となる作業手順において,始点の作業対象と終点の作業対象との関係は,図2に示す運用手順生成ルール150のルールID“R1”のルールにおける作業すべき操作の先と後との関係に対応する。特定部17は,ルールID“R1”のルールにおける要素間の関連情報から,図24(B)に示す各差分となる作業手順を生じさせる要素間の関連が,アプリケーション“AplZ”からアプリケーション“AplX”へのデータアクセスであると特定する。   In the work procedure with each difference shown in FIG. 24B, the relationship between the work point of the start point and the work point of the end point should be the work in the rule of the rule ID “R1” of the operation procedure generation rule 150 shown in FIG. Corresponds to the relationship between the destination and after the operation. The specifying unit 17 determines that the relationship between the elements that cause the work procedure as each difference shown in FIG. 24B is changed from the application “AplZ” to the application “AplX” from the related information between the elements in the rule with the rule ID “R1”. ”To specify data access.

図24(C)に示す各差分となる作業手順については,始点の作業対象と終点の作業対象との関係と対応する,作業すべき操作の先と後との関係が,図2に示す運用手順生成ルール150になかったものとする。図24(C)に示す各差分となる作業手順については,その作業手順を直接導出するルールが図2に示す運用手順生成ルール150にないので,特定部17は,図24(C)に示す各差分となる作業手順からは要素間の関連が得られないと判断する。   With respect to the work procedures that are the differences shown in FIG. 24C, the relationship between the work destination to be worked and the work work corresponding to the relation between the work object at the start point and the work object at the end point is the operation shown in FIG. It is assumed that the procedure generation rule 150 does not exist. With respect to the work procedure that becomes each difference shown in FIG. 24C, since the operation procedure generation rule 150 shown in FIG. 2 does not have a rule for directly deriving the work procedure, the specifying unit 17 shows the work procedure shown in FIG. It is determined that the relationship between the elements cannot be obtained from the work procedure as each difference.

特定部17は,要素間の関連が特定された差分となる作業手順について,特定された要素間の関連を,結果テーブルに出力する。   The specifying unit 17 outputs the relationship between the specified elements to the result table for the work procedure that is the difference in which the relationship between the elements is specified.

更新部18は,特定された要素間の関連について,構成情報記憶部12に記憶されたシステム構成情報の更新を判定する。要素間の関連が得られたもとの差分となる作業手順が自動生成手順に含まれる作業手順である場合に,更新部18は,その差分となる作業手順を生じさせた原因となる作業対象が,該差分となる作業手順において先に作業を行う対象であるかを確認する。差分となる作業手順を生じさせた原因となる作業対象が,該差分となる作業手順において先に作業を行う対象であれば,更新部18は,該当する要素間の関連を示す情報を,そのとき構成情報記憶部12に記憶されているシステム構成情報から削除すると判定する。差分となる作業手順を生じさせた原因となる作業対象が,該差分となる作業手順において先に作業を行う対象でなければ,更新部18は,該当する要素間の関連について,構成情報記憶部12に記憶されているシステム構成情報に対する処理を行わないと判定する。   The update unit 18 determines whether to update the system configuration information stored in the configuration information storage unit 12 for the association between the identified elements. When the work procedure that is the original difference from which the relationship between the elements is obtained is a work procedure included in the automatic generation procedure, the update unit 18 determines that the work target that caused the work procedure that becomes the difference is It is confirmed whether it is a target to work first in the work procedure as the difference. If the work target that caused the work procedure that is the difference is the target to be worked on first in the work procedure that is the difference, the update unit 18 displays information indicating the relationship between the corresponding elements. At this time, it is determined to be deleted from the system configuration information stored in the configuration information storage unit 12. If the work target that causes the work procedure that becomes the difference is not the target to be worked on first in the work procedure that becomes the difference, the update unit 18 sets the configuration information storage unit for the relationship between the corresponding elements. 12 determines that no processing is to be performed on the system configuration information stored in 12.

図25は,本実施例による結果テーブルの例(4)を示す図である。   FIG. 25 is a diagram illustrating an example (4) of the result table according to the present embodiment.

図25に示す結果テーブル162bは,手順書ID“002”の既存手順書130bに対する一連の処理において,既存手順と自動生成手順との間で差分となる作業手順の情報が記録された結果テーブルの一例を示す。図25に示す結果テーブル162bにおいて,差分作業対象は,該当レコードに示す差分となる作業手順を生じさせた原因となる作業対象である。なお,図25に示す結果テーブル162bの各レコードが示す差分となる作業手順は,すべて自動生成手順に含まれる作業手順である。   The result table 162b shown in FIG. 25 is a result table in which information on a work procedure that is a difference between the existing procedure and the automatic generation procedure is recorded in a series of processes for the existing procedure document 130b with the procedure document ID “002”. An example is shown. In the result table 162b illustrated in FIG. 25, the difference work target is a work target that causes the work procedure to be the difference indicated in the corresponding record. Note that the work procedure that is the difference indicated by each record in the result table 162b shown in FIG. 25 is a work procedure included in the automatic generation procedure.

図25に示す結果テーブル162bにおいて,2番目と3番目のレコードは,それぞれ図24(B)のグラフに示す2つの差分となる作業手順に対応するレコードである。これらのレコードが示す差分となる作業手順からは,アプリケーション“AplZ”からアプリケーション“AplX”へのデータアクセスの関連が特定されている。このような要素間の関連が実際の作業対象システムに存在すれば,図20に示す既存手順書130bが目的とする作業内容の作業を実行する過程で,アプリケーション“AplZ”を始点の作業対象とする作業手順が必要となる。   In the result table 162b shown in FIG. 25, the second and third records are records corresponding to work procedures that are two differences shown in the graph of FIG. From the work procedure as a difference indicated by these records, the relation of data access from the application “AplZ” to the application “AplX” is specified. If the relationship between such elements exists in the actual work target system, the application “AplZ” is set as the start work target in the process of executing the work of the target work content in the existing procedure manual 130b shown in FIG. Work procedure is required.

しかし,過去に運用実績がある図20に示す既存手順書130bには,アプリケーション“AplZ”に対する作業の記載がない。目的とする作業内容の作業を実行する過程で,アプリケーション“AplZ”に対する作業を実行する必要があれば,過去に運用実績がある図20に示す既存手順書130bに,アプリケーション“AplZ”に対する作業が記載されているはずである。図20bに示す既存手順書130bに,アプリケーション“AplZ”に対する作業の記載がないということは,目的とする作業内容の作業を実行する過程で,アプリケーション“AplZ”に対する作業を行う必要がないということである。   However, in the existing procedure manual 130b shown in FIG. 20 that has been used in the past, there is no description of work for the application “AplZ”. If it is necessary to execute the work for the application “AplZ” in the process of executing the work of the target work content, the work for the application “AplZ” is added to the existing procedure manual 130b shown in FIG. Should be listed. The fact that there is no description of the work for the application “AplZ” in the existing procedure manual 130b shown in FIG. 20b means that it is not necessary to perform the work for the application “AplZ” in the process of executing the work of the intended work content. It is.

このことから,図25に示す結果テーブル162bの2番目と3番目のレコードに示す,アプリケーション“AplZ”を始点の作業対象とする差分の作業手順から特定される要素間の関連は,実際の作業対象システムに存在しないと推定される。更新部18は,図25の結果テーブル162bにおいて,差分作業対象のアプリケーション“AplZ”を始点の作業対象とする2番目と3番目のレコードにおける要素間の関連を,構成情報記憶部12のシステム構成情報から削除すると判定する。図25に示す結果テーブル162bにおける2番目と3番目のレコードでは,判定結果が“削除”となっている。   From this, the relationship between the elements identified from the work procedure of the difference starting from the application “AplZ” shown in the second and third records of the result table 162b shown in FIG. 25 is the actual work. Presumed not to exist in the target system. In the result table 162b of FIG. 25, the update unit 18 uses the system configuration of the configuration information storage unit 12 to indicate the relationship between the elements in the second and third records that have the application “AplZ” as the differential work target. It is determined to be deleted from the information. In the second and third records in the result table 162b shown in FIG. 25, the determination result is “deleted”.

図25に示す結果テーブル162bにおいて,1番目のレコードは,図24(A)のグラフに示す差分となる作業手順に対応するレコードである。このレコードが示す差分となる作業手順からは,アプリケーション“AplY”からアプリケーション“AplZ”へのデータアクセスの関連が特定されている。   In the result table 162b shown in FIG. 25, the first record is a record corresponding to the work procedure that is the difference shown in the graph of FIG. From the work procedure that is the difference indicated by this record, the relation of data access from the application “AplY” to the application “AplZ” is specified.

上述のように,図20に示す既存手順書130bが目的とする作業内容の作業を実行する過程で,差分作業対象であるアプリケーション“AplZ”に対する作業を実行する必要はない。アプリケーション“AplZ”に対する作業が行われない場合には,差分作業対象であるアプリケーション“AplZ”を終点の作業対象とする図24(A)に示す作業手順は発生しない。そのため,アプリケーション“AplY”からアプリケーション“AplZ”へのデータアクセスの関連が実際の作業対象システムに存在していても,図24(A)に示す作業手順が既存手順に反映されていないことに,問題はない。   As described above, it is not necessary to execute the work for the application “AplZ” that is the target of the differential work in the process of executing the work of the work content intended by the existing procedure manual 130b shown in FIG. When the work for the application “AplZ” is not performed, the work procedure shown in FIG. 24A in which the application “AplZ” that is the differential work target is the work work at the end point does not occur. Therefore, even if the data access relation from the application “AplY” to the application “AplZ” exists in the actual work target system, the work procedure shown in FIG. 24A is not reflected in the existing procedure. No problem.

更新部18は,図25の結果テーブル162bにおいて,差分作業対象のアプリケーション“AplZ”を終点の作業対象とする1番目のレコードにおける要素間の関連については,構成情報記憶部12のシステム構成情報に対する処理を行わないと判定する。図25に示す結果テーブル162bにおける1番目のレコードでは,判定結果が“処理なし”となっている。   In the result table 162b of FIG. 25, the update unit 18 relates to the system configuration information in the configuration information storage unit 12 regarding the relationship between elements in the first record having the application “AplZ” as the end work as the end work. It is determined that no processing is performed. In the first record in the result table 162b shown in FIG. 25, the determination result is “no processing”.

更新部18は,システム構成情報更新の判定結果に基づいて,構成情報記憶部12に記憶されているシステム構成情報を更新する。   The update unit 18 updates the system configuration information stored in the configuration information storage unit 12 based on the determination result of the system configuration information update.

図25に示す結果テーブル162bでは,2番目と3番目のレコードの判定結果が“削除”となっている。更新部18は,図25に示す結果テーブル162bにおける2番目と3番目のレコードの推定した関連情報に示される要素間の関連を,構成情報記憶部12に記憶された,図19に示す作業対象システムのシステム構成情報から削除する。図25に示す結果テーブル162bにおける1番目のレコードの推定した関連情報に示される要素間の関連については,システム構成情報を更新する処理は行われない。   In the result table 162b shown in FIG. 25, the determination results of the second and third records are “deleted”. The update unit 18 stores the relationship between the elements indicated in the related information estimated in the second and third records in the result table 162b shown in FIG. 25 and stored in the configuration information storage unit 12 as shown in FIG. Delete from the system configuration information of the system. For the relationship between elements indicated in the related information estimated in the first record in the result table 162b shown in FIG. 25, the process of updating the system configuration information is not performed.

なお,例えば,構成情報記憶部12に記憶されたシステム構成情報から削除された要素間の関連について記録しておくなど,一度削除された要素間の関連が既存手順に含まれる作業手順から特定されてもシステム構成情報に追加しない仕組みを設けてもよい。   Note that, for example, the relationship between elements deleted from the system configuration information stored in the configuration information storage unit 12 is recorded from the work procedure included in the existing procedure. However, a mechanism not added to the system configuration information may be provided.

図26は,本実施例による作業対象システムの構成例(3)を示す図である。   FIG. 26 is a diagram illustrating a configuration example (3) of the work target system according to the present embodiment.

図26に示す作業対象システムの構成例は,図19に示す作業対象システムのシステム構成情報から,手順書ID“002”の既存手順書130bに対する一連の処理で得られた要素間の関係が削除されたシステム構成情報に基づいた,作業対象システムの構成を示す。図26に示す作業対象システムの構成例では,図19に示す作業対象システムの構成例にはあった,アプリケーション“AplZ”からアプリケーション“AplX”へのアクセスを示す太線矢印がなくなっている。   In the configuration example of the work target system shown in FIG. 26, the relationship between the elements obtained by the series of processes for the existing procedure manual 130b with the procedure manual ID “002” is deleted from the system configuration information of the work target system shown in FIG. The configuration of the work target system based on the configured system configuration information is shown. In the configuration example of the work target system shown in FIG. 26, the thick line arrow indicating the access from the application “AplZ” to the application “AplX” that is in the configuration example of the work target system shown in FIG.

出力部19は,指定されたすべての既存手順書に対する処理の終了後,構成情報記憶部12に記憶された,推定された要素間の関連を示す情報を含むシステム構成情報を,本実施の形態の関連推定装置10による処理の結果として出力する。   The output unit 19 stores system configuration information including information indicating the relationship between the estimated elements stored in the configuration information storage unit 12 after the processing for all the specified existing procedure manuals is completed. Is output as a result of processing by the related estimation device 10.

以下,図27〜図29に示すフローチャートを用いて,本実施の形態の関連推定装置による処理の流れを説明する。   Hereinafter, the flow of processing by the relation estimation apparatus according to the present embodiment will be described using the flowcharts shown in FIGS.

図27は,本実施の形態の関連推定装置による関連推定処理フローチャートである。   FIG. 27 is a flowchart of a relationship estimation process performed by the relationship estimation apparatus according to the present embodiment.

関連推定装置10において,構成情報取得部11は,CMDB20から作業対象システムのシステム構成情報を取得する(ステップS10)。取得されたシステム構成情報は,構成情報記憶部12に記憶される。   In the related estimation device 10, the configuration information acquisition unit 11 acquires system configuration information of the work target system from the CMDB 20 (step S10). The acquired system configuration information is stored in the configuration information storage unit 12.

手順取得部13は,作業対象システムに対する過去の運用実績がある既存手順書を,1つ選択する(ステップS11)。ここでは,手順取得部13は,手順情報記憶部30から選択した既存手順書のファイルを読み出す。   The procedure acquisition unit 13 selects one existing procedure manual with a past operation record for the work target system (step S11). Here, the procedure acquisition unit 13 reads the selected procedure manual file from the procedure information storage unit 30.

手順取得部13は,既存手順書から,該既存手順書が目的とする作業内容を抽出する(ステップS12)。また,手順取得部13は,既存手順書から既存手順を取得する(ステップS13)。ここでは,手順取得部13は,既存手順書に対するテキスト解析で,情報の自動抽出を行う。   The procedure acquisition unit 13 extracts the work contents intended by the existing procedure manual from the existing procedure manual (step S12). In addition, the procedure acquisition unit 13 acquires an existing procedure from the existing procedure manual (step S13). Here, the procedure acquisition unit 13 automatically extracts information by text analysis on the existing procedure manual.

手順生成部14は,手順生成処理を実行する(ステップS14)。手順生成処理では,ルール記憶部15に記憶された運用手順生成ルールに従って,構成情報記憶部12に記憶されたシステム構成情報から,既存手順書から抽出された目的とする作業内容についての作業手順が自動生成される。手順生成処理で生成された作業手順が,自動生成手順である。手順生成処理は,例えば,図5のフローチャートに示す処理となる。   The procedure generation unit 14 executes procedure generation processing (step S14). In the procedure generation process, a work procedure for a target work content extracted from the existing procedure manual is extracted from the system configuration information stored in the configuration information storage unit 12 according to the operation procedure generation rule stored in the rule storage unit 15. Automatically generated. The work procedure generated by the procedure generation process is an automatic generation procedure. The procedure generation process is, for example, the process shown in the flowchart of FIG.

差分抽出部16は,既存手順と自動生成手順との間で差分となる作業手順を抽出する(ステップS15)。抽出された差分となる作業手順は,例えば,図15に示すような結果テーブルに記録される。特定部17は,関連特定処理を実行する(ステップS16)。関連特定処理は,差分抽出部16による抽出された差分となる作業手順を生じさせる要素間の関連を特定する処理である。関連特定処理の詳細については,後述する。   The difference extraction unit 16 extracts a work procedure that becomes a difference between the existing procedure and the automatic generation procedure (step S15). For example, the extracted work procedure is recorded in a result table as shown in FIG. The identification unit 17 executes a relation identification process (step S16). The association specifying process is a process of specifying an association between elements that causes a work procedure that becomes a difference extracted by the difference extraction unit 16. Details of the association specifying process will be described later.

更新部18は,結果判定処理を実行する(ステップS17)。結果判定処理は,特定部17によって特定された要素間の関連について,構成情報記憶部12に記憶されたシステム構成情報の更新を判定する処理である。結果判定処理の詳細については,後述する。更新部18は,結果判定処理による判定結果に応じて,構成情報記憶部12に記憶されたシステム構成情報を更新する(ステップS18)。   The update unit 18 executes a result determination process (step S17). The result determination process is a process for determining the update of the system configuration information stored in the configuration information storage unit 12 for the association between the elements specified by the specifying unit 17. Details of the result determination process will be described later. The update unit 18 updates the system configuration information stored in the configuration information storage unit 12 according to the determination result obtained by the result determination process (step S18).

出力部19は,指定されたすべての既存手順書について,処理が終了したかを判定する(ステップS19)。まだすべての既存手順書について処理が終了していなければ(ステップS19のNO),関連推定装置10は,ステップS11の処理に戻って,次の既存手順書の処理に移る。すべての既存手順書について処理が終了していれば(ステップS19のYES),出力部19は,システム構成情報を出力して(ステップS20),処理を終了する。   The output unit 19 determines whether the processing has been completed for all specified existing procedure manuals (step S19). If the processing has not been completed for all existing procedure manuals (NO in step S19), the relationship estimation apparatus 10 returns to the process in step S11 and proceeds to the processing of the next existing procedure manual. If the processing has been completed for all existing procedure manuals (YES in step S19), the output unit 19 outputs the system configuration information (step S20) and ends the processing.

図28は,本実施の形態の特定部による関連特定処理フローチャートである。   FIG. 28 is a flowchart of related identification processing by the identification unit of the present embodiment.

特定部17は,例えば図15に示すような結果テーブルのレコードを1つ選択する(ステップS110)。特定部17は,選択されたレコードから,始点の作業対象と終点の作業対象とを取得する(ステップS111)。特定部17は,ルール記憶部15の運用手順生成ルール150を参照し,取得された始点の作業対象と終点の作業対象との関係と一致する,作業すべき操作の先と後との関係を持つルールを抽出する(ステップS112)。特定部17は,運用手順生成ルール150に,取得された始点の作業対象と終点の作業対象との関係と作業すべき操作の先と後との関係とが一致するルールがあるかを判定する(ステップS113)。   For example, the specifying unit 17 selects one record in the result table as shown in FIG. 15 (step S110). The specifying unit 17 acquires the work target at the start point and the work target at the end point from the selected record (step S111). The specifying unit 17 refers to the operation procedure generation rule 150 in the rule storage unit 15 and determines the relationship between the destination and the destination of the operation to be performed, which matches the acquired relationship between the start point work target and the end point work target. The rule possessed is extracted (step S112). The specifying unit 17 determines whether or not the operation procedure generation rule 150 has a rule in which the relationship between the acquired start point work target and the end point work target matches the relationship between the operation destination and the operation to be performed. (Step S113).

一致するルールがなければ(ステップS113のNO),特定部17は,選択されたレコードを削除する(ステップS114)。   If there is no matching rule (NO in step S113), the specifying unit 17 deletes the selected record (step S114).

一致するルールがあれば(ステップS113のYES),特定部17は,運用手順生成ルール150から,抽出されたルールにおける要素間の関連情報を取得する(ステップS115)。特定部17は,取得された要素間の関連情報の作業対象に始点の作業対象と終点の作業対象とを割り当てて得られる要素間の関連を示す情報を,結果テーブルの推定した関連情報に記録する(ステップS116)。   If there is a matching rule (YES in step S113), the specifying unit 17 acquires, from the operation procedure generation rule 150, related information between elements in the extracted rule (step S115). The specifying unit 17 records information indicating the relationship between the elements obtained by assigning the work target of the start point and the work target of the end point to the work target of the related information between the acquired elements in the related information estimated in the result table. (Step S116).

特定部17は,結果テーブルのすべてのレコードについて,処理が終了したかを判定する(ステップS117)。まだすべてのレコードについて処理が終了していなければ(ステップS117のNO),特定部17は,ステップS110の処理に戻って,次のレコードの処理に移る。すべてのレコードについて処理が終了していれば(ステップS117のYES),特定部17は,処理を終了する。   The identifying unit 17 determines whether the processing has been completed for all the records in the result table (step S117). If the processing has not been completed for all the records (NO in step S117), the specifying unit 17 returns to the processing in step S110 and proceeds to the processing for the next record. If the processing has been completed for all the records (YES in step S117), the specifying unit 17 ends the processing.

図29は,本実施の形態の更新部による結果判定処理フローチャートである。   FIG. 29 is a flowchart of a result determination process performed by the update unit according to this embodiment.

更新部18は,例えば図17に示すような結果テーブルのレコードを1つ選択する(ステップS120)。更新部18は,選択されたレコードの出現手順が既存手順であるかを判定する(ステップS121)。出現手順が既存手順であれば(ステップS121のYES),更新部18は,選択されたレコードの判定結果に“追加”を記録する(ステップS122)。更新部18は,結果テーブルのすべてのレコードについて,処理が終了したかを判定する(ステップS123)。まだすべてのレコードについて処理が終了していなければ(ステップS123のNO),更新部18は,ステップS120の処理に戻って,次のレコードの処理に移る。   For example, the update unit 18 selects one record in the result table as shown in FIG. 17 (step S120). The update unit 18 determines whether the appearance procedure of the selected record is an existing procedure (step S121). If the appearance procedure is an existing procedure (YES in step S121), the updating unit 18 records “addition” in the determination result of the selected record (step S122). The update unit 18 determines whether the processing has been completed for all the records in the result table (step S123). If the processing has not been completed for all the records (NO in step S123), the update unit 18 returns to the processing in step S120 and proceeds to the processing for the next record.

すべてのレコードについて処理が終了していれば(ステップS123のYES),更新部18は,結果テーブルにおいてまだ判定結果がないレコードを1つ選択する(ステップS124)。更新部18は,選択されたレコードの差分作業対象と始点の作業対象とが一致するかを判定する(ステップS125)。差分作業対象と始点の作業対象とが一致すれば(ステップS125のYES),更新部18は,選択されたレコードの判定結果に“削除”を記録する(ステップS126)。更新部18は,結果テーブルのすべてのレコードについて,処理が終了したかを判定する(ステップS127)。まだすべてのレコードについて処理が終了していなければ(ステップS127のNO),更新部18は,ステップS124の処理に戻って,次のレコードの処理に移る。   If the processing has been completed for all the records (YES in step S123), the updating unit 18 selects one record that does not yet have a determination result in the result table (step S124). The update unit 18 determines whether the difference work target of the selected record matches the work target of the starting point (step S125). If the difference work target and the start work object match (YES in step S125), the update unit 18 records “delete” in the determination result of the selected record (step S126). The update unit 18 determines whether the processing has been completed for all the records in the result table (step S127). If the processing has not been completed for all the records (NO in step S127), the updating unit 18 returns to the processing in step S124 and proceeds to processing for the next record.

すべてのレコードについて処理が終了していれば(ステップS127のYES),更新部18は,結果テーブルにおいてまだ判定結果がないレコードを1つ選択する(ステップS128)。更新部18は,選択されたレコードの判定結果に“処理なし”を記録する(ステップS129)。更新部18は,結果テーブルのすべてのレコードについて,処理が終了したかを判定する(ステップS130)。まだすべてのレコードについて処理が終了していなければ(ステップS130のNO),更新部18は,ステップS128の処理に戻って,次のレコードの処理に移る。すべてのレコードについて処理が終了していれば(ステップS130のYES),更新部18は,処理を終了する。   If the processing has been completed for all the records (YES in step S127), the updating unit 18 selects one record that does not yet have a determination result in the result table (step S128). The update unit 18 records “no processing” in the determination result of the selected record (step S129). The update unit 18 determines whether the processing has been completed for all the records in the result table (step S130). If the processing has not been completed for all the records (NO in step S130), the updating unit 18 returns to the processing in step S128 and proceeds to the processing for the next record. If the processing has been completed for all the records (YES in step S130), the updating unit 18 ends the processing.

次に,作業手順の自動生成処理をより詳細に説明する。   Next, the work procedure automatic generation process will be described in more detail.

図30は,本実施の形態による関連推定装置10の構成例を示す図である。   FIG. 30 is a diagram illustrating a configuration example of the relationship estimation device 10 according to the present embodiment.

図30に示す関連推定装置10は作業入力部40を備え,ルール記憶部15は作業手順ルール210および手順書き換えルール220を記憶する。図30に示す関連推定装置10の構成例は,図6に示す構成例をより詳細に示すものであり,同一の処理部には同一番号を付与している。   The relation estimation apparatus 10 shown in FIG. 30 includes a work input unit 40, and the rule storage unit 15 stores a work procedure rule 210 and a procedure rewrite rule 220. The configuration example of the relationship estimation device 10 shown in FIG. 30 shows the configuration example shown in FIG. 6 in more detail, and the same processing units are given the same numbers.

作業入力部40は,作業手順を生成する作業対象システムで運用される作業を入力する。入力される作業は,(作業要素,作業対象)の組で示される。   The work input unit 40 inputs a work to be operated in a work target system that generates a work procedure. The input work is indicated by a set of (work element, work target).

作業手順ルール210は,作業を構成する階層化された要素間において親要素(上位の要素)を子要素(下位の要素)へ展開するルールであり,作業入力部40で入力された作業要素を,最下位の要素である“操作”に展開するルールである。   The work procedure rule 210 is a rule that expands a parent element (higher element) to a child element (lower element) between hierarchized elements constituting a work, and the work element input by the work input unit 40 , A rule that expands to “operation” as the lowest element.

手順書き換えルール220は,作業手順ルール210で定義されている作業要素や作業対象の属性に基づいて,与えられた作業を書き換えるルールである。   The procedure rewrite rule 220 is a rule that rewrites a given work based on the work elements and work target attributes defined in the work procedure rule 210.

手順生成部14および作業入力部40は既に説明した自動生成ルールに,作業手順ルールおよび手順書き換えルール220は運用手順生成ルール150に,それぞれ相当する。   The procedure generation unit 14 and the work input unit 40 correspond to the automatic generation rule already described, and the work procedure rule and the procedure rewrite rule 220 correspond to the operation procedure generation rule 150, respectively.

手順生成部14が生成する作業手順は,図4(B)の手順書に示すように,作業対象システムで運用される作業の手順を示す複数の操作(Instruction)の列である。運用される作業の内容は,階層化された分類(クラス)を用いて定義することができる。   The work procedure generated by the procedure generator 14 is a sequence of a plurality of operations (Instructions) indicating work procedures operated in the work target system, as shown in the procedure manual of FIG. 4B. The contents of work to be operated can be defined using hierarchical classification (class).

図31は,運用される作業の内容に関する階層構造を有する定義例を示す図である。   FIG. 31 is a diagram illustrating a definition example having a hierarchical structure regarding the contents of work to be operated.

運用される作業を,例えば,上位からタスク(Task),ワーク(Work),プロシージャ(Procedure),操作(Instruction)の階層化されたクラスで定義することができる。   The work to be operated can be defined, for example, in a hierarchical class of tasks, tasks, procedures, and operations from the upper level.

タスク(Task)は業務上の分類によるクラスである。1つのタスクは,1または複数のワーク(Work)と呼ぶ分類を有する。ワークは,基本的単位となるクラスである。1つのワークは,1または複数のプロシージャ(Procedure)と呼ぶ分類を有する。プロシージャは,ワークを実現する作業上のステップである。プロシージャは,1または複数の操作(Instruction)の分類を有する。1つの運用される作業について,タスク,ワーク,プロシージャ,操作の各階層的分類で定義された全体をアクション(Action)と呼ぶ。なお,以下の説明では,作業対象システムを構成するアプリケーション,デバイス等の構成要素を作業対象またはターゲット(target)と呼ぶことがある。   A task (Task) is a class according to business classification. One task has a classification called one or a plurality of works. A work is a class that is a basic unit. One work has a classification called one or a plurality of procedures. A procedure is a work step that realizes a workpiece. A procedure has one or more instruction classifications. An entire work defined by each hierarchical classification of task, work, procedure, and operation is called an action. In the following description, components such as applications and devices constituting the work target system may be referred to as work targets or targets.

図31に示すアクションに基づいて,手順生成部14は,作業入力部40で入力されたワークレベルの組(作業要素,ターゲット)を書き換えて,操作レベルの組(操作,ターゲット)を生成することであるといえる。   Based on the action shown in FIG. 31, the procedure generation unit 14 rewrites the work level set (work element, target) input by the work input unit 40 to generate the operation level set (operation, target). You can say that.

図32は,作業手順の生成処理の一例における作業対象システムのシステム構成情報のうち要素情報120の例を示す図である。   FIG. 32 is a diagram illustrating an example of the element information 120 in the system configuration information of the work target system in an example of work procedure generation processing.

図32の要素情報120は,図1(B)に示す要素情報120に属性を追加した情報である。属性は,構成要素の種別毎について,より詳細な種別を定義している。例えば,“Redundancy-Active”“StandBy”等である。“Redundancy-Active”はその構成要素が冗長化システムの運用中であることを示し,“StandBy”は待機中であることを示している。   32 is information obtained by adding an attribute to the element information 120 shown in FIG. The attribute defines a more detailed type for each type of component. For example, “Redundancy-Active” “StandBy” or the like. “Redundancy-Active” indicates that the component is in operation of the redundant system, and “StandBy” indicates that the component is on standby.

図33は,関連情報121の例を示す図である。   FIG. 33 is a diagram illustrating an example of the related information 121.

図33の関連情報121は,図1(C)に示す関連情報121の定義をより詳細に示した情報である。種別の「サーバ・アプリ関連」に書き換え時の動作“上位化(LayerUp)”が,「サーバ関連」に書き換え時の動作“依存(Depend)”がそれぞれ対応することを示している。   The related information 121 in FIG. 33 is information showing the definition of the related information 121 shown in FIG. 1C in more detail. It shows that the operation “Upgrade (LayerUp)” at the time of rewriting corresponds to the type “Server / application related”, and the operation “Depend” at the time of rewriting corresponds to “Server related”.

作業手順ルール210は,図30に示す階層でワークをプロシージャへ展開する作業展開ルール211,プロシージャを操作へ展開する手順展開ルール212を有する。   The work procedure rule 210 has a work development rule 211 for expanding a work into a procedure in the hierarchy shown in FIG. 30, and a procedure expansion rule 212 for expanding a procedure into an operation.

図34は,作業展開ルール211の例を示す図である。   FIG. 34 is a diagram illustrating an example of the work development rule 211.

作業展開ルール211は,以下のように,上位要素であるワークを左辺に下位要素であるプロシージャを右辺に表し,左辺を右辺に展開するという記述で示される。
(WorkName,WorkAttribute,TargetClass,Condition) → (ProcedureName)列
図34では,作業展開ルール211をデータテーブル形式で表している。
The work expansion rule 211 is indicated by a description that, as described below, a work that is an upper element is represented on the left side, a procedure that is a lower element is represented on the right side, and the left side is expanded on the right side.
(WorkName, WorkAttribute, TargetClass, Condition) → (ProcedureName) column In FIG. 34, the work expansion rule 211 is represented in a data table format.

RuleIDはルールの識別番号である。WorkNameはワークの名称であり,“起動”,“停止”,“パッチ適用”等が定義されている。WorkAttributeはワークの属性であり,“stop”,“start”,“normal”等が定義されている。“stop”は,そのワークが停止作業に属することを,“start”は起動作業に属することを,“normal”は通常時作業に属することを示している。   RuleID is a rule identification number. WorkName is the name of the work, and “Start”, “Stop”, “Patch Application”, etc. are defined. WorkAttribute is a work attribute, and “stop”, “start”, “normal”, and the like are defined. “Stop” indicates that the work belongs to the stop work, “start” belongs to the start work, and “normal” belongs to the normal work.

TargetClassは作業対象の分類(クラス)であり,“サーバ(server)”,“アプリケーション(application)”等の分類が定義されている。Conditionは,ルールを適用する条件であり,サーバの種別,OSの種別等が設定されている。   TargetClass is a classification (class) of work objects, and classifications such as “server” and “application” are defined. Condition is a condition for applying a rule, and a server type, an OS type, and the like are set.

ProcedureNameは,展開されるプロシージャであり,単一のプロシージャの他,プロシージャの列,ワーク等を設定することもできる。例えば,ルールの識別番号RuleIDが“W7”のルールでは,“パッチ適用”というワークが,ワーククラス(<work>と表す)の“停止”,プロシージャクラスの“パッチ適用”,ワーククラスの“起動”に展開されることを意味している。   ProcedureName is a procedure to be expanded, and it is possible to set a sequence of procedures, work, etc. in addition to a single procedure. For example, in the rule with the rule identification number RuleID “W7”, the work “patch application” is “stop” for the work class (represented as <work>), “patch application” for the procedure class, and “start” for the work class. It means that it will be expanded.

図35は,手順展開ルール212の例を示す図である。   FIG. 35 is a diagram showing an example of the procedure development rule 212.

手順展開ルール212も,作業展開ルール211と同様に,上位要素であるプロシージャを左辺に下位要素である操作を右辺に表し,左辺を右辺に展開するという記述で示され,図35は,手順展開ルール212をデータテーブル形式で表す例である。   Similarly to the work expansion rule 211, the procedure expansion rule 212 is also indicated by a description that a procedure that is a higher element is represented on the left side and an operation that is a lower element is represented on the right side, and the left side is expanded on the right side. It is an example which represents the rule 212 in a data table format.

ProcedureNameは,プロシージャの名称であり,“サーバ停止/起動”,“ジョブネット停止/起動”,“デーモン停止/起動”,“パッチ適用”等が定義されている。ProcedureAttributeは,プロシージャの属性であり,ワークと同様に,“stop”,“start”,“normal”等のが定義されている。   ProcedureName is the name of the procedure, and “server stop / start”, “job net stop / start”, “daemon stop / start”, “patch application”, etc. are defined. ProcedureAttribute is an attribute of a procedure, and “stop”, “start”, “normal”, and the like are defined in the same manner as the work.

InstructionNameは,展開される操作であり,1または複数の操作が設定される。操作は,“サーバノード停止/起動”,“サーバノード停止/起動確認”,“ジョブネット停止/起動”,“ジョブネット停止/起動確認”,“デーモン停止/起動”,“デーモン停止/起動確認”,“パッチモジュール準備”,“パッチ適用”,“パッチ適用確認”等である。   InstructionName is an operation to be expanded, and one or more operations are set. The operations are "server node stop / start", "server node stop / start check", "job net stop / start", "job net stop / start check", "daemon stop / start", "daemon stop / start check" "Patch module preparation", "Patch application", "Patch application confirmation", etc.

図36は,手順書き換えルール220の例を示す図である。   FIG. 36 is a diagram illustrating an example of the procedure rewrite rule 220.

手順書き換えルール220は,作業を展開する際に,作業要素または作業対象の属性に基づいて,与えられた作業を,新たな作業要素や作業手順に書き換えるルールである。図36に示す手順書き換えルール220は,左辺(手順X)→右辺(手順Y1,Y2,…)に書き換えるというルールを,XML形式の記述で表している。   The procedure rewriting rule 220 is a rule for rewriting a given work to a new work element or work procedure based on the work element or work target attribute when the work is developed. The procedure rewriting rule 220 shown in FIG. 36 represents the rule of rewriting from the left side (procedure X) to the right side (procedures Y1, Y2,...) In XML format description.

<Rule>は,ルールの識別情報であり,<Node>は,書き換え対象の要素である。<Left>は,左辺の情報を,<Right>は,右辺の情報を表す。   <Rule> is rule identification information, and <Node> is an element to be rewritten. <Left> represents information on the left side, and <Right> represents information on the right side.

<actionClass>は,書き換え対象の要素のアクション内でのクラスを示し,ワーク,プロシージャ,操作のいずれかが設定される。<actionAttribute>は,書き換え対象の要素の属性である。   <actionClass> indicates the class in the action of the element to be rewritten, and is set to work, procedure, or operation. <actionAttribute> is an attribute of the element to be rewritten.

<objectFunction>は,書き換え対象とする作業要素の設定(展開時の動作)を表し,例えば,“LayerUp”,“Depend”等が設定される。“LayerUp”は,書き換え対象の構成要素を1階層上の構成要素に上位化する動作である。“Depend”は,対象の構成要素の関連性をもとに関連元を特定する動作である。   <objectFunction> represents the setting of a work element to be rewritten (operation at the time of development), and for example, “LayerUp”, “Depend”, and the like are set. “LayerUp” is an operation for upgrading the component to be rewritten to the component one layer above. “Depend” is an operation for specifying the relation source based on the relation of the target component.

図37は,“LayerUp”を説明するための図である。図32に示す作業対象システムの構成が,図37に示す階層構造を有している場合に,“LayerUp”は,対象の構成要素の直上の階層の構成要素を特定することを意味する。例えば,作業対象が“OS”である場合には直上の階層の“ミドルウェア”が対象に,作業対象が“アプリケーション”である場合には直上の階層の“SLBサービス”が対象となる。   FIG. 37 is a diagram for explaining “LayerUp”. When the configuration of the work target system shown in FIG. 32 has the hierarchical structure shown in FIG. 37, “LayerUp” means that the component of the hierarchy immediately above the target component is specified. For example, when the work target is “OS”, “middleware” in the immediately higher hierarchy is the target, and when the work target is “application”, the “SLB service” in the immediately higher hierarchy is the target.

<actionFunction>は,書き換える際の動作を表す。例えば“Expand”等が設定される。“Expand”は,書き換えの対象の作業(作業要素,作業対象)を,作業要素を下位の作業階層に展開する動作である。   <actionFunction> represents the operation when rewriting. For example, “Expand” is set. “Expand” is an operation of expanding a work to be rewritten (work element, work target) into a lower work hierarchy.

図36(A)は,RuleIDが“R8”で,<actionAttribute>がstopで<actionClass>がWorkの場合の書き換えルールの例を示し,書換えの対象である構成要素の依存元のすべてを対象とする作業要素と,<actionFuntion>がExpandの書き換え動作結果の作業要素に書き換えるルールである。図36(B)は,RuleIDが“R5”で,<actionAttribute>がstopで<actionClass>がProcedureの場合の書換えルールを示し,書換えの対象である構成要素の“LyerUp”にあたる構成要素を対象とする作業要素と,<actionFunction>がExpandの書換え動作結果の作業要素に書き換えるルールである。   FIG. 36A shows an example of a rewrite rule when RuleID is “R8”, <actionAttribute> is stop, and <actionClass> is Work, and targets all the dependency sources of the rewrite target. And <actionFuntion> is a rule that rewrites the work element as the result of the rewrite operation of Expand. FIG. 36B shows a rewrite rule when RuleID is “R5”, <actionAttribute> is “stop”, and <actionClass> is “Procedure”. And <actionFunction> is a rule that rewrites the work element that is the rewrite operation result of Expand.

次に,作業手順の自動生成をより具体的に説明する。   Next, the automatic generation of work procedures will be described more specifically.

図38は,処理の一具体例における作業対象システムの構成例および情報の例を示す図である。図38(A)は,想定した作業対象システムの構成のイメージ図,図38(B)は,作業対象システムの構成情報120を示す図,図38(C)は,関連情報121を示す図である。   FIG. 38 is a diagram illustrating a configuration example of the work target system and an example of information in a specific example of processing. 38A is an image diagram of the assumed configuration of the work target system, FIG. 38B is a diagram showing the configuration information 120 of the work target system, and FIG. 38C is a diagram showing the related information 121. .

想定した作業対象システムは,インターネット(Internet)に接続する論理サーバである“Webサーバ(Web Server)”と,“Web Server”からデータを取得する論理サーバである“Apl1サーバ(Apl1 Server)”とが連係している。“Web Server”上でアプリケーションのデーモン“apache”が,“Apl1 Server”上でアプリケーションのジョブネット“jobnet”がそれぞれ実行される。   Assumed work systems are "Web Server (Web Server)" which is a logical server connected to the Internet, and "Apl1 Server (Apl1 Server)" which is a logical server that acquires data from "Web Server". Are linked. The application daemon “apache” is executed on “Web Server”, and the application job net “jobnet” is executed on “Apl1 Server”.

手順生成部14は,以下の処理を行う。図39〜図45は,処理中に生成される木構造の例を示す図である。   The procedure generation unit 14 performs the following processing. 39 to 45 are diagrams illustrating examples of tree structures generated during processing.

(1) 作業入力部40が,タスクを構成するワークレベルの作業(作業要素,作業対象)の1つである(停止,Apl1 Server)の組であるとする。   (1) It is assumed that the work input unit 40 is a set of (stop, Apl1 Server) that is one of work-level works (work elements, work targets) constituting a task.

図39に示すように,手順生成部14は,木構造を準備し,入力された(停止,Apl1 Server)の組をルート(Root)の子ノードとして木構造に追加する。木構造において各処理対象である組をノードと呼ぶ。   As shown in FIG. 39, the procedure generation unit 14 prepares a tree structure, and adds the input (stop, Apl1 Server) set as a child node of the root (Root) to the tree structure. A set which is each processing target in the tree structure is called a node.

(2)手順生成部14は,要素情報120および関連情報121を参照して,入力された作業要素の<actionClass>と<actionAttribute>を特定し,該当する手順書き換えルール220があるか調べる。“停止”の<actionClass>がWork,かつ<actionAttribute>は作業展開ルール211よりstopであるため,手順書き換えルール220のルール“R8”の<Left>の条件に一致するため,“R8”のルールを適用する。   (2) The procedure generation unit 14 refers to the element information 120 and the related information 121, identifies <actionClass> and <actionAttribute> of the input work element, and checks whether there is a corresponding procedure rewrite rule 220. Since the <actionClass> of “stop” is Work and <actionAttribute> is “stop” from the work expansion rule 211, the rule of “R8” is matched with the condition of <Left> of the rule “R8” of the procedure rewrite rule 220 Apply.

手順生成部14は,書換えルール“R8”の<Right>の最初のノードの条件である<objectFuntion>Dependより,ターゲットの“Apl1 Server”の関連元の構成要素“Web Server”を特定して(停止,Web Server)の組を生成する。そして,同一階層(ワークレベル)かつノードの先後関係が“関連元”→“関連先”となるように,図40に示すように,木構造に生成した組を兄ノードとして追加する。   The procedure generation unit 14 specifies the component “Web Server” of the relation source of the target “Apl1 Server” from <objectFuntion> Depend that is the condition of the first node of <Right> of the rewrite rule “R8” ( Stop, Web Server) pair is generated. Then, as shown in FIG. 40, the set generated in the tree structure is added as an elder brother node so that the relationship between the nodes in the same hierarchy (work level) and the node is “association source” → “association destination”.

(3)さらに,“R8”の<Right>の次のノード条件である<actionFunction>Expandにより,手順生成部14は,(停止,Apl1 Server)の組について,作業展開ルール211からワークが“停止”であるルール“W1”を適用して1つ下位のプロシージャレベルの(サーバ停止,Apl1 Server)の組に書き換え,図41に示すように,木構造に書き換えた組を(停止,Apl1 Server)の子ノードとして追加する。   (3) Furthermore, by <actionFunction> Expand which is the node condition next to <Right> of “R8”, the procedure generation unit 14 “stops the work from the work expansion rule 211 for the (stop, Apl1 Server) pair. The rule “W1” is applied and rewritten to a lower-level procedure level (server stop, Apl1 Server) group, and as shown in FIG. 41, the tree structure is rewritten (stop, Apl1 Server). Add as a child node of.

(4)手順生成部14は,プロシージャレベルの(物理サーバ停止,Apl1 Server)の組について,該当する手順書き換えルール220があるかを調べる。“サーバ停止”の<actionClass>がProcedure,<actionAttribute>が作業展開ルール212よりstopであるため,手順書き換えルール220のルール“R5”の<Left>条件に一致するため,“R5”のルールを適用する。     (4) The procedure generation unit 14 checks whether there is a procedure rewrite rule 220 corresponding to a procedure level (physical server stop, Apl1 Server) group. Since <actionClass> of “Server stop” is Procedure and <actionAttribute> is “stop” from the work deployment rule 212, the rule “R5” is set to match the <Left> condition of the rule “R5” of the procedure rewrite rule 220. Apply.

手順生成部14は,書換えルール“R5”の<Right>の最初のノードの条件である<objectFuntion>LayerUpより,要素情報120から,ターゲットの“Apl1 Server”の直上階層の構成要素“jobnet”を特定し,(ジョブネット停止,jobnet)を生成する。そして,同一階層(ワークレベル)かつノードの先後関係が“上位の構成要素”→“下位の構成要素”となるように,図42に示すように,木構造に生成した組を兄ノードとして追加する。   From the <objectFuntion> LayerUp that is the condition of the first node of <Right> of the rewrite rule “R5”, the procedure generation unit 14 obtains the component “jobnet” in the layer immediately above the target “Apl1 Server” from the element information 120. Identify and generate (Jobnet stop, jobnet). Then, as shown in FIG. 42, the set generated in the tree structure is added as an elder node so that the previous hierarchy of nodes in the same hierarchy (work level) is “higher component” → “lower component”. To do.

(5)さらに,“R5”の<Right>の次のノード条件である<actionFunction>Expandにより,手順生成部14は,手順展開ルール212から,サーバが“停止”であるルール“P1”を適用して,プロシージャレベルの(サーバ停止,Apl1 Server)を下位の操作レベルの(サーバノード停止,Apl1 Server),(サーバノード停止確認,Apl1 Server)の組に書き換え,図43に示すように,木構造に子ノードとして追加する。   (5) Furthermore, the procedure generation unit 14 applies the rule “P1” in which the server is “stopped” from the procedure expansion rule 212 according to <actionFunction> Expand which is the node condition next to <Right> of “R5”. Then, the procedure level (server stop, Apl1 Server) is rewritten to a set of lower level operation level (server node stop, Apl1 Server), (server node stop confirmation, Apl1 Server). Add as a child node to the structure.

なお,作業(ジョブネット停止,jobnet)についても,同様に,(ジョブネット停止,jobnet),(ジョブネット停止確認,jobnet)の組に書き換え,図44に示すように,木構造に子ノードとして追加する。   Note that the work (job net stop, jobnet) is similarly rewritten to a set of (job net stop, jobnet) and (job net stop confirmation, jobnet), and as shown in FIG. 44, as a child node in the tree structure to add.

(6)全ての組が(操作,ターゲット)に展開するまで上記の(2)〜(5)に示す書き換え処理を実行する。上記(2)で生成した作業(停止,Webサーバ)についても,元の作業と同様に(3)〜(5)の処理を行う。   (6) The rewriting process shown in the above (2) to (5) is executed until all the sets are expanded to (operation, target). For the work (stop, Web server) generated in (2) above, the processes (3) to (5) are performed in the same manner as the original work.

(7)図45に示すように,全ての組が操作レベルの組(操作,ターゲット)に展開された時点で,操作レベルの組をノードの先後関係に基づいて先頭のノードから順に取り出し,取り出した(操作,ターゲット)の組を並べて作業手順とする。   (7) As shown in FIG. 45, when all the pairs are expanded into operation level pairs (operations and targets), the operation level pairs are taken out in order from the first node based on the posterior relationship of the nodes. A set of (operation, target) is used as a work procedure.

図46は,取り出した操作レベルの組(操作,ターゲット)の列による作業手順の例を示す図である。   FIG. 46 is a diagram illustrating an example of a work procedure based on a column of operation level sets (operations and targets) taken out.

図47は,作業手順の生成処理の処理フローの例を示す図である。   FIG. 47 is a diagram illustrating an example of a processing flow of work procedure generation processing.

手順生成部14は,作業入力部40によって入力された対象となる(ワークレベルの作業要素,ターゲット)の組を木構造のルートの子ノードに設定する(ステップS150)。   The procedure generation unit 14 sets a target (work level work element, target) set input by the work input unit 40 as a child node of the root of the tree structure (step S150).

手順生成部14は,操作レベル以外のノードがあるかを判断し(ステップS151),操作レベル以外のノードがあれば(ステップS151のY),操作レベル以外のノードを処理対象に設定する(ステップS152)。   The procedure generation unit 14 determines whether there is a node other than the operation level (step S151), and if there is a node other than the operation level (Y in step S151), sets the node other than the operation level as a processing target (step S151). S152).

手順生成部14は,処理対象のノードに適合する作業手順ルール210または手順書き換えルール220(ルールの左辺の条件が作業要素と一致するルール)を選択し(ステップS153),選択したルールの右辺で書き換えたノードを生成する(ステップS154)。   The procedure generation unit 14 selects the work procedure rule 210 or the procedure rewrite rule 220 (rule in which the condition on the left side of the rule matches the work element) that matches the processing target node (step S153), and the right side of the selected rule. A rewritten node is generated (step S154).

手順生成部14は,新規に生成したノードのアクションにおける階層(図31参照)が処理対象のノードと同じであるかを判断し(ステップS155),階層が同じであれば(ステップS155のY),新規に生成したノードを処理対象ノードと同一レベルかつ先行するノード(兄ノード)として木構造に追加する(ステップS156)。階層が同じでなければ(ステップS155のN),手順生成部14は,新規に生成したノードを処理対象ノードの1つ下のレベルのノード(子ノード)として木構造に追加する(ステップS157)。   The procedure generator 14 determines whether the hierarchy (see FIG. 31) in the action of the newly generated node is the same as the node to be processed (step S155), and if the hierarchy is the same (Y in step S155). The newly generated node is added to the tree structure as a preceding node (brother node) at the same level as the processing target node (step S156). If the hierarchies are not the same (N in Step S155), the procedure generation unit 14 adds the newly generated node to the tree structure as a node (child node) one level below the processing target node (Step S157). .

ステップS151の処理で,操作レベル以外のノードがなければ(ステップS151のN),手順生成部14は,生成された木構造の末端ノード(操作レベルのノード)を順に出力する(ステップS158)。   If there is no node other than the operation level in the process of step S151 (N of step S151), the procedure generation unit 14 sequentially outputs the end node (operation level node) of the generated tree structure (step S158).

以上説明した本実施の形態の関連推定装置10によって,作業対象システムのシステム構成情報で不足する,作業対象システムを構成する要素間の関連情報を推定することが可能となる。これにより,すでに運用されているシステムに対しても,作業手順を自動生成する技術の導入が,容易に可能となる。実際に,人手で複数のドキュメントや設定情報から関連情報を洗い出して取得するには,何日にも及ぶ作業が必要となるが,本実施の形態による関連推定装置10を用いれば,機械的に処理することが可能となるため,短時間での関連情報の取得が可能となる。   With the relation estimation device 10 according to the present embodiment described above, it is possible to estimate relation information between elements constituting the work target system, which is insufficient in the system configuration information of the work target system. This makes it easy to introduce technology that automatically generates work procedures for systems that are already in operation. Actually, it takes many days to manually extract and acquire related information from a plurality of documents and setting information. However, if the related estimation device 10 according to the present embodiment is used, it is mechanically used. Since it can be processed, related information can be acquired in a short time.

なお,本実施の形態の関連推定装置10による,システムを構成する要素間の関連を推定する技術は,作業手順の自動生成以外の目的にも利用可能である。例えば,本実施の形態の関連推定装置10によって,アプリケーション間の関連を推定できるので,その結果を解析することで,システムにおけるアプリケーションの運用状態が分かる。このような情報に基づいて,よりシンプルなシステムの運用が可能となるように,アプリケーションの改修を行うことが可能となる。   Note that the technique for estimating the relation between elements constituting the system by the relation estimation apparatus 10 of the present embodiment can be used for purposes other than the automatic generation of work procedures. For example, since the relationship between the applications can be estimated by the relationship estimation apparatus 10 according to the present embodiment, the operation state of the application in the system can be understood by analyzing the result. Based on such information, the application can be modified so that a simpler system can be operated.

また,関連推定装置10によって,上位概念で示される作業内容から,作業対象に設定されたシステムの構成要素と構成上および動作上で関連する構成要素に作業を拡張しつつ,作業内容を操作レベルの作業に展開して操作レベルの作業手順を自動的に生成することができる。これにより,作業手順自体を作成する作業負荷を軽減することができる。   Further, the relation estimation device 10 expands the work from the work contents indicated by the superordinate concept to the system structural elements set as work targets and the structurally related elements, and changes the work contents to the operation level. It is possible to automatically generate an operation level work procedure by expanding to the above work. As a result, the workload for creating the work procedure itself can be reduced.

以上,本実施の形態について説明したが,本発明はその主旨の範囲において種々の変形が可能であることは当然である。   Although the present embodiment has been described above, the present invention can naturally be modified in various ways within the scope of the gist thereof.

10 関連推定装置
11 構成情報取得部
12 構成情報記憶部
13 手順取得部
14 手順生成部
15 ルール記憶部
16 差分抽出部
17 特定部
18 更新部
19 出力部
20 CMDB
30 手順情報記憶部
DESCRIPTION OF SYMBOLS 10 Relational estimation apparatus 11 Configuration information acquisition part 12 Configuration information storage part 13 Procedure acquisition part 14 Procedure generation part 15 Rule storage part 16 Difference extraction part 17 Identification part 18 Update part 19 Output part 20 CMDB
30 Procedure information storage unit

Claims (6)

コンピュータに,
作業対象のシステムに対して行う操作の順序を示す第1の作業手順を取得し,
ハードウェアまたはソフトウェアの要素から構成されるシステムにおける要素間の関連と作業手順との対応が定義された情報に従って,前記作業対象システムにおける要素間の関連を示す情報から,前記第1の作業手順と同じ目的の第2の作業手順を自動生成し,
前記第1の作業手順と前記第2の作業手順との間の差分となる作業手順を抽出し,
前記対応を定義された情報を用いて,前記差分となる作業手順を生じさせる,前記作業対象のシステムにおける要素間の関連を特定する
処理を実行させるための関連推定プログラム。
Computer
Obtain a first work procedure that indicates the order of operations to be performed on the work target system,
In accordance with information in which a correspondence between elements in a system composed of hardware or software elements and a correspondence between the work procedures is defined, information indicating a relation between elements in the work target system is used to determine the first work procedure and Automatically generate a second procedure for the same purpose,
Extracting a work procedure which is a difference between the first work procedure and the second work procedure;
A relation estimation program for executing a process of identifying a relation between elements in the work target system, which causes the work procedure to be the difference using the information in which the correspondence is defined.
前記コンピュータに,さらに,
前記差分となる作業手順が前記第1の作業手順に含まれる作業手順である場合に,前記特定された要素間の関連を,前記要素間の関連を示す情報に追加し,
前記差分となる作業手順が前記第2の作業手順に含まれる作業手順である場合に,前記差分となる作業手順を生じさせた原因となる作業対象の要素が,前記差分となる作業手順で先に作業を行う対象の要素であれば,前記特定された要素間の関連を,前記要素間の関連を示す情報から削除する
処理を実行させるための請求項1に記載の関連推定プログラム。
In addition to the computer,
When the work procedure to be the difference is a work procedure included in the first work procedure, the relationship between the identified elements is added to the information indicating the relationship between the elements,
When the difference work procedure is a work procedure included in the second work procedure, the work target element that caused the difference work procedure is the first difference in the difference work procedure. The relation estimation program according to claim 1, for executing a process of deleting the relation between the identified elements from the information indicating the relation between the elements if the element is a target to be worked on.
前記第1の作業手順を取得する処理は,作業手順が記載された文書のファイルから該作業手順を自動で抽出することで,前記第1の作業手順を取得する
ことを特徴とする請求項1または請求項2に記載の関連推定プログラム。
2. The process of acquiring the first work procedure includes acquiring the first work procedure by automatically extracting the work procedure from a document file in which the work procedure is described. Or the related estimation program of Claim 2.
作業対象のシステムに対して行う操作の順序を示す第1の作業手順を取得する手順取得部と,
ハードウェアまたはソフトウェアの要素から構成されるシステムにおける要素間の関連と作業手順との対応が定義された情報に従って,前記作業対象システムにおける要素間の関連を示す情報から,前記第1の作業手順と同じ目的の第2の作業手順を自動生成する手順生成部と,
前記第1の作業手順と前記第2の作業手順との間の差分となる作業手順を抽出する差分抽出部と,
前記対応が定義された情報を用いて,前記差分となる作業手順を生じさせる,前記作業対象のシステムにおける要素間の関連を特定する特定部とを備える
ことを特徴とする関連推定装置。
A procedure acquisition unit for acquiring a first work procedure indicating an order of operations to be performed on the work target system;
In accordance with information in which a correspondence between elements in a system composed of hardware or software elements and a correspondence between the work procedures is defined, information indicating a relation between elements in the work target system is used to determine the first work procedure and A procedure generator for automatically generating a second work procedure of the same purpose;
A difference extraction unit that extracts a work procedure that is a difference between the first work procedure and the second work procedure;
An association estimation apparatus comprising: a specifying unit that identifies an association between elements in the work target system that generates the work procedure as the difference using the information in which the correspondence is defined.
コンピュータが,
作業対象のシステムに対して行う操作の順序を示す第1の作業手順を取得し,
ハードウェアまたはソフトウェアの要素から構成されるシステムにおける要素間の関連と作業手順との対応が定義された情報に従って,前記作業対象システムにおける要素間の関連を示す情報から,前記第1の作業手順と同じ目的の第2の作業手順を自動生成し,
前記第1の作業手順と前記第2の作業手順との間の差分となる作業手順を抽出し,
前記対応が定義された情報を用いて,前記差分となる作業手順を生じさせる,前記作業対象のシステムにおける要素間の関連を特定する過程を実行する
ことを特徴とする関連推定方法。
Computer
Obtain a first work procedure that indicates the order of operations to be performed on the work target system,
In accordance with information in which a correspondence between elements in a system composed of hardware or software elements and a correspondence between the work procedures is defined, information indicating a relation between elements in the work target system is used to determine the first work procedure and Automatically generate a second procedure for the same purpose,
Extracting a work procedure which is a difference between the first work procedure and the second work procedure;
A relation estimation method characterized by executing a process of identifying a relation between elements in the work target system, which generates the work procedure as the difference, using the information in which the correspondence is defined.
前記コンピュータに,
前記第2の作業手順を自動生成する際に,
前記作業対象のシステムに対して行う作業として,作業要素および作業対象を含む作業の組を示す情報を取得し,
前記システムにおける要素間の関連を示す情報に基づいて,取得した前記作業の組から,該組の作業対象に関連する他の要素を作業対象とする作業の組を生成し,作業要素を階層的に分類し下位階層に操作を示す分類を含む情報に基づいて,取得した前記作業の組および生成した前記作業の組を前記操作を示す分類の作業要素に展開し,展開した操作を示す分類の作業要素および作業対象の組の列から前記第2の作業手順を生成する
処理を実行させるための請求項1に記載の関連推定プログラム。
In the computer,
When automatically generating the second work procedure,
As a work to be performed on the work target system, information indicating a work set including a work element and a work target is acquired,
Based on the information indicating the relationship between the elements in the system, a set of tasks is generated from the acquired set of tasks and the other elements related to the target of the set are set as work targets, and the work elements are classified hierarchically. Based on the information including the classification indicating the operation in the lower hierarchy and the acquired work set and the generated work set are expanded to the work element of the classification indicating the operation, and the classification of the classification indicating the expanded operation The relation estimation program according to claim 1, for causing the processing to generate the second work procedure from a set of work elements and work targets.
JP2012267287A 2011-12-08 2012-12-06 Related estimation program, related estimation device, and related estimation method Expired - Fee Related JP5974875B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012267287A JP5974875B2 (en) 2011-12-08 2012-12-06 Related estimation program, related estimation device, and related estimation method

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2011268805 2011-12-08
JP2011268805 2011-12-08
JP2012267287A JP5974875B2 (en) 2011-12-08 2012-12-06 Related estimation program, related estimation device, and related estimation method

Publications (2)

Publication Number Publication Date
JP2013140573A JP2013140573A (en) 2013-07-18
JP5974875B2 true JP5974875B2 (en) 2016-08-23

Family

ID=49037920

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012267287A Expired - Fee Related JP5974875B2 (en) 2011-12-08 2012-12-06 Related estimation program, related estimation device, and related estimation method

Country Status (1)

Country Link
JP (1) JP5974875B2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006065462A (en) * 2004-08-25 2006-03-09 Canon Inc Software system, software stopping method, program, and storage medium
JP2006350729A (en) * 2005-06-16 2006-12-28 Hitachi Ltd Application software construction method, application software construction processing program, and application software construction system
JP4863449B2 (en) * 2006-02-08 2012-01-25 キヤノン株式会社 Management system that manages the reference relationship of multiple applications
JP5217820B2 (en) * 2008-09-12 2013-06-19 富士通株式会社 Support program, support device, and support method
JP2011060142A (en) * 2009-09-11 2011-03-24 Ricoh Co Ltd Integrated management device, integrated management system, integrated management method, integrated management program, and recording medium with the program recorded thereon

Also Published As

Publication number Publication date
JP2013140573A (en) 2013-07-18

Similar Documents

Publication Publication Date Title
KR102292803B1 (en) Managing lineage information
US8229778B2 (en) Constructing change plans from component interactions
US8826225B2 (en) Model transformation unit
US8769494B2 (en) Globally sound and consistent configuration management for distributed datacenter components
US9292333B2 (en) Image instance mapping
US20100001834A1 (en) System and method for a message registry and message handling in a service -oriented business framework
CN108762743B (en) Data table operation code generation method and device
US9754242B2 (en) Deployment mechanism for non-versioning business process artifacts
US20120266131A1 (en) Automatic program generation device, method, and computer program
US20110029479A1 (en) Method and system to maintain service architecture repositories
JP6040837B2 (en) Information processing apparatus management method and program
JP6505135B2 (en) Computer-implemented method, computer program and apparatus for correlating artefacts between versioned and non-versioned domains
JP2008225898A (en) Conversion device, conversion program, and conversion method
JP4848760B2 (en) Repository system, repository system management method, and program thereof
JP5974875B2 (en) Related estimation program, related estimation device, and related estimation method
WO2018174000A1 (en) Configuration management device, configuration management method, and recording medium
US8490068B1 (en) Method and system for feature migration
JP7381290B2 (en) Computer system and data management method
US11068468B2 (en) Extensible validation framework
US20170212753A1 (en) Managing change sets
US10657476B2 (en) Just in time compilation (JIT) for business process execution
WO2023276212A1 (en) Software component update system, and software component update method
JP6798340B2 (en) Operational specification analyzer, operation specification analysis method and operation specification analysis program
JP2018005822A (en) Virtual database system management device, management method and management program
Azmi et al. Test management traceability model to support software testing documentation

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150804

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: 20160621

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160622

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160704

R150 Certificate of patent or registration of utility model

Ref document number: 5974875

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees