...
Code Block | ||
---|---|---|
| ||
# 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 |
---|
|
5.2.1.
...
Resource Startup
Info | ||
---|---|---|
| ||
drx-ctl up [resource or all] |
5.2.2.
...
Resource Stop
Info | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
|
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 | ||
---|---|---|
| ||
|
...