Go to documentation repository
이것은 Ubuntu OS 18 버전 이상에 Axxon One 2 .0 Server를 설치하기 위한 매뉴얼입니다. 이 매뉴얼은 저장소에서 무음 설치를 설명합니다.
모든 작업은 루트 사용자로 터미널에서 수행됩니다. Discover와 같은 타사 프로그램을 사용하는 경우 Axxon One을 다시 설치해야 할 수 있습니다.
Axxon One 서버를 설치하려면 다음을 수행하세요.
Axxon One 서버를 설치하려면 다음을 수행하세요.
echo 'deb http://download.axxonsoft.com/debian-repository stretch backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list echo 'deb http://download.axxonsoft.com/debian-repository weekly main backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo apt-key --keyring /etc/apt/trusted.gpg.d/axxonsoft.gpg add - && sudo apt-get update
Axxon One의 필요한 버전을 설치하세요.
Attention!
설치 명령은 소프트웨어 패키지의 변형, 즉 서버 또는 장애 조치 서버에 따라 달라집니다. 이것들은 두 가지 다른 유형의 소프트웨어 패키지입니다. 둘 중 하나만 설치해야 합니다. 두 변형 모두 아래에 설명되어 있습니다 (설치 유형에 대한 자세한 내용은 설치, 페일오버 시스템에 대한 일반 정보를 참조하세요).
Axxon One의 서버 부분만 설치해야 하는 경우 다음 명령을 순차적으로 실행하세요.
sudo apt install axxon-one sudo apt-get install -f -y
설치 중에 설치 프로그램은 Axxon One 서버의 Axxon 도메인 이름을 요청합니다. 이 필드를 비워두면 첫 번째 연결에서 클라이언트에 이름을 지정할 수 있습니다.
페일오버 서버를 설치해야 하는 경우 다음 명령을 순차적으로 실행하세요.
sudo apt install axxon-one-raft sudo apt-get install -f -y
설치된 Axxon One 모듈의 버전을 확인하세요.
sudo dpkg -l | grep axxon
서버 상태를 확인하세요.
sudo systemctl status axxon-one sudo systemctl status axxon-one-raft # for Failover Server
Axxon One 서버 시작 및 중지 (설치된 경우):
sudo systemctl stop axxon-one sudo systemctl start axxon-one
Axxon One 페일오버 서버 시작 및 중지 (설치된 경우):
sudo systemctl start axxon-one-raft sudo systemctl stop axxon-one-raft
Axxon One 서버: 도메인 설정
Axxon One 페일오버 서버: 클러스터 생성 및 페일오버 시스템 클러스터 구성
서명되지 않은 저장소의 패키지는 로드되지 않습니다.
저장소 경로에 [trusted=yes]를 추가합니다. 예:
deb [trusted=yes] http://download.axxonsoft.com/debian-repository stretch main backports/main
저장소 키가 추가되지 않았습니다.
키를 로드합니다. 명령을 실행합니다.
sudo apt-key add key_file_name
설치된 소프트웨어 패키지 버전에 따라 필요한 명령을 사용합니다. 서버 (axxon-one)만 사용하세요 또는 페일오버 서버(axxon-one-raft)만 사용하세요.
# display of the package dependencies apt-cache depends # display of the repositories with the package apt-cache policy # build reconfiguration sudo dpkg-reconfigure axxon-one sudo dpkg-reconfigure axxon-one-raft
기본적으로 사용되는 폴더는 다음과 같습니다.
지원 로그 수집 유틸리티 경로: /opt/AxxonSoft/AxxonOne/bin/support
Axxon One 서버의 수동 설치 방법은 수동 설치에 기술되어 있습니다.
Linux Axxon One에 대한 Linux OS 관리자 가이드 섹션을 참고하세요.