Go to documentation repository
This is a manual for installing the 이것은 Ubuntu OS 18 버전 이상에 Axxon One 2 .0 Server on Ubuntu OS 18 version and later. The manual describes the silent installation from the repositoryServer를 설치하기 위한 매뉴얼입니다. 이 매뉴얼은 저장소에서 무음 설치를 설명합니다.
Table of Contents
All actions are performed in the terminal as the root user. If you use third-party programs, for example, Discover, you may need to reinstall Axxon One.
To install the Axxon One Server, do the following:
모든 작업은 루트 사용자로 터미널에서 수행됩니다. Discover와 같은 타사 프로그램을 사용하는 경우 Axxon One을 다시 설치해야 할 수 있습니다.
Axxon One 서버를 설치하려면 다음을 수행하세요.
Axxon One 서버를 설치하려면 다음을 수행하세요.Add the AxxonSoft repositories by sequentially running the commands:
Code Block | ||
---|---|---|
| ||
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 |
Install the required version of Axxon One의 필요한 버전을 설치하세요.
Note | ||
---|---|---|
| ||
The installation command depends on your variant of the software package: either the Server or the Failover Server. These are two different types of the software package. You should install only one of them. Both variants are described below (for more information about the installation types, see 설치 명령은 소프트웨어 패키지의 변형, 즉 서버 또는 장애 조치 서버에 따라 달라집니다. 이것들은 두 가지 다른 유형의 소프트웨어 패키지입니다. 둘 중 하나만 설치해야 합니다. 두 변형 모두 아래에 설명되어 있습니다 (설치 유형에 대한 자세한 내용은 설치, 페일오버 시스템에 대한 일반 정보를 참조하세요). |
Axxon One의 서버 부분만 설치해야 하는 경우 다음 명령을 순차적으로 실행하세요.If you need to install only the Server part of Axxon One, sequentially run the commands:
Code Block | ||
---|---|---|
| ||
sudo apt install axxon-one sudo apt-get install -f -y |
During the installation, the installer will request the name of the Axxon-domain for the Axxon One Server. If you leave this field blank, you can specify the name on the Client at the first connection.
설치 중에 설치 프로그램은 Axxon One 서버의 Axxon 도메인 이름을 요청합니다. 이 필드를 비워두면 첫 번째 연결에서 클라이언트에 이름을 지정할 수 있습니다.
페일오버 서버를 설치해야 하는 경우 다음 명령을 순차적으로 실행하세요.
If you need to install the Failover Server, sequentially run the commands:
Code Block | ||
---|---|---|
| ||
sudo apt install axxon-one-raft sudo apt-get install -f -y |
...
설치된 Axxon One 모듈의 버전을 확인하세요.
Code Block | ||
---|---|---|
| ||
sudo dpkg -l | grep axxon |
Check the server status:서버 상태를 확인하세요.
Code Block | ||
---|---|---|
| ||
sudo systemctl status axxon-one sudo systemctl status axxon-one-raft # for Failover Server |
Start and stop of the Axxon One Server (if it was installed 서버 시작 및 중지 (설치된 경우):
Code Block | ||
---|---|---|
| ||
sudo systemctl stop axxon-one sudo systemctl start axxon-one |
Start and stop of the Axxon One Failover Server (if it was installed 페일오버 서버 시작 및 중지 (설치된 경우):
Code Block | ||
---|---|---|
| ||
sudo systemctl start axxon-one-raft sudo systemctl stop axxon-one-raft |
...
For Axxon One Server 서버: 도메인 설정
For Axxon One Failover Server 페일오버 서버: 클러스터 생성 and 및 페일오버 시스템 클러스터 구성
Packages from the unsigned repositories aren’t loaded
서명되지 않은 저장소의 패키지는 로드되지 않습니다.
저장소 경로에 Add [trusted=yes] to the repository path. Example를 추가합니다. 예:
Code Block | ||
---|---|---|
| ||
deb [trusted=yes] http://download.axxonsoft.com/debian-repository stretch main backports/main |
The repository key isn’t added
...
저장소 키가 추가되지 않았습니다.
키를 로드합니다. 명령을 실행합니다.
Code Block | ||
---|---|---|
| ||
sudo apt-key add key_file_name |
...
설치된 소프트웨어 패키지 버전에 따라 필요한 명령을 사용합니다. 서버 (axxon-one)
...
만 사용하세요 또는 페일오버 서버(axxon-one-raft)만 사용하세요.
Code Block | ||
---|---|---|
| ||
# 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 |
The following folders are used by default:
기본적으로 사용되는 폴더는 다음과 같습니다.
The path to the Support log collection utility: 지원 로그 수집 유틸리티 경로: /opt/AxxonSoft/AxxonOne/bin/support
Tip |
---|
Manual installation of theAxxon One Server is described here: 서버의 수동 설치 방법은 수동 설치에 기술되어 있습니다. The section about Axxon One on Linux:Linux Axxon One에 대한 Linux OS 관리자 가이드 섹션을 참고하세요. |