WO2022024277A1 - Information distribution device, information distribution method, and program - Google Patents

Information distribution device, information distribution method, and program Download PDF

Info

Publication number
WO2022024277A1
WO2022024277A1 PCT/JP2020/029135 JP2020029135W WO2022024277A1 WO 2022024277 A1 WO2022024277 A1 WO 2022024277A1 JP 2020029135 W JP2020029135 W JP 2020029135W WO 2022024277 A1 WO2022024277 A1 WO 2022024277A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
subsystem
subsystems
construction
service
Prior art date
Application number
PCT/JP2020/029135
Other languages
French (fr)
Japanese (ja)
Inventor
亮太 片柳
謙輔 高橋
悟 近藤
Original Assignee
日本電信電話株式会社
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 日本電信電話株式会社 filed Critical 日本電信電話株式会社
Priority to PCT/JP2020/029135 priority Critical patent/WO2022024277A1/en
Priority to JP2022539884A priority patent/JP7456507B2/en
Publication of WO2022024277A1 publication Critical patent/WO2022024277A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Definitions

  • the present invention relates to an information distribution device, an information distribution method and a program.
  • Patent Document 1 proposes a technology in which service specifications and API specifications are loosely coupled as a catalog management unit and an adapter function unit, and the cost of responding to changes in specifications of new services and existing services is suppressed.
  • Non-Patent Document 1 a technique has been devised in which the maintenance work process is made into parts, and the process execution is autonomously determined based on the message distributed via the connected message bus to realize the maintenance work execution.
  • IP addresses are dynamically assigned to service instances such as VMs (Virtual Machines) and containers at the time of construction, so clients use the IP address of the service instance as a service. Sometimes it needs to be detected in real time.
  • Service Discovery Non-Patent Document 2.
  • FIG. 1 is a diagram for explaining the Service Discovery architecture.
  • the configuration information is registered in the "Service Registry” from the “Self Registry (Agent)" on the service instance ("APL1", “APL2").
  • the client inquires about the location of APL from "Service Registry” and sends a request to APL based on the response result.
  • Service Discovery it is possible to collect and manage system configuration information, not just IP addresses. That is, using the Service Discovery architecture, it is possible to register the configuration information of the system converted into metadata in a predetermined Service Registry via the network.
  • the configuration information needs to be described on the file of the subsystem before registration to the Service Registry. Moreover, since each subsystem may be reused by a plurality of linked services, it is difficult to determine all the service configurations before construction. Therefore, it is necessary for the maintenance person to intervene and describe the parameters to be determined after the construction of the subsystem on the file of the subsystem after the construction of the subsystem.
  • examples of the configuration information of the linked service include “service information”, “server information”, “server IF information”, “SSH information”, and “curl test information”. Some of these information are determined before the construction of the subsystem (at the time of service configuration design) and can be set in advance, while others are not confirmed until after the construction of the subsystem.
  • FIG. 2 is a diagram showing an example of configuration information of the linked service.
  • FIG. 2 shows that "service information”, “server information” and “server IF information” cannot be preset, and "SSH information” and “curl test information” can be preset. Has been done. Therefore, in the example of FIG. 2, the "service information”, “server information”, and “server IF information” need to be described in the file of the subsystem by the maintainer after the construction of the subsystem.
  • the registration status of the configuration information is basically managed in each subsystem. Therefore, even if the existing technology is simply used, there is no way to manage the registration status of the configuration information for each linked service. If the maintenance system is activated when the registration completion notification of each subsystem configuration information is triggered, there is a possibility that the information registration of the entire linked service has not been completed, so problems such as an unnecessary alarm being issued when the test is conducted. There is a risk of occurrence.
  • the present invention has been made in view of the above points, and an object of the present invention is to improve the distribution of information necessary for the maintenance of linked services.
  • the information distribution device is the first one including parameters determined according to the construction of each of the above-mentioned subsystems when the cooperation service realized by the cooperation of a plurality of subsystems is constructed.
  • the second information including the parameters included in the first information is combined with the sub that corresponds to the first information.
  • a predetermined message is transmitted to the maintenance unit that performs the maintenance work of the plurality of subsystems. It has a transmitter.
  • FIG. 3 is a diagram showing a configuration example of the cooperative service management system 1 according to the embodiment of the present invention.
  • the cooperative service management system 1 includes an information distribution device 10, a construction system 30, a maintenance system 40, a cooperative service providing system 20, and the like.
  • the information distribution device 10 is connected to each of the construction system 30, the maintenance system 40, and the cooperation service providing system 20 via a network.
  • the cooperation service providing system 20 is one or more computers that provide a cooperation service realized by cooperation of a plurality of subsystems 21 to a terminal or the like (not shown).
  • a terminal or the like not shown.
  • the cooperative service providing system 20 does not distinguish between the subsystem 21A that provides the service A and the subsystem 21B that provides the service B (hereinafter, each of the subsystems 21A and 21B, etc., the "subsystem 21" is used.
  • An example including) and the like is shown. That is, the linked service is realized by linking service A, service B, and the like.
  • Each subsystem 21 includes a configuration information management client 211, a configuration information file 212, and the like, in addition to functional units (service A, service B, etc.) that realize each service.
  • the configuration information file 212 is information that can be set before the construction of the subsystem 21 (service), and is information required for the maintenance work of the subsystem 21 (service) (in the example of FIG. 2, SSH (Secure Shell)). ) Information, Curl test information, etc.) is described in this file.
  • the configuration information management client 211 will be described later. It is assumed that the configuration information management client 211 and the configuration information file 212 have already been introduced and deployed in the construction materials (instance image, etc.) of each subsystem 21.
  • the construction system 30 is one or more computers that construct a cooperation service by constructing each subsystem 21 in the cooperation service providing system 20.
  • the construction of the subsystem 21 or the service means a process including installation of the system or a program constituting the service, activation of the program, and the like. However, the installation of the program may be executed in advance.
  • construction information the values of the parameter group (hereinafter referred to as "construction information") determined or determined at the time of construction among the parameter group of the configuration information of each subsystem 21 are used. Allocate or set, and manage (store) the configuration information of each subsystem 21 constructed by the construction system 30.
  • the parameters constituting the service information, the server information, or the server IF (Interface) information correspond to the construction information.
  • the construction system 30 may be realized by using the technique disclosed in Patent Document 1.
  • the maintenance system 40 is one or more computers that execute processing related to maintenance work of the cooperation service (each of the subsystems 21 constituting the cooperation service).
  • the maintenance work refers to a work known as a maintenance work, such as a cooperation confirmation test between subsystems 21, ssh connection to the subsystem 21, and operation of the subsystem.
  • the maintenance system 40 may be realized by using the technique disclosed in Non-Patent Document 2.
  • the information distribution device 10 is one or more computers that execute a process for automatically distributing the configuration information of the cooperation service required for the maintenance work of the cooperation service to the maintenance service.
  • the information distribution device 10 has a distribution control unit 11 and a configuration information management unit 12. Each of these parts may operate on the same computer or may operate on different computers.
  • the configuration information management unit 12 of the information distribution device 10 and the configuration information management client 211 of each subsystem 21 may be realized by using the Service Discovery architecture disclosed in Non-Patent Document 3. Specifically, the configuration information management unit 12 may be implemented as the "Service Registry” in FIG. The configuration information management client 211 may be implemented as the "SelfRegister (Agent)" in FIG.
  • the information distribution device 10 may serve as either or both of the construction system 30 and the maintenance system 40.
  • FIG. 4 is a diagram showing a hardware configuration example of the information distribution device 10 according to the embodiment of the present invention.
  • the information distribution device 10 of FIG. 4 has a drive device 100, an auxiliary storage device 102, a memory device 103, a CPU 104, an interface device 105, and the like, which are connected to each other by a bus B, respectively.
  • the program that realizes the processing in the information distribution device 10 is provided by a recording medium 101 such as a CD-ROM.
  • a recording medium 101 such as a CD-ROM.
  • the program is installed in the auxiliary storage device 102 from the recording medium 101 via the drive device 100.
  • the program does not necessarily have to be installed from the recording medium 101, and may be downloaded from another computer via the network.
  • the auxiliary storage device 102 stores the installed program and also stores necessary files, data, and the like.
  • the memory device 103 reads a program from the auxiliary storage device 102 and stores it when there is an instruction to start the program.
  • the CPU 104 executes the function related to the information distribution device 10 according to the program stored in the memory device 103.
  • the interface device 105 is used as an interface for connecting to a network.
  • the distribution control unit 11 and the configuration information management unit 12 in FIG. 3 are realized by a process of causing the CPU 104 to execute one or more programs installed in the information distribution device 10. Further, each computer constituting the construction system 30, the maintenance system 40, and the cooperation service providing system 20 may also have the hardware as shown in FIG.
  • FIG. 5 is a sequence diagram for explaining an example of a processing procedure executed in the cooperative service management system 1.
  • the construction system 30 constructs a cooperation service (S101). Specifically, the construction system 30 starts each service of each subsystem 21 constituting the cooperation service, and constructs the cooperation between the services of each subsystem 21.
  • the construction system 30 sets the values of parameters (for example, service information, server information, server IF information, etc. in FIG. 2) that can be determined only at the time of construction among the configuration information of the linked service. Assign or configure to system 21.
  • the construction system 30 generates construction information including these parameters and stores the construction information.
  • FIG. 6 is a diagram showing a configuration example of construction information.
  • FIG. 6 shows an example of construction information generated for one linked service.
  • the description d11 is information about the cooperation service.
  • the parameter "serviceId" is the identification information of the linked service.
  • Descriptions d12 to d14 are construction information for each subsystem 21 constituting the linked service.
  • Each of these construction information includes, for example, service information, server information, server IF information, and the like of the subsystem 21.
  • step S101 the configuration information management client 211 of each subsystem 21 may be started at the same time as the service of each subsystem 21 is started. In this case, step S102 does not need to be executed again.
  • the construction system 30 transmits a notification of completion of new construction of the linked service to the distribution control unit 11 (S103).
  • the distribution control unit 11 acquires the construction information (FIG. 6) of the cooperation service related to the completion notification from the construction system 30 (S104).
  • the distribution control unit 11 transmits a construction information acquisition request to the construction system 30, and the construction system 30 returns the construction request in response to the acquisition request, so that the distribution control unit 11 acquires the construction information.
  • the distribution control unit 11 converts the information (construction information) of each subsystem 21 included in the construction information into a format corresponding to each subsystem 21 (S105).
  • FIG. 7 is a diagram showing an example of the construction information after conversion.
  • the description d21 is the conversion result of the description d11 in FIG.
  • Description d22 is a conversion result of description d12 of FIG.
  • the description d23 is the conversion result of the description d13 of FIG.
  • Description d24 is a conversion result of description d14 of FIG.
  • FIG. 7 is described in more detail than FIG. 6, basically, the content included in the converted construction information is included in the conversion source construction information. If the construction information generated by the construction system 30 has a format corresponding to each subsystem 21 from the beginning, the conversion process in step S105 may not be executed.
  • the distribution control unit 11 uses the API of the configuration information management client 211 of each subsystem 21 of the linkage service to the configuration information management client 211 of each subsystem 21 with the construction information (after conversion) of the subsystem 21. Construction information) is transmitted (S106). Subsequently, the distribution control unit 11 requests reading (validation) of the transmitted construction information using the API of the configuration information management client 211 of each subsystem 21 (S107).
  • steps S108 to S111 are loop processes executed for each subsystem 21. However, steps S108 to S111 do not necessarily have to be executed in series for each of the subsystems 21, and may be executed in parallel.
  • target subsystem 21 the subsystem 21 that is the processing target in the loop processing.
  • the configuration information management client 211 of the target subsystem 21 reads the construction information in response to the request in step S107, the construction information and the information contained in the configuration information file 212 of the target subsystem 21 (for example, FIG. 2).
  • the registration request of the configuration information including the SSH information and the Curl test information is transmitted to the configuration information management unit 12 (S108).
  • the registration request includes the configuration information.
  • the configuration information management unit 12 saves the configuration information included in the registration request in the auxiliary storage device 102 or the like (for example, a repository) (S109). Subsequently, the configuration information management unit 12 transmits a registration completion notification of the configuration information to the distribution control unit 11 (S110).
  • the registration completion notification includes the configuration information or a parameter corresponding to the identification information (for example, the value of "serverId") of the subsystem 21 in the configuration information.
  • the distribution control unit 11 Upon receiving the registration completion notification, the distribution control unit 11 includes the identification information of the subsystem 21 included in the construction information acquired in step S104 or the converted construction information in step S105, and the registration completion notification.
  • the subsystem 21 for which the registration of the configuration information has been completed is identified among the subsystems 21 related to the construction information, and the progress status of the registration of the configuration information (registration completion notification is notified).
  • Information indicating the received subsystem 21 and the non-received subsystem 21) is updated (S111).
  • step S112 the distribution control unit 11 transmits a predetermined message indicating the completion of new construction (completion of registration of the configuration information of the subsystem) to the maintenance system 40.
  • the message includes identification information of the linked service for which the new construction has been completed (that is, the registration of the configuration information for all the subsystems 21 has been completed).
  • the identification information can be obtained from the pre-conversion or post-conversion construction information.
  • the maintenance system 40 uses the configuration information stored in the configuration information management unit 12 for each subsystem 21 of the linkage service related to the identification information included in the message, and the API of the configuration information management unit 12. Obtained via (S113). Subsequently, the maintenance system 40 starts the operation and maintenance work of the cooperative service based on the acquired configuration information (S114).
  • the processing procedure of FIG. 5 may be executed for the subsystem 21.
  • the configuration information of each subsystem 21 constituting the linked service is automatically distributed to the maintenance system 40 when the linked service is constructed or changed. Therefore, it is possible to improve the distribution of information necessary for the maintenance of the cooperation system. As a result, for example, it is possible to contribute to reduction and automation of work costs for construction, operation, and maintenance of linked services.
  • the distribution control unit 11 is an example of an acquisition unit, a first transmission unit, a reception unit, and a second transmission unit.
  • the construction information before conversion is an example of the first information.
  • the converted construction information is an example of the second information.
  • the configuration information is an example of the third information.
  • the maintenance system 40 is an example of the maintenance unit.
  • Cooperative service management system 10 Information distribution device 11 Distribution control unit 12 Configuration information management unit 20 Cooperative service provision system 21A Subsystem 21B Subsystem 30 Construction system 40 Maintenance system 100 Drive device 101 Recording medium 102 Auxiliary storage device 103 Memory device 104 CPU 105 Interface device 211 Configuration information management client 212 Configuration information file B bus

