Versions Compared

Key

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

...

Code Block
titleLinux
# Centos7 
[root@node1 ~]# systemctl stop drxsvc
# Centos6
[root@node1 ~]# service drxsvc stop


5.1.3

...

Watchdog

The DRX 서비스는 DRX 프로세스에 대한 관리를 위해 DRX 와치독을 내장합니다. 와치독은 DRX 프로세스의 이상 종료를 감지할 경우 DRX를 재 기동 시키는 역할을 하고 다음과 같은 상황에서 동작합니다.

...

Service includes DRX Watchdog for management of the DRX Process. Watchdogs can restart the DRX if it detects an unusual shutdown of the DRX process in the following situations.

  • the DRX process ended unexpectedly
  • You shut down the DRX using the "drx-ctl shutdown" 명령어를 사용하여 DRX를 종료시킨 경우 

이러한 와치독에 의한 재기동은 DRX 로그에 상시 기록되어 이력으로 남겨집니다.

...

  • command. 

This restart by Watchdog is permanently recorded in the DRX Log and is left in history.
Because the DRX process is automatically restarted by Watchdog when it terminates under normal circumstances, you must exit the DRX Service Stop to completely terminate the DRX process.

5.2.

...

Resource Control

To control the resource individually, use the up/down command in drx-ctl. you can also start/stop all resources using the 'all' option in drx-ctl.

Info
  • Up of drx-ctl and up 과 drbdadm 에서 제공하는 up 은 기능적으로 의미가 다릅니다. drbdadm 의 up은 리소스의 복제 대상 장치 및 복제연결을 준비하는 과정을 수행하는 명령이고 drx-ctl 의 up 은 복제 연결을 중개하는 채널을 생성하는 명령입니다. 절차적으로는 drx-ctl up 이후 drbdadm up 이 수행되어야 복제 연결이 원할할 수 있습니다. 그 이유는 DRX 중개 채널을 미리 준비해 둔 상태에서 drbd 양노드 간의 연결이 시도되어야 복제 연결 성립에 대한 지연이 줄어들기 때문입니다. provided by drbdadm have different functional meanings. The up in drbdadm is the command that prepares the replication target device for the resource and the up in drx-ctl to create a channel that intermediates replication connections.
  • The procedure requires drbdadm up after drx-ctl-up to connect to the replication. This is because the connection between drbd and drbd must be attempted after the DRX intermediary channel is prepared in advance to reduce the delay in establishing replication connections.

5.2.1.

...

Resource Startup

Info
iconfalse
drx-ctl up [resource or all]

5.2.2.

...

 Resource Stop

Info
iconfalse
drx-ctl down [resource or all]


5.3.

...

 Change Settings

The settings in the DRX can be changed by changing the contents of the configuration file or by using the drx-ctl set 명령을 통해 변경할 수 있습니다command.

Info

DRX는 설정을 변경하기 위해서 리소스 파일을 수정하거나 변경사항을 파일에 적용하는 명령을 제공하지 않습니다. 리소스 파일에 대한 수정은 사용자에 의한 수작업을 전제로 합니다DRX does not provide commands to modify resource files or apply changes to files to change settings. Modifying a resource file is subject to manual intervention by the user.

5.3.1.

...

Static Change Settings

The way users change the contents of a configuration file and restart resources is called a static change settings.

5.3.2.

...

 Dynamic Change Settings

Using the drx-ctl set 명령을 통해 운영중에 실시간 설정을 변경하는 방식을 동적 설정 변경 방식이라고 합니다. set 명령의 설정은 실제 리소스 구성파일의 내용에 반영되지 않으며 임시설정의 의미를 가집니다. 다음은 bwlimit 의 동적설정 예시 입니다command to change real-time settings during operation is called dynamic setting change. Settings through the set command are temporary, not reflected in the contents of the actual resource configuration file. The following is an example of the dynamic setting of the bwlimit.

Info
iconfalse

drx-ctl set bwlimit [resource name] [bwlimit-in-bytes]

The drx-ctl adjust 명령은 사용자가 직접 구성파일을 변경하고 이를 운영중에 동적 적용하기 위한 명령입니다. adjust 명령은 리소스가 중지된(down)상태이면 리소스를 기동하는 역할까지 수행합니다command is a command for users to change the configuration file themselves and apply it dynamically during operation. The adjust command even starts the resource when it is in a down state.

Info
iconfalse

drx-ctl adjust [resource name]

...