WO2013136526A1 - Distributed application-integrating network system - Google Patents

Distributed application-integrating network system Download PDF

Info

Publication number
WO2013136526A1
WO2013136526A1 PCT/JP2012/056937 JP2012056937W WO2013136526A1 WO 2013136526 A1 WO2013136526 A1 WO 2013136526A1 JP 2012056937 W JP2012056937 W JP 2012056937W WO 2013136526 A1 WO2013136526 A1 WO 2013136526A1
Authority
WO
WIPO (PCT)
Prior art keywords
distributed application
communication interface
message
logical communication
network device
Prior art date
Application number
PCT/JP2012/056937
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/JP2012/056937 priority Critical patent/WO2013136526A1/en
Publication of WO2013136526A1 publication Critical patent/WO2013136526A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing

Definitions

  • the present invention relates to a distributed application system in which a plurality of host computers are connected via a plurality of network devices.
  • cloud computing that uses computer resources and applications flexibly and inexpensively has attracted attention in individuals, companies, and organizations.
  • service infrastructure that provides cloud computing, it is required to ensure cost reduction, reliability, and scalability in order to provide inexpensive services 24 hours a day, 365 days for many individuals, companies, and organizations.
  • cloud computing often operates application processes (programs) on an inexpensive host computer and cooperates with each other via a network.
  • application processes programs
  • the application process on the host computer may be described as a distributed application process.
  • the resource refers to, for example, data referred to by the distributed application process. Since resources (data) are held across distributed application processes on a large number of host computers, it is necessary to grasp at any time which distributed application processes hold which resources (data). Therefore, it is necessary to manage the location of the resource by some method. Furthermore, since it is necessary to coordinate a large number of distributed application processes, it is necessary to synchronize the distributed application processes on a large number of host computers using some method.
  • Clustering is generally adopted as a method for ensuring resource availability.
  • Clustering is a process of monitoring life and death among distributed application processes on multiple host computers, so that when a failure occurs in one host computer, resources are handed over to other host computers, thereby improving fault tolerance. It is.
  • Patent Document 1 describes an invention in which clustering is performed by performing life / death confirmation called heartbeat communication between host computers.
  • Mapping is generally adopted as a method for realizing resource location management.
  • Mapping is a process of mapping individual resources to individual distributed application processes using a one-way function called a hash function, and specifying the distributed application processes that hold the resources.
  • a distributed application system handles a very large number of resources. For this reason, if the correspondence between resources and distributed application processes is managed by a tabular database or the like, the table becomes huge and is not realistic.
  • Patent Document 2 describes an invention for managing resources by mapping them to each computer using a hash function.
  • Messaging is commonly used as a method for achieving distributed application inter-process synchronization. Messaging is to provide storage areas for sending and receiving messages called exchanges and queues on a host computer. Exchanges and queues exchange messages between distributed application processes to realize information transmission, information sharing, and synchronous processing. Patent Document 3 describes an invention in which messages are exchanged between computers using exchanges and queues. Non-Patent Document 1 discloses a standard protocol for messaging.
  • AMQP 1.0 Core Protocol Specification published by OASIS (Organization for the Advancement of Structured Information Standards) AMQP (Advanced Message Queuing Protocol) Working Group, October 7, 2011
  • heartbeat communication as described above is performed directly between distributed application processes operating on individual host computers or indirectly via a monitoring application on a certain host computer. Do. Therefore, when a failure occurs in the network on the heartbeat communication path, the distributed application process distinguishes whether a failure has occurred in the distributed application process that is the heartbeat communication partner or in the network. I can't. For individual communication lines such as between a host computer and a network device, or between network devices, there is a mechanism that the host computer or network device at both ends of the communication line detects a network failure such as a link down. It can be grasped only by directly connected devices, and it is difficult for each distributed application process to reliably grasp where a communication line of the distributed application system has failed.
  • the invention described in Patent Document 2 maintains and manages a list of distributed application processes or host computers on which the distributed application processes operate in order to map resources to distributed application processes.
  • the invention described in Patent Document 2 continues to update the list in a timely manner based on the operation status of the distributed application process and the host computer so that the resource is not mapped to the distributed application process or the host computer in which a failure has occurred.
  • the availability of the list must also be considered so that the list is not lost.
  • the invention described in Patent Document 3 provides an exchange and a message queue (hereinafter simply referred to as “queue”) for exchanging messages between distributed application processes by an application process on a host computer serving as a message server.
  • a distributed application process accesses an application process that manages exchanges and queues. Therefore, there is a possibility that communication concentrates on the message server where the application process operates. All the messages are gathered once to the message server via the network and are transmitted via the network. As a result, the invention described in Patent Document 3 has a lot of useless operations in the entire system.
  • the invention described in Patent Document 3 when a failure occurs in the message server, there is a possibility that the message may be disconnected between the distributed application processes.
  • the invention described in Patent Document 3 must also take into account the availability of the message server. Operation management is extremely complicated, and the availability of the entire system may be reduced due to the complexity of the system. there were.
  • the distributed application integrated network system of the present invention is configured as follows. That is, according to the first aspect of the present invention, a computer, a network device, and a distributed application process operating on the computer are provided, and the network device communicates with the computer on which the distributed application process operates.
  • a distributed application integration comprising: a logical communication interface that logically communicates with the distributed application process via the communication interface; and a management process that communicates with the distributed application process via the logical communication interface.
  • Type network system Other means will be described in the embodiment for carrying out the invention.
  • the reliability of the distributed application integrated network system can be improved and the performance can be improved.
  • FIG. 1 is a schematic configuration diagram showing a distributed application integrated network system in a first embodiment.
  • FIG. 1 is a schematic configuration diagram showing a network device in a first embodiment. It is a schematic block diagram which shows the host computer in 1st Embodiment. It is a figure which shows the example of the management table in 1st Embodiment. It is a figure which shows the structure of the communication data in 1st Embodiment. It is a sequence diagram which shows the communication of the heartbeat in 1st Embodiment. It is a flowchart which shows the distributed application process registration process of the management process of the network device in 1st Embodiment.
  • 6 is a flowchart showing heartbeat monitoring and failure notification processing (1) of a monitoring process of another network device in the first embodiment. It is a flowchart which shows the heartbeat monitoring of the monitoring process of other network devices in 1st Embodiment, and a failure notification process (2). It is a flowchart which shows the application process list query process of the management process of the other network apparatus in 1st Embodiment. It is a schematic block diagram which shows the network device in 2nd Embodiment. It is a figure which shows the logical communication interface management table for message reception in 2nd Embodiment.
  • FIG. 1 is a schematic configuration diagram showing a distributed application integrated network system according to the first embodiment.
  • the distributed application integrated network system 1 includes network devices 10-1 to 10-3 and host computers 30-1 to 30-6.
  • the network device 10-1 is connected to the host computers 30-1 to 30-3 and the network devices 10-2 and 10-3 via communication lines.
  • the network device 10-2 is connected to the network devices 10-1 and 10-3 via a communication line.
  • the network device 10-3 is connected to the host computers 30-4 to 30-6 and the network devices 10-1 and 10-2 via communication lines.
  • network device 10 When the network devices 10-1 to 10-3 are not particularly distinguished, they are simply referred to as “network device 10”.
  • host computers 30-1 to 30-6 are not particularly distinguished, they are simply referred to as “host computer 30”.
  • the network device 10 is a device such as a switch or a router, and includes a plurality of communication interfaces 14.
  • the network device 10 performs processing such as forwarding or routing on communication data received by the communication interface 14 via the communication line, and performs communication such as forwarding, routing, or other communication on other layers. 14 for transfer.
  • the network device 10 is connected to another network device 10 or a host computer 30 through a communication interface 14.
  • the host computer 30 is a computer in which a software program that performs processing in a distributed manner is operated as a distributed application process 40, and is a server device, for example.
  • the host computer 30 is connected to the network device 10 via a communication line.
  • Each distributed application process 40 on the host computer 30 constitutes a cluster across a plurality of host computers 30 via one or a plurality of network devices 10.
  • the distributed application processes 40 on the host computers 30-1, 30-2, and 30-4 constitute a cluster 100.
  • the distributed application processes 40 on the host computers 30-3 and 30-5 constitute a cluster 200.
  • the distributed application process 40 on the host computer 30-6 constitutes a cluster 300.
  • One or more clusters exist in the distributed application integrated network system 1.
  • Communication lines include public networks, the Internet, ISDN (Integrated Services Digital Network), leased lines, wired networks represented by LAN (Local Area Network), wireless LANs, wireless networks using mobile communication base stations, communication satellites
  • the wireless network may be any of the above.
  • devices represented by the network device 10 and the host computer 30 are identified by the network identification information given to the physical communication interface of each device or the logical communication interface. Is done. Each device communicates with other devices based on the network identification information.
  • the network identification information is, for example, an IP (Internet Protocol) address or a MAC (Media Access Control) address.
  • FIG. 2 is a schematic configuration diagram illustrating the network device according to the first embodiment.
  • the network device 10 includes a control unit 11 having a CPU (Central Processing Unit), a storage unit 20, a switch controller 12 that performs communication transfer processing, a data bus 13 that connects them, and communication interfaces 14-1 to 14- 14-9, monitoring logical communication interfaces 15-1 to 15-n, and a registration logical communication interface 16.
  • the communication interface 14 is a physical or logical interface, and communicates with other devices via a communication line.
  • the communication interface 14 is connected to the switch controller 12 via a bus, and is connected to the host computer 30 or another network device 10 via a communication line.
  • the communication interface 14 communicates with the host computer 30 on which the distributed application process 40 operates and other network devices 10.
  • the monitoring logical communication interface 15 is for the distributed application process 40 on the host computer 30 to perform heartbeat communication.
  • the monitoring logical communication interface 15 is connected to the switch controller 12 via a bus.
  • the monitoring logical communication interface 15 logically communicates with the distributed application process 40 via the communication interface 14.
  • the registration logical communication interface 16 is used by the distributed application process 40 on the host computer 30 to register information such as cluster information and heartbeat intervals to configure the monitoring logical communication interface 15.
  • the registration logical communication interface 16 is connected to the switch controller 12 via a bus.
  • the storage unit 20 is, for example, a volatile storage device represented by a RAM (Random Access Memory), a readable / writable nonvolatile storage device represented by a hard disk or an SSD (Solid State Drive), a magneto-optical medium, or the like.
  • a typical example is a read-only nonvolatile memory device.
  • the control unit 11 executes arithmetic processing associated with execution of a software program, for example.
  • the program executed by the control unit 11 and the data used by the program may be stored in the storage unit 20 or may be received from another device via a communication line.
  • the management process 21 configures the monitoring logical communication interface 15 based on a request from the distributed application process 40 belonging to the cluster, and the distributed application process 40, the cluster, the communication interface 14, and the monitoring logical communication interface 15 are connected. It manages correspondence.
  • the management process 21 exchanges a list of management information with other network devices 10 periodically or when a configuration change occurs, so that the distributed application process 40 Manage correspondences such as clusters.
  • the management process 21 communicates with the distributed application process 40 via the monitoring logical communication interface 15. Furthermore, the management process 21 receives a list request for the distributed application process 40 from the distributed application process 40 and the like, and responds with a list of the distributed application processes 40 operating normally, for example.
  • the monitoring process 22 is for monitoring the operation status of the distributed application process 40 and notifying a failure.
  • the monitoring process 22 includes a heartbeat communication performed by each distributed application process 40 with each monitoring logical communication interface 15 and a communication line with the host computer 30 on which the distributed application process 40 is operating.
  • the communication disconnection is a failure of the communication line with the host computer 30 or the failure of the distributed application process 40 when the communication disconnection occurs.
  • the monitoring process 22 manages the cluster in order to notify the other distributed application processes 40 belonging to the same cluster as the distributed application process 40 in which the heartbeat communication disconnection has occurred, such as failure information.
  • the failure information is transferred to the network device 10.
  • the management table 23 includes a correspondence relationship between the network identification information of each individual distributed application process 40, cluster identification information, identification information of the communication interface 14, identification information of the monitoring logical communication interface 15, heartbeat interval information, and the like. Information on the operating status of each distributed application process 40 is stored.
  • the forwarding table 24 stores a correspondence relationship between each communication interface 14 and network identification information possessed by each device.
  • the network identification information stored in the forwarding table 24 includes the network identification information of the host computer 30 on which the distributed application process 40 is operating, the network identification information of the communication interface 14 in the network device 10, and the monitoring logical communication interface 15. And the network identification information of the registration logical communication interface 16.
  • the switch controller 12 refers to the forwarding table 24 based on the transmission destination address (network identification information) of the communication data, and the communication interface 14 corresponding to the transmission destination address (network identification information). To get.
  • the switch controller 12 transmits the communication data via the acquired communication interface 14.
  • FIG. 3 is a schematic configuration diagram showing the host computer in the first embodiment.
  • the host computer 30 includes a control unit 31 having a CPU, a display unit 32 for displaying processing results, an input unit 33 for an operator to input instructions to the host computer 30, and a communication line.
  • a communication interface 34 for connecting to the network device 10, a storage unit 36, and a data bus 35 for connecting them are provided.
  • the storage unit 36 is a volatile storage device such as a RAM, a readable / writable nonvolatile storage device such as a hard disk or an SSD, or a read-only nonvolatile storage device such as a magneto-optical medium.
  • the storage unit 36 is connected to the data bus 35.
  • the storage unit 36 stores the distributed application process 40.
  • the display unit 32 is a liquid crystal display, for example, and is connected to the data bus 35.
  • the input unit 33 is a keyboard or a mouse and is connected to the data bus 35.
  • the control unit 31 executes arithmetic processing associated with execution of software.
  • a program executed by the control unit 31 or data used by the program may be stored in the storage unit 36 or may be received from another device via a communication line.
  • the host computer 30 may be configured by omitting the display unit 32 or the input unit 33.
  • the distributed application process 40 is a process that performs some processing as a whole system in cooperation with another host computer 30 or another distributed application process 40 operating on the host computer 30.
  • the distributed application process 40 configures, for example, a distributed data processing system or a distributed storage system.
  • each distributed application process 40 performs arithmetic processing.
  • each distributed application process 40 shares and stores a large amount of data.
  • the distributed application process 40 has different functions depending on the purpose of the system.
  • the distributed application process 40 has common problems such as securing resource availability, resource location management, and synchronization among the distributed application processes 40.
  • FIG. 4 is a diagram illustrating an example of a management table in the first embodiment.
  • the management table 23 includes a plurality of entries including a cluster ID column 23a, a heartbeat interval column 23b, a link endpoint ID column 23c, a monitoring endpoint ID column 23d, an application ID column 23e, and a status column 23f. Has been.
  • Each column is a table column.
  • Each entry is a table row.
  • Each entry in the management table 23 indicates the correspondence between each distributed application process 40 operating on the host computer 30 and the cluster, and the correspondence between the cluster and the communication interface 34 connected to another network device 10. ing.
  • the cluster ID column 23a stores information for identifying the cluster by the distributed application process 40 on the host computer 30.
  • the heartbeat interval column 23b indicates the heartbeat communication assumed by the monitoring process 22 in the heartbeat communication performed by the distributed application process 40 on the host computer 30 to the monitoring logical communication interface 15 on the network device 10. Interval (period) information is stored.
  • the link end point ID field 23c is information for identifying the communication interface 14 connected to the host computer 30 on which the distributed application process 40 operates or the other network device 10 via a communication line. The interface name and network identification information are stored.
  • the monitoring endpoint ID column 23d stores network identification information for identifying the monitoring logical communication interface 15.
  • the monitoring logical communication interface 15 is configured by a management process 21 for heartbeat communication by the distributed application process 40.
  • the application ID column 23e stores network identification information for identifying the distributed application process 40 or the host computer 30 on which the distributed application process 40 operates.
  • the status column 23f is information indicating the operating status of each distributed application process 40.
  • the status column 23f stores information indicating, for example, whether the distributed application process 40 is operating normally, a network failure has occurred, or a failure has occurred in the application process.
  • FIG. 5 is a diagram illustrating an example of a structure of communication data in the first embodiment.
  • Each communication data 50 to 53 is configured by mapping a data structure to an Ethernet (registered trademark) communication frame.
  • the communication data structure is not limited to that shown in FIG. 5, and the data structure may be mapped to an IP communication frame or the like.
  • the transmission destination address 80a is a field for storing network identification information for identifying a communication partner on the network.
  • the transmission source address 80b is a field for storing network identification information for identifying the communication source on the network.
  • the tag 80e is a field that stores identification information for classifying communication, and is a field that stores, for example, a VLAN (Virtual LAN) tag.
  • the type 80f is a field for storing protocol type information, and is a field for a protocol number such as TCP (Transmission Control Protocol) or UDP (User Datagram Protocol).
  • the data frame 80g is a field for storing arbitrary data exchanged with the communication partner.
  • FIG. 5A is a diagram showing a structure of communication data 50 when the distributed application process 40 registers itself with the network device 10 together with cluster identification information and heartbeat interval information.
  • the network identification information of the registration logical communication interface 16 is stored as the registration logical communication interface address.
  • network identification information (address) of the communication interface 34 of the transmission source host computer 30 is stored as a transmission source host computer address.
  • cluster identification information is stored as a cluster identifier
  • information defining a heartbeat time interval is stored as a heartbeat interval.
  • information indicating that the communication data 50 is a registration request of the distributed application process 40 is stored as a registration request identifier. The operation of the network device 10 when the communication data 50 is received is shown in FIG.
  • FIG. 5B is a diagram showing the structure of communication data 51 when the distributed application process 40 performs heartbeat communication with the monitoring logical communication interface 15.
  • the network identification information given to the monitoring logical communication interface 15 is stored in the transmission destination address 80a of the communication data 51 as the monitoring logical communication interface address.
  • network identification information (address) of the communication interface 34 of the transmission source host computer 30 is stored as a transmission source host computer address.
  • the tag 80e of the communication data 51 stores information for identifying a cluster as a cluster identifier.
  • information indicating that the communication data 51 is heartbeat communication is stored as a heartbeat identifier.
  • the operation of the network device 10 when the communication data 51 is received is shown in FIG.
  • FIG. 5C is a diagram showing the structure of communication data 52 when exchanging configuration information such as a list of cluster identification information directly managed by each network device 10 between a plurality of network devices 10. It is.
  • the transmission destination address 80a of the communication data 52 addresses associated with a plurality of network devices 10 are stored as multicast addresses.
  • the transmission source address 80b of the communication data 52 stores the network identification information given to the monitoring logical communication interface 15 of the network device 10 that is the information issuing source as the transmission source network device address.
  • information indicating that the communication data 52 is a cluster configuration information exchange request is stored as a configuration information exchange request identifier.
  • the data frame 80g of the communication data 52 stores a list of cluster identification information to be notified to other network devices 10 as cluster configuration information. The operation of the network device 10 and the like when receiving the communication data 52 is shown in FIG.
  • FIG. 5D is a diagram illustrating an example of the structure of the communication data 53 when the network apparatus 10 notifies the distributed application process 40 of the failure content.
  • the failure content notification can also be transmitted via another network device 10.
  • network identification information (address) of the communication interface 34 of the transmission source host computer 30 is stored as a host computer address.
  • network identification information given to the monitoring logical communication interface 15 of the information issuing source network device 10 is stored as the monitoring logical communication interface address.
  • information indicating that the communication data 53 is a notification of a failure is stored as a failure notification identifier.
  • FIG. 6 is a sequence diagram showing heartbeat communication in the first embodiment.
  • FIG. 6 shows two network devices 10-1 and 10-3 constituting the distributed application integrated network system 1 (FIG. 1) and host computers 30-1 and 30 connected to the network devices 10-1 and 10-3, respectively.
  • 4 shows a communication sequence with -4.
  • a management process 21 and a monitoring process 22 are running on the network devices 10-1 and 10-3, respectively.
  • Distributed application processes 40 are running on the host computers 30-1 and 30-4, respectively.
  • the distributed application process 40 operating on the host computer 30-1 sends the management process 21 to the management process 21 via the registration logical communication interface 16 of the network device 10-1 as shown in FIG.
  • the communication data 50 includes a cluster identifier (cluster identification information) and heartbeat interval information, and requests the network device 10-1 to register the distributed application process 40 itself.
  • the management process 21 configures the monitoring logical communication interface 15 for the distributed application process 40, and responds with the network identification information of the monitoring logical communication interface 15 (not shown).
  • the distributed application process 40 operating on the host computer 30-4 is sent to the management process 21 via the registration logical communication interface 16 of the network device 10-3, as shown in FIG.
  • Communication data 50 is transmitted (notification of cluster ID).
  • the communication data 50 includes cluster identification information and heartbeat interval information, and requests the network device 10-3 to register the distributed application process 40 itself.
  • the management process 21 on the network device 10-3 configures the monitoring logical communication interface 15 for the distributed application process 40, and responds with the network identification information of the monitoring logical communication interface 15 (not shown). (Illustrated).
  • each management process 21 can grasp whether or not the distributed application process 40 belonging to the same cluster is under the management of another network device 10.
  • the management process 21 sets the communication interface 14 connected to the network device 10 in the management table 23. Manage in association with the cluster.
  • the processing of sequences Q14 and Q15 may be performed periodically or may be performed when the configuration is changed.
  • the processing of sequences Q14 and Q15 may be realized using a known technique such as LLDP (Link Layer Discovery Protocol).
  • the distributed application process 40 on the host computer 30-1 periodically performs the processing with respect to the monitoring logical communication interface 15 configured on the network device 10-1 at a predetermined heartbeat interval.
  • Heartbeat communication is performed by the communication data 51 shown in 5 (b) (heartbeat reception).
  • the monitoring process 22 on the network device 10-1 monitors the heartbeat communication.
  • the distributed application process 40 on the host computer 30-4 periodically transmits the monitoring logical communication interface 15 configured on the network device 10-3 at a predetermined heartbeat interval.
  • the heartbeat communication is performed (heartbeat reception) using the communication data 51 shown in FIG.
  • the monitoring process 22 on the network device 10-3 monitors the heartbeat communication.
  • the monitoring process 22 on the network device 10-1 detects a heartbeat communication disconnection.
  • the monitoring process 22 refers to whether or not a network failure such as a link down is detected in the communication interface 14 connected to the host computer 30-1. In the distributed application process 40, it is determined that a failure has occurred.
  • the monitoring process 22 on the network device 10-1 refers to the management table 23 and refers to the cluster of the distributed application process 40 that is determined to have failed.
  • the monitoring process 22 notifies the failure content to the distributed application process 40 on the host computer 30-1 belonging to the cluster by the communication data 53 shown in FIG.
  • the monitoring process 22 on the network device 10-1 refers to the management table 23, and the network device 10-3 to which the host computer 30-4 belonging to the cluster determined to have failed has been connected.
  • the monitoring process 22 is notified of the failure content by the communication data 53 shown in FIG.
  • the monitoring process 22 on the network device 10-3 refers to the management table 23, and communicates with other distributed application processes 40 belonging to the cluster by the communication data 53 shown in FIG. Notify the details of the failure.
  • FIG. 7 is a flowchart showing the distributed application process registration process of the management process of the network device in the first embodiment.
  • the distributed application process 40 transmits a distributed application process registration request including the cluster identification information to which it belongs and the heartbeat interval information to the registration logical communication interface 16 of the network device 10 using the communication data 50 shown in FIG. To do.
  • the distributed application process registration process starts.
  • the management process 21 of the network device 10 receives the registration request communication data 50 via the registration logical communication interface 16.
  • step S11 the management process 21 refers to the application ID column 23e of the management table 23 and acquires a list of registered distributed application processes 40.
  • step S12 the management process 21 compares the source address 80b of the communication data 50 of the registration request with the list of distributed application processes 40 acquired from the management table 23, and the distributed application process that has transmitted the registration request. 40 confirms whether it has already been registered in the management table 23 (new process confirmation). If the condition is satisfied (Yes), the management process 21 performs the process of step S13. If the condition is not satisfied, the management process 21 ends the process of FIG. In step S13, the management process 21 configures the monitoring logical communication interface 15 related to the distributed application process 40 that has transmitted the registration request.
  • the management process 21 may constitute an independent monitoring logical communication interface 15 for each distributed application process 40, or may assign a common monitoring logical communication interface 15 to a plurality of distributed application processes 40. Good.
  • step S14 the management process 21 notifies (responds) the configured identification information of the monitoring logical communication interface 15 to the distributed application process 40 that has transmitted the registration request.
  • step S15 the management process 21 refers to the cluster ID column 23a of the management table 23 and obtains a list of registered cluster identification information.
  • step S16 the management process 21 determines whether or not the cluster identification information included in the communication data 50 of the registration request is new cluster identification information.
  • the management process 21 performs the process of step S18 if the condition is not satisfied (No), and performs the process of step S17 if the condition is satisfied (Yes). That is, the management process 21 collates the cluster identification information included in the communication data 50 of the registration request with the list of registered cluster identification information acquired from the management table 23, and sends the registration request transmission source. It is confirmed whether or not the cluster identification information of the cluster to which the distributed application process 40 belongs is already registered in the management table 23.
  • step S17 the management process 21 issues a configuration change notification including the cluster identification information to the other network device 10 using the communication data 52 shown in FIG. 5C (the other network device 10). To the cluster ID).
  • the management process 21 may use an existing mechanism such as LLDP in the configuration change notification between the network devices 10.
  • step S18 the management process 21 determines the cluster identification information, heartbeat interval information, transmission source address information, identification information of the communication interface 14 that has received the request, and the configured monitoring logic included in the registration request.
  • the identification information of the communication interface 15 is registered in the management table 23 (the application ID is registered in the management table), and the processing in FIG.
  • FIG. 8 is a flowchart showing the cluster information exchange process of the management process of another network device in the first embodiment.
  • the management process 21 of the network device 10 transmits the cluster identification information to another network device 10 when a configuration change occurs. Further, the management process 21 periodically transmits the cluster identification information to the other network device 10. Thereby, the cluster information exchange process of the management process 21 of the other network device 10 is started.
  • the management process 21 receives one or more pieces of cluster identification information from other network devices 10.
  • step S21 the management process 21 refers to the management table 23 and searches for an entry that matches the received cluster identification information.
  • step S22 the management process 21 finds an entry that matches the cluster identification information, and checks whether the communication interface 14 is registered in the entry. Specifically, the management process 21 matches the cluster identification information received by the cluster ID column 23a, the link endpoint ID column 23c matches the identification information of the communication interface 14 that received the cluster identification information, and It is determined whether there is an empty column in other columns. If the determination condition is satisfied (Yes), the management process 21 ends the process of FIG. 8, and if the determination condition is not satisfied (No), the management process 21 performs the process of step S23.
  • step S23 the management process 21 registers the combination of the received cluster identification information and the identification information of the communication interface 14 that has received the cluster identification information in the management table 23, and ends the process of FIG. .
  • FIG. 9 is a flowchart showing the heartbeat monitoring and failure notification process (1) of the monitoring process of another network device in the first embodiment.
  • the distributed application process 40 performs heartbeat communication with the monitoring logical communication interface 15 configured in the network device 10 at a time interval within the previously notified heartbeat interval.
  • the heartbeat communication is performed using communication data 50 shown in FIG.
  • step S30 the monitoring process 22 receives the heartbeat from the distributed application process 40 via the monitoring logical communication interface 15.
  • step S31 the monitoring process 22 determines whether or not the heartbeat communication is received within the interval registered in the heartbeat interval column 23b of the management table 23.
  • the monitoring process 22 returns to the process of step S30 if the determination condition is satisfied (Yes), and performs the process of step S32 if the determination condition is not satisfied (No).
  • step S32 the monitoring process 22 determines whether there is a link failure.
  • the monitoring process 22 performs the process of step S34 if the condition is satisfied (Yes), and performs the process of step S33 if the determination condition is not satisfied (No).
  • the monitoring process 22 determines a link failure when a failure is detected in the communication interface 14.
  • Network failure detection in the communication interface 14 can be performed using a known technique such as link down detection.
  • step S33 the monitoring process 22 determines that the distributed application process 40 that failed in the heartbeat communication is a network failure, and changes the status column 23f of the management table 23 related to the distributed application process 40 to “network failure”. (The status column of the distributed application process is changed to application failure).
  • the monitoring process 22 performs the process of step S35.
  • step S34 the monitoring process 22 determines that the state of the distributed application process 40 that failed in the heartbeat communication is an application failure, and sets the status column 23f of the management table 23 related to the distributed application process 40 to “application failure”. (The status column of the distributed application process is changed to network failure).
  • step S35 the monitoring process 22 refers to the management table 23, acquires the cluster identification information of the distributed application process 40 that could not receive the heartbeat communication within the assumed interval, and enters an entry that matches the cluster identification information. Get a list.
  • steps S36 to S41 the monitoring process 22 repeats the process for all acquired entries.
  • step S37 the monitoring process 22 refers to the application ID column 23e of the entry and acquires the application ID.
  • step S38 the monitoring process 22 determines whether or not the application ID column 23e of the entry is not empty. If the condition is satisfied (Yes), the monitoring process 22 performs the process of step S40. If the determination condition is not satisfied (No), the monitoring process 22 performs the process of step S39. When the entry is empty, the monitoring process 22 determines that it relates to the distributed application process 40 on the host computer 30 that is indirectly connected via the other network device 10.
  • step S39 the monitoring process 22 notifies the failure content to the other network device 10 via the communication interface 14 indicated by the link end point ID column 23c of the entry.
  • step S40 the monitoring process 22 notifies the failure content to the distributed application process 40 indicated by the application ID column 23e of the entry.
  • step S41 the monitoring process 22 determines whether or not processing has been repeated for all entries.
  • the monitoring process 22 returns to the process of step S36 if the condition is not satisfied, and ends the process of FIG. 9 if the condition is satisfied.
  • FIG. 10 is a flowchart showing heartbeat monitoring and failure notification processing (2) of the monitoring process of another network device in the first embodiment.
  • This process shows an example of a procedure in which the network device 10 and the distributed application process 40 perform heartbeat monitoring and failure notification in cooperation with each other.
  • This process shows the process of the other network device 10 when the network device 10 transmits a failure notification to the network device 10 in step S39 (FIG. 9).
  • step S50 the monitoring process 22 receives the identification information of the distributed application process 40 in which the failure has occurred, the cluster identification information to which the distributed application process 40 belongs, the failure content, etc. from the monitoring process 22 of the other network device 10. Receive fault notifications that contain information.
  • step S51 the monitoring process 22 acquires from the management table 23 an entry list that matches the cluster identification information indicated in the received failure notification.
  • steps S52 to S58 the monitoring process 22 repeats the process for all acquired entries.
  • step S53 the monitoring process 22 refers to the application ID column 23e of the entry and acquires the application ID.
  • step S54 the monitoring process 22 determines whether or not the application ID column 23e of the entry is not empty.
  • the monitoring process 22 performs the process of step S55 if the condition is satisfied (Yes), and performs the process of step S56 if the determination condition is not satisfied (No).
  • the monitoring process 22 determines that it relates to the distributed application process 40 on the host computer 30 that is indirectly connected via the other network device 10.
  • step S55 the monitoring process 22 notifies the content of the failure to the distributed application process 40 indicated in the application ID column 23e of the entry, and performs the process of step S58.
  • step S56 the monitoring process 22 determines whether or not the communication interface 14 indicated by the link endpoint ID column 23c of the entry is the same as the communication interface 14 that has received the failure notification (the failure notification has been received). Communication interface?) The monitoring process 22 performs the process of step S58 if the condition is satisfied (Yes), and performs the process of step S57 if the determination condition is not satisfied (No).
  • step S57 the monitoring process 22 notifies the other network device 10 of the failure content via the communication interface 14 indicated by the link endpoint ID column 23c of the entry.
  • step S58 the monitoring process 22 determines whether or not processing has been repeated for all entries.
  • the monitoring process 22 returns to the process of step S52 if the determination condition is not satisfied, and ends the process of FIG. 10 if the condition is satisfied.
  • FIG. 11 is a flowchart showing an application process list query process of a management process of another network device in the first embodiment.
  • This process is a process in which the network apparatus 10 and the distributed application process 40 make an inquiry about the list of distributed application processes 40 in cooperation with each other.
  • each distributed application process 40 maps the location of the resource to another distributed application process 40 using an operation such as hash, the distributed application process 40 of the distributed application process 40 operating normally from the network device 10 by this processing. Get a list.
  • the inquiry about the list of the distributed application processes 40 in the processing may be performed by software different from the distributed application processes 40. For example, when a certain management process 21 obtains a list of distributed application processes 40 managed by the management process 21 on the other network device 10, the distribution is performed normally from the network device 10 by the processing.
  • a list of application processes 40 may be acquired.
  • the distributed application process 40 transmits an inquiry request for a list of distributed application processes 40 to the registration logical communication interface 16 of the network device 10. For example, the distributed application process 40 inquires about a normally operating distributed application process 40 belonging to the same cluster as the request issuing source distributed application process 40.
  • step S60 the management process 21 receives a query request for a list of normally operating distributed application processes 40 from the distributed application process 40 via the registration logical communication interface 16.
  • step S61 the management process 21 refers to the cluster ID column 23a of the management table 23, and acquires an entry list that matches the cluster identification information included in the inquiry request.
  • steps S62 to S68 the management process 21 repeats the process for all acquired entries.
  • step S63 the management process 21 refers to the application ID column 23e of the entry and acquires the application ID.
  • step S64 the management process 21 determines whether or not the application ID field 23e of the entry is not empty.
  • the management process 21 performs the process of step S65 if the condition is satisfied (Yes), and performs the process of step S67 if the determination condition is not satisfied (No).
  • the management process 21 determines that the entry relates to the distributed application process 40 on the host computer 30 that is indirectly connected via the other network device 10.
  • step S65 the management process 21 refers to the status column 23f of the entry to determine whether it is “active”, that is, whether the distributed application process 40 related to the entry is operating normally. To do.
  • the management process 21 performs the process of step S67 if the condition is satisfied (Yes), and performs the process of step S68 if the determination condition is not satisfied (No).
  • step S66 the management process 21 inquires a list of distributed application processes 40 that are normally operating in another network device 10 via the communication interface 14 indicated in the link endpoint ID column 23c of the entry. .
  • step S67 the management process 21 adds the application ID to the response list. That is, the management process 21 creates a new entry in the response list and stores the application ID.
  • step S68 the management process 21 determines whether or not the processing of all entries has been repeated.
  • the management process 21 returns to the process of step S62 if the determination condition is not satisfied (No), and performs the process of step S69 if the condition is satisfied (Yes).
  • step S69 the management process 21 transmits the response list to the distributed application process 40 that has transmitted the list inquiry, and ends the process of FIG.
  • Each network device 10 recursively repeats the process of FIG. 11, whereby information that matches a predetermined condition can be collected from all network devices 10 connected to this network.
  • the first embodiment described above has the following effect (A).
  • A In the distributed application integrated network system 1, the logical communication interface 15 for monitoring individual distributed application processes 40 is provided in the network device 10. Each distributed application process 40 performs a heartbeat with the monitoring logical communication interface 15 of the network device 10.
  • the network device 10 monitors heartbeat communication of individual distributed application processes 40 belonging to the same cluster in cooperation with other network devices 10. As a result, when the heartbeat communication is interrupted, the network device 10 distinguishes between a network failure and an application failure and notifies the distributed application process 40 of the failure. Further, the network device 10 receives a list inquiry of the distributed application processes 40 that are operating normally, and responds with a list of the distributed application processes 40.
  • the distributed application integrated network system 1A according to the second embodiment will be described below.
  • the distributed application integrated network system 1A of the second embodiment is different from the network devices 10-1 to 10-3 of the distributed application integrated network system 1 (FIG. 1) of the first embodiment.
  • the configuration is the same as that of the distributed application integrated network system 1 (FIG. 1) of the first embodiment, except that ⁇ 10A-3 is provided.
  • the distributed application integrated network system 1A of the second embodiment differs from the distributed application integrated network system 1 (FIG. 1) of the first embodiment in that the network device 10A supports messaging processing.
  • the distributed application integrated network system 1A eliminates the need for a computer for messaging processing, which has been necessary in the past, the problem of communication load on the computer for messaging processing, and the computer. It becomes possible to cope with the problem of the complexity of the system due to redundancy.
  • FIG. 12 is a schematic configuration diagram showing a network device according to the second embodiment.
  • the network device 10A of the second embodiment is different from the network device 10 of the first embodiment in a storage unit 20A, a message reception logical communication interface (IF) 15A, and a message transmission logical communication interface (IF) 15B. And has.
  • the interface may be described as “IF”.
  • the message receiving logical communication interface 15 ⁇ / b> A is a logical interface for the distributed application process 40 on the host computer 30 to receive a message from another distributed application process 40.
  • the message transmission logical communication interface 15B is a logical interface for the distributed application process 40 on the host computer 30 to transmit a message to another distributed application process 40.
  • the storage unit 20A of the second embodiment includes a messaging management process 21A, a message delivery process 22A, a message reception logical communication interface management table 25, a message transmission logical interface management table 26, and a message transmission / reception logical interface association.
  • a management table 27, a forwarding table 24, and queues 28-1 to 28-3 are stored.
  • the messaging management process 21A constitutes the message reception logical communication interface 15A and the message transmission logical communication interface 15B based on a request from the distributed application process 40. Further, the messaging management process 21A associates the message reception logical communication interface 15A and the message transmission logical communication interface 15B, and distributes the distributed application process 40, the message reception logical communication interface 15A, the message transmission logical communication interface 15B, and the message. Corresponding relationships such as the queue 28 to be stored and the distributed application process 40 that subscribes to messages via the message receiving logical communication interface 15A are managed.
  • the message delivery process 22A converts the message data transmitted by the distributed application process 40 into a message based on the delivery conditions included in the message data and the association conditions between the message reception logical communication interface 15A and the message transmission logical communication interface 15B. This is delivered to the queue 28 or the distributed application process 40 associated with the reception logical communication interface 15A.
  • the message delivery process 22A uses the communication delivery mechanism conventionally provided in the network device 10A to encapsulate and transmit message data and reconstruct the received encapsulated message data. Therefore, the message receiving logical communication interface 15A described above may be configured in another network device 10A different from the network device 10A that has received the message data.
  • the message reception logical communication interface management table 25 includes the identification information of the message reception logical communication interface 15A, the identification information of the queue 28, and the identification information of the distributed application process 40 that requested the configuration of the message reception logical communication interface 15A. The correspondence relationship is stored, and will be described later with reference to FIG.
  • the message reception logical communication interface management table 25 also stores subscriber identification information indicating identification information of a destination to which the message data is to be delivered.
  • the subscriber identification information may be network identification information of the distributed application process 40 of the configuration request transmission source, or may be a multicast address where a plurality of distributed application processes 40 can receive messages.
  • the message transmission logical interface management table 26 requested identification information of the message transmission logical communication interface 15B, information indicating the type of the message transmission logical communication interface 15B, and the configuration of the message transmission logical communication interface 15B.
  • the correspondence relationship with the identification information of the distributed application process 40 is stored and will be described later with reference to FIG.
  • the type means that the message data sent to the message transmission logical communication interface 15B is delivered to a specific message reception logical communication interface 15A that meets the conditions, or all message reception is performed. Whether to deliver to the logical communication interface 15A.
  • the message transmission / reception logical interface association management table 27 includes identification information of the message transmission logical communication interface 15B, identification information of the message reception logical communication interface 15A, and message data received by the message transmission logical communication interface 15B. Is stored in the message receiving logical communication interface 15A, and will be described later with reference to FIG.
  • the queue 28 is a physical or logical area provided in the storage unit 20A for storing message data, and one or more queues 28 may exist.
  • FIG. 13 is a diagram showing a logical communication interface management table for message reception in the second embodiment.
  • the message reception logical communication interface management table 25 includes a plurality of entries including a reception endpoint ID column 25a, a queue ID column 25b, a registrant ID column 25c, and a subscriber ID column 25d. Each column is a table column. Each entry is a table row.
  • the reception end point ID column 25a stores information for identifying the message reception logical communication interface 15A.
  • the queue ID column 25b stores information for identifying the queue 28 that operates in cooperation with the message receiving logical communication interface 15A.
  • the registrant ID column 25c is information for identifying the distributed application process 40 that has made a configuration request for the message receiving logical communication interface 15A related to the entry. For example, the communication of the host computer 30 on which the distributed application process 40 operates.
  • the network identification information given to the interface 34 is stored.
  • the subscriber ID column 25d stores information for identifying a destination to which the message data received by the message receiving logical communication interface 15A is delivered.
  • the information for identifying the delivery destination of the message data is, for example, network identification information given to the communication interface 34 of the host computer 30 on which a specific distributed application process 40 operates, or multicast corresponding to a plurality of distributed application processes 40 Address.
  • the message delivery process 22A does not deliver the message to the delivery destination indicated in the subscriber ID column 25d, but the distributed application process 40 sends a message to the message delivery process 22A. Indicates that reception is requested.
  • FIG. 14 is a diagram showing a message transmission logical interface management table in the second embodiment.
  • the message transmission logical interface management table 26 includes a plurality of entries each having a transmission end point ID field 26a, a type field 26b, and a registrant ID field 26c. Each column is a table column. Each entry is a table row.
  • the transmission end point ID column 26a is network identification information for identifying the message transmission logical communication interface 15B.
  • the type column 26b stores delivery characteristics of message data sent to the message transmission logical communication interface 15B of the entry. For example, when the type column 26b is “direct” or “topic” (not shown), the message data is delivered to a specific message reception logical communication interface 15A. When the type column 26b is “fanout”, The message is delivered to the message receiving logical communication interface 15A.
  • the registrant ID column 26c is information for identifying the distributed application process 40 that has made the configuration request for the message transmission logical communication interface 15B of the entry. For example, the communication interface of the host computer 30 on which the distributed application process 40 operates. The network identification information given to 34 is stored. Furthermore, the registrant ID column 26c stores the identification information of the communication interface 14 that has received the configuration information of the message transmission logical communication interface 15B if no information is stored in the type column 26b of the entry. .
  • FIG. 15 is a diagram illustrating a message transmission / reception logical interface association management table according to the second embodiment.
  • the message transmission / reception logical interface association management table 27 includes a plurality of entries including a transmission endpoint ID column 27a, a reception endpoint ID column 27b, an association condition type column 27c, and an association condition column 27d. Each column is a table column. Each entry is a table row.
  • the transmission endpoint ID column 27a is information for identifying the message transmission logical communication interface 15B, and stores, for example, a unique interface name and network identification information in the network device 10A.
  • the reception endpoint ID column 27b is information for identifying the message reception logical communication interface 15A, and stores, for example, a unique interface name and network identification information in the network device 10A.
  • the combination of the association condition type field 27c and the association condition field 27d is to deliver the message data received by the message delivery process 22A via the message transmission logical communication interface 15B of the entry to the message reception logical communication interface 15A of the entry.
  • a type of association condition used when determining whether or not to perform the determination, and a combination of association conditions in the type are stored.
  • Examples of the association condition include a keyword, network identification mask information, and a multicast group.
  • the mask information of the network identification information is a bit string that masks a part or all of the bit string of the identification information of the message reception logical communication interface 15A. For example, a plurality of message reception logical communication interfaces having a common bit string as identification information The message data is copied and delivered to 15A.
  • FIGS. 16 to 18 are diagrams showing examples of the structure of communication data in the second embodiment.
  • Each communication data 54 to 64 is configured by mapping a data structure to an Ethernet (registered trademark) communication frame.
  • the communication data structure is not limited to those shown in FIGS. 16 to 18, and the data structure may be mapped to an IP communication frame, for example.
  • the communication data 54 to 64 include any one of the transmission destination address 80a, the transmission source address 80b, the transmission destination address 80c, the transmission source address 80d, the tag 80e, the type 80f, and the data frame 80g. Have.
  • the transmission destination address 80a is a field for storing network identification information for identifying a communication partner on the network.
  • the transmission source address 80b is a field for storing network identification information for identifying the communication source on the network.
  • the transmission destination address 80c and the transmission source address 80d are fields for storing second network identification information encapsulated by the transmission destination address 80a and the transmission source address 80b.
  • the tag 80e is a field for storing identification information for classifying communication, and is a field for storing a VLAN tag, for example.
  • the type 80f is a field for storing protocol type information, and is a field for a protocol number such as TCP or UDP, for example.
  • the data frame 80g is a field for storing arbitrary data exchanged with the communication partner.
  • FIG. 16A is a diagram showing the structure of communication data 54 when the distributed application process 40 requests the network device 10A to configure the message receiving logical communication interface 15A.
  • the transmission destination address 80a of the communication data 54 stores the network identification information of the registration logical communication interface 16A as the registration logical communication interface address.
  • the network identification information of the transmission source host computer 30 is stored as the transmission source host computer address.
  • the network identification information of the host computer 30 is, for example, network identification information given to the communication interface 34 of the host computer 30.
  • the transmission destination address 80c of the communication data 54 stores the network identification information of the message receiving logical communication interface 15A as the message receiving logical communication interface address.
  • subscriber network identification information is stored as a subscriber address.
  • a subscriber is a message delivery destination.
  • information indicating that the communication data 54 is a reception end point configuration request by the distributed application process 40 is stored as a reception end point configuration request identifier.
  • the operation of the network device 10A when the communication data 54 is received is shown in FIG.
  • FIG. 16B is a diagram showing the structure of communication data 55 when the distributed application process 40 requests the network device 10A to configure the message transmission logical communication interface 15B.
  • the transmission destination address 80a of the communication data 55 stores the network identification information of the registration logical communication interface 16A as the registration logical communication interface address.
  • the network identification information of the transmission source host computer 30 is stored as the transmission source host computer address.
  • the transmission destination address 80c of the communication data 55 the network identification information of the message transmission logical communication interface 15B is stored as the message transmission logical communication interface address.
  • the source address 80d of the communication data 55 stores the message transmission logical communication interface 15B type as the message transmission logical communication interface type.
  • FIG. 16C is a diagram showing the structure of the communication data 56 when the distributed application process 40 requests the network device 10A to associate the message transmission logical communication interface 15B with the message reception logical communication interface 15A. is there.
  • network identification information given to the message transmission logical communication interface 15B to be associated is stored as a message transmission logical communication interface address.
  • the transmission source address 80b of the communication data 56 stores network identification information given to the communication interface 34 of the host computer 30 on which the distributed application process 40 operates as a transmission source host computer address.
  • the network identification information of the message receiving logical communication interface 15A is stored as the message receiving logical communication interface address.
  • association condition information is stored as an association condition.
  • the tag 80e of the communication data 56 stores the type of the message transmission logical communication interface 15B as the association condition type.
  • information indicating that the communication data 56 is an association configuration request between the message reception logical communication interface 15A and the message transmission logical communication interface 15B is stored as a transmission / reception end point association request identifier.
  • FIG. 16D shows a case where configuration information of the message reception logical communication interface 15A and the message transmission logical communication interface 15B directly managed by each network device 10A is exchanged between the plurality of network devices 10A. It is a figure which shows the structure of the communication data 57 of.
  • the transmission destination address 80a of the communication data 57 multicast addresses associated with a plurality of network devices 10A are stored as multicast addresses.
  • the transmission source address 80b of the communication data 57 for example, the network identification information given to the registration logical communication interface 16A of the network device 10A as the information issuing source is stored as the transmission source network device address.
  • the type 80f of the communication data 57 information indicating that the communication data 57 is a logical communication interface configuration exchange request is stored as a configuration information exchange request identifier.
  • the data frame 80g of the communication data 57 stores a list of logical communication interfaces to be notified to the other network device 10A as logical communication interface configuration information.
  • FIG. 17E shows the structure of the communication data 58 when the distributed application process 40 requests the configuration information of the message transmission logical communication interface 15B and the message reception logical communication interface 15A from the network device 10A. is there.
  • the network identification information given to the registration logical communication interface 16A is stored as the registration logical communication interface address in the transmission destination address 80a of the communication data 58.
  • the network identification information given to the communication interface 34 of the host computer 30 on which the distributed application process 40 operates is stored as the source host computer address in the source address 80b of the communication data 58.
  • information indicating that the communication data 58 is a logical communication interface configuration information request is stored as a configuration information request identifier.
  • the operation of the network device 10A when receiving the communication data 58 is shown in FIG.
  • FIG. 17F is a diagram showing the structure of the communication data 59 when the network device 10A responds to the logical communication interface configuration information request from the distributed application process 40.
  • the transmission destination address 80a of the communication data 59 network identification information given to the communication interface 34 of the host computer 30 that issued the configuration request is stored as the request source host computer address.
  • the network identification information given to the registration logical communication interface 16A is stored in the transmission source address 80b of the communication data 59 as the registration logical communication interface address.
  • information indicating that the communication data 59 relates to a configuration information request of the logical communication interface is stored as a configuration information request identifier.
  • the data frame 80g of the communication data 59 stores configuration information such as a list of logical communication interfaces included in the response as logical communication interface configuration information.
  • the operation of the network device 10A when receiving the communication data 59 is shown in FIG.
  • FIG. 17G is a diagram showing the structure of the communication data 60 when the distributed application process 40 transmits a message to the network device 10A.
  • the network identification information given to the message transmission logical communication interface 15B is stored as the message transmission logical communication interface address.
  • network identification information given to the communication interface 34 of the host computer 30 on which the distributed application process 40 operates is stored as a transmission source host computer address.
  • transfer condition type information (delivery condition type information) is stored as a transfer condition type.
  • transfer condition information (delivery condition information) is stored as a transfer condition.
  • FIG. 18 (h) shows the message received by the message delivery process 22A on the network device 10A via the message transmission logical communication interface 15B, after adding the delivery condition and the association condition, to the message transmission logical communication interface 15B. It is a figure which shows the structure of the communication data 61 at the time of delivery.
  • the network identification information given to the message receiving logical communication interface 15A is stored in the transmission destination address 80a of the communication data 61 as the message receiving logical communication interface address.
  • the transmission source address 80b of the communication data 61 network identification information given to the communication interface 34 of the host computer 30 on which the distributed application process 40 of the message transmission source operates is stored as a transmission source host computer address.
  • the type 80f of the communication data 61 information indicating that the communication data 61 is a message transfer request (message delivery request) is stored as a message transfer request identifier.
  • message contents to be delivered are stored as message data.
  • FIG. 18 (i) is a diagram showing the structure of communication data 62 when the distributed application process 40 requests the network device 10A to receive a message.
  • the network identification information given to the message reception logical communication interface 15A is stored in the transmission destination address 80a of the communication data 62 as the message reception logical communication interface address.
  • the network identification information given to the communication interface 34 of the host computer 30 on which the distributed application process 40 operates is stored as the transmission source host computer address in the transmission source address 80b of the communication data 62.
  • information indicating that the communication data 62 is a message reception request is stored as a message reception request identifier.
  • the operation of the network device 10A when receiving the communication data 62 is shown in FIG.
  • FIG. 18J is a diagram showing the structure of the communication data 63 when the network device 10A delivers a message in response to a message reception request from the distributed application process 40.
  • the network identification information given to the communication interface 34 of the host computer 30 of the message reception request source is stored in the transmission destination address 80a of the communication data 63 as the request source host computer address.
  • the network identification information given to the message receiving logical communication interface 15A is stored in the transmission source address 80b of the communication data 63 as the message receiving logical communication interface address.
  • information indicating that the communication data 63 is a message reception request is stored as a message reception request identifier.
  • message contents to be delivered are stored as message data.
  • the operation of the network device 10A when receiving the communication data 63 is shown in FIG.
  • FIG. 18 (k) is a diagram illustrating a structure of communication data 64 when the network device 10A delivers a message to a subscriber registered in advance.
  • the transmission destination address 80a of the communication data 64 stores subscriber network identification information as a subscriber address.
  • the network identification information given to the message receiving logical communication interface 15A is stored in the transmission source address 80b of the communication data 64 as the message receiving logical communication interface address.
  • the type 80f of the communication data 64 stores information indicating that the communication data 64 is message delivery as a message delivery request identifier.
  • message contents to be delivered are stored as message data.
  • the operation of the network device 10A when receiving the communication data 64 is shown in FIG.
  • FIG. 19 is a sequence diagram illustrating an example of messaging in the second embodiment. It is a figure which shows the whole sequence in which the network apparatus 10A and the distributed application process 40 perform messaging in cooperation with each other. For simplification of explanation, FIG. 19 shows the relationship between the two network devices 10A-1 and 10A-3 constituting the system, and the host computer 30-1 and the host computer 30-4 connected to each of them. A communication sequence is shown. On the network devices 10A-1 and 10A-3, a messaging management process 21A and a message delivery process 22A operate, respectively. On the host computers 30-1 and 30-4, the distributed application process 40 operates. In the initial state, the network device 10A-1 includes a message transmission logical communication interface 15B. The network device 10A-3 includes a message receiving logical communication interface 15A.
  • the distributed application process 40 on the host computer 30-1 sends the message receiving logical communication interface 15A to the messaging management process 21A via the registration logical communication interface 16A on the network device 10A-1.
  • the configuration request is made by transmitting the communication data 54 shown in FIG.
  • the messaging management process 21A on the network device 10A-1 constitutes a message receiving logical communication interface 15A.
  • the distributed application process 40 on the host computer 30-4 sends the message transmission logical communication interface 15B to the messaging management process 21A via the registration logical communication interface 16 on the network device 10A-3.
  • the configuration request is made by transmitting the communication data 55 shown in FIG.
  • the messaging management process 21A on the network device 10A-3 constitutes a message transmission logical communication interface 15B.
  • the network device 10A-1 and the network device 10A-3 exchange configuration information, and mutually recognize the identification information of the message reception logical communication interface 15A and the message transmission logical communication interface 15B.
  • the configuration information exchange may be performed by multicasting the communication data 57 illustrated in FIG. 16D, or may be performed using a known mechanism such as LLDP.
  • sequence Q35 the distributed application process 40 on the host computer 30-1 sends a list of message transmission logical communication interfaces 15B to the messaging management process 21A via the registration logical communication interface 16 of the network device 10A-1. Send an acquisition request.
  • the acquisition request is made by requesting configuration information with the communication data 58 shown in FIG. If the distributed application process 40 can acquire the list of message transmission logical communication interfaces 15B by another method, for example, when the application administrator manually manages the list of message transmission logical communication interfaces 15B, a sequence is performed. Q35 and subsequent sequence Q36 may not be performed.
  • the messaging management process 21A on the network device 10A-1 transmits a list response of the message transmission logical communication interface 15B to the distributed application process 40 on the host computer 30-1. The list response is performed by responding the configuration information with the communication data 59 shown in FIG.
  • the distributed application process 40 on the host computer 30-1 performs registration logic of the network device 10A-1 in order to associate the message transmission logical communication interface 15B with the message reception logical communication interface 15A.
  • a message transmission / reception logical interface association request is made to the messaging management process 21A via the communication interface 16.
  • the message transmission / reception logical interface association request is made with the communication data 56 shown in FIG.
  • the messaging management process 21A delivers the association request to the messaging management process 21A of the network device 10A-3 having the message transmission logical communication interface 15B of the association request target.
  • the association request is made with the communication data 56 shown in FIG.
  • the message data can be delivered appropriately.
  • the distributed application process 40 on the host computer 30-4 transmits message data to the message transmission logical communication interface 15B of the network device 10A-3.
  • the message data transmission is performed by transmitting the communication data 60 shown in FIG.
  • the message delivery process 22A on the network device 10A-3 receives the message data via the message transmission logical communication interface 15B.
  • the message delivery process 22A on the network device 10A-3 transfers the message data to the message receiving logical communication interface 15A.
  • the network device 10A-3 collates the association condition registered in advance with the message data, and sets the message reception logical communication interface 15A of the network device 10A-1 as the transfer destination.
  • the message data transfer is performed by transmitting the communication data 61 shown in FIG.
  • sequence Q42 the message delivery process 22A on the network device 10A-1 receives the message data via the message reception logical communication interface 15A.
  • the message delivery process 22A on the network device 10A-1 delivers the message data to the distributed application process 40 on the host computer 30-1 that is the corresponding subscriber.
  • This message data delivery is performed by transmitting the communication data 64 shown in FIG.
  • the message delivery process 22A on the network device 10A-1 receives message data via the message receiving logical communication interface 15A, it may store it in the corresponding queue 28.
  • the distributed application process 40 makes a message reception request by transmitting the communication data 62 shown in FIG. 18 (i) to the network device 10A-1. Further, the corresponding queue 28 responds to the message reception request with the communication data 63 shown in FIG.
  • FIG. 20 is a flowchart showing the message reception logical communication interface registration process of the messaging management process of the network device in the second embodiment.
  • the distributed application process 40 transmits a configuration request for the message reception logical communication interface 15A based on the communication data 54 shown in FIG. 16A to the registration logical communication interface 16A of the network device 10A. Thereby, the process of FIG. 20 is started.
  • step S80 the messaging management process 21A on the network device 10A receives a configuration request for the message reception logical communication interface 15A from the distributed application process 40 via the registration logical communication interface 16A.
  • step S81 the messaging management process 21A releases the encapsulation of the configuration request, and acquires the network identification information of the message reception logical communication interface 15A included in the configuration request.
  • step S82 the messaging management process 21A determines whether or not specific identification information is included in the network identification information of the message receiving logical communication interface 15A included in the configuration request. If the condition is satisfied (Yes), the messaging management process 21A performs the process of step S83, and if the condition is not satisfied (No), the messaging management process 21A performs the process of step S87.
  • step S83 the messaging management process 21A refers to the reception endpoint ID column 25a of the message reception logical communication interface management table 25, and sets the network identification information of the message reception logical communication interface 15A included in the configuration request. Search for a match.
  • step S84 the messaging management process 21A determines whether or not the network identification information of the message reception logical communication interface 15A included in the configuration request has been registered in the message reception logical communication interface management table 25. To do.
  • the messaging management process 21A performs the process of step S85 if the condition is not satisfied (No), and performs the process of step S86 if the condition is satisfied (Yes).
  • step S85 the messaging management process 21A registers the network identification information of the message reception logical communication interface 15A included in the configuration request in the message reception logical communication interface management table 25, and the message reception logical communication.
  • the interface 15A is newly configured, and the processing in FIG.
  • step S86 the messaging management process 21A returns an error response to the distributed application process 40, and ends the process of FIG.
  • step S87 the messaging management process 21A automatically generates network identification information of the message receiving logical communication interface 15A.
  • step S88 the messaging management process 21A registers the generated network identification information of the message reception logical communication interface 15A in the message reception logical communication interface management table 25, and newly sets the message reception logical communication interface 15A. Configure.
  • step S89 the messaging management process 21A returns the generated network identification information of the message receiving logical communication interface 15A to the distributed application process 40, and ends the processing of FIG.
  • FIG. 21 is a flowchart showing message transmission logical communication interface registration processing of the messaging management process of the network device according to the second embodiment.
  • the distributed application process 40 transmits a configuration request for the message transmission logical communication interface 15B based on the communication data 55 shown in FIG. 16B to the registration logical communication interface 16A of the network device 10A. Thereby, the process of FIG. 21 is started.
  • step S90 the messaging management process 21A on the network device 10A receives a configuration request for the message transmission logical communication interface 15B from the distributed application process 40 via the registration logical communication interface 16A.
  • step S91 the messaging management process 21A cancels the encapsulation of the configuration request, and acquires the network identification information of the message transmission logical communication interface 15B included in the configuration request.
  • step S92 the messaging management process 21A determines whether or not specific identification information is included in the network identification information of the message transmission logical communication interface 15B acquired in step S91. If the condition is satisfied (Yes), the messaging management process 21A performs the process of step S93, and if the condition is not satisfied (No), the messaging management process 21A performs the process of step S97.
  • step S93 the messaging management process 21A refers to the transmission endpoint ID column 26a of the message transmission logical interface management table 26 and matches the network identification information of the message transmission logical communication interface 15B included in the configuration request. Search for something to do.
  • step S94 the messaging management process 21A determines whether or not the network identification information of the message transmission logical communication interface 15B included in the configuration request has been registered in the message transmission logical interface management table 26. .
  • the messaging management process 21A performs the process of step S95 if the condition is not satisfied (No), and performs the process of step S96 if the condition is satisfied (Yes).
  • step S95 the messaging management process 21A registers the network identification information of the message transmission logical communication interface 15B included in the configuration request in the message transmission logical interface management table 26, and the message transmission logical communication interface. 15B is newly configured, and the processing of FIG. 21 is terminated.
  • step S96 the messaging management process 21A responds an error to the distributed application process 40, and ends the process of FIG.
  • step S97 the messaging management process 21A automatically generates network identification information of the message transmission logical communication interface 15B.
  • step S98 the messaging management process 21A registers the generated network identification information of the message transmission logical communication interface 15B in the message transmission logical interface management table 26, and newly sets the message transmission logical communication interface 15B. Constitute.
  • step S99 the messaging management process 21A responds to the distributed application process 40 with the generated network identification information of the message transmission logical communication interface 15B, and ends the processing of FIG.
  • FIG. 22 is a flowchart showing the message transmission / reception logical interface association processing of the messaging management process of the network device in the second embodiment.
  • the distributed application process 40 transmits an acquisition request for a list of message transmission logical communication interfaces 15B based on the communication data 58 illustrated in FIG. 17E to the registration logical communication interface 16A of the network device 10A. Thereby, the process of FIG. 22 is started.
  • the messaging management process 21A receives a list acquisition request for the message transmission logical communication interface 15B from the distributed application process 40 via the registration logical communication interface 16A.
  • step S101 the messaging management process 21A refers to the message transmission logical interface management table 26 and acquires a list of the message transmission logical communication interfaces 15B.
  • step S102 the messaging management process 21A responds to the distributed application process 40 with a list of the message transmission logical communication interfaces 15B.
  • step S103 the messaging management process 21A uses the message transmission / reception including the association condition with the identification information of the message reception logical communication interface 15A from the distributed application process 40 via the message transmission logical communication interface 15B. A request to associate a logical interface is received.
  • step S104 the messaging management process 21A cancels the encapsulation of the association request, and acquires the identification information and the association condition of the message reception logical communication interface 15A included in the association request.
  • step S105 the messaging management process 21A refers to the transmission endpoint ID column 27a and the reception endpoint ID column 27b of the message transmission / reception logical interface association management table 27, and determines whether or not the association request has already been registered. to decide.
  • the messaging management process 21A performs the process of step S106 if the condition is not satisfied (No), and performs the process of step S107 if the condition is satisfied (Yes).
  • step S106 the messaging management process 21A stores the association request information in the message transmission / reception logical interface association management table 27. That is, the messaging management process 21A stores the network identification information of the message transmission logical communication interface 15B included in the association request in the transmission endpoint ID column 27a. The messaging management process 21A stores the network identification information of the message reception logical communication interface 15A included in the association request in the reception endpoint ID column 27b. The messaging management process 21A stores the association condition type included in the association request in the association condition type column 27c. The messaging management process 21A stores the association condition included in the association request in the association condition column 27d. When the process of step S106 ends, the messaging management process 21A ends the process of FIG.
  • step S107 the messaging management process 21A responds an error to the distributed application process 40, and ends the process of FIG.
  • FIG. 23 is a flowchart showing message transmission processing of the message delivery process of the network device in the second embodiment.
  • the distributed application process 40 transmits a message transmission request including message data based on the communication data 60 shown in FIG. 17G and delivery condition information to the message transmission logical communication interface 15B of the network device 10A. Thereby, the process of FIG. 23 is started.
  • the message delivery process 22A of the network device 10A receives a message transmission request including message data and delivery condition information from the distributed application process 40 via the message transmission logical communication interface 15B.
  • step S111 the message delivery process 22A releases the encapsulation of the message transmission request, and acquires the message and the delivery condition information included in the message transmission request.
  • step S112 the message delivery process 22A refers to the transmission endpoint ID column 27a of the message transmission / reception logical interface association management table 27 and obtains an entry list related to the message transmission logical communication interface 15B that has received the transmission request. To do.
  • step S113 to S116 the message delivery process 22A repeats the process for all acquired entries.
  • step S114 the message delivery process 22A refers to the association condition type field 27c, the association condition field 27d, and the reception endpoint ID field 27b of the entry, and determines whether or not the delivery condition information is met.
  • the message delivery process 22A performs the process of step S116 if the condition is not satisfied (No), and performs the process of step S115 if the condition is satisfied (Yes).
  • the association condition type column 27c of the entry is a keyword
  • the message delivery process 22A determines whether the keyword described in the association condition column 27d matches any of the messages included in the message transmission request. To do.
  • the message delivery process 22A uses the mask information described in the association condition column 27d as the network identification information of the message reception logical communication interface 15A included in the message transmission request. As a result, all the bit fields become “0”, and therefore it is determined whether or not specific message identification information is included in the message transmission request.
  • the association condition type column 27c of the entry is a multicast group
  • the message delivery process 22A determines whether the multicast group in the association condition column 27d matches the multicast address included in the message transmission request.
  • step S115 the message delivery process 22A adds the network identification information of the message reception logical communication interface 15A in the reception endpoint ID column 27b of the entry to the response list.
  • step S116 the message delivery process 22A determines whether the process has been repeated for all entries. If the condition is not satisfied, the message delivery process 22A returns to the process of step S113.
  • step S117 the message delivery process 22A copies the message data to the message reception logical communication interface 15A included in the response list as needed, and then delivers the message data.
  • FIG. 24 is a flowchart showing message reception processing (1) of the message delivery process of the network device in the second embodiment.
  • the message delivery process 22A receives the message via the message reception logical communication interface 15A.
  • the message delivery process 22A refers to the reception endpoint ID column 25a of the message reception logical communication interface management table 25, and acquires an entry related to the message reception logical communication interface 15A that has received the message.
  • step S122 the message delivery process 22A refers to the subscriber ID column 25d of the entry and determines whether or not subscriber information is registered.
  • the message delivery process 22A performs the process of step S124 if the condition is satisfied (Yes), and performs the process of step S123 if the condition is not satisfied (No).
  • step S123 the message delivery process 22A refers to the queue ID field 25b of the entry, stores the message in the queue 28, waits for a message reception request from the distributed application process 40, and performs the processing of FIG. Exit.
  • step S124 the message delivery process 22A delivers the message to the subscriber and ends the processing in FIG.
  • FIG. 25 is a flowchart showing the message reception process (2) of the message delivery process of the network device in the second embodiment.
  • the message delivery process 22A receives a message reception request from the distributed application process 40 via the message reception logical communication interface 15A.
  • step S131 the message delivery process 22A refers to the message reception logical communication interface management table 25, and determines whether or not a message is stored in the queue 28 associated with the message reception logical communication interface 15A. Judging.
  • the message delivery process 22A performs the process of step S132 if the determination condition is satisfied (Yes), and performs the process of step S134 if the determination condition is not satisfied (No).
  • step S132 the message delivery process 22A retrieves the message from the queue 28 and returns the message to the distributed application process 40.
  • the message delivery process 22A deletes the message from the queue 28, and ends the process of FIG.
  • step S134 the message delivery process 22A sends an error response to the distributed application process 40, and ends the process of FIG.
  • the distributed application integrated network system 1A provides a logical communication interface for message transmission / reception to the network device 10A and sets an association condition.
  • the message is sent in encapsulated form.
  • the network device 10A determines the reception logical communication interface of the message transmission destination based on the delivery condition and the association condition obtained by releasing the encapsulation of the message, and delivers the message or delivers the message to the subscriber.
  • the messaging processing that is conventionally performed independently by the application program becomes unnecessary, and the message can be directly delivered to the distributed application process 40.
  • the distributed application integrated network system 1A uses the logical communication interface of the network device 10A instead of an exchange or a queue. Thereby, the synchronization of the distributed application process 40, which is a problem common to the distributed application system, can be realized with high reliability and efficiency.
  • a conversion process 71 described later performs heartbeat communication. Furthermore, in the distributed application integrated network system 1C of the third embodiment, instead of the distributed application process 40 (FIG. 3) of the second embodiment transmitting and receiving messaging, a conversion process 71 described later transmits and receives messaging.
  • FIG. 26 is a schematic configuration diagram showing a distributed application integrated network system according to the third embodiment.
  • the distributed application integrated network system 1C of the third embodiment includes a management server 70 in addition to the same configuration as the distributed application integrated network system 1 (FIG. 1) of the first embodiment.
  • Other configurations are the same as the configuration of the distributed application integrated network system 1 (FIG. 1) of the first embodiment.
  • the management server 70 is a server computer that manages and controls the network device 10, the host computer 30, and the like.
  • the management server 70 includes a management table 23, a forwarding table 24, a message reception logical communication interface management table 25, and a message transmission logical interface management table 26 similar to those in the first embodiment. And a message transmission / reception logical interface association management table 27, and further includes a conversion process 71 and a conversion table 72.
  • conversion is performed in which the heartbeat communication and message communication performed by the distributed application process 40 on the host computer 30 by the conventional method are converted into the methods described in the first embodiment and the second embodiment.
  • a process 71 and a conversion table 72 including conversion rules are included.
  • the conversion process 71 This is a process of converting requests and responses of the distributed application process 40 in the first embodiment and the second embodiment.
  • the conversion process 71 converts the heartbeat communication destination to the monitoring logical communication interface 15 of the network device 10 in a procedure in which the distributed application process 40 performs heartbeat communication with another distributed application process 40 in a conventional manner. . Further, in the procedure in which the distributed application process 40 registers the exchange or queue 28 in the message server and transmits / receives a message by a conventional method, the network identification information of the message server is used as the network of the registration logical communication interface 16 of the network device 10. In the identification information, the exchange identification information is the network identification information of the message transmission logical communication interface 15B, the identification information of the queue 28 is the network identification information of the message reception logical communication interface 15A, and the message routing key is the message reception logic. The communication interface 15A and the message transmission logical communication interface 15B are converted into association conditions and delivery conditions.
  • the conversion table 72 is a table for the conversion process 71 to convert a request or response from the distributed application process 40 or the like into the request or response in the first embodiment or the second embodiment.
  • the request of the distributed application process 40 or the like is a request issued by the distributed application process 40 to another distributed application process 40 or a message server.
  • a response such as the distributed application process 40 is a response that the distributed application process 40 receives from another distributed application process 40 or a message server.
  • FIG. 27 is a diagram showing a conversion table in the third embodiment.
  • the conversion table 72 includes a pre-conversion identifier field 72a and a post-conversion identifier field 72b. Each column is a table column. Each entry is a table row.
  • the pre-conversion identifier field 72a stores identification information such as other distributed application processes 40 used by the distributed application process 40, message servers, exchanges, queues 28, and routing keys.
  • the post-conversion identifier column 72b stores the identification information to which the conversion process 71 converts the various types of identification information in the pre-conversion identifier column 72a.
  • the distributed application integrated network system 1C according to the third embodiment is configured so that, for example, in the distributed application integrated network system 1 according to the first embodiment, each distributed application process 40 is connected to the network device 10.
  • the registration process to be performed and the process of exchanging cluster identification information among the plurality of network devices 10 are not required.
  • each distributed application process 40 transmits a message receiving logical communication interface 15A to the network device 10A.
  • the process of configuring the message transmission logical communication interface 15B, the process of setting the correlation condition between them, and the like are not required. That is, heartbeat communication and messaging can be performed transparently without changing the distributed application process 40.
  • the distributed application integrated network system 1C according to the third embodiment can perform the heartbeat communication method according to the first embodiment without changing the distributed application process 40 on each host computer 30 according to the characteristics. It becomes possible to implement the messaging method of the second embodiment. Furthermore, the distributed application integrated network system 1C according to the third embodiment enables an operation administrator and management and control software to centrally manage and control the distributed application integrated network system 1.
  • the distributed application process 40 performs heartbeat communication and message communication performed by a conventional method, the conversion process 71 performs the heartbeat communication of the first embodiment, and the second It converts into the message communication of embodiment. Thereby, the distributed application process 40 can transparently perform the heartbeat communication of the first embodiment and the message communication of the second embodiment.
  • the distributed application integrated network system 1 ⁇ / b> C manages and controls the network device 10 and the conversion process 71 from the outside by the management server 70.
  • the distributed application system can be managed and controlled in an integrated manner, and resource availability can be ensured, resource locations can be managed, and distributed application processes 40 can be efficiently synchronized.
  • FIG. 28 is a schematic configuration diagram showing a host computer in the fourth embodiment.
  • the storage unit 36D of the host computer 30D of the third embodiment includes a conversion process 41 and a conversion table 42 in addition to the same configuration as the storage unit 36 of the host computer 30 (FIG. 3) of the first embodiment. Yes.
  • the conversion process 41 has the same function as the conversion process 71 (FIG. 26) of the third embodiment, except that the conversion target is limited to that related to the host computer 30D.
  • the conversion table 42 is configured in the same manner as the conversion table 72 (FIG. 27) of the third embodiment.
  • the conversion process 41 is a process for converting the request and response related to the distributed application process 40 of the host computer 30D into the request and response of the distributed application process 40 in the first embodiment and the second embodiment.
  • the conversion process 41 is distributed in each host computer 30D and operates autonomously and distributedly.
  • the fourth embodiment described above has the following effect (F).
  • the conversion process 41 and the conversion table 42 operate in an autonomous and distributed manner on each host computer 30D. Accordingly, the distributed application process 40 can transparently perform the heartbeat communication of the first embodiment and the message communication of the second embodiment without providing the management server 70 (FIG. 26). Become.
  • Communication data 50 to 53 (FIG. 5) of the first embodiment and communication data 54 to 64 (FIGS. 16 to 18) of the second embodiment are general Ethernet (registered trademark) communication frames.
  • the data structure in the embodiment is mapped to the header part and the data part.
  • the present invention is not limited to this. For example, it may be mapped to a header part or a data part of a TCP / IP communication packet, or may be mapped to a proprietary communication frame.
  • the conversion process 71 and the conversion table 72 of the third embodiment may be on the network device 10, and further on an apparatus such as an appliance on the path between the host computer 30 and the network device 10. There may be.
  • the network device 10 according to the first embodiment or the network device 10A according to the second embodiment may perform a low layer process such as a layer 2 switch or a layer 3 switch.

