|
[Figure] Mirroring Configuration
Replication option 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.
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.
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.
Add the mirror disk DR resource to a group.
Select the mirror volume and MCCS will renew the information.
If you skip enter resource name, this will given 'Mirror_value' which value is selected driver letter.(Ex: Mirror_G)
미러 디스크 DR로 사용될 드라이브 문자 는 양쪽 서버와 DR서버는 같은 드라이브 문자로 되어있어야 합니다. |
[Figure] Mirror Disk DR Resource Added
미러주소와 DR 미러 주소를 선택합니다.
<동기화 모드> 선택합니다.
동기화 모드는 한 번 선택하면 변경할 수 없으므로 주의해서 선택해야 합니다.
왼쪽 콤보 박스는 Cluster내에 미러 라인에 대한 동기화 모드이고, 오른쪽 콤보 박스는 DR 미러 라인에 대한 동기화 모드 입니다.
Sync mode : Response is slow but there is no data loss involved.
Async mode : Relatively faster than the synch mode but it can suffer from data loss.
As 'Additional Settings', Check Disk option is available.
<Check Disk Option> Set the check disk command option. For more details on the function, refer to MSDN. |
[Figure] check disk option
Select resource type → right click → delete resource.
다음 테이블은 DR 쪽 상태와는 상관없이 클러스터내의 미러 상태와 사용자 명령에 의해 발생되는 MCCS 리소스의 상태 변화에 대한 설명입니다.
The command assumes that it is generated by a user.
Mirror disk DR agent: Manages the mirror disk. Copying program should be installed.
Status | Agent command | Description | Note |
---|---|---|---|
Online In this status, you can access the source volume and perform a writing test properly. | Offline | Regardless of the mirror role, the LOCKVOLUME command is used to lock the volume. | |
Monitoring | The monitoring process is also determined by the mirror volume status and roles. <Source volume> <Target volume> | ||
Offline Except for the online and trouble states, it is always offline. | Online | Type of operation is determined by the role of the mirror volume at the start node. <Source volume> <Target volume> | |
Monitoring | Refer to the description of monitoring as above. | ||
Trouble If a writing test failed online, or an attempt to go online is failed, the trouble state is displayed. *Failover deactivation state | Online | Refer to the above online command. | |
Offline | Regardless of the mirror role, the LOCKVOLUME command is used to lock the volume. |
Show the unique attribute of resource.
Attribute | Desctiption | Type | Default | Edit | Note |
AutoResolveSplitBrain | If it is set to 'true', it will automatically resolve the split brain issues. | BOOLEAN | true | O | |
ChkDsk | When the volume is mounted, according to the 'ChkdskArg', disk is tested for errors. | BOOLEAN | false | O | |
ChkdskArg | When the Chkdsk option is set to true, the check disk command option is activated. | STRING | /F | O | |
DirtyBit | It means that dirty bits are set to the target mirror volume. | BOOLEAN | false | X | |
DomainMemberServer | If the node to configure the mirror resource is a member server of the Windows domain, you must set it to "true". | BOOLEAN | false | O | |
DriveLetter | The mirror volume is assigned to the drive character. | STRING | X | ||
MirrorDRIP | The DR IP address used to copy the volume. | STRING | X | ||
MirrorIP | The IP address used to copy the volume. | STRING | X | ||
MirrorRole | The mirror role of the mirror volume. It is renewed from an event log. | STRING | X | ||
MirrorState | The mirror status of the mirror volume. | STRING | X | ||
MirrorTimeout | This is the time limit for mirror role or status updates in the process of volume failovers or switching. | INTEGER | 120 sec | O | |
MirrorType | Determine the mirror synchronization mode. Set it to A or S. ( A - async mode, S - sync mode) * If it is set to asynch mode, data loss can occur. | STRING | A | X | |
Password | It is the password for the designated user account. | PASSWORD | O | ||
ResyncNeed | It represents the total sum of the blocks requiring resynchronization. | INTEGER | 0 | X | |
ResyncTotal | It is the total sum of the resynchronization blocks. | INTEGER | 0 | X | |
SourcePriorityLevel | 각 노드의 SourceRole Level을 나타냅니다. 값이 높은 노드가 최종적으로 Source Role을 가집니다. | STRING | X | ||
TargetDRIP | 재해 복구용 노드의 IP 주소입니다. | STRING | X | ||
TargetDRLetter | DR 타겟 볼륨의 드라이브 문자입니다. | STRING | 0 | X | |
TargetDRResyncNeed | DR 미러의 재동기가 필요한 블럭들의 총 합을 나타냅니다. | INTEGER | 0 | X | |
TargetDRResyncTotal | DR 미러의 재동기 블럭들의 총 합을 나타냅니다. | INTEGER | X | ||
TargetDRRole | DR 미러 볼륨의 미러 역할입니다. | STRING | X | ||
TargetDRState | 현재 원본 볼륨에서 DR 대상 볼륨으로의 데이터 전송 상태를 나타냅니다. | STRING | X | ||
TargetDRType | DR 타겟으로의 데이터 전송 형태를 나타냅니다. | STRING | X | ||
TotalSpace | It represents the total size of the target mirror volume. | INTEGER | X | ||
UsedSpace | It represents the available size of the target mirror volume. | INTEGER | X | ||
User | The user account to run the mirror related commands. | STRING | Administrator | O |
The attribute value is entered to register the resource, and you can change or check it in the 'Specified Attribute'.