KR101294268B1 - Log distributing method using a plurality of log servers and log distributing system - Google Patents

Log distributing method using a plurality of log servers and log distributing system Download PDF

Info

Publication number
KR101294268B1
KR101294268B1 KR1020120023437A KR20120023437A KR101294268B1 KR 101294268 B1 KR101294268 B1 KR 101294268B1 KR 1020120023437 A KR1020120023437 A KR 1020120023437A KR 20120023437 A KR20120023437 A KR 20120023437A KR 101294268 B1 KR101294268 B1 KR 101294268B1
Authority
KR
South Korea
Prior art keywords
log
management
server
distribution table
servers
Prior art date
Application number
KR1020120023437A
Other languages
Korean (ko)
Inventor
노태호
Original Assignee
주식회사 시큐아이
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 시큐아이 filed Critical 주식회사 시큐아이
Priority to KR1020120023437A priority Critical patent/KR101294268B1/en
Application granted granted Critical
Publication of KR101294268B1 publication Critical patent/KR101294268B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE: A log server-using log distribution processing method and a log distribution system automatically distribute logs in order to prevent a certain log server from being overloaded. CONSTITUTION: Management devices (110) send logs to log servers (120). A control unit device stores identifiers determining to which log server a management device sends its logs in a distribution table. When the management device is sending its logs to a corresponding log server based on its device identifier, the control unit updates the amount of logs sent by the management device periodically to the distribution table. [Reference numerals] (110) Control device; (120) Log server

Description

복수 개의 로그서버들을 이용한 로그 분산 처리 방법 및 로그 분산 처리 시스템{Log distributing method using a plurality of log servers and log distributing system}Log distributing method using a plurality of log servers and log distributing system}

본 발명은 로그 분산 처리 방법 및 로그 분산 처리 시스템에 관한 것으로 특히, 복수 개의 로그서버들을 이용한 로그 분산 처리 방법 및 로그 분산 처리 시스템에 관한 것이다.The present invention relates to a log distribution processing method and a log distribution processing system, and more particularly, to a log distribution processing method and a log distribution processing system using a plurality of log servers.

도 1은 일반적인 로그 관리 시스템을 설명하기 위한 블록도이다.1 is a block diagram illustrating a general log management system.

일반적인 로그 관리 시스템(100)은 관리장비(110)와 로그서버(120)를 포함한다. 관리장비(110)에서 발생하는 로그는 로그서버(120)로 전송하여 저장한다. 이는 관리장비(110)에서 발생하는 로그를 해당 관리장비(110) 내에 모두 저장하는 경우에 발생할 수 있는 저장용량 측면의 불리함(예: 관리장비의 용량이 적거나 Compact Flash 카드 등을 쓰는 경우)을 극복하고 로그 관리 시스템(100)에서 여러 관리장비의 로그를 저장 및 검색하기 위한 것이다.The general log management system 100 includes a management device 110 and a log server 120. The log generated from the management equipment 110 is transmitted to the log server 120 and stored. This is a disadvantage in terms of storage capacity that may occur when all the logs generated by the management device 110 are stored in the management device 110 (for example, when the capacity of the management device is small or a Compact Flash card is used). To overcome and to store and retrieve the logs of the various management equipment in the log management system 100.

로그 관리 시스템(100)이 다수의 관리장비(110)를 포함하는 경우에는 필연적으로 각 관리장비의 로그를 로그서버(120)에 저장하여야 한다. 그러나 로그의 양이 늘어나고 관리장비(110)의 개수가 증가하면 로그서버의 성능에 문제가 발생하게 된다. In the case where the log management system 100 includes a plurality of management devices 110, it is necessary to store the log of each management device in the log server 120. However, if the amount of logs increases and the number of management equipment 110 increases, a problem occurs in the performance of the log server.

이러한 문제를 해결하기 위해서 로그 관리 시스템(100)은 로그서버(120)의 개수를 증가시켜 관리장비(110)로부터 로그서버(120)에 수신되는 로그를 분산시킨다. In order to solve this problem, the log management system 100 increases the number of log servers 120 to distribute logs received from the management equipment 110 to the log server 120.

그러나 관리자가 직접 설정한 분산 설정을 따르거나 장비 개수를 기반으로 로그를 분산시킬 경우 일부 로그서버에 과부하가 걸릴 수 있다. 또한, 다수의 로그서버 중 일부 로그서버에서 장애가 발생하는 경우 장애가 발생한 로그서버로 전송되는 로그들은 유실되기 때문에 문제가 된다. However, some log servers may be overloaded if you follow the distribution settings set by the administrator or distribute logs based on the number of devices. In addition, when a failure occurs in some log servers among a plurality of log servers, logs transmitted to the failed log server become a problem.

따라서 로그 분산 시스템에서 자동으로 부하를 분산하고 로그서버의 장애에 효율적으로 대처할 필요가 있다.Therefore, it is necessary to automatically distribute load in log distribution system and cope with log server failure efficiently.

본 발명이 이루고자 하는 기술적 과제는 동적으로 로그 전송 경로를 제어함으로써 효율적으로 로그를 분산시키고 로그서버의 장애에 대처할 수 있는 로그 분산 처리 방법을 제공하는 것이다.The technical problem to be achieved by the present invention is to provide a log distribution processing method that can efficiently distribute the log and cope with the log server failure by controlling the log transmission path dynamically.

복수 개의 로그서버들을 이용한 로그 분산 처리 방법은, 로그 서버들에 로그를 전송하도록 구성된 복수 개의 관리장비들 각각이 로그 서버들 중 어느 로그 서버로 로그를 전송할지를 결정하는 관리장비 식별자를 분산테이블에 저장하는 단계, 관리장비 식별자에 근거하여 관리장비들이 결정된 로그 서버로 로그를 전송하는 동안, 각 관리장비의 시간당 로그 전송량에 따라 변경되는 각 관리장비의 환산치를 분산테이블에 주기적으로 업데이트하는 단계, 및 로그서버들 중 제1 로그서버로 로그를 전송하는 제1 관리장비들의 환산치의 합이 임계치 이상인 경우, 제1 관리장비들 중 하나 이상의 관리장비가 제2 로그 서버로 로그를 전송하도록 분산 테이블을 변경하는 단계를 포함하고, 분산 테이블의 변경에 의해 상기 제1 관리장비들의 환산치의 합이 상기 임계치 미만이 되는 것을 특징으로 한다.In a log distribution processing method using a plurality of log servers, each of a plurality of management devices configured to send logs to log servers stores a management device identifier that determines which log server of the log servers to send the log to a distributed table Updating the conversion value of each management device that is changed according to the log transmission amount per time of each management device in the distribution table, while the management devices transmit the log to the log server determined based on the management device identifier, and the log. When the sum of the converted values of the first management equipments that transmits the log to the first log server among the servers is greater than or equal to the threshold, the distribution table is changed to allow one or more management equipments of the first management devices to transmit the log to the second log server. And the sum of the converted values of the first management equipments by changing the distribution table. It is characterized by being below the threshold.

