KR101130850B1 - Apparatus and method for checkpoint control - Google Patents

Apparatus and method for checkpoint control Download PDF

Info

Publication number
KR101130850B1
KR101130850B1 KR1020070024139A KR20070024139A KR101130850B1 KR 101130850 B1 KR101130850 B1 KR 101130850B1 KR 1020070024139 A KR1020070024139 A KR 1020070024139A KR 20070024139 A KR20070024139 A KR 20070024139A KR 101130850 B1 KR101130850 B1 KR 101130850B1
Authority
KR
South Korea
Prior art keywords
checkpoint
information
area
ram disk
data
Prior art date
Application number
KR1020070024139A
Other languages
Korean (ko)
Other versions
KR20080083496A (en
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 KR1020070024139A priority Critical patent/KR101130850B1/en
Publication of KR20080083496A publication Critical patent/KR20080083496A/en
Application granted granted Critical
Publication of KR101130850B1 publication Critical patent/KR101130850B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/167Interprocessor communication using a common memory, e.g. mailbox
    • 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
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1456Hardware arrangements for backup
    • 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
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1469Backup restoration techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Retry When Errors Occur (AREA)

Abstract

본 발명은 체크포인트 제어장치 및 방법에 관한 것이다. 본 발명에는 시스템의 장애를 복구하기 위하여 체크포인트 정보의 저장, 이전, 변경 및 삭제동작을 수행하는 체크포인트 제어부와, 모든 프로세스가 접근가능한 파일 시스템 포맷의 공유 영역으로 설정되는 램 디스크가 상기 체크포인트 정보를 저장하도록 구성되는 적어도 둘 이상의 노드가 포함된다. 상기 체크포인트 제어부는 메인메모리의 일정 부분 또는 전체를 상기 램 디스크로 설정하고, 램 디스크에 체크포인트 영역을 할당하여 지정하고, 그 할당된 체크포인트 영역에 체크포인트 정보를 저장한다. 이와 같은 본 발명은, 체크포인트 정보를 모든 프로세서가 접근가능한 공유영역인 램 디스크에 저장하므로, 체크포인트 영역에 대한 접근 속도 및 사용상의 편리성을 향상시킨다. The present invention relates to a checkpoint control apparatus and method. The present invention provides a checkpoint controller for storing, transferring, changing, and deleting checkpoint information to recover from a system failure, and a RAM disk configured as a shared area of a file system format accessible to all processes. At least two nodes are included that are configured to store information. The checkpoint controller sets a portion or the entirety of the main memory as the RAM disk, assigns and assigns a checkpoint region to the RAM disk, and stores checkpoint information in the allocated checkpoint region. The present invention stores the checkpoint information in a RAM disk, which is a shared area accessible to all processors, thereby improving access speed and convenience of use of the checkpoint area.

체크포인트 정보, 램 디스크, 클러스터, 고가용성 Checkpoint Information, RAM Disk, Cluster, High Availability

Description

체크포인트 제어장치 및 방법{APPARATUS AND METHOD FOR CHECKPOINT CONTROL}Checkpoint control device and method {APPARATUS AND METHOD FOR CHECKPOINT CONTROL}

도 1은 본 발명의 바람직한 실시 예에 따른 체크포인트 제어장치를 포함하는 클러스터 컴퓨터를 도시하는 블록 구성도,1 is a block diagram showing a cluster computer including a checkpoint control apparatus according to an embodiment of the present invention;

도 2는 본 발명의 바람직한 실시 예에 따른 체크포인트 제어방법을 설명하는 흐름도,2 is a flowchart illustrating a checkpoint control method according to an exemplary embodiment of the present invention;

도 3은 본 발명의 다른 실시 예에 따른 체크포인트 제어장치를 포함하는 고가용성 시스템을 도시하는 블록 구성도.3 is a block diagram illustrating a high availability system including a checkpoint control apparatus according to another embodiment of the present invention.

《도면의 주요 부분에 대한 부호의 설명》`` Explanation of symbols for main parts of drawings ''

10, 20 : 노드 11, 21 : 램디스크10, 20: node 11, 21: ramdisk

12, 22 : 제어부 13, 23 : 프로세스 주소공간12, 22: control unit 13, 23: process address space

14a, 17, 24a : 체크포인트 영역 15, 25 : 하드디스크14a, 17, 24a: checkpoint area 15, 25: hard disk

16 : 클러스터 파일시스템16: Cluster File System

본 발명은 체크포인트 제어방법에 관한 것으로, 특히 체크포인트 정보로의 접근 방법을 다양화하고, 장애 발생시 체크포인트 정보의 추적을 용이하게 수행하는 체크포인트 제어장치 및 방법에 관한 것이다. The present invention relates to a checkpoint control method, and more particularly, to a checkpoint control apparatus and method for diversifying a method of accessing checkpoint information and easily performing checkpoint information tracking when a failure occurs.

체크포인트 기법은 클러스터 어플리케이션의 상태정보를 체크포인트 영역에 기록하여 소프트웨어나 하드웨어 장애가 발생할 경우, 어플리케이션의 상태정보를 보존할 수 있는 기능을 제공한다. 장애 상황으로부터 복구될 때, 체크포인트 기법은 체크포인트 영역에 저장된 데이터를 검색하여 장애 전에 기록된 상태로부터 어플리케이션을 재시작하여 장애로 인한 데이터 손실을 최소화하고, 장애복구 시간을 단축시킬 수 있다. The checkpoint technique records the state information of the cluster application in the checkpoint area and provides a function to preserve the state information of the application in the event of a software or hardware failure. When recovering from a failure situation, the checkpoint technique retrieves data stored in the checkpoint area and restarts the application from the state recorded before the failure, thereby minimizing data loss due to the failure and reducing failure recovery time.

종래의 체크포인트 제어장치는 체크포인트 영역을 프로세스 주소 범위(process address scope)의 정보구조(data structure)에 할당된 메모리 영역에 할당하거나, 저장매체인 하드디스크의 파일시스템에 할당한다. A conventional checkpoint controller allocates a checkpoint area to a memory area allocated to a data structure of a process address scope or to a file system of a hard disk as a storage medium.

이와 같은 종래의 체크포인트 제어장치에는 다음과 같은 문제점이 있다. This conventional checkpoint control device has the following problems.

먼저, 체크포인트 영역을 상기 프로세스 내의 메인메모리 영역에 할당하여 관리하는 경우, 상기 메인메모리 영역은 프로세스 내의 보호 범위(protection scope)로 설정되므로, 해당 프로세스 이외의 다른 프로세스는 상기 체크포인트영역에 접근(access) 할 수 없다. 따라서, 해당 프로세스에 장애가 발생하는 경우, 다른 프로세스를 이용하여 상기 체크포인트 정보를 사용할 수 없는 문제점이 있다. First, when a checkpoint area is allocated to and managed by a main memory area within the process, the main memory area is set as a protection scope within the process, so that a process other than the corresponding process accesses the checkpoint area. access). Therefore, when a failure occurs in the corresponding process, there is a problem in that the checkpoint information cannot be used using another process.