Abstract

This information distribution device comprises: an acquisition unit that acquires, upon construction of a coordination service achieved through coordination among a plurality of sub-systems, first information including parameters determined according to construction of the sub-systems; a first transmission unit that transmits, for respective pieces of the first information acquired by the acquisition unit and to the respective sub-systems corresponding to the first information, second information including parameters included in the first information; a reception unit that receives third information which is transmitted from the sub-systems having received the second information and which includes the second information and information necessary for maintenance of the sub-systems; and a second transmission unit that, upon reception by the reception unit of the third information from all the sub-systems, transmits a prescribed message to a maintenance unit for performing maintenance operation for the plurality of sub-systems. Accordingly, distributability of information necessary for maintenance of the coordination service can be improved.

Description

情報流通装置、情報流通方法及びプログラムInformation distribution equipment, information distribution methods and programs
 本発明は、情報流通装置、情報流通方法及びプログラムに関する。 The present invention relates to an information distribution device, an information distribution method and a program.
 B2B2Xサービスの普及に伴い、複数種類のサービスが連携された連携サービスの重要性が高まっており、連携サービスに関係する新規サービスの登場や既存サービスの仕様の変更に対し、短期間及び低コストでの対応が求められるようになっている。 With the spread of B2B2X services, the importance of linked services in which multiple types of services are linked is increasing, and in a short period of time and at low cost in response to the appearance of new services related to linked services and changes in the specifications of existing services. It has come to be required to deal with.
 従来、このような変更に対応するために、サービス仕様及びAPI仕様をカタログ管理部、アダプタ機能部として疎結合化し、新規サービスや既存サービスの仕様変更への対応コストを抑制する技術が考案されている(特許文献1)。 Conventionally, in order to respond to such changes, a technology has been devised in which service specifications and API specifications are loosely coupled as a catalog management unit and an adapter function unit, and the cost of responding to changes in specifications of new services and existing services is suppressed. (Patent Document 1).
 また、保全業務プロセスを部品化し、接続されたメッセージバスを介して流通するメッセージに基づき、自律的にプロセス実行を判断して保全業務実行を実現する技術も考案されている(非特許文献1)。 In addition, a technique has been devised in which the maintenance work process is made into parts, and the process execution is autonomously determined based on the message distributed via the connected message bus to realize the maintenance work execution (Non-Patent Document 1). ..
 他方において、近年のクラウドベースのサービス運用においては、VM(Virtual Machine)やコンテナ等のサービスインスタンスに対して構築時にIPアドレスが動的に割り当てられるため、クライアントはサービスインスタンスのIPアドレスを、サービス利用時にリアルタイムに検出する必要がある。このようにデプロイされたアプリケーションがどこに(host,port)存在するのかを見つけ出す仕組みとして、Service Discoveryというアーキテクチャが存在する(非特許文献2)。 On the other hand, in recent cloud-based service operations, IP addresses are dynamically assigned to service instances such as VMs (Virtual Machines) and containers at the time of construction, so clients use the IP address of the service instance as a service. Sometimes it needs to be detected in real time. As a mechanism for finding out where (host, port) the application deployed in this way exists, there is an architecture called Service Discovery (Non-Patent Document 2).
 図1は、Service Discoveryアーキテクチャを説明するための図である。図1に示されるように、Service Discoveryアーキテクチャでは、サービスインスタンス(「APL1」、「APL2」)上の「Self Register(Agent)」から、「Service Registry」に構成情報が登録される。クライアントは、サービス利用時に、「Service Registry」にAPLの場所を問い合わせ、応答結果に基づいてAPLへリクエストを送付する。 FIG. 1 is a diagram for explaining the Service Discovery architecture. As shown in FIG. 1, in the Service Discovery architecture, the configuration information is registered in the "Service Registry" from the "Self Registry (Agent)" on the service instance ("APL1", "APL2"). When using the service, the client inquires about the location of APL from "Service Registry" and sends a request to APL based on the response result.