Abstract

[Problem] In a distributed application system, utility decreases when a network problem occurs, and the system's overall performance decreases when communication concentrates on a particular computer. [Solution] A distributed application-integrating network system (1) is provided with multiple host computers (30), a network device (10), and a distributed application process (40) that runs on each host computer (30). The network device (10) is provided with: a communication interface (14) that communicates with the host computers (30) on which the distributed application process (40) runs; a monitoring-use logical communication interface that logically communicates with the distributed application process (40) via the communication interface (14); and a management process that communicates with the distributed application process (40) via the monitoring-use logical communication interface.

Description

分散アプリケーション統合型ネットワークシステムDistributed application integrated network system
 本発明は、複数のネットワーク装置を介して複数のホストコンピュータが接続された分散アプリケーションシステムに関するものである。 The present invention relates to a distributed application system in which a plurality of host computers are connected via a plurality of network devices.
 近年、個人や企業、組織に於いて、計算機資源やアプリケーションを柔軟かつ安価に活用するクラウドコンピューティングが注目されている。クラウドコンピューティングを提供するサービス基盤に於いては、多数の個人や企業、組織に対して安価なサービスを24時間365日提供するために、コスト低減、信頼性、および、スケーラビリティの確保が要求される。このように相反する目的を達成するため、クラウドコンピューティングは、安価なホストコンピュータ上に、アプリケーションプロセス(プログラム)を動作させ、ネットワークを介して互いに連携させることが多い。これにより、分散アプリケーションシステムが実現される。
 以下、ホストコンピュータ上のアプリケーションプロセスのことを、分散アプリケーションプロセスと記載している場合がある。