그리고, 체크포인트영역을 상기 하드디스크의 파일시스템에 할당하여 관리하는 경우, 기계적으로 구동되는 디스크의 특성에 따라 체크포인트정보 할당(assign) 에 소요되는 시간이 상기 메모리 영역을 이용하는 경우에 비하여 증가한다. 즉, 상기 메모리 영역을 사용하는 경우는 직접 할당(direct assign) 방식인데 비해, 디스크 파일 시스템을 이용하는 경우는 디스크 입출력장치 컨트롤러를 통한 간접 할당 방식이므로, 처리속도가 떨어지는 문제점이 있었다. When the checkpoint area is allocated to the file system of the hard disk and managed, the time required to assign checkpoint information is increased according to the characteristics of the mechanically driven disk, compared to the case of using the memory area. . That is, the use of the memory area is a direct assign method, whereas the use of a disk file system has an indirect allocation method through a disk input / output device controller, thereby reducing the processing speed.

이에 본 발명은 상기한 바와 같은 문제점을 해결하기 위한 것으로, 본 발명의 목적은 체크포인트 영역을 파일시스템과 같이 용이하게 관리하는 체크포인트 제어장치 및 방법을 제공함에 있다. Accordingly, an object of the present invention is to provide a checkpoint control apparatus and method for easily managing a checkpoint area as a file system.

그리고, 본 발명의 다른 목적은 체크포인트 영역 할당/사용에 소요되는 시간을 단축하는 체크포인트 제어장치 및 방법을 제공함에 있다. Another object of the present invention is to provide a checkpoint control apparatus and method for shortening the time required for allocating / using a checkpoint area.

상기한 바와 같은 목적을 달성하기 위한 본 발명의 특징에 따르면, 본 발명은 시스템의 장애를 복구하기 위하여 체크포인트 정보의 저장, 이전, 변경 및 삭제동작을 수행하는 체크포인트 제어부와; 상기 시스템들이 접근가능한 파일 시스템 포맷의 공유 영역으로 설정되어 상기 체크포인트 정보를 저장하는 체크포인트 저장부를 포함하는 적어도 둘 이상의 시스템을 포함하여 구성된다.According to a feature of the present invention for achieving the above object, the present invention includes a checkpoint control unit for performing the storage, transfer, change and delete operation of the checkpoint information to recover the system failure; The systems are configured to comprise at least two systems comprising a checkpoint storage unit configured to set a shared area of an accessible file system format to store the checkpoint information.

상기 체크포인트 저장부는, 램 디스크인 것이 바람직하다.Preferably, the checkpoint storage unit is a RAM disk.

상기 체크포인트 제어부는, 상기 체크포인트 저장부의 일부를 체크포인트 영역으로 할당하는 것이 바람직하다.The checkpoint controller preferably allocates a portion of the checkpoint storage unit to a checkpoint region.

상기 체크포인트 정보는, 서비스 가용성 포럼(SAF)의 표준사양(AIS Spec)에 따라 생성되는 것이 바람직하다.The checkpoint information is preferably generated according to the AIS Spec of the Service Availability Forum (SAF).

상기 체크포인트 제어부는, 상기 체크포인트정보를 파일 입출력 방법에 따라 상기 체크포인트 영역에 대한 접근제어설정 및 읽기/쓰기동작을 제어하는 것이 바람직하다.Preferably, the checkpoint controller controls the access control setting and the read / write operation of the checkpoint area according to the file input / output method.

상기 체크포인트 제어부는, 상기 체크포인트 정보에서 데이터 옵셋(offset), 데이터 사이즈, 데이터 길이 및 데이터를 추출하여 입출력 시스템 콜 함수를 사용하여 상기 체크포인트 영역에 저장하도록 제어하는 것이 바람직하다.The checkpoint controller may be configured to extract a data offset, a data size, a data length, and data from the checkpoint information and store the data offset in the checkpoint area using an input / output system call function.

상기 체크포인트 제어부는, 미리 설정된 보안설정에 따라 상기 체크포인트 저장부에 대한 접근을 선택적으로 제어하는 것이 바람직하다.Preferably, the checkpoint controller selectively controls access to the checkpoint storage unit according to a preset security setting.

상기 보안설정은, 노드별, 프로세서별, 또는 사용자별로 설정되는 것이 바람직하다.The security setting is preferably set for each node, for each processor, or for each user.

본 발명은, 다른 시스템을 통한 장애 복구가 불가능한 경우를 대비하여 별도로 백업 저장하도록 상기 체크포인트 저장부가 구비된 파일시스템을 더 포함하여 구성되는 것이 바람직하다.The present invention is preferably configured to further include a file system provided with the checkpoint storage unit for backup and storage separately in case a failure recovery through another system is impossible.

상기 파일시스템은, 상기 시스템들이 저장된 정보를 공유하는 클러스터 파일시스템인 것이 바람직하다.The file system is preferably a cluster file system in which the systems share stored information.

그리고, 본 발명의 다른 특징에 따르면, 본 발명은 적어도 둘 이상의 시스템에서 체크포인트 정보를 저장하기 위한 램 디스크를 생성하는 단계와, 상기 생성된 램 디스크의 소정 영역에 체크포인트 영역을 할당하는 단계와, 상기 체크포인트 정보를 상기 할당된 체크포인트 영역에 저장하는 단계와, 상기 저장된 체크포인트 정 보를 이용하여 장애가 발생된 시스템을 복구하는 단계를 포함한다.According to another aspect of the present invention, there is provided a method of generating a RAM disk for storing checkpoint information in at least two systems, allocating a checkpoint region to a predetermined region of the generated RAM disk. And storing the checkpoint information in the allocated checkpoint area, and recovering a failing system using the stored checkpoint information.

상기 램 디스크는, 파일시스템 포맷의 공유영역으로 설정되는 것이 바람직하다.The RAM disk is preferably set as a shared area of a file system format.

상기 저장단계는, 상기 저장되는 체크포인트 정보의 접근제한을 설정하는 보안설정단계를 더 포함하는 것이 바람직하다.The storing step may further include a security setting step of setting an access restriction of the stored checkpoint information.

상기 보안설정단계는, 각 노드별, 프로세서별, 또는 사용자별로 접근권한을 설정하는 것이 바람직하다.In the security setting step, it is preferable to set access authority for each node, processor, or user.

상기 저장단계는, 상기 램 디스크의 이상 발생시에 시스템을 복구하도록 상기 체크포인트 정보를 공유영역으로 설정되는 파일시스템에 백업하는 단계를 더 포함하는 것이 바람직하다.The storing step may further include a step of backing up the checkpoint information to a file system set as a shared area so as to recover the system when an abnormality of the RAM disk occurs.

상기 체크포인트 정보는, 파일 입출력방법(file I/O method)에 의하여 저장되는 것이 바람직하다.The checkpoint information is preferably stored by a file I / O method.

상기 저장단계는, 상기 체크포인트 정보에서 데이터 옵셋, 데이터 사이즈, 데이터 길이 및 데이터를 추출하여 저장하는 것이 바람직하다.In the storing step, it is preferable to extract and store a data offset, a data size, a data length, and data from the checkpoint information.

상기한 바와 같은 구성을 갖는 본 발명은 파일시스템 포맷을 가지는 램 디스크에 체크포인트 영역을 할당하여 체크포인트 정보를 저장 및 동기화시켜 관리한다. 이에 따라, 본 발명은 체크포인트 정보에 액세스 속도를 높이고, 관리의 용이성을 향상시킨다. According to the present invention having the configuration described above, a checkpoint area is allocated to a RAM disk having a file system format to store and synchronize checkpoint information. Accordingly, the present invention speeds up access to checkpoint information and improves ease of management.

이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시 예에 따른 체크포인트 제어장치 및 방법을 상세하게 설명한다. Hereinafter, a checkpoint control apparatus and method according to an exemplary embodiment of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 바람직한 실시 예에 따른 체크포인트 제어장치를 포함하는 클러스터 컴퓨터를 도시하는 블록 구성도이다. 1 is a block diagram illustrating a cluster computer including a checkpoint control apparatus according to an exemplary embodiment of the present invention.

도 1에서, 상기 클러스터 컴퓨터는 하나 이상의 호스트나 개인용 컴퓨터, 휴대형 컴퓨터와 같은 단말기기로 구성되는 다수의 노드(10)(20)를 포함하여 구성된다. 상기 노드들의 구성은 동일하기 때문에, 본 실시 예에서는 하나의 노드 구성에 대하여 설명하기로 한다. In FIG. 1, the cluster computer comprises a plurality of nodes 10, 20 consisting of terminal units such as one or more hosts, personal computers, or portable computers. Since the configurations of the nodes are the same, the configuration of one node will be described in the present embodiment.

도 1의 어느 하나의 노드(10)(20)는, 미도시하고 있지만 해당 노드의 전체동작을 수행하는 프로세스와, 상기 노드(10)(20) 사이의 통신을 수행하는 통신모듈, 및 상기 프로세스의 동작에 필요한 공간인 메인메모리가 구성된다. Although not shown, any one of the nodes 10 and 20 of FIG. 1 includes a process for performing overall operations of the node, a communication module for performing communication between the nodes 10 and 20, and the process. The main memory, which is a space required for the operation of the controller, is configured.

상기 노드들(10)(20) 각각은 시스템 복구를 위하여 서비스 가용성 포럼(Service Availability Forum)의 표준사양(AIS Spec)에 따라 생성되는 체크포인트 정보를 저장/등록/변경/삭제하도록 제어하는 체크포인트 제어부(12)가 구비된다. 상기 체크포인트 제어부(12)는 상기 노드(10)의 각종 동작을 수행하도록 상기 프로세스를 구동하며, 상기 노드(10) 및 다른 노드(20)의 체크포인트 정보를 관리한다. 이를 위하여, 상기 체크포인트 제어부(12)는 소프트웨어/하드웨어의 초기 컨피거레이션(configuration, 구성)에 의하여 상기 메인메모리의 일부분 또는 전부를 램 디스크(11)로 설정한다. 그리고, 상기 체크포인트 제어부(12)는 종래의 프로세스 내부 주소공간(13)에 보호범위(protection scope)인 체크포인트 영역(14)이 아니라, 상기 램 디스크(11)를 체크포인트 영역(14a)으로 재할당(reallocation)하여 상기 체크포인트 정보를 저장하도록 제어한다.Each of the nodes 10 and 20 checkpoint controls to store / register / change / delete checkpoint information generated according to AIS Spec of Service Availability Forum for system recovery. The control unit 12 is provided. The checkpoint controller 12 drives the process to perform various operations of the node 10, and manages checkpoint information of the node 10 and other nodes 20. To this end, the checkpoint controller 12 sets a portion or all of the main memory to the RAM disk 11 by an initial configuration of software / hardware. In addition, the checkpoint controller 12 replaces the RAM disk 11 with the checkpoint region 14a instead of the checkpoint region 14 that is a protection scope in the conventional process internal address space 13. Reallocate and store the checkpoint information.

