KR20010003247A - Process management method of communication system - Google Patents

Process management method of communication system Download PDF

Info

Publication number
KR20010003247A
KR20010003247A KR1019990023468A KR19990023468A KR20010003247A KR 20010003247 A KR20010003247 A KR 20010003247A KR 1019990023468 A KR1019990023468 A KR 1019990023468A KR 19990023468 A KR19990023468 A KR 19990023468A KR 20010003247 A KR20010003247 A KR 20010003247A
Authority
KR
South Korea
Prior art keywords
shared memory
value
managed
management
normally
Prior art date
Application number
KR1019990023468A
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 KR1019990023468A priority Critical patent/KR20010003247A/en
Publication of KR20010003247A publication Critical patent/KR20010003247A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3037Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a memory, e.g. virtual memory, cache
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Abstract

PURPOSE: A method for managing processes of a communication system, is provided to check wrong operations of processes charging main functions of a service control point(SCP) in a code division multiple access(CDMA) digital mobile communication system, and to restore the failure state of the processes in real time, thereby improving the reliability and stability of a system. CONSTITUTION: A managing process and a managed process share one specific memory to generate a shared memory. The managing process and the managed process are activated to make the managing process monitor and manage the managed process, and make the managed process perform peculiar functions. A value of the shared memory is periodically updated, while the managed process normally performs the peculiar functions. The managing memory checks the value of the shared memory to decide whether the value of the shared memory is normally updated. If the value of the shared memory is not normally updated, the managed process is regarded as to be abnormal. The abnormal managed process is re-activated to make the manage process perform the peculiar functions. And if the value of the shared memory is normally updated, the managed process is made to continuously perform the peculiar functions.

Description

통신 시스템의 프로세스 관리방법{Process management method of communication system}Process management method of communication system

본 발명은 CDMA(Code Division Multiple Access) 방식의 디지털 이동통신 시스템에서 SCP(Service Control Point)의 주요기능을 담당하는 프로세스들의 오동작을 체크(Check)하여 프로세스들의 이상상태를 실시간적으로 복구함으로써 시스템의 신뢰성 및 안정성을 향상시킬 수 있도록 한 통신 시스템의 프로세스 관리방법에 관한 것이다.The present invention is to check the malfunction of the processes responsible for the main function of the SCP (Service Control Point) in the CDMA (Code Division Multiple Access) digital mobile communication system to recover the abnormal state of the process in real time The present invention relates to a process management method of a communication system to improve reliability and stability.

종래 통신 시스템의 프로세스를 관리하는 방법에 있어서, 프로세스들의 상태를 체크하는 경우 프로세스가 기동중인지 아니면 죽어 있는지를 체크하여 죽어 있는 경우에 해당 프로세스를 재기동시켜 주도록 하였다.In the method of managing a process of a conventional communication system, when checking the status of processes, it is checked whether a process is running or dead so that the process is restarted when it is dead.

그러나, 만약 프로세스가 특정 부분에서 오동작으로 인하여 무한 루프에 빠져 나오지 못할 경우에는 재기능을 수행하지 못하는 상태임에도 불구하고 프로세스를 체크하는 프로그램은 상기 프로세스가 정상적으로 기동되고 있는 것으로 판단하게 된다.However, if the process cannot exit the infinite loop due to a malfunction in a particular part, the program that checks the process determines that the process is normally started even though the process cannot be performed again.

따라서, 상기와 같은 경우에는 어떠한 복구 조치도 할 수 없게 되고, 결국 전체적인 프로세스의 기능 수행에 있어 막대한 영향을 초래하게 되는 문제점이 발생한다.Therefore, in such a case, no recovery measures can be taken, and thus, a problem that causes a huge impact on the performance of the overall process occurs.

본 발명은 상기와 같은 문제점을 해결하기 위해 안출한 것으로서, 그 목적은 CDMA 방식의 디지털 이동통신 시스템에서 SCP의 주요기능을 담당하는 프로세스들의 오동작을 체크하여 프로세스들의 이상상태를 실시간으로 복구함으로써 시스템의 신뢰성 및 안정성을 향상시킬 수 있도록 한 통신 시스템의 프로세스 관리방법을 제공하는 데에 있다.The present invention has been made to solve the above problems, the object of the system is to check the malfunction of the processes responsible for the main function of the SCP in the CDMA digital mobile communication system by recovering the abnormal state of the process in real time It is to provide a process management method of a communication system to improve reliability and stability.

도 1은 본 발명에 의한 통신 시스템의 프로세스 관리방법이 적용되는 블록 구성도,1 is a block diagram to which a process management method of a communication system according to the present invention is applied;

도 2는 본 발명에 의한 통신 시스템의 프로세스 관리방법을 보인 동작 흐름도.2 is an operation flowchart showing a process management method of a communication system according to the present invention;

<도면의 주요부분에 대한 부호의 설명><Description of the symbols for the main parts of the drawings>

1 : 관리 프로세스1: management process

2 : 관리 대상 프로세스2: managed process

3 : 공유 메모리3: shared memory

이러한 목적을 달성하기 위한 본 발명의 통신 시스템의 프로세스 관리방법은, 관리 프로세스와 관리 대상 프로세스가 하나의 특정 메모리를 공유하도록 한 상태에서 상기 관리 대상 프로세스가 정상 기능 수행시 주기적으로 메모리의 값을 업데이트하면, 상기 관리 프로세스가 상기 메모리의 값을 체크하여 정상적으로 업데이트가 되지 않았을 경우에 해당 관리 대상 프로세스가 비정상적인 것으로 판단하여 재기동시키도록 함을 특징으로 한다.In the process management method of the communication system of the present invention for achieving the above object, the management process and the process to be managed share one specific memory, and the managed process periodically updates the value of the memory when the normal function is performed. When the management process checks the value of the memory and does not update normally, the management process determines that the management process is abnormal and restarts the management process.

이하, 첨부된 도면을 참고하여 본 발명에 의한 통신 시스템의 프로세스 관리방법을 상세히 설명한다.Hereinafter, a process management method of a communication system according to the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명에 의한 통신 시스템의 프로세스 관리방법이 적용되는 블록 구성도로서, 프로세스들을 지속적으로 감시 및 관리하는 관리 프로세스(1)와, 실제 기능을 수행하고 상기 관리 프로세스(1)의 감시 및 관리의 대상이 되는 관리 대상 프로세스(2)와, 상기 관리 프로세스(1)가 관리 대상 프로세스(2)를 감시 및 관리하기 위해 상기 관리 프로세스(2)와 관리 대상 프로세스(2)가 공유하는 공유 메모리(3)로 구성된다.1 is a block diagram to which a process management method of a communication system according to the present invention is applied, and a management process 1 for continuously monitoring and managing processes, and performing a real function and monitoring and managing the management process 1. Shared memory shared by the management process 2 and the management process 2 to manage and manage the management process 2 to be managed and the management process 1 to manage and manage the management process 2. It consists of (3).

상기와 같은 구성에서 이루어지는 본 발명에 의한 통신 시스템의 프로세스 관리방법을 도 2의 동작 흐름도를 참고하여 설명하면 다음과 같다.The process management method of the communication system according to the present invention having the above configuration will be described with reference to the operation flowchart of FIG. 2.

먼저, 프로세스들을 지속적으로 감시 및 관리하는 관리 프로세스(1)와 실제 고유 기능을 수행하는 관리 대상 프로세스(2)가 하나의 특정 메모리를 공유하여 공유 메모리(3)를 생성한다(S1).First, the management process 1 that continuously monitors and manages the processes and the management target process 2 that performs the actual unique function share one specific memory to generate the shared memory 3 (S1).

즉, 상기 관리 프로세스(1)와 관리 대상 프로세스(2)가 하나의 메모리를 공유하고, 이때 ID를 공유하며, 공유 메모리(3)내의 특정 ID값이 관리 대상 프로세스(2)에 하나씩 할당되도록 한다.That is, the management process 1 and the management process 2 share one memory, and at this time, share an ID, so that a specific ID value in the shared memory 3 is assigned to the management process 2 one by one. .

이어, 상기 관리 프로세스(1)와 관리 대상 프로세스(2)를 기동하여 상기 관리 프로세스(2)는 관리 대상 프로세스(2)를 감시 및 관리하고, 상기 관리 대상 프로세스(2)는 실제 고유 기능을 수행하도록 한다(S2).Subsequently, the management process 1 and the management target process 2 are started, and the management process 2 monitors and manages the management process 2, and the management process 2 performs an actual unique function. (S2).

