WO2008038342A1 - Connection control method, connection control program, and connection control device - Google Patents
Connection control method, connection control program, and connection control device Download PDFInfo
- Publication number
- WO2008038342A1 WO2008038342A1 PCT/JP2006/319109 JP2006319109W WO2008038342A1 WO 2008038342 A1 WO2008038342 A1 WO 2008038342A1 JP 2006319109 W JP2006319109 W JP 2006319109W WO 2008038342 A1 WO2008038342 A1 WO 2008038342A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- connection
- load
- information
- request
- server
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/505—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the load
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
- G06F9/5044—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering hardware capabilities
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/5019—Workload prediction
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/5022—Workload threshold
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/504—Resource capping
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/508—Monitor
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- Connection control method connection control program, and connection control device
- the present invention relates to a connection control method, a connection control program, and a connection control device, and more particularly to a connection control method, a connection control program, and a connection control device that control connection to a client process power server process via a network.
- a client Z server type system is widely used as a computer system using a network.
- the client process power S executed on the client computer S is connected to the server process executed on the server computer, and the execution of the process is requested.
- the server process executes the requested processing and returns the execution result to the client process.
- a server process can accept multiple processing requests simultaneously. In this case, multiple processes are executed in time division
- connection control may be performed to limit connections to client process power server processes.
- connection control method there is control based on the number of simultaneous connections. For example, if the upper limit of the number of simultaneous connections is set to 10, if there are 10 processes being executed, subsequent processing requests are rejected. If the processing request is rejected, the client process reconnects to the server process after waiting for the current processing to finish.
- connection control based on the number of simultaneous connections is easy to implement, but has a problem of low control accuracy. This is because the number of concurrent connections (the number of processes being executed) and the load on the server computer are not necessarily proportional. That is, the number of simultaneous connections reaches the upper limit Even when the server is running, there may be room to accept a processing request with a low server computer load. Conversely, even when the number of simultaneous connections has not reached the upper limit, there may be no room for accepting processing requests that cause a heavy load on the server computer.
- Patent Document 1 Japanese Patent Laid-Open No. 7-44495
- Patent Document 1 has a problem in that when the additional load applied to the server computer varies greatly depending on the individual processing contents, it is impossible to accurately prevent a reduction in processing efficiency and a delay in response. In other words, even when the current load on the server computer is not high, if the processing with a large additional load is permitted, the load on the server computer may increase rapidly and exceed the allowable range. This greatly reduces the processing efficiency of other running processes. In addition, since the response to the client process is delayed, it is possible that the client process that has determined that the processing request has reached the server process and tries to reconnect. As a result, the bandwidth of the network is further compressed.
- the present invention has been made in view of the above points, and considering the increase in load caused by permitting the connection, it is possible to accurately prevent the delay of other processes being executed. It is an object to provide a connection control method, a connection control program, and a connection control device. Means for solving the problem
- connection control method by the computer 1 as shown in FIG. 1 is provided.
- the connection control method controls connection from the client process 2a to the server process 3a via the network.
- the load monitoring means la continuously acquires the load information of the server computer 3 that executes the server process 3a (step S1).
- request acquisition means lc is the client process
- the connection request 4 including information indicating the processing type of the processing requested to the server process 3a is acquired from 2a (step S2).
- Load prediction means Id refers to the processing information storage means lb that stores the correspondence between the processing type and the additional load required for the execution of the process.
- the connection determination unit le determines that the connection is permitted when the post load predicted by the load prediction unit Id is less than or equal to a predetermined threshold, and determines that the connection is rejected when the post load exceeds the predetermined threshold (step S4).
- connection determination means le determines that the connection is permitted, a connection is established from the client process 2a to the server process 3a, and if the connection determination means le determines that the connection is rejected, Notify client process 2a that connection was refused (step S5
- connection control method first, load information of the server computer 3 that executes the server process 3a is continuously acquired. Next, a connection request 4 including information indicating a processing type of processing requested to the server process 3a is acquired from the client process 2a.
- the additional load corresponding to the connection request 4 is identified, and the post-load when the connection to the server process 3a is permitted is predicted based on the latest load information and the identified additional load information.
- the post-load is less than or equal to a predetermined threshold, it is determined that the connection is permitted. If the post-load exceeds the predetermined threshold, it is determined that the connection is rejected.
- control is performed so that the connection from the client process 2a to the server process 3a is established. When it is determined that the connection is rejected, the client process 2a is notified that the connection is rejected. Be notified.
- the computer in order to solve the above-described problem, in a connection control program for controlling connection to a client process power server process via a network, the computer is continuously updated with load information of the server computer executing the server process.
- Load monitoring means processing information storage means for storing a correspondence relationship between processing types that can be requested to the server process and additional load required for execution of the processing, and the processing from the client process.
- Request acquisition means for acquiring a connection request including information indicating the type The additional load corresponding to the connection request acquired by the request acquisition unit is specified with reference to the processing information storage unit, and the additional load specified by the latest load information acquired by the load monitoring unit is specified.
- a load predicting means for predicting a post load when the connection is permitted and when the post load predicted by the load predicting means is equal to or less than a predetermined threshold, it is determined that the connection is permitted,
- connection determination means for determining that connection is rejected and when the connection determination means determines that connection is permitted, the client process power is controlled to establish a connection to the server process.
- the connection determination unit determines that the connection is rejected, the connection determination unit functions as a request processing unit that notifies the client process that the connection is rejected.
- a connection control program is provided.
- the load information of the server computer that executes the server process is continuously acquired by the load monitoring means.
- the request acquisition unit acquires a connection request including information indicating a processing type of a process requested to the server process from the client process.
- the load prediction means identifies the additional load corresponding to the connection request, and predicts the subsequent load when the connection to the server process is permitted based on the latest load information and the specified additional load information. .
- the connection determination unit determines that the connection is permitted, and when the subsequent load exceeds the predetermined threshold, it is determined that the connection is rejected. If the request processing means determines that the connection is permitted, the client process power is controlled to establish a connection to the server process. If it is determined that the connection is rejected, the client process indicates that the connection is rejected. Will be notified.
- connection control device that controls connection to a client process power server process via a network
- load information of a server computer that executes the server process is continuously acquired.
- the processing type of processing that can be requested to the server process
- the processing information storage means for storing the correspondence relationship between the additional calorie load required for execution of the processing, and the processing type from the client process
- a request acquisition unit that acquires a connection request including information indicating the information
- a processing request storage unit that refers to the processing information storage unit and corresponds to the connection request acquired by the request acquisition unit.
- Connection determination that determines that connection is permitted when the post-load predicted by the prediction unit and the load prediction unit is equal to or less than a predetermined threshold, and that connection is rejected when the post-load exceeds the predetermined threshold If the connection determination means determines that the connection to the server process is established, and the connection determination means determines that the connection is rejected, the client process power is connected to the client process. And a request processing means for notifying that the request has been rejected.
- the load information of the server computer that executes the server process is continuously acquired by the load monitoring unit.
- the request acquisition means acquires a connection request including information indicating the processing type of the processing requested to the server process from the client process.
- the load prediction means identifies the additional load corresponding to the connection request, and predicts the post-load when the connection to the server process is permitted based on the latest load information and the identified additional load information.
- the connection determination means determines that the connection is permitted when the post-load is equal to or less than a predetermined threshold, and determines that the connection is rejected when the post-load exceeds the predetermined threshold. If the request processing means determines that the connection is permitted, the client process power is controlled to establish a connection to the server process. If it is determined that the connection is rejected, the client process is notified that the connection is rejected. Be done
- the load information of the server computer is continuously acquired, and information indicating the correspondence between the processing type and the additional load is referred to, and the post-load when the connection is permitted is predicted and connected. It was decided to judge whether or not. As a result, it is possible to accurately prevent the load of the server computer from exceeding the allowable range after permitting the connection, and to suppress a delay in the response to the already accepted processing request. Therefore, it is possible to stabilize the processing performance of the server computer and operate the system efficiently.
- FIG. 1 is a diagram showing an outline of the present embodiment.
- FIG. 2 is a diagram showing a system configuration of the first embodiment.
- FIG. 3 is a diagram showing a hardware configuration of a business server.
- FIG. 4 is a diagram showing a hardware configuration of a business client.
- FIG. 5 is a block diagram showing business server functions.
- FIG. 6 is a block diagram illustrating functions of a business client according to the first embodiment.
- FIG. 7 is a diagram showing an example data structure of a processing information table.
- FIG. 8 is a diagram showing an example data structure of a load threshold table.
- FIG. 9 is a flowchart showing the procedure of load monitoring processing.
- FIG. 10 is a flowchart showing a procedure of connection determination processing.
- FIG. 11 is a flowchart showing a procedure of re-notification processing.
- FIG. 12 is a diagram showing a system configuration of a second embodiment.
- FIG. 13 is a block diagram illustrating functions of a business client according to the second embodiment.
- FIG. 14 is a block diagram showing functions of the management server.
- FIG. 1 is a diagram showing an outline of the present embodiment.
- the client Z server type system shown in Fig. 1 is a system that can control connections from client processes to server processes based on the load on the server computer.
- the client Z server system shown in FIG. 1 includes a computer 1, a client computer 2, and a server computer 3. Computer 1, client computer 2 and server computer 3 are connected to each other via a network! RU
- the client computer 2 executes a client process 2a.
- Server computer 3 is executing server process 3a.
- the computer 1 that performs connection control includes load monitoring means la, processing information storage means lb, request It has acquisition means lc, load prediction means ld, connection determination means le, and request processing means If.
- the load monitoring unit la continuously acquires the load information of the server computer 3.
- the load information is information indicating the usage status of the information processing resources provided in the server computer 3.
- Information processing resources include, for example, hardware resources such as arithmetic devices, main memory, and network bandwidth, software resources, and data resources.
- the processing information storage means lb stores a correspondence relationship between a processing type of processing that can be requested to the server process 3a and an additional load necessary for execution of the processing. For example, if the processing type is "1", 10% of the processing capacity of the processing unit and 64M bytes of main storage area are required!
- Request acquisition means lc acquires a connection request 4 from the client process 2a to the server process 3a.
- the connection request 4 includes information indicating the processing type.
- the load prediction unit Id extracts information indicating the processing type from the connection request 4. Then, the additional load corresponding to the extracted processing type is specified with reference to the processing information storage means lb. Furthermore, the load predicting means Id predicts the post-load of the server computer 3 when the connection is permitted based on the latest load information acquired by the load monitoring means la and the specified additional load information. The post load is calculated, for example, by adding an additional load to the load indicated by the latest load information.
- connection determination unit le compares the posterior load predicted by the load prediction unit Id with a preset threshold value. If the post-load is less than or equal to the threshold value, the connection determination unit le determines that connection to the server process 3a is permitted. On the other hand, if the post-load exceeds the threshold, it is determined that the connection is rejected.
- the request processing unit If performs control so that the connection from the client process 2a to the server process 3a is established.
- the request processing means If tries to connect to the server process 3a.
- request processing means If force instructs client process 2a to connect to server process 3a.
- the request processing means If notifies the client process 2a that the connection is rejected.
- the load information of the server computer 3 is continuously acquired by the load monitoring means la (step Sl).
- the connection request 4 is acquired from the client process 2a by the request acquisition means lc (step S2).
- the load predicting means Id identifies the additional load corresponding to the connection request 4 and predicts the subsequent load from the latest load information and the identified additional load information (step S3). According to the connection determination means le, it is determined that the connection is permitted when the post-load is not more than a predetermined threshold value, and it is determined that the connection is rejected when it exceeds the predetermined threshold value (step S4). Finally, the request processing means If controls to establish a connection when the connection is permitted, and notifies the client process 2a of the fact when the connection is denied (step S5).
- the computer 1 that performs connection control is a computer that is physically different from the client computer 2 and the server computer 3 is also conceivable.
- the client computer 2 may have the connection control function provided in the computer 1.
- the server computer 3 may have a connection control function provided in the computer 1.
- a client computer has a connection control function.
- a computer different from the server computer and the client computer has a connection control function.
- FIG. 2 is a diagram illustrating a system configuration according to the first embodiment.
- the client Z server type system of the first embodiment is a system capable of remotely managing a server computer with both client computer capabilities.
- the client / server system includes business servers 100 and 100a, business clients 200, 200a, and 200b, and a network 20.
- Business support The nodes 100, 100a and the business clients 200, 200a, 200b are connected to each other via the network 20.
- the business servers 100 and 100a are server computers that include a plurality of hardware components (hereinafter referred to as units) and that can form a partition by combining arbitrary units.
- a partition is a logical computer configured inside a physical computer. Multiple partitions can be configured inside one physical computer, and are recognized as separate computers by external programs.
- the business sano 100, 100a executes a business program in the partition in response to an instruction from the business client 200, 200a, 200b or another client computer.
- the business servers 100 and 100a have a function of managing units and partitions.
- the business clients 200, 200a, and 200b are client computers that are used by the administrators of the business servers 100 and 100a.
- the business servers 100 and 100a can be remotely managed via the network. Specifically, it is possible to obtain information on the unit and partition, business clients 200, 200a, 200bi, business sano 100, 100a, etc. In addition, it is possible to instruct the business servers 100 and 100a to change the partition configuration.
- FIG. 3 is a diagram illustrating a hardware configuration of the business server.
- Business server 100 is CPU
- CPU 101 controls the entire apparatus.
- CPU 101 is connected to RAM (Random Access Memory) 102, ROM (Read Only Memory) 103, communication interface 104, arithmetic units 105a, 105b, 105c, ... and IO units 106a, 106b, 106c via bus 107. , ⁇ ⁇ ⁇ Power connected.
- the CPU 101 controls the entire apparatus of the business server 100.
- RAM102 has CPU101 At least a part of the management program to be executed is temporarily stored.
- the RAM 102 stores information about units and partitions.
- the ROM 103 stores a management program for managing the entire apparatus of the business server 100 in advance.
- the communication interface 104 is connected to the network 20.
- the arithmetic units 105a, 105b, 105c,... And the IO units 106a, 106b, 106c,... are minimum units that can be exchanged between partitions. That is, the CPU 101 updates the configuration information stored in the RAM 102 and controls the connection relationship between the arithmetic units 105a, 105b, 105c,... And the ⁇ units 106a, 106b, 106c,. Partitions are configured in 100.
- the arithmetic units 105a, 105b, 105c,... Have a plurality of CPUs and RAMs.
- the IO units 106a, 106b, 106c,... Have a plurality of HDDs.
- Business programs are executed by the computing units and IO units that make up the partition.
- FIG. 4 is a diagram illustrating a hardware configuration of the business client.
- the business client 200 is entirely controlled by the CPU 201.
- the CPU 201 is connected to the RAM 202, the HDD 203, the graphic processing device 204, the input interface 205, and the communication interface 206 via the bus 207.
- the RAM 202 temporarily stores at least part of an OS program or application program to be executed by the CPU 201.
- the RAM 202 stores various data necessary for processing by the CPU 201.
- the HDD 203 stores OS programs and application programs.
- a monitor 11 is connected to the graphic processing device 204.
- the graphic processing unit 204 displays an image on the screen of the monitor 11 in accordance with a command from the CPU 201.
- a keyboard 12 and a mouse 13 are connected to the input counter interface 205.
- the input interface 205 transmits a signal sent from the keyboard 12 or mouse 13 to the CPU 201 via the bus 207.
- the communication interface 206 is connected to the network 20.
- FIG. 5 is a block diagram illustrating functions of the business server. However, Fig. 5 shows only functions related to unit and partition management, and omits functions related to business program execution.
- the business server 100 includes a setting file storage unit 110, a setting file transmission unit 120, a load measurement unit 130, and a configuration management unit 140.
- the setting file transmission unit 120, the load measurement unit 130, and the configuration management unit 140 can communicate with the business clients 200, 200a, and 200b via the network 20.
- the setting file storage unit 110 stores a setting file in which setting information is described.
- the setting information includes information that defines the correspondence relationship between the types of processing requests that can be accepted by the configuration management unit 140 and the additional load required for executing the processing.
- the setting information includes an upper limit value of the load allowed by the business server 100, that is, a threshold value serving as a reference for connection control.
- the administrator of the business server 100 describes the setting information in the setting file in advance and stores it in the setting file storage unit 110.
- the setting file transmission unit 120 When the setting file transmission unit 120 receives a setting file acquisition request from the business clients 200, 200a, and 200b, the setting file transmission unit 120 reads the setting file from the setting file storage unit 110 and returns it to the transmission source of the acquisition request. Communication between the setting file transmission unit 120 and the business clients 200, 200a, and 200b is performed using FTP (File Transfer Protocol).
- FTP Full Transfer Protocol
- the load measurement unit 130 measures the current load of the business server 100. For example, the load measurement unit 130 measures the usage rate of the CPU 101, the usage capacity of the RAM 102, and the usage band of the communication interface 104. Then, the load measuring unit 130 returns the load information to the transmission source of the acquisition request.
- the configuration management unit 140 manages the operation status of the unit and the configuration of the partition. Specifically, the configuration management unit 140 receives configuration information from the business clients 200, 200a, and 200b. When the acquisition request is received, the operation units 105a, 105b, 105c,... And the IO units 106a, 106b, 106c,. Then, the configuration management unit 140 returns the collected configuration information to the transmission source of the acquisition request.
- the configuration management unit 140 receives a partition configuration change request from the business clients 200, 200a, 200b, the arithmetic units 105a, 105b, 105c, ..., and the IO units 106a, 106b according to the request contents. , 106c, ⁇ ⁇ ⁇ Change the connection relationship.
- the configuration management unit 140 Communication between the configuration management unit 140 and the business clients 200, 200a, and 200b is performed using SNMP (Simple Network Management Protocol).
- the content of the process executed by the configuration management unit 140 can be specified by an object identifier (OID).
- OID is a sequence of numbers separated by periods, such as "1. 2. 3". Each number means a hierarchical classification, such as “major classification. Medium classification. Small classification”.
- the configuration management unit 140 holds the correspondence between the OID and the processing content, and determines the processing content by extracting the OID from the received processing request.
- FIG. 6 is a block diagram illustrating functions of the business client according to the first embodiment.
- the business client 200 includes a setting information storage unit 210, a setting information acquisition unit 220, a load monitoring unit 230, a request acquisition unit 240, a connection determination unit 250, a re-notification unit 260, and remote management units 270, 270a, and 2 70b. Yes.
- the setting information acquisition unit 220, the load monitoring unit 230, and the remote management units 270, 270a, 270b can communicate with the business servers 100, 100a via the network 20.
- the setting information storage unit 210, the setting information acquisition unit 220, the load monitoring unit 230, the request acquisition unit 240, the connection determination unit 250, and the re-notification unit 260 are connection controls that control connection with the business servers 100 and 100a. It is a component of the daemon.
- the setting information storage unit 210 stores setting information for each of the business servers 100 and 100a.
- the setting information includes information that defines the correspondence between the types of processing that can be requested to the business servers 100 and 100a and the additional loads required by the business servers 100 and 100a.
- the setting information includes a load threshold value that is a reference for connection control.
- the setting information acquisition unit 220 acquires setting files in which the setting information is described from the business servers 100 and 100a. . Then, the setting information acquisition unit 220 extracts the acquired setting file force necessary information and stores it in the setting information storage unit 210. In addition, when the business client 200 is started, the configuration file may be automatically acquired from the business servers 100 and 100a.
- the load monitoring unit 230 refers to the setting information storage unit 210, and identifies a business server (business server 100, 100a) whose load is to be monitored. Then, the load monitoring unit 230 acquires and holds load information from the business servers 100 and 100a at predetermined time intervals. The load monitoring unit 230 only needs to store the latest load information! /.
- the request acquisition unit 240 receives a connection confirmation request from the remote management units 270, 270a, 270b.
- the connection confirmation request includes an IP (Internet Protocol) address that identifies the connection destination business server and an OID that identifies the process to be executed by the connection destination business server.
- IP Internet Protocol
- the request acquisition unit 240 Upon receiving the connection confirmation request, notifies the connection determination unit 250 to determine whether or not connection is possible. Then, the request acquisition unit 240 responds the determination result of the connection determination unit 250 to the connection confirmation request notification source (one of the remote management units 270, 270a, and 270b). In addition, when the determination result is connection rejection, the request acquisition unit 240 notifies the re-notification unit 260 of a connection confirmation request.
- connection determination unit 250 determines whether connection is possible based on the content of the connection confirmation request. Specifically, the connection determination unit 250 refers to the setting information storage unit 210 and identifies an additional load corresponding to the processing content indicated by the connection confirmation request. Next, the connection determination unit 250 calculates a post-load when the connection is permitted from the latest load information acquired by the load monitoring unit 230 and the specified additional load information.
- connection determination unit 250 determines that the connection is permitted when the calculated posterior load is equal to or less than the business server load threshold, and determines that the connection is rejected when the posterior load exceeds the threshold. Thereafter, the connection determination unit 250 returns the determination result to the notification source of the connection confirmation request (request acquisition unit 240 or re-notification unit 260).
- the re-notification unit 260 includes a queue that holds the contents of the connection confirmation request! /
- the re-notification unit 260 stores it in the queue as a permission waiting request.
- the re-notification unit 260 then loads the load monitoring unit 230.
- the re-notification unit 260 informs the notification source of the connection confirmation request waiting for permission (one of the remote management units 270, 270a, and 270b) that the connection is permitted. Notice.
- the remote management unit 270 remotely manages the business servers 100 and 100a in response to an operation input by the user of the business client 200.
- the remote management unit 270 has a connection confirmation unit 271 and a communication unit 272.
- connection confirmation unit 271 displays the IP address of the selected business server and the OID corresponding to the instruction content.
- the request acquisition unit 240 is notified of the connection confirmation request including the request.
- the connection confirmation unit 271 notifies the communication unit 272 of the contents of the user's operation input.
- the monitor 11 displays that the connection is rejected.
- the communication unit 272 Upon receiving a notification from the connection confirmation unit 271, the communication unit 272 transmits a processing request to the selected business server. Then, the communication unit 272 displays the response content acquired from the business server on the monitor 11.
- the remote management units 270a and 270b have the same functions and configurations as the remote management unit 270, respectively. Thus, by providing a plurality of remote management units, the user of the business client 200 can manage a plurality of business servers in parallel.
- FIG. 7 is a diagram showing an example of the data structure of the processing information table.
- the setting information storage unit 210 stores a processing information table for each of the business servers 100 and 100a.
- the processing information table 210a is a processing information table corresponding to the business server 100 (IP address is “192.168.1.2”).
- the processing information table 210a pieces of processing information that can be requested to the business server 100 are stored in association with each other.
- the processing information table 210a is provided with a field 211 indicating a processing type number, a field 212 indicating a CPU load, a field 213 indicating a memory load, and a field 214 indicating a communication load. Information arranged in the horizontal direction of each field is associated with each other.
- a number indicating the processing type of processing that can be requested to the business server 100 is set. The number set in field 211 corresponds to the first digit of the OID.
- a value indicating the CPU load necessary for execution of the process is set. Specifically, a value indicating what percentage of the processing capacity of the CPU 101 included in the business server 100 is used is set.
- a value indicating a memory load necessary for executing the process is set. Specifically, a value indicating how many bytes of the RAM 102 area of the business server 100 are used is set.
- a value indicating a communication load necessary for executing the process is set. Specifically, a value indicating the processing bandwidth usage is set out of the bandwidth that can be used by the communication interface 104 included in the business server 100.
- the information stored in the processing information table 210a is registered or updated as appropriate by the setting information acquisition unit 220.
- the setting information acquisition unit 220 In the example shown in Fig. 7, CPU, memory are used as information processing resources.
- a field may be added to the processing information table 210a.
- FIG. 8 is a diagram showing an example of the data structure of the load threshold table.
- the setting information storage unit 210 stores a load threshold table for each of the business servers 100 and 100a.
- the load threshold table 210b is a load threshold table corresponding to the business server 100.
- the load threshold table 210b the upper limit value of the load allowed by the business server 100 is stored in a tape table.
- the load threshold table 210b is provided with a field 215 indicating a resource name and a field 216 indicating a threshold. Information arranged in the horizontal direction of each field is associated with each other.
- the resource name of the information processing resource is set.
- the example shown in Figure 8 the resource name of the information processing resource is set.
- the upper limit value of the load of the information processing resource indicated in field 215 is set.
- the utilization rate is set for the CPU, the storage capacity for the memory, and the communication bandwidth for the communication path.
- the information stored in the load threshold table 210b is appropriately registered or updated by the setting information acquisition unit 220.
- FIG. 9 is a flowchart showing the procedure of the load monitoring process. In the following, the process shown in FIG. 9 will be described in order of step number. Here, the case of the business client 200 will be described. The same processing flow applies to business clients 200a and 200b.
- the load monitoring unit 230 searches the setting information storage unit 210 to identify a business server to be monitored. Specifically, the load monitoring unit 230 extracts the IP address of the business server from all processing information tables and load threshold tables stored in the setting information storage unit 210.
- Step S 12 The load monitoring unit 230 selects from the business servers identified in Step S 11
- Step S13 The load monitoring unit 230 transmits a load information acquisition request to the load measurement unit of the business server selected in Step S12.
- Step S14 The load measuring unit of the business server selected in Step S12 measures the current load for each information processing resource. Specifically, the load measurement unit measures CPU load, memory load, and communication load.
- Step S15 The load measuring unit of the business server selected in Step S12
- the load information measured in 14 is collected and transmitted to the load monitoring unit 230 as load information.
- the load monitoring unit 230 stores the received load information in association with the business server. If there is old load information associated with the business server, it is discarded.
- Step S17 If there is a business server identified in step S11 that has not been selected in step S12, the load monitoring unit 230 returns to step S12 and repeats the process.
- Step S18 The load monitoring unit 230 waits for a preset time and then performs step S18. Return to 12 and resume processing.
- the load monitoring unit 230 continuously acquires load information at predetermined time intervals from all the business servers from which the setting information acquisition unit 220 has acquired the setting file.
- FIG. 10 is a flowchart showing the procedure of the connection determination process.
- the process shown in Fig. 10 will be described in order of step number.
- a case where the business client 200 connects to the business server 100 will be described.
- the same processing flow occurs when combining other business clients and business servers.
- connection confirmation unit 271 responds to the user's operation input and the business server 10
- a connection confirmation request including an IP address of 0 and an OID is notified to the request acquisition unit 240.
- the request acquisition unit 240 notifies the connection determination unit 250 of the accepted connection confirmation request.
- the connection determination unit 250 identifies a number indicating the processing type from the connection confirmation request. Specifically, the connection determination unit 250 extracts the OID from the connection confirmation request, and uses the first number separated by a period as the processing type number.
- connection determination unit 250 is a business server stored in the setting information storage unit 210.
- the processing information table 210a corresponding to 100 is specified. Then, the connection determination unit 250 searches the processing information table 210a and specifies the additional load on the CPU, memory, and communication path corresponding to the processing type number specified in step S22.
- connection determination unit 250 acquires the latest load information corresponding to the business server 100 from the load monitoring unit 230.
- connection determination unit 250 displays the C indicated by the load information acquired in Step S24.
- the post-loads of the CPU, memory, and communication path are calculated by adding the additional loads specified in step S23 to the PU, memory, and communication path loads, respectively.
- connection determination unit 250 is a business server stored in the setting information storage unit 210.
- the load threshold table 210b corresponding to 100 is specified, and the load threshold values of the CPU, memory, and communication path are specified.
- connection determination unit 250 determines whether or not the post-load calculated in step S25 exceeds the threshold specified in step S26. Specifically, the connection determination unit 250 compares the post-load and the threshold in the order of CPU, memory, and communication path, and the post-load for all three. If the threshold is less than or equal to the threshold, it is determined that the threshold has not been exceeded, and if at least one postload exceeds the threshold, it is determined that the threshold has been exceeded. If the threshold is not exceeded, the process proceeds to step S28. If the threshold is exceeded, the process proceeds to step S29.
- connection determination unit 250 determines that the connection is permitted, and notifies the request acquisition unit 240 to that effect.
- the request acquisition unit 240 notifies the connection confirmation unit 271 of connection permission.
- connection determination unit 250 determines that the connection is rejected, and notifies the request acquisition unit 240 accordingly.
- the request acquisition unit 240 notifies the connection confirmation unit 271 of connection rejection.
- Step S30 The request acquisition unit 240 notifies the re-notification unit 260 of the connection confirmation request received in Step S22.
- the re-notification unit 260 stores the received connection confirmation request in the queue as a request for waiting for permission.
- connection confirmation unit 271 When the connection confirmation unit 271 receives a notification of connection permission from the request acquisition unit 240, the connection confirmation unit 271 notifies the communication unit 272 of the contents of the user's operation input and connects to the business server 100. On the other hand, when a connection rejection notification is received from the request acquisition unit 240, the monitor 11 displays that the connection is rejected.
- the request acquisition unit 240 receives a connection confirmation request from the connection confirmation unit 271.
- the connection determination unit 250 identifies the additional load corresponding to the processing type indicated in the connection confirmation request, and calculates the post-load based on the latest load information of the business server 100.
- the request acquisition unit 240 notifies the connection confirmation unit 271 of connection permission.
- the communication unit 272 transmits a processing request to the business server 100. If the post-load exceeds the threshold value, the request acquisition unit 240 notifies the connection confirmation unit 271 of connection refusal and sets the accepted connection confirmation request as a permission waiting request.
- the current load power of the business server 100 is 60%
- the memory load is 768 Mbytes
- the communication load is 0 Mbps.
- connection confirmation request whose OID starts with “1”
- the post-load of the CPU is 110%, which exceeds the threshold of 100%, and therefore, it is determined that the connection is rejected.
- the post-memory load is 1280 Mbytes and exceeds the threshold of 1024 Mbytes.
- connection confirmation requests with OID beginning with "3” since the post-load of the communication channel is 110 Mbps and exceeds the threshold of 100 Mbps, it is determined that the connection is rejected.
- connection confirmation requests with OID beginning with "4" the post-load of any of the CPU, memory, or communication path does not exceed the threshold value, so it is determined that the connection is permitted.
- FIG. 11 is a flowchart showing the procedure of re-notification processing. In the following, the process shown in FIG. 11 will be described in order of step number. Here, a case where a connection confirmation request from the business client 200 to the business server 100 is waiting for permission will be described. In the case of a combination of other business clients and business servers, the same processing flow is used.
- Step S41 The re-notification unit 260 determines the force with which the load information held by the load monitoring unit 230 has been updated. If the load information has been updated, the process proceeds to step S42. If the load information has not been updated, the process of step S41 is repeated.
- Step S42 The re-notification unit 260 determines whether there is a permission waiting request in the queue.
- step S43 If there is a permission waiting request, the process proceeds to step S43. If there is no permission waiting request !, the process proceeds to step S41.
- Step S43 The re-notification unit 260 extracts a request for waiting for permission as well as the head force of the queue. Then, the renotification unit 260 notifies the connection determination unit 250 of the extracted waiting request for permission.
- connection determination unit 250 also specifies the processing type number for the permission waiting request power. Then, the connection determination unit 250 searches the processing information table 210a corresponding to the business server 100, and specifies an additional load corresponding to the specified processing type number.
- connection determination unit 250 acquires the latest load information corresponding to the business server 100 from the load monitoring unit 230.
- connection determination unit 250 calculates the post-load by adding the additional load specified in step S44 to the load indicated by the load information acquired in step S45.
- connection determination unit 250 identifies the load threshold table 210b corresponding to the business server 100, and identifies the load threshold.
- connection determination unit 250 determines whether or not the posterior load calculated in step S46 exceeds the threshold specified in step S47. If the threshold is not exceeded, the process proceeds to step S49. If the threshold is exceeded, the process proceeds to step S41. [Step S49] The connection determination unit 250 determines that the connection is permitted, and notifies the renotification unit 260 of that fact. The re-notification unit 260 notifies the connection confirmation unit 271 of the connection permission. Thereafter, the process proceeds to step S41.
- connection confirmation unit 271 Upon receiving the notification from the re-notification unit 260, the connection confirmation unit 271 notifies the communication unit 272 of the contents of the user's operation input and connects to the business server 100.
- the re-notification unit 260 causes the connection determination unit 250 to determine whether or not the connection with respect to the permission waiting request is possible each time the load information held by the load monitoring unit 230 is updated.
- the connection confirmation unit 271 is notified.
- the business clients 200, 200a, and 200b have a connection control function, the users of the business clients 200, 200a, and 200b can immediately know whether or not connection is possible. Further, even when the connection is rejected, the connection is automatically performed as soon as the load on the business servers 100 and 100a decreases. Therefore, the user can perform other work without wasting the waiting time until the load on the business servers 100 and 100a is reduced.
- a management server different from the business server and the business client performs connection control.
- FIG. 12 illustrates a system configuration according to the second embodiment.
- the client Z server type system of the second embodiment is a system capable of remotely managing the server computer with the client computer power.
- the client / server system of the second embodiment is composed of business servers 100, 100a, business clients 300, 300a, 300b, management sano 400, and network 20. I'm going to talk.
- the business sano 100, 100a, business client 300, 300a, 300b and management server 400 are connected to each other via the network 20.
- the business servers 100, 100a are the same as those in the first embodiment.
- the business clients 300, 300a, 300b are client computers used by the administrator of the business servers 100, 100a. By using the business clients 300, 300a, 300b, the business servers 100, 100a can be remotely managed via the network.
- the business clients 300, 300a, and 300b transmit a connection confirmation request to the management server 400 before connecting to the business servers 100 and 100a.
- Management Sano 00 determines whether or not connection to the business servers 100 and 100a is possible, and returns the determination result to the transmission source of the connection confirmation request. If the determination result is connection permission, business client 300, 300a, 300b connects to business sano 100, 100a.
- the business clients 300, 300a, 300b and the management server 400 can be realized by the same hardware configuration as the business client 200 of the first embodiment shown in FIG.
- business clients 300, 300a, 300b and management Sano 400 we will explain the configuration of business clients 300, 300a, 300b and management Sano 400. However, since the business clients 300, 300a, and 300b can be realized with the same module configuration, the business client 300 will be described as a representative.
- FIG. 13 is a block diagram illustrating functions of the business client according to the second embodiment.
- the business client 300 includes remote management units 310, 310a, and 310b.
- the remote management unit 310 includes a connection confirmation unit 311 and a communication unit 312.
- the connection confirmation unit 311 can communicate with the management server 00 via the network 20.
- the communication unit 312 can communicate with the business servers 100 and 100 a via the network 20.
- connection confirmation unit 311 When the user selects one business server and instructs the acquisition of configuration information or change of the partition configuration, the connection confirmation unit 311 receives the IP address of the selected business server and the OID corresponding to the content of the instruction. A connection confirmation request including this is sent to the management server 400.
- the connection confirmation unit 311 receives a connection permission notification from the management server 400, the connection confirmation unit 311 notifies the communication unit 312 of the contents of the user's operation input.
- notification of connection refusal from the management server 400 When received, the monitor displays that the connection is rejected.
- the communication unit 312 Upon receiving the notification from the connection confirmation unit 311, the communication unit 312 transmits a processing request to the selected business server. Then, the communication unit 312 displays the response content acquired from the business server on the monitor.
- Remote management units 310a and 310b have the same functions and configurations as remote management unit 310, respectively. Thus, by providing a plurality of remote management units, the user of the business client 300 can manage a plurality of business servers in parallel.
- FIG. 14 is a block diagram showing functions of the management server.
- the management server 400 includes a setting information storage unit 410, a setting information acquisition unit 420, a load monitoring unit 430, a request acquisition unit 440, a connection determination unit 450, and a re-notification unit 460.
- the setting information acquisition unit 420 and the load monitoring unit 430 can communicate with the business servers 100 and 100a via the network 20.
- the request acquisition unit 440 and the re-notification unit 460 can communicate with the business clients 300, 300a, and 300b via the network 20.
- the functions of the setting information storage unit 410, the setting information acquisition unit 420, the load monitoring unit 430, and the connection determination unit 450 are the same as the setting information storage unit 210, the setting information acquisition unit 220, and the load monitoring unit of the first embodiment. 230 and connection determination unit 250.
- the request acquisition unit 440 receives a connection confirmation request from the business clients 300, 300a, 300b.
- the connection confirmation request includes an IP (Internet Protocol) address that identifies the connection destination business server and an OID that identifies the process to be executed by the connection destination business server.
- IP Internet Protocol
- the request acquisition unit 440 Upon receiving the connection confirmation request, notifies the connection determination unit 450 to determine whether or not connection is possible. Then, the request acquisition unit 440 responds the determination result of the connection determination unit 450 to the connection confirmation request transmission source (any of the business clients 300, 300a, and 300b). Further, when the determination result is connection refusal, request acquisition unit 440 adds the source IP address to the connection confirmation request and notifies re-notification unit 460.
- IP Internet Protocol
- the re-notification unit 460 includes a queue for holding the contents of the connection confirmation request! / Speak.
- the re-notification unit 460 receives the notification of the connection confirmation request determined as the connection rejection from the request acquisition unit 440, the re-notification unit 460 stores it in the queue as a permission waiting request.
- the re-notification unit 460 notifies the connection determination unit 450 of a permission waiting request every time the load monitoring unit 430 is newly acquired and acquires load information. Re-determine whether or not to continue.
- the re-notification unit 460 indicates that the connection is permitted to the sender of the connection confirmation request waiting for permission (the power of the business clients 300, 300a, and 300b). Send notifications for.
- the notification destination is specified by the IP address added to the connection confirmation request.
- the management server 400 having such a connection control function, the load on the business server 100, 100a exceeds the allowable range after receiving a processing request from the business client 300, 300a, 300b. Can be prevented accurately. Therefore, it is possible to suppress a delay in response to a processing request already accepted by the business server 100, 100a, and to operate the system efficiently.
- connection Even when the connection is rejected, the connection is automatically performed as soon as the load on the business servers 100 and 100a decreases. Therefore, the management work of the business servers 100 and 100a can be made efficient. In addition, since the management server 400 centrally controls connection to the business servers 100 and 100a, the number of load information acquisition requests can be reduced, and the load on the business servers 100 and 100a can be reduced.
- the setting file is arranged in the business servers 100, 100a, but may be arranged in another file server.
- the administrator may individually describe and store the setting information in the business clients 200, 200a, 200b or the management server OO.
- connection control daemon or management server 400 may relay the connection.
- connection control method the connection control program, and the connection control device of the present invention have been described based on the illustrated embodiment, the present invention is not limited thereto.
- the configuration of the part can be replaced with any configuration having a similar function.
- other arbitrary structures and processes may be added to the present invention.
- the present invention may be a combination of any two or more configurations (features) of the above-described embodiments.
- the above processing functions can be realized by a computer.
- a program that describes the processing contents of the functions that the business clients 200, 200a, 200b and Management Sano OO should have is provided.
- the program describing the processing contents can be recorded on a computer-readable recording medium.
- the recording medium readable by the computer include a magnetic recording device, an optical disk, a magneto-optical recording medium, and a semiconductor memory.
- the magnetic recording device include a hard disk (HDD), a flexible disk (FD), and a magnetic tape (MT).
- optical disc examples include a DVD (Digital Versatile Disc), a DVD-RAM (Random Access Memory), a CD-ROM (Compact Disc Read Only Memory), and a CD-R (Recordable) ZRW (Rewritable).
- magneto-optical recording medium examples include MO (Magneto-Optical disk).
- the computer that executes the connection control program stores, for example, the program recorded on the portable recording medium or the program transferred with the server computer power in its own storage device. Then, the computer reads the program with its own storage device capability and executes processing according to the program. The computer can also read the program directly from the portable recording medium and execute processing according to the program. In addition, each time the server computer program is transferred, the computer can sequentially execute processing according to the received program.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer And Data Communications (AREA)
Description
明 細 書
接続制御方法、接続制御プログラムおよび接続制御装置
技術分野
[0001] 本発明は接続制御方法、接続制御プログラムおよび接続制御装置に関し、特にク ライアントプロセス力 サーバプロセスへのネットワーク経由による接続を制御する接 続制御方法、接続制御プログラムおよび接続制御装置に関する。
背景技術
[0002] 現在、ネットワークを利用したコンピュータシステムとして、クライアント Zサーバ型シ ステムが普及している。クライアント/サーバ型システムでは、クライアントコンピュータ で実行されるクライアントプロセス力 S、サーバコンピュータで実行されるサーバプロセ スに接続し処理の実行を要求する。サーバプロセスは、要求された処理を実行し、実 行結果をクライアントプロセスに応答する。クライアント Zサーバ型のシステム構成を 採用することで、サーバコンピュータが備えるハードウェアやソフトウェアなどの情報 処理資源を共有して活用することができる。サーバプロセスは、一般に、複数の処理 要求を同時に受け付けることができる。この場合、複数の処理が時分割で実行される
[0003] ところで、サーバコンピュータが備える情報処理資源は有限である。このため、多数 の処理要求を同時に受け付けると、個々の処理に割り当て可能な情報処理資源が 減少し、処理効率が低下して応答が遅延する。そこで、クライアントプロセス力 サー バプロセスへの接続を制限する接続制御が行われる場合がある。接続制御の方法と しては、同時接続数に基づく制御がある。例えば、同時接続数の上限を 10個に設定 した場合、実行中の処理が 10個あるとそれ以降の処理要求は拒否される。処理要求 が拒否された場合、クライアントプロセスは、実行中の処理が終了するのを待ってサ ーバプロセスに再接続する。
[0004] ここで、同時接続数に基づく接続制御は、制御の実現が容易である一方、制御の 精度が低いという問題がある。同時接続数 (実行中の処理の個数)とサーバコンビュ ータの負荷とは、必ずしも比例しないためである。すなわち、同時接続数が上限に達
しているときでも、サーバコンピュータの負荷が低ぐ処理要求を受け付ける余裕があ る場合がある。逆に、同時接続数が上限に達していないときでも、サーバコンピュータ の負荷が高ぐ処理要求を受け付ける余裕がない場合もある。
[0005] そこで、サーバコンピュータの負荷情報を用いた接続制御の方法が知られている( 例えば、特許文献 1参照)。この方法では、サーバコンピュータの負荷情報を継続的 に取得し、サーバコンピュータの現在の負荷が低いときは処理要求を許可し、負荷が 高いときは処理要求を拒否する。これにより、情報処理資源の利用効率を改善するこ とがでさる。
特許文献 1:特開平 7— 44495号公報
発明の開示
発明が解決しょうとする課題
[0006] しかし、上記特許文献 1記載の技術では、サーバコンピュータに与える追加負荷が 個々の処理内容によって大きく異なる場合、処理効率の低下および応答の遅延を的 確に防止できないという問題がある。すなわち、サーバコンピュータの現在の負荷が 高くないときでも、追加負荷の大きな処理を許可すると、サーバコンピュータの負荷が 急激に増大して許容範囲を超えてしまう場合がある。これにより、他の実行中の処理 の処理効率が大幅に低下する。また、クライアントプロセスへの応答が遅延するため 、処理要求がサーバプロセスに到達して ヽな 、と判断したクライアントプロセスが再接 続を試みることも考えられる。これにより、ネットワークの帯域が更に圧迫される。
[0007] 本発明はこのような点に鑑みてなされたものであり、接続を許可することによる負荷 の増大を考慮することで、他の実行中の処理が遅延することを的確に防止できる接 続制御方法、接続制御プログラムおよび接続制御装置を提供することを目的とする。 課題を解決するための手段
[0008] 本発明では上記課題を解決するために、図 1に示すようなコンピュータ 1による接続 制御方法が提供される。本発明に係る接続制御方法は、クライアントプロセス 2aから サーバプロセス 3aへのネットワーク経由による接続を制御するものである。最初に、 負荷監視手段 laが、サーバプロセス 3aを実行するサーバコンピュータ 3の負荷情報 を継続的に取得する (ステップ S l)。次に、要求取得手段 lcが、クライアントプロセス
2aから、サーバプロセス 3aに対して要求する処理の処理種別を示す情報を含む接 続要求 4を取得する (ステップ S2)。負荷予測手段 Idが、処理種別と処理の実行に 必要な追加負荷との対応関係を記憶する処理情報記憶手段 lbを参照して、要求取 得手段 lcが取得した接続要求 4に対応する追加負荷を特定すると共に、負荷監視 手段 laが取得した最新の負荷情報と特定した追加負荷の情報とに基づいて、接続 を許可した場合の事後負荷を予測する (ステップ S3)。接続判定手段 leが、負荷予 測手段 Idが予測した事後負荷が所定の閾値以下の場合、接続許可と判定し、事後 負荷が所定の閾値を超える場合、接続拒否と判定する (ステップ S4)。最後に、要求 処理手段 Ifが、接続判定手段 leが接続許可と判定すると、クライアントプロセス 2aか らサーバプロセス 3aへの接続が確立するように制御し、接続判定手段 leが接続拒否 と判定すると、クライアントプロセス 2aに接続が拒否された旨を通知する (ステップ S5
) o
[0009] このような接続制御方法によれば、最初に、サーバプロセス 3aを実行するサーバコ ンピュータ 3の負荷情報が継続的に取得される。次に、クライアントプロセス 2aから、 サーバプロセス 3aに対して要求する処理の処理種別を示す情報を含む接続要求 4 が取得される。ここで、接続要求 4に対応する追加負荷が特定され、最新の負荷情報 と特定された追加負荷の情報とに基づ 、て、サーバプロセス 3aへの接続を許可した 場合の事後負荷が予測される。事後負荷が所定の閾値以下の場合、接続許可と判 定され、事後負荷が所定の閾値を超える場合、接続拒否と判定される。最後に、接 続許可と判定されると、クライアントプロセス 2aからサーバプロセス 3aへの接続が確 立するように制御され、接続拒否と判定されると、接続が拒否された旨がクライアント プロセス 2aに通知される。
[0010] また、上記課題を解決するために、クライアントプロセス力 サーバプロセスへのネ ットワーク経由による接続を制御する接続制御プログラムにおいて、コンピュータを、 前記サーバプロセスを実行するサーバコンピュータの負荷情報を継続的に取得する 負荷監視手段、前記サーバプロセスに対して要求可能な処理の処理種別と、処理の 実行に必要な追加負荷との対応関係を記憶する処理情報記憶手段、前記クライアン トプロセスから、前記処理種別を示す情報を含む接続要求を取得する要求取得手段
、前記処理情報記憶手段を参照して、前記要求取得手段が取得した前記接続要求 に対応する前記追加負荷を特定すると共に、前記負荷監視手段が取得した最新の 前記負荷情報と特定した前記追加負荷の情報とに基づ!、て、接続を許可した場合 の事後負荷を予測する負荷予測手段、前記負荷予測手段が予測した前記事後負荷 が所定の閾値以下の場合、接続許可と判定し、前記事後負荷が前記所定の閾値を 超える場合、接続拒否と判定する接続判定手段、前記接続判定手段が接続許可と 判定すると、前記クライアントプロセス力 前記サーバプロセスへの接続が確立するよ うに制御し、前記接続判定手段が接続拒否と判定すると、前記クライアントプロセスに 接続が拒否された旨を通知する要求処理手段、として機能させることを特徴とする接 続制御プログラムが提供される。
[0011] このような接続制御プログラムを実行するコンピュータによれば、負荷監視手段によ り、サーバプロセスを実行するサーバコンピュータの負荷情報が継続的に取得される 。要求取得手段により、クライアントプロセスから、サーバプロセスに対して要求する 処理の処理種別を示す情報を含む接続要求が取得される。負荷予測手段により、接 続要求に対応する追加負荷が特定され、最新の負荷情報と特定された追加負荷の 情報とに基づいて、サーバプロセスへの接続を許可した場合の事後負荷が予測され る。接続判定手段により、事後負荷が所定の閾値以下の場合、接続許可と判定され 、事後負荷が所定の閾値を超える場合、接続拒否と判定される。そして、要求処理手 段により、接続許可と判定されると、クライアントプロセス力 サーバプロセスへの接続 が確立するように制御され、接続拒否と判定されると、接続が拒否された旨がクライァ ントプロセスに通知される。
[0012] また、上記課題を解決するために、クライアントプロセス力 サーバプロセスへのネ ットワーク経由による接続を制御する接続制御装置において、前記サーバプロセスを 実行するサーバコンピュータの負荷情報を継続的に取得する負荷監視手段と、前記 サーバプロセスに対して要求可能な処理の処理種別と、処理の実行に必要な追カロ 負荷との対応関係を記憶する処理情報記憶手段と、前記クライアントプロセスから、 前記処理種別を示す情報を含む接続要求を取得する要求取得手段と、前記処理情 報記憶手段を参照して、前記要求取得手段が取得した前記接続要求に対応する前
記追加負荷を特定すると共に、前記負荷監視手段が取得した最新の前記負荷情報 と特定した前記追加負荷の情報とに基づ!/、て、接続を許可した場合の事後負荷を予 測する負荷予測手段と、前記負荷予測手段が予測した前記事後負荷が所定の閾値 以下の場合、接続許可と判定し、前記事後負荷が前記所定の閾値を超える場合、接 続拒否と判定する接続判定手段と、前記接続判定手段が接続許可と判定すると、前 記クライアントプロセス力も前記サーバプロセスへの接続が確立するように制御し、前 記接続判定手段が接続拒否と判定すると、前記クライアントプロセスに接続が拒否さ れた旨を通知する要求処理手段と、を有することを特徴とする接続制御装置が提供 される。
[0013] このような接続制御装置によれば、負荷監視手段により、サーバプロセスを実行す るサーバコンピュータの負荷情報が継続的に取得される。要求取得手段により、クラ イアントプロセスから、サーバプロセスに対して要求する処理の処理種別を示す情報 を含む接続要求が取得される。負荷予測手段により、接続要求に対応する追加負荷 が特定され、最新の負荷情報と特定された追加負荷の情報とに基づいて、サーバプ ロセスへの接続を許可した場合の事後負荷が予測される。接続判定手段により、事 後負荷が所定の閾値以下の場合、接続許可と判定され、事後負荷が所定の閾値を 超える場合、接続拒否と判定される。そして、要求処理手段により、接続許可と判定 されると、クライアントプロセス力 サーバプロセスへの接続が確立するように制御され 、接続拒否と判定されると、接続が拒否された旨がクライアントプロセスに通知される
発明の効果
[0014] 本発明では、サーバコンピュータの負荷情報を継続的に取得すると共に、処理種 別と追加負荷との対応関係を示す情報を参照し、接続を許可した場合の事後負荷を 予測して接続の可否を判断することとした。これにより、接続許可後にサーバコンビュ ータの負荷が許容範囲を超えてしまうことを的確に防止でき、既に受け付けた処理要 求に対する応答の遅延を抑えることができる。従って、サーバコンピュータの処理性 能を安定させ、システムを効率的に運用することができる。
[0015] 本発明の上記および他の目的、特徴および利点は本発明の例として好ま U、実施
の形態を表す添付の図面と関連した以下の説明により明らかになるであろう。
図面の簡単な説明
[0016] [図 1]本実施の形態の概要を示す図である。
[図 2]第 1の実施の形態のシステム構成を示す図である。
[図 3]業務サーバのハードウェア構成を示す図である。
[図 4]業務クライアントのハードウェア構成を示す図である。
[図 5]業務サーバの機能を示すブロック図である。
[図 6]第 1の実施の形態の業務クライアントの機能を示すブロック図である。
[図 7]処理情報テーブルのデータ構造例を示す図である。
[図 8]負荷閾値テーブルのデータ構造例を示す図である。
[図 9]負荷監視処理の手順を示すフローチャートである。
[図 10]接続判定処理の手順を示すフローチャートである。
[図 11]再通知処理の手順を示すフローチャートである。
[図 12]第 2の実施の形態のシステム構成を示す図である。
[図 13]第 2の実施の形態の業務クライアントの機能を示すブロック図である。
[図 14]管理サーバの機能を示すブロック図である。
発明を実施するための最良の形態
[0017] 以下、本発明の実施の形態を図面を参照して詳細に説明する。まず、本発明の概 要について説明し、その後、実施の形態の具体的な内容を説明する。
図 1は、本実施の形態の概要を示す図である。図 1に示すクライアント Zサーバ型 システムは、クライアントプロセスからサーバプロセスへの接続を、サーバコンピュータ の負荷に基づ 、て制御可能なシステムである。図 1に示すクライアント Zサーバ型シ ステムは、コンピュータ 1、クライアントコンピュータ 2およびサーバコンピュータ 3で構 成される。コンピュータ 1、クライアントコンピュータ 2およびサーバコンピュータ 3は、互 Vヽにネットワークを介して接続されて!、る。
[0018] クライアントコンピュータ 2は、クライアントプロセス 2aを実行している。サーバコンビ ユータ 3は、サーバプロセス 3aを実行している。
接続制御を行うコンピュータ 1は、負荷監視手段 la、処理情報記憶手段 lb、要求
取得手段 lc、負荷予測手段 ld、接続判定手段 leおよび要求処理手段 Ifを有して いる。
[0019] 負荷監視手段 laは、サーバコンピュータ 3の負荷情報を継続的に取得する。負荷 情報とは、サーバコンピュータ 3が備える情報処理資源の使用状況を示す情報であ る。情報処理資源としては、例えば、演算装置、主記憶、ネットワーク帯域などのハー ドウエア資源や、ソフトウェア資源、データ資源などがある。
[0020] 処理情報記憶手段 lbは、サーバプロセス 3aに対して要求可能な処理の処理種別 と、処理の実行に必要な追加負荷との対応関係を記憶する。例えば、処理種別が" 1 "の処理は、演算装置の処理能力の 10パーセントと 64Mバイトの主記憶領域とを必 要とすると!/、う情報を記憶する。
[0021] 要求取得手段 lcは、クライアントプロセス 2aから、サーバプロセス 3aに対する接続 要求 4を取得する。接続要求 4には、処理種別を示す情報が含まれている。
負荷予測手段 Idは、要求取得手段 lcが接続要求 4を取得すると、接続要求 4から 処理種別を示す情報を抽出する。そして、処理情報記憶手段 lbを参照して、抽出し た処理種別に対応する追加負荷を特定する。更に、負荷予測手段 Idは、負荷監視 手段 laが取得した最新の負荷情報と、特定した追加負荷の情報とに基づいて、接続 を許可した場合のサーバコンピュータ 3の事後負荷を予測する。事後負荷は、例えば 、最新の負荷情報で示される負荷に追加負荷を加算することによって計算する。
[0022] 接続判定手段 leは、負荷予測手段 Idが予測した事後負荷と予め設定された閾値 とを比較する。事後負荷が閾値以下の場合、接続判定手段 leは、サーバプロセス 3a への接続を許可すると判定する。一方、事後負荷が閾値を超える場合、接続を拒否 すると判定する。
[0023] 要求処理手段 Ifは、接続判定手段 leが接続を許可すると判定した場合、クライア ントプロセス 2aからサーバプロセス 3aへの接続が確立するように制御を行う。例えば 、要求処理手段 Ifが、サーバプロセス 3aへ接続を試みる。または、要求処理手段 If 力 クライアントプロセス 2aに指示して、サーバプロセス 3aへ接続させる。一方、接続 判定手段 leが接続を拒否すると判定した場合、要求処理手段 Ifは、クライアントプロ セス 2aに接続が拒否された旨を通知する。
[0024] このような接続制御を行うコンピュータ 1によれば、負荷監視手段 laにより、サーバ コンピュータ 3の負荷情報が継続的に取得される (ステップ Sl)。次に、要求取得手 段 lcにより、クライアントプロセス 2aから接続要求 4が取得される (ステップ S2)。負荷 予測手段 Idにより、接続要求 4に対応する追加負荷が特定され、最新の負荷情報と 特定された追加負荷の情報とから事後負荷が予測される (ステップ S3)。接続判定手 段 leにより、事後負荷が所定の閾値以下の場合は接続許可と判定され、所定の閾 値を超える場合は接続拒否と判定される (ステップ S4)。最後に、要求処理手段 Ifに より、接続許可の場合、接続が確立するように制御され、接続拒否の場合、その旨が クライアントプロセス 2aに通知される(ステップ S5)。
[0025] これにより、クライアントプロセス 2aからの接続を許可した後にサーバコンピュータ 3 の負荷が許容範囲を超えてしまうことを的確に防止でき、既にサーバプロセス 3aが受 け付けた処理要求に対する応答の遅延を抑えることができる。従って、サーバコンビ ユータ 3の処理性能を安定させ、システムを効率的に運用することができる。
[0026] なお、図 1に示したシステムでは、接続制御を行うコンピュータ 1を、クライアントコン ピュータ 2およびサーバコンピュータ 3と物理的に異なるコンピュータとした力 他のシ ステム構成も考えられる。すなわち、コンピュータ 1が備える接続制御機能を、クライア ントコンピュータ 2が備えるものとしてもよい。また、コンピュータ 1が備える接続制御機 能を、サーバコンピュータ 3が備えるものとしてもよい。
[0027] 以下、本発明の実施の形態を、図面を参照して具体的に説明する。第 1の実施の 形態は、クライアントコンピュータが接続制御機能を備えるものである。第 2の実施の 形態は、サーバコンピュータおよびクライアントコンピュータと異なるコンピュータが接 続制御機能を備えるものである。
[0028] [第 1の実施の形態]
図 2は、第 1の実施の形態のシステム構成を示す図である。第 1の実施の形態のク ライアント Zサーバ型システムは、クライアントコンピュータ力もサーバコンピュータを 遠隔管理できるシステムである。
[0029] 第 1の実施の形態のクライアント/サーバ型システムは、業務サーバ 100, 100a, 業務クライアント 200, 200a, 200bおよびネットワーク 20で構成されている。業務サ
ーノ 100, 100aおよび業務クライアン卜 200, 200a, 200bは、ネッ卜ワーク 20を介し て互いに接続されている。
[0030] 業務サーバ 100, 100aは、内部に複数のハードウェア部品(以下、ユニットという) を備えおり、任意のユニットを組み合わせてパーティションを構成可能なサーバコン ピュータである。パーティションとは、物理的コンピュータの内部に構成される論理的 コンピュータである。パーティションは、 1台の物理的コンピュータの内部に複数構成 することができ、外部プログラムからはそれぞれ別個のコンピュータとして認識される。
[0031] 業務サーノ 100, 100aは、業務クライアン卜 200, 200a, 200bや他のクライアン卜 コンピュータからの指示に応じて、パーティション内で業務プログラムを実行する。ま た、業務サーバ 100, 100aは、ユニットやパーティションを管理する機能を有してい る。
[0032] 業務クライアント 200, 200a, 200bは、業務サーバ 100, 100aの管理者が使用す るクライアントコンピュータである。業務クライアント 200, 200a, 200bを使用すること で、業務サーバ 100, 100aをネットワーク経由で遠隔管理することができる。具体的 に ίま、業務クライアン卜 200, 200a, 200biま、業務サーノ 100, 100a力ら、ュニッ卜 やパーティションの情報を取得することができる。また、業務サーバ 100, 100aに対 して、パーティション構成の変更を指示することができる。
[0033] 次に、業務サーバ 100, 100aおよび業務クライアント 200, 200a, 200bのノヽード ウェア構成について説明する。ただし、業務サーバ 100, 100aはそれぞれ同様のハ 一ドウエア構成で実現できるため、代表して業務サーバ 100について説明する。また 、業務クライアント 200, 200a, 200bはそれぞれ同様のハードウェア構成で実現でき るため、代表して業務クライアント 200について説明する。
[0034] 図 3は、業務サーバのハードウェア構成を示す図である。業務サーバ 100は、 CPU
(Central Processing Unit) 101によって装置全体が制御されている。 CPU101には 、バス 107を介して RAM (Random Access Memory) 102、 ROM (Read Only Memor y) 103、通信インタフェース 104、演算ユニット 105a, 105b, 105c, · · ·および IOュ ニット 106a, 106b, 106c, · · ·力接続されて ヽる。
[0035] CPU101は、業務サーバ 100の装置全体を制御する。 RAM102には、 CPU101
に実行させる管理プログラムの少なくとも一部が一時的に格納される。また、 RAM10 2には、ユニットやパーティションに関する情報が格納される。 ROM103には、業務 サーバ 100の装置全体を管理する管理プログラムが予め格納されている。通信イン タフエース 104は、ネットワーク 20に接続されている。
[0036] 演算ユニット 105a, 105b, 105c, …および IOユニット 106a, 106b, 106c, · · · は、パーティション間で入れ替え可能なユニットの最小単位である。すなわち、 CPU 101が RAM102に格納された構成情報を更新し、演算ユニット 105a, 105b, 105c , · · ·および ΙΟユニット 106a, 106b, 106c, · · ·の接続関係を制御することで、業務 サーバ 100内にパーティションが構成される。
[0037] 演算ユニット 105a, 105b, 105c, · · ·は、複数の CPUおよび RAMを有している。
IOユニット 106a, 106b, 106c, · · ·は、複数の HDDを有している。パーティションを 構成する演算ユニットおよび IOユニットによって、業務プログラムが実行される。
[0038] 図 4は、業務クライアントのハードウェア構成を示す図である。業務クライアント 200 は、 CPU201によって装置全体が制御されている。 CPU201には、バス 207を介し て RAM202、 HDD203、グラフィック処理装置 204、入力インタフェース 205および 通信インタフェース 206が接続されて 、る。
[0039] RAM202には、 CPU201に実行させる OSプログラムやアプリケーションプログラ ムの少なくとも一部が一時的に格納される。また、 RAM202には、 CPU201による 処理に必要な各種データが格納される。 HDD203には、 OSプログラムやアプリケー シヨンプログラムが格納される。
[0040] グラフィック処理装置 204には、モニタ 11が接続されている。グラフィック処理装置 2 04は、 CPU201からの命令に従って、画像をモニタ 11の画面に表示させる。入カイ ンタフェース 205には、キーボード 12とマウス 13とが接続されている。入力インタフエ ース 205は、キーボード 12やマウス 13から送られてくる信号を、バス 207を介して CP U201に送信する。通信インタフェース 206は、ネットワーク 20に接続されている。
[0041] 以上のようなハードウェア構成によって、本実施の形態の処理機能を実現すること ができる。
次【こ、業務サーノ 100, 100aおよび業務クライアント 200, 200a, 200bのモジュ
ール構成について説明する。ただし、業務サーバ 100, 100aはそれぞれ同様のモ ジュール構成で実現できるため、代表して業務サーバ 100について説明する。また、 業務クライアント 200, 200a, 200bはそれぞれ同様のモジュール構成で実現できる ため、代表して業務クライアント 200について説明する。
[0042] 図 5は、業務サーバの機能を示すブロック図である。ただし、図 5は、ユニットやパー テイシヨンの管理に関する機能のみを表しており、業務プログラムの実行に関する機 能の記載を省略している。
[0043] 業務サーバ 100は、設定ファイル記憶部 110、設定ファイル送信部 120、負荷測定 部 130および構成管理部 140を有している。設定ファイル送信部 120、負荷測定部 1 30および構成管理部 140は、ネットワーク 20を介して業務クライアント 200, 200a, 2 00bと通信が可能である。
[0044] 設定ファイル記憶部 110には、設定情報が記述された設定ファイルが格納される。
設定情報には、構成管理部 140が受け付け可能な処理要求の種別と、処理の実行 に必要な追加負荷との対応関係を定義した情報が含まれる。また、設定情報には、 業務サーバ 100が許容する負荷の上限値、すなわち、接続制御の基準となる閾値が 含まれる。業務サーバ 100の管理者は、予め設定ファイルに設定情報を記述し、設 定ファイル記憶部 110に格納しておく。
[0045] 設定ファイル送信部 120は、業務クライアント 200, 200a, 200bから設定ファイル の取得要求を受信すると、設定ファイル記憶部 110から設定ファイルを読み出し、取 得要求の送信元へ返信する。設定ファイル送信部 120と業務クライアント 200, 200a , 200bとの間の通信は、 FTP (File Transfer Protocol)を用いて行う。
[0046] 負荷測定部 130は、業務クライアント 200, 200a, 200bから負荷情報の取得要求 を受信すると、業務サーバ 100の現在の負荷を測定する。負荷測定部 130は、例え ば、 CPU101の使用率、 RAM102の使用容量、通信インタフェース 104の使用帯 域を測定する。そして、負荷測定部 130は、負荷情報を取得要求の送信元へ返信す る。
[0047] 構成管理部 140は、ユニットの稼働状況とパーティションの構成とを管理する。具体 的には、構成管理部 140は、業務クライアント 200, 200a, 200bから構成情報の取
得要求を受信すると、演算ユニット 105a, 105b, 105c,…や IOユニット 106a, 10 6b, 106c, · · ·にアクセスして、取得要求で要求された情報を収集する。そして、構 成管理部 140は、収集した構成情報を取得要求の送信元に返信する。
[0048] また、構成管理部 140は、業務クライアント 200, 200a, 200bからパーティション構 成の変更要求を受信すると、要求内容に従って、演算ユニット 105a, 105b, 105c, · · ·および IOユニット 106a, 106b, 106c, · · ·の接続関係を変更する。
[0049] 構成管理部 140と業務クライアント 200, 200a, 200bとの間の通信は、 SNMP (Si mple Network Management Protocol)を用いて行う。構成管理部 140に実行させる処 理の内容は、オブジェクト識別子(OID: Object IDentification)で指定することができ る。 OIDは、 "1. 2. 3"のように、ピリオドで区切られた数字の列である。それぞれの 数字は、 "大分類.中分類.小分類"のように、階層的な分類を意味している。構成管 理部 140は、 OIDと処理内容との対応関係を保持し、受信した処理要求から OIDを 抽出することで、処理内容を決定する。
[0050] 図 6は、第 1の実施の形態の業務クライアントの機能を示すブロック図である。業務 クライアント 200は、設定情報記憶部 210、設定情報取得部 220、負荷監視部 230、 要求取得部 240、接続判定部 250、再通知部 260および遠隔管理部 270, 270a, 2 70bを有している。設定情報取得部 220、負荷監視部 230および遠隔管理部 270, 270a, 270bは、ネットワーク 20を介して業務サーバ 100, 100aと通信が可能である
[0051] 設定情報記憶部 210、設定情報取得部 220、負荷監視部 230、要求取得部 240、 接続判定部 250および再通知部 260は、業務サーバ 100, 100aとの接続を制御す る接続制御デーモンの構成要素である。
[0052] 設定情報記憶部 210には、業務サーバ 100, 100a毎の設定情報が格納される。
設定情報には、業務サーバ 100, 100aに対して要求可能な処理の種別と、業務サ ーバ 100, 100aが必要とする追加負荷との対応関係を定義した情報が含まれる。ま た、設定情報には、接続制御の基準となる負荷の閾値が含まれる。
[0053] 設定情報取得部 220は、業務クライアント 200の利用者による指示に応答して、業 務サーバ 100, 100aから、設定情報が記述された設定ファイルをそれぞれ取得する
。そして、設定情報取得部 220は、取得した設定ファイル力 必要な情報を抽出し、 設定情報記憶部 210に格納する。なお、業務クライアント 200の起動時に、自動的に 業務サーバ 100, 100aから設定ファイルを取得するようにしてもょ 、。
[0054] 負荷監視部 230は、最初に、設定情報記憶部 210を参照して、負荷を監視する業 務サーバ(業務サーバ 100, 100a)を特定する。そして、負荷監視部 230は、所定の 時間間隔で業務サーバ 100, 100aから負荷情報を取得して保持する。なお、負荷 監視部 230は、最新の負荷情報のみを保持して ヽればよ!/、。
[0055] 要求取得部 240は、遠隔管理部 270, 270a, 270bから接続確認要求を受け付け る。接続確認要求には、接続先の業務サーバを識別する IP (Internet Protocol)アド レスと、接続先の業務サーバに実行させる処理を識別する OIDとが含まれている。要 求取得部 240は、接続確認要求を受け付けると、接続判定部 250に通知して接続の 可否を判定させる。そして、要求取得部 240は、接続判定部 250の判定結果を、接 続確認要求の通知元 (遠隔管理部 270, 270a, 270bのいずれか)に応答する。また 、要求取得部 240は、判定結果が接続拒否である場合、接続確認要求を再通知部 2 60に通知する。
[0056] 接続判定部 250は、要求取得部 240または再通知部 260から接続確認要求の通 知を受けると、接続確認要求の内容に基づいて接続可否を判定する。具体的には、 接続判定部 250は、設定情報記憶部 210を参照して、接続確認要求で示される処 理内容に対応する追加負荷を特定する。次に、接続判定部 250は、負荷監視部 23 0が取得した最新の負荷情報と特定した追加負荷の情報とから、接続を許可した場 合の事後負荷を計算する。
[0057] そして、接続判定部 250は、計算した事後負荷が業務サーバの負荷の閾値以下で ある場合、接続許可と判定し、事後負荷が閾値を超える場合、接続拒否と判定する。 その後、接続判定部 250は、判定結果を接続確認要求の通知元(要求取得部 240 または再通知部 260)に返答する。
[0058] 再通知部 260は、接続確認要求の内容を保持するキューを備えて!/、る。再通知部 260は、要求取得部 240から接続拒否と判定された接続確認要求の通知を受けると 、許可待ち要求としてキューに格納する。そして、再通知部 260は、負荷監視部 230
が新しい負荷情報を取得する毎に、許可待ち要求を接続判定部 250に通知して接 続の可否を再判定させる。ここで、判定結果が接続許可である場合、再通知部 260 は、許可待ちの接続確認要求の通知元(遠隔管理部 270, 270a, 270bのいずれか )に、接続が許可になった旨を通知する。
[0059] 遠隔管理部 270は、業務クライアント 200の利用者による操作入力に応答して、業 務サーバ 100, 100aを遠隔管理する。遠隔管理部 270は、接続確認部 271および 通信部 272を有している。
[0060] 接続確認部 271は、利用者が 1つの業務サーバを選択して構成情報の取得または パーティション構成の変更を指示すると、選択された業務サーバの IPアドレスと指示 内容に相当する OIDとを含む接続確認要求を、要求取得部 240に通知する。接続 確認部 271は、要求取得部 240または再通知部 260から接続許可の通知を受けると 、利用者の操作入力の内容を通信部 272に通知する。一方、要求取得部 240から接 続拒否の通知を受けると、接続が拒否された旨をモニタ 11に表示する。
[0061] 通信部 272は、接続確認部 271から通知を受けると、選択された業務サーバ宛て に処理要求を送信する。そして、通信部 272は、業務サーバから取得した応答内容 をモニタ 11に表示する。
[0062] 遠隔管理部 270a, 270bは、それぞれ遠隔管理部 270と同様の機能および構成を 備えている。このように、複数の遠隔管理部を設けることで、業務クライアント 200の利 用者は、複数の業務サーバの管理を並行して行うことができる。
[0063] 図 7は、処理情報テーブルのデータ構造例を示す図である。設定情報記憶部 210 は、業務サーバ 100, 100a毎に、処理情報テーブルを格納している。処理情報テー ブル 210aは、業務サーバ 100 (IPアドレスが" 192. 168. 1. 2")に対応する処理情 報テーブルである。
[0064] 処理情報テーブル 210aには、業務サーバ 100に対して要求可能な処理の情報が それぞれ関連付けられてテーブルィ匕されて格納されて 、る。処理情報テーブル 210 aには、処理種別番号を示すフィールド 211、 CPU負荷を示すフィールド 212、メモリ 負荷を示すフィールド 213および通信負荷を示すフィールド 214が設けられている。 各フィールドの横方向に並べられた情報同士が互いに関連付けられて 、る。
[0065] フィールド 211には、業務サーバ 100に対して要求可能な処理の処理種別を示す 番号が設定される。フィールド 211に設定される番号は、 OIDの先頭の数字に対応し ている。
[0066] フィールド 212〖こは、処理の実行に必要な CPU負荷を示す値が設定される。具体 的には、業務サーバ 100が備える CPU101の処理能力のうち、何パーセントの処理 能力を使用するかを示す値が設定される。
[0067] フィールド 213〖こは、処理の実行に必要なメモリ負荷を示す値が設定される。具体 的には、業務サーバ 100が備える RAM102の領域うち、何バイトの領域を使用する かを示す値が設定される。
[0068] フィールド 214〖こは、処理の実行に必要な通信負荷を示す値が設定される。具体 的には、業務サーバ 100が備える通信インタフェース 104が使用可能な帯域のうち、 処理の帯域使用量を示す値が設定される。
[0069] 処理情報テーブル 210aに格納される情報は、設定情報取得部 220によって適宜 登録または更新される。なお、図 7に示した例では、情報処理資源として CPU、メモリ
、通信帯域の 3つを挙げたが、他の情報処理資源を定義する場合、処理情報テープ ル 210aにフィールドを追加すればよい。
[0070] 図 8は、負荷閾値テーブルのデータ構造例を示す図である。設定情報記憶部 210 は、業務サーバ 100, 100a毎に、負荷閾値テーブルを格納している。負荷閾値テー ブル 210bは、業務サーバ 100に対応する負荷閾値テーブルである。
[0071] 負荷閾値テーブル 210bには、業務サーバ 100が許容する負荷の上限値がテープ ルイ匕されて格納されている。負荷閾値テーブル 210bには、リソース名を示すフィー ルド 215および閾値を示すフィールド 216が設けられている。各フィールドの横方向 に並べられた情報同士が互いに関連付けられて 、る。
[0072] フィールド 215には、情報処理資源の資源名が設定される。図 8に示した例では、 "
CPU", "メモリ"、 "通信路"の 3つが設定されている。
フィールド 216には、フィールド 215で示される情報処理資源の負荷の上限値が設 定される。例えば、 CPUに対しては利用率、メモリに対しては記憶容量、通信路に対 しては通信帯域が設定される。
[0073] 負荷閾値テーブル 210bに格納される情報は、設定情報取得部 220によって適宜 登録または更新される。
次に、以上のような構成およびデータ構造のシステムにおいて実行される処理の詳 細を説明する。
[0074] 図 9は、負荷監視処理の手順を示すフローチャートである。以下、図 9に示す処理 をステップ番号に沿って説明する。なお、ここでは業務クライアント 200の場合につい て説明する。業務クライアント 200a, 200bの場合についても同様の処理の流れとな る。
[0075] [ステップ S11]負荷監視部 230は、設定情報記憶部 210を検索して、監視対象の 業務サーバを特定する。具体的には、負荷監視部 230は、設定情報記憶部 210に 格納されて ヽる全ての処理情報テーブルおよび負荷閾値テーブルから、業務サー バの IPアドレスを抽出する。
[0076] [ステップ S 12]負荷監視部 230は、ステップ S 11で特定した業務サーバの中から、
1つの業務サーバを選択する。
[ステップ S 13]負荷監視部 230は、ステップ S 12で選択した業務サーバの負荷測 定部に対して、負荷情報の取得要求を送信する。
[0077] [ステップ S14]ステップ S12で選択された業務サーバの負荷測定部は、情報処理 資源毎に現在の負荷を測定する。具体的には、負荷測定部は、 CPU負荷、メモリ負 荷および通信負荷を測定する。
[0078] [ステップ S15]ステップ S12で選択された業務サーバの負荷測定部は、ステップ S
14で測定した負荷の情報を纏めて、負荷情報として負荷監視部 230へ送信する。
[ステップ S16]負荷監視部 230は、受信した負荷情報を業務サーバと対応付けて 保持する。なお、業務サーバと対応付けられている古い負荷情報がある場合には、 それを破棄する。
[0079] [ステップ S17]負荷監視部 230は、ステップ S 11で特定した業務サーバのうちステ ップ S12で選択していないものがある場合には、ステップ S12に戻って処理を繰り返 す。
[0080] [ステップ S18]負荷監視部 230は、予め設定された時間だけ待った後、ステップ S
12に戻って処理を再開する。
このようにして、負荷監視部 230は、設定情報取得部 220が設定ファイルを取得し た全ての業務サーバから、所定の時間間隔で負荷情報を継続的に取得する。
[0081] 図 10は、接続判定処理の手順を示すフローチャートである。以下、図 10に示す処 理をステップ番号に沿って説明する。なお、ここでは業務クライアント 200が業務サー ノ 100に接続する場合について説明する。他の業務クライアントと業務サーバとの組 み合わせの場合にっ 、ても同様の処理の流れとなる。
[0082] [ステップ S21]接続確認部 271は、利用者の操作入力に応答して、業務サーバ 10
0の IPアドレスと OIDとを含む接続確認要求を、要求取得部 240に通知する。
[ステップ S22]要求取得部 240は、受け付けた接続確認要求を接続判定部 250に 通知する。接続判定部 250は、接続確認要求から処理種別を示す番号を特定する。 具体的には、接続判定部 250は、接続確認要求から OIDを抽出し、ピリオドで区切ら れた先頭の数字を処理種別番号とする。
[0083] [ステップ S23]接続判定部 250は、設定情報記憶部 210に格納された業務サーバ
100に対応する処理情報テーブル 210aを特定する。そして、接続判定部 250は、処 理情報テーブル 210aを検索して、ステップ S22で特定した処理種別番号に対応す る CPU、メモリおよび通信路の追加負荷を特定する。
[0084] [ステップ S24]接続判定部 250は、負荷監視部 230から、業務サーバ 100に対応 する最新の負荷情報を取得する。
[ステップ S25]接続判定部 250は、ステップ S24で取得した負荷情報で示される C
PU、メモリおよび通信路の負荷に、ステップ S 23で特定した追加負荷をそれぞれ加 算することで、 CPU,メモリおよび通信路の事後負荷を計算する。
[0085] [ステップ S26]接続判定部 250は、設定情報記憶部 210に格納された業務サーバ
100に対応する負荷閾値テーブル 210bを特定し、 CPU,メモリおよび通信路の負 荷の閾値を特定する。
[0086] [ステップ S27]接続判定部 250は、ステップ S25で計算した事後負荷が、ステップ S26で特定した閾値を超えていないか判断する。具体的には、接続判定部 250は、 CPU,メモリ、通信路の順に事後負荷と閾値とを比較し、 3つ全てについて事後負荷
が閾値以下であれば、閾値を超えていないと判断し、 1つでも事後負荷が閾値を超 えていれば、閾値を超えていると判断する。閾値を超えていない場合、処理をステツ プ S28に進める。閾値を超えている場合、処理をステップ S29に進める。
[0087] [ステップ S28]接続判定部 250は、接続を許可すると判定し、その旨を要求取得 部 240に通知する。要求取得部 240は、接続確認部 271に接続許可を通知する。
[ステップ S29]接続判定部 250は、接続を拒否すると判定し、その旨を要求取得 部 240に通知する。要求取得部 240は、接続確認部 271に接続拒否を通知する。
[0088] [ステップ S30]要求取得部 240は、ステップ S22で受け付けた接続確認要求を再 通知部 260に通知する。再通知部 260は受け取った接続確認要求を許可待ち要求 としてキューに格納する。
[0089] [ステップ S31]接続確認部 271は、要求取得部 240から接続許可の通知を受けた 場合、通信部 272に利用者の操作入力の内容を通知して、業務サーバ 100へ接続 させる。一方、要求取得部 240から接続拒否の通知を受けた場合、モニタ 11に接続 が拒否された旨を表示する。
[0090] このようにして、要求取得部 240は、接続確認部 271から接続確認要求を受け付け る。接続判定部 250は、接続確認要求で示される処理種別に対応する追加負荷を 特定し、業務サーバ 100の最新の負荷情報に基づいて、事後負荷を計算する。事後 負荷が閾値以下の場合、要求取得部 240は、接続確認部 271に接続許可を通知す る。そして、通信部 272は、業務サーバ 100へ処理要求を送信する。事後負荷が閾 値を超える場合、要求取得部 240は、接続確認部 271に接続拒否を通知すると共に 、受け付けた接続確認要求を許可待ち要求に設定する。
[0091] ここで、業務サーバ 100についての設定情報が図 7, 8に示した通りであるとする。
また、業務サーバ 100の現在の負荷力 CPU負荷が 60%、メモリ負荷が 768Mバイ ト、通信負荷力 0Mbpsであるとする。
[0092] このとき、 OIDの先頭が" 1"の接続確認要求に対しては、 CPUの事後負荷が 110 %となって閾値の 100%を超えるため、接続拒否と判定される。 OIDの先頭が" 2"の 接続確認要求に対しては、メモリの事後負荷が 1280Mバイトとなって閾値の 1024 Mバイトを超えるため、接続拒否と判定される。 OIDの先頭が" 3"の接続確認要求に
対しては、通信路の事後負荷が 110Mbpsとなって閾値の 100Mbpsを超えるため、 接続拒否と判定される。 OIDの先頭が" 4"の接続確認要求に対しては、 CPU、メモリ 、通信路のいずれの事後負荷も閾値を超えないため、接続許可と判定される。
[0093] 図 11は、再通知処理の手順を示すフローチャートである。以下、図 11に示す処理 をステップ番号に沿って説明する。なお、ここでは業務クライアント 200から業務サー ノ 100への接続確認要求が許可待ちになっている場合について説明する。他の業 務クライアントと業務サーバとの組み合わせの場合にっ 、ても同様の処理の流れとな る。
[0094] [ステップ S41]再通知部 260は、負荷監視部 230が保持する負荷情報が更新され た力判断する。負荷情報が更新された場合には、処理をステップ S42に進める。負 荷情報が更新されていない場合には、ステップ S41の処理を繰り返す。
[0095] [ステップ S42]再通知部 260は、キューに許可待ち要求が存在する力判断する。
許可待ち要求が存在する場合には、処理をステップ S43に進める。許可待ち要求が 存在しな!、場合には、処理をステップ S41に進める。
[0096] [ステップ S43]再通知部 260は、キューの先頭力も許可待ち要求を抽出する。そし て、再通知部 260は、接続判定部 250に抽出した許可待ち要求を通知する。
[ステップ S44]接続判定部 250は、許可待ち要求力も処理種別番号を特定する。 そして、接続判定部 250は、業務サーバ 100に対応する処理情報テーブル 210aを 検索し、特定した処理種別番号に対応する追加負荷を特定する。
[0097] [ステップ S45]接続判定部 250は、負荷監視部 230から、業務サーバ 100に対応 する最新の負荷情報を取得する。
[ステップ S46]接続判定部 250は、ステップ S45で取得した負荷情報で示される負 荷に、ステップ S44で特定した追加負荷を加算することで、事後負荷を計算する。
[0098] [ステップ S47]接続判定部 250は、業務サーバ 100に対応する負荷閾値テーブル 210bを特定し、負荷の閾値を特定する。
[ステップ S48]接続判定部 250は、ステップ S46で計算した事後負荷が、ステップ S47で特定した閾値を超えていないか判断する。閾値を超えていない場合、処理を ステップ S49に進める。閾値を超えている場合、処理をステップ S41に進める。
[0099] [ステップ S49]接続判定部 250は、接続を許可すると判定し、その旨を再通知部 2 60に通知する。再通知部 260は、接続許可を接続確認部 271に通知する。その後、 処理をステップ S41に進める。
[0100] [ステップ S50]接続確認部 271は、再通知部 260から通知を受けると、通信部 272 に利用者の操作入力の内容を通知して、業務サーバ 100へ接続させる。
このようにして、再通知部 260は、負荷監視部 230が保持する負荷情報が更新され る毎に、許可待ち要求に対する接続可否を接続判定部 250に判定させる。そして、 接続許可と判定されると、接続確認部 271に通知を行う。
[0101] このような接続制御機能を備える業務クライアント 200, 200a, 200bを用いることで 、業務クライアント 200, 200a, 200bからの処理要求を受け付けた後に業務サーバ 100, 100aの負荷が許容範囲を超えてしまうことを的確に防止できる。従って、既に 業務サーバ 100, 100aが受け付けた処理要求に対する応答の遅延を抑えることが でき、システムを効率的に運用することができる。
[0102] また、業務クライアント 200, 200a, 200bが接続制御機能を備えるため、業務クラ イアント 200, 200a, 200bの利用者は、接続の可否を即座に知ることができる。更に 、接続が拒否された場合でも、その後、業務サーバ 100, 100aの負荷が下がり次第 、 自動的に接続が行われる。従って、利用者は、業務サーバ 100, 100aの負荷が下 力 ¾までの待ち時間を浪費することなぐ他の作業を行うことができる。
[0103] [第 2の実施の形態]
次に、本発明の第 2の実施の形態を、図面を参照して詳細に説明する。前述の第 1 の実施の形態との相違点を中心に説明し、同様の事項については説明を省略する。 第 2の実施の形態は、業務サーバおよび業務クライアントと異なる管理サーバが、接 続制御を行うものである。
[0104] 図 12は、第 2の実施の形態のシステム構成を示す図である。第 2の実施の形態のク ライアント Zサーバ型システムは、第 1の実施の形態と同様、クライアントコンピュータ 力もサーバコンピュータを遠隔管理できるシステムである。
[0105] 第 2の実施の形態のクライアント/サーバ型システムは、業務サーバ 100, 100a, 業務クライアント 300, 300a, 300b,管理サーノ 400およびネットワーク 20で構成さ
れて ヽる。業務サーノ 100, 100a,業務クライアン卜 300, 300a, 300bおよび管理 サーバ 400は、ネットワーク 20を介して互いに接続されている。なお、業務サーバ 10 0, 100aは、第 1の実施の形態のものと同一である。
[0106] 業務クライアント 300, 300a, 300bは、業務サーバ 100, 100aの管理者が使用す るクライアントコンピュータである。業務クライアント 300, 300a, 300bを使用すること で、業務サーバ 100, 100aをネットワーク経由で遠隔管理することができる。
[0107] 管理サーノ 400ίま、業務サーノ 100, 100a力ら業務クライアン卜 300, 300a, 300 bへの接続を制御するサーバコンピュータである。業務クライアント 300, 300a, 300 bは、業務サーバ 100, 100aへ接続する前に、管理サーバ 400へ接続確認要求を 送信する。管理サーノ 00は、業務サーバ 100, 100aへの接続の可否を判定し、判 定結果を接続確認要求の送信元に返信する。判定結果が接続許可である場合、業 務クライアン卜 300, 300a, 300bは、業務サーノ 100, 100aへ接続する。
[0108] 業務クライアント 300, 300a, 300bおよび管理サーバ 400は、図 4に示した第 1の 実施の形態の業務クライアント 200と同様のハードウェア構成で実現できる。
次【こ、業務クライアント 300, 300a, 300bおよび管理サーノ 400のモジユーノレ構 成について説明する。ただし、業務クライアント 300, 300a, 300bはそれぞれ同様 のモジュール構成で実現できるため、代表して業務クライアント 300について説明す る。
[0109] 図 13は、第 2の実施の形態の業務クライアントの機能を示すブロック図である。業務 クライアント 300は、遠隔管理部 310, 310a, 310bを有している。
遠隔管理部 310は、接続確認部 311および通信部 312を有している。接続確認部 311は、ネットワーク 20を介して管理サーノ 00と通信が可能である。通信部 312は 、ネットワーク 20を介して業務サーバ 100, 100aと通信が可能である。
[0110] 接続確認部 311は、利用者が 1つの業務サーバを選択して構成情報の取得または パーティション構成の変更を指示すると、選択された業務サーバの IPアドレスと指示 内容に相当する OIDとを含む接続確認要求を、管理サーバ 400へ送信する。接続 確認部 311は、管理サーバ 400から接続許可の通知を受信すると、利用者の操作入 力の内容を通信部 312に通知する。一方、管理サーバ 400から接続拒否の通知を
受信すると、接続が拒否された旨をモニタに表示する。
[0111] 通信部 312は、接続確認部 311から通知を受けると、選択された業務サーバ宛て に処理要求を送信する。そして、通信部 312は、業務サーバから取得した応答内容 をモニタに表示する。
[0112] 遠隔管理部 310a, 310bは、それぞれ遠隔管理部 310と同様の機能および構成を 備えている。このように、複数の遠隔管理部を設けることで、業務クライアント 300の利 用者は、複数の業務サーバの管理を並行して行うことができる。
[0113] 図 14は、管理サーバの機能を示すブロック図である。管理サーバ 400は、設定情 報記憶部 410、設定情報取得部 420、負荷監視部 430、要求取得部 440、接続判 定部 450および再通知部 460を有して 、る。設定情報取得部 420および負荷監視 部 430は、ネットワーク 20を介して業務サーバ 100, 100aと通信が可能である。要求 取得部 440および再通知部 460は、ネットワーク 20を介して業務クライアント 300, 3 00a, 300bと通信力 S可會である。
[0114] 設定情報記憶部 410、設定情報取得部 420、負荷監視部 430および接続判定部 450の機能は、第 1の実施の形態の設定情報記憶部 210、設定情報取得部 220、 負荷監視部 230および接続判定部 250のものと同じである。
[0115] 要求取得部 440は、業務クライアント 300, 300a, 300bから接続確認要求を受信 する。接続確認要求には、接続先の業務サーバを識別する IP (Internet Protocol)ァ ドレスと、接続先の業務サーバに実行させる処理を識別する OIDとが含まれている。 要求取得部 440は、接続確認要求を受信すると、接続判定部 450に通知して接続の 可否を判定させる。そして、要求取得部 440は、接続判定部 450の判定結果を、接 続確認要求の送信元(業務クライアント 300, 300a, 300bのいずれか)に応答する。 また、要求取得部 440は、判定結果が接続拒否である場合、接続確認要求に送信 元の IPアドレスを付カ卩して再通知部 460に通知する。
[0116] 再通知部 460は、接続確認要求の内容を保持するキューを備えて!/ヽる。再通知部 460は、要求取得部 440から接続拒否と判定された接続確認要求の通知を受けると 、許可待ち要求としてキューに格納する。そして、再通知部 460は、負荷監視部 430 が新し 、負荷情報を取得する毎に、許可待ち要求を接続判定部 450に通知して接
続の可否を再判定させる。ここで、判定結果が接続許可である場合、再通知部 460 は、許可待ちの接続確認要求の送信元(業務クライアント 300, 300a, 300bのいず れ力)に、接続が許可になった旨の通知を送信する。なお、通知先は、接続確認要 求に付加された IPアドレスで特定する。
[0117] 以上のような構成およびデータ構造のシステムにおいて実行される処理の流れは、 図 9, 10, 11に示した第 1の実施の形態のものと同様である。ただし、図 10のステツ プ S21, S28, S29および図 11のステップ S49の通知処理は、第 1の実施の形態の 場合と異なり、ネットワーク 20を介して行われる。
[0118] このような接続制御機能を備える管理サーバ 400を用いることで、業務クライアント 3 00, 300a, 300bからの処理要求を受け付けた後に業務サーバ 100, 100aの負荷 が許容範囲を超えてしまうことを的確に防止できる。従って、既に業務サーバ 100, 1 00aが受け付けた処理要求に対する応答の遅延を抑えることができ、システムを効率 的に運用することができる。
[0119] また、接続が拒否された場合でも、その後、業務サーバ 100, 100aの負荷が下がり 次第、自動的に接続が行われる。従って、業務サーバ 100, 100aの管理作業を効 率化できる。また、管理サーバ 400が業務サーバ 100, 100aへの接続制御を集中し て行うため、負荷情報の取得要求の回数を減らすことができ、業務サーバ 100, 100 aの負荷を軽減できる。
[0120] なお、本実施の形態では、設定ファイルを業務サーバ 100, 100aに配置したが、 他のファイルサーバに配置するようにしてもよい。また、管理者が、業務クライアント 2 00, 200a, 200bまたは管理サーノ OOに、個別に設定情報を記述し保存するよう にしてもよい。
[0121] また、本実施の形態では、接続が許可された後、業務クライアント 200, 200a, 200 b, 300, 300a, 300b力業務サーノ 100, 100aへ直接接続し処理を要求するように したが、接続制御デーモンまたは管理サーバ 400が接続を中継するようにしてもょ ヽ
[0122] 以上、本発明の接続制御方法、接続制御プログラムおよび接続制御装置を、図示 の実施の形態に基づいて説明したが、本発明はこれに限定されるものではなぐ各
部の構成は、同様の機能を有する任意の構成のものに置換することができる。また、 本発明に、他の任意の構成物や工程が付加されていてもよい。また、本発明は、前 述した実施の形態のうちの、任意の 2以上の構成 (特徴)を組み合わせたものであつ てもよい。
[0123] なお、上記の処理機能は、コンピュータによって実現することができる。その場合、 業務クライアント 200, 200a, 200bおよび管理サーノ OOが有すべき機能の処理内 容を記述したプログラムが提供される。そのプログラムをコンピュータで実行すること により、上記処理機能がコンピュータ上で実現される。処理内容を記述したプロダラ ムは、コンピュータで読み取り可能な記録媒体に記録しておくことができる。コンビュ ータで読み取り可能な記録媒体としては、例えば、磁気記録装置、光ディスク、光磁 気記録媒体、半導体メモリなどが挙げられる。磁気記録装置としては、例えば、ハー ドディスク (HDD)、フレキシブルディスク (FD)、磁気テープ (MT)などが挙げられる 。光ディスクとしては、例えば、 DVD (Digital Versatile Disc)、 DVD— RAM (Rando m Access Memory;、 CD— ROM (Compact Disc Read Only Memory)、 CD— R(Rec ordable) ZRW (Rewritable)などが挙げられる。光磁気記録媒体としては、例えば、 MO (Magneto-Optical disk)などが挙げられる。
[0124] プログラムを流通させる場合には、例えば、そのプログラムが記録された DVD、 CD —ROMなどの可搬型記録媒体が販売される。また、プログラムをサーバコンピュータ の記憶装置に格納しておき、ネットワークを介して、サーバコンピュータ力 他のコン ピュータにそのプログラムを転送することもできる。
[0125] 接続制御プログラムを実行するコンピュータは、例えば、可搬型記録媒体に記録さ れたプログラムもしくはサーバコンピュータ力も転送されたプログラムを、自己の記憶 装置に格納する。そして、コンピュータは、 自己の記憶装置力もプログラムを読み取り 、プログラムに従った処理を実行する。なお、コンピュータは、可搬型記録媒体から直 接プログラムを読み取り、そのプログラムに従った処理を実行することもできる。また、 コンピュータは、サーバコンピュータ力 プログラムが転送される毎に、逐次、受け取 つたプログラムに従った処理を実行することもできる。
[0126] 上記については単に本発明の原理を示すものである。さらに、多数の変形、変更が
当業者にとって可能であり、本発明は上記に示し、説明した正確な構成および応用 例に限定されるものではなく、対応するすべての変形例および均等物は、添付の請 求項およびその均等物による本発明の範囲とみなされる。
符号の説明
1 コンピュータ
la 負荷監視手段
lb 処理情報記憶手段
lc 要求取得手段
Id 負荷予測手段
le 接続判定手段
If 要求処理手段
2 クライアントコンピュータ
2a クライアントプロセス
3 サーバコンピュータ
3a サーバプロセス
4 接続要求
Claims
[1] クライアントプロセス力 サーバプロセスへのネットワーク経由による接続を制御する コンピュータによる接続制御方法において、
負荷監視手段が、前記サーバプロセスを実行するサーバコンピュータの負荷情報 を継続的に取得するステップと、
要求取得手段が、前記クライアントプロセスから、前記サーバプロセスに対して要求 する処理の処理種別を示す情報を含む接続要求を取得するステップと、
負荷予測手段が、前記処理種別と処理の実行に必要な追加負荷との対応関係を 記憶する処理情報記憶手段を参照して、前記要求取得手段が取得した前記接続要 求に対応する前記追加負荷を特定すると共に、前記負荷監視手段が取得した最新 の前記負荷情報と特定した前記追加負荷の情報とに基づ!/、て、接続を許可した場 合の事後負荷を予測するステップと、
接続判定手段が、前記負荷予測手段が予測した前記事後負荷が所定の閾値以下 の場合、接続許可と判定し、前記事後負荷が前記所定の閾値を超える場合、接続拒 否と判定するステップと、
要求処理手段が、前記接続判定手段が接続許可と判定すると、前記クライアントプ ロセス力 前記サーバプロセスへの接続が確立するように制御し、前記接続判定手 段が接続拒否と判定すると、前記クライアントプロセスに接続が拒否された旨を通知 するステップと、
を有することを特徴とする接続制御方法。
[2] 前記接続判定手段が接続拒否と判定した場合、その後、再通知手段が、前記要求 取得手段が前記負荷情報を取得する毎に、前記負荷予測手段および前記接続判 定手段に、拒否された前記接続要求の接続可否を最新の前記負荷情報に基づいて 再判定させ、接続許可と判定されると前記クライアントプロセスに接続が許可になつ た旨を通知するステップ、
を更に有することを特徴とする請求の範囲第 1項記載の接続制御方法。
[3] 前記コンピュータは、前記クライアントプロセスを実行するクライアントコンピュータと して機能しており、
前記負荷情報を取得するステップで、前記負荷監視手段が、前記サーバコンビュ 一タカ ネットワーク経由で前記負荷情報を取得する、
ことを特徴とする請求の範囲第 1項記載の接続制御方法。
[4] 前記クライアントプロセス力 前記サーバプロセスへの接続の確立は、前記要求処 理手段が、前記クライアントプロセスに接続が許可された旨を通知して前記サーバプ 口セスへ接続させることによって行う、
ことを特徴とする請求の範囲第 1項記載の接続制御方法。
[5] 前記負荷情報を取得するステップの前に、設定情報取得手段が、前記処理種別毎 の前記追加負荷と接続可否を判定するための閾値とが定義された設定ファイルを、 所定のアドレスで示される場所力 ネットワーク経由で取得し、取得した前記追加負 荷の情報を前記処理情報記憶手段に記憶し、取得した前記閾値を前記所定の閾値 として設定するステップ、
を更に有することを特徴とする請求の範囲第 1項記載の接続制御方法。
[6] 前記コンピュータは、複数の前記サーバコンピュータとネットワークで接続されてお り、
前記負荷情報を取得するステップで、前記負荷監視手段が、複数の前記サーバコ ンピュータの前記負荷情報をそれぞれ取得し、
前記接続要求は、接続先の前記サーバコンピュータを識別する情報を含んでおり、 前記事後負荷を予測するステップで、前記負荷予測手段が、前記接続要求で示さ れる前記サーバコンピュータに対応する前記負荷情報と前記追加負荷の情報とに基 づいて、前記事後負荷を予測する、
ことを特徴とする請求の範囲第 1項記載の接続制御方法。
[7] クライアントプロセス力もサーバプロセスへのネットワーク経由による接続を制御する 接続制御プログラムにお 、て、
コンピュータを、
前記サーバプロセスを実行するサーバコンピュータの負荷情報を継続的に取得す る負荷監視手段、
前記サーバプロセスに対して要求可能な処理の処理種別と、処理の実行に必要な
追加負荷との対応関係を記憶する処理情報記憶手段、
前記クライアントプロセスから、前記処理種別を示す情報を含む接続要求を取得す る要求取得手段、
前記処理情報記憶手段を参照して、前記要求取得手段が取得した前記接続要求 に対応する前記追加負荷を特定すると共に、前記負荷監視手段が取得した最新の 前記負荷情報と特定した前記追加負荷の情報とに基づ!、て、接続を許可した場合 の事後負荷を予測する負荷予測手段、
前記負荷予測手段が予測した前記事後負荷が所定の閾値以下の場合、接続許可 と判定し、前記事後負荷が前記所定の閾値を超える場合、接続拒否と判定する接続 判定手段、
前記接続判定手段が接続許可と判定すると、前記クライアントプロセスから前記サ ーバプロセスへの接続が確立するように制御し、前記接続判定手段が接続拒否と判 定すると、前記クライアントプロセスに接続が拒否された旨を通知する要求処理手段 として機能させることを特徴とする接続制御プログラム。
[8] 前記コンピュータを、更に、
前記要求処理手段が接続拒否と判定した場合、前記要求取得手段が前記負荷情 報を取得する毎に、前記負荷予測手段および前記接続判定手段に、拒否された前 記接続要求の接続可否を最新の前記負荷情報に基づ ヽて再判定させ、接続許可と 判定されると前記クライアントプロセスに接続が許可になった旨を通知する再通知手 段、
として機能させることを特徴とする請求の範囲第 7項記載の接続制御プログラム。
[9] 前記コンピュータは、前記クライアントプロセスを実行するクライアントコンピュータと して機能しており、
前記負荷監視手段は、前記サーバコンピュータ力 ネットワーク経由で前記負荷情 報を取得する、
ことを特徴とする請求の範囲第 7項記載の接続制御プログラム。
[10] 前記要求処理手段は、前記接続判定手段が接続許可と判定した場合、前記クライ
アントプロセスに接続が許可された旨を通知して前記サーバプロセスへ接続させる、 ことを特徴とする請求の範囲第 7項記載の接続制御プログラム。
[11] 前記コンピュータを、更に、
設定情報の取得指示が入力されると、前記処理種別毎の前記追加負荷と接続可 否を判定するための閾値とが定義された設定ファイルを、所定のアドレスで示される 場所からネットワーク経由で取得し、取得した前記追加負荷の情報を前記処理情報 記憶手段に記憶し、取得した前記閾値を前記所定の閾値として設定する設定情報 取得手段、
として機能させることを特徴とする請求の範囲第 7項記載の接続制御プログラム。
[12] 前記コンピュータは、複数の前記サーバコンピュータとネットワークで接続されてお り、
前記負荷監視手段は、複数の前記サーバコンピュータの前記負荷情報をそれぞれ 取得し、
前記接続要求は、前記サーバコンピュータを識別する情報を含んでおり、 前記負荷予測手段は、前記接続要求で示される前記サーバコンピュータに対応す る前記負荷情報と前記追加負荷の情報とに基づいて、前記事後負荷を予測する、 ことを特徴とする請求の範囲第 7項記載の接続制御プログラム。
[13] クライアントプロセス力 サーバプロセスへのネットワーク経由による接続を制御する 接続制御装置において、
前記サーバプロセスを実行するサーバコンピュータの負荷情報を継続的に取得す る負荷監視手段と、
前記サーバプロセスに対して要求可能な処理の処理種別と、処理の実行に必要な 追加負荷との対応関係を記憶する処理情報記憶手段と、
前記クライアントプロセスから、前記処理種別を示す情報を含む接続要求を取得す る要求取得手段と、
前記処理情報記憶手段を参照して、前記要求取得手段が取得した前記接続要求 に対応する前記追加負荷を特定すると共に、前記負荷監視手段が取得した最新の 前記負荷情報と特定した前記追加負荷の情報とに基づ!、て、接続を許可した場合
の事後負荷を予測する負荷予測手段と、
前記負荷予測手段が予測した前記事後負荷が所定の閾値以下の場合、接続許可 と判定し、前記事後負荷が前記所定の閾値を超える場合、接続拒否と判定する接続 判定手段と、
前記接続判定手段が接続許可と判定すると、前記クライアントプロセスから前記サ ーバプロセスへの接続が確立するように制御し、前記接続判定手段が接続拒否と判 定すると、前記クライアントプロセスに接続が拒否された旨を通知する要求処理手段 と、
を有することを特徴とする接続制御装置。
[14] 前記接続判定手段が接続拒否と判定した場合、前記要求取得手段が前記負荷情 報を取得する毎に、前記負荷予測手段および前記接続判定手段に、拒否された前 記接続要求の接続可否を最新の前記負荷情報に基づ ヽて再判定させ、接続許可と 判定されると前記クライアントプロセスに接続が許可になった旨を通知する再通知手 段、
を更に有することを特徴とする請求の範囲第 13項記載の接続制御装置。
[15] 前記クライアントプロセスを実行するクライアントコンピュータとして機能しており、 前記負荷監視手段は、前記サーバコンピュータ力 ネットワーク経由で前記負荷情 報を取得する、
ことを特徴とする請求の範囲第 13項記載の接続制御装置。
[16] 前記要求処理手段は、前記接続判定手段が接続許可と判定した場合、前記クライ アントプロセスに接続が許可された旨を通知して前記サーバプロセスへ接続させる、 ことを特徴とする請求の範囲第 13項記載の接続制御装置。
[17] 設定情報の取得指示が入力されると、前記処理種別毎の前記追加負荷と接続可 否を判定するための閾値とが定義された設定ファイルを、所定のアドレスで示される 場所からネットワーク経由で取得し、取得した前記追加負荷の情報を前記処理情報 記憶手段に記憶し、取得した前記閾値を前記所定の閾値として設定する設定情報 取得手段、
を更に有することを特徴とする請求の範囲第 13項記載の接続制御装置。
複数の前記サーバコンピュータとネットワークで接続されており、
前記負荷監視手段は、複数の前記サーバコンピュータの前記負荷情報をそれぞれ 取得し、
前記接続要求は、接続先の前記サーバコンピュータを識別する情報を含んでおり、 前記負荷予測手段は、前記接続要求で示される前記サーバコンピュータに対応す る前記負荷情報と前記追加負荷の情報とに基づいて、前記事後負荷を予測する、 ことを特徴とする請求の範囲第 13項記載の接続制御装置。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2006/319109 WO2008038342A1 (en) | 2006-09-27 | 2006-09-27 | Connection control method, connection control program, and connection control device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2006/319109 WO2008038342A1 (en) | 2006-09-27 | 2006-09-27 | Connection control method, connection control program, and connection control device |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2008038342A1 true WO2008038342A1 (en) | 2008-04-03 |
Family
ID=39229789
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2006/319109 WO2008038342A1 (en) | 2006-09-27 | 2006-09-27 | Connection control method, connection control program, and connection control device |
Country Status (1)
Country | Link |
---|---|
WO (1) | WO2008038342A1 (ja) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012003341A (ja) * | 2010-06-14 | 2012-01-05 | Toshiba Tec Corp | 情報処理システム、クライアント端末装置、サーバ装置、クライアント端末プログラムおよびサーバプログラム |
CN103530190A (zh) * | 2013-10-14 | 2014-01-22 | 北京邮电大学 | 一种负载预测方法及装置 |
EP3340081A1 (en) | 2016-12-22 | 2018-06-27 | NEC Corporation | Data search method, data search device, and data search program |
CN113778347A (zh) * | 2021-11-15 | 2021-12-10 | 广东睿江云计算股份有限公司 | 一种ceph系统读写质量优化方法及服务端 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0328939A (ja) * | 1989-06-27 | 1991-02-07 | Toshiba Corp | Cpu負荷監視装置 |
JP2000322365A (ja) * | 1999-05-12 | 2000-11-24 | Hitachi Ltd | サーバコンピュータの受付制限方法 |
JP2001109638A (ja) * | 1999-10-06 | 2001-04-20 | Nec Corp | 推定伸長率に基づくトランザクション負荷分散方法及び方式並びにコンピュータ可読記録媒体 |
JP2003058499A (ja) * | 2001-08-10 | 2003-02-28 | Fujitsu Ltd | 負荷を管理するサーバ、プログラム、および媒体 |
-
2006
- 2006-09-27 WO PCT/JP2006/319109 patent/WO2008038342A1/ja active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0328939A (ja) * | 1989-06-27 | 1991-02-07 | Toshiba Corp | Cpu負荷監視装置 |
JP2000322365A (ja) * | 1999-05-12 | 2000-11-24 | Hitachi Ltd | サーバコンピュータの受付制限方法 |
JP2001109638A (ja) * | 1999-10-06 | 2001-04-20 | Nec Corp | 推定伸長率に基づくトランザクション負荷分散方法及び方式並びにコンピュータ可読記録媒体 |
JP2003058499A (ja) * | 2001-08-10 | 2003-02-28 | Fujitsu Ltd | 負荷を管理するサーバ、プログラム、および媒体 |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2012003341A (ja) * | 2010-06-14 | 2012-01-05 | Toshiba Tec Corp | 情報処理システム、クライアント端末装置、サーバ装置、クライアント端末プログラムおよびサーバプログラム |
CN103530190A (zh) * | 2013-10-14 | 2014-01-22 | 北京邮电大学 | 一种负载预测方法及装置 |
EP3340081A1 (en) | 2016-12-22 | 2018-06-27 | NEC Corporation | Data search method, data search device, and data search program |
US10877965B2 (en) | 2016-12-22 | 2020-12-29 | Nec Corporation | Data search method, data search device, and data search program |
CN113778347A (zh) * | 2021-11-15 | 2021-12-10 | 广东睿江云计算股份有限公司 | 一种ceph系统读写质量优化方法及服务端 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10838890B2 (en) | Acceleration resource processing method and apparatus, and network functions virtualization system | |
US9999030B2 (en) | Resource provisioning method | |
US8352953B2 (en) | Dynamically provisioning virtual machines | |
JP5137709B2 (ja) | アプリケーションマイグレーションのための候補データセンタを見つける方法および装置[0001] | |
US9154549B2 (en) | Dynamic server farms | |
US10318550B2 (en) | Systems and methods for autonomous resource discovery, management, and stitching | |
CN111459749B (zh) | 基于Prometheus的私有云监控方法、装置、计算机设备及存储介质 | |
JP2017084406A (ja) | ファブリック分散リソースのスケジューリング | |
US20200186475A1 (en) | Network resource management for hyper-converged infrastructures | |
EP2656212B1 (en) | Activate attribute for service profiles in unified computing system | |
US20090282283A1 (en) | Management server in information processing system and cluster management method | |
US7792917B2 (en) | Multiple network shared disk servers | |
WO2016082078A1 (zh) | 路径管理的系统、装置和方法 | |
US20080307099A1 (en) | Storage system and priority control method | |
KR20150121891A (ko) | 클라우드 스트리밍 서버 관리 시스템, 클라우드 스트리밍 서버 관리 방법 및 이를 위한 장치 | |
CN116418876A (zh) | 一种算力网络服务的迁移方法、系统及云管理平台 | |
WO2008038342A1 (en) | Connection control method, connection control program, and connection control device | |
WO2019012675A1 (ja) | 管理装置及び管理方法 | |
CN108200151B (zh) | 一种分布式存储系统中ISCSI Target负载均衡方法和装置 | |
US11943284B2 (en) | Overload protection for edge cluster using two tier reinforcement learning models | |
KR20160025926A (ko) | 가상 응용서버들로 부하를 분산하는 장치 및 방법 | |
WO2018113633A1 (zh) | 报文转发方法、报文转发控制器、bras、计算机存储介质 | |
CN117240902A (zh) | 网关切换方法、网关切换系统、网关控制器及网关 | |
CN114584515A (zh) | 存储区域网络拥塞的端点通知 | |
Sherwin et al. | Software-defined networking for data centre network management: A survey |
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: 06810600 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: 06810600 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: JP |