Replication Manager용 NetBackup IT Analytics Data Collector 설치 설명서

Last Published:
Product(s): NetBackup IT Analytics (11.2)

Windows에 Data Collector 바이너리 설치(구성 제외)

이러한 Data Collector 설치 방법을 사용하면 포털 소프트웨어 설치와 별개로 collector를 설치할 수 있습니다. Collector는 NetBackup IT Analytics 포털과 데이터 리시버에서 생성된 Data Collector의 인증 정보가 들어 있는 응답 파일을 사용하여 구성하기 전까지는 포털과 연결이 끊어진 상태로 유지됩니다.

Data Collector 설치

Data Collector를 설치하려면 다음과 같이 하십시오.

  1. Data Collector 설치 프로그램 ISO 파일을 다운로드하고 마운트하십시오.
  2. silentinstall.cmd를 사용하여 Data Collector를 설치하고 설치 프롬프트를 따르십시오.

    다음 옵션과 같이 Data Collector를 설치할 수 있습니다.

    • 기본 위치에서 설치:

      <ISO_MOUNT_DRIVE>:\silentinstall.cmd /INSTALL_TYPE:INSTALL
    • 사용자 정의 위치에서 설치:

      <ISO_MOUNT_DRIVE>:\silentinstall.cmd /INSTALL_PATH:<custom location for dc installation> /INSTALL_TYPE:INSTALL

    독립된 Data Collector 설치가 완료되었습니다.

응답 파일을 사용하여 Data Collector 구성

Data Collector를 설치할 경우 샘플 응답 파일이 저장됩니다. Data Collector와 NetBackup IT Analytics 포털을 연결하려면 포털에서 생성된 Data Collector의 인증 정보로 응답 파일을 구성하고, 아래 절차에 설명된 대로 구성 명령을 실행해야 합니다.

Data Collector를 구성하려면 다음과 같이 하십시오.

  1. NetBackup IT Analytics 포털에서 다음과 같은 상세 정보를 가져오십시오.
    • Data Collector 이름

    • Data Collector 패스코드

    • 포털에서 다운로드한 키 파일

    • 데이터 리시버 URL

    • 프록시 서버 구성 상세 정보

  2. 위의 값으로 responseFile.cmd를 업데이트하십시오.
    @ECHO OFF
    
    REM -------------------------------------------------
    SET DATACOLLECTOR_NAME=
    REM -------------------------------------------------
    REM  Description: Enter Data Collector Name. This Data Collector name will be used to authenticate the Data Collector with the Data Receiver.
    REM  Required: True
    
    REM -------------------------------------------------
    SET DATACOLLECTOR_PASSCODE=
    REM -------------------------------------------------
    REM  Description: Enter Data Collector Passcode. This Data Collector passcode will be used to authenticate the Data Collector with the Data Receiver.
    REM  Required: True
    
    REM -------------------------------------------------
    SET DATARECEIVER_URL=
    REM -------------------------------------------------
    REM  Description: Enter Data Receiver URL. Enter the URL to the Data Receiver. Ex: http(s)://itanalyticsagent.mycompany.com.
    REM  Required: True
    REM  Example: http://itanalyticsagent.mycompany.com , https://itanalyticsagent.mycompany.com
    
    REM -------------------------------------------------
    SET DATACOLLECTOR_KEY_FILE_PATH=
    REM -------------------------------------------------
    REM  Description: Enter the Data Collector's Key File path. The file path must include name of the file that was downloaded from the Portal.
    REM  Valid input values: Absolute path of key file
    REM  Required: True
    
    REM -------------------------------------------------
    SET HTTP_PROXY_CONF=N
    REM -------------------------------------------------
    REM  Description: It indicate whether proxy should be configured or not
    REM  Valid input values: Y,N
    REM  Default value: N
    
    REM -------------------------------------------------
    SET PROXY_HTTP_URL=
    REM -------------------------------------------------
    REM  Description: IP/hostname for HTTP Proxy
    REM  Valid input values: 10.20.30.40, localhost
    
    REM -------------------------------------------------
    SET PROXY_HTTP_PORT=
    REM -------------------------------------------------
    REM  Description: Port for HTTP proxy
    REM  Valid input values: Any number between 0 and 65535
    
    REM -------------------------------------------------
    SET PROXY_HTTPS_URL=
    REM -------------------------------------------------
    REM  Description: IP/hostname for HTTPS Proxy
    REM  Valid input values: 10.20.30.40, localhost
    
    REM -------------------------------------------------
    SET PROXY_HTTPS_PORT=
    REM -------------------------------------------------
    REM  Description: Port for HTTPS proxy
    REM  Valid input values: Any number between 0 and 65535
    
    REM -------------------------------------------------
    SET PROXY_USERID=
    REM -------------------------------------------------
    REM  Description: Proxy UserId
    REM  Default value:
    
    REM -------------------------------------------------
    SET PROXY_PASSWORD=
    REM -------------------------------------------------
    REM  Description: Proxy user password
    REM  Default value:
    
    REM -------------------------------------------------
    SET PROXY_NOT_FOR=
    REM -------------------------------------------------
    REM  Description: List of IP/hostname which should be excluded for proxy
    REM  Default value:

    포털에 연결하지 않고 Data Collector 설치가 완료되었습니다.

응답 파일을 사용하여 Data Collector 구성

설치를 구성하려면 명령 프롬프트에서 아래 명령을 실행하십시오.

<ISO_MOUNT_DRIVE>:\silentinstall.cmd /RESPFILE:<responsefile_path> /INSTALL_PATH:<Data_Collector_installation_path> /INSTALL_TYPE:CONFIG

또는

<INATALL_PATH>\DC\configure.cmd" /RESPFILE:<response_file_path> /INSTALL_TYPE:CONFIG

Data Collector 제거

제어판 > 프로그램 추가/제거 메뉴에서 Data Collector 설치를 제거하십시오.