...
The following describes precautions for each platform.
Windows
volume
복제 볼륨은 온라인(마운트)된 상태로 레터가 할당되어 있어야 합니다.
메타디스크 볼륨은 레터 또는 GUID로 지정되어 있어야 하며, RAW 포맷 상태로 준비해야 합니다. 특정 파일 시스템(예: NTFS)으로 포맷할 경우 메타 볼륨 초기화 시점에 권한 문제로 인한 초기화 오류가 발생합니다.
디스크 볼륨 크기
볼륨의 크기는 반드시 소스 노드 볼륨의 크기보다 타깃 노드 볼륨의 크기가 같거나 커야 합니다.
여기서 볼륨의 크기는 포맷한 이후의 파일시스템의 크기가 아닌 파티션의 크기를 의미하며 다음과 같이 powershell 명령라인에서 구할 수 있습니다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.
Replication volumes must be online (mounted) and have letter assigned.
Info |
---|
Windows PowerShell PS C:\Users\sekim>gwmi -Query "SELECT * from Win32_DiskPartition" NumberOfBlocks : 488392704 NumberOfBlocks : 716800 NumberOfBlocks : 487675904 NumberOfBlocks : 976766976 NumberOfBlocks : 1953519616 NumberOfBlocks : 976766976 NumberOfBlocks : 488392704 |
노드
구성파일 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.
|
Linux
Note |
---|
|