特開2018-206050号公報Japanese Unexamined Patent Publication No. 2018-206050
 Service Discoveryを応用することで、IPアドレスに限らず、システムの構成情報を収集して管理することができる。すなわち、Service Discoveryアーキテクチャを利用して、メタデータ化したシステムの構成情報を、ネットワークを介して所定のService Registryに登録することが可能となる。 By applying Service Discovery, it is possible to collect and manage system configuration information, not just IP addresses. That is, using the Service Discovery architecture, it is possible to register the configuration information of the system converted into metadata in a predetermined Service Registry via the network.
 しかしながら、Service Discoveryアーキテクチャを、連携サービスの構築・運用・保全の自動化を目指すシステムへ適用するためには、下記の課題が存在する。 However, in order to apply the Service Discovery architecture to a system that aims to automate the construction, operation, and maintenance of linked services, the following issues exist.
 第1に、構成情報は、Service Registryへの登録前にサブシステムのファイル上に記述される必要が有る。また、各サブシステムは、複数の連携サービスによって再利用される可能性があるため、構築前にサービスコンフィグを全て確定させるのは困難である。したがって、保守者が介在し、サブシステムの構築後に確定するパラメータをサブシステムの構築後にサブシステムのファイル上に記述する必要がある。 First, the configuration information needs to be described on the file of the subsystem before registration to the Service Registry. Moreover, since each subsystem may be reused by a plurality of linked services, it is difficult to determine all the service configurations before construction. Therefore, it is necessary for the maintenance person to intervene and describe the parameters to be determined after the construction of the subsystem on the file of the subsystem after the construction of the subsystem.
 より詳しくは、連携サービスの構成情報の例として「サービス情報」、「サーバ情報」、「サーバIF情報」、「SSH情報」、「curl試験情報」などが挙げられる。これらの情報には、サブシステムの構築前(サービス構成設計時)に決定し、事前に設定できるものと、サブシステムの構築以後でないと確定しないものとがある。 More specifically, examples of the configuration information of the linked service include "service information", "server information", "server IF information", "SSH information", and "curl test information". Some of these information are determined before the construction of the subsystem (at the time of service configuration design) and can be set in advance, while others are not confirmed until after the construction of the subsystem.
 図2は、連携サービスの構成情報の一例を示す図である。図2には、「サービス情報」、「サーバ情報」及び「サーバIF情報」は、事前設定が不可であり、「SSH情報」及び「curl試験情報」は、事前設定が可能であることが示されている。したがって、図2の例では、「サービス情報」、「サーバ情報」及び「サーバIF情報」については、サブシステムの構築後に、保守者によって、サブシステムのファイル上に記述される必要が有る。 FIG. 2 is a diagram showing an example of configuration information of the linked service. FIG. 2 shows that "service information", "server information" and "server IF information" cannot be preset, and "SSH information" and "curl test information" can be preset. Has been done. Therefore, in the example of FIG. 2, the "service information", "server information", and "server IF information" need to be described in the file of the subsystem by the maintainer after the construction of the subsystem.
 第2に、既存技術においては、構成情報の登録状態は基本的にサブシステム単位で管理される。そのため、単純に既存技術を利用しても、連携サービス単位での構成情報の登録状態を管理する方法が無い。個々のサブシステム構成情報の登録完了通知を契機に保全システムが稼働した場合、連携サービス全体の情報登録が完了していない可能性があるため、試験実施時に不要な警報が発出される等の問題発生のリスクがある。 Second, in the existing technology, the registration status of the configuration information is basically managed in each subsystem. Therefore, even if the existing technology is simply used, there is no way to manage the registration status of the configuration information for each linked service. If the maintenance system is activated when the registration completion notification of each subsystem configuration information is triggered, there is a possibility that the information registration of the entire linked service has not been completed, so problems such as an unnecessary alarm being issued when the test is conducted. There is a risk of occurrence.
 本発明は、上記の点に鑑みてなされたものであって、連携サービスの保全のために必要な情報の流通性を向上させることを目的とする。 The present invention has been made in view of the above points, and an object of the present invention is to improve the distribution of information necessary for the maintenance of linked services.
 そこで上記課題を解決するため、情報流通装置は、複数のサブシステムの連携によって実現される連携サービスが構築されると、それぞれの前記サブシステムの構築に応じて決定されるパラメータを含む第1の情報を取得する取得部と、前記取得部によって取得された前記第1の情報ごとに、前記第1の情報に含まれるパラメータを含む第2の情報を、当該第1の情報に対応する前記サブシステムに送信する第1の送信部と、前記第2の情報を受信した前記各サブシステムから送信される、前記第2の情報と当該サブシステムの保全に必要な情報とを含む第3の情報を受信する受信部と、前記受信部によって全ての前記サブシステムから前記第3の情報が受信されると、所定のメッセージを前記複数のサブシステムの保全業務を行う保全部へ送信する第2の送信部と、を有する。 Therefore, in order to solve the above-mentioned problem, the information distribution device is the first one including parameters determined according to the construction of each of the above-mentioned subsystems when the cooperation service realized by the cooperation of a plurality of subsystems is constructed. For each acquisition unit that acquires information and the first information acquired by the acquisition unit, the second information including the parameters included in the first information is combined with the sub that corresponds to the first information. A third information including a first transmission unit to be transmitted to the system, the second information transmitted from each of the subsystems having received the second information, and information necessary for the maintenance of the subsystem. When the third information is received from all the subsystems by the receiving unit and the receiving unit, a predetermined message is transmitted to the maintenance unit that performs the maintenance work of the plurality of subsystems. It has a transmitter.
 連携サービスの保全のために必要な情報の流通性を向上させることができる。 It is possible to improve the distribution of information necessary for the maintenance of linked services.
