Axxon One 설치를 자동 모드(사용자 개입이 없는 무인 설정)에서 실행할 수 있습니다 .
설치하는 동안 시스템을 재부팅해야 할 수 있습니다. 재부팅하면 설치가 자동으로 계속됩니다. |
Redist.exe 프로세스가 종료되고 Windows 작업 관리자에 나열되지 않으면 설치가 완료된 것입니다.
이 설치 모드는 setup.exe에 명령줄 옵션을 추가하여 구성할 수 있습니다. 표에서 명령줄 옵션을 참조하십시오.
커맨드 라인 옵션 | 설명 |
/? or /help | 도움말 창 열기 |
/x or /uninstall | Axxon One 제거 및 구성 저장 |
/x/removeall | Axxon One 제거 및 구성 삭제 |
/r or /repair | Axxon One 복구 |
/qn or /quiet | 자동 설치 |
/norestart | 설치 중 시스템 자동 재부팅 비활성화 |
/debug | 로그 설치 |
/noOSCheck | OS 호환성 확인 건너뛰기 |
/postgresinstalldir="D:\Postgres" | PostgreSQL 설치 폴더 |
/LANG=”en” | 설치 언어 선택 예, en — 영어 |
/INSTALLTYPE="ServerClient" | 설치 옵션: ServerClient - 서버 및 클라이언트 (디폴트), raftserver - 장애 조치 서버 및 클라이언트 , 클라이언트 |
/ADD="[]" | 다음은 설치하거나 제거할 구성 요소 리스트입니다(소프트웨어를 삭/제거하는 경우). 아래 표에서 가능한 값을 참조하십시오. |
/REMOVE="[]" | 다음은 설치 또는 제거할 수 없는 구성 요소 리스입니다(소프트웨어를 삭제/제거하는 경우). 아래 표에서 가능한 값을 참조하십시오. |
/dpcmd="INSTALL_BOSCH_VIDEOSDK=\"no\"" | Bosch VideoSDK 드라이버 설치 (참고사항 참고) no − 설치하지 않음, yes − 설치 |
/CMD="[commands]" | 기본 설치 옵션 및 값. 커맨드는 [option] = \ "[value] \" 또는 [option] = [value] ' 입니. 아래 표에서 사용 가능한 설치 옵션을 참조하십시오. |
경우에 따라 Bosch VideoSDK 드라이버를 설치할 때 CLI 창이 열립니다. 설치를 계속하려면 이 창을 닫으십시오. |
/ADD 및 /REMOVE 값:
x86 | x64 |
Acrobat | Acrobat |
BaseProduct | BaseProduct |
IPDriverPack_x86 | IPDriverPack_x86 |
Guardant_x86 | Guardant_amd64 |
Postgres | Postgres |
dotnetfx35_x86 | dotnetfx35_x86 |
Redist2005_x86 | Redist2005_x86 |
Redist2010_x86 | Redist2010_x86 |
DetectorPack | DetectorPack |
Installation options:
Installation options | Description |
QUICKLAUNCH_SHORTCUT='1' | Create shortcut: 1 − Yes (default), 0 − No |
DESKTOP_SHORTCUT='1' | Copy shortcut to desktop: 1 − Yes (default), 0 − No |
INSTALLDIR='[%ProgramFiles%\AxxonSoft\Axxon One]' | Axxon One installation folder |
NGP_IFACE_WHITELIST="0.0.0.0/0" | Network interfaces. The default value is "0.0.0.0/0" (all available network interfaces). Format of network interfaces: "IP-address1 / number of unit bits in the mask, IP-address2 /number of unit bits in the mask" |
NGP_ALT_ADDR="0.0.0.0" | Setting the outside local address for a Server behind the NAT). Format of network interfaces: "IP Address1 or DNS-name1, IP address2 or DNS Name2" |
PORT_RANGE_START="20111" | The initial value of the port range for Server. 20111 − default. |
PORT_RANGE_COUNT="100" | Number of ports in use. The minimum number is 20. 100 − default. |
Options for Server and Client installation | |
PATH_TO_DATA = 'X:\Axxon OneData', | Directory for storing the log database and metadata database. Default is X:\Axxon OneData. The PATH_TO_DATA parameter should be after the INSTALLDIR parameter. |
FBUSER_TYPE='DEFAULT' | User account for file explorer: DEFAULT − create a new account; the default name selected will be AxxonFileBrowser; SYSTEM − select an account from the Local System; SPECIFY − create a new account; choose the user name and password. |
FBUSER_NAME='[AxxonFileBrowser]' | Setting a user name and password for an account in file explorer. When you choose SPECIFY of the FBUSER_TYPE parameter |
FBUSER_PSW='[Axxon2.0.0]' | |
CONFIG_PATH='[CommonAppDataDirectory]' | Path to configurations files and folders |
DOMAIN_NAME_TYPE = '[NewDomain]' | Select Axxon-domain: NewDomain − create new Axxon Domain (default); WithoutDomain − do NOT add Server to Axxon Domain; TheSameDomain − use existing Axxon-domain. |
WHATDBUSE = '[EXIST]' | EXIST − use existing log DB (default) NEWDB − create new DB |
WHATVMDADBUSE = '[EXIST]' | EXIST − use existing object tracking DB (default) NEWDB − create new DB |
The command for silent installation of Axxon One may look like:
setup.exe /quiet /norestart /debug /INSTALLTYPE="ServerClient" /REMOVE="Guardant_x86" /CMD="CREATE_QUICKLAUNCH_SHORTCUT=\"0\" PORT_RANGE_COUNT=\"50\" DOMAIN_NAME_TYPE=\"WithoutDomain\""
This will launch installation with the following options: