ThingWorx Foundation이 아닌 다른 시스템에 ThingWorx Flow 설치 또는 업그레이드
단계
ThingWorx Foundation이 아닌 다른 시스템에 ThingWorx Flow를 설치 또는 업그레이드할 수 있습니다.
ThingWorx Foundation이 아닌 다른 시스템에 ThingWorx Flow 설치
1. ThingWorx Foundation를 설치할 호스트에 platform_settings.jsonThingWorx Flow 파일을 복사합니다. ThingWorx Flow를 설치하는 동안 platform_settings.json 파일의 이 위치를 제공해야 합니다.
2. ThingWorx Flow를 설치합니다.
ThingWorx Foundation이 아닌 다른 시스템에 ThingWorx Flow 업그레이드
설치 후 작업 단계 또는 업그레이드 후 작업 단계
1. platform-settings.json 파일의
OrchestrationSettings 섹션 아래에서
QueuePassword에 대해 표시되는 암호는 암호화되지 않습니다.
여기에 나온 단계에 따라
QueuePassword(RabbitMQ 암호)를 암호화합니다.
이 절차의 일부로 QueuePassword의 값을 encrypt.queue.password로 업데이트해야 합니다.
|
이 단계는 ThingWorx Flow 9.0.0 및 9.0.1의 새 설치만, 모든 버전의 업그레이드에 유효합니다.
|
2. RabbitMQ 포트(기본값 5672)는 ThingWorx Flow 서버에서 열려 있어야 하며 ThingWorx Foundation 서버에서 액세스할 수 있어야 합니다(ThingWorx Flow와 ThingWorx Foundation이 서로 다른 시스템에 설치되어 있는 경우).
3. 업데이트된 platform_settings.json 파일을 ThingWorx Foundation 호스트에 복사하고 ThingWorx Foundation을 재시작합니다.
5. ThingWorx Flow 비밀 키를
ThingWorx Foundation 키 저장소에 저장하여
ThingWorx Flow와
ThingWorx Foundation 간의 안전한 통신을 설정합니다. 이 작업을 수행하는 자세한 단계는
여기에서 확인할 수 있습니다.
6. ThingWorx Foundation 호스트에서 다음 명령을 실행하여 ThingWorx Foundation 포트를 활성화합니다.
firewall-cmd --zone=public --add-port=<ThingWorx Foundation 포트>/tcp --permanent && firewall-cmd --reload