로그 분산 처리 시스템은, 복수 개의 로그 서버들, 각각이 로그 서버들에 로그를 전송하도록 구성된 복수 개의 관리장비들, 및 각 관리장비가 로그 서버들 중 어느 로그 서버로 로그를 전송할지를 결정하는 관리장비 식별자를 분산 테이블에 저장하고, 관리장비 식별자에 근거하여 관리장비들이 결정된 로그 서버로 로그를 전송하는 동안 각 관리장비의 시간당 로그 전송량에 따라 변경되는 각 관리장비의 환산치를 주기적으로 분산 테이블에 업데이트하도록 구성된 제어기를 포함하고, 제어기는 상기 로그 서버들 중 제1 로그 서버로 로그를 전송하는 제1 관리장비들의 환산치의 합이 임계치 이상인 경우, 제1 관리장비들 중 하나 이상의 관리장비가 제2 로그 서버로 로그를 전송하도록 상기 분산 테이블을 변경하되, 분산 테이블의 변경에 의해 제1 관리장비들의 환산치의 합이 임계치 미만이 되는 것을 특징으로 한다.The log distribution processing system includes a plurality of log servers, a plurality of management devices each configured to send logs to log servers, and a management device that determines which log server each management device sends logs to. Store identifiers in a distributed table, and periodically update the distributed table's conversion value of each managed device that changes according to the hourly log transfer of each managed device while the managed devices transmit logs to the log server determined based on the managed device identifier. And a controller configured, wherein the controller is configured to include at least one management device of the first management devices when the sum of the converted values of the first management devices that transmit the log to the first log server is greater than or equal to a threshold. Change the distribution table to send a log to the server, but manage the first distribution by changing the distribution table It characterized in that the sum value in terms of the ratio which is less than the threshold value.

본 발명의 복수 개의 로그서버들을 이용한 로그 분산 처리 방법에 의하면, 로그를 자동으로 분산함으로써 다수의 로그서버들 중 특정 로그서버의 과부하를 방지할 수 있다. According to the log distribution processing method using a plurality of log servers of the present invention, it is possible to prevent the overload of a particular log server among a plurality of log servers by automatically distributing the log.

또한, 특정 로그서버에 장애가 발생한 경우 자동으로 로그 전송 경로를 제어함으로써 로그의 손실을 방지할 수 있다.In addition, it is possible to prevent log loss by automatically controlling the log transmission path when a specific log server fails.

도 1은 일반적인 로그 관리 시스템을 설명하기 위한 블록도이다.
도 2는 본 발명의 실시예에 따른 고가용성 로그 분산 시스템을 설명하기 위한 블록도이다.
도 3 및 도 4는 본 발명의 제1 실시예에 따른 고가용성 로그 분산 시스템에서의 로그 분산 처리 방법을 설명하기 위한 흐름도 및 블록도이다.
도 5 및 도 6은 본 발명의 제2 실시예에 따른 고가용성 로그 분산 시스템에서의 로그 분산 처리 방법을 설명하기 위한 흐름도 및 블록도이다.
1 is a block diagram illustrating a general log management system.
2 is a block diagram illustrating a high availability log distribution system according to an embodiment of the present invention.
3 and 4 are flowcharts and block diagrams illustrating a log distribution processing method in a high availability log distribution system according to a first embodiment of the present invention.
5 and 6 are a flowchart and a block diagram illustrating a log distribution processing method in a high availability log distribution system according to a second embodiment of the present invention.

아래에서는 첨부한 도면을 참고로 하여 본 발명의 실시예에 대하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.DETAILED DESCRIPTION Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art may easily implement the present invention. The present invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. In the drawings, parts irrelevant to the description are omitted in order to clearly describe the present invention, and like reference numerals designate like parts throughout the specification.

명세서 전체에서, 어떤 부분이 다른 부분과 "연결"되어 있다고 할 때, 이는 "직접적으로 연결"되어 있는 경우뿐 아니라, 그 중간에 다른 소자를 사이에 두고 "전기적으로 연결"되어 있는 경우도 포함한다.Throughout the specification, when a part is referred to as being "connected" to another part, it includes not only "directly connected" but also "electrically connected" with another part in between .

명세서 전체에서, 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다. 또한, 명세서에 기재된 "…부", "…기", "모듈" 등의 용어는 적어도 하나의 기능이나 동작을 처리하는 단위를 의미하며, 이는 하드웨어나 소프트웨어 또는 하드웨어 및 소프트웨어의 결합으로 구현될 수 있다.Throughout the specification, when a part is said to "include" a certain component, it means that it can further include other components, without excluding other components unless specifically stated otherwise. Also, the terms " part, "" module," and " module ", etc. in the specification mean a unit for processing at least one function or operation and may be implemented by hardware or software or a combination of hardware and software have.

도 2는 본 발명의 실시예에 따른 고가용성 로그 분산 시스템을 설명하기 위한 블록도이다.2 is a block diagram illustrating a high availability log distribution system according to an embodiment of the present invention.

도 2에서는 고가용성 로그 분산 시스템이 3개의 로그서버로 구성되는 것을 예로 들어 설명한다. 그러나 로그서버의 수는 예시적인 것이며 이에 한정되는 것은 아니다. In FIG. 2, a high availability log distribution system is described with three log servers as an example. However, the number of log servers is exemplary and not limited thereto.

