Table of Contents |
---|
DRX 구성파일이 작성되면 복제를 시작할 준비가 된 상태입니다. 다음의 명령들을 통해 복제리소스를 기동(up)하면 복제가 시작됩니다.
리소스에 대한 기동은 구성파일의 리소스를 한 번에 모두 기동시키거나 리소스 개별적으로 기동하는 방법을 제공합니다. DRX 설치과정에서 이미 준비한 DRX 서비스(drxsvc)를 재기동시켜서 전체 리소스를 기동(up)하거나 drx-ctl 명령을 통해 리소스 개별적으로 기동시킬 수 있습니다. 다음은 이에 대한 설명입니다.
5.1. 서비스 제어
서비스에 대한 제어는 OS에서 제공하는 서비스 제어 명령에 따라 다르게 수행됩니다. 다음은 서비스 제어 명령에 대해 OS별로 구분하여 설명하였습니다After the DRX Configuration File is created, it is ready to start replication. You can start replication by starting (up) the replication resource with the following commands.
Startup of resources provides a way to start all resources in the configuration file at once with control over the DRX services already prepared during installation or individually through a command-type utility. The following is a description of this
5.1. Service Control
Control of a service depends on the service control commands provided by the OS. The following service control commands were described OS-separated.
5.1.1.
...
Service Startup
Code Block | ||
---|---|---|
| ||
c:\>sc start drxsvc |
...
Code Block | ||
---|---|---|
| ||
# Centos7 [root@node1 ~]# systemctl start drxsvc # Centos6 [root@node1 ~]# service drxsvc start |
5.1.2.
...
Service stop
Code Block | ||
---|---|---|
| ||
c:\>sc stop drxsvc |
...