Service Discoveryアーキテクチャを説明するための図である。It is a figure for demonstrating the Service Discovery architecture. 連携サービスの構成情報の一例を示す図である。It is a figure which shows an example of the configuration information of the cooperation service. 本発明の実施の形態における連携サービス管理システム1の構成例を示す図である。It is a figure which shows the configuration example of the cooperation service management system 1 in embodiment of this invention. 本発明の実施の形態における情報流通装置10のハードウェア構成例を示す図である。It is a figure which shows the hardware configuration example of the information distribution apparatus 10 in embodiment of this invention. 連携サービス管理システム1において実行される処理手順の一例を説明するためのシーケンス図である。It is a sequence diagram for demonstrating an example of the processing procedure executed in the cooperation service management system 1. 構築情報の構成例を示す図である。It is a figure which shows the structural example of construction information. 変換後の構築情報の一例を示す図である。It is a figure which shows an example of the construction information after conversion.
 以下、図面に基づいて本発明の実施の形態を説明する。図3は、本発明の実施の形態における連携サービス管理システム1の構成例を示す図である。図3において、連携サービス管理システム1は、情報流通装置10、構築システム30、保全システム40及び連携サービス提供システム20等を含む。情報流通装置10は、構築システム30、保全システム40及び連携サービス提供システム20のそれぞれとネットワークを介して接続される。 Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 3 is a diagram showing a configuration example of the cooperative service management system 1 according to the embodiment of the present invention. In FIG. 3, the cooperative service management system 1 includes an information distribution device 10, a construction system 30, a maintenance system 40, a cooperative service providing system 20, and the like. The information distribution device 10 is connected to each of the construction system 30, the maintenance system 40, and the cooperation service providing system 20 via a network.
 連携サービス提供システム20は、複数のサブシステム21の連携によって実現される連携サービスを非図示の端末等に提供する1以上のコンピュータである。図3の例では、連携サービス提供システム20が、サービスAを提供するサブシステム21A、及びサービスBを提供するサブシステム21B(以下、各サブシステム21A及び21B等を区別しない場合、「サブシステム21」という。)等を含む例が示されている。すなわち、当該連携サービスは、サービスA及びサービスB等の連携によって実現される。各サブシステム21は、それぞれのサービスを実現する機能部(サービスA、サービスB等)の他に、構成情報管理クライアント211及び構成情報ファイル212等を含む。構成情報ファイル212は、サブシステム21(サービス)の構築前に設定可能な情報であって、サブシステム21(サービス)の保全業務に必要とされる情報(図2の例では、SSH(Secure Shell)情報やCurl試験情報等)を含む情報が記述されているファイルである。構成情報管理クライアント211については後述される。なお、各サブシステム21の構築資材(インスタンスイメージ等)には、予め構成情報管理クライアント211、構成情報ファイル212が導入及び配備済であることとする。 The cooperation service providing system 20 is one or more computers that provide a cooperation service realized by cooperation of a plurality of subsystems 21 to a terminal or the like (not shown). In the example of FIG. 3, when the cooperative service providing system 20 does not distinguish between the subsystem 21A that provides the service A and the subsystem 21B that provides the service B (hereinafter, each of the subsystems 21A and 21B, etc., the "subsystem 21" is used. An example including) and the like is shown. That is, the linked service is realized by linking service A, service B, and the like. Each subsystem 21 includes a configuration information management client 211, a configuration information file 212, and the like, in addition to functional units (service A, service B, etc.) that realize each service. The configuration information file 212 is information that can be set before the construction of the subsystem 21 (service), and is information required for the maintenance work of the subsystem 21 (service) (in the example of FIG. 2, SSH (Secure Shell)). ) Information, Curl test information, etc.) is described in this file. The configuration information management client 211 will be described later. It is assumed that the configuration information management client 211 and the configuration information file 212 have already been introduced and deployed in the construction materials (instance image, etc.) of each subsystem 21.
 構築システム30は、連携サービス提供システム20における各サブシステム21を構築することで連携サービスを構築する1以上のコンピュータである。サブシステム21又はサービスの構築とは、当該システム又は当該サービスを構成するプログラムのインストールや当該プログラムの起動等を含む処理をいう。但し、当該プログラムのインストールは予め実行されていてもよい。構築システム30は、各サブシステム21を構築する際に、各サブシステム21の構成情報のパラメータ群うち、構築時に決定又は確定されるパラメータ群(以下、「構築情報」という。)の値等の割り当て又は設定等を行い、構築システム30が構築した各サブシステム21の構成情報を管理(記憶)する。図2の例では、サービス情報、サーバ情報又はサーバIF(Interface)情報を構成するパラメータが、構築情報に相当する。なお、構築システム30は、特許文献1に開示された技術を用いて実現されてもよい。 The construction system 30 is one or more computers that construct a cooperation service by constructing each subsystem 21 in the cooperation service providing system 20. The construction of the subsystem 21 or the service means a process including installation of the system or a program constituting the service, activation of the program, and the like. However, the installation of the program may be executed in advance. When the construction system 30 constructs each subsystem 21, the values of the parameter group (hereinafter referred to as "construction information") determined or determined at the time of construction among the parameter group of the configuration information of each subsystem 21 are used. Allocate or set, and manage (store) the configuration information of each subsystem 21 constructed by the construction system 30. In the example of FIG. 2, the parameters constituting the service information, the server information, or the server IF (Interface) information correspond to the construction information. The construction system 30 may be realized by using the technique disclosed in Patent Document 1.
 保全システム40は、連携サービス(を構成する各サブシステム21)の保全業務に関する処理を実行する1以上のコンピュータである。保全業務とは、例えば、サブシステム21間の連携確認試験や、サブシステム21へのssh接続や、サブシステムの操作等、保全業務として公知の業務をいう。なお、保全システム40は、非特許文献2に開示された技術を用いて実現されてもよい。 The maintenance system 40 is one or more computers that execute processing related to maintenance work of the cooperation service (each of the subsystems 21 constituting the cooperation service). The maintenance work refers to a work known as a maintenance work, such as a cooperation confirmation test between subsystems 21, ssh connection to the subsystem 21, and operation of the subsystem. The maintenance system 40 may be realized by using the technique disclosed in Non-Patent Document 2.
 情報流通装置10は、連携サービスの保全業務に必要となる連携サービスの構成情報を自動的に保全サービスへ流通させるための処理を実行する1以上のコンピュータである。図3において、情報流通装置10は、流通制御部11及び構成情報管理部12を有する。これら各部は、同一のコンピュータにおいて動作してもよいし、異なるコンピュータにおいて動作してもよい。 The information distribution device 10 is one or more computers that execute a process for automatically distributing the configuration information of the cooperation service required for the maintenance work of the cooperation service to the maintenance service. In FIG. 3, the information distribution device 10 has a distribution control unit 11 and a configuration information management unit 12. Each of these parts may operate on the same computer or may operate on different computers.
 なお、情報流通装置10の構成情報管理部12と、各サブシステム21の構成情報管理クライアント211とは、非特許文献3に開示されたService Discoveryアーキテクチャを用いて実現されてもよい。具体的には、構成情報管理部12は、図1における「Service Registry」として実装されてもよい。構成情報管理クライアント211は、図1における「Self Register(Agent)」として実装されてもよい。 The configuration information management unit 12 of the information distribution device 10 and the configuration information management client 211 of each subsystem 21 may be realized by using the Service Discovery architecture disclosed in Non-Patent Document 3. Specifically, the configuration information management unit 12 may be implemented as the "Service Registry" in FIG. The configuration information management client 211 may be implemented as the "SelfRegister (Agent)" in FIG.
 また、情報流通装置10が構築システム30及び保全システム40のいずれか一方又は双方を兼ねてもよい。 Further, the information distribution device 10 may serve as either or both of the construction system 30 and the maintenance system 40.
 図4は、本発明の実施の形態における情報流通装置10のハードウェア構成例を示す図である。図4の情報流通装置10は、それぞれバスBで相互に接続されているドライブ装置100、補助記憶装置102、メモリ装置103、CPU104、及びインタフェース装置105等を有する。 FIG. 4 is a diagram showing a hardware configuration example of the information distribution device 10 according to the embodiment of the present invention. The information distribution device 10 of FIG. 4 has a drive device 100, an auxiliary storage device 102, a memory device 103, a CPU 104, an interface device 105, and the like, which are connected to each other by a bus B, respectively.
 情報流通装置10での処理を実現するプログラムは、CD-ROM等の記録媒体101によって提供される。プログラムを記憶した記録媒体101がドライブ装置100にセットされると、プログラムが記録媒体101からドライブ装置100を介して補助記憶装置102にインストールされる。但し、プログラムのインストールは必ずしも記録媒体101より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置102は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。 The program that realizes the processing in the information distribution device 10 is provided by a recording medium 101 such as a CD-ROM. When the recording medium 101 storing the program is set in the drive device 100, the program is installed in the auxiliary storage device 102 from the recording medium 101 via the drive device 100. However, the program does not necessarily have to be installed from the recording medium 101, and may be downloaded from another computer via the network. The auxiliary storage device 102 stores the installed program and also stores necessary files, data, and the like.
 メモリ装置103は、プログラムの起動指示があった場合に、補助記憶装置102からプログラムを読み出して格納する。CPU104は、メモリ装置103に格納されたプログラムに従って情報流通装置10に係る機能を実行する。インタフェース装置105は、ネットワークに接続するためのインタフェースとして用いられる。 The memory device 103 reads a program from the auxiliary storage device 102 and stores it when there is an instruction to start the program. The CPU 104 executes the function related to the information distribution device 10 according to the program stored in the memory device 103. The interface device 105 is used as an interface for connecting to a network.
 なお、図3における流通制御部11及び構成情報管理部12は、情報流通装置10にインストールされた1以上のプログラムが、CPU104に実行させる処理により実現される。また、構築システム30、保全システム40及び連携サービス提供システム20を構成する各コンピュータも、図4に示したようなハードウェアを有してもよい。 The distribution control unit 11 and the configuration information management unit 12 in FIG. 3 are realized by a process of causing the CPU 104 to execute one or more programs installed in the information distribution device 10. Further, each computer constituting the construction system 30, the maintenance system 40, and the cooperation service providing system 20 may also have the hardware as shown in FIG.
 以下、連携サービス管理システム1において実行される処理手順について説明する。図5は、連携サービス管理システム1において実行される処理手順の一例を説明するためのシーケンス図である。 Hereinafter, the processing procedure executed in the linked service management system 1 will be described. FIG. 5 is a sequence diagram for explaining an example of a processing procedure executed in the cooperative service management system 1.
 構築システム30に対して新規構築オーダが入力されると、構築システム30は、連携サービスを構築する(S101)。具体的には、構築システム30は、連携サービスを構成する各サブシステム21の各サービスを起動するとともに、各サブシステム21のサービス間の連携を構築する。なお、構築システム30は、連携サービスの構築に際し、連携サービスの構成情報のうち、構築時でないと確定できないパラメータ(例えば、図2のサービス情報、サーバ情報,サーバIF情報等)の値を各サブシステム21に割り当てたり設定したりする。構築システム30は、これらのパラメータを含む構築情報を生成し、当該構築情報を記憶する。 When a new construction order is input to the construction system 30, the construction system 30 constructs a cooperation service (S101). Specifically, the construction system 30 starts each service of each subsystem 21 constituting the cooperation service, and constructs the cooperation between the services of each subsystem 21. When constructing the linked service, the construction system 30 sets the values of parameters (for example, service information, server information, server IF information, etc. in FIG. 2) that can be determined only at the time of construction among the configuration information of the linked service. Assign or configure to system 21. The construction system 30 generates construction information including these parameters and stores the construction information.
 図6は、構築情報の構成例を示す図である。図6は、1つの連携サービスに対して生成される構築情報の一例が示されている。当該構築情報において、記述d11は、連携サービスに関する情報である。例えば、「serviceId」というパラメータは、連携サービスの識別情報である。 FIG. 6 is a diagram showing a configuration example of construction information. FIG. 6 shows an example of construction information generated for one linked service. In the construction information, the description d11 is information about the cooperation service. For example, the parameter "serviceId" is the identification information of the linked service.
 記述d12~記述d14は、連携サービスを構成するサブシステム21ごとの構築情報である。これらの各構築情報には、例えば、サブシステム21のサービス情報、サーバ情報及びサーバIF情報等が含まれている。 Descriptions d12 to d14 are construction information for each subsystem 21 constituting the linked service. Each of these construction information includes, for example, service information, server information, server IF information, and the like of the subsystem 21.
 続いて、構築システム30は、各サブシステム21の構成情報管理クライアント211を順番に起動する(S102)。但し、ステップS101において、各サブシステム21のサービスの起動と共に、各サブシステム21の構成情報管理クライアント211が起動されてもよい。この場合、ステップS102が改めて実行される必要はない。 Subsequently, the construction system 30 starts the configuration information management client 211 of each subsystem 21 in order (S102). However, in step S101, the configuration information management client 211 of each subsystem 21 may be started at the same time as the service of each subsystem 21 is started. In this case, step S102 does not need to be executed again.
 続いて、構築システム30は、連携サービスの新規構築の完了通知を流通制御部11に送信する(S103)。流通制御部11は、当該完了通知の受信を契機に、当該完了通知に係る連携サービスの構築情報(図6)を構築システム30から取得する(S104)。例えば、流通制御部11が構築情報の取得要求を構築システム30へ送信し、構築システム30が当該取得要求に応じて構築要求を返信することで、流通制御部11は構築情報を取得する。 Subsequently, the construction system 30 transmits a notification of completion of new construction of the linked service to the distribution control unit 11 (S103). Upon receiving the completion notification, the distribution control unit 11 acquires the construction information (FIG. 6) of the cooperation service related to the completion notification from the construction system 30 (S104). For example, the distribution control unit 11 transmits a construction information acquisition request to the construction system 30, and the construction system 30 returns the construction request in response to the acquisition request, so that the distribution control unit 11 acquires the construction information.
 続いて、流通制御部11は、構築情報に含まれている各サブシステム21の情報(構築情報)を、各サブシステム21に対応した形式に変換する(S105)。 Subsequently, the distribution control unit 11 converts the information (construction information) of each subsystem 21 included in the construction information into a format corresponding to each subsystem 21 (S105).
 図7は、変換後の構築情報の一例を示す図である。図7において、記述d21は、図6の記述d11の変換結果である。記述d22は、図6の記述d12の変換結果である。記述d23は、図6の記述d13の変換結果である。記述d24は、図6の記述d14の変換結果である。 FIG. 7 is a diagram showing an example of the construction information after conversion. In FIG. 7, the description d21 is the conversion result of the description d11 in FIG. Description d22 is a conversion result of description d12 of FIG. The description d23 is the conversion result of the description d13 of FIG. Description d24 is a conversion result of description d14 of FIG.
 なお、図7の方が、図6より詳細に記述されているが、基本的に、変換後の構築情報に含まれる内容は、変換元の構築情報に含まれている。なお、構築システム30が生成する構築情報が、当初から各サブシステム21に対応した形式であれば、ステップS105における変換処理は実行されなくてよい。 Although FIG. 7 is described in more detail than FIG. 6, basically, the content included in the converted construction information is included in the conversion source construction information. If the construction information generated by the construction system 30 has a format corresponding to each subsystem 21 from the beginning, the conversion process in step S105 may not be executed.
 続いて、流通制御部11は、連携サービスの各サブシステム21の構成情報管理クライアント211のAPIを使用して、各サブシステム21の構成情報管理クライアント211へ当該サブシステム21の構築情報(変換後の構築情報)を送信する(S106)。続いて、流通制御部11は、各サブシステム21の構成情報管理クライアント211のAPIを使用して、送信した構築情報の読込(有効化)を要求する(S107)。 Subsequently, the distribution control unit 11 uses the API of the configuration information management client 211 of each subsystem 21 of the linkage service to the configuration information management client 211 of each subsystem 21 with the construction information (after conversion) of the subsystem 21. Construction information) is transmitted (S106). Subsequently, the distribution control unit 11 requests reading (validation) of the transmitted construction information using the API of the configuration information management client 211 of each subsystem 21 (S107).
 続くステップS108~S111は、サブシステム21ごとに実行されるループ処理である。但し、ステップS108~S111は、必ずしもサブシステム21ごとに直列的に実行されなくてもよく、並列的に実行されてもよい。以下、当該ループ処理において処理対象とされているサブシステム21を「対象サブシステム21」という。 Subsequent steps S108 to S111 are loop processes executed for each subsystem 21. However, steps S108 to S111 do not necessarily have to be executed in series for each of the subsystems 21, and may be executed in parallel. Hereinafter, the subsystem 21 that is the processing target in the loop processing is referred to as “target subsystem 21”.
 対象サブシステム21の構成情報管理クライアント211は、ステップS107の要求に応じて構築情報を読み込むと、当該構築情報と、対象サブシステム21の構成情報ファイル212に含まれている情報(例えば、図2の例では、SSH情報及びCurl試験情報等)を含む構成情報の登録要求を構成情報管理部12へ送信する(S108)。当該登録要求には当該構成情報が含まれる。構成情報管理部12は、当該登録要求を受信すると、当該登録要求に含まれてる構成情報を補助記憶装置102等(例えば、リポジトリ)へ保存しておく(S109)。続いて、構成情報管理部12は、当該構成情報の登録完了通知を流通制御部11へ送信する(S110)。当該登録完了通知には、当該構成情報又は当該構成情報においてサブシステム21の識別情報(例えば、「serverId」の値)に相当するパラメータが含まれる。流通制御部11は、当該登録完了通知を受信すると、ステップS104において取得した構築情報又はステップS105における変換後の構築情報に含まれているサブシステム21の識別情報と、当該登録完了通知に含まれているサブシステム21の識別情報とを照合することで、構築情報に係るサブシステム21のうち構成情報の登録が完了したサブシステム21を特定し、構成情報の登録の進捗状況(登録完了通知が受信されたサブシステム21とそうでないサブシステム21とを示す情報)を更新する(S111)。流通制御部11は、ステップS111において進捗状況を更新した結果、構築情報に係る全てのサブシステム21について構成情報の登録が完了したことを検知すると、ステップS112へ進む。 When the configuration information management client 211 of the target subsystem 21 reads the construction information in response to the request in step S107, the construction information and the information contained in the configuration information file 212 of the target subsystem 21 (for example, FIG. 2). In the example of, the registration request of the configuration information including the SSH information and the Curl test information) is transmitted to the configuration information management unit 12 (S108). The registration request includes the configuration information. Upon receiving the registration request, the configuration information management unit 12 saves the configuration information included in the registration request in the auxiliary storage device 102 or the like (for example, a repository) (S109). Subsequently, the configuration information management unit 12 transmits a registration completion notification of the configuration information to the distribution control unit 11 (S110). The registration completion notification includes the configuration information or a parameter corresponding to the identification information (for example, the value of "serverId") of the subsystem 21 in the configuration information. Upon receiving the registration completion notification, the distribution control unit 11 includes the identification information of the subsystem 21 included in the construction information acquired in step S104 or the converted construction information in step S105, and the registration completion notification. By collating with the identification information of the subsystem 21, the subsystem 21 for which the registration of the configuration information has been completed is identified among the subsystems 21 related to the construction information, and the progress status of the registration of the configuration information (registration completion notification is notified). Information indicating the received subsystem 21 and the non-received subsystem 21) is updated (S111). When the distribution control unit 11 detects that the registration of the configuration information for all the subsystems 21 related to the construction information is completed as a result of updating the progress status in step S111, the process proceeds to step S112.
 ステップS112において、流通制御部11は、新規構築完了(サブシステムの構成情報の登録の完了)を示す所定のメッセージを保全システム40に送信する。当該メッセージには、新規構築が完了した(すなわち、全てのサブシステム21について構成情報の登録が完了した)連携サービスの識別情報が含まれる。当該識別情報は、変換前又は変換後の構築情報から取得可能である。 In step S112, the distribution control unit 11 transmits a predetermined message indicating the completion of new construction (completion of registration of the configuration information of the subsystem) to the maintenance system 40. The message includes identification information of the linked service for which the new construction has been completed (that is, the registration of the configuration information for all the subsystems 21 has been completed). The identification information can be obtained from the pre-conversion or post-conversion construction information.
 保全システム40は、当該メッセージを受信すると、当該メッセージに含まれる識別情報に係る連携サービスの各サブシステム21について構成情報管理部12に保存されている構成情報を、構成情報管理部12のAPIを介して取得する(S113)。続いて、保全システム40は取得した構成情報に基づき、連携サービスの運用及び保全業務を開始する(S114)。 When the maintenance system 40 receives the message, the maintenance system 40 uses the configuration information stored in the configuration information management unit 12 for each subsystem 21 of the linkage service related to the identification information included in the message, and the API of the configuration information management unit 12. Obtained via (S113). Subsequently, the maintenance system 40 starts the operation and maintenance work of the cooperative service based on the acquired configuration information (S114).
 なお、例えば、連携サービスに対して新たなサブシステム21が追加された場合(すなわち、連携サービスが変更された場合)には、当該サブシステム21に関して図5の処理手順が実行されればよい。 Note that, for example, when a new subsystem 21 is added to the linked service (that is, when the linked service is changed), the processing procedure of FIG. 5 may be executed for the subsystem 21.
 上述したように、本実施の形態によれば、連携サービスの構築又は変更を契機にして、当該連携サービスを構成する各サブシステム21の構成情報が自動的に保全システム40へ流通される。したがって、連携システムの保全のために必要な情報の流通性を向上させることができる。その結果、例えば、連携サービスの構築・運用・保全の作業コストの低減や自動化に寄与することができる。 As described above, according to the present embodiment, the configuration information of each subsystem 21 constituting the linked service is automatically distributed to the maintenance system 40 when the linked service is constructed or changed. Therefore, it is possible to improve the distribution of information necessary for the maintenance of the cooperation system. As a result, for example, it is possible to contribute to reduction and automation of work costs for construction, operation, and maintenance of linked services.
 また、連携サービスを構成する全てのサブシステム21の構成情報の登録の完了後に、保全システム40に対して所定のメッセージが送信されるため、登録未完了の状態での保全システム40の動作の開始を回避することができる。 Further, since a predetermined message is sent to the maintenance system 40 after the registration of the configuration information of all the subsystems 21 constituting the cooperation service is completed, the operation of the maintenance system 40 is started in the state where the registration is not completed. Can be avoided.
 なお、本実施の形態において、流通制御部11は、取得部、第1の送信部、受信部及び第2の送信部の一例である。変換前の構築情報は、第1の情報の一例である。変換後の構築情報は第2の情報の一例である。構成情報は、第3の情報の一例である。保全システム40は、保全部の一例である。 In the present embodiment, the distribution control unit 11 is an example of an acquisition unit, a first transmission unit, a reception unit, and a second transmission unit. The construction information before conversion is an example of the first information. The converted construction information is an example of the second information. The configuration information is an example of the third information. The maintenance system 40 is an example of the maintenance unit.
 以上、本発明の実施の形態について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。 Although the embodiments of the present invention have been described in detail above, the present invention is not limited to such specific embodiments, and various modifications are made within the scope of the gist of the present invention described in the claims.・ Can be changed.
