KR20030062793A - Apparatus and Method for operating recovery and backup of linux operting system - Google Patents

Apparatus and Method for operating recovery and backup of linux operting system Download PDF

Info

Publication number
KR20030062793A
KR20030062793A KR1020020003188A KR20020003188A KR20030062793A KR 20030062793 A KR20030062793 A KR 20030062793A KR 1020020003188 A KR1020020003188 A KR 1020020003188A KR 20020003188 A KR20020003188 A KR 20020003188A KR 20030062793 A KR20030062793 A KR 20030062793A
Authority
KR
South Korea
Prior art keywords
operating system
data
backup
failure
linux
Prior art date
Application number
KR1020020003188A
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 KR1020020003188A priority Critical patent/KR20030062793A/en
Publication of KR20030062793A publication Critical patent/KR20030062793A/en

Links

Classifications

    • 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/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1438Restarting or rejuvenating
    • 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

Abstract

PURPOSE: A device and method for managing for backup and recovery of a Linux operating system is provided to recover data access caused by an abnormality of an operating system and to recover corrupted data by operating an auxiliary operating system, thereby scanning a data area and an operating system independently. CONSTITUTION: The first operating system is booted(S100). It is checked whether the first operating system is operated normally(S101). If the first operating system is not operated normally, the second operating system is booted(S102). It is judged whether data are corrupted(S103). If data are not corrupted, a recovery of a system fault is executed using the second operating system(S104), and the system is booted again(S105). If data are corrupted, the data are recovered using a backup image of a backup device(S106), and the first operating system is booted again(S107).

Description

리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치 및 방법{Apparatus and Method for operating recovery and backup of linux operting system}Apparatus and Method for operating recovery and backup of linux operting system}

본 발명은 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치 및 방법에 관한 것으로, 보다 상세하게는 사용자의 과실 및 데이터 손실, 여러가지 형태의 시스템 손상으로 인한 리눅스 운영 시스템의 운영 불능 시 단시간 내에 손상된 리눅스 운영 시스템을 백업하고 복구하는 리눅스 운영 시스템의 백업 및 복원을 위한운영 장치 및 방법에 관한 것이다.The present invention relates to an operating apparatus and method for backing up and restoring the Linux operating system, and more particularly, to operating a damaged Linux in a short time when the Linux operating system is inoperable due to user error and data loss and various types of system damage. An operating device and method for backing up and restoring a Linux operating system for backing up and restoring a system.

도 1와 같은 일반적인 리눅스 운영 시스템(10)은 중앙처리장치(20), 주기억장치(30), 보조기억장치(40), O/S(50), 프로그램(60), 데이터(70)로 구성되는데, 이와 같은 리눅스 운영 시스템이 다양한 원인으로 운영 불능이 되면 시스템 자체를 복구해야 한다. 일반적으로 운영 불능이 된 리눅스 운영 시스템을 복구하기 위해서는 크게 2가지 방법으로 나눌 수 있으며, 첫번째는 정확한 원인 분석으로 오류를 수정함으로써 리눅스 운영 시스템을 복구하는 방법이다. 이는 원인 분석 및 오류 수정에 상당한 시간이 소요되며, 디스크가 포맷되었거나 MBR(Master Boot Record)이 손상되어 디스크가 작동되지 않는 경우 등으로 인하여 오류 수정을 통해서도 운영 시스템이 복구되지 않는 경우가 있다. 두번째는 리눅스 운영 시스템을 설치하는 방법으로, 이 경우 기존의 데이터 및 시스템의 운영 환경에 대한 모든 자료가 유실되는 단점이 있다. 이와 같은 방법은 마지막으로 선택할 수 있는 방안으로 리눅스 운영 시스템의 재설치에 상당한 시간이 소요되는 바, 리눅스 운영 시스템이 주로 서버로 활용되는 특성상 기존의 서비스 체계를 100% 복원하는데 까지는 상당 시간이 소요되며, 완벽하게 기존 시스템 상태로 복원하는 것을 장담할 수 없다. 상술한 바와 같은 방법으로 리눅스 운영 시스템을 복구하는 과정은 앞서 언급했던 바와 같이 O/S의 이상으로 데이터를 접근할 수 없는 현상 또는 플로피디스크, 포맷, 지움 등의 잘못된 명령으로 인한 디스크의 손상으로 인한 시스템의 운영 불능 상태는 시스템의 복구가 불가능하게 되는 문제점이 발생하게 된다. 이 외에도 손상된 하드디스크의 데이터를 전문적으로 복구해 주는 서비스 업체에 의뢰하는 방법이 있지만,하드디스크를 복구 서비스 업체에 맡겨야 함으로 장시간에 걸친 싯간소요와 중요 데이터의 유출 가능성이라는 위험이 내포되어 있다.The general Linux operating system 10 as shown in FIG. 1 includes a central processing unit 20, a main memory 30, an auxiliary memory 40, an O / S 50, a program 60, and data 70. If such a Linux operating system becomes inoperable due to various reasons, the system itself must be restored. In general, there are two ways to recover a Linux operating system that has become inoperable. The first is to recover the Linux operating system by correcting errors with accurate cause analysis. This can take a considerable amount of time to analyze the cause and correct the error. In some cases, the operating system cannot be repaired even if the disk is formatted or the MBR (Master Boot Record) is damaged. The second method is to install the Linux operating system, in which case all data about the operating environment of the existing data and system is lost. This method is the last option, and it takes a long time to reinstall the Linux operating system. Due to the fact that the Linux operating system is mainly used as a server, it takes a long time to restore 100% of the existing service system. You can't guarantee to completely restore the original system state. As mentioned above, the process of recovering the Linux operating system may be caused by damage to the disk due to incorrect commands such as floppy disk, format, erase or data inaccessibility due to O / S error as mentioned above. The inoperable state of the system causes a problem that makes the system impossible to recover. In addition, there is a method of requesting a service provider that specializes in recovering data from a damaged hard disk. However, the need to leave the hard disk to a recovery service provider poses a risk of prolonged periods of time and the possible leakage of important data.

따라서, 본 발명은 이와 같은 문제점을 해결하기 위한 것으로서, 본 발명은 보조 운영 시스템을 이용하여 또 하나의 O/S로서 동작시킴으로써 독립적으로 데이터 영역 및 O/S를 스캔하기 때문에 O/S 이상으로 인하여 데이터를 접근할 수 없는 현상, 플로피디스크, 포맷 등의 잘못된 시스템 명령어로 인한 O/S 및 데이터의 손실의 복구가 가능한 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치 및 방법을 제공하는데 그 목적이 있다.Accordingly, the present invention is to solve such a problem, the present invention is due to the O / S abnormality because the present invention independently scans the data area and O / S by operating as another O / S using the auxiliary operating system Its purpose is to provide an operating system and method for backing up and restoring a Linux operating system that can recover data loss, data loss, data loss, and / or errors caused by incorrect system commands. .

본 발명의 다른 목적은, 물리적으로 이원화되어 있는 2개의 O/S를 운영함으로써 모든 리눅스 운영시스템의 백업 및 복구를 수행하는 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치 및 방법을 제공하는데 있다.Another object of the present invention is to provide an operating apparatus and method for backing up and restoring a Linux operating system that performs backup and recovery of all Linux operating systems by operating two physically dual O / S.

본 발명의 또 다른 목적은, 플래쉬 디스크 드라이브를 이용하여 물리적으로 원전히 분리된 또 하나의 리눅스 운영 시스템을 구축함으로써 누구나 손쉽게 장애가 발생된 해당 시스템을 복구하는 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치 및 방법을 제공하는데 있다.Still another object of the present invention is to provide an operating system for backup and restoration of the Linux operating system, in which anyone can easily recover a failed system by building another Linux operating system that is physically separated using a flash disk drive. And providing a method.

도 1은 일반적인 리눅스 운영 시스템의 구성도,1 is a configuration diagram of a general Linux operating system,

도 2는 본 발명에 따른 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치의 구성도,2 is a configuration diagram of an operating apparatus for backup and restore of the Linux operating system according to the present invention;

도 3은 본 발명에 따른 리눅스 운영 시스템의 백업 및 복원을 위한 운영 방법의 흐름도.3 is a flowchart of an operating method for backup and restoration of a Linux operating system according to the present invention;

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

100 : 제2운영시스템 110 : 메인시스템100: second operating system 110: main system

120 : 서브시스템 200 : 백업디바이스120: subsystem 200: backup device

이와 같은 목적을 달성하기 위한 본 발명의 특징은, 다양한 형태의 원인으로 발생되는 제1운영시스템의 장애 발생 시에 장애시스템의 O/S 및 데이터를 복구하는 장치에 있어서, 상기 제1운영시스템 내에 물리적으로 완전히 분리되어 있는 제2운영시스템; 및 상기 제2운영시스템 내에 O/S 및 데이터를 듀얼 이미지로 저장하는 백업디바이스를 포함하는데 있다.A feature of the present invention for achieving the above object is, in the device for recovering the operating system and data of the failure system in the event of a failure of the first operating system caused by various forms, within the first operating system A second operating system that is completely physically separate; And a backup device for storing O / S and data as a dual image in the second operating system.

바람직하게, 상기 제2운영시스템은 메인시스템과 서브시스템으로 구분됨을 특징으로 한다.Preferably, the second operating system is divided into a main system and a subsystem.

바람직하게, 상기 메인시스템은 중앙처리장치, 주기억장치, 보조기억장치, O/S, 응용프로그램, 데이터를 포함하여 운용되는 시스템임을 특징으로 한다.Preferably, the main system is characterized in that the system is operated including a central processing unit, main memory, auxiliary memory, O / S, applications, data.

바람직하게, 상기 O/S는 물리적으로 이원화됨을 특징으로 한다.Preferably, the O / S is characterized in that it is physically binary.

바람직하게, 상기 서브시스템은 플래쉬 디스크 드라이브로 이루어짐을 특징으로 한다.Preferably, the subsystem is comprised of a flash disk drive.

바람직하게, 상기 백업디바이스는 적어도 하나 이상의 이미지 데이터와 O/S, 응용프로그램, 데이터를 포함하여 운용되는 시스템임을 특징으로 한다.Preferably, the backup device is characterized in that the operating system including at least one or more image data, O / S, applications, data.

본 발명의 다른 특징은, 다양한 형태의 원인으로 발생되는 제1운영시스템의 장애 발생 시에 장애시스템의 O/S 및 데이터를 복구하는 방법에 있어서, 상기 제1운영시스템 내에 플래쉬디스크를 이용하여 물리적으로 완전히 분리되어 있는 제2운영시스템을 구축하는 단계; 상기제1운영시스템 내에 별도의 백업디바이스를 구축하여 제2운영시스템의 O/S 및 데이터를 듀얼 이미지로 저장하는 단계; 및 상기 제1운영시스템의 장애 발생 시에 상기 제1운영시스템 상에서 상기 플래쉬디스크에 구축되어 있는 제2운영시스템으로 네트워크를 이용한 원격지 시스템 복구를 하는 단계를 포함하는데 있다.Another aspect of the present invention is a method for recovering O / S and data of a failure system in the event of a failure of the first operating system caused by various types of causes, by using a flash disk in the first operating system Establishing a second operating system completely separated from each other; Constructing a separate backup device in the first operating system and storing O / S and data of the second operating system as a dual image; And recovering a remote system using a network from a first operating system to a second operating system built on the flash disk when the first operating system fails.

본 발명의 또 다른 특징은, 다양한 형태의 원인으로 발생되는 제1운영시스템의 장애 발생 시에 장애시스템의 O/S 및 데이터를 복구하는 방법에 있어서, 상기 제1운영시스템을 부팅하는 제1단계; 상기 제1운영시스템의 정상 가동 유무를 검사하는 제2단계; 상기 제2단계에서 상기 제1운영시스템이 정상 가동되지 않으면 제2운영시스템을 부팅을 하고 데이터가 손상되었는지 판단하는 제3단계; 상기 제3단계에서 데이터가 손상되지 않았으면 상기 제2운영시스템을 이용한 시스템 장애 복구를 수행하고 시스템 재부팅을 수행한 후에 상기 제2단계로 복귀하는 제4단계; 상기 제3단계에서 데이터가 손상되었으면 백업 이미지를 이용하여 데이터를 복구한 후 상기 제1운영시스템을 재부팅하고 상기 제2단계로 복귀하는 제5단계; 및 상기 제2단계에서 상기 제1운영시스템이 정상 가동되면 상기 제1운영시스템을 운영하고 백업디바이스에 데이터를 자동으로 백업한후 시스템 서비스를 수행하는 제6단계를 포함하는데 있다.According to still another aspect of the present invention, in the method of recovering O / S and data of a failure system when a failure of the first operating system occurs due to various forms, a first step of booting the first operating system ; A second step of checking whether the first operating system is normally operated; A third step of booting a second operating system and determining whether data is damaged if the first operating system is not normally operated in the second step; A fourth step of returning to the second step after performing a system failure recovery using the second operating system and performing a system reboot if the data is not damaged in the third step; A fifth step of rebooting the first operating system and returning to the second step after recovering the data using the backup image if the data is damaged in the third step; And a sixth step of operating the first operating system, automatically backing up data to a backup device, and performing a system service when the first operating system is normally operated in the second step.

이하, 본 발명의 바람직한 실시예에 대하여 첨부 도면을 참조하여 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 2는 본 발명에 따른 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치의 구성도이다.2 is a configuration diagram of an operating device for backup and restoration of the Linux operating system according to the present invention.

도 2에 있어서, 본 발명은 제2운영시스템(100), 백업디바이스(200)를 포함하며, 제2운영시스템(100)은 메인시스템(110)과 서브시스템(120)으로 구성된다.2, the present invention includes a second operating system 100 and a backup device 200, and the second operating system 100 includes a main system 110 and a subsystem 120.

제2운영시스템(100)은 다양한 형태의 원인으로 발생되는 도 1의 제1운영시스템(10)의 장애 발생 시에 장애시스템의 O/S 및 데이터를 복구하기 위하여, 제1운영시스템(10)과는 물리적으로 완전히 분리되는데 메인시스템(110)과 서브시스템(120)으로 구분되며, 메인시스템(110)은 중앙처리장치(111), 주기억장치(112), 보조기억장치(113), O/S(114), 응용프로그램(115), 데이터(116)로 이루어지며, 서비시스템(120)은 플래쉬 디스크 드라이브로 이루어진다. 백업디바이스(200)는 제2운영시스템(100) 내에 O/S 및 데이터를 듀얼 이미지로 저장한다.The second operating system 100 may recover the O / S and data of the failure system when the failure of the first operating system 10 of FIG. 1 occurs due to various types of causes. And physically separated from the main system 110 and the subsystem 120, the main system 110, the central processing unit 111, the main memory 112, the auxiliary memory 113, O / S 114, application 115, and data 116, the service system 120 is composed of a flash disk drive. The backup device 200 stores the O / S and data as a dual image in the second operating system 100.

백업디바이스(200)는 적어도 하나 이상의 이미지 데이터(이미지0, 이미지1,…)와 물리적으로 이원화된 O/S, 응용프로그램, 데이터를 포함하여 운용된다.The backup device 200 is operated by including at least one or more image data (image 0, image 1, ...) and physically binary O / S, application program, data.

도 3은 본 발명에 따른 리눅스 운영 시스템의 백업 및 복원을 위한 운영 방법의 흐름도이다.3 is a flowchart of an operating method for backup and restoration of a Linux operating system according to the present invention.

도 3에 있어서, MBR(Master Boot Record)이 손상되거나, O/S의 이상으로 데이터를 접근 할 수 없는 현상 또는 Fdisk, Format, Delete 등의 잘못 된 명령으로 인한 디스크의 손상, 알수 없는 이상으로 인한 데이터의 손실 등의 다양한 형태의 원인으로 발생되는 제1운영시스템(10)의 장애 발생 시에 장애시스템의 O/S(50) 및 데이터(70)를 복구하기 위해서는, 제1운영시스템(10) 내에 서비시스템(120)인 플래쉬디스크드라이브를 이용하여 물리적으로 완전히 분리되어 있는 제2운영시스템(100)을 구축하고, 제1운영시스템(10) 내에 별도의 백업디바이스(200)를 구축하여 제2운영시스템(100)의 O/S(114) 및 데이터(116)를 듀얼 이미지로 저장한다. 또한, 제1운영시스템(10)의 장애 발생 시에 제1운영시스템(10) 상에서 서브시스템(120)인 플래쉬디스크드라이브에 구축되어 있는 제2운영시스템(100)으로 네트워크를 이용한 원격지 시스템 복구를 수행한다.In FIG. 3, the MBR (Master Boot Record) is damaged, the data cannot be accessed due to an abnormal O / S, or the disk is damaged due to an incorrect command such as Fdisk, Format, Delete, or the like. In order to recover the O / S 50 and the data 70 of the failure system in the event of a failure of the first operating system 10 caused by various forms such as data loss, the first operating system 10 The second operating system 100 is completely physically separated using the flash disk drive, which is the service system 120, and a separate backup device 200 is constructed in the first operating system 10 to establish a second. O / S 114 and data 116 of operating system 100 are stored as dual images. In addition, when a failure of the first operating system 10 occurs, the second operating system 100 constructed in the flash disk drive, which is a subsystem 120, on the first operating system 10 is restored to a remote system using a network. Perform.

보다 상세하게 설명하면, 다양한 형태의 원인으로 발생되는제1운영시스템(10)의 장애 발생 시에 장애시스템의 O/S(50) 및 데이터(70)를 복구하기 위해서, 제1운영시스템을 부팅하여(단계 S100), 제1운영시스템(10)의 정상 가동 유무를 검사한다(단계 S101). S101 단계에서의 검사 결과 제1운영시스템(10)이 정상 가동되지 않으면 제2운영시스템(100)을 부팅을 하고(단계 S102), 데이터가 손상되었는지 판단한다(단계 S103).In more detail, in order to recover the O / S 50 and the data 70 of the failure system in the event of a failure of the first operating system 10 caused by various types of causes, the first operating system is booted. (Step S100), the normal operation of the first operating system 10 is checked (step S101). If the first operating system 10 does not operate normally as a result of the inspection at step S101, the second operating system 100 is booted (step S102), and it is determined whether data is corrupted (step S103).

S103 단계에서 데이터가 손상되지 않았으면 제2운영시스템(100)을 이용한 시스템 장애 복구를 수행하고(단계 S104), 시스템 재부팅을 수행하며(단계 S105), S105 단계에서 시스템 재부팅을 한 후에 S101 단계로 복귀한다. S103 단계에서 데이터가 손상되었으면 백업디바이스(200)의 백업 이미지를 이용하여 데이터를 복구하고(단계 S106), 제1운영시스템(10)을 재부팅하여(단계 S107), S101 단계로 복귀한다.If the data is not damaged at step S103, a system failure recovery using the second operating system 100 is performed (step S104), a system reboot is performed (step S105), and after a system reboot at step S105, step S101 is performed. To return. If the data is damaged in step S103, the data is recovered using the backup image of the backup device 200 (step S106), the first operating system 10 is rebooted (step S107), and the process returns to step S101.

S101 단계에서 제1운영시스템(10)이 정상 가동 중이면 제1운영시스템(10)을 운영하고(단계 S108), 백업디바이스(200)에 데이터를 자동으로 백업한 후(단계 S109) 시스템 서비스를 수행한다(단계 S110).If the first operating system 10 is in normal operation at step S101, the first operating system 10 is operated (step S108), and data is automatically backed up to the backup device 200 (step S109). (Step S110).

이와 같이, 본 발명의 상세한 설명에서는 구체적인 실시예에 관해 설명하였으나, 본 발명의 범주에서 벗어나지 않는 한도 내에서 여러가지 변형이 가능함은 물론이다. 그러므로, 본 발명의 범위는 설명된 실시예에 국한되어 정해져서는 안되며 후술하는 특허청구범위 뿐만 아니라 이 특허청구범위와 균등한 것들에 의해 정해져야 한다.As described above, in the detailed description of the present invention, specific embodiments have been described, but various modifications are possible without departing from the scope of the present invention. Therefore, the scope of the present invention should not be limited to the described embodiments, but should be defined by the claims below and equivalents thereof.

결국, 본 발명에 의한 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치 및 방법에 따르면 다음과 같은 이점이 발생한다.As a result, according to the operating device and method for the backup and restore of the Linux operating system according to the present invention the following advantages occur.

즉, 동일 운영시스템 내에 플래쉬 디스크를 이용하여 물리적으로 완전히 분리되어 있는 또 하나의 운영시스템을 구축함으로써 MBR의 손상이나 O/S의 이상으로 데이터를 접근할 수 없는 현상 또는 잘못된 명령으로 인한 디스크의 손상, 알 수 없는 이상으로 인한 데이터의 손실 등 다양한 형태의 원인으로 발생되는 운영 시스템의 장애 발생 시 플래쉬 디스크의 운영 시스템을 이용하여 누구나 손쉽게 장애가 발생된 시스템을 복구할 수 있다.In other words, by building another operating system that is completely physically separated by using flash disk in the same operating system, the data is inaccessible due to damage of MBR, O / S or disk damage due to wrong command. In the event of a failure of the operating system caused by various forms such as data loss due to an unknown abnormality, anyone can easily recover the failed system by using the operating system of the flash disk.

Claims (8)

다양한 형태의 원인으로 발생되는 제1운영시스템의 장애 발생 시에 장애시스템의 O/S 및 데이터를 복구하는 장치에 있어서,In the device for recovering the O / S and data of the failure system in the event of failure of the first operating system caused by various types of causes, 상기 제1운영시스템 내에 물리적으로 완전히 분리되어 있는 제2운영시스템; 및A second operating system that is physically completely separate within the first operating system; And 상기 제2운영시스템 내에 O/S 및 데이터를 듀얼 이미지로 저장하는 백업디바이스를 포함하는 것을 특징으로 하는 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치.Operating system for the backup and restore of the Linux operating system, characterized in that it comprises a backup device for storing the O / S and data as a dual image in the second operating system. 제 1 항에 있어서, 상기 제2운영시스템은The method of claim 1, wherein the second operating system 메인시스템과 서브시스템으로 구분됨을 특징으로 하는 리눅스 운영 시스템의백업 및 복원을 위한 운영 장치.Operating system for backing up and restoring the Linux operating system, characterized by a main system and a subsystem. 제 2 항에 있어서, 상기 메인시스템은The method of claim 2, wherein the main system 중앙처리장치, 주기억장치, 보조기억장치, O/S, 응용프로그램, 데이터를 포함하여 운용되는 시스템임을 특징으로 하는 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치.Operating system for backing up and restoring the Linux operating system, which includes a central processing unit, main memory, auxiliary memory, operating system, applications, and data. 제 3 항에 있어서, 상기 O/S는The method of claim 3, wherein the O / S 물리적으로 이원화됨을 특징으로 하는 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치.Operating system for backing up and restoring the Linux operating system, characterized as being physically dual. 제 2 항에 있어서, 상기 서브시스템은3. The system of claim 2, wherein the subsystem is 플래쉬 디스크 드라이브로 이루어짐을 특징으로 하는 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치.Operating system for backup and restore of the Linux operating system, characterized by a flash disk drive. 제 1 항에 있어서, 상기 백업디바이스는The method of claim 1, wherein the backup device 적어도 하나 이상의 이미지 데이터와 O/S, 응용프로그램, 데이터를 포함하여 운용되는 시스템임을 특징으로 하는 리눅스 운영 시스템의 백업 및 복원을 위한 운영 장치.Operating system for the backup and restore of the Linux operating system, characterized in that the operating system including at least one or more image data, O / S, applications, data. 다양한 형태의 원인으로 발생되는 제1운영시스템의 장애 발생 시에 장애시스템의 O/S 및 데이터를 복구하는 방법에 있어서,In the method of recovering the operating system and data of the failure system when the failure of the first operating system caused by various forms, 상기 제1운영시스템 내에 플래쉬디스크를 이용하여 물리적으로 완전히 분리되어 있는 제2운영시스템을 구축하는 단계;Constructing a second operating system that is physically completely separated by using a flash disk in the first operating system; 상기 제1운영시스템 내에 별도의 백업디바이스를 구축하여 제2운영시스템의 O/S 및 데이터를 듀얼 이미지로 저장하는 단계; 및Constructing a separate backup device in the first operating system and storing O / S and data of the second operating system as a dual image; And 상기 제1운영시스템의 장애 발생 시에 상기 제1운영시스템 상에서 상기 플래쉬디스크에 구축되어 있는 제2운영시스템으로 네트워크를 이용한 원격지 시스템 복구를 하는 단계를 포함하는 것을 특징으로 하는 리눅스 운영 시스템의 백업 및 복원을 위한 운영 방법.And performing a remote system recovery using a network to a second operating system built on the flash disk on the first operating system when a failure of the first operating system occurs. Operational method for restoration. 다양한 형태의 원인으로 발생되는 제1운영시스템의 장애 발생 시에 장애시스템의 O/S 및 데이터를 복구하는 방법에 있어서,In the method of recovering the operating system and data of the failure system when the failure of the first operating system caused by various forms, 상기 제1운영시스템을 부팅하는 제1단계;A first step of booting the first operating system; 상기 제1운영시스템의 정상 가동 유무를 검사하는 제2단계;A second step of checking whether the first operating system is normally operated; 상기 제2단계에서 상기 제1운영시스템이 정상 가동되지 않으면 제2운영시스템을 부팅을 하고 데이터가 손상되었는지 판단하는 제3단계;A third step of booting a second operating system and determining whether data is damaged if the first operating system is not normally operated in the second step; 상기 제3단계에서 데이터가 손상되지 않았으면 상기 제2운영시스템을 이용한 시스템 장애 복구를 수행하고 시스템 재부팅을 수행한 후에 상기 제2단계로 복귀하는 제4단계;A fourth step of returning to the second step after performing a system failure recovery using the second operating system and performing a system reboot if the data is not damaged in the third step; 상기 제3단계에서 데이터가 손상되었으면 백업 이미지를 이용하여 데이터를 복구한 후 상기 제1운영시스템을 재부팅하고 상기 제2단계로 복귀하는 제5단계; 및A fifth step of rebooting the first operating system and returning to the second step after recovering the data using the backup image if the data is damaged in the third step; And 상기 제2단계에서 상기 제1운영시스템이 정상 가동되면 상기 제1운영시스템을 운영하고 백업디바이스에 데이터를 자동으로 백업한후 시스템 서비스를 수행하는 제6단계를 포함하는 것을 특징으로 하는 리눅스 운영 시스템의 백업 및 복원을 위한 운영 방법.And a sixth step of operating the first operating system, automatically backing up data to a backup device, and performing a system service when the first operating system is normally operated in the second step. Operating method for backup and restore.
KR1020020003188A 2002-01-19 2002-01-19 Apparatus and Method for operating recovery and backup of linux operting system KR20030062793A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020003188A KR20030062793A (en) 2002-01-19 2002-01-19 Apparatus and Method for operating recovery and backup of linux operting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020003188A KR20030062793A (en) 2002-01-19 2002-01-19 Apparatus and Method for operating recovery and backup of linux operting system

Publications (1)

Publication Number Publication Date
KR20030062793A true KR20030062793A (en) 2003-07-28

Family

ID=32218626

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020003188A KR20030062793A (en) 2002-01-19 2002-01-19 Apparatus and Method for operating recovery and backup of linux operting system

Country Status (1)

Country Link
KR (1) KR20030062793A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100735774B1 (en) * 2005-09-23 2007-07-06 엘지노텔 주식회사 Data backup method for embedded system
KR100877239B1 (en) * 2006-11-21 2009-01-08 주식회사 하우앳 System remote recovery method
US7996720B2 (en) 2007-12-10 2011-08-09 Electronics And Telecommunications Research Institute Apparatus and method of mirroring firmware and data of embedded system
CN106815098A (en) * 2017-01-20 2017-06-09 杭州当虹科技有限公司 Setting backup and the method and system for recovering based on linux system
KR20190130903A (en) 2018-05-15 2019-11-25 삼성에스디에스 주식회사 Method and system for swapping booting disk
CN113127259A (en) * 2019-12-30 2021-07-16 北京懿医云科技有限公司 Data deployment method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5724501A (en) * 1996-03-29 1998-03-03 Emc Corporation Quick recovery of write cache in a fault tolerant I/O system
KR19990062427A (en) * 1997-12-26 1999-07-26 윤종용 Computer system having failover function and method thereof
KR20000009728U (en) * 1998-11-10 2000-06-05 서평원 Backup Redundancy Units in the System
KR20000049321A (en) * 1999-09-06 2000-08-05 이호동 Auto-recovery system of LINUX using a flash card
KR20010070803A (en) * 2001-06-08 2001-07-27 하창섭 Recovery and back-up system and the method using thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5724501A (en) * 1996-03-29 1998-03-03 Emc Corporation Quick recovery of write cache in a fault tolerant I/O system
KR19990062427A (en) * 1997-12-26 1999-07-26 윤종용 Computer system having failover function and method thereof
KR20000009728U (en) * 1998-11-10 2000-06-05 서평원 Backup Redundancy Units in the System
KR20000049321A (en) * 1999-09-06 2000-08-05 이호동 Auto-recovery system of LINUX using a flash card
KR20010070803A (en) * 2001-06-08 2001-07-27 하창섭 Recovery and back-up system and the method using thereof

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100735774B1 (en) * 2005-09-23 2007-07-06 엘지노텔 주식회사 Data backup method for embedded system
KR100877239B1 (en) * 2006-11-21 2009-01-08 주식회사 하우앳 System remote recovery method
US7996720B2 (en) 2007-12-10 2011-08-09 Electronics And Telecommunications Research Institute Apparatus and method of mirroring firmware and data of embedded system
CN106815098A (en) * 2017-01-20 2017-06-09 杭州当虹科技有限公司 Setting backup and the method and system for recovering based on linux system
CN106815098B (en) * 2017-01-20 2021-03-23 杭州当虹科技股份有限公司 Method and system for setting backup and recovery based on Linux system
KR20190130903A (en) 2018-05-15 2019-11-25 삼성에스디에스 주식회사 Method and system for swapping booting disk
CN113127259A (en) * 2019-12-30 2021-07-16 北京懿医云科技有限公司 Data deployment method, device, equipment and storage medium
CN113127259B (en) * 2019-12-30 2024-03-12 北京懿医云科技有限公司 Data deployment method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
US7340638B2 (en) Operating system update and boot failure recovery
US20020053044A1 (en) Self-repairing operating system for computer entities
US6665813B1 (en) Method and apparatus for updateable flash memory design and recovery with minimal redundancy
US6931522B1 (en) Method for a computer using the system image on one of the partitions to boot itself to a known state in the event of a failure
US8341386B2 (en) Method for updating basic input/output system and method for repairing thereof
US7941658B2 (en) Computer system and method for updating program code
US7882388B2 (en) Dual independent non volatile memory systems
US20070174689A1 (en) Computer platform embedded operating system backup switching handling method and system
US20130254587A1 (en) Lpar creation and repair for automated error recovery
US6934805B2 (en) Method and apparatus for managing computer storage devices for improved operational availability
US20210117272A1 (en) Basic input/output system (bios) device management
KR100339051B1 (en) Auto-recovery system of LINUX using a flash card
US7574621B2 (en) Method and system for identifying and recovering a file damaged by a hard drive failure
CN100395713C (en) Method of automatic repairing basic input output system element and module
CN111552592A (en) Double-backup starting method and system
CN113626262A (en) BMC recovery method, system, equipment and medium
KR20030062793A (en) Apparatus and Method for operating recovery and backup of linux operting system
CN113190256A (en) Upgrading method, device and equipment
JP5683088B2 (en) Recovery system, recovery method, and backup control system
JP3551079B2 (en) Recovery method and device after replacement of modified load module
CN116719657A (en) Firmware fault log generation method, device, server and readable medium
CN109086085A (en) A kind of os starting management method and device
US8990618B2 (en) Partial fault tolerance in an embedded appliance
KR101461650B1 (en) Apparatus and method for managing file system of a computing device
JP2004054616A (en) Information processor with function to automatically restore firmware

Legal Events

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