도 2를 참조하면, 본 발명의 실시예에 따른 고가용성 로그 분산 시스템(200)은 1개의 마스터 서버(SERVER1)(210)와 2개의 백업 마스터 서버 즉, 제1 백업 마스터 서버(SERVER2)(220) 및 제2 백업 마스터 서버(SERVER3)(230)를 포함한다. 명칭을 마스터와 백업 마스터로 구분하기는 했지만, 마스터 서버(SERVER1)(210)와 제1 백업 마스터 서버(SERVER2)(220), 및 제2 백업 마스터 서버(SERVER3)(230)는 서로 수직 관계(주종관계)로 구성될 수도 있고 수평 관계(대등관계)로 구성될 수도 있다. 2, the high availability log distribution system 200 according to an embodiment of the present invention includes one master server (SERVER1) 210 and two backup master servers, that is, a first backup master server (SERVER2) 220. ) And a second backup master server (SERVER3) 230. Although the name is divided into a master and a backup master, the master server (SERVER1) 210, the first backup master server (SERVER2) 220, and the second backup master server (SERVER3) 230 are perpendicular to each other ( It can be composed of a master relationship or a horizontal relationship.

우선, 각 관리장비 별로 어느 로그서버에 자신의 로그를 전송할 것인지를 결정해야 한다. 즉, 로그를 전송할 서버에 관리장비를 등록해야 하는데, 이때 각 로그서버에 대해 등록된 관리장비들의 환산치의 합이 가장 작은 서버에 해당 관리장비를 등록한다. 관리장비들의 환산치의 초기값을 '1'로 설정하면 최초 등록 시에는 가장 적은 수의 관리장비로부터 로그를 수신하는 로그서버를 해당 관리장비의 로그를 수신하는 서버로 등록하게 된다. 따라서 각 로그서버가 로그를 수신하는 관리장비들의 개수를 비슷하게 유지함으로써 초기 부하를 일정하게 할 수 있다. 환산치에 대해서는 후술하기로 한다.First, each management device must decide which log server to send its logs to. That is, the management equipment should be registered in the server to which the log is to be transmitted. In this case, the management equipment is registered in the server with the smallest sum of the conversion values registered for each log server. If the initial value of the converted value of the management equipment is set to '1', the log server receiving the log from the smallest number of management equipment is registered as the server receiving the log of the management equipment at the initial registration. Therefore, each log server can keep the initial load constant by keeping the number of management devices receiving logs similar. The converted value will be described later.

예를 들면, 제1 내지 제6 관리장비가 마스터 서버(SERVER1)(210), 제1 백업 마스터 서버(SERVER2)(220), 또는 제2 백업 마스터 서버(SERVER3)(230) 중 어느 하나에 로그를 전송하는 경우, 제1 및 제2 관리장비는 제1 백업 마스터 서버(SERVER2)(220)에 로그를 전송하고, 제3 및 제4 관리장비는 마스터 서버(SERVER1)(210)에 로그를 전송하고, 제5 및 제6 관리장비는 제2 백업 마스터 서버(SERVER3)(230)에 로그를 전송하도록 등록될 수 있다. For example, the first to sixth management equipment logs to one of the master server (SERVER1) 210, the first backup master server (SERVER2) 220, or the second backup master server (SERVER3) 230. When transmitting, the first and second management equipment transmits the log to the first backup master server (SERVER2) 220, the third and fourth management equipment transmits the log to the master server (SERVER1) (210) In addition, the fifth and sixth management equipment may be registered to transmit a log to the second backup master server (SERVER3) 230.

각 관리장비가 어느 로그서버로 로그를 전송할 것인지에 대한 등록사항은 분산테이블로 구성되어 마스터 서버(SERVER1)(210), 제1 백업 마스터 서버(SERVER2)(220), 제2 백업 마스터 서버(SERVER3)(230) 간에 동기화된다. 따라서 본 발명의 로그 분산 시스템은 고가용성(high availability)을 획득할 수 있다. 분산테이블은 제어기(미도시) 내에 포함될 수 있다. The registration information of which log server each management device sends the log is composed of a distributed table, which includes a master server (SERVER1) 210, a first backup master server (SERVER2) 220, and a second backup master server (SERVER3). Synchronized between 230. Therefore, the log distribution system of the present invention can obtain high availability. The distribution table may be included in a controller (not shown).

분산 테이블Distribution table 서버server 관리 IDAdministrative ID 환산치Conversion SERVER1SERVER1 33 1One 44 55 SERVER2SERVER2 1One 22 22 44 SERVER3
SERVER3
55 33
66 22

상기 표 1에 나타난 바와 같이, 분산 테이블에는 로그서버들에 대해 로그를 전송하도록 지정된 관리장비들의 정보와 각 관리장비의 환산치가 각 로그서버별로 저장된다. 표 1을 참조하면, 마스터 서버(SERVER1)(210)는 제3 관리장비(3)와 제4 관리장비(4)로부터 로그를 수신하고, 제1 백업 마스터 서버(SERVER2)(220)는 제1 관리장비(1)와 제2 관리장비(2)로부터 로그를 수신하며, 제2 백업 마스터 서버(SERVER3) (230)는 제5 관리장비(5)와 제6 관리장비(6)로부터 로그를 수신한다. 이때 각 관리장비에 할당된 관리아이디(관리장비 식별자)를 분산테이블에 저장한다. 관리아이디를 저장함으로써 로그 분산으로 인해 특정 관리장비의 로그가 여러 로그서버에 저장되더라도 관리아이디 별로 로그의 수집 및 검색을 할 수 있다.As shown in Table 1, in the distribution table, information of management devices designated to transmit logs to log servers and conversion values of each management device are stored for each log server. Referring to Table 1, the master server (SERVER1) 210 receives the log from the third management device (3) and the fourth management device (4), the first backup master server (SERVER2) 220 is the first Receiving logs from the management equipment (1) and the second management equipment (2), the second backup master server (SERVER3) (230) receives the log from the fifth management equipment (5) and the sixth management equipment (6) do. At this time, the management ID (managed device identifier) assigned to each managed device is stored in a distributed table. By storing management IDs, logs can be collected and retrieved by management IDs even if logs of a specific management device are stored in multiple log servers due to log distribution.

또한, 분산테이블에는 각 관리장비의 환산치가 저장된다. 환산치는 관리장비로부터 로그서버로 수신되는 로그량에 따라 변경된다. 예를 들면 환산치는 단위시간당 로그 수신량으로 표현될 수 있다. 즉, 단위시간당 로그 수신량이 증가할수록 환산치는 증가할 수 있다. 단위 시간당 기준 로그 수신량을 환산치 1로 정의하면(예: 단위 시간당 1MB의 로그가 수신되는 경우), 그보다 두 배의 로그가 단위 시간당 수신되면 환산치 2, 세 배의 로그가 단위 시간당 수신되면 환산치 3으로 정의할 수 있다. 표 1에서는 제3 관리장비(3)의 환산치를 1, 제4 관리장비(4)의 환산치를 5, 제1 관리장비(1)의 환산치를 2, 제2 관리장비(2)의 환산치를 4, 제5 관리장비(5)의 환산치를 3, 제6 관리장비(6)의 환산치를 2로 나타내었다. 이러한 환산치는 일정 시간 간격으로 주기적으로 업데이트될 수 있다. In addition, the conversion value of each management equipment is stored in the distribution table. The conversion value is changed according to the log amount received from the management equipment to the log server. For example, the conversion value may be expressed as a log reception amount per unit time. That is, the converted value may increase as the log reception amount per unit time increases. If you define the base log receiving amount per unit time as 1 conversion value (for example, if 1MB log is received per unit time), if twice the log is received per unit time, the conversion value is 2, 3 times the log is received per unit time. It can be defined as conversion value 3. In Table 1, the conversion value of the third management equipment 3 is 1, the conversion value of the fourth management equipment 4 is 5, the conversion value of the first management equipment 1 is 2, and the conversion value of the second management equipment 2 is 4 The conversion value of the fifth management equipment 5 is 3, and the conversion value of the sixth management equipment 6 is 2. This conversion value can be updated periodically at regular time intervals.

이하에, 상기의 구성을 갖는 고가용성 로그 분산 시스템에서의 로그 분산 방법에 대해 설명하기로 한다. Hereinafter, a log distribution method in a high availability log distribution system having the above configuration will be described.

도 3 및 도 4는 본 발명의 제1 실시예에 따른 고가용성 로그 분산 시스템에서의 로그 분산 방법을 설명하기 위한 흐름도 및 블록도이다.3 and 4 are flowcharts and block diagrams illustrating a log distribution method in a high availability log distribution system according to a first embodiment of the present invention.

로그서버를 운영하면, 특정 관리장비에서 갑자기 다량의 로그 데이터가 전송되는 경우가 있다. 본 발명에서는 관리장비로부터의 로그 수신량에 대해 환산치를 부여한 후 과도한 양을 처리하는 로그서버에 지정된 관리장비를 다른 서버로 지정되도록 변경해준다. When a log server is operated, a large amount of log data may be suddenly transmitted from a specific management device. In the present invention, after assigning a conversion value to the amount of log reception from the management equipment, the management equipment specified in the log server processing the excessive amount is changed to be assigned to another server.

도 3을 참조하면, 우선 앞서 설명한 바와 같이, 로그 서버들 각각에 대해 로그를 전송하도록 지정된 관리장비들의 관리아이디를 표 1에 나타난 바와 같이 분산테이블에 저장한다(단계 310). Referring to FIG. 3, first, as described above, management IDs of management devices designated to transmit logs for each of the log servers are stored in a distribution table as shown in Table 1 (step 310).

그리고 분산테이블에 근거하여 관리장비들로부터 로그서버들이 로그를 수신하는 동안, 각 관리장비의 환산치를 분산 테이블에 주기적으로 업데이트한다(단계 320). 상기한 바와 같이, 환산치는 관리장비로부터의 단위 시간당 로그 수신량에 따라 변경되는 값이다.While the log servers receive logs from the management devices based on the distribution table, the conversion value of each management device is periodically updated in the distribution table (step 320). As described above, the converted value is a value changed according to the log reception amount per unit time from the management equipment.

다음으로 분산 테이블에 저장된 로그서버들 중 제1 로그서버에 대해 지정된 관리장비들의 환산치 합이 임계값(예: 10) 이상인지를 확인한다(단계 330). 제1 로그서버에 대해 지정된 관리장비들의 환산치 합이 임계값 이상이라는 것은 제1 로그서버가 과부하 상태가 되었다는 것을 의미한다. Next, it is checked whether the sum of the converted values of the management devices designated for the first log server among the log servers stored in the distribution table is equal to or greater than a threshold (eg, 10) (step 330). If the sum of the conversion values of the management devices designated for the first log server is greater than or equal to the threshold value, it means that the first log server is overloaded.

제1 로그서버에 대해 지정된 관리장비들의 환산치 합이 임계값 이상인 경우에는 분산테이블에서 제1 로그서버에 지정된 관리장비들 중 적어도 하나의 관리장비를 제2 로그서버로 지정되도록 변경한다(단계 340). 특히, 분산테이블에서 제1 로그서버에 지정된 관리장비들 중 해당 시점에 환산치가 가장 작은 관리장비를 제2 로그서버로 지정되도록 변경할 수 있다. 이때 제2 로그서버는 그 당시 기준으로 지정된 관리장비들의 환산치 합이 가장 작은 서버일 수 있다. If the sum of the converted values of the management devices designated for the first log server is greater than or equal to the threshold, the distribution table is changed to designate at least one management device of the management devices designated to the first log server as the second log server (step 340). ). In particular, it is possible to change the distributed management table so that the management device having the smallest conversion value is designated as the second log server among the management devices specified in the first log server at the corresponding time. In this case, the second log server may be a server having the smallest converted sum of management equipments designated at the time.

