B.2.2.3. 새 데이터 웨어하우스 머신 구성

이 섹션에 표시된 옵션 또는 설정 순서는 환경에 따라 다를 수 있습니다.

  1. ovirt_engine_history 데이터베이스와 Data Warehouse 서비스를 동일한 시스템으로 마이그레이션하는 경우 다음 단계를 실행합니다.

    # sed -i '/^ENGINE_DB_/d' \
            /etc/ovirt-engine-dwh/ovirt-engine-dwhd.conf.d/10-setup-database.conf
    
    # sed -i \
         -e 's;^\(OVESETUP_ENGINE_CORE/enable=bool\):True;\1:False;' \
         -e '/^OVESETUP_CONFIG\/fqdn/d' \
         /etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf
  2. engine-setup 명령을 실행하여 시스템에서 데이터 웨어하우스 구성을 시작합니다.

    # engine-setup
  3. Enter 를 눌러 데이터 웨어하우스를 구성합니다.

    Configure Data Warehouse on this host (Yes, No) [Yes]:
  4. Enter 를 눌러 자동으로 감지된 호스트 이름을 승인하거나 대체 호스트 이름을 입력하고 Enter 키를 누릅니다.

    Host fully qualified DNS name of this server [autodetected host name]:
  5. Enter 를 눌러 방화벽을 자동으로 구성하거나 No 를 입력하고 Enter 를 눌러 기존 설정을 유지합니다.

    Setup can automatically configure the firewall on this system.
    Note: automatic configuration of the firewall may overwrite current settings.
    Do you want Setup to configure the firewall? (Yes, No) [Yes]:

    방화벽을 자동으로 구성하고 방화벽 관리자가 활성 상태가 아닌 경우 지원되는 옵션 목록에서 선택한 방화벽 관리자를 선택하라는 메시지가 표시됩니다. 방화벽 관리자의 이름을 입력하고 Enter 키를 누릅니다. 이는 하나의 옵션만 나열된 경우에도 적용됩니다.

  6. Manager에 대해 정규화된 도메인 이름 및 암호를 입력합니다. Enter 를 눌러 서로 다른 필드에서 기본값을 적용합니다.

    Host fully qualified DNS name of the engine server []: engine-fqdn
    Setup needs to do some actions on the remote engine server. Either automatically, using ssh as root to access it, or you will be prompted to manually perform each such action.
    Please choose one of the following:
    1 - Access remote engine server using ssh as root
    2 - Perform each action manually, use files to copy content around
    (1, 2) [1]:
    ssh port on remote engine server [22]:
    root password on remote engine server engine-fqdn: password
  7. Manager 데이터베이스 시스템의 FQDN과 암호를 입력합니다. Enter 를 눌러 서로 다른 필드에서 기본값을 적용합니다.

    Engine database host []: manager-db-fqdn
    Engine database port [5432]:
    Engine database secured connection (Yes, No) [No]:
    Engine database name [engine]:
    Engine database user [engine]:
    Engine database password: password
  8. 설치 설정을 확인합니다.

    Please confirm installation settings (OK, Cancel) [OK]:

이제 데이터 3.4 서비스가 원격 시스템에 구성되어 있습니다. Manager 시스템에서 데이터 Multus 서비스를 비활성화합니다.