상기 체크포인트 제어부(12)는 상기 클러스터 컴퓨터를 구성하는 각 노드들(10)(20)의 운영상태를 동기화하여 상기 체크포인트 영역(14a)에 저장하고, 어느 한 노드에서 이상 발생시 상기 저장된 체크포인트 정보를 이상 발생 노드에 제공한다. 상기 체크포인트 영역(14a)은 파일시스템 포맷(file system format)으로 설정되며, 상기 각 노드(10)(20)의 모든 프로세스들, 또는 상기 체크포인트 제어부(12)(22)가 액세스 가능한 공유영역인 것이 바람직하다. The checkpoint control unit 12 stores the checkpoint area 14a by synchronizing the operating states of the nodes 10 and 20 constituting the cluster computer, and when the abnormality occurs at any one node, the stored checkpoint. Provide information to the offending node. The checkpoint area 14a is set to a file system format, and is a shared area accessible to all processes of each node 10 or 20 or to the checkpoint controller 12 and 22. Is preferably.

이러한 상기 체크포인트 제어부(12)는, 일종의 응용프로그램(application)으로서, 상기 체크포인트 정보에서 데이터 옵셋(data offset), 데이터 사이즈(data size), 데이터 길이(data length) 및 데이터(data)를 추출하여 상기 각 노드(10)(20)의 체크포인트 영역(14a)(24a)의 동일한 주소(address)에 저장하도록 제어한다. 그리고, 상기 체크포인트 제어부(12)는 상기 각 노드별, 프로세서별, 또는 사용자별로 접근제어(access control) 설정에 의한 보안설정에 따라 상기 램 디스크(11)에 액세스를 제한하는 동작을 수행한다. The checkpoint control unit 12 is a kind of application, which extracts a data offset, a data size, a data length, and data from the checkpoint information. Control to store at the same address of the checkpoint areas 14a and 24a of each of the nodes 10 and 20. In addition, the checkpoint controller 12 performs an operation of restricting access to the RAM disk 11 according to a security setting based on an access control setting for each node, processor, or user.

이와 함께, 상기 노드(10)(20)에는 각종 프로그램 및 데이터를 저장하는 하드디스크(15)(25)가 연결된다. 그리고, 전체 노드들(10)(20)이 공유하는 클러스터 파일시스템(16)이 구비된다. 상기 클러스터 파일시스템(16)은 전체 노드(10)(20)의 램 디스크(11, 21)에 이상이 발생하는 경우, 또는 해당 노드에 대한 접근 제어 제한으로 인하여 상기 체크포인트 영역(14a)(24a)에 접근하지 못하는 경우에 대비하여 상기 체크포인트 정보를 백업하여 저장하는 체크포인트 영역(17)을 포함하는 것이 바람직하다. In addition, hard disks 15 and 25 for storing various programs and data are connected to the nodes 10 and 20. In addition, a cluster file system 16 shared by all nodes 10 and 20 is provided. The cluster file system 16 checks the checkpoint areas 14a and 24a when an error occurs in the RAM disks 11 and 21 of all the nodes 10 and 20 or because of access control restrictions on the node. It is preferable to include a checkpoint area 17 for backing up and storing the checkpoint information in case of not being able to access).

이와 같이 구성되는 본 발명에 따른 체크포인트 제어장치를 포함하는 클러스터 컴퓨터는, 각 노드에서 발생되는 체크포인트 정보를 저장하는 체크포인트 영역을 각 노드의 공유영역 및 파일시스템 포맷으로 설정된 램 디스크로 할당한다. The cluster computer including the checkpoint control apparatus according to the present invention configured as described above allocates a checkpoint area storing checkpoint information generated at each node to a RAM disk set in a shared area and a file system format of each node. .

다음, 도 2를 참조하여 본 발명의 바람직한 실시 예에 따른 체크포인트 제어방법을 상세하게 설명한다. Next, a checkpoint control method according to a preferred embodiment of the present invention will be described in detail with reference to FIG. 2.

도 2는 도 1에 도시된 체크포인트 제어장치 중에서 제 1노드(10)의 체크포인트 제어방법을 단계별로 설명하는 흐름도이다. 본 실시 예에서는 제 1노드(10)를 이용하여 설명하지만, 본 발명은 다수의 노드(10)(20)를 포함하는 클러스터 시스템의 체크포인트 제어방법에도 동일하게 적용되는 것을 자명하다. FIG. 2 is a flowchart illustrating a checkpoint control method of the first node 10 in the checkpoint control apparatus shown in FIG. 1 step by step. In the present exemplary embodiment, the first node 10 will be described. However, the present invention may be equally applied to a checkpoint control method of a cluster system including a plurality of nodes 10 and 20.

도 2의 제 10단계(S10)에서, 전원이 인가됨에 따라 구동이 시작되면, 상기 제 1노드(10)의 체크포인트 제어부(12)는 상기 컨피거레이션에 의하여 상기 메인메모리의 전부 또는 일부를 램 디스크(11)로 생성한다. In the tenth step S10 of FIG. 2, when driving is started when power is applied, the checkpoint controller 12 of the first node 10 may delete all or part of the main memory by the configuration. The RAM disk 11 is used.

상세하게 살펴보면, 상기 체크포인트 제어부(12)는 상기 램 디스크(11)의 일부 메모리영역을 상기 프로세스가 체크포인트 정보를 파일 입출력 방법(file Input/Output method)으로 관리할 수 있는 파일 시스템(file system)으로 포맷한다. 그리고, 상기 생성된 파일 시스템이 로드될 포인트를 상기 메모리영역에 설정하여, 상기 설정된 파일 시스템으로 상기 메모리 영역을 사용가능한 상태가 되도록 생성한다. In detail, the checkpoint controller 12 may include a file system in which the process may manage checkpoint information using a file input / output method in a part of a memory area of the RAM disk 11. Format with). In addition, the generated file system is configured to set a point to be loaded in the memory area so that the memory area becomes usable with the set file system.

예를 들어, 체크포인트가 리눅스 기반으로 사용되는 점을 감안하여 리눅스에서 램 디스크(11)를 생성하는 과정은, For example, given the fact that checkpoints are used on Linux, the process of creating a RAM disk (11) in Linux,

1) 리눅스에서 제공하는 메모리 영역인 'ram0'을 'ext2 file system'으로 포맷하는 '#mk2fs/dev/ram0', 1) '# mk2fs / dev / ram0', which formats 'ram0', the memory area provided by Linux into 'ext2 file system',

2) 로드될 포인트를 설정하는 '#mkdir -p/mnt/ram0', 2) '#mkdir -p / mnt / ram0', which sets the point to be loaded

3) 메모리영역을 'ext2 file system'으로 사용가능한 상태로 로드하는 '#mount -t ext/dev/ram0/mnt/ram'을 통하여 이루어진다. 3) This is done via '#mount -t ext / dev / ram0 / mnt / ram', which loads the memory area into the 'ext2 file system'.

제 12단계(S12)에서 체크포인트 제어부(12)는, 상기 램 디스크(11)에 상기 체크포인트 영역(14a)을 재할당한다. 예를 들어, 'struct saCkptCheckpointSection { void *sectionData; }' 에 램 디스크(11)인 '/dev/ram0'를 지정한다. 이때, 체크포인트 제어부(12)는 상기 체크포인트 영역(14a)을 포인터 크기로 할당한 다음, 실제로 동기화할 데이터가 수신되면 체크포인트의 섹션할당함수(section assign function)에 의해 재할당(reallocation)을 수행하여 섹션 데이터(section Data) 사이즈를 지정하고 응용프로그램 데이터(application data)를 할당한다. 이와 같은 재할당 시에도 다시 한번 섹션데이터 영역을 '/dev/ram0'인 램 디스크(11) 영역을 지정하고, 응용프로그램 제어 데이터(Application Control Data)를 할당한다. 예를 들어, 리눅스에서는 섹션할당함수의 "sectionData=realloc (ckptCheckpointSection ->sectionData,sizeRequired);" 를 'sectionData=/dev/ram0'로 할당한다.In a twelfth step S12, the checkpoint control unit 12 reallocates the checkpoint area 14a to the RAM disk 11. For example, 'struct saCkptCheckpointSection {void * sectionData; } 'Is specified as' / dev / ram0', the RAM disk 11. At this time, the checkpoint control unit 12 allocates the checkpoint area 14a to the pointer size, and when data to be synchronized is actually received, the checkpoint control unit 12 reassigns the reallocation by the section assign function of the checkpoint. By specifying the section data size and allocating application data. In this reallocation, once again, the section data area is designated as the RAM disk 11 area of '/ dev / ram0', and application control data is allocated. For example, on Linux, the section assignment function's "sectionData = realloc (ckptCheckpointSection-> sectionData, sizeRequired);" Is assigned to 'sectionData = / dev / ram0'.

제 14단계(S14)에서 상기 체크포인트 제어부(12)는, 상기 프로세스에 의한 시스템이 구동됨에 따라 발생된 체크포인트 정보(S16)를 파일 입출력 방법(file I/O method)을 사용하여 접근제어(access control) 설정 및 읽기(read())/쓰기(write()) 한다. 이때, 체크포인트 제어부(12)는 시스템 콜 함수(system call function)을 사용하여 제 1노드(10)에서 발생되거나, 외부의 제 2노드(20)에서 수신된 체크포인트 정보에서 데이터 옵셋(data offset), 데이터 사이즈(data size), 데이터 길이(data length), 데이터를 추출하고, 입출력 시스템 콜 함수(I/O system call function)를 사용하여 램 디스크(11)에 할당된 체크포인트 영역(14a)에 저장한다. In a fourteenth step S14, the checkpoint control unit 12 controls access to the checkpoint information S16 generated as the system is driven by the process using a file I / O method. Set access control and read () / write (). In this case, the checkpoint controller 12 may generate a data offset from the checkpoint information generated at the first node 10 or received at the external second node 20 using a system call function. ), Checkpoint area 14a allocated to RAM disk 11 using data size, data length, data, and I / O system call function. Store in

그리고, 상기 체크포인트 제어부(12)는 노드별, 프로세서별, 또는 사용자별로 상기 접근제어 설정을 수행하는 것이 바람직하다. 상세하게 살펴보면, 체크포인트 제어부(12)는 램 디스크(11)의 접근 모드(access mode)를 설정하여 권한 있는 프로세스만 램 디스크(11)에 접근할 수 있도록 제어한다. 예를 들어, 접근 모드를 'rwxrwxrwx'로 설정할 수 있다. 이는 왼쪽부터 제 1노드(10)의 계정, 제 1노드(10)가 속한 그룹, 그외의 프로세스 그룹으로 구분하여, 각 그룹별로 상기 제 1노드(10)의 체크포인트 영역(14)에 대한 읽기(r), 쓰기(w), 수행(x) 가능하도록 설정된 상태이다. The checkpoint controller 12 preferably performs the access control setting for each node, processor, or user. In detail, the checkpoint controller 12 controls an access mode of the ram disk 11 so that only an authorized process can access the ram disk 11. For example, you can set the access mode to 'rwxrwxrwx'. This is classified from the left into the account of the first node 10, the group to which the first node 10 belongs, and other process groups, and reads the checkpoint area 14 of the first node 10 for each group. (r), write (w), execute (x).

이어서, 상기 체크포인트 제어부(12)은 다른 노드(20)의 체크포인트 정보를 동기화하도록 통신모듈(50)을 통하여 상기 체크포인트 정보를 멀티 캐스팅(multi casting)한다(S20). 이와 함께, 상기 체크포인트 제어부(12)는 상기 모든 노드(10)(20)의 장애 발생시에, 또는 상기 접근제어 제한에 따라 램 디스크(11)의 체크포인트 영역(14a)에 저장된 체크포인트 정보를 이용하지 못하는 경우에 대비하여 상기 체크포인트 정보를 클러스터 파일시스템(16)의 체크포인트 영역(17)에도 저장한다. Subsequently, the checkpoint controller 12 multicasts the checkpoint information through the communication module 50 so as to synchronize checkpoint information of another node 20 (S20). In addition, the checkpoint control unit 12 may check checkpoint information stored in the checkpoint area 14a of the RAM disk 11 at the time of failure of all the nodes 10 and 20 or in accordance with the access control restriction. The checkpoint information is also stored in the checkpoint area 17 of the cluster file system 16 in case it is not available.

제 22단계(S22)에서 어느 하나의 노드, 예컨대 제 2노드(20)에서 장애가 발생된 경우, 제 2노드(20)의 프로세스가 제 1노드(10)에 접근가능하도록 설정되어 있다면(S24), 즉 제 1노드(10)의 체크포인트 영역(14a)에 저장되어 있는 체크포인트 정보를 이용하여 장애 발생노드, 즉 제 2노드(20)를 복구할 수 있다(S26). If a failure occurs in any one node, for example, the second node 20 in the twenty-second step S22, if the process of the second node 20 is set to be accessible to the first node 10 (S24). That is, the failure node, that is, the second node 20 may be restored using the checkpoint information stored in the checkpoint area 14a of the first node 10 (S26).

한편, 제 24단계(S24)에서 접근제어가 불가능하도록 설정된 프로세스가 접근을 요청하는 경우, 상기 제 1노드(10)의 체크포인트 제어부(12)는 체크포인트 영역(14a)에 접근 불가능함을 응답한다. 이때, 제 2노드(20)의 체크포인트 제어부(22)는 상기 클러스터 파일시스템(16)의 체크포인트 영역(17)에 저장된 체크포인트 정보를 이용하여 복구 동작을 수행하는 것이 바람직하다(S19). On the other hand, when the process set to disable access control in the 24th step (S24) requests access, the checkpoint control unit 12 of the first node 10 responds that the checkpoint area 14a is inaccessible. do. In this case, the checkpoint controller 22 of the second node 20 may perform a recovery operation using the checkpoint information stored in the checkpoint area 17 of the cluster file system 16 (S19).

상기의 과정을 통하여 본 발명의 바람직한 실시 예에 따른 체크포인트 제어장치 및 방법은 램 디스크를 체크포인트 영역으로 할당하여 체크포인트 정보를 저장한다. The checkpoint control apparatus and method according to the preferred embodiment of the present invention through the above process allocates a RAM disk as a checkpoint area and stores the checkpoint information.

다음, 도 3은 본 발명의 다른 실시 예에 따른 체크포인트 제어장치의 블록구성도이다. 도 3에는 고가용성 시스템(high availability system)에 적용된 체크포인트 제어장치가 체크포인트 정보를 램 디스크(111)의 체크포인트 영역(114)에 저장하도록 구성되어 있다. 도 3의 구성은 도 1의 구성과 유사하다. 간략하게 설명하면, 적어도 둘 이상의 노드가 고가용성 시스템과 연결되어 구성된다. 그리고, 각 노드들(110)(120)은 도 1과 같이 체크포인트 제어부(112)(122)와, 체크포인트 정보를 저장하도록 할당된 램 디스크(111)(121)를 포함하여 구성된다. Next, Figure 3 is a block diagram of a checkpoint control apparatus according to another embodiment of the present invention. In FIG. 3, a checkpoint controller applied to a high availability system is configured to store checkpoint information in the checkpoint area 114 of the RAM disk 111. The configuration of FIG. 3 is similar to that of FIG. In brief, at least two nodes are configured in connection with the high availability system. Each node 110 and 120 includes a checkpoint controller 112 and 122 and a RAM disk 111 and 121 allocated to store checkpoint information as shown in FIG. 1.

도 3에서 고가용성 시스템(130)의 중앙처리유닛(도면 미도시)은 체크포인트 영역(114a)에 접근(access)하여 응용프로그램(application)(110)의 상태를 알 수 있고, 상기 응용프로그램(110)의 상태에 따라 페일오버(failover) 기능을 수행한다. 상기 페일오버 기능은 1선 시스템이 장애나 운용 시간 종료로 가동이 중단되면 2선 시스템이 기능을 넘겨받아 운용되는 백업 모드 기능을 말한다. 이러한 페일오버 기능은, 무정지형 시스템을 만들기 위해 사용되며, 개인용 컴퓨터(PC) 시스템(처리기 장애 시)과 네트워크(경로접속, 저장장치, 웹 서버) 장애 시에 적용된다. 단일 서버의 장애로 데이터 접근이 불가능한 경우 SAN(storage area network)과 같이 다중 경로를 사용하여 어떤 경로에 장애가 일어나도 접속이 유지되도록 한다. In FIG. 3, the central processing unit (not shown) of the high availability system 130 may access the checkpoint area 114a to know the state of the application 110, and the application ( It performs a failover function according to the state of 110. The failover function refers to a backup mode function in which a 2-wire system takes over a function and operates when the 1-wire system is stopped due to failure or end of operation time. This failover function is used to create a non-disruptive system, and is applied in the event of a personal computer (PC) system (in case of a processor failure) and a network (path connection, storage, web server) failure. If data is not accessible due to a single server failure, multiple paths, such as a storage area network (SAN), are used to ensure connectivity is maintained in any path failure.

예를 들어, 상기 고가용성 시스템(130)의 중앙처리유닛은 제 1노드(110)의 장애 발생시에 제 2노드(120)의 체크포인트 영역(124a)에 저장된 체크포인트 정보를 이용하여 제 1노드(110)를 복구할 수 있다. For example, the central processing unit of the high availability system 130 uses the checkpoint information stored in the checkpoint area 124a of the second node 120 when a failure of the first node 110 occurs. 110 may be recovered.

이에 따라, 본 발명의 다른 실시 예에 따른 체크포인트 제어장치는 물리적으로 서로 다른 2개의 장치를 논리적으로 하나의 장치처럼 구성하여 장애 발생에 대비하는 고가용성 시스템에 적용된다. Accordingly, the checkpoint control apparatus according to another embodiment of the present invention is applied to a high availability system in which two physically different devices are logically configured as one device to prepare for a failure.

이상과 같이, 본 발명이 도면에 도시된 실시 예를 참고하여 설명되었으나, 이는 예시적인 것들에 불과하며, 본 발명이 속하는 기술 분야의 통상의 지식을 가진 자라면 본 발명의 요지 및 범위를 벗어나지 않으면서도 다양한 변형, 변경 및 균등한 타 실시 예들이 가능하다는 것을 명백하게 알 수 있을 것이다. 따라서, 본 발명의 진정한 기술적 보호범위는 첨부된 등록 청구범위의 기술적 사상에 의해 정해져야 할 것이다.As described above, the present invention has been described with reference to the embodiments shown in the drawings, which are merely exemplary, and a person of ordinary skill in the art without departing from the spirit and scope of the present invention. It will be apparent that various modifications, changes, and equivalent other embodiments are possible. Therefore, the true technical protection scope of the present invention will be defined by the technical spirit of the appended claims.

상기한 바와 같이, 본 발명은 램 디스크를 체크포인트 영역으로 할당하여 체크포인트 정보를 저장한다. 이에 따라, 본 발명은 다음과 같은 효과를 가진다. As described above, the present invention allocates a RAM disk as a checkpoint area to store checkpoint information. Accordingly, the present invention has the following effects.

먼저, 본 발명은 체크포인트 영역을 파일시스템처럼 관리하므로, 체크포인트 정보의 관리용이성을 향상시킨다. First, the present invention manages the checkpoint area like a file system, thereby improving manageability of the checkpoint information.

그리고, 본 발명은 메모리 파일 시스템을 사용하므로, 디스크 파일 시스템보다 빠른 처리 속도를 얻을 수 있다. In addition, since the present invention uses a memory file system, a processing speed faster than that of a disk file system can be obtained.

또한, 본 발명은 램 디스크에 모든 프로세스가 접근할 수 있고, 보안설정을 통하여 체크포인트 영역에 접근 가능한 프로세스를 제한할 수도 있다.In addition, the present invention may access all processes to the RAM disk, and may limit processes accessible to the checkpoint area through security settings.

이에 더하여, 본 발명은 접근 권한을 가지는 모든 프로세스가 파일 입출력 방법으로 체크포인트 정보를 검색하므로, 필요한 체크포인트 정보 추적에 있어서 편리성을 제공한다. In addition, the present invention provides convenience for tracking the checkpoint information required because all processes having access rights retrieve the checkpoint information by the file input / output method.

Claims (17)

시스템의 장애를 복구하기 위하여 체크포인트 정보의 저장, 이전, 변경 및 삭제동작을 수행하는 체크포인트 제어부와; A checkpoint controller for storing, transferring, changing, and deleting checkpoint information to recover a system failure; 상기 시스템들이 접근가능한 파일 시스템 포맷의 공유 영역으로 설정되어 상기 체크포인트 정보를 저장하는 체크포인트 저장부를 포함하는 적어도 둘 이상의 시스템을 포함하여 구성되는 것을 특징으로 하는 체크포인트 제어장치.And at least two systems including a checkpoint storage unit configured to store the checkpoint information, wherein the systems are set as a shared area of an accessible file system format. 제 1항에 있어서, 상기 체크포인트 저장부는,The method of claim 1, wherein the checkpoint storage unit, 램 디스크인 것을 특징으로 하는 체크포인트 제어장치.Checkpoint control device, characterized in that the RAM disk. 제 1항 또는 제 2항에 있어서, 상기 체크포인트 제어부는, The method of claim 1 or 2, wherein the checkpoint control unit, 상기 체크포인트 저장부의 일부를 체크포인트 영역으로 할당하는 것을 특징으로 하는 체크포인트 제어장치.And a portion of the checkpoint storage unit is allocated to a checkpoint area. 제 1항 또는 제 2항에 있어서, 상기 체크포인트 정보는,The method of claim 1 or 2, wherein the checkpoint information, 서비스 가용성 포럼(SAF)의 표준사양(AIS Spec)에 따라 생성되는 것을 특징으로 하는 체크포인트 제어장치. Checkpoint control device, characterized in that generated in accordance with the AIS Spec (Service Availability Forum). 제 1항 또는 제 2항에 있어서, 상기 체크포인트 제어부는,The method of claim 1 or 2, wherein the checkpoint control unit, 상기 체크포인트정보를 파일 입출력 방법에 따라 상기 체크포인트 영역에 대한 접근제어설정 및 읽기/쓰기동작을 제어하는 것을 특징으로 하는 체크포인트 제어장치.And a checkpoint control apparatus for controlling access and setting of a readpoint and a read / write operation of the checkpoint area according to a file input / output method. 제 1항 또는 제 2항에 있어서, 상기 체크포인트 제어부는,The method of claim 1 or 2, wherein the checkpoint control unit, 상기 체크포인트 정보에서 데이터 옵셋(offset), 데이터 사이즈, 데이터 길이 및 데이터를 추출하여 입출력 시스템 콜 함수를 사용하여 상기 체크포인트 영역에 저장하도록 제어하는 것을 특징으로 하는 체크포인트 제어장치.And extracting a data offset, a data size, a data length, and data from the checkpoint information and storing the data offset, data size, data length, and data in the checkpoint area using an input / output system call function. 제 1항 또는 제 2항에 있어서, 상기 체크포인트 제어부는,The method of claim 1 or 2, wherein the checkpoint control unit, 미리 설정된 보안설정에 따라 상기 체크포인트 저장부에 대한 접근을 선택적으로 제어하는 것을 특징으로 하는 체크포인트 제어장치.And a checkpoint controller for selectively controlling access to the checkpoint storage unit according to a preset security setting. 제 7항에 있어서, 상기 보안설정은,The method of claim 7, wherein the security setting, 노드별, 프로세서별, 또는 사용자별로 설정되는 것을 특징으로 하는 체크포인트 제어장치.Checkpoint control device, characterized in that configured for each node, processor or user. 제 1항에 있어서, The method of claim 1, 다른 시스템을 통한 장애 복구가 불가능한 경우를 대비하여 별도로 백업 저장하도록 상기 체크포인트 저장부가 구비된 파일시스템을 더 포함하여 구성되는 것 을 특징으로 하는 체크포인트 제어장치. And a file system provided with the checkpoint storage unit to separately backup and store in case a failure recovery through another system is impossible. 제 9항에 있어서, 상기 파일시스템은,The method of claim 9, wherein the file system, 상기 시스템들이 저장된 정보를 공유하는 클러스터 파일시스템인 것을 특징으로 하는 체크포인트 제어장치.And a cluster file system in which the systems share stored information. 적어도 둘 이상의 시스템에서 체크포인트 정보를 저장하기 위한 램 디스크를 생성하는 단계와,Creating a ram disk for storing checkpoint information in at least two systems; 상기 생성된 램 디스크의 소정 영역에 체크포인트 영역을 할당하는 단계와,Allocating a checkpoint area to a predetermined area of the created RAM disk; 상기 체크포인트 정보를 상기 할당된 체크포인트 영역에 저장하는 단계와,Storing the checkpoint information in the allocated checkpoint area; 상기 저장된 체크포인트 정보를 이용하여 장애가 발생된 시스템을 복구하는 단계를 포함하는 것을 특징으로 하는 체크포인트 제어방법. And recovering a failing system using the stored checkpoint information. 제 11항에 있어서, 상기 램 디스크는,The method of claim 11, wherein the ram disk, 파일시스템 포맷의 공유영역으로 설정되는 것을 특징으로 하는 체크포인트 제어방법.A checkpoint control method, characterized in that the file system format is set as a shared area. 제 11항에 있어서, 상기 저장단계는,The method of claim 11, wherein the storing step, 상기 저장되는 체크포인트 정보의 접근제한을 설정하는 보안설정단계를 더 포함하는 것을 특징으로 하는 체크포인트 제어방법.And a security setting step of setting an access restriction of the stored checkpoint information. 제 13항에 있어서, 상기 보안설정단계는,The method of claim 13, wherein the security setting step, 각 노드별, 프로세서별, 또는 사용자별로 접근권한을 설정하는 것을 특징으로 하는 체크포인트 제어방법.Checkpoint control method characterized in that the access rights are set for each node, processor, or user. 제 11항에 있어서, 상기 저장단계는,The method of claim 11, wherein the storing step, 상기 램 디스크의 이상 발생시에 시스템을 복구하도록 상기 체크포인트 정보를 공유영역으로 설정되는 파일시스템에 백업하는 단계를 더 포함하는 것을 특징으로 하는 체크포인트 제어방법.And backing up the checkpoint information to a file system set as a shared area so as to recover the system in the event of an abnormality of the RAM disk. 제 11항에 있어서, 상기 체크포인트 정보는,The method of claim 11, wherein the checkpoint information, 파일 입출력방법(file I/O method)에 의하여 저장되는 것을 특징으로 하는 체크포인트 제어방법.Checkpoint control method characterized in that stored by the file I / O method (file I / O method). 제 11항에 있어서, 상기 저장단계는,The method of claim 11, wherein the storing step, 상기 체크포인트 정보에서 데이터 옵셋, 데이터 사이즈, 데이터 길이 및 데이터를 추출하여 저장하는 것을 특징으로 하는 체크포인트 제어방법.And extracting and storing a data offset, a data size, a data length, and data from the checkpoint information.
KR1020070024139A 2007-03-12 2007-03-12 Apparatus and method for checkpoint control KR101130850B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020070024139A KR101130850B1 (en) 2007-03-12 2007-03-12 Apparatus and method for checkpoint control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020070024139A KR101130850B1 (en) 2007-03-12 2007-03-12 Apparatus and method for checkpoint control

Publications (2)

Publication Number Publication Date
KR20080083496A KR20080083496A (en) 2008-09-18
KR101130850B1 true KR101130850B1 (en) 2012-03-28

Family

ID=40024155

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070024139A KR101130850B1 (en) 2007-03-12 2007-03-12 Apparatus and method for checkpoint control

Country Status (1)

Country Link
KR (1) KR101130850B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190096625A (en) * 2018-02-09 2019-08-20 에스케이하이닉스 주식회사 Memory system and operating method of memory system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10269124A (en) 1997-03-28 1998-10-09 Toshiba Corp Method and system for managing checkpoint information
KR19980087210A (en) * 1997-05-27 1998-12-05 니시무로 타이조 File system and file management methods

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10269124A (en) 1997-03-28 1998-10-09 Toshiba Corp Method and system for managing checkpoint information
KR19980087210A (en) * 1997-05-27 1998-12-05 니시무로 타이조 File system and file management methods

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190096625A (en) * 2018-02-09 2019-08-20 에스케이하이닉스 주식회사 Memory system and operating method of memory system
US10770120B2 (en) 2018-02-09 2020-09-08 SK Hynix Inc. Memory system and operating method of the same
KR102485694B1 (en) 2018-02-09 2023-01-09 에스케이하이닉스 주식회사 Memory system and operating method of memory system

Also Published As

Publication number Publication date
KR20080083496A (en) 2008-09-18

Similar Documents

Publication Publication Date Title
US11137940B2 (en) Storage system and control method thereof
EP3188449B1 (en) Method and system for sharing storage resource
US7979663B2 (en) Storage apparatus having unused physical area autonomous management function
US20030204700A1 (en) Virtual physical drives
US20170177224A1 (en) Dynamic storage transitions employing tiered range volumes
US10802853B2 (en) Active drive
JP2005182781A (en) Persistent memory device for backup process checkpoint state
US20100036948A1 (en) Zoning scheme for allocating sas storage within a blade server chassis
CN110806911B (en) Cloud desktop management and control method, device and system
KR20110093998A (en) Active-active failover for a direct-attached storage system
JP2010271808A (en) Storage device and data copying method
KR20210022121A (en) Methods and systems for maintaining storage device failure tolerance in a configurable infrastructure
US11422893B2 (en) Storage system spanning multiple failure domains
US20090037655A1 (en) System and Method for Data Storage and Backup
JP2020533689A (en) Thin provisioning with cloud-based rank
US7603580B2 (en) Redundant manager for a storage system
US7793051B1 (en) Global shared memory subsystem
US7752392B1 (en) Method and apparatus for accessing a virtualized storage volume using a pre-loaded volume map
US9317306B2 (en) Computer device and memory management method thereof
KR101130850B1 (en) Apparatus and method for checkpoint control
US8601100B2 (en) System and method for booting multiple servers from a single operating system image
JP3966076B2 (en) Centralized storage management method
JP2005070965A (en) Information processing method, system and device
US20240095211A1 (en) Published File System And Method
JP3897049B2 (en) Computer system

Legal Events

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

Payment date: 20141218

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20160114

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20161227

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20171219

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20190219

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20200102

Year of fee payment: 9