새 클러스터 노드의 추가 IP 주소 구성

클러스터 노드에 Control Room을 설치한 후 클러스터에 새 노드를 추가하는 경우 클러스터에 있는 각 노드의 속성 파일에서 모든 노드의 추가 고정 IP 주소를 구성해야 합니다.

전제 조건

태스크를 수행하려면 필요한 권한을 가진 Control Room 관리자 계정이 있어야 합니다.

  • 다음을 위한 완전한 가동 중지 시간이 필요한 유지 관리 창이 있어야 합니다.
    • 모든 사용자 기기의 연결이 끊깁니다.
    • 유지 관리 중에는 일정 예약이 실행되지 않습니다.
    • Bot 에이전트Automation Anywhere Control Room에 액세스할 수 없습니다.
  • 새로운 노드에서 Control Room 설치를 완료합니다.

프로시저

클러스터의 각 노드에서 다음 단계를 수행합니다.

  1. Control Room 노드에서 다음 Automation Anywhere 서비스를 중지합니다.
    1. Automation Anywhere Control Room Reverse Proxy
    2. Automation Anywhere Control Room Caching
    3. Automation Anywhere Control Room Service
    4. Automation Anywhere Elastic Search Service
    5. Automation Anywhere Bot Insight Elastic Search
    6. Automation Anywhere Control Room IQ Bot Service
    7. Automation Anywhere Control Room Robotic Interface Service
    8. Automation Anywhere Control Room Discovery Bot Service
  2. Control Room 디렉터리에서 cluster.properties 파일을 찾습니다.
    예를 들면 기본 위치는 다음과 같습니다. C:\Program Files\Automation Anywhere\Enterprise\config\
    파일이 Control Room 디렉터리에 없는 경우 파일을 생성합니다.
  3. 다음 속성을 추가하고 cluster.properties 파일에서 기본 IP 주소를 모든 클러스터 노드(기본 클러스터 노드 포함)의 고정 IP 주소로 구성합니다.
    ignite.discovery.mode=static
    ignite.discovery.static.ips=<primary ip addresses>
    
    예: ignite.discovery.static.ips=10.0.11.153,10.0.11.13
  4. 노드에 여러 IP 주소가 있는 경우 다음 속성도 추가하고 클러스터의 각 노드에서 특정 기본 IP 주소를 구성합니다.
    ignite.local.static.ip=<primary ip address>
    예: ignite.local.static.ip=10.0.11.153
  5. cluster.properties 파일을 저장합니다.
  6. 새 IP 주소의 elasticsearch.yml 파일을 수정합니다.
    1. Control Room 디렉터리에서 elasticsearch.yml 파일을 찾습니다.
      예를 들면 기본 위치는 다음과 같습니다. C:\Program Files\Automation Anywhere\Enterprise\elasticsearch\config\elasticsearch.yml
    2. 다음 속성을 사용하여 새 IP 주소로 elastcissearch.yml 업데이트: discovery.zen.ping.unicast.hosts:["ip1",”ip2”,”ip-new”]
    3. elasticsearch.yml 파일을 저장합니다.
    주: Automation 360를 v.28 릴리스로 업데이트하면 감사, Bot Insight 등의 핵심 제품 기능의 기반 기술로 Elasticsearch 서비스가 OpenSearch 서비스로 대체됩니다.
  7. 1단계에서 중지했던 모든 서비스를 각 Control Room 노드에서 시작합니다.
    주: 다음 서비스를 시작하기 전에 40초 간격을 대기합니다.