In recent years, cloud computing that uses computer resources and applications flexibly and inexpensively has attracted attention in individuals, companies, and organizations. In the service infrastructure that provides cloud computing, it is required to ensure cost reduction, reliability, and scalability in order to provide inexpensive services 24 hours a day, 365 days for many individuals, companies, and organizations. The In order to achieve such conflicting objectives, cloud computing often operates application processes (programs) on an inexpensive host computer and cooperates with each other via a network. Thereby, a distributed application system is realized.
Hereinafter, the application process on the host computer may be described as a distributed application process.
 分散アプリケーションシステムに於いては、リソースの可用性を、何らかの方法で確保する必要がある。ここでリソースとは、例えば、前記した分散アプリケーションプロセスが参照するデータのことをいう。
 多数のホストコンピュータ上の分散アプリケーションプロセスにまたがってリソース(データ)を保持することから、どの分散アプリケーションプロセスがどのリソース(データ)を保持しているかを随時把握する必要がある。そのため、リソースの場所を何らかの方法で管理する必要がある。
 さらに、多数の分散アプリケーションプロセスを協調動作させる必要があるため、多数のホストコンピュータ上の分散アプリケーションプロセス間で、何らかの方法を用いて同期を取る必要がある。
In a distributed application system, it is necessary to ensure resource availability by some method. Here, the resource refers to, for example, data referred to by the distributed application process.
Since resources (data) are held across distributed application processes on a large number of host computers, it is necessary to grasp at any time which distributed application processes hold which resources (data). Therefore, it is necessary to manage the location of the resource by some method.
Furthermore, since it is necessary to coordinate a large number of distributed application processes, it is necessary to synchronize the distributed application processes on a large number of host computers using some method.
 リソースの可用性確保、リソースの場所管理、分散アプリケーションプロセス間同期という分散アプリケーションシステムの共通課題に対処するため、様々な解決方法が提案されている。
 リソースの可用性確保を実現する方法として、クラスタリングが一般的に採用されている。クラスタリングとは、複数のホストコンピュータ上の分散アプリケーションプロセス間で生死監視を行うことで、一つのホストコンピュータに障害が発生した場合に、他のホストコンピュータにリソースを引き継ぎ、よって耐障害性を高めるものである。
 特許文献1には、ホストコンピュータ間で、ハートビート通信と呼ばれる生死確認を行うことでクラスタリングを行う発明が記載されている。
Various solutions have been proposed in order to deal with common problems of distributed application systems such as securing resource availability, resource location management, and synchronization between distributed application processes.
Clustering is generally adopted as a method for ensuring resource availability. Clustering is a process of monitoring life and death among distributed application processes on multiple host computers, so that when a failure occurs in one host computer, resources are handed over to other host computers, thereby improving fault tolerance. It is.
Patent Document 1 describes an invention in which clustering is performed by performing life / death confirmation called heartbeat communication between host computers.
 リソースの場所管理を実現する方法として、マッピングが一般的に採用されている。マッピングとは、ハッシュ関数と呼ばれる一方向性関数を用いて個々のリソースを個々の分散アプリケーションプロセスにマッピングし、リソースを保持する分散アプリケーションプロセスを特定するものである。分散アプリケーションシステムは、きわめて多数のリソースを取り扱う。そのため、リソースと分散アプリケーションプロセスとの対応関係を表形式のデータベースなどで管理すると、表が巨大になり現実的ではないからである。
 特許文献2には、ハッシュ関数を用いてリソースを各コンピュータにマッピングして管理する発明が記載されている。
Mapping is generally adopted as a method for realizing resource location management. Mapping is a process of mapping individual resources to individual distributed application processes using a one-way function called a hash function, and specifying the distributed application processes that hold the resources. A distributed application system handles a very large number of resources. For this reason, if the correspondence between resources and distributed application processes is managed by a tabular database or the like, the table becomes huge and is not realistic.
Patent Document 2 describes an invention for managing resources by mapping them to each computer using a hash function.
 分散アプリケーションプロセス間同期を実現する方法として、メッセージングが一般的に用いられている。メッセージングとは、ホストコンピュータ上に、エクスチェンジやキューと呼ばれるメッセージ送信用および受信用の格納領域を設けるものである。エクスチェンジやキューは、分散アプリケーションプロセス間でメッセージをやり取りし、情報伝達、情報共有、および、同期処理を実現する。
 特許文献3には、エクスチェンジやキューを用いてコンピュータ間でメッセージをやり取りする発明が記載されている。
 非特許文献1には、メッセージングの標準的なプロトコルが公開されている。
Messaging is commonly used as a method for achieving distributed application inter-process synchronization. Messaging is to provide storage areas for sending and receiving messages called exchanges and queues on a host computer. Exchanges and queues exchange messages between distributed application processes to realize information transmission, information sharing, and synchronous processing.
Patent Document 3 describes an invention in which messages are exchanged between computers using exchanges and queues.
Non-Patent Document 1 discloses a standard protocol for messaging.
米国特許第6438705号明細書US Pat. No. 6,438,705 米国特許第6173313号明細書US Pat. No. 6,173,313 米国特許第7818386号明細書US Patent No. 7,818,386
 特許文献1~3に記載の発明、および、非特許文献1に記載の技術のいずれにも、接続性確保や通信転送以外の観点で、ネットワーク層と分散アプリケーションプロセス層の相互連携の仕組みは開示されていない。これらの発明は、分散アプリケーションプロセス層でのみ、リソースの可用性確保、リソースの場所管理、および、プロセス間同期を行っている。そのため、ネットワーク障害が発生した際には、分散アプリケーションシステム全体の可用性低下、および、特定のホストコンピュータに通信が集中することによるシステム全体での性能低下の虞を有している。 In both the inventions described in Patent Documents 1 to 3 and the technology described in Non-Patent Document 1, the mechanism of mutual cooperation between the network layer and the distributed application process layer is disclosed from a viewpoint other than securing connectivity and communication transfer. It has not been. These inventions perform resource availability, resource location management, and inter-process synchronization only at the distributed application process layer. For this reason, when a network failure occurs, there is a risk that the availability of the entire distributed application system may be reduced and the performance of the entire system may be reduced due to communication being concentrated on a specific host computer.
 特許文献1に記載の発明は、個々のホストコンピュータ上で動作する分散アプリケーションプロセス間で直接的に、または、あるホストコンピュータ上の監視アプリケーションを介して間接的に、前述したようなハートビート通信を行う。そのため、ハートビート通信の経路上のネットワークで障害が発生した場合、分散アプリケーションプロセスは、ハートビート通信相手である分散アプリケーションプロセスに障害が発生したのか、または、ネットワークに障害が発生したのかを区別することができない。
 ホストコンピュータとネットワーク装置間、またはネットワーク装置間などの個々の通信線については、通信線両端のホストコンピュータやネットワーク装置がリンクダウンなどのネットワーク障害を検出する仕組みがあるが、あくまで個々の通信線に直接繋がっている機器でのみ把握できるものであり、分散アプリケーションシステムの何処の通信線で障害が発生したかを個々の分散アプリケーションプロセスが確実に把握するのは困難である。そのため個々の分散アプリケーションプロセスは、障害を区別することなく、分散アプリケーションプロセス障害という最悪の事態を想定してリソースを他のノードに引き継ぐなどの障害対応動作を自律的に行うようプログラムされている場合が多い。しかし、上流のネットワークで障害が発生すると、下流の多数の分散アプリケーションプロセスは、障害対応を一斉に行い、大量リソースを一斉に引き継ぐので、リソースの枯渇による大規模障害を誘発する虞がある。
In the invention described in Patent Document 1, heartbeat communication as described above is performed directly between distributed application processes operating on individual host computers or indirectly via a monitoring application on a certain host computer. Do. Therefore, when a failure occurs in the network on the heartbeat communication path, the distributed application process distinguishes whether a failure has occurred in the distributed application process that is the heartbeat communication partner or in the network. I can't.
For individual communication lines such as between a host computer and a network device, or between network devices, there is a mechanism that the host computer or network device at both ends of the communication line detects a network failure such as a link down. It can be grasped only by directly connected devices, and it is difficult for each distributed application process to reliably grasp where a communication line of the distributed application system has failed. Therefore, when each distributed application process is programmed to autonomously perform failure handling operations such as taking over resources to other nodes in the worst case of distributed application process failure without distinguishing between failures There are many. However, when a failure occurs in the upstream network, a large number of downstream distributed application processes simultaneously handle failures and take over a large amount of resources all at once, which may induce a large-scale failure due to resource depletion.
 特許文献2に記載の発明は、リソースを分散アプリケーションプロセスにマッピングするため、分散アプリケーションプロセス、またはそれが動作するホストコンピュータのリストを維持管理するものである。特許文献2に記載の発明は、障害が発生した分散アプリケーションプロセスやホストコンピュータにリソースをマッピングしてしまうことのないよう、分散アプリケーションプロセスやホストコンピュータの動作状況を踏まえて当該リストを適時更新し続ける必要があり、当該リストが消失することのないように当該リストの可用性も考慮しなければならない。
 リストの鮮度や可用性を維持するために、複数のホストコンピュータ間でリストを多重化して管理する方法、または、ピアツーピア・プロトコルを用いてホストコンピュータ間で稼働状況やリストを相互伝達する方法なども知られている。しかし、これらの方法は、極めて煩雑である。さらに、システムが複雑化することにより、システム全体の可用性が低下してしまう虞があった。
The invention described in Patent Document 2 maintains and manages a list of distributed application processes or host computers on which the distributed application processes operate in order to map resources to distributed application processes. The invention described in Patent Document 2 continues to update the list in a timely manner based on the operation status of the distributed application process and the host computer so that the resource is not mapped to the distributed application process or the host computer in which a failure has occurred. The availability of the list must also be considered so that the list is not lost.
In order to maintain the freshness and availability of the list, it is also known how to multiplex and manage lists between multiple host computers, or how to communicate the operating status and list between host computers using peer-to-peer protocol. It has been. However, these methods are extremely complicated. Furthermore, there is a possibility that the availability of the entire system is lowered due to the complexity of the system.
 特許文献3に記載の発明は、メッセージサーバとなるホストコンピュータ上のアプリケーションプロセスによって、分散アプリケーションプロセス間でメッセージをやり取りするためのエクスチェンジやメッセージキュー(以下、単に「キュー」と呼称する)を提供するものである。特許文献3に記載の発明は、分散アプリケーションプロセスが、エクスチェンジやキューを管理するアプリケーションプロセスにアクセスする。そのため、当該アプリケーションプロセスが動作するメッセージサーバに通信が集中する虞がある。全てのメッセージは、ネットワークを介して一旦メッセージサーバに集まり、またネットワークを介して伝達される。これにより、特許文献3に記載の発明は、システム全体に於ける無駄な動作が多くなる。さらに、特許文献3に記載の発明は、当該メッセージサーバに障害が起こると、分散アプリケーションプロセス間でメッセージが不通になってしまう虞がある。特許文献3に記載の発明は、当該メッセージサーバの可用性についても考慮しなければならず、運用管理が極めて煩雑である上、システムが複雑化することでシステム全体の可用性が低下してしまう虞があった。 The invention described in Patent Document 3 provides an exchange and a message queue (hereinafter simply referred to as “queue”) for exchanging messages between distributed application processes by an application process on a host computer serving as a message server. Is. In the invention described in Patent Document 3, a distributed application process accesses an application process that manages exchanges and queues. Therefore, there is a possibility that communication concentrates on the message server where the application process operates. All the messages are gathered once to the message server via the network and are transmitted via the network. As a result, the invention described in Patent Document 3 has a lot of useless operations in the entire system. Furthermore, in the invention described in Patent Document 3, when a failure occurs in the message server, there is a possibility that the message may be disconnected between the distributed application processes. The invention described in Patent Document 3 must also take into account the availability of the message server. Operation management is extremely complicated, and the availability of the entire system may be reduced due to the complexity of the system. there were.
 そこで、本発明は、分散アプリケーション統合型ネットワークシステムの信頼性を高めると共に、性能を向上させることを課題とする。 Therefore, it is an object of the present invention to improve the reliability and performance of the distributed application integrated network system.
 前記した課題を解決するため、本発明の分散アプリケーション統合型ネットワークシステムは、以下のように構成した。
 すなわち、請求項1に記載の発明では、計算機、ネットワーク装置、および、前記計算機上で動作する分散アプリケーションプロセスを備え、前記ネットワーク装置は、前記分散アプリケーションプロセスが動作する前記計算機と通信する通信インタフェースと、前記通信インタフェースを介して前記分散アプリケーションプロセスと論理的に通信する論理通信インタフェースと、前記論理通信インタフェースを介して前記分散アプリケーションプロセスと通信する管理プロセスと、を備えることを特徴とする分散アプリケーション統合型ネットワークシステムとした。
 その他の手段については、発明を実施するための形態のなかで説明する。
In order to solve the above-described problems, the distributed application integrated network system of the present invention is configured as follows.
That is, according to the first aspect of the present invention, a computer, a network device, and a distributed application process operating on the computer are provided, and the network device communicates with the computer on which the distributed application process operates. A distributed application integration comprising: a logical communication interface that logically communicates with the distributed application process via the communication interface; and a management process that communicates with the distributed application process via the logical communication interface. Type network system.
Other means will be described in the embodiment for carrying out the invention.
 本発明によれば、分散アプリケーション統合型ネットワークシステムの信頼性を高めると共に、性能を向上させることが可能となる。 According to the present invention, the reliability of the distributed application integrated network system can be improved and the performance can be improved.
第1の実施形態に於ける分散アプリケーション統合型ネットワークシステムを示す概略の構成図である。1 is a schematic configuration diagram showing a distributed application integrated network system in a first embodiment. FIG. 第1の実施形態に於けるネットワーク装置を示す概略の構成図である。1 is a schematic configuration diagram showing a network device in a first embodiment. 第1の実施形態に於けるホストコンピュータを示す概略の構成図である。It is a schematic block diagram which shows the host computer in 1st Embodiment. 第1の実施形態に於ける管理テーブルの例を示す図である。It is a figure which shows the example of the management table in 1st Embodiment. 第1の実施形態に於ける通信データの構造を示す図である。It is a figure which shows the structure of the communication data in 1st Embodiment. 第1の実施形態に於けるハートビートの通信を示すシーケンス図である。It is a sequence diagram which shows the communication of the heartbeat in 1st Embodiment. 第1の実施形態に於けるネットワーク装置の管理プロセスの分散アプリケーションプロセス登録処理を示すフローチャートである。It is a flowchart which shows the distributed application process registration process of the management process of the network device in 1st Embodiment. 第1の実施形態に於ける他のネットワーク装置の管理プロセスのクラスタ情報交換処理を示すフローチャートである。It is a flowchart which shows the cluster information exchange process of the management process of the other network apparatus in 1st Embodiment. 第1の実施形態に於ける他のネットワーク装置の監視プロセスのハートビート監視および障害通知処理(1)を示すフローチャートである。6 is a flowchart showing heartbeat monitoring and failure notification processing (1) of a monitoring process of another network device in the first embodiment. 第1の実施形態に於ける他のネットワーク装置の監視プロセスのハートビート監視と障害通知処理(2)を示すフローチャートである。It is a flowchart which shows the heartbeat monitoring of the monitoring process of other network devices in 1st Embodiment, and a failure notification process (2). 第1の実施形態に於ける他のネットワーク装置の管理プロセスのアプリケーションプロセスリスト問合処理を示すフローチャートである。It is a flowchart which shows the application process list query process of the management process of the other network apparatus in 1st Embodiment. 第2の実施形態に於けるネットワーク装置を示す概略の構成図である。It is a schematic block diagram which shows the network device in 2nd Embodiment. 第2の実施形態に於けるメッセージ受信用論理通信インタフェース管理テーブルを示す図である。It is a figure which shows the logical communication interface management table for message reception in 2nd Embodiment. 第2の実施形態に於けるメッセージ送信用論理インタフェース管理テーブルを示す図である。It is a figure which shows the logical interface management table for message transmission in 2nd Embodiment. 第2の実施形態に於けるメッセージ送受信用論理インタフェース関連付け管理テーブルを示す図である。It is a figure which shows the logical interface correlation management table for message transmission / reception in 2nd Embodiment. 第2の実施形態に於ける通信データの構造(1)を示す図である。It is a figure which shows the structure (1) of the communication data in 2nd Embodiment. 第2の実施形態に於ける通信データの構造(2)を示す図である。It is a figure which shows the structure (2) of the communication data in 2nd Embodiment. 第2の実施形態に於ける通信データの構造(3)を示す図である。It is a figure which shows the structure (3) of the communication data in 2nd Embodiment. 第2の実施形態に於けるメッセージングの例を示すシーケンス図である。It is a sequence diagram which shows the example of the messaging in 2nd Embodiment. 第2の実施形態に於けるネットワーク装置のメッセージング管理プロセスのメッセージ受信用論理通信インタフェース登録処理を示すフローチャートである。It is a flowchart which shows the logical communication interface registration process for message reception of the messaging management process of the network device in 2nd Embodiment. 第2の実施形態に於けるネットワーク装置のメッセージング管理プロセスのメッセージ送信用論理通信インタフェース登録処理を示すフローチャートである。It is a flowchart which shows the logical communication interface registration process for message transmission of the messaging management process of the network device in 2nd Embodiment. 第2の実施形態に於けるネットワーク装置のメッセージング管理プロセスのメッセージ送受信用論理インタフェース関連付け処理を示すフローチャートである。It is a flowchart which shows the logical interface correlation process for message transmission / reception of the messaging management process of the network device in 2nd Embodiment. 第2の実施形態に於けるネットワーク装置のメッセージ配送プロセスのメッセージ送信処理を示すフローチャートである。It is a flowchart which shows the message transmission process of the message delivery process of the network device in 2nd Embodiment. 第2の実施形態に於けるネットワーク装置のメッセージ配送プロセスのメッセージ受信処理(1)を示すフローチャートである。It is a flowchart which shows the message reception process (1) of the message delivery process of the network device in 2nd Embodiment. 第2の実施形態に於けるネットワーク装置のメッセージ配送プロセスのメッセージ受信処理(2)を示すフローチャートである。It is a flowchart which shows the message reception process (2) of the message delivery process of the network device in 2nd Embodiment. 第3の実施形態に於ける分散アプリケーション統合型ネットワークシステムを示す概略の構成図である。It is a schematic block diagram which shows the distributed application integrated network system in 3rd Embodiment. 第3の実施形態に於ける変換テーブルを示す図である。It is a figure which shows the conversion table in 3rd Embodiment. 第4の実施形態に於けるホストコンピュータを示す概略の構成図である。It is a schematic block diagram which shows the host computer in 4th Embodiment.
 以降、本発明を実施するための形態を、各図を参照して詳細に説明する。
(第1の実施形態の構成)
Hereinafter, embodiments for carrying out the present invention will be described in detail with reference to the drawings.
(Configuration of the first embodiment)
 図1は、第1の実施形態に於ける分散アプリケーション統合型ネットワークシステムを示す概略の構成図である。
 分散アプリケーション統合型ネットワークシステム1は、ネットワーク装置10-1~10-3と、ホストコンピュータ30-1~30-6とを備えている。
 ネットワーク装置10-1は、ホストコンピュータ30-1~30-3と、ネットワーク装置10-2,10-3とに通信線を介して接続されている。ネットワーク装置10-2は、ネットワーク装置10-1,10-3に通信線を介して接続されている。ネットワーク装置10-3は、ホストコンピュータ30-4~30-6と、ネットワーク装置10-1,10-2とに通信線を介して接続されている。以下、各ネットワーク装置10-1~10-3を特に区別しないときには、単に「ネットワーク装置10」と記載する。各ホストコンピュータ30-1~30-6を特に区別しないときには、単に「ホストコンピュータ30」と記載する。
 ネットワーク装置10は、例えばスイッチやルータなどの機器であり、複数の通信インタフェース14を備えている。ネットワーク装置10は、通信線を介して通信インタフェース14が受信した通信データに対して、レイヤ2、レイヤ3、または、更に上位層の通信に対し、フォワーディングまたはルーティングといった処理を行い、他の通信インタフェース14を介して転送するものである。ネットワーク装置10は、他のネットワーク装置10またはホストコンピュータ30と、通信インタフェース14によって接続されている。
FIG. 1 is a schematic configuration diagram showing a distributed application integrated network system according to the first embodiment.
The distributed application integrated network system 1 includes network devices 10-1 to 10-3 and host computers 30-1 to 30-6.
The network device 10-1 is connected to the host computers 30-1 to 30-3 and the network devices 10-2 and 10-3 via communication lines. The network device 10-2 is connected to the network devices 10-1 and 10-3 via a communication line. The network device 10-3 is connected to the host computers 30-4 to 30-6 and the network devices 10-1 and 10-2 via communication lines. Hereinafter, when the network devices 10-1 to 10-3 are not particularly distinguished, they are simply referred to as “network device 10”. When the host computers 30-1 to 30-6 are not particularly distinguished, they are simply referred to as “host computer 30”.
The network device 10 is a device such as a switch or a router, and includes a plurality of communication interfaces 14. The network device 10 performs processing such as forwarding or routing on communication data received by the communication interface 14 via the communication line, and performs communication such as forwarding, routing, or other communication on other layers. 14 for transfer. The network device 10 is connected to another network device 10 or a host computer 30 through a communication interface 14.
 ホストコンピュータ30は、内部に於いて、分散して処理を行うソフトウェアプログラムを分散アプリケーションプロセス40として動作させている計算機であり、例えばサーバ装置などである。ホストコンピュータ30は、ネットワーク装置10と通信線を介して接続されている。
 ホストコンピュータ30上の各分散アプリケーションプロセス40は、一または複数のネットワーク装置10を介して、複数のホストコンピュータ30にまたがったクラスタを構成している。
 第1の実施形態に於いて、ホストコンピュータ30-1,30-2,30-4上の分散アプリケーションプロセス40は、クラスタ100を構成している。ホストコンピュータ30-3,30-5上の分散アプリケーションプロセス40は、クラスタ200を構成している。ホストコンピュータ30-6上の分散アプリケーションプロセス40は、クラスタ300を構成している。クラスタは、分散アプリケーション統合型ネットワークシステム1内に一つ以上存在する。
The host computer 30 is a computer in which a software program that performs processing in a distributed manner is operated as a distributed application process 40, and is a server device, for example. The host computer 30 is connected to the network device 10 via a communication line.
Each distributed application process 40 on the host computer 30 constitutes a cluster across a plurality of host computers 30 via one or a plurality of network devices 10.
In the first embodiment, the distributed application processes 40 on the host computers 30-1, 30-2, and 30-4 constitute a cluster 100. The distributed application processes 40 on the host computers 30-3 and 30-5 constitute a cluster 200. The distributed application process 40 on the host computer 30-6 constitutes a cluster 300. One or more clusters exist in the distributed application integrated network system 1.
 通信線は、公衆網、インターネット、ISDN(Integrated Services Digital Network)、専用線、LAN(Local Area Network)などに代表される有線網、無線LAN、移動通信用基地局による無線網、通信用人工衛星による無線網のいずれであってもよい。
 分散アプリケーション統合型ネットワークシステム1に於いて、ネットワーク装置10およびホストコンピュータ30に代表される機器は、個々の機器の物理的な通信インタフェースまたは、論理的な通信インタフェースに付与されたネットワーク識別情報によって識別される。各機器は、他の機器に対して、ネットワーク識別情報に基づく通信を行う。ネットワーク識別情報は、例えばIP(Internet Protocol)アドレスやMAC(Media Access Control)アドレスなどである。
Communication lines include public networks, the Internet, ISDN (Integrated Services Digital Network), leased lines, wired networks represented by LAN (Local Area Network), wireless LANs, wireless networks using mobile communication base stations, communication satellites The wireless network may be any of the above.
In the distributed application integrated network system 1, devices represented by the network device 10 and the host computer 30 are identified by the network identification information given to the physical communication interface of each device or the logical communication interface. Is done. Each device communicates with other devices based on the network identification information. The network identification information is, for example, an IP (Internet Protocol) address or a MAC (Media Access Control) address.
 図2は、第1の実施形態に於けるネットワーク装置を示す概略の構成図である。
 ネットワーク装置10は、CPU(Central Processing Unit)などを備えた制御部11と、記憶部20と、通信転送処理を行うスイッチコントローラ12と、これらを接続するデータバス13と、通信インタフェース14-1~14-9と、監視用論理通信インタフェース15-1~15-nと、登録用論理通信インタフェース16とを備えている。
 通信インタフェース14は、物理的または論理的なインタフェースであり、通信線を介して他の機器と通信を行うものである。通信インタフェース14は、バスを介してスイッチコントローラ12に接続され、通信線を介してホストコンピュータ30または他のネットワーク装置10に接続されている。通信インタフェース14は、分散アプリケーションプロセス40が動作するホストコンピュータ30、及び、他のネットワーク装置10と通信するものである。
FIG. 2 is a schematic configuration diagram illustrating the network device according to the first embodiment.
The network device 10 includes a control unit 11 having a CPU (Central Processing Unit), a storage unit 20, a switch controller 12 that performs communication transfer processing, a data bus 13 that connects them, and communication interfaces 14-1 to 14- 14-9, monitoring logical communication interfaces 15-1 to 15-n, and a registration logical communication interface 16.
The communication interface 14 is a physical or logical interface, and communicates with other devices via a communication line. The communication interface 14 is connected to the switch controller 12 via a bus, and is connected to the host computer 30 or another network device 10 via a communication line. The communication interface 14 communicates with the host computer 30 on which the distributed application process 40 operates and other network devices 10.
 監視用論理通信インタフェース15は、ホストコンピュータ30上の分散アプリケーションプロセス40がハートビート通信を行うためのものである。監視用論理通信インタフェース15は、バスを介してスイッチコントローラ12に接続されている。監視用論理通信インタフェース15は、通信インタフェース14を介して分散アプリケーションプロセス40と論理的に通信するものである。
 登録用論理通信インタフェース16は、ホストコンピュータ30上の分散アプリケーションプロセス40がクラスタ情報やハートビート間隔などの情報を登録し、監視用論理通信インタフェース15を構成するためのものである。登録用論理通信インタフェース16は、バスを介してスイッチコントローラ12に接続されている。
The monitoring logical communication interface 15 is for the distributed application process 40 on the host computer 30 to perform heartbeat communication. The monitoring logical communication interface 15 is connected to the switch controller 12 via a bus. The monitoring logical communication interface 15 logically communicates with the distributed application process 40 via the communication interface 14.
The registration logical communication interface 16 is used by the distributed application process 40 on the host computer 30 to register information such as cluster information and heartbeat intervals to configure the monitoring logical communication interface 15. The registration logical communication interface 16 is connected to the switch controller 12 via a bus.
 記憶部20は、例えば、RAM(Random Access Memory)に代表される揮発性記憶装置、または、ハードディスクやSSD(Solid State Drive)などに代表される読み書き可能な不揮発性記憶装置、光磁気メディアなどに代表される読み出し専用不揮発性記憶装置などである。
 ネットワーク装置10に於いて、制御部11は、例えばソフトウェアプログラムの実行に伴う演算処理を実行する。制御部11が実行するプログラムや、プログラムが使用するデータについては、記憶部20に格納されていてもよく、通信線を介して他の機器から受信してもよい。
The storage unit 20 is, for example, a volatile storage device represented by a RAM (Random Access Memory), a readable / writable nonvolatile storage device represented by a hard disk or an SSD (Solid State Drive), a magneto-optical medium, or the like. A typical example is a read-only nonvolatile memory device.
In the network device 10, the control unit 11 executes arithmetic processing associated with execution of a software program, for example. The program executed by the control unit 11 and the data used by the program may be stored in the storage unit 20 or may be received from another device via a communication line.
 管理プロセス21は、クラスタに所属する分散アプリケーションプロセス40からの要求に基づいて監視用論理通信インタフェース15の構成を行い、分散アプリケーションプロセス40と当該クラスタ、通信インタフェース14、監視用論理通信インタフェース15との対応関係を管理するものである。
 管理プロセス21は、管理情報の一覧を他のネットワーク装置10との間で定期的に、または、構成変更発生時に交換することにより、複数のネットワーク装置10に跨がって、分散アプリケーションプロセス40とクラスタなどの対応関係を管理する。
 管理プロセス21は、監視用論理通信インタフェース15を介して、分散アプリケーションプロセス40と通信する。
 更に、管理プロセス21は、分散アプリケーションプロセス40などから分散アプリケーションプロセス40のリスト要求を受け付け、例えば、正常に動作している分散アプリケーションプロセス40のリストを応答する。
The management process 21 configures the monitoring logical communication interface 15 based on a request from the distributed application process 40 belonging to the cluster, and the distributed application process 40, the cluster, the communication interface 14, and the monitoring logical communication interface 15 are connected. It manages correspondence.
The management process 21 exchanges a list of management information with other network devices 10 periodically or when a configuration change occurs, so that the distributed application process 40 Manage correspondences such as clusters.
The management process 21 communicates with the distributed application process 40 via the monitoring logical communication interface 15.
Furthermore, the management process 21 receives a list request for the distributed application process 40 from the distributed application process 40 and the like, and responds with a list of the distributed application processes 40 operating normally, for example.
 監視プロセス22は、分散アプリケーションプロセス40の稼働状況の監視、および障害通知を行うものである。監視プロセス22は、具体的には、個々の分散アプリケーションプロセス40が個々の監視用論理通信インタフェース15と行うハートビート通信、および、分散アプリケーションプロセス40が動作しているホストコンピュータ30と通信線を介して接続している通信インタフェース14を監視することで、通信断が発生した場合に於いて、当該通信断がホストコンピュータ30との間の通信線の障害なのか、分散アプリケーションプロセス40の障害なのかを切り分ける。さらに、監視プロセス22は、ハートビート通信断が発生した分散アプリケーションプロセス40と同一クラスタに所属する他の分散アプリケーションプロセス40に障害内容などの障害情報を通知するため、当該クラスタを管理している他のネットワーク装置10に障害情報を転送する。 The monitoring process 22 is for monitoring the operation status of the distributed application process 40 and notifying a failure. Specifically, the monitoring process 22 includes a heartbeat communication performed by each distributed application process 40 with each monitoring logical communication interface 15 and a communication line with the host computer 30 on which the distributed application process 40 is operating. By monitoring the communication interface 14 connected, the communication disconnection is a failure of the communication line with the host computer 30 or the failure of the distributed application process 40 when the communication disconnection occurs. Carve out In addition, the monitoring process 22 manages the cluster in order to notify the other distributed application processes 40 belonging to the same cluster as the distributed application process 40 in which the heartbeat communication disconnection has occurred, such as failure information. The failure information is transferred to the network device 10.
 管理テーブル23には、個々の分散アプリケーションプロセス40のネットワーク識別情報、クラスタ識別情報、通信インタフェース14の識別情報、監視用論理通信インタフェース15の識別情報、ハートビート間隔情報などとの対応関係、および、個々の分散アプリケーションプロセス40の稼働状況の情報が格納される。 The management table 23 includes a correspondence relationship between the network identification information of each individual distributed application process 40, cluster identification information, identification information of the communication interface 14, identification information of the monitoring logical communication interface 15, heartbeat interval information, and the like. Information on the operating status of each distributed application process 40 is stored.
 フォワーディングテーブル24は、各通信インタフェース14と、各機器が有しているネットワーク識別情報との対応関係が格納されている。フォワーディングテーブル24が格納するネットワーク識別情報とは、分散アプリケーションプロセス40が動作しているホストコンピュータ30のネットワーク識別情報と、ネットワーク装置10内の通信インタフェース14のネットワーク識別情報と、監視用論理通信インタフェース15のネットワーク識別情報と、登録用論理通信インタフェース16のネットワーク識別情報とである。スイッチコントローラ12は、通信データを転送する際に、当該通信データの送信先アドレス(ネットワーク識別情報)に基づいてフォワーディングテーブル24を参照し、当該送信先アドレス(ネットワーク識別情報)に対応する通信インタフェース14を取得する。スイッチコントローラ12は、取得した当該通信インタフェース14を介して、当該通信データを送信する。 The forwarding table 24 stores a correspondence relationship between each communication interface 14 and network identification information possessed by each device. The network identification information stored in the forwarding table 24 includes the network identification information of the host computer 30 on which the distributed application process 40 is operating, the network identification information of the communication interface 14 in the network device 10, and the monitoring logical communication interface 15. And the network identification information of the registration logical communication interface 16. When transferring the communication data, the switch controller 12 refers to the forwarding table 24 based on the transmission destination address (network identification information) of the communication data, and the communication interface 14 corresponding to the transmission destination address (network identification information). To get. The switch controller 12 transmits the communication data via the acquired communication interface 14.
 図3は、第1の実施形態に於けるホストコンピュータを示す概略の構成図である。
 ホストコンピュータ30は、CPUを有している制御部31と、処理結果などを表示する表示部32と、操作者が当該ホストコンピュータ30に入力指示するための入力部33と、通信線を介してネットワーク装置10に接続するための通信インタフェース34と、記憶部36と、これらを接続するデータバス35とを備えている。
 記憶部36は、RAMなどの揮発性記憶装置、ハードディスクやSSDなどの読み書き可能な不揮発性記憶装置、または、光磁気メディアなどの読み出し専用不揮発性記憶装置などである。記憶部36は、データバス35に接続されている。記憶部36は、分散アプリケーションプロセス40を格納している。
 表示部32は、例えば液晶ディスプレイであり、データバス35に接続されている。
 入力部33は、キーボードまたはマウスであり、データバス35に接続されている。
 ホストコンピュータ30に於いて、制御部31は、ソフトウェアの実行に伴う演算処理を実行する。制御部31が実行するプログラム、または、プログラムが使用するデータは、記憶部36に格納されていてもよく、通信線を介して他の機器から受信してもよい。
 ホストコンピュータ30は、表示部32または入力部33を省略して構成してもよい。
FIG. 3 is a schematic configuration diagram showing the host computer in the first embodiment.
The host computer 30 includes a control unit 31 having a CPU, a display unit 32 for displaying processing results, an input unit 33 for an operator to input instructions to the host computer 30, and a communication line. A communication interface 34 for connecting to the network device 10, a storage unit 36, and a data bus 35 for connecting them are provided.
The storage unit 36 is a volatile storage device such as a RAM, a readable / writable nonvolatile storage device such as a hard disk or an SSD, or a read-only nonvolatile storage device such as a magneto-optical medium. The storage unit 36 is connected to the data bus 35. The storage unit 36 stores the distributed application process 40.
The display unit 32 is a liquid crystal display, for example, and is connected to the data bus 35.
The input unit 33 is a keyboard or a mouse and is connected to the data bus 35.
In the host computer 30, the control unit 31 executes arithmetic processing associated with execution of software. A program executed by the control unit 31 or data used by the program may be stored in the storage unit 36 or may be received from another device via a communication line.
The host computer 30 may be configured by omitting the display unit 32 or the input unit 33.
 分散アプリケーションプロセス40は、他のホストコンピュータ30または当該ホストコンピュータ30上で動作する他の分散アプリケーションプロセス40と連携することで、システム全体として何らかの処理を行うプロセスである。分散アプリケーションプロセス40は、例えば、分散データ処理システム、または、分散ストレージシステムを構成する。
 分散データ処理プログラムに於いて、各分散アプリケーションプロセス40は、演算処理を行う。分散ストレージプログラムに於いて、各分散アプリケーションプロセス40は、大量のデータを分担して保管する。このように、分散アプリケーションプロセス40は、システムの目的によって異なる機能を有する。分散アプリケーションプロセス40は、リソースの可用性確保、リソースの場所管理、分散アプリケーションプロセス40間の同期といった共通の課題を有している。
The distributed application process 40 is a process that performs some processing as a whole system in cooperation with another host computer 30 or another distributed application process 40 operating on the host computer 30. The distributed application process 40 configures, for example, a distributed data processing system or a distributed storage system.
In the distributed data processing program, each distributed application process 40 performs arithmetic processing. In the distributed storage program, each distributed application process 40 shares and stores a large amount of data. Thus, the distributed application process 40 has different functions depending on the purpose of the system. The distributed application process 40 has common problems such as securing resource availability, resource location management, and synchronization among the distributed application processes 40.
 図4は、第1の実施形態に於ける管理テーブルの例を示す図である。
 管理テーブル23は、クラスタID欄23aと、ハートビート間隔欄23bと、リンク端点ID欄23cと、監視端点ID欄23dと、アプリケーションID欄23eと、ステータス欄23fとを備えた複数のエントリで構成されている。各欄は、テーブルの列である。各エントリは、テーブルの行である。
 管理テーブル23内の各エントリは、ホストコンピュータ30上で動作する個々の分散アプリケーションプロセス40とクラスタとの対応関係、および、クラスタと他のネットワーク装置10と接続された通信インタフェース34の対応関係を示している。
FIG. 4 is a diagram illustrating an example of a management table in the first embodiment.
The management table 23 includes a plurality of entries including a cluster ID column 23a, a heartbeat interval column 23b, a link endpoint ID column 23c, a monitoring endpoint ID column 23d, an application ID column 23e, and a status column 23f. Has been. Each column is a table column. Each entry is a table row.
Each entry in the management table 23 indicates the correspondence between each distributed application process 40 operating on the host computer 30 and the cluster, and the correspondence between the cluster and the communication interface 34 connected to another network device 10. ing.
 クラスタID欄23aは、ホストコンピュータ30上の分散アプリケーションプロセス40が、クラスタを識別する情報が格納されている。
 ハートビート間隔欄23bは、ホストコンピュータ30上の分散アプリケーションプロセス40が、ネットワーク装置10上の監視用論理通信インタフェース15に対して行うハートビート通信に於いて、監視プロセス22が想定するハートビート通信の間隔(期間)情報が格納されている。
 リンク端点ID欄23cは、分散アプリケーションプロセス40が動作するホストコンピュータ30、または、他のネットワーク装置10と通信線を介して接続する通信インタフェース14を識別する情報であり、例えばネットワーク装置10内で固有のインタフェース名やネットワーク識別情報が格納されている。
The cluster ID column 23a stores information for identifying the cluster by the distributed application process 40 on the host computer 30.
The heartbeat interval column 23b indicates the heartbeat communication assumed by the monitoring process 22 in the heartbeat communication performed by the distributed application process 40 on the host computer 30 to the monitoring logical communication interface 15 on the network device 10. Interval (period) information is stored.
The link end point ID field 23c is information for identifying the communication interface 14 connected to the host computer 30 on which the distributed application process 40 operates or the other network device 10 via a communication line. The interface name and network identification information are stored.
 監視端点ID欄23dは、監視用論理通信インタフェース15を識別するためのネットワーク識別情報が格納されている。監視用論理通信インタフェース15は、分散アプリケーションプロセス40によるハートビート通信のために管理プロセス21によって構成される。
 アプリケーションID欄23eは、分散アプリケーションプロセス40または分散アプリケーションプロセス40が動作するホストコンピュータ30を識別するためのネットワーク識別情報が格納されている。
 ステータス欄23fは、各分散アプリケーションプロセス40の稼働状況を示す情報である。ステータス欄23fには、例えば、分散アプリケーションプロセス40が正常稼働しているか、ネットワーク障害が発生しているか、または、当該アプリケーションプロセスに障害が発生しているかを示す情報が格納されている。
 本実施形態に於いて、ハートビート間隔欄23b、監視端点ID欄23d、アプリケーションID欄23e、および、ステータス欄23fに情報が無く、且つ、リンク端点ID欄23cに情報が格納されているエントリは、他のネットワーク装置10と接続された通信インタフェース14である。
The monitoring endpoint ID column 23d stores network identification information for identifying the monitoring logical communication interface 15. The monitoring logical communication interface 15 is configured by a management process 21 for heartbeat communication by the distributed application process 40.
The application ID column 23e stores network identification information for identifying the distributed application process 40 or the host computer 30 on which the distributed application process 40 operates.
The status column 23f is information indicating the operating status of each distributed application process 40. The status column 23f stores information indicating, for example, whether the distributed application process 40 is operating normally, a network failure has occurred, or a failure has occurred in the application process.
In the present embodiment, there is no entry in the heartbeat interval column 23b, the monitoring endpoint ID column 23d, the application ID column 23e, and the status column 23f, and the entry in which information is stored in the link endpoint ID column 23c. A communication interface 14 connected to another network device 10.
 図5は、第1の実施形態に於ける通信データの構造の一例を示す図である。
 各通信データ50~53は、イーサネット(登録商標)通信フレームにデータ構造をマッピングして構成されている。なお、通信データ構造は図5に限定されるものではなく、IP通信フレーム等にデータ構造をマッピングしてもよい。
 送信先アドレス80aは、通信相手をネットワーク上で識別するためのネットワーク識別情報を格納するフィールドである。
 送信元アドレス80bは、通信元をネットワーク上で識別するためのネットワーク識別情報を格納するフィールドである。
 タグ80eは、通信を分類するための識別情報を格納するフィールドであり、例えば、VLAN(Virtual LAN)タグなどを格納するフィールドである。
 タイプ80fは、プロトコル種別情報を格納するためのフィールドであり、例えばTCP(Transmission Control Protocol)やUDP(User Datagram Protocol)などのプロトコル番号用のフィールドである。
 データフレーム80gは、通信相手とやり取りする任意のデータを格納するフィールドである。
FIG. 5 is a diagram illustrating an example of a structure of communication data in the first embodiment.
Each communication data 50 to 53 is configured by mapping a data structure to an Ethernet (registered trademark) communication frame. The communication data structure is not limited to that shown in FIG. 5, and the data structure may be mapped to an IP communication frame or the like.
The transmission destination address 80a is a field for storing network identification information for identifying a communication partner on the network.
The transmission source address 80b is a field for storing network identification information for identifying the communication source on the network.
The tag 80e is a field that stores identification information for classifying communication, and is a field that stores, for example, a VLAN (Virtual LAN) tag.
The type 80f is a field for storing protocol type information, and is a field for a protocol number such as TCP (Transmission Control Protocol) or UDP (User Datagram Protocol).
The data frame 80g is a field for storing arbitrary data exchanged with the communication partner.
 図5(a)は、分散アプリケーションプロセス40が、ネットワーク装置10に対してクラスタ識別情報やハートビート間隔情報と共に、自身を登録する際の通信データ50の構造を示す図である。
 通信データ50の送信先アドレス80aには、登録用論理通信インタフェースアドレスとして、登録用論理通信インタフェース16のネットワーク識別情報が格納される。
 通信データ50の送信元アドレス80bには、送信元ホストコンピュータアドレスとして、送信元のホストコンピュータ30の通信インタフェース34のネットワーク識別情報(アドレス)が格納される。
 通信データ50のタグ80eには、クラスタ識別子としてクラスタ識別情報が格納され、ハートビート間隔としてハートビートの時間間隔を規定する情報が格納される。
 通信データ50のタイプ80fには、登録要求識別子として、当該通信データ50が分散アプリケーションプロセス40の登録要求であることを示す情報が格納される。
 通信データ50を受信したときのネットワーク装置10の動作を、後記する図7に示す。
FIG. 5A is a diagram showing a structure of communication data 50 when the distributed application process 40 registers itself with the network device 10 together with cluster identification information and heartbeat interval information.
In the transmission destination address 80a of the communication data 50, the network identification information of the registration logical communication interface 16 is stored as the registration logical communication interface address.
In the transmission source address 80b of the communication data 50, network identification information (address) of the communication interface 34 of the transmission source host computer 30 is stored as a transmission source host computer address.
In the tag 80e of the communication data 50, cluster identification information is stored as a cluster identifier, and information defining a heartbeat time interval is stored as a heartbeat interval.
In the type 80f of the communication data 50, information indicating that the communication data 50 is a registration request of the distributed application process 40 is stored as a registration request identifier.
The operation of the network device 10 when the communication data 50 is received is shown in FIG.
 図5(b)は、分散アプリケーションプロセス40が監視用論理通信インタフェース15に対してハートビート通信を行う際の通信データ51の構造を示す図である。
 通信データ51の送信先アドレス80aには、監視用論理通信インタフェースアドレスとして、監視用論理通信インタフェース15に付与されたネットワーク識別情報が格納される。
 通信データ51の送信元アドレス80bには、送信元ホストコンピュータアドレスとして、送信元のホストコンピュータ30の通信インタフェース34のネットワーク識別情報(アドレス)が格納される。
 通信データ51のタグ80eには、クラスタ識別子として、クラスタを識別する情報が格納される。
 通信データ51のデータフレーム80gには、ハートビート識別子として、当該通信データ51がハートビート通信であることを示す情報が格納される。
 当該通信データ51を受信したときのネットワーク装置10の動作を、後記する図7に示す。
FIG. 5B is a diagram showing the structure of communication data 51 when the distributed application process 40 performs heartbeat communication with the monitoring logical communication interface 15.
The network identification information given to the monitoring logical communication interface 15 is stored in the transmission destination address 80a of the communication data 51 as the monitoring logical communication interface address.
In the transmission source address 80b of the communication data 51, network identification information (address) of the communication interface 34 of the transmission source host computer 30 is stored as a transmission source host computer address.
The tag 80e of the communication data 51 stores information for identifying a cluster as a cluster identifier.
In the data frame 80g of the communication data 51, information indicating that the communication data 51 is heartbeat communication is stored as a heartbeat identifier.
The operation of the network device 10 when the communication data 51 is received is shown in FIG.
 図5(c)は、複数のネットワーク装置10間に於いて、個々のネットワーク装置10が直接管理しているクラスタ識別情報の一覧などの構成情報を交換する際の通信データ52の構造を示す図である。
 通信データ52の送信先アドレス80aには、マルチキャストアドレスとして、複数のネットワーク装置10に対応付けられたアドレスが格納される。
 通信データ52の送信元アドレス80bには、送信元ネットワーク装置アドレスとして、情報発行元のネットワーク装置10の監視用論理通信インタフェース15に付与されたネットワーク識別情報が格納される。
 通信データ52のタイプ80fには、構成情報交換要求識別子として、当該通信データ52がクラスタ構成情報の交換要求であることを示す情報が格納される。
 通信データ52のデータフレーム80gには、クラスタ構成情報として、他のネットワーク装置10に通知するクラスタ識別情報の一覧が格納される。
 当該通信データ52を受信したときのネットワーク装置10などの動作を、後記する図8に示す。
FIG. 5C is a diagram showing the structure of communication data 52 when exchanging configuration information such as a list of cluster identification information directly managed by each network device 10 between a plurality of network devices 10. It is.
In the transmission destination address 80a of the communication data 52, addresses associated with a plurality of network devices 10 are stored as multicast addresses.
The transmission source address 80b of the communication data 52 stores the network identification information given to the monitoring logical communication interface 15 of the network device 10 that is the information issuing source as the transmission source network device address.
In the type 80f of the communication data 52, information indicating that the communication data 52 is a cluster configuration information exchange request is stored as a configuration information exchange request identifier.
The data frame 80g of the communication data 52 stores a list of cluster identification information to be notified to other network devices 10 as cluster configuration information.
The operation of the network device 10 and the like when receiving the communication data 52 is shown in FIG.
 図5(d)は、ネットワーク装置10が分散アプリケーションプロセス40に障害内容を通知する際の通信データ53の構造の一例を示す図である。障害内容通知は他のネットワーク装置10を介しても送信され得る。
 通信データ53の送信先アドレス80aには、ホストコンピュータアドレスとして、送信元のホストコンピュータ30の通信インタフェース34のネットワーク識別情報(アドレス)が格納される。
 通信データ53の送信元アドレス80bには、監視用論理通信インタフェースアドレスとして、情報発行元のネットワーク装置10の監視用論理通信インタフェース15に付与されたネットワーク識別情報が格納される。
 通信データ53のタイプ80fには、障害通知識別子として、当該通信データ53が障害を通知するものであることを示す情報が格納される。
 通信データ53のデータフレーム80gには、障害種別として、この障害の種別を示す情報が格納され、障害箇所として、具体的な障害の発生箇所を示す情報が格納される。
 通信データ53を受信したときのネットワーク装置10などの動作を、後記する図9に示す。
FIG. 5D is a diagram illustrating an example of the structure of the communication data 53 when the network apparatus 10 notifies the distributed application process 40 of the failure content. The failure content notification can also be transmitted via another network device 10.
In the transmission destination address 80a of the communication data 53, network identification information (address) of the communication interface 34 of the transmission source host computer 30 is stored as a host computer address.
In the transmission source address 80b of the communication data 53, network identification information given to the monitoring logical communication interface 15 of the information issuing source network device 10 is stored as the monitoring logical communication interface address.
In the type 80f of the communication data 53, information indicating that the communication data 53 is a notification of a failure is stored as a failure notification identifier.
In the data frame 80g of the communication data 53, information indicating the type of failure is stored as a failure type, and information indicating a specific location where the failure has occurred is stored as a failure location.
The operation of the network device 10 when receiving the communication data 53 is shown in FIG.
(第1の実施形態の動作)
 図6は、第1の実施形態に於けるハートビートの通信を示すシーケンス図である。
 説明の簡略化のため、図6は、分散アプリケーション統合型ネットワークシステム1(図1)を構成する2つのネットワーク装置10-1,10-3と、それぞれに接続されたホストコンピュータ30-1,30-4との間の通信シーケンスを示している。
 ネットワーク装置10-1,10-3上では、それぞれ管理プロセス21と監視プロセス22とが動作している。ホストコンピュータ30-1,30-4上では、それぞれ分散アプリケーションプロセス40が動作している。
(Operation of the first embodiment)
FIG. 6 is a sequence diagram showing heartbeat communication in the first embodiment.
For simplification of description, FIG. 6 shows two network devices 10-1 and 10-3 constituting the distributed application integrated network system 1 (FIG. 1) and host computers 30-1 and 30 connected to the network devices 10-1 and 10-3, respectively. 4 shows a communication sequence with -4.
A management process 21 and a monitoring process 22 are running on the network devices 10-1 and 10-3, respectively. Distributed application processes 40 are running on the host computers 30-1 and 30-4, respectively.
 処理を開始すると、シーケンスQ10に於いて、ホストコンピュータ30-1上で動作する分散アプリケーションプロセス40は、ネットワーク装置10-1の登録用論理通信インタフェース16を介して管理プロセス21に、図5(a)に示す通信データ50を送信する。通信データ50(クラスタID通知)は、クラスタ識別子(クラスタ識別情報)およびハートビート間隔情報を含み、ネットワーク装置10-1に対して分散アプリケーションプロセス40自身の登録を要求する。
 シーケンスQ11に於いて、管理プロセス21は、分散アプリケーションプロセス40用の監視用論理通信インタフェース15を構成し、当該監視用論理通信インタフェース15のネットワーク識別情報を応答する(不図示)。
 シーケンスQ12に於いて同様に、ホストコンピュータ30-4上で動作する分散アプリケーションプロセス40は、ネットワーク装置10-3の登録用論理通信インタフェース16を介して管理プロセス21に、図5(a)に示す通信データ50を送信する(クラスタID通知)。通信データ50は、クラスタ識別情報およびハートビート間隔情報を含み、ネットワーク装置10-3に対して分散アプリケーションプロセス40自身の登録を要求する。
 シーケンスQ13に於いて、ネットワーク装置10-3上の管理プロセス21は、分散アプリケーションプロセス40用の監視用論理通信インタフェース15を構成し、当該監視用論理通信インタフェース15のネットワーク識別情報を応答する(不図示)。
When the processing is started, in the sequence Q10, the distributed application process 40 operating on the host computer 30-1 sends the management process 21 to the management process 21 via the registration logical communication interface 16 of the network device 10-1 as shown in FIG. The communication data 50 shown in FIG. The communication data 50 (cluster ID notification) includes a cluster identifier (cluster identification information) and heartbeat interval information, and requests the network device 10-1 to register the distributed application process 40 itself.
In sequence Q11, the management process 21 configures the monitoring logical communication interface 15 for the distributed application process 40, and responds with the network identification information of the monitoring logical communication interface 15 (not shown).
Similarly, in the sequence Q12, the distributed application process 40 operating on the host computer 30-4 is sent to the management process 21 via the registration logical communication interface 16 of the network device 10-3, as shown in FIG. Communication data 50 is transmitted (notification of cluster ID). The communication data 50 includes cluster identification information and heartbeat interval information, and requests the network device 10-3 to register the distributed application process 40 itself.
In the sequence Q13, the management process 21 on the network device 10-3 configures the monitoring logical communication interface 15 for the distributed application process 40, and responds with the network identification information of the monitoring logical communication interface 15 (not shown). (Illustrated).
 シーケンスQ14に於いて、ネットワーク装置10-1上の管理プロセス21は、管理テーブル23で管理しているクラスタ識別情報の一覧を、図5(c)に示す通信データ52によって、ネットワーク装置10-3上の管理プロセス21に送信する(クラスタID通知)。
 シーケンスQ15に於いて、ネットワーク装置10-3上の管理プロセス21は、管理テーブル23で管理しているクラスタ識別情報の一覧を、図5(c)に示す通信データ52によって、ネットワーク装置10-1上の管理プロセス21に送信する(クラスタID通知)。
 シーケンスQ14,Q15の処理により、各管理プロセス21は、同一クラスタに所属する分散アプリケーションプロセス40が、他のネットワーク装置10の管理下であるか否かを把握することができる。同一クラスタに所属する分散アプリケーションプロセス40が、他のネットワーク装置10の管理下にある場合には、管理プロセス21は、管理テーブル23に於いて、当該ネットワーク装置10と接続している通信インタフェース14を当該クラスタに関連付けて管理する。
 シーケンスQ14,Q15の処理は、定期的に実施してもよく、構成変更時に実施してもよい。シーケンスQ14,Q15の処理は、LLDP(Link Layer Discovery Protocol)などの公知技術を用いて実現してもよい。
In the sequence Q14, the management process 21 on the network device 10-1 makes a list of cluster identification information managed by the management table 23 based on the communication data 52 shown in FIG. It is sent to the above management process 21 (cluster ID notification).
In sequence Q15, the management process 21 on the network device 10-3 makes a list of cluster identification information managed by the management table 23 based on the communication data 52 shown in FIG. It is sent to the above management process 21 (cluster ID notification).
Through the processing of sequences Q14 and Q15, each management process 21 can grasp whether or not the distributed application process 40 belonging to the same cluster is under the management of another network device 10. When the distributed application process 40 belonging to the same cluster is under the management of another network device 10, the management process 21 sets the communication interface 14 connected to the network device 10 in the management table 23. Manage in association with the cluster.
The processing of sequences Q14 and Q15 may be performed periodically or may be performed when the configuration is changed. The processing of sequences Q14 and Q15 may be realized using a known technique such as LLDP (Link Layer Discovery Protocol).
 シーケンスQ16に於いて、ホストコンピュータ30-1上の分散アプリケーションプロセス40は、ネットワーク装置10-1上に構成された監視用論理通信インタフェース15に対して、所定のハートビート間隔で定期的に、図5(b)に示す通信データ51によって、ハートビート通信を行う(ハートビート受信)。ネットワーク装置10-1上の監視プロセス22は、当該ハートビート通信を監視する。
 シーケンスQ17に於いて、同様にホストコンピュータ30-4上の分散アプリケーションプロセス40は、ネットワーク装置10-3上に構成された監視用論理通信インタフェース15に対して、所定のハートビート間隔で定期的に、図5(b)に示す通信データ51によって、ハートビート通信を行う(ハートビート受信)。ネットワーク装置10-3上の監視プロセス22は、当該ハートビート通信を監視する。
In the sequence Q16, the distributed application process 40 on the host computer 30-1 periodically performs the processing with respect to the monitoring logical communication interface 15 configured on the network device 10-1 at a predetermined heartbeat interval. Heartbeat communication is performed by the communication data 51 shown in 5 (b) (heartbeat reception). The monitoring process 22 on the network device 10-1 monitors the heartbeat communication.
Similarly, in the sequence Q17, the distributed application process 40 on the host computer 30-4 periodically transmits the monitoring logical communication interface 15 configured on the network device 10-3 at a predetermined heartbeat interval. The heartbeat communication is performed (heartbeat reception) using the communication data 51 shown in FIG. The monitoring process 22 on the network device 10-3 monitors the heartbeat communication.
 シーケンスQ18に於いて、ネットワーク装置10-1上の監視プロセス22は、ハートビート通信断を検出する。監視プロセス22は、ホストコンピュータ30-1と接続されている通信インタフェース14に於いて、リンクダウンなどのネットワーク障害が検出されているか否かを参照し、検出されていない場合はホストコンピュータ30上の分散アプリケーションプロセス40に於いて、障害が発生したと判断する。 In sequence Q18, the monitoring process 22 on the network device 10-1 detects a heartbeat communication disconnection. The monitoring process 22 refers to whether or not a network failure such as a link down is detected in the communication interface 14 connected to the host computer 30-1. In the distributed application process 40, it is determined that a failure has occurred.
 シーケンスQ19に於いて、ネットワーク装置10-1上の監視プロセス22は、管理テーブル23を参照し、障害が発生したと判断した分散アプリケーションプロセス40のクラスタを参照する。監視プロセス22は、当該クラスタに属するホストコンピュータ30-1上の分散アプリケーションプロセス40に対して、図5(d)に示す通信データ53によって、障害内容を通知する。 In sequence Q19, the monitoring process 22 on the network device 10-1 refers to the management table 23 and refers to the cluster of the distributed application process 40 that is determined to have failed. The monitoring process 22 notifies the failure content to the distributed application process 40 on the host computer 30-1 belonging to the cluster by the communication data 53 shown in FIG.
 シーケンスQ20に於いて、ネットワーク装置10-1上の監視プロセス22は、管理テーブル23を参照し、障害が発生したと判断したクラスタに属するホストコンピュータ30-4が接続されているネットワーク装置10-3の監視プロセス22に対して、図5(d)に示す通信データ53によって、障害内容を通知する。 In sequence Q20, the monitoring process 22 on the network device 10-1 refers to the management table 23, and the network device 10-3 to which the host computer 30-4 belonging to the cluster determined to have failed has been connected. The monitoring process 22 is notified of the failure content by the communication data 53 shown in FIG.
 シーケンスQ21に於いて、ネットワーク装置10-3上の監視プロセス22は、管理テーブル23を参照し、当該クラスタに属する他の分散アプリケーションプロセス40に対して、図5(d)に示す通信データ53によって、障害内容を通知する。 In the sequence Q21, the monitoring process 22 on the network device 10-3 refers to the management table 23, and communicates with other distributed application processes 40 belonging to the cluster by the communication data 53 shown in FIG. Notify the details of the failure.
 図7は、第1の実施形態に於けるネットワーク装置の管理プロセスの分散アプリケーションプロセス登録処理を示すフローチャートである。
 分散アプリケーションプロセス40は、図5(a)に示す通信データ50によって、所属するクラスタ識別情報およびハートビート間隔情報を含む分散アプリケーションプロセス登録要求を、ネットワーク装置10の登録用論理通信インタフェース16宛てに送信する。これにより、分散アプリケーションプロセス登録処理が開始する。
 ステップS10に於いて、ネットワーク装置10の管理プロセス21は、登録用論理通信インタフェース16を介して、登録要求の通信データ50を受信する。
FIG. 7 is a flowchart showing the distributed application process registration process of the management process of the network device in the first embodiment.
The distributed application process 40 transmits a distributed application process registration request including the cluster identification information to which it belongs and the heartbeat interval information to the registration logical communication interface 16 of the network device 10 using the communication data 50 shown in FIG. To do. As a result, the distributed application process registration process starts.
In step S 10, the management process 21 of the network device 10 receives the registration request communication data 50 via the registration logical communication interface 16.
 ステップS11に於いて、管理プロセス21は、管理テーブル23のアプリケーションID欄23eを参照して、登録済みの分散アプリケーションプロセス40の一覧を取得する。 In step S11, the management process 21 refers to the application ID column 23e of the management table 23 and acquires a list of registered distributed application processes 40.
 ステップS12に於いて、管理プロセス21は、当該登録要求の通信データ50の送信元アドレス80bと、管理テーブル23から取得した分散アプリケーションプロセス40の一覧を比較し、当該登録要求を送信した分散アプリケーションプロセス40が、管理テーブル23に、既に登録済みであるか否かを確認する(新規プロセス確認)。管理プロセス21は、当該条件が成立したならば(Yes)、ステップS13の処理を行い、当該条件が成立しなかったならば、図7の処理を終了する。
 ステップS13に於いて、管理プロセス21は、当該登録要求を送信した分散アプリケーションプロセス40に係る監視用論理通信インタフェース15を構成する。ここで、管理プロセス21は、個々の分散アプリケーションプロセス40毎に独立した監視用論理通信インタフェース15を構成してもよく、複数の分散アプリケーションプロセス40に共通の監視用論理通信インタフェース15を割り当ててもよい。
