Go to documentation repository
기본적으로 페일오버 시스템 노드는 사용 가능한 모든 네트워크 인터페이스를 사용합니다.
네트워크 인터페이스 수를 제한하기 위해 다음을 수행하세요.
By default, the Failover system nodes use all available network interfaces.
To limit the number of the used network interfaces, do the following:
Add the following parameter to the C:\Program Files\AxxonSoft\Axxon One\bin\raft\raft-settings.xml file:파일에 다음 매개변수를 추가합니다.
| Code Block |
|---|
<item key="NGP_IFACE_WHITELIST">172.17.0.0/16</item> |
Use the following interfaces setting format다음 인터페이스 설정 형식을 사용합니다: "IP-address1/number of unit bits in the mask, IP-address2/number of unit bits in the mask".
By default, the stale mode is activated to reduce the network traffic and the load on the CPU. In this mode, any Server in the Failover system can process queries, regardless of whether it is the master Server.
To disable the stale mode, do the following:
기본적으로 네트워크 트래픽과 CPU의 부하를 줄이기 위해 스테일 모드가 활성화됩니다. 이 모드에서는 페일오버 시스템의 모든 서버가 마스터 서버인지 여부에 관계없이 쿼리를 처리할 수 있습니다.
스테일 모드(stale mode)를 비활성화하려면 다음을 수행하십시오.
Change the value of the following parameter to 0 in the C:\Program Files\AxxonSoft\Axxon One\bin\raft\raft-settings.xml file:파일에서 다음 매개변수의 값을 0으로 변경합니다.
| Code Block |
|---|
<item key="SVISOR_CONSUL_STALE_MODE_THRESHOLD_MS">0</item> |
To activate the stale mode, change the value of the parameter to 200 in the file스테일 모드(stale mode)를 활성화하려면 파일에서 매개변수 값을 200으로 변경하십시오.
| Info | ||
|---|---|---|
| ||
Effective work in the stale mode is performed in the clusters with a large number of added Servers스테일 모드(stale mode)에서의 효과적인 작업은 추가된 서버 수가 많은 클러스터에서 수행됩니다. |