Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following describes precautions for each platform.

Windows

volume

  • 복제 볼륨은 온라인(마운트)된 상태로 레터가 할당되어 있어야 합니다.

  • 메타디스크 볼륨은 레터 또는 GUID로 지정되어 있어야 하며, RAW 포맷 상태로 준비해야 합니다. 특정 파일 시스템(예: NTFS)으로 포맷할 경우 메타 볼륨 초기화 시점에 권한 문제로 인한 초기화 오류가 발생합니다.

  • 디스크 볼륨 크기

  • 볼륨의 크기는 반드시 소스 노드 볼륨의 크기보다 타깃 노드 볼륨의 크기가 같거나 커야 합니다.

  • 여기서 볼륨의 크기는 포맷한 이후의 파일시스템의 크기가 아닌 파티션의 크기를 의미하며 다음과 같이 powershell 명령라인에서 구할 수 있습니다

    Replication volumes must be online (mounted) and have letter assigned.

  • The metadisk volume must be specified as a letter or GUID, and must be prepared in RAW format. Formatting with a specific file system (eg NTFS) causes initialization errors due to permission issues at the time of meta volume initialization.

  • Disk volume size

    • The size of the volume must be the same or larger than the size of the target node volume.

    • Here, the size of the volume means the size of the partition, not the size of the file system after formatting, and partition size can be obtained from the powershell command line as follows.

Info

Windows PowerShell
Copyright (C) 2014 Microsoft Corporation. All rights reserved.

PS C:\Users\sekim>gwmi -Query "SELECT * from Win32_DiskPartition"

NumberOfBlocks : 488392704
BootPartition : False
Name : 디스크 4번, 파티션 0번disk 4, partition 0
PrimaryPartition : True
Size : 250057064448
Index : 0

NumberOfBlocks : 716800
BootPartition : True
Name : 디스크 0번, 파티션 0번disk 0, partition 0
PrimaryPartition : True
Size : 367001600
Index : 0

NumberOfBlocks : 487675904
BootPartition : False
Name : 디스크 0번, 파티션 1번disk 0, partition 1
PrimaryPartition : True
Size : 249690062848
Index : 1

NumberOfBlocks : 976766976
BootPartition : False
Name : 디스크 5번, 파티션 0번disk 5, partition 0
PrimaryPartition : True
Size : 500104691712
Index : 0

NumberOfBlocks : 1953519616
BootPartition : False
Name : 디스크 2번, 파티션 0번disk 2, partition 0
PrimaryPartition : True
Size : 1000202043392
Index : 0

NumberOfBlocks : 976766976
BootPartition : False
Name : 디스크 3번, 파티션 0번disk 3, partition 0
PrimaryPartition : True
Size : 500104691712
Index : 0

NumberOfBlocks : 488392704
BootPartition : False
Name : 디스크 1번, 파티션 0번disk 1, partition 0
PrimaryPartition : True
Size : 250057064448
Index : 0

노드

  • 구성파일 host 섹션에 호스트 이름을 기술해야 합니다.(floating peer 방식은 예외)

  • 구성파일 host 섹션에 node-id 항목이 기술되어 있어야 합니다.

네트워크

  • 미러링 주소와 포트에 대한 로컬 방화벽 예외정책을 추가해야 합니다.

  • NIC 에 설정된 네트워크 주소가 net 섹션의 IP 주소로 기술되어야 합니다.

...

IP 주소 구성 잔재 오류

...

Node

  • The host name must be specified in the host section of the configuration file (except for the floating peer method).

  • The node-id entry should be described in the host section of the configuration file.

Network

  • You must add a local firewall exception policy for mirroring addresses and ports.

  • The network address set on the NIC should be described as the IP address in the net section.

Info

IP address garbage value error on registry

Depending on the operating situation, an error such as “There are multiple host sections for this node“ 와 같은 오류가 발생할 수 있습니다. 이것은 Windows에서 랜카드에 설정했던 IP 주소 정보가 레지스트리에 남아 있어서 IP 주소 인식 오류가 발생하는 문제로 다음 레지스트리의 항목을 수동으로 수정하여 해결할 수 있습니다may occur when starting up a resource after changing the previously set IP address information. This is an issue that causes IP address recognition errors because the IP address information set in the LAN card in Windows remains in the registry and can be solved by manually modifying the following registry entries.

  • HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces 키 하부의 인터페이스 키에 설정된 IP 주소 잔재를 변경하려는 IP 주소로 설정합니다Set the IP address residue set in the interface key under the key to the IP address you want to change.

Linux

Note
  • 리눅스 DRBD 에서 구현하고 있는 I/O 재지정(redirection)은 bsr 에서 제거하였습니다. 따라서 기존 DRBD 의 diskless 모드로의 운영은 불가합니다.diskless 모드가 제거됨에 따라 로컬의 읽기 I/O도 기본 bypass 하도록 처리됩니다. 읽기 I/O 역시 재지정되지 않습니다redirection implemented in Linux DRBD has been removed from bsr. Therefore, operation of the existing DRBD in diskless mode is not possible.

  • As diskless mode is removed, local read I/O is also handled to default bypass. Read I/O is also not redirected.