도 4를 참조하면, 마스터 서버(SERVER1)(210)에 대해 로그를 전송하도록 지정된 제4 관리장비(4)에 의해 마스터 서버(SERVER1)(210)에 대해 지정된 관리장비들의 환산치 합이 임계값(예: 10) 이상이 되면 마스터 서버(SERVER1)(210)가 과부하에 걸린 것으로 볼 수 있다. 이때 마스터 서버(SERVER1)(210)에 대해 지정된 관리장비들의 환산치 합이 임계값 이상으로 증가한 것은 제4 관리장비(4)의 환산치가 증가(예: 5??>9)하였기 때문이다. 따라서 마스터 서버(SERVER1)(210)에 대해 로그를 전송하도록 지정된 다른 관리장비 즉, 제3 관리장비(3)를 제1 백업 마스터 서버(SERVER2)(220) 또는 제2 백업 마스터 서버(SERVER3)(230)에 대해 로그를 전송하도록 지정함으로써 마스터 서버(SERVER1)(210)의 부하를 분산시킨다. 이때 제3 관리장비(3)를 제1 백업 마스터 서버(SERVER2)(220)와 제2 백업 마스터 서버(SERVER3)(230) 중 해당 시점에 지정된 관리장비들의 환산치 합이 가장 작은 로그서버에 대해 지정되도록 변경할 수 있다. 제2 백업 마스터 서버(SERVER3)(230)에 대해 지정된 관리장비들의 환산치 합(예: 5)이 제1 백업 마스터 서버(SERVER2)(220)에 대해 지정된 관리장비들의 환산치 합(예: 6)보다 작은 경우에는 분산 테이블에서 제3 관리장비(3)를 마스터 서버(SERVER1)(210)에서 제2 백업 마스터 서버(SERVER3)(230)로 지정되도록 변경할 수 있다. Referring to FIG. 4, the sum of converted values of management devices designated for the master server SERVER1 210 by the fourth management device 4 designated to transmit a log for the master server SERVER1 210 is a threshold value. (Eg 10) or more, the master server (SERVER1) 210 may be considered overloaded. In this case, the sum of conversion values of the management devices designated for the master server (SERVER1) 210 is increased because the conversion value of the fourth management device 4 is increased (for example, 5 ??> 9). Therefore, another management device designated to transmit a log to the master server (SERVER1) 210, that is, the third management device (3) to the first backup master server (SERVER2) 220 or the second backup master server (SERVER3) ( The load of the master server (SERVER1) 210 is distributed by specifying the log to be transmitted to the 230. At this time, the third management equipment (3) of the first backup master server (SERVER2) 220 and the second backup master server (SERVER3) 230 of the log server with the smallest converted sum of the management equipment designated at the corresponding time Can be changed to be specified. The sum of conversions of the management devices designated for the second backup master server (SERVER3) 230 (eg 5) is the sum of conversions of the management devices designated for the first backup master server (SERVER2) 220 (eg 6 If smaller than), the third management equipment 3 in the distribution table may be changed to be designated as the second backup master server SERVER3 230 from the master server SERVER1 210.

관리장비가 로그를 전송할 서버를 변경할 때에도 각 로그서버들이 동일한 분산테이블을 갖도록 동기화해주어야 한다. 이를 통해 본 발명의 로그 분산 시스템은 고가용성을 얻을 수 있다. 또한, 로그를 전송할 서버의 변경 시 관리장비에 할당된 고유의 관리아이디는 물론 유지되어야 한다. Even when the management equipment changes the server to which logs are sent, it must be synchronized so that each log server has the same distributed table. Through this, the log distribution system of the present invention can obtain high availability. In addition, the unique management ID assigned to the management equipment should be maintained when changing the server to which the log is transmitted.

이와 같은 로그 분산 알고리즘은 반복하여 실시될 수 있다. 예를 들면 상기한 바와 같이 마스터 서버(SERVER1)(210)가 과부하 상태가 되어 제3 관리장비(3)가 로그를 전송할 서버를 제1 백업 마스터 서버(SERVER2)(220)로 지정되도록 변경한 이후에, 제1 백업 마스터 서버(SERVER1)(220)에 대해 지정된 관리장비들의 환산치 합이 다시 임계값 이상이 된 경우에는 제1 백업 마스터 서버(SERVER2)(220)에 대해 지정된 제1 내지 제3 관리장비들(1, 2, 3)을 마스터 서버(SERVER1)(210) 또는 제2 백업 마스터 서버(SERVER3)(230)로 지정되도록 변경한다. 이때, 제1 백업 마스터 서버(SERVER2)(220)에 대해 지정된 관리장비들의 환산치 합이 증가한 것이 제1 및 제2 관리장비(1, 2)의 환산치 증가로 인한 것이라면, 제1 백업 마스터 서버(SERVER2)(220)에 대해 지정된 제1 내지 제3 관리장비들(1, 2, 3) 중 제1 및 제2 관리장비(1, 2)를 제외한 제3 관리장비(3)를 마스터 서버(SERVER1)(210) 또는 제2 백업 마스터 서버(SERVER3)(230)로 지정되도록 변경할 수 있다. 마찬가지로, 제3 관리장비(3)를 마스터 서버(SERVER1)(210)와 제2 백업 마스터 서버(SERVER3)(230) 중 해당 시점에서 지정된 관리장비들의 환산치 합이 가장 작은 서버로 지정되도록 변경할 수 있다. This log distribution algorithm can be implemented repeatedly. For example, as described above, after the master server 210 is overloaded, the third management equipment 3 changes the server to which the log is to be designated as the first backup master server SERVER2 220. In the case where the converted sum of the management equipments designated for the first backup master server SERVER1 220 becomes greater than or equal to the threshold again, the first to third designated for the first backup master server SERVER2 220. The management devices (1, 2, 3) are changed to be designated as the master server (SERVER1) 210 or the second backup master server (SERVER3) 230. At this time, if the increase in the conversion value of the designated management devices for the first backup master server (SERVER2) 220 is due to the increase in the conversion value of the first and second management devices (1, 2), the first backup master server The third management equipment (3) except for the first and second management equipment (1, 2) of the first to third management equipment (1, 2, 3) specified for (SERVER2) (220), the master server ( SERVER1) 210 or the second backup master server SERVER3 230 may be changed. Similarly, the third management equipment 3 may be changed such that the sum of the converted values of the management equipments designated at the corresponding time point among the master server SERVER1 210 and the second backup master server SERVER3 230 is designated as the smallest server. have.

도 5 및 도 6은 본 발명의 제2 실시예에 따른 고가용성 로그 분산 시스템에서의 로그 분산 방법을 설명하기 위한 흐름도 및 블록도이다.5 and 6 are a flowchart and a block diagram illustrating a log distribution method in a high availability log distribution system according to a second embodiment of the present invention.

다수의 로그서버들을 운영하는 도중 일부 로그서버에서 장애가 발생할 수 있다. 장애가 발생한 로그서버로 전송되는 로그들은 유실된다. 이때, 로그서버에 장애가 발생하였다는 사실을 인지하고 장애 상황을 복구할 때까지의 상당히 오랜 시간 동안 로그가 유실될 수 있다. Some log servers may fail while running multiple log servers. Logs sent to the failed log server are lost. At this time, the log may be lost for a considerable time until the log server recognizes the failure and recovers from the failure.

도 5를 참조하면, 우선 로그 서버들 각각에 대해 로그를 전송하도록 지정된 관리장비들의 관리아이디를 표 1에 나타난 바와 같이 분산테이블에 저장한다(단계 510). Referring to FIG. 5, first, management IDs of management devices designated to transmit logs for each log server are stored in a distribution table as shown in Table 1 (step 510).

다음으로 로그서버들 중 제1 로그서버에 장애가 발생했는지를 확인한다(단계 520).Next, it is checked whether a failure occurs in the first log server among the log servers (step 520).

분산 테이블에 저장된 로그서버들 중 제1 로그서버에 장애가 발생한 경우 제1 로그서버에 대해 지정된 모든 관리장비들을 제2 로그서버로 지정되도록 변경한다(단계 530).If a failure occurs in the first log server among the log servers stored in the distribution table, all management devices designated for the first log server are changed to be designated as the second log server (step 530).

도 6을 참조하면, 제1 백업 마스터 서버(SERVER2)(220)에 장애가 발생한 경우, 제1 관리장비(1) 및 제2 관리장비(2)를 마스터 서버(SERVER1)(210) 또는 제2 백업 마스터 서버(SERVER3)(220)로 지정되도록 변경한다. 이때 제1 및 제2 관리장비(1, 2)를 모두 마스터 서버(SERVER1)(210)로 지정되도록 변경하거나 제1 및 제2 관리장비(1, 2)를 모두 제2 백업 마스터 서버(SERVER3)(230)로 지정되도록 변경할 수 있고, 또는 제1 관리장비(1)를 마스터 서버(SERVER1)(210)로 지정되도록 변경하고 제2 관리장비(2)를 제2 백업 마스터 서버(SERVER3)(230)로 지정되도록 변경할 수 있다. 또한 그 반대도 가능하다. Referring to FIG. 6, when a failure occurs in the first backup master server (SERVER2) 220, the first management equipment 1 and the second management equipment 2 are master server (SERVER1) 210 or the second backup. Change to be designated as the master server (SERVER3) (220). At this time, change the first and second management equipment (1, 2) to be designated as the master server (SERVER1) 210, or change the first and second management equipment (1, 2) to the second backup master server (SERVER3) Or change the first management equipment 1 to be designated as the master server (SERVER1) 210 and change the second management equipment 2 to the second backup master server (SERVER3) 230. Can be changed to). The reverse is also possible.

본 발명의 제1 실시예에서 설명한 환산치의 개념을 도입하여 로그를 전송할 서버의 지정을 변경하는 것도 물론 가능하다. 예를 들면, 제1 관리장비(1) 및 제2 관리장비(2)가 로그를 전송할 서버의 지정을 변경할 때, 마스터 서버(SERVER1)(210)와 제2 백업 마스터 서버(SERVER3)(230) 중 해당 시점에 지정된 관리장비들의 환산치 합이 가장 작은 로그서버에 대해 지정되도록 변경하는 것도 가능하다. It is of course possible to change the designation of the server to which the log is to be transmitted by introducing the concept of the conversion value described in the first embodiment of the present invention. For example, when the first management equipment 1 and the second management equipment 2 change the designation of the server to which the log is sent, the master server (SERVER1) 210 and the second backup master server (SERVER3) 230 It is also possible to change the sum of the conversion values of the management equipments designated at that time to be assigned to the smallest log server.

장애가 발생한 로그서버가 복구되었을 때, 예를 들면 제1 백업 마스터 서버(SERVER2)(220)에 발생한 장애가 복구되었을 때, 마스터 서버(SERVER1)(210) 또는 제2 백업 마스터 서버(SERVER3)(230)에 대해 지정되도록 변경되었던 제1 관리장비(1) 및 제2 관리장비(2)를 제1 백업 마스터 서버(SERVER2)(220)에 대해 지정되도록 재변경할 수 있다. When the failed log server is restored, for example, when the failure that occurred in the first backup master server (SERVER2) 220 is recovered, the master server (SERVER1) 210 or the second backup master server (SERVER3) 230 The first management equipment 1 and the second management equipment 2, which have been changed to be designated for, may be changed to be designated for the first backup master server SERVER2 220.