In step S12, the management process 21 compares the source address 80b of the communication data 50 of the registration request with the list of distributed application processes 40 acquired from the management table 23, and the distributed application process that has transmitted the registration request. 40 confirms whether it has already been registered in the management table 23 (new process confirmation). If the condition is satisfied (Yes), the management process 21 performs the process of step S13. If the condition is not satisfied, the management process 21 ends the process of FIG.
In step S13, the management process 21 configures the monitoring logical communication interface 15 related to the distributed application process 40 that has transmitted the registration request. Here, the management process 21 may constitute an independent monitoring logical communication interface 15 for each distributed application process 40, or may assign a common monitoring logical communication interface 15 to a plurality of distributed application processes 40. Good.
 ステップS14に於いて、管理プロセス21は、構成した当該監視用論理通信インタフェース15の識別情報を、当該登録要求を送信した分散アプリケーションプロセス40に通知(応答)する。 In step S14, the management process 21 notifies (responds) the configured identification information of the monitoring logical communication interface 15 to the distributed application process 40 that has transmitted the registration request.
 ステップS15に於いて、管理プロセス21は、管理テーブル23のクラスタID欄23aを参照し、登録されているクラスタ識別情報の一覧を取得する。 In step S15, the management process 21 refers to the cluster ID column 23a of the management table 23 and obtains a list of registered cluster identification information.
 ステップS16に於いて、管理プロセス21は、当該登録要求の通信データ50に含まれているクラスタ識別情報が、新しいクラスタ識別情報であるか否かを判断する。管理プロセス21は、当該条件が成立しなかったならば(No)、ステップS18の処理を行い、当該条件が成立したならば(Yes)、ステップS17の処理を行う。
 すなわち、管理プロセス21は、当該登録要求の通信データ50に含まれているクラスタ識別情報と、管理テーブル23から取得した登録されているクラスタ識別情報の一覧とを照合し、当該登録要求の送信元の分散アプリケーションプロセス40が所属するクラスタのクラスタ識別情報が既に管理テーブル23に登録されているか否かを確認する。
 ステップS17に於いて、管理プロセス21は、他のネットワーク装置10に対して、当該クラスタ識別情報を含む構成変更通知を、図5(c)に示す通信データ52によって発行する(他のネットワーク装置10に当該クラスタIDを通知)。なお、管理プロセス21は、ネットワーク装置10間の構成変更通知に於いて、LLDPなどの既存の仕組みを用いてもよい。
In step S16, the management process 21 determines whether or not the cluster identification information included in the communication data 50 of the registration request is new cluster identification information. The management process 21 performs the process of step S18 if the condition is not satisfied (No), and performs the process of step S17 if the condition is satisfied (Yes).
That is, the management process 21 collates the cluster identification information included in the communication data 50 of the registration request with the list of registered cluster identification information acquired from the management table 23, and sends the registration request transmission source. It is confirmed whether or not the cluster identification information of the cluster to which the distributed application process 40 belongs is already registered in the management table 23.
In step S17, the management process 21 issues a configuration change notification including the cluster identification information to the other network device 10 using the communication data 52 shown in FIG. 5C (the other network device 10). To the cluster ID). The management process 21 may use an existing mechanism such as LLDP in the configuration change notification between the network devices 10.
 ステップS18に於いて、管理プロセス21は、当該登録要求に含まれるクラスタ識別情報、ハートビート間隔情報、送信元アドレス情報、および、当該要求を受信した通信インタフェース14の識別情報、構成した監視用論理通信インタフェース15の識別情報を管理テーブル23に登録し(管理テーブルに、当該アプリケーションIDを登録)、図7の処理を終了する。 In step S18, the management process 21 determines the cluster identification information, heartbeat interval information, transmission source address information, identification information of the communication interface 14 that has received the request, and the configured monitoring logic included in the registration request. The identification information of the communication interface 15 is registered in the management table 23 (the application ID is registered in the management table), and the processing in FIG.
 図8は、第1の実施形態に於ける他のネットワーク装置の管理プロセスのクラスタ情報交換処理を示すフローチャートである。
 図7に示すステップS17で、ネットワーク装置10の管理プロセス21は、構成変更発生時に、他のネットワーク装置10に、当該クラスタ識別情報を送信する。更に管理プロセス21は、他のネットワーク装置10に、当該クラスタ識別情報を定期的に送信する。これにより、他のネットワーク装置10の管理プロセス21のクラスタ情報交換処理が開始する。
 ステップS20に於いて、管理プロセス21は、他のネットワーク装置10から、一つ以上のクラスタ識別情報を受信する。
FIG. 8 is a flowchart showing the cluster information exchange process of the management process of another network device in the first embodiment.
In step S <b> 17 shown in FIG. 7, the management process 21 of the network device 10 transmits the cluster identification information to another network device 10 when a configuration change occurs. Further, the management process 21 periodically transmits the cluster identification information to the other network device 10. Thereby, the cluster information exchange process of the management process 21 of the other network device 10 is started.
In step S <b> 20, the management process 21 receives one or more pieces of cluster identification information from other network devices 10.
 ステップS21に於いて、管理プロセス21は、管理テーブル23を参照し、受信したクラスタ識別情報に合致するエントリを検索する。 In step S21, the management process 21 refers to the management table 23 and searches for an entry that matches the received cluster identification information.
 ステップS22に於いて、管理プロセス21は、クラスタ識別情報に合致するエントリを発見し、かつ、通信インタフェース14が当該エントリ内に登録されているか否かを確認する。具体的には、管理プロセス21は、クラスタID欄23aが受信したクラスタ識別情報に合致し、かつ、リンク端点ID欄23cがクラスタ識別情報を受信した通信インタフェース14の識別情報に合致し、かつ、その他の列が空になっているものが存在するか否かを判断する。管理プロセス21は、当該判断条件が成立したならば(Yes)、図8の処理を終了し、当該判断条件が成立しなかったならば(No)、ステップS23の処理を行う。 In step S22, the management process 21 finds an entry that matches the cluster identification information, and checks whether the communication interface 14 is registered in the entry. Specifically, the management process 21 matches the cluster identification information received by the cluster ID column 23a, the link endpoint ID column 23c matches the identification information of the communication interface 14 that received the cluster identification information, and It is determined whether there is an empty column in other columns. If the determination condition is satisfied (Yes), the management process 21 ends the process of FIG. 8, and if the determination condition is not satisfied (No), the management process 21 performs the process of step S23.
 ステップS23に於いて、管理プロセス21は、受信したクラスタ識別情報、および、当該クラスタ識別情報を受信した通信インタフェース14の識別情報の組合せを、管理テーブル23に登録し、図8の処理を終了する。 In step S23, the management process 21 registers the combination of the received cluster identification information and the identification information of the communication interface 14 that has received the cluster identification information in the management table 23, and ends the process of FIG. .
 図9は、第1の実施形態に於ける他のネットワーク装置の監視プロセスのハートビート監視および障害通知処理(1)を示すフローチャートである。
 分散アプリケーションプロセス40は、ネットワーク装置10に構成された監視用論理通信インタフェース15に対して、予め通知したハートビート間隔以内の時間間隔でハートビート通信を行う。当該ハートビート通信は、図5(a)に示す通信データ50によって行われる。
FIG. 9 is a flowchart showing the heartbeat monitoring and failure notification process (1) of the monitoring process of another network device in the first embodiment.
The distributed application process 40 performs heartbeat communication with the monitoring logical communication interface 15 configured in the network device 10 at a time interval within the previously notified heartbeat interval. The heartbeat communication is performed using communication data 50 shown in FIG.
 ステップS30に於いて、監視プロセス22は、分散アプリケーションプロセス40から監視用論理通信インタフェース15を介して、ハートビートを受信する。 In step S30, the monitoring process 22 receives the heartbeat from the distributed application process 40 via the monitoring logical communication interface 15.
 ステップS31に於いて、監視プロセス22は、管理テーブル23のハートビート間隔欄23bに登録された間隔以内にハートビート通信を受信しているか否かを判断する。監視プロセス22は、当該判断条件が成立したならば(Yes)、ステップS30の処理に戻り、当該判断条件が成立しなかったならば(No)、ステップS32の処理を行う。 In step S31, the monitoring process 22 determines whether or not the heartbeat communication is received within the interval registered in the heartbeat interval column 23b of the management table 23. The monitoring process 22 returns to the process of step S30 if the determination condition is satisfied (Yes), and performs the process of step S32 if the determination condition is not satisfied (No).
 ステップS32に於いて、監視プロセス22は、リンク障害か否かを判断する。監視プロセス22は、当該条件が成立したならば(Yes)、ステップS34の処理を行い、当該判断条件が成立しなかったならば(No)、ステップS33の処理を行う。監視プロセス22は、通信インタフェース14に於いて障害が検出されているとき、リンク障害と判断する。通信インタフェース14に於けるネットワーク障害検出については、リンクダウン検出などの公知の技術を用いて実施することができる。 In step S32, the monitoring process 22 determines whether there is a link failure. The monitoring process 22 performs the process of step S34 if the condition is satisfied (Yes), and performs the process of step S33 if the determination condition is not satisfied (No). The monitoring process 22 determines a link failure when a failure is detected in the communication interface 14. Network failure detection in the communication interface 14 can be performed using a known technique such as link down detection.
 ステップS33に於いて、監視プロセス22は、ハートビート通信に失敗した分散アプリケーションプロセス40をネットワーク障害と判断し、当該分散アプリケーションプロセス40に係る管理テーブル23のステータス欄23fを、「ネットワーク障害」に変更する(当該分散アプリケーションプロセスのステータス欄をアプリケーション障害に変更)。ステップS33の処理が終了すると、監視プロセス22は、ステップS35の処理を行う。 In step S33, the monitoring process 22 determines that the distributed application process 40 that failed in the heartbeat communication is a network failure, and changes the status column 23f of the management table 23 related to the distributed application process 40 to “network failure”. (The status column of the distributed application process is changed to application failure). When the process of step S33 ends, the monitoring process 22 performs the process of step S35.
 ステップS34に於いて、監視プロセス22は、ハートビート通信に失敗した分散アプリケーションプロセス40の状態をアプリケーション障害と判断し、当該分散アプリケーションプロセス40に係る管理テーブル23のステータス欄23fを、「アプリケーション障害」に変更する(当該分散アプリケーションプロセスのステータス欄をネットワーク障害に変更)。 In step S34, the monitoring process 22 determines that the state of the distributed application process 40 that failed in the heartbeat communication is an application failure, and sets the status column 23f of the management table 23 related to the distributed application process 40 to “application failure”. (The status column of the distributed application process is changed to network failure).
 ステップS35に於いて、監視プロセス22は、管理テーブル23を参照し、ハートビート通信を想定間隔内に受信できなかった分散アプリケーションプロセス40のクラスタ識別情報を取得し、当該クラスタ識別情報に合致するエントリ一覧を取得する。
 ステップS36~S41に於いて、監視プロセス22は、取得した全エントリに処理を繰り返す。
In step S35, the monitoring process 22 refers to the management table 23, acquires the cluster identification information of the distributed application process 40 that could not receive the heartbeat communication within the assumed interval, and enters an entry that matches the cluster identification information. Get a list.
In steps S36 to S41, the monitoring process 22 repeats the process for all acquired entries.
 ステップS37に於いて、監視プロセス22は、当該エントリのアプリケーションID欄23eを参照し、アプリケーションIDを取得する。 In step S37, the monitoring process 22 refers to the application ID column 23e of the entry and acquires the application ID.
 ステップS38に於いて、監視プロセス22は、当該エントリのアプリケーションID欄23eが空でないか否かを判断する。監視プロセス22は、当該条件が成立したならば(Yes)、ステップS40の処理を行い、当該判断条件が成立しなかったならば(No)、ステップS39の処理を行う。監視プロセス22は、当該エントリが空であるとき、他のネットワーク装置10を介して間接的に接続されているホストコンピュータ30上の分散アプリケーションプロセス40に係るものであると判断する。 In step S38, the monitoring process 22 determines whether or not the application ID column 23e of the entry is not empty. If the condition is satisfied (Yes), the monitoring process 22 performs the process of step S40. If the determination condition is not satisfied (No), the monitoring process 22 performs the process of step S39. When the entry is empty, the monitoring process 22 determines that it relates to the distributed application process 40 on the host computer 30 that is indirectly connected via the other network device 10.
 ステップS39に於いて、監視プロセス22は、当該エントリのリンク端点ID欄23cによって示された通信インタフェース14を介して、他のネットワーク装置10に障害内容を通知する。 In step S39, the monitoring process 22 notifies the failure content to the other network device 10 via the communication interface 14 indicated by the link end point ID column 23c of the entry.
 ステップS40に於いて、監視プロセス22は、当該エントリのアプリケーションID欄23eによって示された分散アプリケーションプロセス40に、障害内容を通知する。 In step S40, the monitoring process 22 notifies the failure content to the distributed application process 40 indicated by the application ID column 23e of the entry.
 ステップS41に於いて、監視プロセス22は、全てのエントリに処理を繰り返したか否かを判断する。監視プロセス22は、当該条件が成立しなかったならば、ステップS36の処理に戻り、当該条件が成立したならば、図9の処理を終了する。 In step S41, the monitoring process 22 determines whether or not processing has been repeated for all entries. The monitoring process 22 returns to the process of step S36 if the condition is not satisfied, and ends the process of FIG. 9 if the condition is satisfied.
 図10は、第1の実施形態に於ける他のネットワーク装置の監視プロセスのハートビート監視と障害通知処理(2)を示すフローチャートである。
 本処理は、ネットワーク装置10と分散アプリケーションプロセス40が相互連携してハートビート監視および障害通知を行う手順の例を示している。
 本処理は、ステップS39(図9)に、ネットワーク装置10が他のネットワーク装置10が障害通知を送信した場合に於ける、当該他のネットワーク装置10の処理を示している。
FIG. 10 is a flowchart showing heartbeat monitoring and failure notification processing (2) of the monitoring process of another network device in the first embodiment.
This process shows an example of a procedure in which the network device 10 and the distributed application process 40 perform heartbeat monitoring and failure notification in cooperation with each other.
This process shows the process of the other network device 10 when the network device 10 transmits a failure notification to the network device 10 in step S39 (FIG. 9).
 ステップS50に於いて、監視プロセス22は、他のネットワーク装置10の監視プロセス22より、障害が発生した分散アプリケーションプロセス40の識別情報、当該分散アプリケーションプロセス40が所属するクラスタ識別情報、障害内容などの情報を含む障害通知を受信する。 In step S50, the monitoring process 22 receives the identification information of the distributed application process 40 in which the failure has occurred, the cluster identification information to which the distributed application process 40 belongs, the failure content, etc. from the monitoring process 22 of the other network device 10. Receive fault notifications that contain information.
 ステップS51に於いて、監視プロセス22は、管理テーブル23から、受信した当該障害通知に示されているクラスタ識別情報に合致するエントリ一覧を取得する。
 ステップS52~S58に於いて、監視プロセス22は、取得した全エントリに処理を繰り返す。
In step S51, the monitoring process 22 acquires from the management table 23 an entry list that matches the cluster identification information indicated in the received failure notification.
In steps S52 to S58, the monitoring process 22 repeats the process for all acquired entries.
 ステップS53に於いて、監視プロセス22は、当該エントリのアプリケーションID欄23eを参照し、アプリケーションIDを取得する。 In step S53, the monitoring process 22 refers to the application ID column 23e of the entry and acquires the application ID.
 ステップS54に於いて、監視プロセス22は、当該エントリのアプリケーションID欄23eが空でないか否かを判断する。監視プロセス22は、当該条件が成立したならば(Yes)、ステップS55の処理を行い、当該判断条件が成立しなかったならば(No)、ステップS56の処理を行う。監視プロセス22は、当該エントリが空であるとき、他のネットワーク装置10を介して間接的に接続されているホストコンピュータ30上の分散アプリケーションプロセス40に係るものであると判断する。 In step S54, the monitoring process 22 determines whether or not the application ID column 23e of the entry is not empty. The monitoring process 22 performs the process of step S55 if the condition is satisfied (Yes), and performs the process of step S56 if the determination condition is not satisfied (No). When the entry is empty, the monitoring process 22 determines that it relates to the distributed application process 40 on the host computer 30 that is indirectly connected via the other network device 10.
 ステップS55に於いて、監視プロセス22は、当該エントリのアプリケーションID欄23eに示されている分散アプリケーションプロセス40に障害内容を通知し、ステップS58の処理を行う。 In step S55, the monitoring process 22 notifies the content of the failure to the distributed application process 40 indicated in the application ID column 23e of the entry, and performs the process of step S58.
 ステップS56に於いて、監視プロセス22は、当該エントリのリンク端点ID欄23cが示す通信インタフェース14と、当該障害通知を受信した通信インタフェース14とが同一か否かを判断する(障害通知を受信した通信インタフェースか?)。監視プロセス22は、当該条件が成立したならば(Yes)、ステップS58の処理を行い、当該判断条件が成立しなかったならば(No)、ステップS57の処理を行う。 In step S56, the monitoring process 22 determines whether or not the communication interface 14 indicated by the link endpoint ID column 23c of the entry is the same as the communication interface 14 that has received the failure notification (the failure notification has been received). Communication interface?) The monitoring process 22 performs the process of step S58 if the condition is satisfied (Yes), and performs the process of step S57 if the determination condition is not satisfied (No).
 ステップS57に於いて、監視プロセス22は、当該エントリのリンク端点ID欄23cが示す通信インタフェース14を介して、他のネットワーク装置10に障害内容を通知する。 In step S57, the monitoring process 22 notifies the other network device 10 of the failure content via the communication interface 14 indicated by the link endpoint ID column 23c of the entry.
 ステップS58に於いて、監視プロセス22は、全てのエントリに処理を繰り返したか否かを判断する。監視プロセス22は、当該判断条件が成立しなかったならば、ステップS52の処理に戻り、当該条件が成立したならば、図10の処理を終了する。 In step S58, the monitoring process 22 determines whether or not processing has been repeated for all entries. The monitoring process 22 returns to the process of step S52 if the determination condition is not satisfied, and ends the process of FIG. 10 if the condition is satisfied.
 図11は、第1の実施形態に於ける他のネットワーク装置の管理プロセスのアプリケーションプロセスリスト問合処理を示すフローチャートである。
 当該処理は、ネットワーク装置10と分散アプリケーションプロセス40が相互連携して分散アプリケーションプロセス40の一覧の問合せを行う処理である。各分散アプリケーションプロセス40は、リソースの場所を、ハッシュなどの演算を用いて他の分散アプリケーションプロセス40にマッピングする際に、当該処理によって、ネットワーク装置10から、正常稼働している分散アプリケーションプロセス40の一覧を取得する。
 また、当該処理に於ける分散アプリケーションプロセス40の一覧の問合せは、分散アプリケーションプロセス40とは異なるソフトウェアなどが行ってもよい。例えば、ある管理プロセス21が、他のネットワーク装置10上の管理プロセス21が管理している分散アプリケーションプロセス40の一覧を取得する際に、当該処理によって、ネットワーク装置10から、正常稼働している分散アプリケーションプロセス40の一覧を取得してもよい。
FIG. 11 is a flowchart showing an application process list query process of a management process of another network device in the first embodiment.
This process is a process in which the network apparatus 10 and the distributed application process 40 make an inquiry about the list of distributed application processes 40 in cooperation with each other. When each distributed application process 40 maps the location of the resource to another distributed application process 40 using an operation such as hash, the distributed application process 40 of the distributed application process 40 operating normally from the network device 10 by this processing. Get a list.
Further, the inquiry about the list of the distributed application processes 40 in the processing may be performed by software different from the distributed application processes 40. For example, when a certain management process 21 obtains a list of distributed application processes 40 managed by the management process 21 on the other network device 10, the distribution is performed normally from the network device 10 by the processing. A list of application processes 40 may be acquired.
 分散アプリケーションプロセス40は、ネットワーク装置10の登録用論理通信インタフェース16に対して、分散アプリケーションプロセス40の一覧の問合せ要求を送信する。分散アプリケーションプロセス40は、例えば要求発行元の分散アプリケーションプロセス40と同一のクラスタに所属する分散アプリケーションプロセス40のうち、正常稼働しているものを問い合わせる。 The distributed application process 40 transmits an inquiry request for a list of distributed application processes 40 to the registration logical communication interface 16 of the network device 10. For example, the distributed application process 40 inquires about a normally operating distributed application process 40 belonging to the same cluster as the request issuing source distributed application process 40.
 ステップS60に於いて、管理プロセス21は、分散アプリケーションプロセス40から登録用論理通信インタフェース16を介して、正常稼働している分散アプリケーションプロセス40の一覧の問合せ要求を受信する。 In step S60, the management process 21 receives a query request for a list of normally operating distributed application processes 40 from the distributed application process 40 via the registration logical communication interface 16.
 ステップS61に於いて、管理プロセス21は、管理テーブル23のクラスタID欄23aを参照し、当該問合せ要求に含まれているクラスタ識別情報に合致するエントリ一覧を取得する。
 ステップS62~S68に於いて、管理プロセス21は、取得した全エントリに処理を繰り返す。
In step S61, the management process 21 refers to the cluster ID column 23a of the management table 23, and acquires an entry list that matches the cluster identification information included in the inquiry request.
In steps S62 to S68, the management process 21 repeats the process for all acquired entries.
 ステップS63に於いて、管理プロセス21は、当該エントリのアプリケーションID欄23eを参照し、アプリケーションIDを取得する。 In step S63, the management process 21 refers to the application ID column 23e of the entry and acquires the application ID.
 ステップS64に於いて、管理プロセス21は、当該エントリのアプリケーションID欄23eが空でないか否かを判断する。管理プロセス21は、当該条件が成立したならば(Yes)、ステップS65の処理を行い、当該判断条件が成立しなかったならば(No)、ステップS67の処理を行う。管理プロセス21は、当該エントリが空であるとき、他のネットワーク装置10を介して間接的に接続されているホストコンピュータ30上の分散アプリケーションプロセス40に係るエントリであると判断する。 In step S64, the management process 21 determines whether or not the application ID field 23e of the entry is not empty. The management process 21 performs the process of step S65 if the condition is satisfied (Yes), and performs the process of step S67 if the determination condition is not satisfied (No). When the entry is empty, the management process 21 determines that the entry relates to the distributed application process 40 on the host computer 30 that is indirectly connected via the other network device 10.
 ステップS65に於いて、管理プロセス21は、当該エントリのステータス欄23fを参照して「活性」であるか否か、すなわち、当該エントリに係る分散アプリケーションプロセス40が正常稼働しているか否かを判断する。管理プロセス21は、当該条件が成立したならば(Yes)、ステップS67の処理を行い、当該判断条件が成立しなかったならば(No)、ステップS68の処理を行う。 In step S65, the management process 21 refers to the status column 23f of the entry to determine whether it is “active”, that is, whether the distributed application process 40 related to the entry is operating normally. To do. The management process 21 performs the process of step S67 if the condition is satisfied (Yes), and performs the process of step S68 if the determination condition is not satisfied (No).
 ステップS66に於いて、管理プロセス21は、当該エントリのリンク端点ID欄23cに示されている通信インタフェース14を介して、他のネットワーク装置10に正常稼働している分散アプリケーションプロセス40の一覧を問合せる。 In step S66, the management process 21 inquires a list of distributed application processes 40 that are normally operating in another network device 10 via the communication interface 14 indicated in the link endpoint ID column 23c of the entry. .
 ステップS67に於いて、管理プロセス21は、当該アプリケーションIDを当該応答リストに追加する。すなわち、管理プロセス21は、当該応答リストに新たなエントリを作成して当該アプリケーションIDを格納する。 In step S67, the management process 21 adds the application ID to the response list. That is, the management process 21 creates a new entry in the response list and stores the application ID.
 ステップS68に於いて、管理プロセス21は、全てのエントリの処理を繰り返したか否かを判断する。管理プロセス21は、当該判断条件が成立しなかったならば(No)、ステップS62の処理に戻り、当該条件が成立したならば(Yes)、ステップS69の処理を行う。
 ステップS69に於いて、管理プロセス21は、一覧問合せを送信した分散アプリケーションプロセス40に当該応答リストを送信し、図11の処理を終了する。
 図11の処理を各ネットワーク装置10が再帰的に繰り返すことによって、所定条件に合致した情報を、このネットワークに接続されている全てのネットワーク装置10から収集することが可能である。
In step S68, the management process 21 determines whether or not the processing of all entries has been repeated. The management process 21 returns to the process of step S62 if the determination condition is not satisfied (No), and performs the process of step S69 if the condition is satisfied (Yes).
In step S69, the management process 21 transmits the response list to the distributed application process 40 that has transmitted the list inquiry, and ends the process of FIG.
Each network device 10 recursively repeats the process of FIG. 11, whereby information that matches a predetermined condition can be collected from all network devices 10 connected to this network.
(第1の実施形態の効果)
 以上説明した第1の実施形態では、次の(A)のような効果がある。
(A) 分散アプリケーション統合型ネットワークシステム1は、ネットワーク装置10に個々の分散アプリケーションプロセス40の監視用論理通信インタフェース15を設けている。個々の分散アプリケーションプロセス40は、ネットワーク装置10の監視用論理通信インタフェース15との間でハートビートを行う。ネットワーク装置10は、他のネットワーク装置10と連携して同一クラスタに所属する個々の分散アプリケーションプロセス40のハートビート通信を監視している。これにより、ネットワーク装置10は、ハートビート通信断発生時に、ネットワーク障害とアプリケーション障害を区別して分散アプリケーションプロセス40に障害通知を行う。更にネットワーク装置10は、正常稼働している分散アプリケーションプロセス40の一覧問合せを受け、分散アプリケーションプロセス40の一覧を応答する。これにより、従来は分散アプリケーションプロセス40間で独自に行っていたハートビートや分散アプリケーションプロセス40のリスト管理が不要となり、結果として分散アプリケーションシステムに共通の課題であるリソースの可用性確保や場所の管理を、高信頼かつ効率良く実現することができる。
(Effects of the first embodiment)
The first embodiment described above has the following effect (A).
(A) In the distributed application integrated network system 1, the logical communication interface 15 for monitoring individual distributed application processes 40 is provided in the network device 10. Each distributed application process 40 performs a heartbeat with the monitoring logical communication interface 15 of the network device 10. The network device 10 monitors heartbeat communication of individual distributed application processes 40 belonging to the same cluster in cooperation with other network devices 10. As a result, when the heartbeat communication is interrupted, the network device 10 distinguishes between a network failure and an application failure and notifies the distributed application process 40 of the failure. Further, the network device 10 receives a list inquiry of the distributed application processes 40 that are operating normally, and responds with a list of the distributed application processes 40. As a result, the heartbeat and the list management of the distributed application process 40 that are conventionally performed independently among the distributed application processes 40 are no longer necessary. As a result, resource availability and location management, which are common issues in the distributed application system, are eliminated. Can be realized with high reliability and efficiency.
(第2の実施形態の構成)
 以下、第2の実施形態の分散アプリケーション統合型ネットワークシステム1Aを説明する。第2の実施形態の分散アプリケーション統合型ネットワークシステム1Aは、第1の実施形態の分散アプリケーション統合型ネットワークシステム1(図1)のネットワーク装置10-1~10-3とは異なるネットワーク装置10A-1~10A-3を備えている他は、第1の実施形態の分散アプリケーション統合型ネットワークシステム1(図1)と同様に構成されている。
 第2の実施形態の分散アプリケーション統合型ネットワークシステム1Aは、ネットワーク装置10Aがメッセージング処理を支援するという点で、第1の実施形態の分散アプリケーション統合型ネットワークシステム1(図1)とは異なる。この特徴により、第2の実施形態の分散アプリケーション統合型ネットワークシステム1Aは、従来は必要であったメッセージング処理用のコンピュータが不要となり、メッセージング処理用のコンピュータへの通信負荷の問題、および、当該コンピュータの冗長化によるシステムの複雑性の問題に対処することが可能となる。
(Configuration of Second Embodiment)
The distributed application integrated network system 1A according to the second embodiment will be described below. The distributed application integrated network system 1A of the second embodiment is different from the network devices 10-1 to 10-3 of the distributed application integrated network system 1 (FIG. 1) of the first embodiment. The configuration is the same as that of the distributed application integrated network system 1 (FIG. 1) of the first embodiment, except that ˜10A-3 is provided.
The distributed application integrated network system 1A of the second embodiment differs from the distributed application integrated network system 1 (FIG. 1) of the first embodiment in that the network device 10A supports messaging processing. With this feature, the distributed application integrated network system 1A according to the second embodiment eliminates the need for a computer for messaging processing, which has been necessary in the past, the problem of communication load on the computer for messaging processing, and the computer. It becomes possible to cope with the problem of the complexity of the system due to redundancy.
 図12は、第2の実施形態に於けるネットワーク装置を示す概略の構成図である。
 第2の実施形態のネットワーク装置10Aは、第1の実施形態のネットワーク装置10とは異なる記憶部20Aと、メッセージ受信用論理通信インタフェース(IF)15Aと、メッセージ送信用論理通信インタフェース(IF)15Bとを備えている。なお、図面では、インタフェースのことを「IF」と記載している場合がある。
 メッセージ受信用論理通信インタフェース15Aは、ホストコンピュータ30上の分散アプリケーションプロセス40が他の分散アプリケーションプロセス40からメッセージを受信するための論理的なインタフェースである。
 メッセージ送信用論理通信インタフェース15Bは、ホストコンピュータ30上の分散アプリケーションプロセス40が他の分散アプリケーションプロセス40にメッセージを送信するための論理的なインタフェースである。
 第2の実施形態の記憶部20Aは、メッセージング管理プロセス21Aと、メッセージ配送プロセス22Aと、メッセージ受信用論理通信インタフェース管理テーブル25と、メッセージ送信用論理インタフェース管理テーブル26と、メッセージ送受信用論理インタフェース関連付け管理テーブル27と、フォワーディングテーブル24と、キュー28-1~28-3とを格納している。
FIG. 12 is a schematic configuration diagram showing a network device according to the second embodiment.
The network device 10A of the second embodiment is different from the network device 10 of the first embodiment in a storage unit 20A, a message reception logical communication interface (IF) 15A, and a message transmission logical communication interface (IF) 15B. And has. In the drawings, the interface may be described as “IF”.
The message receiving logical communication interface 15 </ b> A is a logical interface for the distributed application process 40 on the host computer 30 to receive a message from another distributed application process 40.
The message transmission logical communication interface 15B is a logical interface for the distributed application process 40 on the host computer 30 to transmit a message to another distributed application process 40.
The storage unit 20A of the second embodiment includes a messaging management process 21A, a message delivery process 22A, a message reception logical communication interface management table 25, a message transmission logical interface management table 26, and a message transmission / reception logical interface association. A management table 27, a forwarding table 24, and queues 28-1 to 28-3 are stored.
 メッセージング管理プロセス21Aは、分散アプリケーションプロセス40からの要求に基づいてメッセージ受信用論理通信インタフェース15Aやメッセージ送信用論理通信インタフェース15Bを構成するものである。更にメッセージング管理プロセス21Aは、メッセージ受信用論理通信インタフェース15Aとメッセージ送信用論理通信インタフェース15Bの関連付けを行い、分散アプリケーションプロセス40、メッセージ受信用論理通信インタフェース15A、メッセージ送信用論理通信インタフェース15B、メッセージを保存するキュー28、メッセージ受信用論理通信インタフェース15Aを介してメッセージを購読する分散アプリケーションプロセス40などの対応関係を管理するものである。 The messaging management process 21A constitutes the message reception logical communication interface 15A and the message transmission logical communication interface 15B based on a request from the distributed application process 40. Further, the messaging management process 21A associates the message reception logical communication interface 15A and the message transmission logical communication interface 15B, and distributes the distributed application process 40, the message reception logical communication interface 15A, the message transmission logical communication interface 15B, and the message. Corresponding relationships such as the queue 28 to be stored and the distributed application process 40 that subscribes to messages via the message receiving logical communication interface 15A are managed.
 メッセージ配送プロセス22Aは、分散アプリケーションプロセス40が送信したメッセージデータを、メッセージデータに含まれる配送条件、および、メッセージ受信用論理通信インタフェース15Aとメッセージ送信用論理通信インタフェース15Bの関連付け条件を踏まえて、メッセージ受信用論理通信インタフェース15Aに関連付けられたキュー28または分散アプリケーションプロセス40に配送するものである。メッセージ配送プロセス22Aは、ネットワーク装置10Aに従来から具備されている通信配送メカニズムを利用して、メッセージデータをカプセル化して送信し、受信したカプセル化メッセージデータを再構成するものである。そのため、前記したメッセージ受信用論理通信インタフェース15Aは、メッセージデータを受信したネットワーク装置10Aとは異なる他のネットワーク装置10Aに構成されているものでもよい。 The message delivery process 22A converts the message data transmitted by the distributed application process 40 into a message based on the delivery conditions included in the message data and the association conditions between the message reception logical communication interface 15A and the message transmission logical communication interface 15B. This is delivered to the queue 28 or the distributed application process 40 associated with the reception logical communication interface 15A. The message delivery process 22A uses the communication delivery mechanism conventionally provided in the network device 10A to encapsulate and transmit message data and reconstruct the received encapsulated message data. Therefore, the message receiving logical communication interface 15A described above may be configured in another network device 10A different from the network device 10A that has received the message data.
 メッセージ受信用論理通信インタフェース管理テーブル25は、メッセージ受信用論理通信インタフェース15Aの識別情報、キュー28の識別情報、当該メッセージ受信用論理通信インタフェース15Aの構成を要求した分散アプリケーションプロセス40の識別情報との対応関係を格納するものであり、後記する図13で説明する。
 メッセージ受信用論理通信インタフェース管理テーブル25は、分散アプリケーションプロセス40がメッセージデータの配送を要求する際には、メッセージデータを配送する先の識別情報を示すサブスクライバ識別情報も格納される。サブスクライバ識別情報は、構成要求送信元の分散アプリケーションプロセス40のネットワーク識別情報でもよく、複数の分散アプリケーションプロセス40がメッセージを受信可能なマルチキャストアドレスでもよい。