1      連携サービス管理システム
10     情報流通装置
11     流通制御部
12     構成情報管理部
20     連携サービス提供システム
21A    サブシステム
21B    サブシステム
30     構築システム
40     保全システム
100    ドライブ装置
101    記録媒体
102    補助記憶装置
103    メモリ装置
104    CPU
105    インタフェース装置
211    構成情報管理クライアント
212    構成情報ファイル
B      バス
1 Cooperative service management system 10 Information distribution device 11 Distribution control unit 12 Configuration information management unit 20 Cooperative service provision system 21A Subsystem 21B Subsystem 30 Construction system 40 Maintenance system 100 Drive device 101 Recording medium 102 Auxiliary storage device 103 Memory device 104 CPU
105 Interface device 211 Configuration information management client 212 Configuration information file B bus

Claims (7)

  1.  複数のサブシステムの連携によって実現される連携サービスが構築されると、それぞれの前記サブシステムの構築に応じて決定されるパラメータを含む第1の情報を取得する取得部と、
     前記取得部によって取得された前記第1の情報ごとに、前記第1の情報に含まれるパラメータを含む第2の情報を、当該第1の情報に対応する前記サブシステムに送信する第1の送信部と、
     前記第2の情報を受信した前記各サブシステムから送信される、前記第2の情報と当該サブシステムの保全に必要な情報とを含む第3の情報を受信する受信部と、
     前記受信部によって全ての前記サブシステムから前記第3の情報が受信されると、所定のメッセージを前記複数のサブシステムの保全業務を行う保全部へ送信する第2の送信部と、
    を有することを特徴とする情報流通装置。
    When a cooperation service realized by cooperation of a plurality of subsystems is constructed, an acquisition unit that acquires first information including parameters determined according to the construction of each of the above subsystems, and an acquisition unit.
    For each of the first information acquired by the acquisition unit, the second information including the parameters included in the first information is transmitted to the subsystem corresponding to the first information. Department and
    A receiving unit that receives the third information transmitted from each of the subsystems that has received the second information, including the second information and the information necessary for the maintenance of the subsystem.
    When the third information is received from all the subsystems by the receiving unit, the second transmitting unit that transmits a predetermined message to the maintenance unit that performs the maintenance work of the plurality of subsystems.
    An information distribution device characterized by having.
  2.  前記第2の送信部は、前記取得部によって取得された前記第1の情報に含まれる前記サブシステムの識別情報と、前記第3の情報に含まれる前記サブシステムの識別情報とを照合することで、全ての前記サブシステムのうち、前記第3の情報が受信されたサブシステムを特定する、
    ことを特徴とする請求項1記載の情報流通装置。
    The second transmitting unit collates the identification information of the subsystem included in the first information acquired by the acquisition unit with the identification information of the subsystem included in the third information. Then, among all the above-mentioned subsystems, the subsystem in which the above-mentioned third information is received is specified.
    The information distribution device according to claim 1, wherein the information distribution device is characterized by the above.
  3.  前記第1の送信部は、前記第1の情報を前記サブシステムに対応した形式を有する前記第2の情報に変換する、
    ことを特徴とする請求項1又は2記載の情報流通装置。
    The first transmitter converts the first information into the second information having a format corresponding to the subsystem.
    The information distribution device according to claim 1 or 2, wherein the information distribution device is characterized by the above.
  4.  複数のサブシステムの連携によって実現される連携サービスが構築されると、それぞれの前記サブシステムの構築に応じて決定されるパラメータを含む第1の情報を取得する取得手順と、
     前記取得手順によって取得された前記第1の情報ごとに、前記第1の情報に含まれるパラメータを含む第2の情報を、当該第1の情報に対応する前記サブシステムに送信する第1の送信手順と、
     前記第2の情報を受信した前記各サブシステムから送信される、前記第2の情報と当該サブシステムの保全に必要な情報とを含む第3の情報を受信する受信手順と、
     前記受信手順によって全ての前記サブシステムから前記第3の情報が受信されると、所定のメッセージを前記複数のサブシステムの保全業務を行う保全部へ送信する第2の送信手順と、
    をコンピュータが実行することを特徴とする情報流通方法。
    When a cooperation service realized by cooperation of a plurality of subsystems is constructed, an acquisition procedure for acquiring first information including parameters determined according to the construction of each of the above-mentioned subsystems, and an acquisition procedure.
    For each of the first information acquired by the acquisition procedure, the second information including the parameters included in the first information is transmitted to the subsystem corresponding to the first information. Procedure and
    A receiving procedure for receiving a third information transmitted from each of the subsystems having received the second information, including the second information and information necessary for the maintenance of the subsystem, and a receiving procedure for receiving the third information.
    When the third information is received from all the subsystems by the reception procedure, a second transmission procedure for transmitting a predetermined message to the maintenance unit performing maintenance work of the plurality of subsystems, and a second transmission procedure.
    An information distribution method characterized by a computer executing.
  5.  前記第2の送信手順は、前記取得手順によって取得された前記第1の情報に含まれる前記サブシステムの識別情報と、前記第3の情報に含まれる前記サブシステムの識別情報とを照合することで、全ての前記サブシステムのうち、前記第3の情報が受信されたサブシステムを特定する、
    ことを特徴とする請求項4記載の情報流通方法。
    The second transmission procedure collates the identification information of the subsystem included in the first information acquired by the acquisition procedure with the identification information of the subsystem included in the third information. Then, among all the above-mentioned subsystems, the subsystem in which the above-mentioned third information is received is specified.
    The information distribution method according to claim 4, wherein the information is distributed.
  6.  前記第1の送信手順は、前記第1の情報を前記サブシステムに対応した形式を有する前記第2の情報に変換する、
    ことを特徴とする請求項4又は5記載の情報流通方法。
    The first transmission procedure converts the first information into the second information having a format corresponding to the subsystem.
    The information distribution method according to claim 4 or 5, characterized in that.
  7.  請求項4乃至6いずれか一項記載の情報流通方法をコンピュータに実行させることを特徴とするプログラム。 A program characterized by having a computer execute the information distribution method according to any one of claims 4 to 6.