한편, 로그서버들을 마스터와 백업 마스터의 형태로 구성했을 경우에, 마스터 서버(SERVER1)(210)에 장애가 발생한 경우에는 문제가 될 수 있다. 왜냐하면 관리장비 등록 및 분산 테이블 동기화 작업에서 마스터 서버(SERVER1)(210)의 역할이 매우 크기 때문이다. 본 발명에서는 제1 백업 마스터 서버(SERVER2)(220) 및 제2 백업 마스터 서버(SERVER3)(230)에 동기화된 분산 테이블이 존재하기 때문에 제1 백업 마스터 서버(SERVER1)(220) 또는 제2 백업 마스터 서버(SERVER3)(230) 중 하나의 로그서버를 마스터 서버(SERVER1)(210)로 동작하도록 변경함으로써 마스터 서버(SERVER1)(210)에 장애가 발생한 경우에도 큰 문제 없이 동작을 수행할 수 있다.On the other hand, when the log server is configured in the form of a master and a backup master, when a failure occurs in the master server (SERVER1) (210) can be a problem. This is because the role of the master server (SERVER1) 210 is very large in the management equipment registration and distributed table synchronization. In the present invention, since there is a distributed table synchronized to the first backup master server (SERVER2) 220 and the second backup master server (SERVER3) 230, the first backup master server (SERVER1) 220 or the second backup. By changing one log server of the master servers SERVER3 and 230 to operate as the master server SERVER1 210, even if a failure occurs in the master server SERVER1 210, the operation can be performed without a large problem.