The message reception logical communication interface management table 25 includes the identification information of the message reception logical communication interface 15A, the identification information of the queue 28, and the identification information of the distributed application process 40 that requested the configuration of the message reception logical communication interface 15A. The correspondence relationship is stored, and will be described later with reference to FIG.
When the distributed application process 40 requests delivery of message data, the message reception logical communication interface management table 25 also stores subscriber identification information indicating identification information of a destination to which the message data is to be delivered. The subscriber identification information may be network identification information of the distributed application process 40 of the configuration request transmission source, or may be a multicast address where a plurality of distributed application processes 40 can receive messages.
 メッセージ送信用論理インタフェース管理テーブル26は、メッセージ送信用論理通信インタフェース15Bの識別情報と、当該メッセージ送信用論理通信インタフェース15Bのタイプを示す情報と、当該メッセージ送信用論理通信インタフェース15Bの構成を要求した分散アプリケーションプロセス40の識別情報との対応関係を格納するものであり、後記する図14で説明する。
 本実施形態に於いて、タイプとは、当該メッセージ送信用論理通信インタフェース15Bに送付されたメッセージデータを条件に合致した特定のメッセージ受信用論理通信インタフェース15Aに配送するか、または、全てのメッセージ受信用論理通信インタフェース15Aに配送するか、を指すものである。
The message transmission logical interface management table 26 requested identification information of the message transmission logical communication interface 15B, information indicating the type of the message transmission logical communication interface 15B, and the configuration of the message transmission logical communication interface 15B. The correspondence relationship with the identification information of the distributed application process 40 is stored and will be described later with reference to FIG.
In the present embodiment, the type means that the message data sent to the message transmission logical communication interface 15B is delivered to a specific message reception logical communication interface 15A that meets the conditions, or all message reception is performed. Whether to deliver to the logical communication interface 15A.
 メッセージ送受信用論理インタフェース関連付け管理テーブル27には、メッセージ送信用論理通信インタフェース15Bの識別情報と、メッセージ受信用論理通信インタフェース15Aの識別情報と、当該メッセージ送信用論理通信インタフェース15Bにて受信したメッセージデータを当該メッセージ受信用論理通信インタフェース15Aに配送すべきか否かを判断するための関連付け条件のタイプを示す情報を格納するものであり、後記する図14で説明する。
 キュー28は、メッセージデータを格納するために記憶部20A内に設けられた物理的または論理的な領域であり、一つ以上のキュー28が存在してよい。
The message transmission / reception logical interface association management table 27 includes identification information of the message transmission logical communication interface 15B, identification information of the message reception logical communication interface 15A, and message data received by the message transmission logical communication interface 15B. Is stored in the message receiving logical communication interface 15A, and will be described later with reference to FIG.
The queue 28 is a physical or logical area provided in the storage unit 20A for storing message data, and one or more queues 28 may exist.
 図13は、第2の実施形態に於けるメッセージ受信用論理通信インタフェース管理テーブルを示す図である。
 メッセージ受信用論理通信インタフェース管理テーブル25は、受信端点ID欄25aと、キューID欄25bと、登録者ID欄25cと、サブスクライバID欄25dとを備えた複数のエントリで構成されている。各欄は、テーブルの列である。各エントリは、テーブルの行である。
FIG. 13 is a diagram showing a logical communication interface management table for message reception in the second embodiment.
The message reception logical communication interface management table 25 includes a plurality of entries including a reception endpoint ID column 25a, a queue ID column 25b, a registrant ID column 25c, and a subscriber ID column 25d. Each column is a table column. Each entry is a table row.
 受信端点ID欄25aは、メッセージ受信用論理通信インタフェース15Aを識別する情報を格納している。
 キューID欄25bは、メッセージ受信用論理通信インタフェース15Aと連携して動作するキュー28を識別する情報を格納している。
 登録者ID欄25cは、当該エントリに係るメッセージ受信用論理通信インタフェース15Aの構成要求を行った分散アプリケーションプロセス40を識別する情報であり、例えば、当該分散アプリケーションプロセス40が動作するホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報を格納している。
The reception end point ID column 25a stores information for identifying the message reception logical communication interface 15A.
The queue ID column 25b stores information for identifying the queue 28 that operates in cooperation with the message receiving logical communication interface 15A.
The registrant ID column 25c is information for identifying the distributed application process 40 that has made a configuration request for the message receiving logical communication interface 15A related to the entry. For example, the communication of the host computer 30 on which the distributed application process 40 operates. The network identification information given to the interface 34 is stored.
 サブスクライバID欄25dは、メッセージ受信用論理通信インタフェース15Aにて受信したメッセージデータを配送する先を識別する情報を格納している。メッセージデータを配送する先を識別する情報とは、例えば特定の分散アプリケーションプロセス40が動作するホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報、または、複数の分散アプリケーションプロセス40に対応したマルチキャストアドレスである。当該サブスクライバID欄25dに情報が格納されていないエントリは、メッセージ配送プロセス22AがサブスクライバID欄25dに示された配送先にメッセージを配送するのではなく、分散アプリケーションプロセス40がメッセージ配送プロセス22Aにメッセージ受信を要求することを示している。 The subscriber ID column 25d stores information for identifying a destination to which the message data received by the message receiving logical communication interface 15A is delivered. The information for identifying the delivery destination of the message data is, for example, network identification information given to the communication interface 34 of the host computer 30 on which a specific distributed application process 40 operates, or multicast corresponding to a plurality of distributed application processes 40 Address. For an entry in which no information is stored in the subscriber ID column 25d, the message delivery process 22A does not deliver the message to the delivery destination indicated in the subscriber ID column 25d, but the distributed application process 40 sends a message to the message delivery process 22A. Indicates that reception is requested.
 図14は、第2の実施形態に於けるメッセージ送信用論理インタフェース管理テーブルを示す図である。
 メッセージ送信用論理インタフェース管理テーブル26は、送信端点ID欄26aと、タイプ欄26bと、登録者ID欄26cとを備えた複数のエントリで構成されている。各欄は、テーブルの列である。各エントリは、テーブルの行である。
FIG. 14 is a diagram showing a message transmission logical interface management table in the second embodiment.
The message transmission logical interface management table 26 includes a plurality of entries each having a transmission end point ID field 26a, a type field 26b, and a registrant ID field 26c. Each column is a table column. Each entry is a table row.
 送信端点ID欄26aは、メッセージ送信用論理通信インタフェース15Bを識別するためのネットワーク識別情報である。
 タイプ欄26bは、当該エントリのメッセージ送信用論理通信インタフェース15Bに送付されたメッセージデータの配送特性を格納するものである。当該メッセージデータは、例えば、タイプ欄26bが「direct」や「topic」(不図示)の場合、特定のメッセージ受信用論理通信インタフェース15Aに配送され、タイプ欄26bが「fanout」の場合、全てのメッセージ受信用論理通信インタフェース15Aに配送される。
 登録者ID欄26cは、当該エントリのメッセージ送信用論理通信インタフェース15Bの構成要求を行った分散アプリケーションプロセス40を識別する情報であり、例えば、当該分散アプリケーションプロセス40が動作するホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報を格納している。
 更に登録者ID欄26cは、当該エントリのタイプ欄26bに情報が格納されていない場合には、当該メッセージ送信用論理通信インタフェース15Bの構成情報を受け取った通信インタフェース14の識別情報を格納している。
The transmission end point ID column 26a is network identification information for identifying the message transmission logical communication interface 15B.
The type column 26b stores delivery characteristics of message data sent to the message transmission logical communication interface 15B of the entry. For example, when the type column 26b is “direct” or “topic” (not shown), the message data is delivered to a specific message reception logical communication interface 15A. When the type column 26b is “fanout”, The message is delivered to the message receiving logical communication interface 15A.
The registrant ID column 26c is information for identifying the distributed application process 40 that has made the configuration request for the message transmission logical communication interface 15B of the entry. For example, the communication interface of the host computer 30 on which the distributed application process 40 operates. The network identification information given to 34 is stored.
Furthermore, the registrant ID column 26c stores the identification information of the communication interface 14 that has received the configuration information of the message transmission logical communication interface 15B if no information is stored in the type column 26b of the entry. .
 図15は、第2の実施形態に於けるメッセージ送受信用論理インタフェース関連付け管理テーブルを示す図である。
 メッセージ送受信用論理インタフェース関連付け管理テーブル27は、送信端点ID欄27aと、受信端点ID欄27bと、関連付け条件タイプ欄27cと、関連付け条件欄27dとを備えた複数のエントリで構成されている。各欄は、テーブルの列である。各エントリは、テーブルの行である。
FIG. 15 is a diagram illustrating a message transmission / reception logical interface association management table according to the second embodiment.
The message transmission / reception logical interface association management table 27 includes a plurality of entries including a transmission endpoint ID column 27a, a reception endpoint ID column 27b, an association condition type column 27c, and an association condition column 27d. Each column is a table column. Each entry is a table row.
 送信端点ID欄27aは、メッセージ送信用論理通信インタフェース15Bを識別する情報であり、例えばネットワーク装置10A内に於ける固有のインタフェース名やネットワーク識別情報が格納されている。
 受信端点ID欄27bは、メッセージ受信用論理通信インタフェース15Aを識別する情報であり、例えばネットワーク装置10A内に於ける固有のインタフェース名やネットワーク識別情報が格納されている。
 関連付け条件タイプ欄27cおよび関連付け条件欄27dの組合せは、メッセージ配送プロセス22Aが当該エントリのメッセージ送信用論理通信インタフェース15Bを介して受信したメッセージデータを、当該エントリのメッセージ受信用論理通信インタフェース15Aに配送すべきか否かを決定する際に用いる関連付け条件の種別、および、当該種別に於ける関連付け条件の組合せが格納されている。
 関連付け条件としては、例えば、キーワード、ネットワーク識別情報のマスク情報、マルチキャストグループなどである。ネットワーク識別情報のマスク情報は、メッセージ受信用論理通信インタフェース15Aの識別情報の一部または全てのビット列をマスクするビット列であり、例えば、共通のビット列を識別情報に持つ複数のメッセージ受信用論理通信インタフェース15A宛てに、メッセージデータを複製および配送するものである。
The transmission endpoint ID column 27a is information for identifying the message transmission logical communication interface 15B, and stores, for example, a unique interface name and network identification information in the network device 10A.
The reception endpoint ID column 27b is information for identifying the message reception logical communication interface 15A, and stores, for example, a unique interface name and network identification information in the network device 10A.
The combination of the association condition type field 27c and the association condition field 27d is to deliver the message data received by the message delivery process 22A via the message transmission logical communication interface 15B of the entry to the message reception logical communication interface 15A of the entry. A type of association condition used when determining whether or not to perform the determination, and a combination of association conditions in the type are stored.
Examples of the association condition include a keyword, network identification mask information, and a multicast group. The mask information of the network identification information is a bit string that masks a part or all of the bit string of the identification information of the message reception logical communication interface 15A. For example, a plurality of message reception logical communication interfaces having a common bit string as identification information The message data is copied and delivered to 15A.
 図16~図18は、第2の実施形態に於ける通信データの構造の一例を示す図である。
 各通信データ54~64は、イーサネット(登録商標)通信フレームにデータ構造をマッピングして構成されている。通信データ構造は、図16~図18に限定されるものではなく、例えばIP通信フレームにデータ構造をマッピングしてもよい。
 通信データ54~64は、送信先アドレス80aと、送信元アドレス80bと、送信先アドレス80cと、送信元アドレス80dと、タグ80eと、タイプ80fと、データフレーム80gのうち、いずれかのフィールドを有している。
 送信先アドレス80aは、通信相手をネットワーク上で識別するためのネットワーク識別情報を格納するフィールドである。
 送信元アドレス80bは、通信元をネットワーク上で識別するためのネットワーク識別情報を格納するフィールドである。
 送信先アドレス80cおよび送信元アドレス80dは、送信先アドレス80aおよび送信元アドレス80bでカプセル化された第2のネットワーク識別情報を格納するフィールドである。
 タグ80eは、通信を分類するための識別情報を格納するフィールドであり、例えばVLANタグなどを格納するフィールドである。
 タイプ80fは、プロトコル種別情報を格納するためのフィールドであり、例えばTCPやUDPなどのプロトコル番号用のフィールドである。
 データフレーム80gは、通信相手とやり取りする任意のデータを格納するフィールドである。
FIGS. 16 to 18 are diagrams showing examples of the structure of communication data in the second embodiment.
Each communication data 54 to 64 is configured by mapping a data structure to an Ethernet (registered trademark) communication frame. The communication data structure is not limited to those shown in FIGS. 16 to 18, and the data structure may be mapped to an IP communication frame, for example.
The communication data 54 to 64 include any one of the transmission destination address 80a, the transmission source address 80b, the transmission destination address 80c, the transmission source address 80d, the tag 80e, the type 80f, and the data frame 80g. Have.
The transmission destination address 80a is a field for storing network identification information for identifying a communication partner on the network.
The transmission source address 80b is a field for storing network identification information for identifying the communication source on the network.
The transmission destination address 80c and the transmission source address 80d are fields for storing second network identification information encapsulated by the transmission destination address 80a and the transmission source address 80b.
The tag 80e is a field for storing identification information for classifying communication, and is a field for storing a VLAN tag, for example.
The type 80f is a field for storing protocol type information, and is a field for a protocol number such as TCP or UDP, for example.
The data frame 80g is a field for storing arbitrary data exchanged with the communication partner.
 図16(a)は、分散アプリケーションプロセス40がネットワーク装置10Aに対してメッセージ受信用論理通信インタフェース15Aの構成を要求する際の通信データ54の構造を示す図である。
 通信データ54の送信先アドレス80aには、登録用論理通信インタフェースアドレスとして、登録用論理通信インタフェース16Aのネットワーク識別情報が格納される。
 通信データ54の送信元アドレス80bには、送信元ホストコンピュータアドレスとして、送信元のホストコンピュータ30のネットワーク識別情報が格納される。当該ホストコンピュータ30のネットワーク識別情報とは、例えば、当該ホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報である。
 通信データ54の送信先アドレス80cには、メッセージ受信用論理通信インタフェースアドレスとして、メッセージ受信用論理通信インタフェース15Aのネットワーク識別情報が格納される。
 通信データ54の送信元アドレス80dには、サブスクライバアドレスとして、サブスクライバのネットワーク識別情報が格納される。本実施形態に於いて、サブスクライバとは、メッセージ配送先のことである。
 通信データ54のタイプ80fには、受信端点構成要求識別子として、当該通信データ54が分散アプリケーションプロセス40による受信端点の構成要求であることを示す情報が格納される。
 通信データ54を受信したときのネットワーク装置10Aの動作を、後記する図20に示す。
FIG. 16A is a diagram showing the structure of communication data 54 when the distributed application process 40 requests the network device 10A to configure the message receiving logical communication interface 15A.
The transmission destination address 80a of the communication data 54 stores the network identification information of the registration logical communication interface 16A as the registration logical communication interface address.
In the transmission source address 80b of the communication data 54, the network identification information of the transmission source host computer 30 is stored as the transmission source host computer address. The network identification information of the host computer 30 is, for example, network identification information given to the communication interface 34 of the host computer 30.
The transmission destination address 80c of the communication data 54 stores the network identification information of the message receiving logical communication interface 15A as the message receiving logical communication interface address.
In the transmission source address 80d of the communication data 54, subscriber network identification information is stored as a subscriber address. In the present embodiment, a subscriber is a message delivery destination.
In the type 80f of the communication data 54, information indicating that the communication data 54 is a reception end point configuration request by the distributed application process 40 is stored as a reception end point configuration request identifier.
The operation of the network device 10A when the communication data 54 is received is shown in FIG.
 図16(b)は、分散アプリケーションプロセス40がネットワーク装置10Aに対してメッセージ送信用論理通信インタフェース15Bの構成を要求する際の通信データ55の構造を示す図である。
 通信データ55の送信先アドレス80aには、登録用論理通信インタフェースアドレスとして、登録用論理通信インタフェース16Aのネットワーク識別情報が格納される。
 通信データ55の送信元アドレス80bには、送信元ホストコンピュータアドレスとして、送信元のホストコンピュータ30のネットワーク識別情報が格納される。
 通信データ55の送信先アドレス80cには、メッセージ送信用論理通信インタフェースアドレスとして、メッセージ送信用論理通信インタフェース15Bのネットワーク識別情報が格納される。
 通信データ55の送信元アドレス80dには、メッセージ送信用論理通信インタフェースタイプとして、メッセージ送信用論理通信インタフェース15Bのタイプが格納される。
 通信データ55のタイプ80fには、送信端点構成要求識別子として、当該通信データ55が分散アプリケーションプロセス40による送信端点の構成要求であることを示す情報が格納される。
 通信データ55を受信したときのネットワーク装置10Aの動作を、後記する図21に示す。
FIG. 16B is a diagram showing the structure of communication data 55 when the distributed application process 40 requests the network device 10A to configure the message transmission logical communication interface 15B.
The transmission destination address 80a of the communication data 55 stores the network identification information of the registration logical communication interface 16A as the registration logical communication interface address.
In the transmission source address 80b of the communication data 55, the network identification information of the transmission source host computer 30 is stored as the transmission source host computer address.
In the transmission destination address 80c of the communication data 55, the network identification information of the message transmission logical communication interface 15B is stored as the message transmission logical communication interface address.
The source address 80d of the communication data 55 stores the message transmission logical communication interface 15B type as the message transmission logical communication interface type.
In the type 80f of the communication data 55, information indicating that the communication data 55 is a transmission endpoint configuration request by the distributed application process 40 is stored as a transmission endpoint configuration request identifier.
The operation of the network device 10A when receiving the communication data 55 is shown in FIG.
 図16(c)は、分散アプリケーションプロセス40がネットワーク装置10Aに対してメッセージ送信用論理通信インタフェース15Bとメッセージ受信用論理通信インタフェース15Aの関連付け構成を要求する際の通信データ56の構造を示す図である。
 通信データ56の送信先アドレス80aには、メッセージ送信用論理通信インタフェースアドレスとして、関連付け対象となるメッセージ送信用論理通信インタフェース15Bに付与されたネットワーク識別情報が格納される。
 通信データ56の送信元アドレス80bには、送信元ホストコンピュータアドレスとして、分散アプリケーションプロセス40が動作するホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報が格納される。
 通信データ56の送信先アドレス80cには、メッセージ受信用論理通信インタフェースアドレスとして、メッセージ受信用論理通信インタフェース15Aのネットワーク識別情報が格納される。
 通信データ56の送信元アドレス80dには、関連付け条件として、関連付け条件情報が格納される。
 通信データ56のタグ80eには、関連付け条件タイプとして、メッセージ送信用論理通信インタフェース15Bのタイプが格納される。
 通信データ56のタイプ80fには、送受信端点関連付け要求識別子として、当該通信データ56がメッセージ受信用論理通信インタフェース15Aとメッセージ送信用論理通信インタフェース15Bとの関連付け構成要求であることを示す情報が格納される。
FIG. 16C is a diagram showing the structure of the communication data 56 when the distributed application process 40 requests the network device 10A to associate the message transmission logical communication interface 15B with the message reception logical communication interface 15A. is there.
In the transmission destination address 80a of the communication data 56, network identification information given to the message transmission logical communication interface 15B to be associated is stored as a message transmission logical communication interface address.
The transmission source address 80b of the communication data 56 stores network identification information given to the communication interface 34 of the host computer 30 on which the distributed application process 40 operates as a transmission source host computer address.
In the transmission destination address 80c of the communication data 56, the network identification information of the message receiving logical communication interface 15A is stored as the message receiving logical communication interface address.
In the transmission source address 80d of the communication data 56, association condition information is stored as an association condition.
The tag 80e of the communication data 56 stores the type of the message transmission logical communication interface 15B as the association condition type.
In the type 80f of the communication data 56, information indicating that the communication data 56 is an association configuration request between the message reception logical communication interface 15A and the message transmission logical communication interface 15B is stored as a transmission / reception end point association request identifier. The
 図16(d)は、複数のネットワーク装置10A間に於いて、個々のネットワーク装置10Aが直接管理しているメッセージ受信用論理通信インタフェース15Aおよびメッセージ送信用論理通信インタフェース15Bの構成情報を交換する際の通信データ57の構造を示す図である。
 通信データ57の送信先アドレス80aには、マルチキャストアドレスとして、複数のネットワーク装置10Aに対応付けられたマルチキャストアドレスが格納される。
 通信データ57の送信元アドレス80bには、送信元ネットワーク装置アドレスとして、例えば、情報発行元のネットワーク装置10Aの登録用論理通信インタフェース16Aに与されたネットワーク識別情報が格納される。
 通信データ57のタイプ80fには、構成情報交換要求識別子として、当該通信データ57が論理通信インタフェース構成の交換要求であることを示す情報が格納される。
 通信データ57のデータフレーム80gには、論理通信インタフェース構成情報として、他のネットワーク装置10Aに通知する論理通信インタフェースの一覧が格納される。
FIG. 16D shows a case where configuration information of the message reception logical communication interface 15A and the message transmission logical communication interface 15B directly managed by each network device 10A is exchanged between the plurality of network devices 10A. It is a figure which shows the structure of the communication data 57 of.
In the transmission destination address 80a of the communication data 57, multicast addresses associated with a plurality of network devices 10A are stored as multicast addresses.
In the transmission source address 80b of the communication data 57, for example, the network identification information given to the registration logical communication interface 16A of the network device 10A as the information issuing source is stored as the transmission source network device address.
In the type 80f of the communication data 57, information indicating that the communication data 57 is a logical communication interface configuration exchange request is stored as a configuration information exchange request identifier.
The data frame 80g of the communication data 57 stores a list of logical communication interfaces to be notified to the other network device 10A as logical communication interface configuration information.
 図17(e)は、分散アプリケーションプロセス40がネットワーク装置10Aに対してメッセージ送信用論理通信インタフェース15Bやメッセージ受信用論理通信インタフェース15Aの構成情報を要求する際の通信データ58の構造を示す図である。
 通信データ58の送信先アドレス80aには、登録用論理通信インタフェースアドレスとして、登録用論理通信インタフェース16Aに付与されたネットワーク識別情報が格納される。
 通信データ58の送信元アドレス80bには、送信元ホストコンピュータアドレスとして、分散アプリケーションプロセス40が動作するホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報が格納される。
 通信データ58のデータフレーム80gには、構成情報要求識別子として、当該通信データ58が論理通信インタフェースの構成情報要求であることを示す情報が格納される。
 通信データ58を受信したときのネットワーク装置10Aの動作を、後記する図22に示す。
FIG. 17E shows the structure of the communication data 58 when the distributed application process 40 requests the configuration information of the message transmission logical communication interface 15B and the message reception logical communication interface 15A from the network device 10A. is there.
The network identification information given to the registration logical communication interface 16A is stored as the registration logical communication interface address in the transmission destination address 80a of the communication data 58.
The network identification information given to the communication interface 34 of the host computer 30 on which the distributed application process 40 operates is stored as the source host computer address in the source address 80b of the communication data 58.
In the data frame 80g of the communication data 58, information indicating that the communication data 58 is a logical communication interface configuration information request is stored as a configuration information request identifier.
The operation of the network device 10A when receiving the communication data 58 is shown in FIG.
 図17(f)は、ネットワーク装置10Aが分散アプリケーションプロセス40からの論理通信インタフェース構成情報要求に応答する際の通信データ59の構造を示す図である。
 通信データ59の送信先アドレス80aには、要求元ホストコンピュータアドレスとして、構成要求の発行元のホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報が格納される。
 通信データ59の送信元アドレス80bには、登録用論理通信インタフェースアドレスとして、登録用論理通信インタフェース16Aに付与されたネットワーク識別情報が格納される。
 通信データ59のタイプ80fには、構成情報要求識別子として、当該通信データ59が論理通信インタフェースの構成情報要求に係ることを示す情報が格納される。
 通信データ59のデータフレーム80gには、論理通信インタフェース構成情報として、応答に含める論理通信インタフェースの一覧などの構成情報が格納される。
 通信データ59を受信したときのネットワーク装置10Aの動作を、後記する図22に示す。
FIG. 17F is a diagram showing the structure of the communication data 59 when the network device 10A responds to the logical communication interface configuration information request from the distributed application process 40.
In the transmission destination address 80a of the communication data 59, network identification information given to the communication interface 34 of the host computer 30 that issued the configuration request is stored as the request source host computer address.
The network identification information given to the registration logical communication interface 16A is stored in the transmission source address 80b of the communication data 59 as the registration logical communication interface address.
In the type 80f of the communication data 59, information indicating that the communication data 59 relates to a configuration information request of the logical communication interface is stored as a configuration information request identifier.
The data frame 80g of the communication data 59 stores configuration information such as a list of logical communication interfaces included in the response as logical communication interface configuration information.
The operation of the network device 10A when receiving the communication data 59 is shown in FIG.
 図17(g)は、分散アプリケーションプロセス40がネットワーク装置10Aに対してメッセージを送信する際の通信データ60の構造を示す図である。
 通信データ60の送信先アドレス80aには、メッセージ送信用論理通信インタフェースアドレスとして、メッセージ送信用論理通信インタフェース15Bに付与されたネットワーク識別情報が格納される。
 通信データ60の送信元アドレス80bには、送信元ホストコンピュータアドレスとして、分散アプリケーションプロセス40が動作するホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報が格納される。
 通信データ60の送信先アドレス80cには、転送条件タイプとして、転送条件タイプ情報(配送条件タイプ情報)が格納される。
 通信データ60の送信元アドレス80dには、転送条件として、転送条件情報(配送条件情報)が格納される。
 通信データ60のタイプ80fには、メッセージ送信要求識別子として、当該通信データ60がメッセージ送信要求であることを示す情報が格納される。
 通信データ60のデータフレーム80gには、メッセージデータとして、メッセージ内容が格納される。
 通信データ60を受信したときのネットワーク装置10Aの動作を、後記する図22に示す。
FIG. 17G is a diagram showing the structure of the communication data 60 when the distributed application process 40 transmits a message to the network device 10A.
In the transmission destination address 80a of the communication data 60, the network identification information given to the message transmission logical communication interface 15B is stored as the message transmission logical communication interface address.
In the transmission source address 80b of the communication data 60, network identification information given to the communication interface 34 of the host computer 30 on which the distributed application process 40 operates is stored as a transmission source host computer address.
In the transmission destination address 80c of the communication data 60, transfer condition type information (delivery condition type information) is stored as a transfer condition type.
In the transmission source address 80d of the communication data 60, transfer condition information (delivery condition information) is stored as a transfer condition.
In the type 80f of the communication data 60, information indicating that the communication data 60 is a message transmission request is stored as a message transmission request identifier.
In the data frame 80g of the communication data 60, message contents are stored as message data.
The operation of the network device 10A when the communication data 60 is received is shown in FIG.
 図18(h)は、ネットワーク装置10A上のメッセージ配送プロセス22Aがメッセージ送信用論理通信インタフェース15Bを介して受信したメッセージを、配送条件と関連付け条件を加味した後に、メッセージ送信用論理通信インタフェース15Bに配送する際の通信データ61の構造を示す図である。
 通信データ61の送信先アドレス80aには、メッセージ受信用論理通信インタフェースアドレスとして、メッセージ受信用論理通信インタフェース15Aに付与されたネットワーク識別情報が格納される。
 通信データ61の送信元アドレス80bには、送信元ホストコンピュータアドレスとして、メッセージ送信元の分散アプリケーションプロセス40が動作するホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報が格納される。
 通信データ61のタイプ80fには、メッセージ転送要求識別子として、当該通信データ61がメッセージ転送要求(メッセージ配送要求)であることを示す情報が格納される。
 通信データ61のデータフレーム80gには、メッセージデータとして、配送するメッセージ内容が格納される。
 通信データ61を受信したときのネットワーク装置10Aの動作を、後記する図24に示す。
FIG. 18 (h) shows the message received by the message delivery process 22A on the network device 10A via the message transmission logical communication interface 15B, after adding the delivery condition and the association condition, to the message transmission logical communication interface 15B. It is a figure which shows the structure of the communication data 61 at the time of delivery.
The network identification information given to the message receiving logical communication interface 15A is stored in the transmission destination address 80a of the communication data 61 as the message receiving logical communication interface address.
In the transmission source address 80b of the communication data 61, network identification information given to the communication interface 34 of the host computer 30 on which the distributed application process 40 of the message transmission source operates is stored as a transmission source host computer address.
In the type 80f of the communication data 61, information indicating that the communication data 61 is a message transfer request (message delivery request) is stored as a message transfer request identifier.
In the data frame 80g of the communication data 61, message contents to be delivered are stored as message data.
The operation of the network device 10A when receiving the communication data 61 is shown in FIG.
 図18(i)は、分散アプリケーションプロセス40がネットワーク装置10Aに対してメッセージの受信を要求する際の通信データ62の構造を示す図である。
 通信データ62の送信先アドレス80aには、メッセージ受信用論理通信インタフェースアドレスとして、メッセージ受信用論理通信インタフェース15Aに付与されたネットワーク識別情報が格納される。
 通信データ62の送信元アドレス80bには、送信元ホストコンピュータアドレスとして、分散アプリケーションプロセス40が動作するホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報が格納される。
 通信データ62のタイプ80fには、メッセージ受信要求識別子として、当該通信データ62がメッセージ受信要求であることを示す情報が格納される。
 通信データ62を受信したときのネットワーク装置10Aの動作を、後記する図25に示す。
FIG. 18 (i) is a diagram showing the structure of communication data 62 when the distributed application process 40 requests the network device 10A to receive a message.
The network identification information given to the message reception logical communication interface 15A is stored in the transmission destination address 80a of the communication data 62 as the message reception logical communication interface address.
The network identification information given to the communication interface 34 of the host computer 30 on which the distributed application process 40 operates is stored as the transmission source host computer address in the transmission source address 80b of the communication data 62.
In the type 80f of the communication data 62, information indicating that the communication data 62 is a message reception request is stored as a message reception request identifier.
The operation of the network device 10A when receiving the communication data 62 is shown in FIG.
 図18(j)は、ネットワーク装置10Aが分散アプリケーションプロセス40からのメッセージ受信要求に応じてメッセージを配送する際の通信データ63の構造を示す図である。
 通信データ63の送信先アドレス80aには、要求元ホストコンピュータアドレスとして、メッセージ受信要求元のホストコンピュータ30の通信インタフェース34に付与されたネットワーク識別情報が格納される。
 通信データ63の送信元アドレス80bには、メッセージ受信用論理通信インタフェースアドレスとして、メッセージ受信用論理通信インタフェース15Aに付与されたネットワーク識別情報が格納される。
 通信データ63のタイプ80fには、メッセージ受信要求識別子として、当該通信データ63がメッセージ受信要求であることを示す情報が格納される。
 通信データ63のデータフレーム80gには、メッセージデータとして、配送されるメッセージ内容が格納される。
 通信データ63を受信したときのネットワーク装置10Aの動作を、後記する図25に示す。
FIG. 18J is a diagram showing the structure of the communication data 63 when the network device 10A delivers a message in response to a message reception request from the distributed application process 40.
The network identification information given to the communication interface 34 of the host computer 30 of the message reception request source is stored in the transmission destination address 80a of the communication data 63 as the request source host computer address.
The network identification information given to the message receiving logical communication interface 15A is stored in the transmission source address 80b of the communication data 63 as the message receiving logical communication interface address.
In the type 80f of the communication data 63, information indicating that the communication data 63 is a message reception request is stored as a message reception request identifier.
In the data frame 80g of the communication data 63, message contents to be delivered are stored as message data.
The operation of the network device 10A when receiving the communication data 63 is shown in FIG.
 図18(k)は、ネットワーク装置10Aが事前に登録されたサブスクライバにメッセージを配送する際の通信データ64の構造を示す図である。
 通信データ64の送信先アドレス80aには、サブスクライバアドレスとして、サブスクライバのネットワーク識別情報が格納される。
 通信データ64の送信元アドレス80bには、メッセージ受信用論理通信インタフェースアドレスとして、メッセージ受信用論理通信インタフェース15Aに付与されたネットワーク識別情報が格納される。
 通信データ64のタイプ80fには、メッセージ配送要求識別子として、当該通信データ64がメッセージ配送であることを示す情報が格納される。
 通信データ64のデータフレーム80gには、メッセージデータとして、配送されるメッセージ内容が格納される。
 通信データ64を受信したときのネットワーク装置10Aの動作を、後記する図24に示す。
FIG. 18 (k) is a diagram illustrating a structure of communication data 64 when the network device 10A delivers a message to a subscriber registered in advance.
The transmission destination address 80a of the communication data 64 stores subscriber network identification information as a subscriber address.
The network identification information given to the message receiving logical communication interface 15A is stored in the transmission source address 80b of the communication data 64 as the message receiving logical communication interface address.
The type 80f of the communication data 64 stores information indicating that the communication data 64 is message delivery as a message delivery request identifier.
In the data frame 80g of the communication data 64, message contents to be delivered are stored as message data.
The operation of the network device 10A when receiving the communication data 64 is shown in FIG.
(第2の実施形態の動作)
 図19は、第2の実施形態に於けるメッセージングの例を示すシーケンス図である。
 ネットワーク装置10Aと分散アプリケーションプロセス40が相互連携してメッセージングを行う全体シーケンスを示す図である。
 説明の簡略化のため、図19は、システムを構成する二つのネットワーク装置10A-1およびネットワーク装置10A-3と、それぞれに接続されたホストコンピュータ30-1およびホストコンピュータ30-4との間の通信シーケンスを示す。
 ネットワーク装置10A-1,10A-3上では、それぞれメッセージング管理プロセス21Aとメッセージ配送プロセス22Aとが動作する。ホストコンピュータ30-1,30-4上では、それぞれ分散アプリケーションプロセス40が動作する。
 なお、初期状態に於いて、ネットワーク装置10A-1には、メッセージ送信用論理通信インタフェース15Bが構成されている。ネットワーク装置10A-3には、メッセージ受信用論理通信インタフェース15Aが構成されている。