이후, 상기 관리 대상 프로세스(2)가 정상적으로 고유 기능을 수행하는 동안 주기적으로 상기 공유 메모리(3)의 값을 업데이트(Update)한다(S3).Thereafter, while the management process 2 normally performs its own function, the shared memory 3 is periodically updated (S3).

이어, 상기 관리 프로세스(1)는 상기 공유 메모리(3)의 값을 체크하여 공유 메모리(3)의 상태가 비정상적인지를 판단한다(S4).Subsequently, the management process 1 checks the value of the shared memory 3 to determine whether the state of the shared memory 3 is abnormal (S4).

즉, 공유 메모리(3)의 값을 체크하여 특정 시간 공유 메모리(3)의 값이 변화가 없는지를 판단하는 것이다.That is, the value of the shared memory 3 is checked to determine whether the value of the specific time shared memory 3 is unchanged.

상기 단계(S4)에서 공유 메모리(3)의 값을 체크한 결과, 정상적으로 업데이트가 되지 않았다면 해당 관리 대상 프로세스(2)가 비정상적인 것으로 간주하여 상기 비정상적인 관리 대상 프로세스(2)를 재기동시켜(S5) 고유 기능을 수행하도록 한다(S6).As a result of checking the value of the shared memory 3 in the step S4, if the update is not normally performed, the managed process 2 is regarded as abnormal and restarts the abnormal managed object process 2 (S5). To perform the function (S6).

반면, 상기 단계(S4)에서 공유 메모리(3)의 값이 정상적으로 업데이트되었다면 계속해서 관리 대상 프로세스(2)가 정상적으로 고유 기능을 수행하도록 한다(S6).On the other hand, if the value of the shared memory 3 is normally updated in step S4, the management target process 2 continues to perform its own function normally (S6).

이상, 상기 설명에서와 같이 본 발명은, 지속적인 실행을 필요로 하는 프로세스들의 상태를 감지하여 비정상 루프에서 빠져 나오지 못하고 정상 기능을 수행하지 못할 경우 재기동시켜 줌으로써 프로세스의 실행 중단 시간을 최소화하고, 운용자에 의존하지 않고도 정상 상태를 유지할 수 있게 되는 등, 이로 인하여 시스템의 신뢰성과 안정성을 더욱 보장받을 수 있게 되는 효과가 있다.As described above, the present invention senses the status of processes requiring continuous execution, restarts when it does not exit the abnormal loop and fails to perform a normal function, thereby minimizing the execution downtime of the process, This allows the system to maintain a steady state without relying on it, which further increases the reliability and stability of the system.

Claims (1)

프로세스들을 감시 및 관리하는 관리 프로세스(1)와 실제 고유 기능을 수행하는 관리 대상 프로세스(2)가 하나의 특정 메모리를 공유하여 공유 메모리(3)를 생성하는 제1단계와, 상기 제1단계 수행 후, 상기 관리 프로세스(1)와 관리 대상 프로세스(2)를 기동하여 상기 관리 프로세스(2)는 관리 대상 프로세스(2)를 감시 및 관리하고, 상기 관리 대상 프로세스(2)는 실제 고유 기능을 수행하는 제2단계와, 상기 제2단계 수행 후, 상기 관리 대상 프로세스(2)가 정상적으로 고유 기능을 수행하는 동안 주기적으로 상기 공유 메모리(3)의 값을 업데이트하는 제3단계와, 관리 프로세스(1)가 상기 제3단계에서 업데이트된 공유 메모리(3)의 값을 체크하여 공유 메모리(3)의 값이 정상적으로 업데이트되었는지를 판단하는 제4단계와, 상기 제4단계에서 상기 공유 메모리(3)의 값이 정상적으로 업데이트가 되지 않았을 경우라면 해당 관리 대상 프로세스(2)가 비정상적인 것으로 간주하여 이 비정상적인 관리 대상 프로세스(2)를 재기동시켜 고유 기능을 수행하도록 하는 제5단계와, 상기 제4단계에서 상기 공유 메모리(3)의 값이 정상적으로 업데이트되었다면 계속해서 관리 대상 프로세스(2)가 정상적으로 고유 기능을 수행하도록 하는 제6단계로 이루어짐을 특징으로 하는 통신 시스템의 프로세스 관리방법.A first step of creating a shared memory 3 by sharing a specific memory with a management process 1 that monitors and manages processes and a managed process 2 that actually performs a unique function; and performing the first step Thereafter, the management process 1 and the management target process 2 are started, so that the management process 2 monitors and manages the management process 2, and the management process 2 performs an actual unique function. And a third step of periodically updating a value of the shared memory 3 while the management target process 2 normally performs a unique function after performing the second step. (4) determining whether the value of the shared memory 3 is normally updated by checking the value of the shared memory 3 updated in the third step; and in the fourth step,If the value is not updated normally, the management process 2 is regarded as abnormal and restarts the abnormal management process 2 to perform a unique function. In the fourth step, the sharing is performed. If the value of the memory (3) is normally updated, the process management method of the communication system characterized in that it comprises a sixth step to continue to perform the unique function normally managed process (2).
KR1019990023468A 1999-06-22 1999-06-22 Process management method of communication system KR20010003247A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990023468A KR20010003247A (en) 1999-06-22 1999-06-22 Process management method of communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990023468A KR20010003247A (en) 1999-06-22 1999-06-22 Process management method of communication system

Publications (1)

Publication Number Publication Date
KR20010003247A true KR20010003247A (en) 2001-01-15

Family

ID=19594171

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990023468A KR20010003247A (en) 1999-06-22 1999-06-22 Process management method of communication system

Country Status (1)

Country Link
KR (1) KR20010003247A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990078519A (en) * 1998-12-26 1999-11-05 김형순 Network service system and method_
KR20000032681A (en) * 1998-11-17 2000-06-15 이계철 Method for managing state using communication message between processes
KR20000041836A (en) * 1998-12-23 2000-07-15 박태진 Self diagnostics method of wireless conveying equipment
KR20000047234A (en) * 1998-12-31 2000-07-25 강병호 Method for restoring abnormal processor in satellite communication system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000032681A (en) * 1998-11-17 2000-06-15 이계철 Method for managing state using communication message between processes
KR20000041836A (en) * 1998-12-23 2000-07-15 박태진 Self diagnostics method of wireless conveying equipment
KR19990078519A (en) * 1998-12-26 1999-11-05 김형순 Network service system and method_
KR20000047234A (en) * 1998-12-31 2000-07-25 강병호 Method for restoring abnormal processor in satellite communication system

Similar Documents

Publication Publication Date Title
US6438563B1 (en) Method and device for synchronizing databases in a network management system
US11892922B2 (en) State management methods, methods for switching between master application server and backup application server, and electronic devices
KR20040049667A (en) Home network&#39;s system and its operating method for the same
US7730029B2 (en) System and method of fault tolerant reconciliation for control card redundancy
US7305578B2 (en) Failover method in a clustered computer system
US20200228293A1 (en) Systems and methods for improved uptime for network devices
CN112104576B (en) Resident flow table storage and calibration method of SDN switch
JP5293141B2 (en) Redundant system
CN105988885B (en) Operating system failure self-recovery method based on compensation rollback
KR20010003247A (en) Process management method of communication system
JP2003345620A (en) Process monitoring method for multi-node cluster system
CN111324632B (en) Transparent database session restoration with client-side caching
CN107122228A (en) The dispositions method and device of the management platform of super emerging system
US7325158B2 (en) Method and apparatus for providing redundancy in a data processing system
CN112612652A (en) Distributed storage system abnormal node restarting method and system
JPH0683657A (en) Service processor switching system
JPH1013494A (en) Transmission device and its restoration system
CN104375863A (en) Program online upgrading method in embedded system
JPH04107725A (en) Data saving/restoring system
JP2500745B2 (en) Service control node
JP2000029760A (en) Database duplexing and matching system and its method
KR19990070727A (en) How to recover software failure of home location register
JP2023530772A (en) Operation status switching method, device, active/standby management system and network system
JPH09274573A (en) Backup system
KR20170112349A (en) Db mamaging method for duplex ems server

Legal Events

Date Code Title Description
N231 Notification of change of applicant
N231 Notification of change of applicant
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application