보조 데이터 센터를 설정하기 전에 클러스터 간에 OpenSearch 복제를 수행하기 위해 기본 데이터 센터를 구성합니다.

Workspace ONE Access 가상 장치에 내장된 검색 및 분석 엔진인 OpenSearch는 감사, 보고서 및 디렉토리 동기화 로그에 사용됩니다.

기본 데이터 센터 클러스터의 모든 노드에서 이러한 변경을 수행합니다.

사전 요구 사항

기본 데이터 센터에서 Workspace ONE Access 클러스터를 설정합니다.

프로시저

  1. 보조 데이터 센터 클러스터의 로드 밸런서 FQDN을 기본 데이터 센터 클러스터에 있는 각 노드의 /usr/local/horizon/conf/runtime-config.properties 파일에 추가합니다.
    1. /usr/local/horizon/conf/runtime-config.properties 파일을 편집합니다.
      vi /usr/local/horizon/conf/runtime-config.properties
    2. 다음 줄을 파일에 추가합니다.
      analytics.replication.peers=https://두 번째 클러스터의 LB FQDN
  2. 모든 노드에서 Workspace ONE Access 서비스를 다시 시작합니다.
    service horizon-workspace restart
  3. 클러스터의 모든 노드에서 다음 명령을 실행하여 클러스터가 올바르게 설정되어 있는지 확인합니다.

    curl 'http://localhost:9200/_cluster/health?pretty'

    OpenSearch 상태를 확인하는 명령은 다음과 유사한 결과를 반환합니다.

    {
      "cluster_name" : "horizon",
      "status" : "green",
      "timed_out" : false,
      "number_of_nodes" : 3,
      "number_of_data_nodes" : 3,
      "discovered_master" : true,
      "active_primary_shards" : 90,
      "active_shards" : 180,
      "relocating_shards" : 0,
      "initializing_shards" : 0,
      "unassigned_shards" : 0,
      "delayed_unassigned_shards" : 0,
      "number_of_pending_tasks" : 0,
      "number_of_in_flight_fetch" : 0,
      "task_max_waiting_in_queue_millis" : 0,
      "active_shards_percent_as_number" : 100.0
    }

다음에 수행할 작업

기본 데이터 센터의 클러스터가 올바르게 설정되어 있는지 확인하려면 콘솔의 [모니터링] > [복원성] 페이지에서 대시보드를 검토합니다.