이상에서 설명한 본 발명의 실시예는 장치 및 방법을 통해서만 구현이 되는 것은 아니며, 본 발명의 실시예의 구성에 대응하는 기능을 실현하는 프로그램 또는 그 프로그램이 기록된 기록 매체를 통해 구현될 수도 있으며, 이러한 구현은 앞서 설명한 실시예의 기재로부터 본 발명이 속하는 기술분야의 전문가라면 쉽게 구현할 수 있는 것이다. The embodiments of the present invention described above are not only implemented by the apparatus and method but may be implemented through a program for realizing the function corresponding to the configuration of the embodiment of the present invention or a recording medium on which the program is recorded, The embodiments can be easily implemented by those skilled in the art from the description of the embodiments described above.

이상에서 본 발명의 실시예에 대하여 상세하게 설명하였지만 본 발명의 권리범위는 이에 한정되는 것은 아니고 다음의 청구범위에서 정의하고 있는 본 발명의 기본 개념을 이용한 당업자의 여러 변형 및 개량 형태 또한 본 발명의 권리범위에 속하는 것이다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments, It belongs to the scope of right.

100: 로그 관리 시스템
110: 관리장비
120: 로그서버
200: 고가용성 로그 분산 시스템
210: 마스터 서버
220: 제1 백업 마스터 서버
230: 제2 백업 마스터 서버
100: log management system
110: management equipment
120: log server
200: high availability log distribution system
210: master server
220: first backup master server
230: Second backup master server

Claims (9)

복수 개의 로그서버들을 이용한 로그 분산 처리 방법에 있어서,
상기 로그 서버들에 로그를 전송하도록 구성된 복수 개의 관리장비들 각각이 상기 로그 서버들 중 어느 로그 서버로 로그를 전송할지를 결정하는 관리장비 식별자를 분산테이블에 저장하는 단계;
상기 관리장비 식별자에 근거하여 관리장비들이 결정된 로그 서버로 로그를 전송하는 동안, 각 관리장비의 시간당 로그 전송량에 따라 변경되는 각 관리장비의 환산치를 상기 분산테이블에 주기적으로 업데이트하는 단계; 및
상기 로그서버들 중 제1 로그서버로 로그를 전송하는 제1 관리장비들의 환산치의 합이 임계치 이상인 경우, 상기 제1 관리장비들 중 하나 이상의 관리장비가 제2 로그 서버로 로그를 전송하도록 상기 분산 테이블을 변경하는 단계를 포함하고,
상기 분산 테이블의 변경에 의해 상기 제1 관리장비들의 환산치의 합이 상기 임계치 미만이 되는 것을 특징으로 하는 로그 분산 처리 방법.
In the log distribution processing method using a plurality of log servers,
Storing, in a distribution table, a management device identifier for each of the plurality of management devices configured to send logs to the log servers to determine which log server to send the log to;
Periodically updating, in the distribution table, the conversion value of each management device that is changed according to the log transmission amount per time of each management device while the management devices transmit the log to the log server determined based on the management device identifier; And
If the sum of the converted values of the first management equipments that transmits the log to the first log server among the log servers is greater than or equal to the threshold, the distributed one or more management equipment of the first management equipments to transmit the log to the second log server Changing the table,
And the sum of the converted values of the first management equipments is less than the threshold value due to the change of the distribution table.
제1항에 있어서, 상기 제1 관리장비들 중 하나 이상의 관리장비가 제2 로그 서버로 로그를 전송하도록 상기 분산 테이블을 변경하는 단계에서,
상기 제1 관리장비들 중 환산치가 가장 작은 관리장비가 상기 제2 로그 서버로 로그를 전송하도록 상기 분산 테이블을 변경하는 것을 특징으로 하는 로그 분산 처리 방법.
The method of claim 1, wherein in the changing of the distribution table such that at least one of the first management devices transmits a log to a second log server,
And the management table having the smallest converted value among the first management devices changes the distribution table to transmit the log to the second log server.
제1항에 있어서,
상기 제2 로그서버는 상기 로그 서버들 중 상기 분산 테이블의 변경 시점에 해당 로그 서버로 로그를 전송하는 관리장비들의 환산치의 합이 가장 작은 서버인 것을 특징으로 하는 로그 분산 처리 방법.
The method of claim 1,
The second log server is a log distribution processing method, characterized in that the smallest sum of the conversion value of the management equipment for transmitting a log to the log server of the log server when the change of the distribution table.
제1항에 있어서, 상기 분산테이블은 상기 로그서버들 사이에 동기화되는 것을 특징으로 하는 로그 분산 처리 방법.
The method of claim 1, wherein the distribution table is synchronized between the log servers.
제1항에 있어서, 상기 관리장비 식별자를 분산 테이블에 저장하는 단계에서,
상기 로그서버들 중 관리장비들의 환산치의 합이 가장 작은 로그서버로 해당 관리장비가 로그를 전송하도록 결정하는 것을 특징으로 하는 로그 분산 처리 방법.
The method of claim 1, wherein storing the management device identifier in a distribution table,
The log distribution processing method, characterized in that for the log server with the smallest sum of the conversion value of the management equipment among the log server to transmit the log.
복수 개의 로그 서버들;
각각이 상기 로그 서버들에 로그를 전송하도록 구성된 복수 개의 관리장비들; 및
각 관리장비가 상기 로그 서버들 중 어느 로그 서버로 로그를 전송할지를 결정하는 관리장비 식별자를 분산 테이블에 저장하고, 상기 관리장비 식별자에 근거하여 관리장비들이 결정된 로그 서버로 로그를 전송하는 동안 각 관리장비의 시간당 로그 전송량에 따라 변경되는 각 관리장비의 환산치를 주기적으로 상기 분산 테이블에 업데이트하도록 구성된 제어기를 포함하고,
상기 제어기는 상기 로그 서버들 중 제1 로그 서버로 로그를 전송하는 제1 관리장비들의 환산치의 합이 임계치 이상인 경우, 상기 제1 관리장비들 중 하나 이상의 관리장비가 제2 로그 서버로 로그를 전송하도록 상기 분산 테이블을 변경하되,
상기 분산 테이블의 변경에 의해 상기 제1 관리장비들의 환산치의 합이 상기 임계치 미만이 되는 것을 특징으로 하는 로그 분산 처리 시스템.
A plurality of log servers;
A plurality of management devices each configured to send logs to the log servers; And
Each management device stores in the distribution table a management device identifier that determines which log server to send the log to, and each management device transmits the log to the log server determined by the management device based on the management device identifier. A controller configured to periodically update the conversion table of each management equipment that is changed according to the log transmission amount of equipment per hour,
If the sum of the converted values of the first management equipments that transmits the log to the first log server among the log servers is greater than or equal to the threshold, the controller transmits the log to the second log server by one or more management devices. Modify the distribution table so that
And the sum of the converted values of the first management equipments is less than the threshold value due to the change of the distribution table.
제6항에 있어서, 상기 제2 로그 서버는
상기 로그 서버들 중 상기 분산 테이블의 변경 시점에 해당 로그 서버로 로그를 전송하는 관리장비들의 환산치의 합이 가장 작은 서버인 것을 특징으로 하는 로그 분산 처리 시스템.
The method of claim 6, wherein the second log server is
Log distribution processing system, characterized in that the sum of the converted value of the management equipment for transmitting the log to the log server of the log server at the change time of the distribution table.
제6항에 있어서, 상기 제어기는
상기 관리장비 식별자를 상기 분산 테이블에 저장할 때,
상기 로그 서버들 중 환산치의 합이 가장 작은 로그 서버로 각 관리장비가 로그를 전송하도록 상기 관리장비 식별자를 상기 분산 테이블에 저장하는 것을 특징으로 하는 로그 분산 처리 시스템.
The method of claim 6, wherein the controller
When storing the management equipment identifier in the distribution table,
And storing the management device identifier in the distribution table so that each management device transmits a log to a log server having the smallest sum of converted values among the log servers.
제6항에 있어서, 상기 분산 테이블은
상기 로그 서버들 사이에 동기화되는 것을 특징으로 하는 로그 분산 처리 시스템.
The method of claim 6, wherein the distribution table
Log distribution processing system, characterized in that the synchronization between the log servers.
KR1020120023437A 2012-03-07 2012-03-07 Log distributing method using a plurality of log servers and log distributing system KR101294268B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020120023437A KR101294268B1 (en) 2012-03-07 2012-03-07 Log distributing method using a plurality of log servers and log distributing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020120023437A KR101294268B1 (en) 2012-03-07 2012-03-07 Log distributing method using a plurality of log servers and log distributing system