PCT/JP2020/029135 2020-07-29 2020-07-29 Information distribution device, information distribution method, and program WO2022024277A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2020/029135 WO2022024277A1 (en) 2020-07-29 2020-07-29 Information distribution device, information distribution method, and program
JP2022539884A JP7456507B2 (en) 2020-07-29 2020-07-29 Information distribution device, information distribution method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/029135 WO2022024277A1 (en) 2020-07-29 2020-07-29 Information distribution device, information distribution method, and program

Publications (1)

Publication Number Publication Date
WO2022024277A1 true WO2022024277A1 (en) 2022-02-03

Family

ID=80037790

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/029135 WO2022024277A1 (en) 2020-07-29 2020-07-29 Information distribution device, information distribution method, and program

Country Status (2)

Country Link
JP (1) JP7456507B2 (en)
WO (1) WO2022024277A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005182445A (en) * 2003-12-19 2005-07-07 Canon Software Inc Maintenance management system, electronic apparatus, maintenance management method, program and recording medium
WO2019244733A1 (en) * 2018-06-21 2019-12-26 日本電信電話株式会社 Operation device and operation method
WO2020022402A1 (en) * 2018-07-27 2020-01-30 日本電信電話株式会社 Network system, information acquisition device, information acquisition method, and program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7155479B2 (en) 2002-01-30 2006-12-26 Microsoft Corporation Increasing the level of automation when configuring network services
JP2004164313A (en) 2002-11-13 2004-06-10 Fujitsu Ltd Service linkage device
JP4851556B2 (en) 2009-04-10 2012-01-11 株式会社エヌ・ティ・ティ・ドコモ Cooperation server device, application cooperation determination system, and application cooperation determination method
US10091055B2 (en) 2015-02-13 2018-10-02 Amazon Technologies, Inc. Configuration service for configuring instances
CN111431745A (en) 2020-03-18 2020-07-17 浩云科技股份有限公司 Method for establishing automatically configured communication link

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005182445A (en) * 2003-12-19 2005-07-07 Canon Software Inc Maintenance management system, electronic apparatus, maintenance management method, program and recording medium
WO2019244733A1 (en) * 2018-06-21 2019-12-26 日本電信電話株式会社 Operation device and operation method
WO2020022402A1 (en) * 2018-07-27 2020-01-30 日本電信電話株式会社 Network system, information acquisition device, information acquisition method, and program

