Table of Contents |
---|
DRX 는 운영머신에 DRBD 가 이미 설치된 경우 DRX 패키지만 추가로 설치하면 됩니다. DRX 전용서버로 별도 구성할 경우에는 DRX 패키지와 더불어 DRBD 연동을 위한 drbd-utils 유틸리티를 부가적으로 설치해야 하며 HW 압축을 구성할 경우 Intel QAT 라이브러리에 대한 설치가 요구됩니다.
...
- Linux DRBD(http://www.drbd.org) 설치
- DRX 설치: 3.1 Linux 설치 참고
...
- drbd-utils(8.9.x) 설치
- HW 압축 라이브러리 설치 & 빌드
- DRX 설치: 3.1 Linux 설치 참고
...
- Windows DRBD 설치
- DRX 설치: 3.2 Windows 설치 참고
...
- DRX 설치: 3.2 Windows 설치 참고
- drbd-uitls(wdrbd-drbd-utils-x64-1_5_2) 설치
- DRX 설치경로(c:\Program Files\drx\bin)로 직접 복사
...
설치는 Shell Script 설치와 GUI 기반의 자동설치를 지원하고 수동으로 직접 설치할 수도 있습니다. 자동 설치 시 기본 설치 위치는 "/opt/DRX" 경로이며 해당 경로에 DRX 라이선스 파일이 위치해야 합니다. 라이선스 구성에 대한 내용은 3.4. 라이선스의 내용을 참고하십시요.
3.1.1. Linux 서비스 자동 설치 - Shell Script
...
Linux
It supports shell scripted and GUI based installations and can also be installed manually by hand. The default installation location is the path "/opt/drx" and the license should be located in that path as a drx.lic file. If you have any questions about licensing, please contact to Mantech.
Info | ||
---|---|---|
| ||
The Perl package must be installed. |
Install with shell scripts
The following is the process of installing with Shell Script.
Code Block |
---|
[root@node1 opt]# sh DRX_Centos-x64_1_1-A7.sh -c Unpacking JRE ... Preparing JRE ... Starting Installer ... Please select a language: 1: English [Enter] 2: Korean [1 - 2] |
3.1.2. Linux 서비스 자동 설치 - GUI
DRX 설치파일을 실행하여 GUI 방식 설치를 합니다. 설치 후 새로운 명령창을 열어서 DRX 구축과정을 진행합니다.
...
GUI Install
Run DRX installation file to perform GUI-based installation.
3.1.3. Linux 서비스 자동시작 설정
DRX 서비스는 데몬 서비스로 설정되고 시스템을 재시작 하면 자동으로 DRX 서비스가 시작되지만, 때 에 따라 서비스가 자동시작되지 않도록 구성할 필요가 있습니다. 서비스에 대한 자동시작은 systemctl 또는 chkconfig를 통해 구성할 수 있습니다.
3.2. Windows 설치
3.2.1. Windows 서비스 자동 설치
인스톨러를 사용하여 설치하면 DRX 서비스는 시스템 기동 시 자동 시작 되도록 Windows 서비스에 등록 됩니다.
3.2.2. Windows 서비스 수동 설치
다음 명령을 이용하여 DRX 서비스를 직접구축 할 수 있습니다.
drxsvc /i: Drx 서비스 설치
drxsvc /u: Drx 서비스 제거
3.3. 삭제
설치 경로에 제공되는 uninstall 명령으로 삭제합니다. DRX를 삭제 하더라도 이전 로그와 설정 파일 및 라이선스 파일은 관리를 위해 유지됩니다.
...
DRX를 운영하려면 라이선스 파일이 필요합니다.
- 파일 이름: "drx.lic"
- DRX를 설치한 경로에 라이선스 파일을 복사해야 합니다.
...
Start services automatically
The DRX service is installed as a daemon service and starts automatically when the system is restarted. Whether or not the service should start automatically can be configured via systemctl or chkconfig.
Windows
Automatically install a service
When installed using the installer, the DRX service is registered as a Windows service so that it starts automatically on system startup.
Manually install a service
You can manually install the DRX service using the following command
Install a service
Info |
---|
drxsvc /i |
Uninstall a service
Info |
---|
drxsvc /u |
Uninstall
Delete it with the uninstall command provided in the installation path. Even if you delete DRX, your previous logs, configuration files, and license files are retained for management.