Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

설치 옵션

설명

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\AxxonOne]'

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"

NAT 뒤에 있는 서버에 대한 외부 로컬 주소 설정

네트워크 인터페이스 형식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사용 중인 포트 수. 최소 수는 20 입니다. 100 — default.디폴트

서버 및 클라이언트 설치 옵션Options for Server and Client installation

PATH_TO_DATA = 'X:\AxxonOneData',
where X is the letter of the disk with the most free memory

Directory for storing the log database and metadata database. Default is 로그 데이터베이스와 메타데이터 데이터베이스를 저장하기 위한 디렉토리입니다. 기본값은X:\AxxonOneData 입니다.

The PATH_TO_DATA parameter should be after the INSTALLDIR parameter매개변수는 INSTALLDIR 매개변수 뒤에 있어야 합니다.

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,
  • 새 계정을 만듭니다. 선택된 기본 이름은 AxxonFileBrowser입니다.
  • SYSTEM — 로컬 시스템에서 계정을 선택합니다.
  • SPECIFY — 새 계정을 만듭니다. 사용자 이름과 비밀번호를 선택하세요SPECIFY — create a new account; choose the user name and password.
FBUSER_NAME='[AxxonFileBrowser]'

파일 탐색기에서 계정의 사용자 이름과 비밀번호를 설정합니다.

FBUSER_TYPE 매개변수의 SPECIFY를 선택하는 경우

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), 새로운 Axxon 도메인을 생성합니다 (디폴트)
  • WithoutDomain — do NOT add Server to Axxon-domain,domain에 서버를 추가하지 마십시오.
  • TheSameDomain — use existing Axxon-domain 기존 Axxon 도메인을 사용합니다.
WHATDBUSE = '[EXIST]'
  • EXIST — use existing log 기존 로그 DB 사용 (default디폴트)
  • NEWDB — create new 새로운 DB 생성
WHATVMDADBUSE = '[EXIST]'
  • EXIST — use existing object tracking DB (default 기존 객체 추적 DB 사용 (디폴트)
  • NEWDB — create new 새로운 DB 생성

Axxon One 을 자동으로 설치하는 명령은 다음과 같습니다.

setup.exe /quiet /norestart /debug /INSTALLTYPE="ServerClient" /REMOVE="Guardant_amd64" /CMD="CREATE_QUICKLAUNCH_SHORTCUT=\"0\" PORT_RANGE_COUNT=\"50\" DOMAIN_NAME_TYPE=\"WithoutDomain\""

This will launch installation with the following options:

다음 옵션으로 설치가 시작됩니다.

  1. 조용한 모드 Quiet mode (/quiet);
  2. no reboot 재부팅하지 않음 (/norestart);
  3. log installation to file 파일에 설치 기록 (/ debug);
  4. Server and Client 서버 및 클라이언트 (/ INSTALLTYPE = "ServerClient");
  5. No Guardant drivers Guardant 드라이버 없음 (/ REMOVE = "Guardant_amd64");
  6. And with the following properties 다음 속성을 포함합니다 (/ CMD =):
    1. no shortcut 단축키 없음 (="CREATE_QUICKLAUNCH_SHORTCUT=\"0\");
    2. 50 ports for Server 서버용 50개 포트 (PORT_RANGE_COUNT="50");
    3. Server NOT added to Axxon-domain 서버가 Axxon 도메인에 추가되지 않았습니다 (DOMAIN_NAME_TYPE = '[WithoutDomain]').