(Operation of Second Embodiment)
FIG. 19 is a sequence diagram illustrating an example of messaging in the second embodiment.
It is a figure which shows the whole sequence in which the network apparatus 10A and the distributed application process 40 perform messaging in cooperation with each other.
For simplification of explanation, FIG. 19 shows the relationship between the two network devices 10A-1 and 10A-3 constituting the system, and the host computer 30-1 and the host computer 30-4 connected to each of them. A communication sequence is shown.
On the network devices 10A-1 and 10A-3, a messaging management process 21A and a message delivery process 22A operate, respectively. On the host computers 30-1 and 30-4, the distributed application process 40 operates.
In the initial state, the network device 10A-1 includes a message transmission logical communication interface 15B. The network device 10A-3 includes a message receiving logical communication interface 15A.
 シーケンスQ30に於いて、ホストコンピュータ30-1上の分散アプリケーションプロセス40は、ネットワーク装置10A-1上の登録用論理通信インタフェース16Aを介して、メッセージング管理プロセス21Aに、メッセージ受信用論理通信インタフェース15Aの構成要求を行う。当該構成要求は、図16(a)に示す通信データ54の送信によって行われる。
 シーケンスQ31に於いて、ネットワーク装置10A-1上のメッセージング管理プロセス21Aは、メッセージ受信用論理通信インタフェース15Aを構成する。
In the sequence Q30, the distributed application process 40 on the host computer 30-1 sends the message receiving logical communication interface 15A to the messaging management process 21A via the registration logical communication interface 16A on the network device 10A-1. Make configuration requests. The configuration request is made by transmitting the communication data 54 shown in FIG.
In sequence Q31, the messaging management process 21A on the network device 10A-1 constitutes a message receiving logical communication interface 15A.
 シーケンスQ32に於いて、ホストコンピュータ30-4上の分散アプリケーションプロセス40は、ネットワーク装置10A-3上の登録用論理通信インタフェース16を介して、メッセージング管理プロセス21Aに、メッセージ送信用論理通信インタフェース15Bの構成要求を行う。当該構成要求は、図16(b)に示す通信データ55の送信によって行われる。
 シーケンスQ33に於いて、ネットワーク装置10A-3上のメッセージング管理プロセス21Aは、メッセージ送信用論理通信インタフェース15Bを構成する。
In the sequence Q32, the distributed application process 40 on the host computer 30-4 sends the message transmission logical communication interface 15B to the messaging management process 21A via the registration logical communication interface 16 on the network device 10A-3. Make configuration requests. The configuration request is made by transmitting the communication data 55 shown in FIG.
In the sequence Q33, the messaging management process 21A on the network device 10A-3 constitutes a message transmission logical communication interface 15B.
 シーケンスQ34に於いて、ネットワーク装置10A-1とネットワーク装置10A-3は構成情報を交換し、個々が持つメッセージ受信用論理通信インタフェース15Aやメッセージ送信用論理通信インタフェース15Bの識別情報を相互に把握する。当該構成情報交換は、図16(d)に示す通信データ57をマルチキャストすることによって行ってもよく、LLDPなどの公知の仕組みを用いて実施してもよい。 In the sequence Q34, the network device 10A-1 and the network device 10A-3 exchange configuration information, and mutually recognize the identification information of the message reception logical communication interface 15A and the message transmission logical communication interface 15B. . The configuration information exchange may be performed by multicasting the communication data 57 illustrated in FIG. 16D, or may be performed using a known mechanism such as LLDP.
 シーケンスQ35に於いて、ホストコンピュータ30-1上の分散アプリケーションプロセス40は、ネットワーク装置10A-1の登録用論理通信インタフェース16を介して、メッセージング管理プロセス21Aに、メッセージ送信用論理通信インタフェース15Bの一覧の取得要求を送信する。当該取得要求は、図17(e)に示す通信データ58で、構成情報を要求することによって行われる。なお、分散アプリケーションプロセス40が、例えばアプリケーション管理者が手動でメッセージ送信用論理通信インタフェース15Bの一覧を管理する場合等、別の方法でメッセージ送信用論理通信インタフェース15Bの一覧を取得可能な場合、シーケンスQ35と後続のシーケンスQ36とを実施しなくても良い。
 シーケンスQ36に於いて、ネットワーク装置10A-1上のメッセージング管理プロセス21Aは、ホストコンピュータ30-1上の分散アプリケーションプロセス40に、メッセージ送信用論理通信インタフェース15Bの一覧応答を送信する。当該一覧応答は、図17(f)に示す通信データ59で、構成情報を応答することによって行われる。
In sequence Q35, the distributed application process 40 on the host computer 30-1 sends a list of message transmission logical communication interfaces 15B to the messaging management process 21A via the registration logical communication interface 16 of the network device 10A-1. Send an acquisition request. The acquisition request is made by requesting configuration information with the communication data 58 shown in FIG. If the distributed application process 40 can acquire the list of message transmission logical communication interfaces 15B by another method, for example, when the application administrator manually manages the list of message transmission logical communication interfaces 15B, a sequence is performed. Q35 and subsequent sequence Q36 may not be performed.
In sequence Q36, the messaging management process 21A on the network device 10A-1 transmits a list response of the message transmission logical communication interface 15B to the distributed application process 40 on the host computer 30-1. The list response is performed by responding the configuration information with the communication data 59 shown in FIG.
 シーケンスQ37に於いて、ホストコンピュータ30-1上の分散アプリケーションプロセス40は、メッセージ送信用論理通信インタフェース15Bとメッセージ受信用論理通信インタフェース15Aの関連付けを行うために、ネットワーク装置10A-1の登録用論理通信インタフェース16を介して、メッセージング管理プロセス21Aに、メッセージ送受信用論理インタフェース関連付け要求を行う。当該メッセージ送受信用論理インタフェース関連付け要求は、図16(c)に示す通信データ56で行われる。 In sequence Q37, the distributed application process 40 on the host computer 30-1 performs registration logic of the network device 10A-1 in order to associate the message transmission logical communication interface 15B with the message reception logical communication interface 15A. A message transmission / reception logical interface association request is made to the messaging management process 21A via the communication interface 16. The message transmission / reception logical interface association request is made with the communication data 56 shown in FIG.
 シーケンスQ38に於いて、メッセージング管理プロセス21Aは、当該関連付け要求対象のメッセージ送信用論理通信インタフェース15Bを持つネットワーク装置10A-3のメッセージング管理プロセス21Aに、関連付け要求を配送する。当該関連付け要求は、図16(c)に示す通信データ56で行われる。本実施形態では、予めネットワーク装置10Aに関連付け要求を配送しているので、メッセージデータを適切に配送することができる。 In the sequence Q38, the messaging management process 21A delivers the association request to the messaging management process 21A of the network device 10A-3 having the message transmission logical communication interface 15B of the association request target. The association request is made with the communication data 56 shown in FIG. In the present embodiment, since the association request is delivered to the network device 10A in advance, the message data can be delivered appropriately.
 シーケンスQ39に於いて、ホストコンピュータ30-4上の分散アプリケーションプロセス40は、ネットワーク装置10A-3のメッセージ送信用論理通信インタフェース15B宛てにメッセージデータを送信する。当該メッセージデータ送信は、図17(g)に示す通信データ60の送信によって行われる。
 シーケンスQ40に於いて、ネットワーク装置10A-3上のメッセージ配送プロセス22Aは、メッセージ送信用論理通信インタフェース15Bを介して当該メッセージデータを受信する。
 シーケンスQ41に於いて、ネットワーク装置10A-3上のメッセージ配送プロセス22Aは、メッセージ受信用論理通信インタフェース15A宛てに当該メッセージデータを転送する。ネットワーク装置10A-3は、予め登録されている関連付け条件と、当該メッセージデータとを照合し、ネットワーク装置10A-1のメッセージ受信用論理通信インタフェース15Aを転送先とする。当該メッセージデータ転送は、図18(h)に示す通信データ61の送信によって行われる。
In sequence Q39, the distributed application process 40 on the host computer 30-4 transmits message data to the message transmission logical communication interface 15B of the network device 10A-3. The message data transmission is performed by transmitting the communication data 60 shown in FIG.
In sequence Q40, the message delivery process 22A on the network device 10A-3 receives the message data via the message transmission logical communication interface 15B.
In sequence Q41, the message delivery process 22A on the network device 10A-3 transfers the message data to the message receiving logical communication interface 15A. The network device 10A-3 collates the association condition registered in advance with the message data, and sets the message reception logical communication interface 15A of the network device 10A-1 as the transfer destination. The message data transfer is performed by transmitting the communication data 61 shown in FIG.
 シーケンスQ42に於いて、ネットワーク装置10A-1上のメッセージ配送プロセス22Aは、メッセージ受信用論理通信インタフェース15Aを介して当該メッセージデータを受信する。 In sequence Q42, the message delivery process 22A on the network device 10A-1 receives the message data via the message reception logical communication interface 15A.
 シーケンスQ43に於いて、ネットワーク装置10A-1上のメッセージ配送プロセス22Aは、対応するサブスクライバであるホストコンピュータ30-1上の分散アプリケーションプロセス40にメッセージデータを配送する。このメッセージデータ配送は、図18(k)に示す通信データ64の送信によって行われる。
 ネットワーク装置10A-1上のメッセージ配送プロセス22Aは、メッセージ受信用論理通信インタフェース15Aを介してメッセージデータを受信したとき、対応するキュー28に格納してもよい。このとき、分散アプリケーションプロセス40は、図18(i)に示す通信データ62を、ネットワーク装置10A-1に送信することによって、メッセージ受信要求を行う。さらに、対応するキュー28は、図18(j)に示す通信データ63によって、当該メッセージ受信要求に応答する。
In sequence Q43, the message delivery process 22A on the network device 10A-1 delivers the message data to the distributed application process 40 on the host computer 30-1 that is the corresponding subscriber. This message data delivery is performed by transmitting the communication data 64 shown in FIG.
When the message delivery process 22A on the network device 10A-1 receives message data via the message receiving logical communication interface 15A, it may store it in the corresponding queue 28. At this time, the distributed application process 40 makes a message reception request by transmitting the communication data 62 shown in FIG. 18 (i) to the network device 10A-1. Further, the corresponding queue 28 responds to the message reception request with the communication data 63 shown in FIG.
 図20は、第2の実施形態に於けるネットワーク装置のメッセージング管理プロセスのメッセージ受信用論理通信インタフェース登録処理を示すフローチャートである。
 分散アプリケーションプロセス40は、図16(a)に示す通信データ54によるメッセージ受信用論理通信インタフェース15Aの構成要求を、ネットワーク装置10Aの登録用論理通信インタフェース16A宛てに送信する。これにより、図20の処理が開始する。
FIG. 20 is a flowchart showing the message reception logical communication interface registration process of the messaging management process of the network device in the second embodiment.
The distributed application process 40 transmits a configuration request for the message reception logical communication interface 15A based on the communication data 54 shown in FIG. 16A to the registration logical communication interface 16A of the network device 10A. Thereby, the process of FIG. 20 is started.
 ステップS80に於いて、ネットワーク装置10A上のメッセージング管理プロセス21Aは、分散アプリケーションプロセス40から登録用論理通信インタフェース16Aを介して、メッセージ受信用論理通信インタフェース15Aの構成要求を受信する。
 ステップS81に於いて、メッセージング管理プロセス21Aは、当該構成要求のカプセル化を解除し、当該構成要求に含まれるメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報を取得する。
In step S80, the messaging management process 21A on the network device 10A receives a configuration request for the message reception logical communication interface 15A from the distributed application process 40 via the registration logical communication interface 16A.
In step S81, the messaging management process 21A releases the encapsulation of the configuration request, and acquires the network identification information of the message reception logical communication interface 15A included in the configuration request.
 ステップS82に於いて、メッセージング管理プロセス21Aは、当該構成要求に含まれるメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報に、特定の識別情報が含まれているか否かを判断する。メッセージング管理プロセス21Aは、当該条件が成立したならば(Yes)、ステップS83の処理を行い、当該条件が成立しなかったならば(No)、ステップS87の処理を行う。 In step S82, the messaging management process 21A determines whether or not specific identification information is included in the network identification information of the message receiving logical communication interface 15A included in the configuration request. If the condition is satisfied (Yes), the messaging management process 21A performs the process of step S83, and if the condition is not satisfied (No), the messaging management process 21A performs the process of step S87.
 ステップS83に於いて、メッセージング管理プロセス21Aは、メッセージ受信用論理通信インタフェース管理テーブル25の受信端点ID欄25aを参照して、当該構成要求に含まれるメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報に合致するものがあるか探索する。 In step S83, the messaging management process 21A refers to the reception endpoint ID column 25a of the message reception logical communication interface management table 25, and sets the network identification information of the message reception logical communication interface 15A included in the configuration request. Search for a match.
 ステップS84に於いて、メッセージング管理プロセス21Aは、当該構成要求に含まれるメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報が、メッセージ受信用論理通信インタフェース管理テーブル25に登録済みであるか否かを判断する。メッセージング管理プロセス21Aは、当該条件が成立しなかったならば(No)、ステップS85の処理を行い、当該条件が成立したならば(Yes)、ステップS86の処理を行う。 In step S84, the messaging management process 21A determines whether or not the network identification information of the message reception logical communication interface 15A included in the configuration request has been registered in the message reception logical communication interface management table 25. To do. The messaging management process 21A performs the process of step S85 if the condition is not satisfied (No), and performs the process of step S86 if the condition is satisfied (Yes).
 ステップS85に於いて、メッセージング管理プロセス21Aは、当該構成要求に含まれるメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報を、メッセージ受信用論理通信インタフェース管理テーブル25に登録して、メッセージ受信用論理通信インタフェース15Aを新たに構成し、図20の処理を終了する。 In step S85, the messaging management process 21A registers the network identification information of the message reception logical communication interface 15A included in the configuration request in the message reception logical communication interface management table 25, and the message reception logical communication. The interface 15A is newly configured, and the processing in FIG.
 ステップS86に於いて、メッセージング管理プロセス21Aは、当該分散アプリケーションプロセス40にエラーを応答し、図20の処理を終了する。 In step S86, the messaging management process 21A returns an error response to the distributed application process 40, and ends the process of FIG.
 ステップS87に於いて、メッセージング管理プロセス21Aは、メッセージ受信用論理通信インタフェース15Aのネットワーク識別情報を自動的に生成する。
 ステップS88に於いて、メッセージング管理プロセス21Aは、生成したメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報を、メッセージ受信用論理通信インタフェース管理テーブル25に登録して、メッセージ受信用論理通信インタフェース15Aを新たに構成する。
In step S87, the messaging management process 21A automatically generates network identification information of the message receiving logical communication interface 15A.
In step S88, the messaging management process 21A registers the generated network identification information of the message reception logical communication interface 15A in the message reception logical communication interface management table 25, and newly sets the message reception logical communication interface 15A. Configure.
 ステップS89に於いて、メッセージング管理プロセス21Aは、生成したメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報を、分散アプリケーションプロセス40に応答し、図20の処理を終了する。 In step S89, the messaging management process 21A returns the generated network identification information of the message receiving logical communication interface 15A to the distributed application process 40, and ends the processing of FIG.
 図21は、第2の実施形態に於けるネットワーク装置のメッセージング管理プロセスのメッセージ送信用論理通信インタフェース登録処理を示すフローチャートである。
 分散アプリケーションプロセス40は、図16(b)に示す通信データ55によるメッセージ送信用論理通信インタフェース15Bの構成要求を、ネットワーク装置10Aの登録用論理通信インタフェース16A宛てに送信する。これにより、図21の処理が開始する。
FIG. 21 is a flowchart showing message transmission logical communication interface registration processing of the messaging management process of the network device according to the second embodiment.
The distributed application process 40 transmits a configuration request for the message transmission logical communication interface 15B based on the communication data 55 shown in FIG. 16B to the registration logical communication interface 16A of the network device 10A. Thereby, the process of FIG. 21 is started.
 ステップS90に於いて、ネットワーク装置10A上のメッセージング管理プロセス21Aは、分散アプリケーションプロセス40から登録用論理通信インタフェース16Aを介して、メッセージ送信用論理通信インタフェース15Bの構成要求を受信する。
 ステップS91に於いて、メッセージング管理プロセス21Aは、当該構成要求のカプセル化を解除し、当該構成要求に含まれるメッセージ送信用論理通信インタフェース15Bのネットワーク識別情報を取得する。
In step S90, the messaging management process 21A on the network device 10A receives a configuration request for the message transmission logical communication interface 15B from the distributed application process 40 via the registration logical communication interface 16A.
In step S91, the messaging management process 21A cancels the encapsulation of the configuration request, and acquires the network identification information of the message transmission logical communication interface 15B included in the configuration request.
 ステップS92に於いて、メッセージング管理プロセス21Aは、ステップS91で取得したメッセージ送信用論理通信インタフェース15Bのネットワーク識別情報に、特定の識別情報が含まれるか否かを判断する。メッセージング管理プロセス21Aは、当該条件が成立したならば(Yes)、ステップS93の処理を行い、当該条件が成立しなかったならば(No)、ステップS97の処理を行う。 In step S92, the messaging management process 21A determines whether or not specific identification information is included in the network identification information of the message transmission logical communication interface 15B acquired in step S91. If the condition is satisfied (Yes), the messaging management process 21A performs the process of step S93, and if the condition is not satisfied (No), the messaging management process 21A performs the process of step S97.
 ステップS93に於いて、メッセージング管理プロセス21Aは、メッセージ送信用論理インタフェース管理テーブル26の送信端点ID欄26aを参照して、当該構成要求に含まれるメッセージ送信用論理通信インタフェース15Bのネットワーク識別情報に合致するものがあるか探索する。 In step S93, the messaging management process 21A refers to the transmission endpoint ID column 26a of the message transmission logical interface management table 26 and matches the network identification information of the message transmission logical communication interface 15B included in the configuration request. Search for something to do.
 ステップS94に於いて、メッセージング管理プロセス21Aは、当該構成要求に含まれるメッセージ送信用論理通信インタフェース15Bのネットワーク識別情報が、メッセージ送信用論理インタフェース管理テーブル26に登録済みであるか否かを判断する。メッセージング管理プロセス21Aは、当該条件が成立しなかったならば(No)、ステップS95の処理を行い、当該条件が成立したならば(Yes)、ステップS96の処理を行う。 In step S94, the messaging management process 21A determines whether or not the network identification information of the message transmission logical communication interface 15B included in the configuration request has been registered in the message transmission logical interface management table 26. . The messaging management process 21A performs the process of step S95 if the condition is not satisfied (No), and performs the process of step S96 if the condition is satisfied (Yes).
 ステップS95に於いて、メッセージング管理プロセス21Aは、当該構成要求に含まれるメッセージ送信用論理通信インタフェース15Bのネットワーク識別情報を、メッセージ送信用論理インタフェース管理テーブル26に登録して、メッセージ送信用論理通信インタフェース15Bを新たに構成し、図21の処理を終了する。 In step S95, the messaging management process 21A registers the network identification information of the message transmission logical communication interface 15B included in the configuration request in the message transmission logical interface management table 26, and the message transmission logical communication interface. 15B is newly configured, and the processing of FIG. 21 is terminated.
 ステップS96に於いて、メッセージング管理プロセス21Aは、分散アプリケーションプロセス40にエラーを応答し、図21の処理を終了する。 In step S96, the messaging management process 21A responds an error to the distributed application process 40, and ends the process of FIG.
 ステップS97に於いて、メッセージング管理プロセス21Aは、メッセージ送信用論理通信インタフェース15Bのネットワーク識別情報を自動的に生成する。
 ステップS98に於いて、メッセージング管理プロセス21Aは、生成したメッセージ送信用論理通信インタフェース15Bのネットワーク識別情報を、メッセージ送信用論理インタフェース管理テーブル26に登録して、メッセージ送信用論理通信インタフェース15Bを新たに構成する。
In step S97, the messaging management process 21A automatically generates network identification information of the message transmission logical communication interface 15B.
In step S98, the messaging management process 21A registers the generated network identification information of the message transmission logical communication interface 15B in the message transmission logical interface management table 26, and newly sets the message transmission logical communication interface 15B. Constitute.
 ステップS99に於いて、メッセージング管理プロセス21Aは、生成したメッセージ送信用論理通信インタフェース15Bのネットワーク識別情報を、当該分散アプリケーションプロセス40に応答し、図21の処理を終了する。 In step S99, the messaging management process 21A responds to the distributed application process 40 with the generated network identification information of the message transmission logical communication interface 15B, and ends the processing of FIG.
 図22は、第2の実施形態に於けるネットワーク装置のメッセージング管理プロセスのメッセージ送受信用論理インタフェース関連付け処理を示すフローチャートである。
 分散アプリケーションプロセス40は、図17(e)に示す通信データ58によるメッセージ送信用論理通信インタフェース15Bの一覧の取得要求を、ネットワーク装置10Aの登録用論理通信インタフェース16A宛てに送信する。これにより、図22の処理が開始する。
 ステップS100に於いて、メッセージング管理プロセス21Aは、分散アプリケーションプロセス40から登録用論理通信インタフェース16Aを介して、メッセージ送信用論理通信インタフェース15Bの一覧の取得要求を受信する。
FIG. 22 is a flowchart showing the message transmission / reception logical interface association processing of the messaging management process of the network device in the second embodiment.
The distributed application process 40 transmits an acquisition request for a list of message transmission logical communication interfaces 15B based on the communication data 58 illustrated in FIG. 17E to the registration logical communication interface 16A of the network device 10A. Thereby, the process of FIG. 22 is started.
In step S100, the messaging management process 21A receives a list acquisition request for the message transmission logical communication interface 15B from the distributed application process 40 via the registration logical communication interface 16A.
 ステップS101に於いて、メッセージング管理プロセス21Aは、メッセージ送信用論理インタフェース管理テーブル26を参照し、メッセージ送信用論理通信インタフェース15Bの一覧を取得する。 In step S101, the messaging management process 21A refers to the message transmission logical interface management table 26 and acquires a list of the message transmission logical communication interfaces 15B.
 ステップS102に於いて、メッセージング管理プロセス21Aは、当該メッセージ送信用論理通信インタフェース15Bの一覧を、当該分散アプリケーションプロセス40に応答する。 In step S102, the messaging management process 21A responds to the distributed application process 40 with a list of the message transmission logical communication interfaces 15B.
 ステップS103に於いて、メッセージング管理プロセス21Aは、当該分散アプリケーションプロセス40からメッセージ送信用論理通信インタフェース15Bを介して、メッセージ受信用論理通信インタフェース15Aの識別情報との関連付け条件を含んでいるメッセージ送受信用論理インタフェースの関連付け要求を受信する。 In step S103, the messaging management process 21A uses the message transmission / reception including the association condition with the identification information of the message reception logical communication interface 15A from the distributed application process 40 via the message transmission logical communication interface 15B. A request to associate a logical interface is received.
 ステップS104に於いて、メッセージング管理プロセス21Aは、当該関連付け要求のカプセル化を解除し、当該関連付け要求に含まれているメッセージ受信用論理通信インタフェース15Aの識別情報と関連付け条件とを取得する。 In step S104, the messaging management process 21A cancels the encapsulation of the association request, and acquires the identification information and the association condition of the message reception logical communication interface 15A included in the association request.
 ステップS105に於いて、メッセージング管理プロセス21Aは、メッセージ送受信用論理インタフェース関連付け管理テーブル27の送信端点ID欄27aおよび受信端点ID欄27bを参照し、当該関連付け要求が既に登録済みであるか否かを判断する。メッセージング管理プロセス21Aは、当該条件が成立しなかったならば(No)、ステップS106の処理を行い、当該条件が成立したならば(Yes)、ステップS107の処理を行う。 In step S105, the messaging management process 21A refers to the transmission endpoint ID column 27a and the reception endpoint ID column 27b of the message transmission / reception logical interface association management table 27, and determines whether or not the association request has already been registered. to decide. The messaging management process 21A performs the process of step S106 if the condition is not satisfied (No), and performs the process of step S107 if the condition is satisfied (Yes).
 ステップS106に於いて、メッセージング管理プロセス21Aは、メッセージ送受信用論理インタフェース関連付け管理テーブル27に、当該関連付け要求の情報を格納する。
 すなわち、メッセージング管理プロセス21Aは、送信端点ID欄27aに、当該関連付け要求に含まれていたメッセージ送信用論理通信インタフェース15Bのネットワーク識別情報を格納する。メッセージング管理プロセス21Aは、受信端点ID欄27bに、当該関連付け要求に含まれていたメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報を格納する。メッセージング管理プロセス21Aは、関連付け条件タイプ欄27cに、当該関連付け要求に含まれていた関連付け条件タイプを格納する。メッセージング管理プロセス21Aは、関連付け条件欄27dに、当該関連付け要求に含まれていた関連付け条件を格納する。
 メッセージング管理プロセス21Aは、ステップS106の処理が終了すると、図22の処理を終了する。
In step S106, the messaging management process 21A stores the association request information in the message transmission / reception logical interface association management table 27.
That is, the messaging management process 21A stores the network identification information of the message transmission logical communication interface 15B included in the association request in the transmission endpoint ID column 27a. The messaging management process 21A stores the network identification information of the message reception logical communication interface 15A included in the association request in the reception endpoint ID column 27b. The messaging management process 21A stores the association condition type included in the association request in the association condition type column 27c. The messaging management process 21A stores the association condition included in the association request in the association condition column 27d.
When the process of step S106 ends, the messaging management process 21A ends the process of FIG.
 ステップS107に於いて、メッセージング管理プロセス21Aは、分散アプリケーションプロセス40にエラーを応答し、図22の処理を終了する。 In step S107, the messaging management process 21A responds an error to the distributed application process 40, and ends the process of FIG.
 図23は、第2の実施形態に於けるネットワーク装置のメッセージ配送プロセスのメッセージ送信処理を示すフローチャートである。
 分散アプリケーションプロセス40は、図17(g)に示す通信データ60によるメッセージデータおよび配送条件情報を含むメッセージ送信要求を、ネットワーク装置10Aのメッセージ送信用論理通信インタフェース15B宛てに送信する。これにより、図23の処理が開始する。
 ステップS110に於いて、ネットワーク装置10Aのメッセージ配送プロセス22Aは、分散アプリケーションプロセス40からメッセージ送信用論理通信インタフェース15Bを介して、メッセージデータおよび配送条件情報を含むメッセージ送信要求を受信する。
FIG. 23 is a flowchart showing message transmission processing of the message delivery process of the network device in the second embodiment.
The distributed application process 40 transmits a message transmission request including message data based on the communication data 60 shown in FIG. 17G and delivery condition information to the message transmission logical communication interface 15B of the network device 10A. Thereby, the process of FIG. 23 is started.
In step S110, the message delivery process 22A of the network device 10A receives a message transmission request including message data and delivery condition information from the distributed application process 40 via the message transmission logical communication interface 15B.
 ステップS111に於いて、メッセージ配送プロセス22Aは、当該メッセージ送信要求のカプセル化を解除し、当該メッセージ送信要求に含まれるメッセージと配送条件情報とを取得する。 In step S111, the message delivery process 22A releases the encapsulation of the message transmission request, and acquires the message and the delivery condition information included in the message transmission request.
 ステップS112に於いて、メッセージ配送プロセス22Aは、メッセージ送受信用論理インタフェース関連付け管理テーブル27の送信端点ID欄27aを参照し、送信要求を受信したメッセージ送信用論理通信インタフェース15Bに関連するエントリ一覧を取得する。 In step S112, the message delivery process 22A refers to the transmission endpoint ID column 27a of the message transmission / reception logical interface association management table 27 and obtains an entry list related to the message transmission logical communication interface 15B that has received the transmission request. To do.
 ステップS113~S116に於いて、メッセージ配送プロセス22Aは、取得した全エントリに処理を繰り返す。 In steps S113 to S116, the message delivery process 22A repeats the process for all acquired entries.
 ステップS114に於いて、メッセージ配送プロセス22Aは、当該エントリの関連付け条件タイプ欄27c、関連付け条件欄27d、受信端点ID欄27bを参照し、当該配送条件情報に合致するか否かを判断する。メッセージ配送プロセス22Aは、当該条件が成立しなかったならば(No)、ステップS116の処理を行い、当該条件が成立したならば(Yes)、ステップS115の処理を行う。
 当該エントリの関連付け条件タイプ欄27cがキーワードのとき、メッセージ配送プロセス22Aは、関連付け条件欄27dに記載されたキーワードが、当該メッセージ送信要求が含んでいるメッセージのいずれかに合致するか否かを判断する。
 当該エントリの関連付け条件タイプ欄27cがマスク情報のとき、メッセージ配送プロセス22Aは、関連付け条件欄27dに記載されたマスク情報を、当該メッセージ送信要求に含まれるメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報に適用した結果、すべてのビットフィールドが「0」になり、よって、当該メッセージ送信要求に特定のネットワーク識別情報が含まれるかを判断する。
 当該エントリの関連付け条件タイプ欄27cがマルチキャストグループのとき、メッセージ配送プロセス22Aは、関連付け条件欄27dのマルチキャストグループが当該メッセージ送信要求に含まれるマルチキャストアドレスに合致するか否かを判断する。
In step S114, the message delivery process 22A refers to the association condition type field 27c, the association condition field 27d, and the reception endpoint ID field 27b of the entry, and determines whether or not the delivery condition information is met. The message delivery process 22A performs the process of step S116 if the condition is not satisfied (No), and performs the process of step S115 if the condition is satisfied (Yes).
When the association condition type column 27c of the entry is a keyword, the message delivery process 22A determines whether the keyword described in the association condition column 27d matches any of the messages included in the message transmission request. To do.
When the association condition type column 27c of the entry is mask information, the message delivery process 22A uses the mask information described in the association condition column 27d as the network identification information of the message reception logical communication interface 15A included in the message transmission request. As a result, all the bit fields become “0”, and therefore it is determined whether or not specific message identification information is included in the message transmission request.
When the association condition type column 27c of the entry is a multicast group, the message delivery process 22A determines whether the multicast group in the association condition column 27d matches the multicast address included in the message transmission request.
 ステップS115に於いて、メッセージ配送プロセス22Aは、当該エントリの受信端点ID欄27bのメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報を、応答リストに追加する。
 ステップS116に於いて、メッセージ配送プロセス22Aは、全てのエントリに処理を繰り返したか否かを判断する。メッセージ配送プロセス22Aは、当該条件が成立しなかったならば、ステップS113の処理に戻る。
In step S115, the message delivery process 22A adds the network identification information of the message reception logical communication interface 15A in the reception endpoint ID column 27b of the entry to the response list.
In step S116, the message delivery process 22A determines whether the process has been repeated for all entries. If the condition is not satisfied, the message delivery process 22A returns to the process of step S113.
 ステップS117に於いて、メッセージ配送プロセス22Aは、応答リストに含まれるメッセージ受信用論理通信インタフェース15A宛てに、必要に応じてメッセージデータを複製したのち、当該メッセージデータを配送する。 In step S117, the message delivery process 22A copies the message data to the message reception logical communication interface 15A included in the response list as needed, and then delivers the message data.
 図24は、第2の実施形態に於けるネットワーク装置のメッセージ配送プロセスのメッセージ受信処理(1)を示すフローチャートである。
 ステップS120に於いて、メッセージ配送プロセス22Aは、メッセージ受信用論理通信インタフェース15Aを介して、メッセージを受信する。
 ステップS121に於いて、メッセージ配送プロセス22Aは、メッセージ受信用論理通信インタフェース管理テーブル25の受信端点ID欄25aを参照し、当該メッセージを受信したメッセージ受信用論理通信インタフェース15Aに係るエントリを取得する。
FIG. 24 is a flowchart showing message reception processing (1) of the message delivery process of the network device in the second embodiment.
In step S120, the message delivery process 22A receives the message via the message reception logical communication interface 15A.
In step S121, the message delivery process 22A refers to the reception endpoint ID column 25a of the message reception logical communication interface management table 25, and acquires an entry related to the message reception logical communication interface 15A that has received the message.
 ステップS122に於いて、メッセージ配送プロセス22Aは、当該エントリのサブスクライバID欄25dを参照し、サブスクライバ情報が登録されているか否かを判断する。メッセージ配送プロセス22Aは、当該条件が成立したならば(Yes)、ステップS124の処理を行い、当該条件が成立しなかったならば(No)、ステップS123の処理を行う。 In step S122, the message delivery process 22A refers to the subscriber ID column 25d of the entry and determines whether or not subscriber information is registered. The message delivery process 22A performs the process of step S124 if the condition is satisfied (Yes), and performs the process of step S123 if the condition is not satisfied (No).
 ステップS123に於いて、メッセージ配送プロセス22Aは、当該エントリのキューID欄25bを参照して、当該キュー28にメッセージを格納し、分散アプリケーションプロセス40からのメッセージ受信要求待ち状態となり、図24の処理を終了する。 In step S123, the message delivery process 22A refers to the queue ID field 25b of the entry, stores the message in the queue 28, waits for a message reception request from the distributed application process 40, and performs the processing of FIG. Exit.
 ステップS124に於いて、メッセージ配送プロセス22Aは、当該サブスクライバ宛てにメッセージを配送し、図24の処理を終了する。 In step S124, the message delivery process 22A delivers the message to the subscriber and ends the processing in FIG.
 図25は、第2の実施形態に於けるネットワーク装置のメッセージ配送プロセスのメッセージ受信処理(2)を示すフローチャートである。
 処理を開始すると、ステップS130に於いて、メッセージ配送プロセス22Aは、分散アプリケーションプロセス40からメッセージ受信用論理通信インタフェース15Aを介してメッセージ受信要求を受信する。
FIG. 25 is a flowchart showing the message reception process (2) of the message delivery process of the network device in the second embodiment.
When the processing is started, in step S130, the message delivery process 22A receives a message reception request from the distributed application process 40 via the message reception logical communication interface 15A.
 ステップS131に於いて、メッセージ配送プロセス22Aは、メッセージ受信用論理通信インタフェース管理テーブル25を参照し、当該メッセージ受信用論理通信インタフェース15Aに対応付けられたキュー28に、メッセージが格納されているか否かを判断する。メッセージ配送プロセス22Aは、当該判断条件が成立したならば(Yes)、ステップS132の処理を行い、当該判断条件が成立しなかったならば(No)、ステップS134の処理を行う。 In step S131, the message delivery process 22A refers to the message reception logical communication interface management table 25, and determines whether or not a message is stored in the queue 28 associated with the message reception logical communication interface 15A. Judging. The message delivery process 22A performs the process of step S132 if the determination condition is satisfied (Yes), and performs the process of step S134 if the determination condition is not satisfied (No).
 ステップS132に於いて、メッセージ配送プロセス22Aは、キュー28からメッセージを取り出し、分散アプリケーションプロセス40に対して当該メッセージを応答する。
 ステップS133に於いて、メッセージ配送プロセス22Aは、当該キュー28からメッセージを消去し、図25の処理を終了する。
 ステップS134に於いて、メッセージ配送プロセス22Aは、分散アプリケーションプロセス40に対してエラーを応答し、図25の処理を終了する。
In step S132, the message delivery process 22A retrieves the message from the queue 28 and returns the message to the distributed application process 40.
In step S133, the message delivery process 22A deletes the message from the queue 28, and ends the process of FIG.
In step S134, the message delivery process 22A sends an error response to the distributed application process 40, and ends the process of FIG.
(第2の実施形態の効果)
 以上説明した第2の実施形態では、次の(B),(C)のような効果がある。
(Effect of 2nd Embodiment)
The second embodiment described above has the following effects (B) and (C).
(B) 分散アプリケーション統合型ネットワークシステム1Aは、ネットワーク装置10Aにメッセージ送受信用の論理通信インタフェースを設けて関連付け条件を設定し、分散アプリケーションプロセス40は、配送条件を送信用論理通信インタフェース宛ての通信でカプセル化してメッセージを送信している。ネットワーク装置10Aは、メッセージのカプセル化を解除して得た配送条件と関連付け条件を基にメッセージ送信先の受信用論理通信インタフェースを判断し、メッセージを配送またはサブスクライバにメッセージを配送する。これらにより、従来はアプリケーションプログラムが独自に行っていたメッセージング処理が不要となり、さらに、分散アプリケーションプロセス40に直接メッセージを配送することも可能となる。 (B) The distributed application integrated network system 1A provides a logical communication interface for message transmission / reception to the network device 10A and sets an association condition. The message is sent in encapsulated form. The network device 10A determines the reception logical communication interface of the message transmission destination based on the delivery condition and the association condition obtained by releasing the encapsulation of the message, and delivers the message or delivers the message to the subscriber. As a result, the messaging processing that is conventionally performed independently by the application program becomes unnecessary, and the message can be directly delivered to the distributed application process 40.
(C) 分散アプリケーション統合型ネットワークシステム1Aは、ネットワーク装置10Aの論理通信インタフェースを、エクスチェンジやキューの代わりに利用している。これにより、分散アプリケーションシステムに共通の課題である分散アプリケーションプロセス40の同期を、高信頼かつ効率良く実現できる。 (C) The distributed application integrated network system 1A uses the logical communication interface of the network device 10A instead of an exchange or a queue. Thereby, the synchronization of the distributed application process 40, which is a problem common to the distributed application system, can be realized with high reliability and efficiency.
(第3の実施形態の構成)
 第3の実施形態の分散アプリケーション統合型ネットワークシステム1Cの概要について説明する。
(Configuration of Third Embodiment)
An overview of the distributed application integrated network system 1C according to the third embodiment will be described.
 第3の実施形態の分散アプリケーション統合型ネットワークシステム1Cは、第1の実施形態の分散アプリケーションプロセス40(図1)がハートビート通信を行う代わりに、後述する変換プロセス71がハートビート通信を行う。更に、第3の実施形態の分散アプリケーション統合型ネットワークシステム1Cは、第2の実施形態の分散アプリケーションプロセス40(図3)がメッセージングを送受信する代わりに、後述する変換プロセス71がメッセージングを送受信する。 In the distributed application integrated network system 1C of the third embodiment, instead of the distributed application process 40 (FIG. 1) of the first embodiment performs heartbeat communication, a conversion process 71 described later performs heartbeat communication. Furthermore, in the distributed application integrated network system 1C of the third embodiment, instead of the distributed application process 40 (FIG. 3) of the second embodiment transmitting and receiving messaging, a conversion process 71 described later transmits and receives messaging.
 図26は、第3の実施形態に於ける分散アプリケーション統合型ネットワークシステムを示す概略の構成図である。
 第3の実施形態の分散アプリケーション統合型ネットワークシステム1Cは、第1の実施形態の分散アプリケーション統合型ネットワークシステム1(図1)と同様の構成に加えて、管理サーバ70を備えている。それ以外の構成は、第1の実施形態の分散アプリケーション統合型ネットワークシステム1(図1)の構成と同様である。
FIG. 26 is a schematic configuration diagram showing a distributed application integrated network system according to the third embodiment.
The distributed application integrated network system 1C of the third embodiment includes a management server 70 in addition to the same configuration as the distributed application integrated network system 1 (FIG. 1) of the first embodiment. Other configurations are the same as the configuration of the distributed application integrated network system 1 (FIG. 1) of the first embodiment.
 管理サーバ70は、ネットワーク装置10、ホストコンピュータ30などの管理および制御を行うサーバコンピュータである。管理サーバ70は、第1の実施形態と同様な管理テーブル23と、フォワーディングテーブル24と、第2の実施形態と同様なメッセージ受信用論理通信インタフェース管理テーブル25と、メッセージ送信用論理インタフェース管理テーブル26と、メッセージ送受信用論理インタフェース関連付け管理テーブル27とを備え、更に、変換プロセス71と、変換テーブル72とを備えている。 The management server 70 is a server computer that manages and controls the network device 10, the host computer 30, and the like. The management server 70 includes a management table 23, a forwarding table 24, a message reception logical communication interface management table 25, and a message transmission logical interface management table 26 similar to those in the first embodiment. And a message transmission / reception logical interface association management table 27, and further includes a conversion process 71 and a conversion table 72.
 第3の実施形態は、ホストコンピュータ30上の分散アプリケーションプロセス40が従来の方法で実施するハートビート通信やメッセージ通信を、第1の実施形態および第2の実施形態で示した方法に変換する変換プロセス71、および、変換のルールを含む変換テーブル72を含む。 In the third embodiment, conversion is performed in which the heartbeat communication and message communication performed by the distributed application process 40 on the host computer 30 by the conventional method are converted into the methods described in the first embodiment and the second embodiment. A process 71 and a conversion table 72 including conversion rules are included.
 変換プロセス71は、分散アプリケーションプロセス40が他のホストコンピュータ30や同一ホストコンピュータ30に於いて、動作する他の分散アプリケーションプロセス40と従来の仕組みを用いて連携する際に、その要求や応答を、第1の実施形態および第2の実施形態に於ける分散アプリケーションプロセス40の要求や応答に変換するプロセスである。 When the distributed application process 40 cooperates with another distributed application process 40 that operates on another host computer 30 or the same host computer 30 using a conventional mechanism, the conversion process 71 This is a process of converting requests and responses of the distributed application process 40 in the first embodiment and the second embodiment.
 変換プロセス71は、分散アプリケーションプロセス40が従来の方法で他の分散アプリケーションプロセス40とハートビート通信を行う手順に於いて、ハートビート通信の宛先をネットワーク装置10の監視用論理通信インタフェース15に変換する。
 また、分散アプリケーションプロセス40が従来の方法でメッセージサーバにエクスチェンジやキュー28を登録してメッセージを送受信する手順に於いて、メッセージサーバのネットワーク識別情報をネットワーク装置10の登録用論理通信インタフェース16のネットワーク識別情報に、エクスチェンジの識別情報をメッセージ送信用論理通信インタフェース15Bのネットワーク識別情報に、キュー28の識別情報をメッセージ受信用論理通信インタフェース15Aのネットワーク識別情報に、メッセージのルーティングキーをメッセージ受信用論理通信インタフェース15Aとメッセージ送信用論理通信インタフェース15Bの関連付け条件や配送条件に変換する。
The conversion process 71 converts the heartbeat communication destination to the monitoring logical communication interface 15 of the network device 10 in a procedure in which the distributed application process 40 performs heartbeat communication with another distributed application process 40 in a conventional manner. .
Further, in the procedure in which the distributed application process 40 registers the exchange or queue 28 in the message server and transmits / receives a message by a conventional method, the network identification information of the message server is used as the network of the registration logical communication interface 16 of the network device 10. In the identification information, the exchange identification information is the network identification information of the message transmission logical communication interface 15B, the identification information of the queue 28 is the network identification information of the message reception logical communication interface 15A, and the message routing key is the message reception logic. The communication interface 15A and the message transmission logical communication interface 15B are converted into association conditions and delivery conditions.
 変換テーブル72は、変換プロセス71が、分散アプリケーションプロセス40などの要求や応答を、第1の実施形態または第2の実施形態に於ける要求や応答に変換するためのテーブルである。
 ここで、分散アプリケーションプロセス40などの要求とは、当該分散アプリケーションプロセス40が、他の分散アプリケーションプロセス40やメッセージサーバに対して発行する要求である。
 分散アプリケーションプロセス40などの応答とは、当該分散アプリケーションプロセス40が、他の分散アプリケーションプロセス40やメッセージサーバから受け取る応答である。
The conversion table 72 is a table for the conversion process 71 to convert a request or response from the distributed application process 40 or the like into the request or response in the first embodiment or the second embodiment.
Here, the request of the distributed application process 40 or the like is a request issued by the distributed application process 40 to another distributed application process 40 or a message server.
A response such as the distributed application process 40 is a response that the distributed application process 40 receives from another distributed application process 40 or a message server.
 図27は、第3の実施形態に於ける変換テーブルを示す図である。
 変換テーブル72は、変換前識別子欄72aと、変換後識別子欄72bとを備えている。各欄は、テーブルの列である。各エントリは、テーブルの行である。
 変換前識別子欄72aは、分散アプリケーションプロセス40が使用する他の分散アプリケーションプロセス40やメッセージサーバ、エクスチェンジ、キュー28、ルーティングキーなどの識別情報を格納している。
 変換後識別子欄72bは、変換プロセス71が変換前識別子欄72aの各種識別情報を変換する先の識別情報を格納している。
FIG. 27 is a diagram showing a conversion table in the third embodiment.
The conversion table 72 includes a pre-conversion identifier field 72a and a post-conversion identifier field 72b. Each column is a table column. Each entry is a table row.
The pre-conversion identifier field 72a stores identification information such as other distributed application processes 40 used by the distributed application process 40, message servers, exchanges, queues 28, and routing keys.
The post-conversion identifier column 72b stores the identification information to which the conversion process 71 converts the various types of identification information in the pre-conversion identifier column 72a.
 これにより、第3の実施形態の分散アプリケーション統合型ネットワークシステム1Cは、例えば、第1の実施形態の分散アプリケーション統合型ネットワークシステム1に於いて、個々の分散アプリケーションプロセス40がネットワーク装置10に対して実施する登録処理、複数のネットワーク装置10間でクラスタ識別情報を交換する処理が不要となる。 Thereby, the distributed application integrated network system 1C according to the third embodiment is configured so that, for example, in the distributed application integrated network system 1 according to the first embodiment, each distributed application process 40 is connected to the network device 10. The registration process to be performed and the process of exchanging cluster identification information among the plurality of network devices 10 are not required.
 同様に、第3の実施形態の分散アプリケーション統合型ネットワークシステム1Cは、例えば、第2の実施形態に於いて、個々の分散アプリケーションプロセス40がネットワーク装置10Aに対してメッセージ受信用論理通信インタフェース15Aやメッセージ送信用論理通信インタフェース15Bを構成する処理、両者の関連付け条件を設定する処理などが不要となる。すなわち、分散アプリケーションプロセス40を変更することなく、ハートビート通信やメッセージングを透過的に行うことができる。 Similarly, in the distributed application integrated network system 1C of the third embodiment, for example, in the second embodiment, each distributed application process 40 transmits a message receiving logical communication interface 15A to the network device 10A. The process of configuring the message transmission logical communication interface 15B, the process of setting the correlation condition between them, and the like are not required. That is, heartbeat communication and messaging can be performed transparently without changing the distributed application process 40.
 第3の実施形態の分散アプリケーション統合型ネットワークシステム1Cは、当該特徴により、個々のホストコンピュータ30上の分散アプリケーションプロセス40を変更すること無しに、第1の実施形態のハートビート通信の方法、および、第2の実施形態のメッセージングの方法を実施することが可能となる。さらに、第3の実施形態の分散アプリケーション統合型ネットワークシステム1Cは、運用管理者や管理および制御ソフトウェアが分散アプリケーション統合型ネットワークシステム1を集中的に管理および制御することが可能となる。 The distributed application integrated network system 1C according to the third embodiment can perform the heartbeat communication method according to the first embodiment without changing the distributed application process 40 on each host computer 30 according to the characteristics. It becomes possible to implement the messaging method of the second embodiment. Furthermore, the distributed application integrated network system 1C according to the third embodiment enables an operation administrator and management and control software to centrally manage and control the distributed application integrated network system 1.
(第3の実施形態の効果)
 以上説明した第3の実施形態では、次の(D),(E)のような効果がある。
(Effect of the third embodiment)
The third embodiment described above has the following effects (D) and (E).
(D) 分散アプリケーション統合型ネットワークシステム1Cは、分散アプリケーションプロセス40が従来の方法で実施するハートビート通信やメッセージ通信を、変換プロセス71が、第1の実施形態のハートビート通信や、第2の実施形態のメッセージ通信に変換する。これにより、分散アプリケーションプロセス40は、透過的に第1の実施形態のハートビート通信や、第2の実施形態のメッセージ通信を行うことが可能となる。 (D) In the distributed application integrated network system 1C, the distributed application process 40 performs heartbeat communication and message communication performed by a conventional method, the conversion process 71 performs the heartbeat communication of the first embodiment, and the second It converts into the message communication of embodiment. Thereby, the distributed application process 40 can transparently perform the heartbeat communication of the first embodiment and the message communication of the second embodiment.
(E) 分散アプリケーション統合型ネットワークシステム1Cは、管理サーバ70によって外部からネットワーク装置10や変換プロセス71を管理および制御している。これにより、分散アプリケーションシステムを統合的に管理および制御することが可能となり、リソースの可用性確保、リソースの場所の管理、および、分散アプリケーションプロセス40の同期を効率良く実現できる。 (E) The distributed application integrated network system 1 </ b> C manages and controls the network device 10 and the conversion process 71 from the outside by the management server 70. As a result, the distributed application system can be managed and controlled in an integrated manner, and resource availability can be ensured, resource locations can be managed, and distributed application processes 40 can be efficiently synchronized.
(第4の実施形態の構成)
 図28は、第4の実施形態に於けるホストコンピュータを示す概略の構成図である。
 第3の実施形態のホストコンピュータ30Dの記憶部36Dは、第1の実施形態のホストコンピュータ30(図3)の記憶部36と同様の構成に加えて、変換プロセス41および変換テーブル42を備えている。
 変換プロセス41は、変換対象が当該ホストコンピュータ30Dに係るものに限定される以外は、第3の実施形態の変換プロセス71(図26)と同様の機能を有している。
 変換テーブル42は、第3の実施形態の変換テーブル72(図27)と同様に構成されている。
 変換プロセス41は、当該ホストコンピュータ30Dの分散アプリケーションプロセス40に係る要求や応答を、第1の実施形態および第2の実施形態に於ける分散アプリケーションプロセス40の要求や応答に変換するプロセスである。変換プロセス41は、各ホストコンピュータ30Dに分散して備わっており、それぞれ自律分散的に動作する。
(Configuration of Fourth Embodiment)
FIG. 28 is a schematic configuration diagram showing a host computer in the fourth embodiment.
The storage unit 36D of the host computer 30D of the third embodiment includes a conversion process 41 and a conversion table 42 in addition to the same configuration as the storage unit 36 of the host computer 30 (FIG. 3) of the first embodiment. Yes.
The conversion process 41 has the same function as the conversion process 71 (FIG. 26) of the third embodiment, except that the conversion target is limited to that related to the host computer 30D.
The conversion table 42 is configured in the same manner as the conversion table 72 (FIG. 27) of the third embodiment.
The conversion process 41 is a process for converting the request and response related to the distributed application process 40 of the host computer 30D into the request and response of the distributed application process 40 in the first embodiment and the second embodiment. The conversion process 41 is distributed in each host computer 30D and operates autonomously and distributedly.
(第4の実施形態の効果)
 以上説明した第4の実施形態では、次の(F)のような効果がある。
(F) 変換プロセス41および変換テーブル42が、各ホストコンピュータ30D上で自律分散的に動作する。これにより、管理サーバ70(図26)を設けなくても、分散アプリケーションプロセス40は、透過的に第1の実施形態のハートビート通信や、第2の実施形態のメッセージ通信を行うことが可能となる。
(Effect of the fourth embodiment)
The fourth embodiment described above has the following effect (F).
(F) The conversion process 41 and the conversion table 42 operate in an autonomous and distributed manner on each host computer 30D. Accordingly, the distributed application process 40 can transparently perform the heartbeat communication of the first embodiment and the message communication of the second embodiment without providing the management server 70 (FIG. 26). Become.
(変形例)
 本発明は、上記実施形態に限定されることなく、本発明の趣旨を逸脱しない範囲で、変更実施が可能である。この利用形態や変形例としては、例えば、次の(a)~(c)のようなものがある。
(Modification)
The present invention is not limited to the above embodiment, and can be modified without departing from the spirit of the present invention. Examples of usage forms and modifications include the following (a) to (c).
(a) 第1の実施形態の通信データ50~53(図5)や、第2の実施形態の通信データ54~64(図16~図18)は、一般的なイーサネット(登録商標)通信フレームのヘッダ部およびデータ部に対し、実施形態に於けるデータ構造をマッピングしている。しかし、これに限られず、例えば、TCP/IP通信パケットのヘッダ部やデータ部にマッピングしてもよく、プロプライエタリな通信フレームにマッピングしてもよい。 (A) Communication data 50 to 53 (FIG. 5) of the first embodiment and communication data 54 to 64 (FIGS. 16 to 18) of the second embodiment are general Ethernet (registered trademark) communication frames. The data structure in the embodiment is mapped to the header part and the data part. However, the present invention is not limited to this. For example, it may be mapped to a header part or a data part of a TCP / IP communication packet, or may be mapped to a proprietary communication frame.
(b) 第3の実施形態の変換プロセス71および変換テーブル72は、ネットワーク装置10上にあってもよく、更に、ホストコンピュータ30とネットワーク装置10の間の経路上にあるアプライアンスなどの装置上にあってもよい。 (B) The conversion process 71 and the conversion table 72 of the third embodiment may be on the network device 10, and further on an apparatus such as an appliance on the path between the host computer 30 and the network device 10. There may be.
(c) 第1の実施形態のネットワーク装置10や、第2の実施形態のネットワーク装置10Aは、レイヤ2スイッチやレイヤ3スイッチといった、低レイヤの処理を行うものであってもよい。 (C) The network device 10 according to the first embodiment or the network device 10A according to the second embodiment may perform a low layer process such as a layer 2 switch or a layer 3 switch.
1,1A,1C 分散アプリケーション統合型ネットワークシステム
10,10A ネットワーク装置
11 制御部
14 通信インタフェース
15 監視用論理通信インタフェース
16 登録用論理通信インタフェース
15A メッセージ受信用論理通信インタフェース
15B メッセージ送信用論理通信インタフェース
20 記憶部
21 管理プロセス
21A メッセージング管理プロセス
22 監視プロセス
22A メッセージ配送プロセス
23 管理テーブル
24 フォワーディングテーブル
25 メッセージ受信用論理通信インタフェース管理テーブル
26 メッセージ送信用論理インタフェース管理テーブル
27 メッセージ送受信用論理インタフェース関連付け管理テーブル
28 キュー
30,30C ホストコンピュータ(計算機)
34 通信インタフェース部
36 記憶部
40 分散アプリケーションプロセス
41 変換プロセス
42 変換テーブル
70 管理サーバ
1, 1A, 1C Distributed application integrated network system 10, 10A Network device 11 Control unit 14 Communication interface 15 Monitoring logical communication interface 16 Registration logical communication interface 15A Message reception logical communication interface 15B Message transmission logical communication interface 20 Storage Unit 21 Management Process 21A Messaging Management Process 22 Monitoring Process 22A Message Distribution Process 23 Management Table 24 Forwarding Table 25 Message Reception Logical Communication Interface Management Table 26 Message Transmission Logical Interface Management Table 27 Message Transmission / Reception Logical Interface Association Management Table 28 Queue 30 , 30C Host computer (computer)
34 Communication Interface Unit 36 Storage Unit 40 Distributed Application Process 41 Conversion Process 42 Conversion Table 70 Management Server

Claims (13)

  1.  計算機およびネットワーク装置を備え、前記計算機上では分散アプリケーションプロセスが動作する分散アプリケーション統合型ネットワークシステムであって、
     前記ネットワーク装置は、
     前記分散アプリケーションプロセスが動作する前記計算機と通信する通信インタフェースと、
     前記通信インタフェースを介して前記分散アプリケーションプロセスと論理的に通信する論理通信インタフェースと、
     前記論理通信インタフェースを介して前記分散アプリケーションプロセスと通信する管理プロセスと、
     を備えることを特徴とする分散アプリケーション統合型ネットワークシステム。
    A distributed application integrated network system comprising a computer and a network device, wherein a distributed application process operates on the computer,
    The network device is:
    A communication interface for communicating with the computer on which the distributed application process operates;
    A logical communication interface that logically communicates with the distributed application process via the communication interface;
    A management process communicating with the distributed application process via the logical communication interface;
    A distributed application integrated network system characterized by comprising:
  2.  前記管理プロセスは、前記分散アプリケーションプロセスの通信障害を検知した際、当該通信障害の情報を他の分散アプリケーションプロセスに送信する、
     ことを特徴とする請求の範囲第1項に記載の分散アプリケーション統合型ネットワークシステム。
    When the management process detects a communication failure of the distributed application process, the management process transmits information on the communication failure to another distributed application process.
    The distributed application integrated network system according to claim 1, wherein:
  3.  前記ネットワーク装置の前記管理プロセスは、登録用論理通信インタフェースを介して、前記分散アプリケーションプロセスが所属するクラスタを識別するクラスタ識別子の情報、および、前記分散アプリケーションプロセスのハートビート間隔の情報を送受信し、
     他のネットワーク装置と前記クラスタ識別子の情報を交換し、
     前記クラスタ識別子の情報、前記他の分散アプリケーションプロセスの情報、および、前記他のネットワーク装置の情報を関連付けて管理し、
     前記分散アプリケーションプロセスからのハートビート通信が、監視用論理通信インタフェースを介して、前記ハートビート間隔以内に行われなかったならば、前記クラスタ識別子で関連付けられている前記他の分散アプリケーションプロセスおよび前記他のネットワーク装置に当該分散アプリケーションプロセスの障害を通知する、
     ことを特徴とする請求の範囲第2項に記載の分散アプリケーション統合型ネットワークシステム。
    The management process of the network device transmits / receives information on a cluster identifier for identifying a cluster to which the distributed application process belongs and information on a heartbeat interval of the distributed application process via a logical communication interface for registration,
    Exchange the cluster identifier information with other network devices,
    The cluster identifier information, the other distributed application process information, and the other network device information are associated and managed,
    If the heartbeat communication from the distributed application process is not performed within the heartbeat interval via the monitoring logical communication interface, the other distributed application process associated with the cluster identifier and the other To notify the network device of the failure of the distributed application process,
    The distributed application integrated network system according to claim 2, wherein:
  4.  前記ネットワーク装置の前記管理プロセスは、
     前記ハートビート通信が前記ハートビート間隔以内に行われなかったならば、
     前記論理通信インタフェースと前記通信インタフェースのいずれで障害発生しているかを判断する、
     ことを特徴とする請求の範囲第3項に記載の分散アプリケーション統合型ネットワークシステム。
    The management process of the network device is:
    If the heartbeat communication has not occurred within the heartbeat interval,
    Determining whether a failure has occurred in either the logical communication interface or the communication interface;
    The distributed application integrated network system according to claim 3, wherein:
  5.  前記ネットワーク装置の前記管理プロセスは、
     前記分散アプリケーションプロセスによる前記ハートビート通信によって前記分散アプリケーションプロセスの稼働状況を把握し、
     前記分散アプリケーションプロセス一覧の取得要求に応じて、当該分散アプリケーションプロセスの前記稼働状況のリストを応答する、
     ことを特徴とする請求の範囲第3項に記載の分散アプリケーション統合型ネットワークシステム。
    The management process of the network device is:
    By grasping the operating status of the distributed application process by the heartbeat communication by the distributed application process,
    Responding to the list of operation status of the distributed application process in response to the acquisition request of the distributed application process list,
    The distributed application integrated network system according to claim 3, wherein:
  6.  前記分散アプリケーションプロセスからハートビート通信を受信し、
     前記ハートビート通信を、監視用論理通信インタフェースまたは登録用論理通信インタフェース宛ての通信に変換する変換プロセスを有する、
     ことを特徴とする請求の範囲第1項ないし請求の範囲第5項いずれか1項に記載の分散アプリケーション統合型ネットワークシステム。
    Receiving a heartbeat communication from the distributed application process;
    A conversion process for converting the heartbeat communication into a communication addressed to a monitoring logical communication interface or a registration logical communication interface;
    The distributed application integrated network system according to any one of claims 1 to 5, wherein the network system is a distributed application integrated network system.
  7.  前記管理プロセスは、前記分散アプリケーションプロセスのメッセージングを受信した際に、当該メッセージングを他の分散アプリケーションプロセスに配送する、
     ことを特徴とする請求の範囲第1項に記載の分散アプリケーション統合型ネットワークシステム。
    When the management process receives the messaging of the distributed application process, the management process delivers the messaging to another distributed application process.
    The distributed application integrated network system according to claim 1, wherein:
  8.  前記論理通信インタフェースは、前記分散アプリケーションプロセスがメッセージを受信するメッセージ受信用論理通信インタフェース、前記分散アプリケーションプロセスがメッセージを送信するメッセージ送信用論理通信インタフェース、および、前記メッセージ受信用論理通信インタフェースまたは前記メッセージ送信用論理通信インタフェースを構成して関連付け条件を設定する登録用論理通信インタフェースのいずれかであり、
     前記ネットワーク装置の前記管理プロセスは、前記メッセージ受信用論理通信インタフェースおよび前記メッセージ送信用論理通信インタフェースの構成情報を他のネットワーク装置と交換し、
     前記分散アプリケーションプロセスからの要求に応じて前記論理通信インタフェースの構成情報を応答する、
     ことを特徴とする請求の範囲第7項に記載の分散アプリケーション統合型ネットワークシステム。
    The logical communication interface includes a message reception logical communication interface for the distributed application process to receive a message, a message transmission logical communication interface for the distributed application process to transmit a message, and the message reception logical communication interface or the message. One of the registration logical communication interfaces that configure the transmission logical communication interface and set the association condition,
    The management process of the network device exchanges configuration information of the message reception logical communication interface and the message transmission logical communication interface with other network devices,
    Responding to the configuration information of the logical communication interface in response to a request from the distributed application process;
    The distributed application integrated network system according to claim 7, wherein:
  9.  前記ネットワーク装置の前記管理プロセスは、
     前記分散アプリケーションプロセスが前記メッセージ送信用論理通信インタフェース宛てに送信するメッセージデータと配送条件とを受信して、前記メッセージデータの配送先である他のメッセージ受信用論理通信インタフェースを判断し、当該他のメッセージ受信用論理通信インタフェースが複数ある場合には当該メッセージデータを複製し、前記メッセージデータを前記他のメッセージ受信用論理通信インタフェース宛てに再構成して配送する、
     ことを特徴とする請求の範囲第8項に記載の分散アプリケーション統合型ネットワークシステム。
    The management process of the network device is:
    The distributed application process receives message data and a delivery condition transmitted to the message transmission logical communication interface, determines another message reception logical communication interface to which the message data is delivered, When there are a plurality of message receiving logical communication interfaces, the message data is duplicated, and the message data is reconfigured and delivered to the other message receiving logical communication interfaces.
    The distributed application integrated network system according to claim 8, wherein:
  10.  前記ネットワーク装置は、前記メッセージ受信用論理通信インタフェースに関連付けられたメッセージキューを有し、
     前記ネットワーク装置の前記管理プロセスは、
     前記メッセージ受信用論理通信インタフェースに配送されたメッセージデータを受信し、
     当該メッセージ受信用論理通信インタフェースに関連付けられた前記メッセージキューに前記メッセージデータを格納し、
     前記分散アプリケーションプロセスからの要求に応じて、前記メッセージキューに格納した前記メッセージデータを応答する、
     ことを特徴とする請求の範囲第8項に記載の分散アプリケーション統合型ネットワークシステム。
    The network device has a message queue associated with the logical communication interface for message reception;
    The management process of the network device is:
    Receiving the message data delivered to the message receiving logical communication interface;
    Storing the message data in the message queue associated with the logical communication interface for message reception;
    Responding to the message data stored in the message queue in response to a request from the distributed application process;
    The distributed application integrated network system according to claim 8, wherein:
  11.  前記ネットワーク装置の前記管理プロセスは、
     前記メッセージ受信用論理通信インタフェースに配送されたメッセージデータを受信し、
     前記メッセージ受信用論理通信インタフェースに関連付けられたサブスクライバ宛てに当該メッセージデータを配送する、
     ことを特徴とする請求の範囲第8項に記載の分散アプリケーション統合型ネットワークシステム。
    The management process of the network device is:
    Receiving the message data delivered to the message receiving logical communication interface;
    Delivering the message data to a subscriber associated with the message receiving logical communication interface;
    The distributed application integrated network system according to claim 8, wherein:
  12.  前記分散アプリケーションプロセスが行うメッセージ通信を受信し、
     前記メッセージ通信を、前記登録用論理通信インタフェース、前記メッセージ受信用論理通信インタフェース、または、前記メッセージ送信用論理通信インタフェース宛ての通信に変換する変換プロセスを有する、
     ことを特徴とする請求の範囲第8項ないし請求の範囲第11項のいずれか1項に記載の分散アプリケーション統合型ネットワークシステム。
    Receiving message communication performed by the distributed application process;
    A conversion process for converting the message communication into communication addressed to the registration logical communication interface, the message reception logical communication interface, or the message transmission logical communication interface;
    The distributed application integrated network system according to any one of claims 8 to 11, wherein the network system is a distributed application integrated network system.
  13.  前記ネットワーク装置および前記変換プロセスを管理し制御する管理サーバを有する、
     ことを特徴とする請求の範囲第12項に記載の分散アプリケーション統合型ネットワークシステム。
    A management server that manages and controls the network device and the conversion process;
    The distributed application integrated network system according to claim 12, wherein the network system is integrated with a distributed application.
PCT/JP2012/056937 2012-03-16 2012-03-16 Distributed application-integrating network system WO2013136526A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/056937 WO2013136526A1 (en) 2012-03-16 2012-03-16 Distributed application-integrating network system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2012/056937 WO2013136526A1 (en) 2012-03-16 2012-03-16 Distributed application-integrating network system

Publications (1)

Publication Number Publication Date
WO2013136526A1 true WO2013136526A1 (en) 2013-09-19

Family

ID=49160491

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/056937 WO2013136526A1 (en) 2012-03-16 2012-03-16 Distributed application-integrating network system

Country Status (1)

Country Link
WO (1) WO2013136526A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006079602A (en) * 2004-09-08 2006-03-23 Hewlett-Packard Development Co Lp High-availability cluster having proactive maintenance
JP2010283811A (en) * 2009-05-13 2010-12-16 Avaya Inc Method and apparatus for maintaining port state table in forwarding plane of network element
JP2011138454A (en) * 2010-01-04 2011-07-14 Nomura Research Institute Ltd Operation management device, operation system, and definition data synchronization method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006079602A (en) * 2004-09-08 2006-03-23 Hewlett-Packard Development Co Lp High-availability cluster having proactive maintenance
JP2010283811A (en) * 2009-05-13 2010-12-16 Avaya Inc Method and apparatus for maintaining port state table in forwarding plane of network element
JP2011138454A (en) * 2010-01-04 2011-07-14 Nomura Research Institute Ltd Operation management device, operation system, and definition data synchronization method

Similar Documents

Publication Publication Date Title
US10547693B2 (en) Security device capability discovery and device selection
US8879396B2 (en) System and method for using dynamic allocation of virtual lanes to alleviate congestion in a fat-tree topology
EP2893669B1 (en) Physical security system having multiple server nodes
US7257817B2 (en) Virtual network with adaptive dispatcher
CN103155497B (en) Communication system, control device, node, processing rule setting method and program
US7133929B1 (en) System and method for providing detailed path information to clients
US20030208572A1 (en) Mechanism for reporting topology changes to clients in a cluster
KR20050012130A (en) Cluster data port services for clustered computer sytem
US20070011349A1 (en) Information routing in a distributed environment
US20130007253A1 (en) Method, system and corresponding device for load balancing
EP1654831A1 (en) System, method, and computer program product for centralized management of an infiniband distributed system area network
CN112910685B (en) Method and device for realizing unified management of container network
JP2005167435A (en) Vrrp technology sustaining confidentiality of vr
US10862794B2 (en) Automated link aggregation group configuration system
TW201824826A (en) Method and apparatus for realizing message mirror image of dynamic flow in cloud network environment
WO2021120633A1 (en) Load balancing method and related device
WO2013146808A1 (en) Computer system and communication path modification means
CN107682460A (en) A kind of distributed storage trunked data communication method and system
CN101534255A (en) A method and device for realizing oriented processing of certain request
WO2015003420A1 (en) Resource deployment method for cloud computing environment
JP6197692B2 (en) server
JP5200424B2 (en) Information management method and information processing apparatus
KR102119456B1 (en) Distributed Broker Coordinator System and Method in a Distributed Cloud Environment
JPH09293059A (en) Decentralized system and its operation management method
JP4579850B2 (en) Blade type system and connection management method

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12871323

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP