서비스에 필요한 데이터를 네트워크로 연결된 클러스터 노드간에 공유하기 위하여 사용합니다.
미러링은 로컬에서만 접근이 가능한 데이터를 네트워크를 통해 대기 서버로 복제하여 대기 서버에서 동일한 데이터를 갖도록 합니다.
미러 디스크 DR 에이전트는 이러한 미러링 기능을 하는 DRBD9 복제 소프트웨어에 대한 관리 에이전트 입니다.
미러 디스크 DR 에이전트는 1:2 미러링 복제구성을 등록 관리 할수 있습니다.
미러 디스크 DR 에이전트는 DRBD9 복제 소프트웨어로부터 실시간 이벤트를 받아 복제 볼륨을 관리합니다.
이 페이지의 주요 내용
DRBD 9 가 사전에 설치 되어 있어야 하며 Internal 메타 데이타 기능을 사용할수 없습니다.
[Figure] Mirroring Configuration
Mirror Mode
Mirror mode employs both asynchronous and synchronous mirroring schemes. Understanding the advantages and disadvantages between synchronous and asynchronous mirroring is essential to the correct operation of this.
Async mode
With asynchronous mirroring, each write is captured and a copy of this is made. That copy is queued to be transmitted to the target system as soon as the network will allow it. Meanwhile, the original write request is committed to the underlying storage device and control is immediately returned to the application that initiated the write. At any given time, there may be write transactions waiting in the queue to be sent to the target machine. But it is important to understand that these writes reach the target volume in time order, so the integrity of the data on the target volume is always a valid snapshot of the source volume at some point in time. Should the source system fail, it is possible that the target system did not receive all of the writes that were queued up, but the data that has made it to the target volume is valid and usable.
Semi-sync mode
With semi-synchronous mirroring, each write is captured and transmitted to the target system. Local write completes in the source as soon as the replication packet has reached the target. Normally, no writes are lost in case of failover , but this may can be lost when both nodes are failed simultaneously.
Sync mode
With synchronous mirroring, each write is captured and transmitted to the target system to be written on the target volume at the same time that the write is committed to the underlying storage device on the source system. Once both the local and target writes are complete, the write request is acknowledged as complete and control is returned to the application that initiated the write. With synchronous mirroring, each write is intercepted and transmitted to the target system to be written on the target volume at the same time that the write is committed to the underlying storage device on the source system. Once both the local and target writes are complete, the write request is acknowledged as complete and control is returned to the application that initiated the write.
Adding
미러 디스크 DR 리소스를 그룹에 추가합니다.
- 그룹 선택 -> 마우스 우 클릭 -> 리소스 추가를 선택합니다.
- 리소스 위자드에서 미러 디스크DR를 선택하고 Next 버튼을 클릭합니다.
미러 디스크 DR 리소스로 사용 할 드라이브 문자를 선택하고, 소스 서버로 선택 합니다
[그림] 미러디스크 DR 리소스 추가 화면"추가 정보"를 클릭하여 클러스터링되지 않은 원격지 호스트의 구성 정보를 확인합니다.
[그림] 미러 디스크 DR 추가설정 화면
- 완료 버튼을 클릭하면 미러 디스크 DR 리소스가 추가 됩니다.
삭제
해당 리소스 선택 -> 마우스 우 클릭 -> 리소스 삭제를 선택합니다.
- 리소스 삭제를 클릭하면 MCCS 에 구성된 미러디스크 DR 리소스를 삭제할지 물어봅니다.
[그림] 리소스 확인 화면 - 확인을 클릭하면 MCCS 에 구성된 미러디스크 DR 리소스 뿐만 아니라 복제 프로그램에 구성된 미러도 삭제할지 다시 한번 확인합니다.
[그림] 물리적 미러 디스크 DR 삭제 화면 - 확인을 클릭하면 모두 삭제, 취소를 클릭하면 MCCS 에 구성된 미러디스크 DR 리소스만 삭제하게 됩니다.
상태
다음 테이블은 상태와 사용자 명령에 의해 발생되는 MCCS 리소스의 상태 변화에 대한 설명입니다.
미러 디스크 DR 에이전트: 미러 디스크를 관리하며, 복제 프로그램이 설치되어 있어야 합니다.
상태 | Agent 가능 명령 | 설명 | 비고 |
---|---|---|---|
온라인 소스 볼륨이 접근 가능하고 쓰기 테스트가 정상적으로 이루어지는 상태입니다. | 오프라인 | 복제 상태를 Secondary로 변경합니다. | |
모니터링 | <소스 볼륨> <타깃 볼륨> | ||
오프라인 온라인, 장애 상황을 제외한 상황은 모두 오프라인 상태입니다. | 온라인 | 복제 상태를 Primary로 변경합니다. | |
모니터링 | 위에 모니터링 명령 설명 참조 | ||
장애 | 온라인 | 위에 온라인 명령 설명 참조 | |
오프라인 | 위에 오프라인명령 설명 참조 |
속성
리소스의 고유 속성을 표시 합니다.
Attribute | 설명 | 타입 | 기본값 | 수정 | 비고 |
ChkDsk | If this is set to true, it perform the check disk command when the mirror disk is taken online. Before perform this, the mirroring will be automatically paused and this will be resumed after this is completed. | BOOLEAN | false | O | |
ChkDskArg | It defines check disk command option when Chkdsk is true. /F: Modifies the error in the disk. /R: Recovers the information of damaged sector. (Including /F) | STRING | /F | O | |
ChkDskTimeout | It is timeout limit to complete or stop the check disk of mirror disk before attaching the disk . If value is '0', MCCS waits to complete the check disk before attaching the disk. | INTEGER | 120초 | O | |
DirtyBit | There are dirty bits in the source disk. When changed block isn't transmitted to the target disk, this is marked on the block. | BOOLEAN | false | X | |
Connection | Display the status of connection between the mirror disk's nodes. | STRING | X | ||
Replication | Display the status of replication between the mirror disk's nodes. | STRING | X | ||
DiskState | Display the status of disk managed by the mirror disk. | STRING | X | ||
Resource | Displays the name managed by DRBD | STRING | X | ||
GI | It is an identifier used to determine whether each household's data copied by the mirror disk is of the latest version. | STRING | X | ||
MetaDisk | It is the disk where meta data is saved. | STRING | X | ||
Address | It is an IP address used by mirror disk. | STRING | X | ||
Port | It is the communication port number used for mirror disk. | INTEGER | 7789 | X | |
Role | Display the disk role (Primary or Secondary) of the node. | STRING | X | ||
Device | This is a virtual device name used by mirror disk. | STRING | X | ||
OutOfSync | 동기화가 필요한 Out Of Sync 값의 유무를 나타냅니다. Out Of Sync값이 있는 경우에는 true이며, 노드 간에 아직 복제 혹은 동기화 완료되지 않은 데이터가 존재하고 있음을 의미합니다. | BOOLEAN | false | X | |
Protocol | It displays mirror type. A = Async mode B = Semi sync mode C = Sync mode | STRING | B | X | |
Host | MirrorDisk host name of using resource configuration. | STRING | X | ||
PrimaryPriorityLevel | 각 노드의 SourceRole Level을 나타냅니다. 값이 높은 노드가 최종적으로 Primary Role을 가집니다. | STRING | 0 | X |
※ DR 호스트의 정보는 각 속성에 DR 호스트 이름으로 개별 표시 됩니다.
※ 속성 값은 해당 리소스를 등록할 때에 입력된 값이며, '리소스 고유 속성'에서 값을 변경하거나 확인할 수 있습니다.