Publications (1)

Publication Number Publication Date
KR101294268B1 true KR101294268B1 (en) 2013-08-09

Family

ID=49220075

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020120023437A KR101294268B1 (en) 2012-03-07 2012-03-07 Log distributing method using a plurality of log servers and log distributing system

Country Status (1)

Country Link
KR (1) KR101294268B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101687110B1 (en) * 2015-07-29 2016-12-28 엘에스산전 주식회사 A data storage system
KR101821687B1 (en) * 2015-11-27 2018-03-08 (주)하나글로벌 IT resource management system
KR102426889B1 (en) * 2022-01-05 2022-07-29 주식회사 이글루코퍼레이션 Apparatus, method and program for analyzing and processing data by log type for large-capacity event log

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070031659A (en) * 2005-09-15 2007-03-20 한국전자통신연구원 Load balancing method and software steaming system using the same
JP2008134758A (en) * 2006-11-28 2008-06-12 Hitachi Software Eng Co Ltd Log server load reduction system
KR20090012523A (en) * 2007-07-30 2009-02-04 펌킨네트웍스코리아 (주) A dynamic hashing based load balancing system and its method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070031659A (en) * 2005-09-15 2007-03-20 한국전자통신연구원 Load balancing method and software steaming system using the same
JP2008134758A (en) * 2006-11-28 2008-06-12 Hitachi Software Eng Co Ltd Log server load reduction system
KR20090012523A (en) * 2007-07-30 2009-02-04 펌킨네트웍스코리아 (주) A dynamic hashing based load balancing system and its method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101687110B1 (en) * 2015-07-29 2016-12-28 엘에스산전 주식회사 A data storage system
KR101821687B1 (en) * 2015-11-27 2018-03-08 (주)하나글로벌 IT resource management system
KR102426889B1 (en) * 2022-01-05 2022-07-29 주식회사 이글루코퍼레이션 Apparatus, method and program for analyzing and processing data by log type for large-capacity event log
KR20230106083A (en) * 2022-01-05 2023-07-12 주식회사 이글루코퍼레이션 Device, method and program that analyzes large log data using a distributed method for each log type
KR102656541B1 (en) * 2022-01-05 2024-04-11 주식회사 이글루코퍼레이션 Device, method and program that analyzes large log data using a distributed method for each log type

Similar Documents

Publication Publication Date Title
CN102143046B (en) Load balancing method, equipment and system
EP2202921A1 (en) A data storage method, a management server, a storage equipment and system
EP3016316A1 (en) Network control method and apparatus
CN105760552A (en) Data management method and device
CN103458013A (en) Streaming media server cluster load balancing system and balancing method
US9354995B2 (en) Method for controlling operations of server cluster
CN115086330B (en) Cross-cluster load balancing system
CN105701099A (en) Method and device used for executing task in distributed environment, and distributed task execution system
KR101294268B1 (en) Log distributing method using a plurality of log servers and log distributing system
CN104967691A (en) Distributed storage control method and system
US8880665B2 (en) Nonstop service system using voting, and information updating and providing method in the same
CN103997525A (en) Distributed data synchronization method and system
CN202870563U (en) Distributed comprehensive monitoring system
CN107508700B (en) Disaster recovery method, device, equipment and storage medium
CN102571595B (en) Route forwarding information synchronizing method and device of stack system
CN107395406B (en) Online state data processing method, device and system of online system
EP3570169B1 (en) Method and system for processing device failure
CN107919979B (en) Controller state processing method and device
KR101342258B1 (en) Deistributed data management system and method thereof
CN105302649A (en) Disaster recovery backup method and system
CN106534758B (en) Conference backup method and device
WO2022222403A1 (en) Task distribution system, method, and apparatus, computer device, and storage medium
US9015518B1 (en) Method for hierarchical cluster voting in a cluster spreading more than one site
CN113630317B (en) Data transmission method and device, nonvolatile storage medium and electronic device
CN107231394B (en) Construction method of data source address distribution tree and method for copying data

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20160801

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20180802

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20190801

Year of fee payment: 7