Also Published As

Publication number Publication date
JP7456507B2 (en) 2024-03-27
JPWO2022024277A1 (en) 2022-02-03

Similar Documents

Publication Publication Date Title
US10802906B2 (en) Monitoring method and apparatus of server, and storage medium
US6950847B2 (en) Service provider system for delivering services in a distributed computing environment
JP3980596B2 (en) Method and system for remotely and dynamically configuring a server
US8443347B2 (en) Translating declarative models
CN108681777B (en) Method and device for running machine learning program based on distributed system
EP2454678B1 (en) Downloading a plug-in on an instant messaging client
US20030097422A1 (en) System and method for provisioning software
CN108958742A (en) A kind of method of batch installing operating system, relevant device and system
US20050223101A1 (en) Computer-implemented method, system and program product for resolving prerequisites for native applications utilizing an open service gateway initiative ( OSGi) framework
JP2013522769A (en) Virtual machine image update service
JP2004005607A (en) Remote preparation of printer instance in workstation
JP4461465B1 (en) Web system, instruction target system, and content data providing method
KR20030043998A (en) Realtime configuration updates and software distribution to active client positions
US20120226737A1 (en) Method and system for reducing service overhead in service oriented architectures
US7716663B2 (en) Method, system and program product for controlling native applications using open service gateway initiative (OSGi) bundles
US20150195128A1 (en) Apparatus and method for supporting configuration management of virtual machine, and apparatus and method for brokering cloud service using the configuration management supporting apparatus
US20080163227A1 (en) Server and client, and update supporting and performing methods thereof
CN106462457A (en) Virtualized application cluster
US20200204461A1 (en) Automation system for testing and publishing of web service
US9176719B2 (en) Resolving prerequisites for a client device in an open service gateway initiative (OSGI) framework
JP5419637B2 (en) Management device, method and program
WO2022024277A1 (en) Information distribution device, information distribution method, and program
CN113268254A (en) Cluster system installation method and device, electronic equipment and storage medium
CN109729177B (en) Method and apparatus for generating information
US20070250607A1 (en) Apparatus, system and method for executing discovery in network

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20946651

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2022539884

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20946651

Country of ref document: EP

Kind code of ref document: A1